@vercel/sdk 1.12.2 → 1.13.0

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 (321) hide show
  1. package/README.md +40 -3
  2. package/bin/mcp-server.js +4976 -1639
  3. package/bin/mcp-server.js.map +61 -12
  4. package/docs/sdks/domains/README.md +1 -0
  5. package/docs/sdks/domainsregistrar/README.md +1337 -0
  6. package/esm/__tests__/domains.test.js +6 -9
  7. package/esm/__tests__/domains.test.js.map +1 -1
  8. package/esm/__tests__/domainsregistrar.test.d.ts +2 -0
  9. package/esm/__tests__/domainsregistrar.test.d.ts.map +1 -0
  10. package/esm/__tests__/domainsregistrar.test.js +274 -0
  11. package/esm/__tests__/domainsregistrar.test.js.map +1 -0
  12. package/esm/__tests__/edgeconfig.test.js +6 -6
  13. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  14. package/esm/__tests__/integrations.test.js +1 -1
  15. package/esm/__tests__/logdrains.test.js +7 -5
  16. package/esm/__tests__/logdrains.test.js.map +1 -1
  17. package/esm/__tests__/rollingrelease.test.js +2 -6
  18. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  19. package/esm/__tests__/security.test.js +4 -4
  20. package/esm/__tests__/security.test.js.map +1 -1
  21. package/esm/funcs/domainsCheckDomainPrice.d.ts +2 -1
  22. package/esm/funcs/domainsCheckDomainPrice.d.ts.map +1 -1
  23. package/esm/funcs/domainsCheckDomainPrice.js +3 -2
  24. package/esm/funcs/domainsCheckDomainPrice.js.map +1 -1
  25. package/esm/funcs/domainsRegistrarBuyDomains.d.ts +21 -0
  26. package/esm/funcs/domainsRegistrarBuyDomains.d.ts.map +1 -0
  27. package/esm/funcs/domainsRegistrarBuyDomains.js +85 -0
  28. package/esm/funcs/domainsRegistrarBuyDomains.js.map +1 -0
  29. package/esm/funcs/domainsRegistrarBuySingleDomain.d.ts +21 -0
  30. package/esm/funcs/domainsRegistrarBuySingleDomain.d.ts.map +1 -0
  31. package/esm/funcs/domainsRegistrarBuySingleDomain.js +91 -0
  32. package/esm/funcs/domainsRegistrarBuySingleDomain.js.map +1 -0
  33. package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts +20 -0
  34. package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts.map +1 -0
  35. package/esm/funcs/domainsRegistrarGetBulkAvailability.js +84 -0
  36. package/esm/funcs/domainsRegistrarGetBulkAvailability.js.map +1 -0
  37. package/esm/funcs/domainsRegistrarGetContactInfoSchema.d.ts +20 -0
  38. package/esm/funcs/domainsRegistrarGetContactInfoSchema.d.ts.map +1 -0
  39. package/esm/funcs/domainsRegistrarGetContactInfoSchema.js +89 -0
  40. package/esm/funcs/domainsRegistrarGetContactInfoSchema.js.map +1 -0
  41. package/esm/funcs/domainsRegistrarGetDomainAuthCode.d.ts +22 -0
  42. package/esm/funcs/domainsRegistrarGetDomainAuthCode.d.ts.map +1 -0
  43. package/esm/funcs/domainsRegistrarGetDomainAuthCode.js +91 -0
  44. package/esm/funcs/domainsRegistrarGetDomainAuthCode.js.map +1 -0
  45. package/esm/funcs/domainsRegistrarGetDomainAvailability.d.ts +21 -0
  46. package/esm/funcs/domainsRegistrarGetDomainAvailability.d.ts.map +1 -0
  47. package/esm/funcs/domainsRegistrarGetDomainAvailability.js +90 -0
  48. package/esm/funcs/domainsRegistrarGetDomainAvailability.js.map +1 -0
  49. package/esm/funcs/domainsRegistrarGetDomainPrice.d.ts +20 -0
  50. package/esm/funcs/domainsRegistrarGetDomainPrice.d.ts.map +1 -0
  51. package/esm/funcs/domainsRegistrarGetDomainPrice.js +93 -0
  52. package/esm/funcs/domainsRegistrarGetDomainPrice.js.map +1 -0
  53. package/esm/funcs/domainsRegistrarGetDomainTransferIn.d.ts +22 -0
  54. package/esm/funcs/domainsRegistrarGetDomainTransferIn.d.ts.map +1 -0
  55. package/esm/funcs/domainsRegistrarGetDomainTransferIn.js +91 -0
  56. package/esm/funcs/domainsRegistrarGetDomainTransferIn.js.map +1 -0
  57. package/esm/funcs/domainsRegistrarGetOrder.d.ts +22 -0
  58. package/esm/funcs/domainsRegistrarGetOrder.d.ts.map +1 -0
  59. package/esm/funcs/domainsRegistrarGetOrder.js +91 -0
  60. package/esm/funcs/domainsRegistrarGetOrder.js.map +1 -0
  61. package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts +20 -0
  62. package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts.map +1 -0
  63. package/esm/funcs/domainsRegistrarGetSupportedTlds.js +75 -0
  64. package/esm/funcs/domainsRegistrarGetSupportedTlds.js.map +1 -0
  65. package/esm/funcs/domainsRegistrarGetTldPrice.d.ts +21 -0
  66. package/esm/funcs/domainsRegistrarGetTldPrice.d.ts.map +1 -0
  67. package/esm/funcs/domainsRegistrarGetTldPrice.js +94 -0
  68. package/esm/funcs/domainsRegistrarGetTldPrice.js.map +1 -0
  69. package/esm/funcs/domainsRegistrarRenewDomain.d.ts +22 -0
  70. package/esm/funcs/domainsRegistrarRenewDomain.d.ts.map +1 -0
  71. package/esm/funcs/domainsRegistrarRenewDomain.js +92 -0
  72. package/esm/funcs/domainsRegistrarRenewDomain.js.map +1 -0
  73. package/esm/funcs/domainsRegistrarTransferInDomain.d.ts +21 -0
  74. package/esm/funcs/domainsRegistrarTransferInDomain.d.ts.map +1 -0
  75. package/esm/funcs/domainsRegistrarTransferInDomain.js +91 -0
  76. package/esm/funcs/domainsRegistrarTransferInDomain.js.map +1 -0
  77. package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.d.ts +22 -0
  78. package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.d.ts.map +1 -0
  79. package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js +93 -0
  80. package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js.map +1 -0
  81. package/esm/funcs/domainsRegistrarUpdateDomainNameservers.d.ts +22 -0
  82. package/esm/funcs/domainsRegistrarUpdateDomainNameservers.d.ts.map +1 -0
  83. package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js +93 -0
  84. package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js.map +1 -0
  85. package/esm/lib/config.d.ts +3 -3
  86. package/esm/lib/config.js +3 -3
  87. package/esm/mcp-server/mcp-server.js +1 -1
  88. package/esm/mcp-server/server.d.ts.map +1 -1
  89. package/esm/mcp-server/server.js +31 -1
  90. package/esm/mcp-server/server.js.map +1 -1
  91. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.d.ts +7 -0
  92. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.d.ts.map +1 -0
  93. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js +28 -0
  94. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js.map +1 -0
  95. package/esm/mcp-server/tools/domainsRegistrarBuySingleDomain.d.ts +7 -0
  96. package/esm/mcp-server/tools/domainsRegistrarBuySingleDomain.d.ts.map +1 -0
  97. package/esm/mcp-server/tools/domainsRegistrarBuySingleDomain.js +28 -0
  98. package/esm/mcp-server/tools/domainsRegistrarBuySingleDomain.js.map +1 -0
  99. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.d.ts +7 -0
  100. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.d.ts.map +1 -0
  101. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js +28 -0
  102. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js.map +1 -0
  103. package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.d.ts +7 -0
  104. package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.d.ts.map +1 -0
  105. package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.js +28 -0
  106. package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.js.map +1 -0
  107. package/esm/mcp-server/tools/domainsRegistrarGetDomainAuthCode.d.ts +7 -0
  108. package/esm/mcp-server/tools/domainsRegistrarGetDomainAuthCode.d.ts.map +1 -0
  109. package/esm/mcp-server/tools/domainsRegistrarGetDomainAuthCode.js +28 -0
  110. package/esm/mcp-server/tools/domainsRegistrarGetDomainAuthCode.js.map +1 -0
  111. package/esm/mcp-server/tools/domainsRegistrarGetDomainAvailability.d.ts +7 -0
  112. package/esm/mcp-server/tools/domainsRegistrarGetDomainAvailability.d.ts.map +1 -0
  113. package/esm/mcp-server/tools/domainsRegistrarGetDomainAvailability.js +28 -0
  114. package/esm/mcp-server/tools/domainsRegistrarGetDomainAvailability.js.map +1 -0
  115. package/esm/mcp-server/tools/domainsRegistrarGetDomainPrice.d.ts +7 -0
  116. package/esm/mcp-server/tools/domainsRegistrarGetDomainPrice.d.ts.map +1 -0
  117. package/esm/mcp-server/tools/domainsRegistrarGetDomainPrice.js +28 -0
  118. package/esm/mcp-server/tools/domainsRegistrarGetDomainPrice.js.map +1 -0
  119. package/esm/mcp-server/tools/domainsRegistrarGetDomainTransferIn.d.ts +7 -0
  120. package/esm/mcp-server/tools/domainsRegistrarGetDomainTransferIn.d.ts.map +1 -0
  121. package/esm/mcp-server/tools/domainsRegistrarGetDomainTransferIn.js +28 -0
  122. package/esm/mcp-server/tools/domainsRegistrarGetDomainTransferIn.js.map +1 -0
  123. package/esm/mcp-server/tools/domainsRegistrarGetOrder.d.ts +7 -0
  124. package/esm/mcp-server/tools/domainsRegistrarGetOrder.d.ts.map +1 -0
  125. package/esm/mcp-server/tools/domainsRegistrarGetOrder.js +28 -0
  126. package/esm/mcp-server/tools/domainsRegistrarGetOrder.js.map +1 -0
  127. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.d.ts +3 -0
  128. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.d.ts.map +1 -0
  129. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js +23 -0
  130. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js.map +1 -0
  131. package/esm/mcp-server/tools/domainsRegistrarGetTldPrice.d.ts +7 -0
  132. package/esm/mcp-server/tools/domainsRegistrarGetTldPrice.d.ts.map +1 -0
  133. package/esm/mcp-server/tools/domainsRegistrarGetTldPrice.js +28 -0
  134. package/esm/mcp-server/tools/domainsRegistrarGetTldPrice.js.map +1 -0
  135. package/esm/mcp-server/tools/domainsRegistrarRenewDomain.d.ts +7 -0
  136. package/esm/mcp-server/tools/domainsRegistrarRenewDomain.d.ts.map +1 -0
  137. package/esm/mcp-server/tools/domainsRegistrarRenewDomain.js +28 -0
  138. package/esm/mcp-server/tools/domainsRegistrarRenewDomain.js.map +1 -0
  139. package/esm/mcp-server/tools/domainsRegistrarTransferInDomain.d.ts +7 -0
  140. package/esm/mcp-server/tools/domainsRegistrarTransferInDomain.d.ts.map +1 -0
  141. package/esm/mcp-server/tools/domainsRegistrarTransferInDomain.js +28 -0
  142. package/esm/mcp-server/tools/domainsRegistrarTransferInDomain.js.map +1 -0
  143. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.d.ts +7 -0
  144. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.d.ts.map +1 -0
  145. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.js +27 -0
  146. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.js.map +1 -0
  147. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.d.ts +7 -0
  148. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.d.ts.map +1 -0
  149. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.js +27 -0
  150. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.js.map +1 -0
  151. package/esm/models/buydomainsop.d.ts +282 -0
  152. package/esm/models/buydomainsop.d.ts.map +1 -0
  153. package/esm/models/buydomainsop.js +247 -0
  154. package/esm/models/buydomainsop.js.map +1 -0
  155. package/esm/models/buysingledomainop.d.ts +282 -0
  156. package/esm/models/buysingledomainop.d.ts.map +1 -0
  157. package/esm/models/buysingledomainop.js +257 -0
  158. package/esm/models/buysingledomainop.js.map +1 -0
  159. package/esm/models/createintegrationstoredirectop.d.ts +285 -285
  160. package/esm/models/createintegrationstoredirectop.js +351 -351
  161. package/esm/models/createprojectop.d.ts +30 -30
  162. package/esm/models/createprojectop.d.ts.map +1 -1
  163. package/esm/models/createprojectop.js +18 -18
  164. package/esm/models/createprojectop.js.map +1 -1
  165. package/esm/models/forbidden.d.ts +89 -0
  166. package/esm/models/forbidden.d.ts.map +1 -0
  167. package/esm/models/forbidden.js +98 -0
  168. package/esm/models/forbidden.js.map +1 -0
  169. package/esm/models/getbulkavailabilityop.d.ts +114 -0
  170. package/esm/models/getbulkavailabilityop.d.ts.map +1 -0
  171. package/esm/models/getbulkavailabilityop.js +115 -0
  172. package/esm/models/getbulkavailabilityop.js.map +1 -0
  173. package/esm/models/getconfigurationproductsop.d.ts +375 -375
  174. package/esm/models/getconfigurationproductsop.js +465 -465
  175. package/esm/models/getcontactinfoschemaop.d.ts +80 -0
  176. package/esm/models/getcontactinfoschemaop.d.ts.map +1 -0
  177. package/esm/models/getcontactinfoschemaop.js +84 -0
  178. package/esm/models/getcontactinfoschemaop.js.map +1 -0
  179. package/esm/models/getdomainauthcodeop.d.ts +84 -0
  180. package/esm/models/getdomainauthcodeop.d.ts.map +1 -0
  181. package/esm/models/getdomainauthcodeop.js +88 -0
  182. package/esm/models/getdomainauthcodeop.js.map +1 -0
  183. package/esm/models/getdomainavailabilityop.d.ts +84 -0
  184. package/esm/models/getdomainavailabilityop.d.ts.map +1 -0
  185. package/esm/models/getdomainavailabilityop.js +88 -0
  186. package/esm/models/getdomainavailabilityop.js.map +1 -0
  187. package/esm/models/getdomainpriceop.d.ts +101 -0
  188. package/esm/models/getdomainpriceop.d.ts.map +1 -0
  189. package/esm/models/getdomainpriceop.js +96 -0
  190. package/esm/models/getdomainpriceop.js.map +1 -0
  191. package/esm/models/getdomainsop.d.ts +15 -15
  192. package/esm/models/getdomainsop.d.ts.map +1 -1
  193. package/esm/models/getdomainsop.js +15 -15
  194. package/esm/models/getdomainsop.js.map +1 -1
  195. package/esm/models/getdomaintransferinop.d.ts +140 -0
  196. package/esm/models/getdomaintransferinop.d.ts.map +1 -0
  197. package/esm/models/getdomaintransferinop.js +117 -0
  198. package/esm/models/getdomaintransferinop.js.map +1 -0
  199. package/esm/models/getorderop.d.ts +715 -0
  200. package/esm/models/getorderop.d.ts.map +1 -0
  201. package/esm/models/getorderop.js +679 -0
  202. package/esm/models/getorderop.js.map +1 -0
  203. package/esm/models/getsupportedtldsop.d.ts +31 -0
  204. package/esm/models/getsupportedtldsop.d.ts.map +1 -0
  205. package/esm/models/getsupportedtldsop.js +38 -0
  206. package/esm/models/getsupportedtldsop.js.map +1 -0
  207. package/esm/models/gettldpriceop.d.ts +101 -0
  208. package/esm/models/gettldpriceop.d.ts.map +1 -0
  209. package/esm/models/gettldpriceop.js +96 -0
  210. package/esm/models/gettldpriceop.js.map +1 -0
  211. package/esm/models/internalservererror.d.ts +89 -0
  212. package/esm/models/internalservererror.d.ts.map +1 -0
  213. package/esm/models/internalservererror.js +98 -0
  214. package/esm/models/internalservererror.js.map +1 -0
  215. package/esm/models/notauthorizedforscope.d.ts +89 -0
  216. package/esm/models/notauthorizedforscope.d.ts.map +1 -0
  217. package/esm/models/notauthorizedforscope.js +98 -0
  218. package/esm/models/notauthorizedforscope.js.map +1 -0
  219. package/esm/models/renewdomainop.d.ts +257 -0
  220. package/esm/models/renewdomainop.d.ts.map +1 -0
  221. package/esm/models/renewdomainop.js +232 -0
  222. package/esm/models/renewdomainop.js.map +1 -0
  223. package/esm/models/transferindomainop.d.ts +261 -0
  224. package/esm/models/transferindomainop.d.ts.map +1 -0
  225. package/esm/models/transferindomainop.js +234 -0
  226. package/esm/models/transferindomainop.js.map +1 -0
  227. package/esm/models/unauthorized.d.ts +89 -0
  228. package/esm/models/unauthorized.d.ts.map +1 -0
  229. package/esm/models/unauthorized.js +98 -0
  230. package/esm/models/unauthorized.js.map +1 -0
  231. package/esm/models/updatedomainautorenewop.d.ts +83 -0
  232. package/esm/models/updatedomainautorenewop.d.ts.map +1 -0
  233. package/esm/models/updatedomainautorenewop.js +99 -0
  234. package/esm/models/updatedomainautorenewop.js.map +1 -0
  235. package/esm/models/updatedomainnameserversop.d.ts +83 -0
  236. package/esm/models/updatedomainnameserversop.d.ts.map +1 -0
  237. package/esm/models/updatedomainnameserversop.js +99 -0
  238. package/esm/models/updatedomainnameserversop.js.map +1 -0
  239. package/esm/models/updateprojectop.d.ts +30 -30
  240. package/esm/models/updateprojectop.d.ts.map +1 -1
  241. package/esm/models/updateprojectop.js +18 -18
  242. package/esm/models/updateprojectop.js.map +1 -1
  243. package/esm/sdk/domainsregistrar.d.ts +123 -0
  244. package/esm/sdk/domainsregistrar.d.ts.map +1 -0
  245. package/esm/sdk/domainsregistrar.js +158 -0
  246. package/esm/sdk/domainsregistrar.js.map +1 -0
  247. package/esm/sdk/sdk.d.ts +3 -0
  248. package/esm/sdk/sdk.d.ts.map +1 -1
  249. package/esm/sdk/sdk.js +4 -0
  250. package/esm/sdk/sdk.js.map +1 -1
  251. package/examples/package-lock.json +1 -1
  252. package/jsr.json +1 -1
  253. package/package.json +1 -1
  254. package/src/__tests__/domains.test.ts +6 -9
  255. package/src/__tests__/domainsregistrar.test.ts +313 -0
  256. package/src/__tests__/edgeconfig.test.ts +6 -6
  257. package/src/__tests__/integrations.test.ts +1 -1
  258. package/src/__tests__/logdrains.test.ts +7 -5
  259. package/src/__tests__/rollingrelease.test.ts +2 -6
  260. package/src/__tests__/security.test.ts +4 -4
  261. package/src/funcs/domainsCheckDomainPrice.ts +9 -1
  262. package/src/funcs/domainsRegistrarBuyDomains.ts +204 -0
  263. package/src/funcs/domainsRegistrarBuySingleDomain.ts +211 -0
  264. package/src/funcs/domainsRegistrarGetBulkAvailability.ts +202 -0
  265. package/src/funcs/domainsRegistrarGetContactInfoSchema.ts +210 -0
  266. package/src/funcs/domainsRegistrarGetDomainAuthCode.ts +220 -0
  267. package/src/funcs/domainsRegistrarGetDomainAvailability.ts +218 -0
  268. package/src/funcs/domainsRegistrarGetDomainPrice.ts +210 -0
  269. package/src/funcs/domainsRegistrarGetDomainTransferIn.ts +223 -0
  270. package/src/funcs/domainsRegistrarGetOrder.ts +218 -0
  271. package/src/funcs/domainsRegistrarGetSupportedTlds.ts +178 -0
  272. package/src/funcs/domainsRegistrarGetTldPrice.ts +218 -0
  273. package/src/funcs/domainsRegistrarRenewDomain.ts +219 -0
  274. package/src/funcs/domainsRegistrarTransferInDomain.ts +213 -0
  275. package/src/funcs/domainsRegistrarUpdateDomainAutoRenew.ts +220 -0
  276. package/src/funcs/domainsRegistrarUpdateDomainNameservers.ts +220 -0
  277. package/src/lib/config.ts +3 -3
  278. package/src/mcp-server/mcp-server.ts +1 -1
  279. package/src/mcp-server/server.ts +31 -1
  280. package/src/mcp-server/tools/domainsRegistrarBuyDomains.ts +37 -0
  281. package/src/mcp-server/tools/domainsRegistrarBuySingleDomain.ts +38 -0
  282. package/src/mcp-server/tools/domainsRegistrarGetBulkAvailability.ts +39 -0
  283. package/src/mcp-server/tools/domainsRegistrarGetContactInfoSchema.ts +40 -0
  284. package/src/mcp-server/tools/domainsRegistrarGetDomainAuthCode.ts +39 -0
  285. package/src/mcp-server/tools/domainsRegistrarGetDomainAvailability.ts +39 -0
  286. package/src/mcp-server/tools/domainsRegistrarGetDomainPrice.ts +38 -0
  287. package/src/mcp-server/tools/domainsRegistrarGetDomainTransferIn.ts +39 -0
  288. package/src/mcp-server/tools/domainsRegistrarGetOrder.ts +37 -0
  289. package/src/mcp-server/tools/domainsRegistrarGetSupportedTlds.ts +30 -0
  290. package/src/mcp-server/tools/domainsRegistrarGetTldPrice.ts +37 -0
  291. package/src/mcp-server/tools/domainsRegistrarRenewDomain.ts +37 -0
  292. package/src/mcp-server/tools/domainsRegistrarTransferInDomain.ts +39 -0
  293. package/src/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.ts +37 -0
  294. package/src/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.ts +37 -0
  295. package/src/models/buydomainsop.ts +582 -0
  296. package/src/models/buysingledomainop.ts +593 -0
  297. package/src/models/createintegrationstoredirectop.ts +604 -604
  298. package/src/models/createprojectop.ts +30 -30
  299. package/src/models/forbidden.ts +155 -0
  300. package/src/models/getbulkavailabilityop.ts +288 -0
  301. package/src/models/getconfigurationproductsop.ts +802 -802
  302. package/src/models/getcontactinfoschemaop.ts +222 -0
  303. package/src/models/getdomainauthcodeop.ts +227 -0
  304. package/src/models/getdomainavailabilityop.ts +231 -0
  305. package/src/models/getdomainpriceop.ts +247 -0
  306. package/src/models/getdomainsop.ts +50 -43
  307. package/src/models/getdomaintransferinop.ts +268 -0
  308. package/src/models/getorderop.ts +1298 -0
  309. package/src/models/getsupportedtldsop.ts +95 -0
  310. package/src/models/gettldpriceop.ts +248 -0
  311. package/src/models/internalservererror.ts +159 -0
  312. package/src/models/notauthorizedforscope.ts +161 -0
  313. package/src/models/renewdomainop.ts +548 -0
  314. package/src/models/transferindomainop.ts +566 -0
  315. package/src/models/unauthorized.ts +153 -0
  316. package/src/models/updatedomainautorenewop.ts +229 -0
  317. package/src/models/updatedomainnameserversop.ts +233 -0
  318. package/src/models/updateprojectop.ts +30 -30
  319. package/src/sdk/domainsregistrar.ts +323 -0
  320. package/src/sdk/sdk.ts +6 -0
  321. package/vercel-spec.json +3309 -215
@@ -233,12 +233,12 @@ export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<
233
233
  typeof CreateIntegrationStoreDirectIntegrationsType
234
234
  >;
235
235
 
236
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487 =
236
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8489 =
237
237
  {};
238
238
 
239
239
  export type CreateIntegrationStoreDirectPropertiesValue = {
240
- atBRANDAt8487:
241
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487;
240
+ atBRANDAt8489:
241
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8489;
242
242
  };
243
243
 
244
244
  export const CreateIntegrationStoreDirectDisabled3 = {
@@ -307,31 +307,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
307
307
  typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl
308
308
  >;
309
309
 
310
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487 =
310
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8489 =
311
311
  {};
312
312
 
313
313
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength =
314
314
  {
315
- atBRANDAt8487:
316
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487;
315
+ atBRANDAt8489:
316
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8489;
317
317
  };
318
318
 
319
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487 =
319
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8489 =
320
320
  {};
321
321
 
322
322
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength =
323
323
  {
324
- atBRANDAt8487:
325
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487;
324
+ atBRANDAt8489:
325
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8489;
326
326
  };
327
327
 
328
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487 =
328
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8489 =
329
329
  {};
330
330
 
331
331
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern =
332
332
  {
333
- atBRANDAt8487:
334
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487;
333
+ atBRANDAt8489:
334
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8489;
335
335
  };
336
336
 
337
337
  export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 =
@@ -469,10 +469,10 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
469
469
  typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl
470
470
  >;
471
471
 
472
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487 = {};
472
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8489 = {};
473
473
 
474
474
  export type CreateIntegrationStoreDirectUiOptionsValue = {
475
- atBRANDAt8487: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487;
475
+ atBRANDAt8489: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8489;
476
476
  };
477
477
 
478
478
  export const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 = {
@@ -523,10 +523,10 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
523
523
  | undefined;
524
524
  };
525
525
 
526
- export type UiOptionsAtBRANDAt8487 = {};
526
+ export type UiOptionsAtBRANDAt8489 = {};
527
527
 
528
528
  export type CreateIntegrationStoreDirectUiOptions2 = {
529
- atBRANDAt8487: UiOptionsAtBRANDAt8487;
529
+ atBRANDAt8489: UiOptionsAtBRANDAt8489;
530
530
  };
531
531
 
532
532
  export const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3 =
@@ -589,31 +589,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions
589
589
  | CreateIntegrationStoreDirectUiOptions2
590
590
  | CreateIntegrationStoreDirectUiOptions3;
591
591
 
592
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487 =
592
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8489 =
593
593
  {};
594
594
 
595
595
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength =
596
596
  {
597
- atBRANDAt8487:
598
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487;
597
+ atBRANDAt8489:
598
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8489;
599
599
  };
600
600
 
601
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487 =
601
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8489 =
602
602
  {};
603
603
 
604
604
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength =
605
605
  {
606
- atBRANDAt8487:
607
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487;
606
+ atBRANDAt8489:
607
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8489;
608
608
  };
609
609
 
610
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487 =
610
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8489 =
611
611
  {};
612
612
 
613
613
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern =
614
614
  {
615
- atBRANDAt8487:
616
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487;
615
+ atBRANDAt8489:
616
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8489;
617
617
  };
618
618
 
619
619
  export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3 =
@@ -756,31 +756,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
756
756
  typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type
757
757
  >;
758
758
 
759
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487 =
759
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8489 =
760
760
  {};
761
761
 
762
762
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength =
763
763
  {
764
- atBRANDAt8487:
765
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487;
764
+ atBRANDAt8489:
765
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8489;
766
766
  };
767
767
 
768
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487 =
768
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8489 =
769
769
  {};
770
770
 
771
771
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength =
772
772
  {
773
- atBRANDAt8487:
774
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487;
773
+ atBRANDAt8489:
774
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8489;
775
775
  };
776
776
 
777
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487 =
777
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8489 =
778
778
  {};
779
779
 
780
780
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern =
781
781
  {
782
- atBRANDAt8487:
783
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487;
782
+ atBRANDAt8489:
783
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8489;
784
784
  };
785
785
 
786
786
  export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
@@ -1035,28 +1035,28 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
1035
1035
  | undefined;
1036
1036
  };
1037
1037
 
1038
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487 =
1038
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8489 =
1039
1039
  {};
1040
1040
 
1041
1041
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
1042
- atBRANDAt8487:
1043
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487;
1042
+ atBRANDAt8489:
1043
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8489;
1044
1044
  };
1045
1045
 
1046
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487 =
1046
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8489 =
1047
1047
  {};
1048
1048
 
1049
1049
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
1050
- atBRANDAt8487:
1051
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487;
1050
+ atBRANDAt8489:
1051
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8489;
1052
1052
  };
1053
1053
 
1054
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487 =
1054
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8489 =
1055
1055
  {};
1056
1056
 
1057
1057
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
1058
- atBRANDAt8487:
1059
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487;
1058
+ atBRANDAt8489:
1059
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8489;
1060
1060
  };
1061
1061
 
1062
1062
  export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3 =
@@ -1559,24 +1559,24 @@ export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<
1559
1559
  typeof CreateIntegrationStoreDirectPropertiesUiControl
1560
1560
  >;
1561
1561
 
1562
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487 =
1562
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8489 =
1563
1563
  {};
1564
1564
 
1565
1565
  export type CreateIntegrationStoreDirectPropertiesMaxLength = {
1566
- atBRANDAt8487:
1567
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487;
1566
+ atBRANDAt8489:
1567
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8489;
1568
1568
  };
1569
1569
 
1570
- export type PropertiesAtBRANDAt8487 = {};
1570
+ export type PropertiesAtBRANDAt8489 = {};
1571
1571
 
1572
1572
  export type CreateIntegrationStoreDirectPropertiesMinLength = {
1573
- atBRANDAt8487: PropertiesAtBRANDAt8487;
1573
+ atBRANDAt8489: PropertiesAtBRANDAt8489;
1574
1574
  };
1575
1575
 
1576
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8487 = {};
1576
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8489 = {};
1577
1577
 
1578
1578
  export type CreateIntegrationStoreDirectPropertiesPattern = {
1579
- atBRANDAt8487: CreateIntegrationStoreDirectPropertiesAtBRANDAt8487;
1579
+ atBRANDAt8489: CreateIntegrationStoreDirectPropertiesAtBRANDAt8489;
1580
1580
  };
1581
1581
 
1582
1582
  export const CreateIntegrationStoreDirectUiReadOnly3 = {
@@ -1810,10 +1810,10 @@ export type Guides = {
1810
1810
  steps: Array<Steps>;
1811
1811
  };
1812
1812
 
1813
- export type AtBRANDAt8487 = {};
1813
+ export type AtBRANDAt8489 = {};
1814
1814
 
1815
1815
  export type CreateIntegrationStoreDirectValue = {
1816
- atBRANDAt8487: AtBRANDAt8487;
1816
+ atBRANDAt8489: AtBRANDAt8489;
1817
1817
  };
1818
1818
 
1819
1819
  export const Disabled3 = {
@@ -2793,65 +2793,65 @@ export namespace CreateIntegrationStoreDirectIntegrationsType$ {
2793
2793
  }
2794
2794
 
2795
2795
  /** @internal */
2796
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$inboundSchema:
2796
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8489$inboundSchema:
2797
2797
  z.ZodType<
2798
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487,
2798
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8489,
2799
2799
  z.ZodTypeDef,
2800
2800
  unknown
2801
2801
  > = z.object({});
2802
2802
 
2803
2803
  /** @internal */
2804
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$Outbound =
2804
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8489$Outbound =
2805
2805
  {};
2806
2806
 
2807
2807
  /** @internal */
2808
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$outboundSchema:
2808
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8489$outboundSchema:
2809
2809
  z.ZodType<
2810
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$Outbound,
2810
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8489$Outbound,
2811
2811
  z.ZodTypeDef,
2812
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487
2812
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8489
2813
2813
  > = z.object({});
2814
2814
 
2815
2815
  /**
2816
2816
  * @internal
2817
2817
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2818
2818
  */
2819
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$ {
2820
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$inboundSchema` instead. */
2819
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8489$ {
2820
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8489$inboundSchema` instead. */
2821
2821
  export const inboundSchema =
2822
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$inboundSchema;
2823
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$outboundSchema` instead. */
2822
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8489$inboundSchema;
2823
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8489$outboundSchema` instead. */
2824
2824
  export const outboundSchema =
2825
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$outboundSchema;
2826
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$Outbound` instead. */
2825
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8489$outboundSchema;
2826
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8489$Outbound` instead. */
2827
2827
  export type Outbound =
2828
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$Outbound;
2828
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8489$Outbound;
2829
2829
  }
2830
2830
 
2831
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487ToJSON(
2832
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487:
2833
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487,
2831
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8489ToJSON(
2832
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8489:
2833
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8489,
2834
2834
  ): string {
2835
2835
  return JSON.stringify(
2836
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$outboundSchema
2836
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8489$outboundSchema
2837
2837
  .parse(
2838
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487,
2838
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8489,
2839
2839
  ),
2840
2840
  );
2841
2841
  }
2842
2842
 
2843
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487FromJSON(
2843
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8489FromJSON(
2844
2844
  jsonString: string,
2845
2845
  ): SafeParseResult<
2846
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487,
2846
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8489,
2847
2847
  SDKValidationError
2848
2848
  > {
2849
2849
  return safeParse(
2850
2850
  jsonString,
2851
2851
  (x) =>
2852
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$inboundSchema
2852
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8489$inboundSchema
2853
2853
  .parse(JSON.parse(x)),
2854
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487' from JSON`,
2854
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8489' from JSON`,
2855
2855
  );
2856
2856
  }
2857
2857
 
@@ -2862,19 +2862,19 @@ export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema:
2862
2862
  z.ZodTypeDef,
2863
2863
  unknown
2864
2864
  > = z.object({
2865
- "__@BRAND@8487": z.lazy(() =>
2866
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$inboundSchema
2865
+ "__@BRAND@8489": z.lazy(() =>
2866
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8489$inboundSchema
2867
2867
  ),
2868
2868
  }).transform((v) => {
2869
2869
  return remap$(v, {
2870
- "__@BRAND@8487": "atBRANDAt8487",
2870
+ "__@BRAND@8489": "atBRANDAt8489",
2871
2871
  });
2872
2872
  });
2873
2873
 
2874
2874
  /** @internal */
2875
2875
  export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
2876
- "__@BRAND@8487":
2877
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$Outbound;
2876
+ "__@BRAND@8489":
2877
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8489$Outbound;
2878
2878
  };
2879
2879
 
2880
2880
  /** @internal */
@@ -2884,12 +2884,12 @@ export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema:
2884
2884
  z.ZodTypeDef,
2885
2885
  CreateIntegrationStoreDirectPropertiesValue
2886
2886
  > = z.object({
2887
- atBRANDAt8487: z.lazy(() =>
2888
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$outboundSchema
2887
+ atBRANDAt8489: z.lazy(() =>
2888
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8489$outboundSchema
2889
2889
  ),
2890
2890
  }).transform((v) => {
2891
2891
  return remap$(v, {
2892
- atBRANDAt8487: "__@BRAND@8487",
2892
+ atBRANDAt8489: "__@BRAND@8489",
2893
2893
  });
2894
2894
  });
2895
2895
 
@@ -3401,65 +3401,65 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
3401
3401
  }
3402
3402
 
3403
3403
  /** @internal */
3404
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$inboundSchema:
3404
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8489$inboundSchema:
3405
3405
  z.ZodType<
3406
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487,
3406
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8489,
3407
3407
  z.ZodTypeDef,
3408
3408
  unknown
3409
3409
  > = z.object({});
3410
3410
 
3411
3411
  /** @internal */
3412
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$Outbound =
3412
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8489$Outbound =
3413
3413
  {};
3414
3414
 
3415
3415
  /** @internal */
3416
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$outboundSchema:
3416
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8489$outboundSchema:
3417
3417
  z.ZodType<
3418
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$Outbound,
3418
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8489$Outbound,
3419
3419
  z.ZodTypeDef,
3420
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487
3420
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8489
3421
3421
  > = z.object({});
3422
3422
 
3423
3423
  /**
3424
3424
  * @internal
3425
3425
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3426
3426
  */
3427
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$ {
3428
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$inboundSchema` instead. */
3427
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8489$ {
3428
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8489$inboundSchema` instead. */
3429
3429
  export const inboundSchema =
3430
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$inboundSchema;
3431
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$outboundSchema` instead. */
3430
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8489$inboundSchema;
3431
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8489$outboundSchema` instead. */
3432
3432
  export const outboundSchema =
3433
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$outboundSchema;
3434
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$Outbound` instead. */
3433
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8489$outboundSchema;
3434
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8489$Outbound` instead. */
3435
3435
  export type Outbound =
3436
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$Outbound;
3436
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8489$Outbound;
3437
3437
  }
3438
3438
 
3439
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487ToJSON(
3440
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487:
3441
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487,
3439
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8489ToJSON(
3440
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8489:
3441
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8489,
3442
3442
  ): string {
3443
3443
  return JSON.stringify(
3444
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$outboundSchema
3444
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8489$outboundSchema
3445
3445
  .parse(
3446
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487,
3446
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8489,
3447
3447
  ),
3448
3448
  );
3449
3449
  }
3450
3450
 
3451
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487FromJSON(
3451
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8489FromJSON(
3452
3452
  jsonString: string,
3453
3453
  ): SafeParseResult<
3454
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487,
3454
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8489,
3455
3455
  SDKValidationError
3456
3456
  > {
3457
3457
  return safeParse(
3458
3458
  jsonString,
3459
3459
  (x) =>
3460
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$inboundSchema
3460
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8489$inboundSchema
3461
3461
  .parse(JSON.parse(x)),
3462
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487' from JSON`,
3462
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8489' from JSON`,
3463
3463
  );
3464
3464
  }
3465
3465
 
@@ -3470,20 +3470,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
3470
3470
  z.ZodTypeDef,
3471
3471
  unknown
3472
3472
  > = z.object({
3473
- "__@BRAND@8487": z.lazy(() =>
3474
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$inboundSchema
3473
+ "__@BRAND@8489": z.lazy(() =>
3474
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8489$inboundSchema
3475
3475
  ),
3476
3476
  }).transform((v) => {
3477
3477
  return remap$(v, {
3478
- "__@BRAND@8487": "atBRANDAt8487",
3478
+ "__@BRAND@8489": "atBRANDAt8489",
3479
3479
  });
3480
3480
  });
3481
3481
 
3482
3482
  /** @internal */
3483
3483
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound =
3484
3484
  {
3485
- "__@BRAND@8487":
3486
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$Outbound;
3485
+ "__@BRAND@8489":
3486
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8489$Outbound;
3487
3487
  };
3488
3488
 
3489
3489
  /** @internal */
@@ -3493,12 +3493,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
3493
3493
  z.ZodTypeDef,
3494
3494
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength
3495
3495
  > = z.object({
3496
- atBRANDAt8487: z.lazy(() =>
3497
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$outboundSchema
3496
+ atBRANDAt8489: z.lazy(() =>
3497
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8489$outboundSchema
3498
3498
  ),
3499
3499
  }).transform((v) => {
3500
3500
  return remap$(v, {
3501
- atBRANDAt8487: "__@BRAND@8487",
3501
+ atBRANDAt8489: "__@BRAND@8489",
3502
3502
  });
3503
3503
  });
3504
3504
 
@@ -3546,65 +3546,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
3546
3546
  }
3547
3547
 
3548
3548
  /** @internal */
3549
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$inboundSchema:
3549
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8489$inboundSchema:
3550
3550
  z.ZodType<
3551
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487,
3551
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8489,
3552
3552
  z.ZodTypeDef,
3553
3553
  unknown
3554
3554
  > = z.object({});
3555
3555
 
3556
3556
  /** @internal */
3557
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$Outbound =
3557
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8489$Outbound =
3558
3558
  {};
3559
3559
 
3560
3560
  /** @internal */
3561
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$outboundSchema:
3561
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8489$outboundSchema:
3562
3562
  z.ZodType<
3563
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$Outbound,
3563
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8489$Outbound,
3564
3564
  z.ZodTypeDef,
3565
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487
3565
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8489
3566
3566
  > = z.object({});
3567
3567
 
3568
3568
  /**
3569
3569
  * @internal
3570
3570
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3571
3571
  */
3572
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$ {
3573
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$inboundSchema` instead. */
3572
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8489$ {
3573
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8489$inboundSchema` instead. */
3574
3574
  export const inboundSchema =
3575
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$inboundSchema;
3576
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$outboundSchema` instead. */
3575
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8489$inboundSchema;
3576
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8489$outboundSchema` instead. */
3577
3577
  export const outboundSchema =
3578
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$outboundSchema;
3579
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$Outbound` instead. */
3578
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8489$outboundSchema;
3579
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8489$Outbound` instead. */
3580
3580
  export type Outbound =
3581
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$Outbound;
3581
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8489$Outbound;
3582
3582
  }
3583
3583
 
3584
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487ToJSON(
3585
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487:
3586
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487,
3584
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8489ToJSON(
3585
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8489:
3586
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8489,
3587
3587
  ): string {
3588
3588
  return JSON.stringify(
3589
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$outboundSchema
3589
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8489$outboundSchema
3590
3590
  .parse(
3591
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487,
3591
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8489,
3592
3592
  ),
3593
3593
  );
3594
3594
  }
3595
3595
 
3596
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487FromJSON(
3596
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8489FromJSON(
3597
3597
  jsonString: string,
3598
3598
  ): SafeParseResult<
3599
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487,
3599
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8489,
3600
3600
  SDKValidationError
3601
3601
  > {
3602
3602
  return safeParse(
3603
3603
  jsonString,
3604
3604
  (x) =>
3605
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$inboundSchema
3605
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8489$inboundSchema
3606
3606
  .parse(JSON.parse(x)),
3607
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487' from JSON`,
3607
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8489' from JSON`,
3608
3608
  );
3609
3609
  }
3610
3610
 
@@ -3615,20 +3615,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
3615
3615
  z.ZodTypeDef,
3616
3616
  unknown
3617
3617
  > = z.object({
3618
- "__@BRAND@8487": z.lazy(() =>
3619
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$inboundSchema
3618
+ "__@BRAND@8489": z.lazy(() =>
3619
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8489$inboundSchema
3620
3620
  ),
3621
3621
  }).transform((v) => {
3622
3622
  return remap$(v, {
3623
- "__@BRAND@8487": "atBRANDAt8487",
3623
+ "__@BRAND@8489": "atBRANDAt8489",
3624
3624
  });
3625
3625
  });
3626
3626
 
3627
3627
  /** @internal */
3628
3628
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound =
3629
3629
  {
3630
- "__@BRAND@8487":
3631
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$Outbound;
3630
+ "__@BRAND@8489":
3631
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8489$Outbound;
3632
3632
  };
3633
3633
 
3634
3634
  /** @internal */
@@ -3638,12 +3638,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
3638
3638
  z.ZodTypeDef,
3639
3639
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength
3640
3640
  > = z.object({
3641
- atBRANDAt8487: z.lazy(() =>
3642
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$outboundSchema
3641
+ atBRANDAt8489: z.lazy(() =>
3642
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8489$outboundSchema
3643
3643
  ),
3644
3644
  }).transform((v) => {
3645
3645
  return remap$(v, {
3646
- atBRANDAt8487: "__@BRAND@8487",
3646
+ atBRANDAt8489: "__@BRAND@8489",
3647
3647
  });
3648
3648
  });
3649
3649
 
@@ -3691,65 +3691,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
3691
3691
  }
3692
3692
 
3693
3693
  /** @internal */
3694
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$inboundSchema:
3694
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8489$inboundSchema:
3695
3695
  z.ZodType<
3696
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487,
3696
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8489,
3697
3697
  z.ZodTypeDef,
3698
3698
  unknown
3699
3699
  > = z.object({});
3700
3700
 
3701
3701
  /** @internal */
3702
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$Outbound =
3702
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8489$Outbound =
3703
3703
  {};
3704
3704
 
3705
3705
  /** @internal */
3706
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$outboundSchema:
3706
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8489$outboundSchema:
3707
3707
  z.ZodType<
3708
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$Outbound,
3708
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8489$Outbound,
3709
3709
  z.ZodTypeDef,
3710
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487
3710
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8489
3711
3711
  > = z.object({});
3712
3712
 
3713
3713
  /**
3714
3714
  * @internal
3715
3715
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3716
3716
  */
3717
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$ {
3718
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$inboundSchema` instead. */
3717
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8489$ {
3718
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8489$inboundSchema` instead. */
3719
3719
  export const inboundSchema =
3720
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$inboundSchema;
3721
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$outboundSchema` instead. */
3720
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8489$inboundSchema;
3721
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8489$outboundSchema` instead. */
3722
3722
  export const outboundSchema =
3723
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$outboundSchema;
3724
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$Outbound` instead. */
3723
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8489$outboundSchema;
3724
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8489$Outbound` instead. */
3725
3725
  export type Outbound =
3726
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$Outbound;
3726
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8489$Outbound;
3727
3727
  }
3728
3728
 
3729
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487ToJSON(
3730
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487:
3731
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487,
3729
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8489ToJSON(
3730
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8489:
3731
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8489,
3732
3732
  ): string {
3733
3733
  return JSON.stringify(
3734
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$outboundSchema
3734
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8489$outboundSchema
3735
3735
  .parse(
3736
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487,
3736
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8489,
3737
3737
  ),
3738
3738
  );
3739
3739
  }
3740
3740
 
3741
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487FromJSON(
3741
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8489FromJSON(
3742
3742
  jsonString: string,
3743
3743
  ): SafeParseResult<
3744
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487,
3744
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8489,
3745
3745
  SDKValidationError
3746
3746
  > {
3747
3747
  return safeParse(
3748
3748
  jsonString,
3749
3749
  (x) =>
3750
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$inboundSchema
3750
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8489$inboundSchema
3751
3751
  .parse(JSON.parse(x)),
3752
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487' from JSON`,
3752
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8489' from JSON`,
3753
3753
  );
3754
3754
  }
3755
3755
 
@@ -3760,20 +3760,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
3760
3760
  z.ZodTypeDef,
3761
3761
  unknown
3762
3762
  > = z.object({
3763
- "__@BRAND@8487": z.lazy(() =>
3764
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$inboundSchema
3763
+ "__@BRAND@8489": z.lazy(() =>
3764
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8489$inboundSchema
3765
3765
  ),
3766
3766
  }).transform((v) => {
3767
3767
  return remap$(v, {
3768
- "__@BRAND@8487": "atBRANDAt8487",
3768
+ "__@BRAND@8489": "atBRANDAt8489",
3769
3769
  });
3770
3770
  });
3771
3771
 
3772
3772
  /** @internal */
3773
3773
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound =
3774
3774
  {
3775
- "__@BRAND@8487":
3776
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$Outbound;
3775
+ "__@BRAND@8489":
3776
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8489$Outbound;
3777
3777
  };
3778
3778
 
3779
3779
  /** @internal */
@@ -3783,12 +3783,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
3783
3783
  z.ZodTypeDef,
3784
3784
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern
3785
3785
  > = z.object({
3786
- atBRANDAt8487: z.lazy(() =>
3787
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$outboundSchema
3786
+ atBRANDAt8489: z.lazy(() =>
3787
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8489$outboundSchema
3788
3788
  ),
3789
3789
  }).transform((v) => {
3790
3790
  return remap$(v, {
3791
- atBRANDAt8487: "__@BRAND@8487",
3791
+ atBRANDAt8489: "__@BRAND@8489",
3792
3792
  });
3793
3793
  });
3794
3794
 
@@ -4844,64 +4844,64 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
4844
4844
  }
4845
4845
 
4846
4846
  /** @internal */
4847
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$inboundSchema:
4847
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8489$inboundSchema:
4848
4848
  z.ZodType<
4849
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487,
4849
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8489,
4850
4850
  z.ZodTypeDef,
4851
4851
  unknown
4852
4852
  > = z.object({});
4853
4853
 
4854
4854
  /** @internal */
4855
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$Outbound = {};
4855
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8489$Outbound = {};
4856
4856
 
4857
4857
  /** @internal */
4858
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$outboundSchema:
4858
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8489$outboundSchema:
4859
4859
  z.ZodType<
4860
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$Outbound,
4860
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8489$Outbound,
4861
4861
  z.ZodTypeDef,
4862
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487
4862
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8489
4863
4863
  > = z.object({});
4864
4864
 
4865
4865
  /**
4866
4866
  * @internal
4867
4867
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4868
4868
  */
4869
- export namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$ {
4870
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$inboundSchema` instead. */
4869
+ export namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt8489$ {
4870
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8489$inboundSchema` instead. */
4871
4871
  export const inboundSchema =
4872
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$inboundSchema;
4873
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$outboundSchema` instead. */
4872
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8489$inboundSchema;
4873
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8489$outboundSchema` instead. */
4874
4874
  export const outboundSchema =
4875
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$outboundSchema;
4876
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$Outbound` instead. */
4875
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8489$outboundSchema;
4876
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8489$Outbound` instead. */
4877
4877
  export type Outbound =
4878
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$Outbound;
4878
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8489$Outbound;
4879
4879
  }
4880
4880
 
4881
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt8487ToJSON(
4882
- createIntegrationStoreDirectUiOptionsAtBRANDAt8487:
4883
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487,
4881
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8489ToJSON(
4882
+ createIntegrationStoreDirectUiOptionsAtBRANDAt8489:
4883
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8489,
4884
4884
  ): string {
4885
4885
  return JSON.stringify(
4886
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$outboundSchema.parse(
4887
- createIntegrationStoreDirectUiOptionsAtBRANDAt8487,
4886
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8489$outboundSchema.parse(
4887
+ createIntegrationStoreDirectUiOptionsAtBRANDAt8489,
4888
4888
  ),
4889
4889
  );
4890
4890
  }
4891
4891
 
4892
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt8487FromJSON(
4892
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8489FromJSON(
4893
4893
  jsonString: string,
4894
4894
  ): SafeParseResult<
4895
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487,
4895
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8489,
4896
4896
  SDKValidationError
4897
4897
  > {
4898
4898
  return safeParse(
4899
4899
  jsonString,
4900
4900
  (x) =>
4901
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$inboundSchema.parse(
4901
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8489$inboundSchema.parse(
4902
4902
  JSON.parse(x),
4903
4903
  ),
4904
- `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487' from JSON`,
4904
+ `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8489' from JSON`,
4905
4905
  );
4906
4906
  }
4907
4907
 
@@ -4909,18 +4909,18 @@ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8487FromJSON(
4909
4909
  export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema:
4910
4910
  z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown> =
4911
4911
  z.object({
4912
- "__@BRAND@8487": z.lazy(() =>
4913
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$inboundSchema
4912
+ "__@BRAND@8489": z.lazy(() =>
4913
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8489$inboundSchema
4914
4914
  ),
4915
4915
  }).transform((v) => {
4916
4916
  return remap$(v, {
4917
- "__@BRAND@8487": "atBRANDAt8487",
4917
+ "__@BRAND@8489": "atBRANDAt8489",
4918
4918
  });
4919
4919
  });
4920
4920
 
4921
4921
  /** @internal */
4922
4922
  export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
4923
- "__@BRAND@8487": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$Outbound;
4923
+ "__@BRAND@8489": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8489$Outbound;
4924
4924
  };
4925
4925
 
4926
4926
  /** @internal */
@@ -4930,12 +4930,12 @@ export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema:
4930
4930
  z.ZodTypeDef,
4931
4931
  CreateIntegrationStoreDirectUiOptionsValue
4932
4932
  > = z.object({
4933
- atBRANDAt8487: z.lazy(() =>
4934
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$outboundSchema
4933
+ atBRANDAt8489: z.lazy(() =>
4934
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8489$outboundSchema
4935
4935
  ),
4936
4936
  }).transform((v) => {
4937
4937
  return remap$(v, {
4938
- atBRANDAt8487: "__@BRAND@8487",
4938
+ atBRANDAt8489: "__@BRAND@8489",
4939
4939
  });
4940
4940
  });
4941
4941
 
@@ -5419,50 +5419,50 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(
5419
5419
  }
5420
5420
 
5421
5421
  /** @internal */
5422
- export const UiOptionsAtBRANDAt8487$inboundSchema: z.ZodType<
5423
- UiOptionsAtBRANDAt8487,
5422
+ export const UiOptionsAtBRANDAt8489$inboundSchema: z.ZodType<
5423
+ UiOptionsAtBRANDAt8489,
5424
5424
  z.ZodTypeDef,
5425
5425
  unknown
5426
5426
  > = z.object({});
5427
5427
 
5428
5428
  /** @internal */
5429
- export type UiOptionsAtBRANDAt8487$Outbound = {};
5429
+ export type UiOptionsAtBRANDAt8489$Outbound = {};
5430
5430
 
5431
5431
  /** @internal */
5432
- export const UiOptionsAtBRANDAt8487$outboundSchema: z.ZodType<
5433
- UiOptionsAtBRANDAt8487$Outbound,
5432
+ export const UiOptionsAtBRANDAt8489$outboundSchema: z.ZodType<
5433
+ UiOptionsAtBRANDAt8489$Outbound,
5434
5434
  z.ZodTypeDef,
5435
- UiOptionsAtBRANDAt8487
5435
+ UiOptionsAtBRANDAt8489
5436
5436
  > = z.object({});
5437
5437
 
5438
5438
  /**
5439
5439
  * @internal
5440
5440
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5441
5441
  */
5442
- export namespace UiOptionsAtBRANDAt8487$ {
5443
- /** @deprecated use `UiOptionsAtBRANDAt8487$inboundSchema` instead. */
5444
- export const inboundSchema = UiOptionsAtBRANDAt8487$inboundSchema;
5445
- /** @deprecated use `UiOptionsAtBRANDAt8487$outboundSchema` instead. */
5446
- export const outboundSchema = UiOptionsAtBRANDAt8487$outboundSchema;
5447
- /** @deprecated use `UiOptionsAtBRANDAt8487$Outbound` instead. */
5448
- export type Outbound = UiOptionsAtBRANDAt8487$Outbound;
5442
+ export namespace UiOptionsAtBRANDAt8489$ {
5443
+ /** @deprecated use `UiOptionsAtBRANDAt8489$inboundSchema` instead. */
5444
+ export const inboundSchema = UiOptionsAtBRANDAt8489$inboundSchema;
5445
+ /** @deprecated use `UiOptionsAtBRANDAt8489$outboundSchema` instead. */
5446
+ export const outboundSchema = UiOptionsAtBRANDAt8489$outboundSchema;
5447
+ /** @deprecated use `UiOptionsAtBRANDAt8489$Outbound` instead. */
5448
+ export type Outbound = UiOptionsAtBRANDAt8489$Outbound;
5449
5449
  }
5450
5450
 
5451
- export function uiOptionsAtBRANDAt8487ToJSON(
5452
- uiOptionsAtBRANDAt8487: UiOptionsAtBRANDAt8487,
5451
+ export function uiOptionsAtBRANDAt8489ToJSON(
5452
+ uiOptionsAtBRANDAt8489: UiOptionsAtBRANDAt8489,
5453
5453
  ): string {
5454
5454
  return JSON.stringify(
5455
- UiOptionsAtBRANDAt8487$outboundSchema.parse(uiOptionsAtBRANDAt8487),
5455
+ UiOptionsAtBRANDAt8489$outboundSchema.parse(uiOptionsAtBRANDAt8489),
5456
5456
  );
5457
5457
  }
5458
5458
 
5459
- export function uiOptionsAtBRANDAt8487FromJSON(
5459
+ export function uiOptionsAtBRANDAt8489FromJSON(
5460
5460
  jsonString: string,
5461
- ): SafeParseResult<UiOptionsAtBRANDAt8487, SDKValidationError> {
5461
+ ): SafeParseResult<UiOptionsAtBRANDAt8489, SDKValidationError> {
5462
5462
  return safeParse(
5463
5463
  jsonString,
5464
- (x) => UiOptionsAtBRANDAt8487$inboundSchema.parse(JSON.parse(x)),
5465
- `Failed to parse 'UiOptionsAtBRANDAt8487' from JSON`,
5464
+ (x) => UiOptionsAtBRANDAt8489$inboundSchema.parse(JSON.parse(x)),
5465
+ `Failed to parse 'UiOptionsAtBRANDAt8489' from JSON`,
5466
5466
  );
5467
5467
  }
5468
5468
 
@@ -5472,16 +5472,16 @@ export const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<
5472
5472
  z.ZodTypeDef,
5473
5473
  unknown
5474
5474
  > = z.object({
5475
- "__@BRAND@8487": z.lazy(() => UiOptionsAtBRANDAt8487$inboundSchema),
5475
+ "__@BRAND@8489": z.lazy(() => UiOptionsAtBRANDAt8489$inboundSchema),
5476
5476
  }).transform((v) => {
5477
5477
  return remap$(v, {
5478
- "__@BRAND@8487": "atBRANDAt8487",
5478
+ "__@BRAND@8489": "atBRANDAt8489",
5479
5479
  });
5480
5480
  });
5481
5481
 
5482
5482
  /** @internal */
5483
5483
  export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
5484
- "__@BRAND@8487": UiOptionsAtBRANDAt8487$Outbound;
5484
+ "__@BRAND@8489": UiOptionsAtBRANDAt8489$Outbound;
5485
5485
  };
5486
5486
 
5487
5487
  /** @internal */
@@ -5490,10 +5490,10 @@ export const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<
5490
5490
  z.ZodTypeDef,
5491
5491
  CreateIntegrationStoreDirectUiOptions2
5492
5492
  > = z.object({
5493
- atBRANDAt8487: z.lazy(() => UiOptionsAtBRANDAt8487$outboundSchema),
5493
+ atBRANDAt8489: z.lazy(() => UiOptionsAtBRANDAt8489$outboundSchema),
5494
5494
  }).transform((v) => {
5495
5495
  return remap$(v, {
5496
- atBRANDAt8487: "__@BRAND@8487",
5496
+ atBRANDAt8489: "__@BRAND@8489",
5497
5497
  });
5498
5498
  });
5499
5499
 
@@ -6055,65 +6055,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
6055
6055
  }
6056
6056
 
6057
6057
  /** @internal */
6058
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$inboundSchema:
6058
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8489$inboundSchema:
6059
6059
  z.ZodType<
6060
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487,
6060
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8489,
6061
6061
  z.ZodTypeDef,
6062
6062
  unknown
6063
6063
  > = z.object({});
6064
6064
 
6065
6065
  /** @internal */
6066
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$Outbound =
6066
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8489$Outbound =
6067
6067
  {};
6068
6068
 
6069
6069
  /** @internal */
6070
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$outboundSchema:
6070
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8489$outboundSchema:
6071
6071
  z.ZodType<
6072
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$Outbound,
6072
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8489$Outbound,
6073
6073
  z.ZodTypeDef,
6074
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487
6074
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8489
6075
6075
  > = z.object({});
6076
6076
 
6077
6077
  /**
6078
6078
  * @internal
6079
6079
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6080
6080
  */
6081
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$ {
6082
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$inboundSchema` instead. */
6081
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8489$ {
6082
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8489$inboundSchema` instead. */
6083
6083
  export const inboundSchema =
6084
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$inboundSchema;
6085
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$outboundSchema` instead. */
6084
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8489$inboundSchema;
6085
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8489$outboundSchema` instead. */
6086
6086
  export const outboundSchema =
6087
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$outboundSchema;
6088
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$Outbound` instead. */
6087
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8489$outboundSchema;
6088
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8489$Outbound` instead. */
6089
6089
  export type Outbound =
6090
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$Outbound;
6090
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8489$Outbound;
6091
6091
  }
6092
6092
 
6093
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487ToJSON(
6094
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487:
6095
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487,
6093
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8489ToJSON(
6094
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8489:
6095
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8489,
6096
6096
  ): string {
6097
6097
  return JSON.stringify(
6098
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$outboundSchema
6098
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8489$outboundSchema
6099
6099
  .parse(
6100
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487,
6100
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8489,
6101
6101
  ),
6102
6102
  );
6103
6103
  }
6104
6104
 
6105
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487FromJSON(
6105
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8489FromJSON(
6106
6106
  jsonString: string,
6107
6107
  ): SafeParseResult<
6108
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487,
6108
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8489,
6109
6109
  SDKValidationError
6110
6110
  > {
6111
6111
  return safeParse(
6112
6112
  jsonString,
6113
6113
  (x) =>
6114
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$inboundSchema
6114
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8489$inboundSchema
6115
6115
  .parse(JSON.parse(x)),
6116
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487' from JSON`,
6116
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8489' from JSON`,
6117
6117
  );
6118
6118
  }
6119
6119
 
@@ -6124,20 +6124,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
6124
6124
  z.ZodTypeDef,
6125
6125
  unknown
6126
6126
  > = z.object({
6127
- "__@BRAND@8487": z.lazy(() =>
6128
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$inboundSchema
6127
+ "__@BRAND@8489": z.lazy(() =>
6128
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8489$inboundSchema
6129
6129
  ),
6130
6130
  }).transform((v) => {
6131
6131
  return remap$(v, {
6132
- "__@BRAND@8487": "atBRANDAt8487",
6132
+ "__@BRAND@8489": "atBRANDAt8489",
6133
6133
  });
6134
6134
  });
6135
6135
 
6136
6136
  /** @internal */
6137
6137
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound =
6138
6138
  {
6139
- "__@BRAND@8487":
6140
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$Outbound;
6139
+ "__@BRAND@8489":
6140
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8489$Outbound;
6141
6141
  };
6142
6142
 
6143
6143
  /** @internal */
@@ -6147,12 +6147,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
6147
6147
  z.ZodTypeDef,
6148
6148
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
6149
6149
  > = z.object({
6150
- atBRANDAt8487: z.lazy(() =>
6151
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$outboundSchema
6150
+ atBRANDAt8489: z.lazy(() =>
6151
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8489$outboundSchema
6152
6152
  ),
6153
6153
  }).transform((v) => {
6154
6154
  return remap$(v, {
6155
- atBRANDAt8487: "__@BRAND@8487",
6155
+ atBRANDAt8489: "__@BRAND@8489",
6156
6156
  });
6157
6157
  });
6158
6158
 
@@ -6200,65 +6200,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
6200
6200
  }
6201
6201
 
6202
6202
  /** @internal */
6203
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$inboundSchema:
6203
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8489$inboundSchema:
6204
6204
  z.ZodType<
6205
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487,
6205
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8489,
6206
6206
  z.ZodTypeDef,
6207
6207
  unknown
6208
6208
  > = z.object({});
6209
6209
 
6210
6210
  /** @internal */
6211
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$Outbound =
6211
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8489$Outbound =
6212
6212
  {};
6213
6213
 
6214
6214
  /** @internal */
6215
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$outboundSchema:
6215
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8489$outboundSchema:
6216
6216
  z.ZodType<
6217
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$Outbound,
6217
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8489$Outbound,
6218
6218
  z.ZodTypeDef,
6219
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487
6219
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8489
6220
6220
  > = z.object({});
6221
6221
 
6222
6222
  /**
6223
6223
  * @internal
6224
6224
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6225
6225
  */
6226
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$ {
6227
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$inboundSchema` instead. */
6226
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8489$ {
6227
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8489$inboundSchema` instead. */
6228
6228
  export const inboundSchema =
6229
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$inboundSchema;
6230
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$outboundSchema` instead. */
6229
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8489$inboundSchema;
6230
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8489$outboundSchema` instead. */
6231
6231
  export const outboundSchema =
6232
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$outboundSchema;
6233
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$Outbound` instead. */
6232
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8489$outboundSchema;
6233
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8489$Outbound` instead. */
6234
6234
  export type Outbound =
6235
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$Outbound;
6235
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8489$Outbound;
6236
6236
  }
6237
6237
 
6238
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487ToJSON(
6239
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487:
6240
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487,
6238
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8489ToJSON(
6239
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8489:
6240
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8489,
6241
6241
  ): string {
6242
6242
  return JSON.stringify(
6243
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$outboundSchema
6243
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8489$outboundSchema
6244
6244
  .parse(
6245
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487,
6245
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8489,
6246
6246
  ),
6247
6247
  );
6248
6248
  }
6249
6249
 
6250
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487FromJSON(
6250
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8489FromJSON(
6251
6251
  jsonString: string,
6252
6252
  ): SafeParseResult<
6253
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487,
6253
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8489,
6254
6254
  SDKValidationError
6255
6255
  > {
6256
6256
  return safeParse(
6257
6257
  jsonString,
6258
6258
  (x) =>
6259
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$inboundSchema
6259
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8489$inboundSchema
6260
6260
  .parse(JSON.parse(x)),
6261
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487' from JSON`,
6261
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8489' from JSON`,
6262
6262
  );
6263
6263
  }
6264
6264
 
@@ -6269,20 +6269,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
6269
6269
  z.ZodTypeDef,
6270
6270
  unknown
6271
6271
  > = z.object({
6272
- "__@BRAND@8487": z.lazy(() =>
6273
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$inboundSchema
6272
+ "__@BRAND@8489": z.lazy(() =>
6273
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8489$inboundSchema
6274
6274
  ),
6275
6275
  }).transform((v) => {
6276
6276
  return remap$(v, {
6277
- "__@BRAND@8487": "atBRANDAt8487",
6277
+ "__@BRAND@8489": "atBRANDAt8489",
6278
6278
  });
6279
6279
  });
6280
6280
 
6281
6281
  /** @internal */
6282
6282
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound =
6283
6283
  {
6284
- "__@BRAND@8487":
6285
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$Outbound;
6284
+ "__@BRAND@8489":
6285
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8489$Outbound;
6286
6286
  };
6287
6287
 
6288
6288
  /** @internal */
@@ -6292,12 +6292,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
6292
6292
  z.ZodTypeDef,
6293
6293
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
6294
6294
  > = z.object({
6295
- atBRANDAt8487: z.lazy(() =>
6296
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$outboundSchema
6295
+ atBRANDAt8489: z.lazy(() =>
6296
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8489$outboundSchema
6297
6297
  ),
6298
6298
  }).transform((v) => {
6299
6299
  return remap$(v, {
6300
- atBRANDAt8487: "__@BRAND@8487",
6300
+ atBRANDAt8489: "__@BRAND@8489",
6301
6301
  });
6302
6302
  });
6303
6303
 
@@ -6345,65 +6345,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
6345
6345
  }
6346
6346
 
6347
6347
  /** @internal */
6348
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$inboundSchema:
6348
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8489$inboundSchema:
6349
6349
  z.ZodType<
6350
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487,
6350
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8489,
6351
6351
  z.ZodTypeDef,
6352
6352
  unknown
6353
6353
  > = z.object({});
6354
6354
 
6355
6355
  /** @internal */
6356
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$Outbound =
6356
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8489$Outbound =
6357
6357
  {};
6358
6358
 
6359
6359
  /** @internal */
6360
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$outboundSchema:
6360
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8489$outboundSchema:
6361
6361
  z.ZodType<
6362
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$Outbound,
6362
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8489$Outbound,
6363
6363
  z.ZodTypeDef,
6364
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487
6364
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8489
6365
6365
  > = z.object({});
6366
6366
 
6367
6367
  /**
6368
6368
  * @internal
6369
6369
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6370
6370
  */
6371
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$ {
6372
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$inboundSchema` instead. */
6371
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8489$ {
6372
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8489$inboundSchema` instead. */
6373
6373
  export const inboundSchema =
6374
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$inboundSchema;
6375
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$outboundSchema` instead. */
6374
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8489$inboundSchema;
6375
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8489$outboundSchema` instead. */
6376
6376
  export const outboundSchema =
6377
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$outboundSchema;
6378
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$Outbound` instead. */
6377
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8489$outboundSchema;
6378
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8489$Outbound` instead. */
6379
6379
  export type Outbound =
6380
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$Outbound;
6380
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8489$Outbound;
6381
6381
  }
6382
6382
 
6383
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487ToJSON(
6384
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487:
6385
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487,
6383
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8489ToJSON(
6384
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8489:
6385
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8489,
6386
6386
  ): string {
6387
6387
  return JSON.stringify(
6388
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$outboundSchema
6388
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8489$outboundSchema
6389
6389
  .parse(
6390
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487,
6390
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8489,
6391
6391
  ),
6392
6392
  );
6393
6393
  }
6394
6394
 
6395
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487FromJSON(
6395
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8489FromJSON(
6396
6396
  jsonString: string,
6397
6397
  ): SafeParseResult<
6398
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487,
6398
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8489,
6399
6399
  SDKValidationError
6400
6400
  > {
6401
6401
  return safeParse(
6402
6402
  jsonString,
6403
6403
  (x) =>
6404
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$inboundSchema
6404
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8489$inboundSchema
6405
6405
  .parse(JSON.parse(x)),
6406
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487' from JSON`,
6406
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8489' from JSON`,
6407
6407
  );
6408
6408
  }
6409
6409
 
@@ -6414,20 +6414,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$i
6414
6414
  z.ZodTypeDef,
6415
6415
  unknown
6416
6416
  > = z.object({
6417
- "__@BRAND@8487": z.lazy(() =>
6418
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$inboundSchema
6417
+ "__@BRAND@8489": z.lazy(() =>
6418
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8489$inboundSchema
6419
6419
  ),
6420
6420
  }).transform((v) => {
6421
6421
  return remap$(v, {
6422
- "__@BRAND@8487": "atBRANDAt8487",
6422
+ "__@BRAND@8489": "atBRANDAt8489",
6423
6423
  });
6424
6424
  });
6425
6425
 
6426
6426
  /** @internal */
6427
6427
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound =
6428
6428
  {
6429
- "__@BRAND@8487":
6430
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$Outbound;
6429
+ "__@BRAND@8489":
6430
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8489$Outbound;
6431
6431
  };
6432
6432
 
6433
6433
  /** @internal */
@@ -6437,12 +6437,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$o
6437
6437
  z.ZodTypeDef,
6438
6438
  CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern
6439
6439
  > = z.object({
6440
- atBRANDAt8487: z.lazy(() =>
6441
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$outboundSchema
6440
+ atBRANDAt8489: z.lazy(() =>
6441
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8489$outboundSchema
6442
6442
  ),
6443
6443
  }).transform((v) => {
6444
6444
  return remap$(v, {
6445
- atBRANDAt8487: "__@BRAND@8487",
6445
+ atBRANDAt8489: "__@BRAND@8489",
6446
6446
  });
6447
6447
  });
6448
6448
 
@@ -7517,65 +7517,65 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
7517
7517
  }
7518
7518
 
7519
7519
  /** @internal */
7520
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$inboundSchema:
7520
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8489$inboundSchema:
7521
7521
  z.ZodType<
7522
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487,
7522
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8489,
7523
7523
  z.ZodTypeDef,
7524
7524
  unknown
7525
7525
  > = z.object({});
7526
7526
 
7527
7527
  /** @internal */
7528
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$Outbound =
7528
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8489$Outbound =
7529
7529
  {};
7530
7530
 
7531
7531
  /** @internal */
7532
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$outboundSchema:
7532
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8489$outboundSchema:
7533
7533
  z.ZodType<
7534
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$Outbound,
7534
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8489$Outbound,
7535
7535
  z.ZodTypeDef,
7536
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487
7536
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8489
7537
7537
  > = z.object({});
7538
7538
 
7539
7539
  /**
7540
7540
  * @internal
7541
7541
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7542
7542
  */
7543
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$ {
7544
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$inboundSchema` instead. */
7543
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8489$ {
7544
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8489$inboundSchema` instead. */
7545
7545
  export const inboundSchema =
7546
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$inboundSchema;
7547
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$outboundSchema` instead. */
7546
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8489$inboundSchema;
7547
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8489$outboundSchema` instead. */
7548
7548
  export const outboundSchema =
7549
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$outboundSchema;
7550
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$Outbound` instead. */
7549
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8489$outboundSchema;
7550
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8489$Outbound` instead. */
7551
7551
  export type Outbound =
7552
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$Outbound;
7552
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8489$Outbound;
7553
7553
  }
7554
7554
 
7555
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487ToJSON(
7556
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487:
7557
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487,
7555
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8489ToJSON(
7556
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8489:
7557
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8489,
7558
7558
  ): string {
7559
7559
  return JSON.stringify(
7560
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$outboundSchema
7560
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8489$outboundSchema
7561
7561
  .parse(
7562
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487,
7562
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8489,
7563
7563
  ),
7564
7564
  );
7565
7565
  }
7566
7566
 
7567
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487FromJSON(
7567
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8489FromJSON(
7568
7568
  jsonString: string,
7569
7569
  ): SafeParseResult<
7570
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487,
7570
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8489,
7571
7571
  SDKValidationError
7572
7572
  > {
7573
7573
  return safeParse(
7574
7574
  jsonString,
7575
7575
  (x) =>
7576
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$inboundSchema
7576
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8489$inboundSchema
7577
7577
  .parse(JSON.parse(x)),
7578
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487' from JSON`,
7578
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8489' from JSON`,
7579
7579
  );
7580
7580
  }
7581
7581
 
@@ -7586,20 +7586,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
7586
7586
  z.ZodTypeDef,
7587
7587
  unknown
7588
7588
  > = z.object({
7589
- "__@BRAND@8487": z.lazy(() =>
7590
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$inboundSchema
7589
+ "__@BRAND@8489": z.lazy(() =>
7590
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8489$inboundSchema
7591
7591
  ),
7592
7592
  }).transform((v) => {
7593
7593
  return remap$(v, {
7594
- "__@BRAND@8487": "atBRANDAt8487",
7594
+ "__@BRAND@8489": "atBRANDAt8489",
7595
7595
  });
7596
7596
  });
7597
7597
 
7598
7598
  /** @internal */
7599
7599
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound =
7600
7600
  {
7601
- "__@BRAND@8487":
7602
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$Outbound;
7601
+ "__@BRAND@8489":
7602
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8489$Outbound;
7603
7603
  };
7604
7604
 
7605
7605
  /** @internal */
@@ -7609,12 +7609,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
7609
7609
  z.ZodTypeDef,
7610
7610
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength
7611
7611
  > = z.object({
7612
- atBRANDAt8487: z.lazy(() =>
7613
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$outboundSchema
7612
+ atBRANDAt8489: z.lazy(() =>
7613
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8489$outboundSchema
7614
7614
  ),
7615
7615
  }).transform((v) => {
7616
7616
  return remap$(v, {
7617
- atBRANDAt8487: "__@BRAND@8487",
7617
+ atBRANDAt8489: "__@BRAND@8489",
7618
7618
  });
7619
7619
  });
7620
7620
 
@@ -7662,65 +7662,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
7662
7662
  }
7663
7663
 
7664
7664
  /** @internal */
7665
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$inboundSchema:
7665
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8489$inboundSchema:
7666
7666
  z.ZodType<
7667
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487,
7667
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8489,
7668
7668
  z.ZodTypeDef,
7669
7669
  unknown
7670
7670
  > = z.object({});
7671
7671
 
7672
7672
  /** @internal */
7673
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$Outbound =
7673
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8489$Outbound =
7674
7674
  {};
7675
7675
 
7676
7676
  /** @internal */
7677
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$outboundSchema:
7677
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8489$outboundSchema:
7678
7678
  z.ZodType<
7679
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$Outbound,
7679
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8489$Outbound,
7680
7680
  z.ZodTypeDef,
7681
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487
7681
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8489
7682
7682
  > = z.object({});
7683
7683
 
7684
7684
  /**
7685
7685
  * @internal
7686
7686
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7687
7687
  */
7688
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$ {
7689
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$inboundSchema` instead. */
7688
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8489$ {
7689
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8489$inboundSchema` instead. */
7690
7690
  export const inboundSchema =
7691
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$inboundSchema;
7692
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$outboundSchema` instead. */
7691
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8489$inboundSchema;
7692
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8489$outboundSchema` instead. */
7693
7693
  export const outboundSchema =
7694
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$outboundSchema;
7695
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$Outbound` instead. */
7694
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8489$outboundSchema;
7695
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8489$Outbound` instead. */
7696
7696
  export type Outbound =
7697
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$Outbound;
7697
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8489$Outbound;
7698
7698
  }
7699
7699
 
7700
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487ToJSON(
7701
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487:
7702
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487,
7700
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8489ToJSON(
7701
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8489:
7702
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8489,
7703
7703
  ): string {
7704
7704
  return JSON.stringify(
7705
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$outboundSchema
7705
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8489$outboundSchema
7706
7706
  .parse(
7707
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487,
7707
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8489,
7708
7708
  ),
7709
7709
  );
7710
7710
  }
7711
7711
 
7712
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487FromJSON(
7712
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8489FromJSON(
7713
7713
  jsonString: string,
7714
7714
  ): SafeParseResult<
7715
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487,
7715
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8489,
7716
7716
  SDKValidationError
7717
7717
  > {
7718
7718
  return safeParse(
7719
7719
  jsonString,
7720
7720
  (x) =>
7721
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$inboundSchema
7721
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8489$inboundSchema
7722
7722
  .parse(JSON.parse(x)),
7723
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487' from JSON`,
7723
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8489' from JSON`,
7724
7724
  );
7725
7725
  }
7726
7726
 
@@ -7731,20 +7731,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
7731
7731
  z.ZodTypeDef,
7732
7732
  unknown
7733
7733
  > = z.object({
7734
- "__@BRAND@8487": z.lazy(() =>
7735
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$inboundSchema
7734
+ "__@BRAND@8489": z.lazy(() =>
7735
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8489$inboundSchema
7736
7736
  ),
7737
7737
  }).transform((v) => {
7738
7738
  return remap$(v, {
7739
- "__@BRAND@8487": "atBRANDAt8487",
7739
+ "__@BRAND@8489": "atBRANDAt8489",
7740
7740
  });
7741
7741
  });
7742
7742
 
7743
7743
  /** @internal */
7744
7744
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound =
7745
7745
  {
7746
- "__@BRAND@8487":
7747
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$Outbound;
7746
+ "__@BRAND@8489":
7747
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8489$Outbound;
7748
7748
  };
7749
7749
 
7750
7750
  /** @internal */
@@ -7754,12 +7754,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
7754
7754
  z.ZodTypeDef,
7755
7755
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength
7756
7756
  > = z.object({
7757
- atBRANDAt8487: z.lazy(() =>
7758
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$outboundSchema
7757
+ atBRANDAt8489: z.lazy(() =>
7758
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8489$outboundSchema
7759
7759
  ),
7760
7760
  }).transform((v) => {
7761
7761
  return remap$(v, {
7762
- atBRANDAt8487: "__@BRAND@8487",
7762
+ atBRANDAt8489: "__@BRAND@8489",
7763
7763
  });
7764
7764
  });
7765
7765
 
@@ -7807,65 +7807,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
7807
7807
  }
7808
7808
 
7809
7809
  /** @internal */
7810
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$inboundSchema:
7810
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8489$inboundSchema:
7811
7811
  z.ZodType<
7812
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487,
7812
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8489,
7813
7813
  z.ZodTypeDef,
7814
7814
  unknown
7815
7815
  > = z.object({});
7816
7816
 
7817
7817
  /** @internal */
7818
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$Outbound =
7818
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8489$Outbound =
7819
7819
  {};
7820
7820
 
7821
7821
  /** @internal */
7822
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$outboundSchema:
7822
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8489$outboundSchema:
7823
7823
  z.ZodType<
7824
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$Outbound,
7824
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8489$Outbound,
7825
7825
  z.ZodTypeDef,
7826
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487
7826
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8489
7827
7827
  > = z.object({});
7828
7828
 
7829
7829
  /**
7830
7830
  * @internal
7831
7831
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7832
7832
  */
7833
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$ {
7834
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$inboundSchema` instead. */
7833
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8489$ {
7834
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8489$inboundSchema` instead. */
7835
7835
  export const inboundSchema =
7836
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$inboundSchema;
7837
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$outboundSchema` instead. */
7836
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8489$inboundSchema;
7837
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8489$outboundSchema` instead. */
7838
7838
  export const outboundSchema =
7839
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$outboundSchema;
7840
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$Outbound` instead. */
7839
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8489$outboundSchema;
7840
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8489$Outbound` instead. */
7841
7841
  export type Outbound =
7842
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$Outbound;
7842
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8489$Outbound;
7843
7843
  }
7844
7844
 
7845
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487ToJSON(
7846
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487:
7847
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487,
7845
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8489ToJSON(
7846
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8489:
7847
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8489,
7848
7848
  ): string {
7849
7849
  return JSON.stringify(
7850
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$outboundSchema
7850
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8489$outboundSchema
7851
7851
  .parse(
7852
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487,
7852
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8489,
7853
7853
  ),
7854
7854
  );
7855
7855
  }
7856
7856
 
7857
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487FromJSON(
7857
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8489FromJSON(
7858
7858
  jsonString: string,
7859
7859
  ): SafeParseResult<
7860
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487,
7860
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8489,
7861
7861
  SDKValidationError
7862
7862
  > {
7863
7863
  return safeParse(
7864
7864
  jsonString,
7865
7865
  (x) =>
7866
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$inboundSchema
7866
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8489$inboundSchema
7867
7867
  .parse(JSON.parse(x)),
7868
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487' from JSON`,
7868
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8489' from JSON`,
7869
7869
  );
7870
7870
  }
7871
7871
 
@@ -7876,20 +7876,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
7876
7876
  z.ZodTypeDef,
7877
7877
  unknown
7878
7878
  > = z.object({
7879
- "__@BRAND@8487": z.lazy(() =>
7880
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$inboundSchema
7879
+ "__@BRAND@8489": z.lazy(() =>
7880
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8489$inboundSchema
7881
7881
  ),
7882
7882
  }).transform((v) => {
7883
7883
  return remap$(v, {
7884
- "__@BRAND@8487": "atBRANDAt8487",
7884
+ "__@BRAND@8489": "atBRANDAt8489",
7885
7885
  });
7886
7886
  });
7887
7887
 
7888
7888
  /** @internal */
7889
7889
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound =
7890
7890
  {
7891
- "__@BRAND@8487":
7892
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$Outbound;
7891
+ "__@BRAND@8489":
7892
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8489$Outbound;
7893
7893
  };
7894
7894
 
7895
7895
  /** @internal */
@@ -7899,12 +7899,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
7899
7899
  z.ZodTypeDef,
7900
7900
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern
7901
7901
  > = z.object({
7902
- atBRANDAt8487: z.lazy(() =>
7903
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$outboundSchema
7902
+ atBRANDAt8489: z.lazy(() =>
7903
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8489$outboundSchema
7904
7904
  ),
7905
7905
  }).transform((v) => {
7906
7906
  return remap$(v, {
7907
- atBRANDAt8487: "__@BRAND@8487",
7907
+ atBRANDAt8489: "__@BRAND@8489",
7908
7908
  });
7909
7909
  });
7910
7910
 
@@ -9975,63 +9975,63 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(
9975
9975
  }
9976
9976
 
9977
9977
  /** @internal */
9978
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$inboundSchema:
9978
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8489$inboundSchema:
9979
9979
  z.ZodType<
9980
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487,
9980
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8489,
9981
9981
  z.ZodTypeDef,
9982
9982
  unknown
9983
9983
  > = z.object({});
9984
9984
 
9985
9985
  /** @internal */
9986
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$Outbound =
9986
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8489$Outbound =
9987
9987
  {};
9988
9988
 
9989
9989
  /** @internal */
9990
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$outboundSchema:
9990
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8489$outboundSchema:
9991
9991
  z.ZodType<
9992
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$Outbound,
9992
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8489$Outbound,
9993
9993
  z.ZodTypeDef,
9994
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487
9994
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8489
9995
9995
  > = z.object({});
9996
9996
 
9997
9997
  /**
9998
9998
  * @internal
9999
9999
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10000
10000
  */
10001
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$ {
10002
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$inboundSchema` instead. */
10001
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8489$ {
10002
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8489$inboundSchema` instead. */
10003
10003
  export const inboundSchema =
10004
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$inboundSchema;
10005
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$outboundSchema` instead. */
10004
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8489$inboundSchema;
10005
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8489$outboundSchema` instead. */
10006
10006
  export const outboundSchema =
10007
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$outboundSchema;
10008
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$Outbound` instead. */
10007
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8489$outboundSchema;
10008
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8489$Outbound` instead. */
10009
10009
  export type Outbound =
10010
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$Outbound;
10010
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8489$Outbound;
10011
10011
  }
10012
10012
 
10013
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487ToJSON(
10014
- createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487:
10015
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487,
10013
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8489ToJSON(
10014
+ createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8489:
10015
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8489,
10016
10016
  ): string {
10017
10017
  return JSON.stringify(
10018
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$outboundSchema
10019
- .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487),
10018
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8489$outboundSchema
10019
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8489),
10020
10020
  );
10021
10021
  }
10022
10022
 
10023
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487FromJSON(
10023
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8489FromJSON(
10024
10024
  jsonString: string,
10025
10025
  ): SafeParseResult<
10026
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487,
10026
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8489,
10027
10027
  SDKValidationError
10028
10028
  > {
10029
10029
  return safeParse(
10030
10030
  jsonString,
10031
10031
  (x) =>
10032
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$inboundSchema
10032
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8489$inboundSchema
10033
10033
  .parse(JSON.parse(x)),
10034
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487' from JSON`,
10034
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8489' from JSON`,
10035
10035
  );
10036
10036
  }
10037
10037
 
@@ -10042,20 +10042,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inbound
10042
10042
  z.ZodTypeDef,
10043
10043
  unknown
10044
10044
  > = z.object({
10045
- "__@BRAND@8487": z.lazy(() =>
10046
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$inboundSchema
10045
+ "__@BRAND@8489": z.lazy(() =>
10046
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8489$inboundSchema
10047
10047
  ),
10048
10048
  }).transform((v) => {
10049
10049
  return remap$(v, {
10050
- "__@BRAND@8487": "atBRANDAt8487",
10050
+ "__@BRAND@8489": "atBRANDAt8489",
10051
10051
  });
10052
10052
  });
10053
10053
 
10054
10054
  /** @internal */
10055
10055
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound =
10056
10056
  {
10057
- "__@BRAND@8487":
10058
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$Outbound;
10057
+ "__@BRAND@8489":
10058
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8489$Outbound;
10059
10059
  };
10060
10060
 
10061
10061
  /** @internal */
@@ -10065,12 +10065,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboun
10065
10065
  z.ZodTypeDef,
10066
10066
  CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength
10067
10067
  > = z.object({
10068
- atBRANDAt8487: z.lazy(() =>
10069
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$outboundSchema
10068
+ atBRANDAt8489: z.lazy(() =>
10069
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8489$outboundSchema
10070
10070
  ),
10071
10071
  }).transform((v) => {
10072
10072
  return remap$(v, {
10073
- atBRANDAt8487: "__@BRAND@8487",
10073
+ atBRANDAt8489: "__@BRAND@8489",
10074
10074
  });
10075
10075
  });
10076
10076
 
@@ -10116,65 +10116,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
10116
10116
  }
10117
10117
 
10118
10118
  /** @internal */
10119
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$inboundSchema:
10119
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8489$inboundSchema:
10120
10120
  z.ZodType<
10121
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487,
10121
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8489,
10122
10122
  z.ZodTypeDef,
10123
10123
  unknown
10124
10124
  > = z.object({});
10125
10125
 
10126
10126
  /** @internal */
10127
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$Outbound =
10127
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8489$Outbound =
10128
10128
  {};
10129
10129
 
10130
10130
  /** @internal */
10131
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$outboundSchema:
10131
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8489$outboundSchema:
10132
10132
  z.ZodType<
10133
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$Outbound,
10133
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8489$Outbound,
10134
10134
  z.ZodTypeDef,
10135
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487
10135
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8489
10136
10136
  > = z.object({});
10137
10137
 
10138
10138
  /**
10139
10139
  * @internal
10140
10140
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10141
10141
  */
10142
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$ {
10143
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$inboundSchema` instead. */
10142
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8489$ {
10143
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8489$inboundSchema` instead. */
10144
10144
  export const inboundSchema =
10145
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$inboundSchema;
10146
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$outboundSchema` instead. */
10145
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8489$inboundSchema;
10146
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8489$outboundSchema` instead. */
10147
10147
  export const outboundSchema =
10148
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$outboundSchema;
10149
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$Outbound` instead. */
10148
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8489$outboundSchema;
10149
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8489$Outbound` instead. */
10150
10150
  export type Outbound =
10151
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$Outbound;
10151
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8489$Outbound;
10152
10152
  }
10153
10153
 
10154
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487ToJSON(
10155
- createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487:
10156
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487,
10154
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8489ToJSON(
10155
+ createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8489:
10156
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8489,
10157
10157
  ): string {
10158
10158
  return JSON.stringify(
10159
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$outboundSchema
10159
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8489$outboundSchema
10160
10160
  .parse(
10161
- createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487,
10161
+ createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8489,
10162
10162
  ),
10163
10163
  );
10164
10164
  }
10165
10165
 
10166
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487FromJSON(
10166
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8489FromJSON(
10167
10167
  jsonString: string,
10168
10168
  ): SafeParseResult<
10169
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487,
10169
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8489,
10170
10170
  SDKValidationError
10171
10171
  > {
10172
10172
  return safeParse(
10173
10173
  jsonString,
10174
10174
  (x) =>
10175
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$inboundSchema
10175
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8489$inboundSchema
10176
10176
  .parse(JSON.parse(x)),
10177
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487' from JSON`,
10177
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8489' from JSON`,
10178
10178
  );
10179
10179
  }
10180
10180
 
@@ -10185,20 +10185,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inbound
10185
10185
  z.ZodTypeDef,
10186
10186
  unknown
10187
10187
  > = z.object({
10188
- "__@BRAND@8487": z.lazy(() =>
10189
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$inboundSchema
10188
+ "__@BRAND@8489": z.lazy(() =>
10189
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8489$inboundSchema
10190
10190
  ),
10191
10191
  }).transform((v) => {
10192
10192
  return remap$(v, {
10193
- "__@BRAND@8487": "atBRANDAt8487",
10193
+ "__@BRAND@8489": "atBRANDAt8489",
10194
10194
  });
10195
10195
  });
10196
10196
 
10197
10197
  /** @internal */
10198
10198
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound =
10199
10199
  {
10200
- "__@BRAND@8487":
10201
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$Outbound;
10200
+ "__@BRAND@8489":
10201
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8489$Outbound;
10202
10202
  };
10203
10203
 
10204
10204
  /** @internal */
@@ -10208,12 +10208,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboun
10208
10208
  z.ZodTypeDef,
10209
10209
  CreateIntegrationStoreDirectPropertiesIntegrationsMinLength
10210
10210
  > = z.object({
10211
- atBRANDAt8487: z.lazy(() =>
10212
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$outboundSchema
10211
+ atBRANDAt8489: z.lazy(() =>
10212
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8489$outboundSchema
10213
10213
  ),
10214
10214
  }).transform((v) => {
10215
10215
  return remap$(v, {
10216
- atBRANDAt8487: "__@BRAND@8487",
10216
+ atBRANDAt8489: "__@BRAND@8489",
10217
10217
  });
10218
10218
  });
10219
10219
 
@@ -10259,65 +10259,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
10259
10259
  }
10260
10260
 
10261
10261
  /** @internal */
10262
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$inboundSchema:
10262
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8489$inboundSchema:
10263
10263
  z.ZodType<
10264
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487,
10264
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8489,
10265
10265
  z.ZodTypeDef,
10266
10266
  unknown
10267
10267
  > = z.object({});
10268
10268
 
10269
10269
  /** @internal */
10270
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$Outbound =
10270
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8489$Outbound =
10271
10271
  {};
10272
10272
 
10273
10273
  /** @internal */
10274
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$outboundSchema:
10274
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8489$outboundSchema:
10275
10275
  z.ZodType<
10276
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$Outbound,
10276
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8489$Outbound,
10277
10277
  z.ZodTypeDef,
10278
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487
10278
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8489
10279
10279
  > = z.object({});
10280
10280
 
10281
10281
  /**
10282
10282
  * @internal
10283
10283
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10284
10284
  */
10285
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$ {
10286
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$inboundSchema` instead. */
10285
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8489$ {
10286
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8489$inboundSchema` instead. */
10287
10287
  export const inboundSchema =
10288
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$inboundSchema;
10289
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$outboundSchema` instead. */
10288
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8489$inboundSchema;
10289
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8489$outboundSchema` instead. */
10290
10290
  export const outboundSchema =
10291
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$outboundSchema;
10292
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$Outbound` instead. */
10291
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8489$outboundSchema;
10292
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8489$Outbound` instead. */
10293
10293
  export type Outbound =
10294
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$Outbound;
10294
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8489$Outbound;
10295
10295
  }
10296
10296
 
10297
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487ToJSON(
10298
- createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487:
10299
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487,
10297
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8489ToJSON(
10298
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8489:
10299
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8489,
10300
10300
  ): string {
10301
10301
  return JSON.stringify(
10302
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$outboundSchema
10302
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8489$outboundSchema
10303
10303
  .parse(
10304
- createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487,
10304
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8489,
10305
10305
  ),
10306
10306
  );
10307
10307
  }
10308
10308
 
10309
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487FromJSON(
10309
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8489FromJSON(
10310
10310
  jsonString: string,
10311
10311
  ): SafeParseResult<
10312
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487,
10312
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8489,
10313
10313
  SDKValidationError
10314
10314
  > {
10315
10315
  return safeParse(
10316
10316
  jsonString,
10317
10317
  (x) =>
10318
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$inboundSchema
10318
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8489$inboundSchema
10319
10319
  .parse(JSON.parse(x)),
10320
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487' from JSON`,
10320
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8489' from JSON`,
10321
10321
  );
10322
10322
  }
10323
10323
 
@@ -10328,20 +10328,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSc
10328
10328
  z.ZodTypeDef,
10329
10329
  unknown
10330
10330
  > = z.object({
10331
- "__@BRAND@8487": z.lazy(() =>
10332
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$inboundSchema
10331
+ "__@BRAND@8489": z.lazy(() =>
10332
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8489$inboundSchema
10333
10333
  ),
10334
10334
  }).transform((v) => {
10335
10335
  return remap$(v, {
10336
- "__@BRAND@8487": "atBRANDAt8487",
10336
+ "__@BRAND@8489": "atBRANDAt8489",
10337
10337
  });
10338
10338
  });
10339
10339
 
10340
10340
  /** @internal */
10341
10341
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound =
10342
10342
  {
10343
- "__@BRAND@8487":
10344
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$Outbound;
10343
+ "__@BRAND@8489":
10344
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8489$Outbound;
10345
10345
  };
10346
10346
 
10347
10347
  /** @internal */
@@ -10351,12 +10351,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundS
10351
10351
  z.ZodTypeDef,
10352
10352
  CreateIntegrationStoreDirectPropertiesIntegrationsPattern
10353
10353
  > = z.object({
10354
- atBRANDAt8487: z.lazy(() =>
10355
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$outboundSchema
10354
+ atBRANDAt8489: z.lazy(() =>
10355
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8489$outboundSchema
10356
10356
  ),
10357
10357
  }).transform((v) => {
10358
10358
  return remap$(v, {
10359
- atBRANDAt8487: "__@BRAND@8487",
10359
+ atBRANDAt8489: "__@BRAND@8489",
10360
10360
  });
10361
10361
  });
10362
10362
 
@@ -14419,65 +14419,65 @@ export namespace CreateIntegrationStoreDirectPropertiesUiControl$ {
14419
14419
  }
14420
14420
 
14421
14421
  /** @internal */
14422
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$inboundSchema:
14422
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8489$inboundSchema:
14423
14423
  z.ZodType<
14424
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487,
14424
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8489,
14425
14425
  z.ZodTypeDef,
14426
14426
  unknown
14427
14427
  > = z.object({});
14428
14428
 
14429
14429
  /** @internal */
14430
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$Outbound =
14430
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8489$Outbound =
14431
14431
  {};
14432
14432
 
14433
14433
  /** @internal */
14434
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$outboundSchema:
14434
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8489$outboundSchema:
14435
14435
  z.ZodType<
14436
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$Outbound,
14436
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8489$Outbound,
14437
14437
  z.ZodTypeDef,
14438
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487
14438
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8489
14439
14439
  > = z.object({});
14440
14440
 
14441
14441
  /**
14442
14442
  * @internal
14443
14443
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
14444
14444
  */
14445
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$ {
14446
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$inboundSchema` instead. */
14445
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8489$ {
14446
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8489$inboundSchema` instead. */
14447
14447
  export const inboundSchema =
14448
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$inboundSchema;
14449
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$outboundSchema` instead. */
14448
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8489$inboundSchema;
14449
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8489$outboundSchema` instead. */
14450
14450
  export const outboundSchema =
14451
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$outboundSchema;
14452
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$Outbound` instead. */
14451
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8489$outboundSchema;
14452
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8489$Outbound` instead. */
14453
14453
  export type Outbound =
14454
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$Outbound;
14454
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8489$Outbound;
14455
14455
  }
14456
14456
 
14457
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487ToJSON(
14458
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487:
14459
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487,
14457
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8489ToJSON(
14458
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8489:
14459
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8489,
14460
14460
  ): string {
14461
14461
  return JSON.stringify(
14462
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$outboundSchema
14462
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8489$outboundSchema
14463
14463
  .parse(
14464
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487,
14464
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8489,
14465
14465
  ),
14466
14466
  );
14467
14467
  }
14468
14468
 
14469
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487FromJSON(
14469
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8489FromJSON(
14470
14470
  jsonString: string,
14471
14471
  ): SafeParseResult<
14472
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487,
14472
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8489,
14473
14473
  SDKValidationError
14474
14474
  > {
14475
14475
  return safeParse(
14476
14476
  jsonString,
14477
14477
  (x) =>
14478
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$inboundSchema
14478
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8489$inboundSchema
14479
14479
  .parse(JSON.parse(x)),
14480
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487' from JSON`,
14480
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8489' from JSON`,
14481
14481
  );
14482
14482
  }
14483
14483
 
@@ -14488,19 +14488,19 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema:
14488
14488
  z.ZodTypeDef,
14489
14489
  unknown
14490
14490
  > = z.object({
14491
- "__@BRAND@8487": z.lazy(() =>
14492
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$inboundSchema
14491
+ "__@BRAND@8489": z.lazy(() =>
14492
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8489$inboundSchema
14493
14493
  ),
14494
14494
  }).transform((v) => {
14495
14495
  return remap$(v, {
14496
- "__@BRAND@8487": "atBRANDAt8487",
14496
+ "__@BRAND@8489": "atBRANDAt8489",
14497
14497
  });
14498
14498
  });
14499
14499
 
14500
14500
  /** @internal */
14501
14501
  export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
14502
- "__@BRAND@8487":
14503
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$Outbound;
14502
+ "__@BRAND@8489":
14503
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8489$Outbound;
14504
14504
  };
14505
14505
 
14506
14506
  /** @internal */
@@ -14510,12 +14510,12 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema:
14510
14510
  z.ZodTypeDef,
14511
14511
  CreateIntegrationStoreDirectPropertiesMaxLength
14512
14512
  > = z.object({
14513
- atBRANDAt8487: z.lazy(() =>
14514
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$outboundSchema
14513
+ atBRANDAt8489: z.lazy(() =>
14514
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8489$outboundSchema
14515
14515
  ),
14516
14516
  }).transform((v) => {
14517
14517
  return remap$(v, {
14518
- atBRANDAt8487: "__@BRAND@8487",
14518
+ atBRANDAt8489: "__@BRAND@8489",
14519
14519
  });
14520
14520
  });
14521
14521
 
@@ -14563,50 +14563,50 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(
14563
14563
  }
14564
14564
 
14565
14565
  /** @internal */
14566
- export const PropertiesAtBRANDAt8487$inboundSchema: z.ZodType<
14567
- PropertiesAtBRANDAt8487,
14566
+ export const PropertiesAtBRANDAt8489$inboundSchema: z.ZodType<
14567
+ PropertiesAtBRANDAt8489,
14568
14568
  z.ZodTypeDef,
14569
14569
  unknown
14570
14570
  > = z.object({});
14571
14571
 
14572
14572
  /** @internal */
14573
- export type PropertiesAtBRANDAt8487$Outbound = {};
14573
+ export type PropertiesAtBRANDAt8489$Outbound = {};
14574
14574
 
14575
14575
  /** @internal */
14576
- export const PropertiesAtBRANDAt8487$outboundSchema: z.ZodType<
14577
- PropertiesAtBRANDAt8487$Outbound,
14576
+ export const PropertiesAtBRANDAt8489$outboundSchema: z.ZodType<
14577
+ PropertiesAtBRANDAt8489$Outbound,
14578
14578
  z.ZodTypeDef,
14579
- PropertiesAtBRANDAt8487
14579
+ PropertiesAtBRANDAt8489
14580
14580
  > = z.object({});
14581
14581
 
14582
14582
  /**
14583
14583
  * @internal
14584
14584
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
14585
14585
  */
14586
- export namespace PropertiesAtBRANDAt8487$ {
14587
- /** @deprecated use `PropertiesAtBRANDAt8487$inboundSchema` instead. */
14588
- export const inboundSchema = PropertiesAtBRANDAt8487$inboundSchema;
14589
- /** @deprecated use `PropertiesAtBRANDAt8487$outboundSchema` instead. */
14590
- export const outboundSchema = PropertiesAtBRANDAt8487$outboundSchema;
14591
- /** @deprecated use `PropertiesAtBRANDAt8487$Outbound` instead. */
14592
- export type Outbound = PropertiesAtBRANDAt8487$Outbound;
14586
+ export namespace PropertiesAtBRANDAt8489$ {
14587
+ /** @deprecated use `PropertiesAtBRANDAt8489$inboundSchema` instead. */
14588
+ export const inboundSchema = PropertiesAtBRANDAt8489$inboundSchema;
14589
+ /** @deprecated use `PropertiesAtBRANDAt8489$outboundSchema` instead. */
14590
+ export const outboundSchema = PropertiesAtBRANDAt8489$outboundSchema;
14591
+ /** @deprecated use `PropertiesAtBRANDAt8489$Outbound` instead. */
14592
+ export type Outbound = PropertiesAtBRANDAt8489$Outbound;
14593
14593
  }
14594
14594
 
14595
- export function propertiesAtBRANDAt8487ToJSON(
14596
- propertiesAtBRANDAt8487: PropertiesAtBRANDAt8487,
14595
+ export function propertiesAtBRANDAt8489ToJSON(
14596
+ propertiesAtBRANDAt8489: PropertiesAtBRANDAt8489,
14597
14597
  ): string {
14598
14598
  return JSON.stringify(
14599
- PropertiesAtBRANDAt8487$outboundSchema.parse(propertiesAtBRANDAt8487),
14599
+ PropertiesAtBRANDAt8489$outboundSchema.parse(propertiesAtBRANDAt8489),
14600
14600
  );
14601
14601
  }
14602
14602
 
14603
- export function propertiesAtBRANDAt8487FromJSON(
14603
+ export function propertiesAtBRANDAt8489FromJSON(
14604
14604
  jsonString: string,
14605
- ): SafeParseResult<PropertiesAtBRANDAt8487, SDKValidationError> {
14605
+ ): SafeParseResult<PropertiesAtBRANDAt8489, SDKValidationError> {
14606
14606
  return safeParse(
14607
14607
  jsonString,
14608
- (x) => PropertiesAtBRANDAt8487$inboundSchema.parse(JSON.parse(x)),
14609
- `Failed to parse 'PropertiesAtBRANDAt8487' from JSON`,
14608
+ (x) => PropertiesAtBRANDAt8489$inboundSchema.parse(JSON.parse(x)),
14609
+ `Failed to parse 'PropertiesAtBRANDAt8489' from JSON`,
14610
14610
  );
14611
14611
  }
14612
14612
 
@@ -14617,16 +14617,16 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema:
14617
14617
  z.ZodTypeDef,
14618
14618
  unknown
14619
14619
  > = z.object({
14620
- "__@BRAND@8487": z.lazy(() => PropertiesAtBRANDAt8487$inboundSchema),
14620
+ "__@BRAND@8489": z.lazy(() => PropertiesAtBRANDAt8489$inboundSchema),
14621
14621
  }).transform((v) => {
14622
14622
  return remap$(v, {
14623
- "__@BRAND@8487": "atBRANDAt8487",
14623
+ "__@BRAND@8489": "atBRANDAt8489",
14624
14624
  });
14625
14625
  });
14626
14626
 
14627
14627
  /** @internal */
14628
14628
  export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
14629
- "__@BRAND@8487": PropertiesAtBRANDAt8487$Outbound;
14629
+ "__@BRAND@8489": PropertiesAtBRANDAt8489$Outbound;
14630
14630
  };
14631
14631
 
14632
14632
  /** @internal */
@@ -14636,10 +14636,10 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema:
14636
14636
  z.ZodTypeDef,
14637
14637
  CreateIntegrationStoreDirectPropertiesMinLength
14638
14638
  > = z.object({
14639
- atBRANDAt8487: z.lazy(() => PropertiesAtBRANDAt8487$outboundSchema),
14639
+ atBRANDAt8489: z.lazy(() => PropertiesAtBRANDAt8489$outboundSchema),
14640
14640
  }).transform((v) => {
14641
14641
  return remap$(v, {
14642
- atBRANDAt8487: "__@BRAND@8487",
14642
+ atBRANDAt8489: "__@BRAND@8489",
14643
14643
  });
14644
14644
  });
14645
14645
 
@@ -14687,64 +14687,64 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(
14687
14687
  }
14688
14688
 
14689
14689
  /** @internal */
14690
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$inboundSchema:
14690
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8489$inboundSchema:
14691
14691
  z.ZodType<
14692
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8487,
14692
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8489,
14693
14693
  z.ZodTypeDef,
14694
14694
  unknown
14695
14695
  > = z.object({});
14696
14696
 
14697
14697
  /** @internal */
14698
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$Outbound = {};
14698
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8489$Outbound = {};
14699
14699
 
14700
14700
  /** @internal */
14701
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$outboundSchema:
14701
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8489$outboundSchema:
14702
14702
  z.ZodType<
14703
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$Outbound,
14703
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8489$Outbound,
14704
14704
  z.ZodTypeDef,
14705
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8487
14705
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8489
14706
14706
  > = z.object({});
14707
14707
 
14708
14708
  /**
14709
14709
  * @internal
14710
14710
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
14711
14711
  */
14712
- export namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$ {
14713
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$inboundSchema` instead. */
14712
+ export namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt8489$ {
14713
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8489$inboundSchema` instead. */
14714
14714
  export const inboundSchema =
14715
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$inboundSchema;
14716
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$outboundSchema` instead. */
14715
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8489$inboundSchema;
14716
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8489$outboundSchema` instead. */
14717
14717
  export const outboundSchema =
14718
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$outboundSchema;
14719
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$Outbound` instead. */
14718
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8489$outboundSchema;
14719
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8489$Outbound` instead. */
14720
14720
  export type Outbound =
14721
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$Outbound;
14721
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8489$Outbound;
14722
14722
  }
14723
14723
 
14724
- export function createIntegrationStoreDirectPropertiesAtBRANDAt8487ToJSON(
14725
- createIntegrationStoreDirectPropertiesAtBRANDAt8487:
14726
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8487,
14724
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt8489ToJSON(
14725
+ createIntegrationStoreDirectPropertiesAtBRANDAt8489:
14726
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8489,
14727
14727
  ): string {
14728
14728
  return JSON.stringify(
14729
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$outboundSchema.parse(
14730
- createIntegrationStoreDirectPropertiesAtBRANDAt8487,
14729
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8489$outboundSchema.parse(
14730
+ createIntegrationStoreDirectPropertiesAtBRANDAt8489,
14731
14731
  ),
14732
14732
  );
14733
14733
  }
14734
14734
 
14735
- export function createIntegrationStoreDirectPropertiesAtBRANDAt8487FromJSON(
14735
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt8489FromJSON(
14736
14736
  jsonString: string,
14737
14737
  ): SafeParseResult<
14738
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8487,
14738
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8489,
14739
14739
  SDKValidationError
14740
14740
  > {
14741
14741
  return safeParse(
14742
14742
  jsonString,
14743
14743
  (x) =>
14744
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$inboundSchema.parse(
14744
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8489$inboundSchema.parse(
14745
14745
  JSON.parse(x),
14746
14746
  ),
14747
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8487' from JSON`,
14747
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8489' from JSON`,
14748
14748
  );
14749
14749
  }
14750
14750
 
@@ -14755,18 +14755,18 @@ export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema:
14755
14755
  z.ZodTypeDef,
14756
14756
  unknown
14757
14757
  > = z.object({
14758
- "__@BRAND@8487": z.lazy(() =>
14759
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$inboundSchema
14758
+ "__@BRAND@8489": z.lazy(() =>
14759
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8489$inboundSchema
14760
14760
  ),
14761
14761
  }).transform((v) => {
14762
14762
  return remap$(v, {
14763
- "__@BRAND@8487": "atBRANDAt8487",
14763
+ "__@BRAND@8489": "atBRANDAt8489",
14764
14764
  });
14765
14765
  });
14766
14766
 
14767
14767
  /** @internal */
14768
14768
  export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
14769
- "__@BRAND@8487": CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$Outbound;
14769
+ "__@BRAND@8489": CreateIntegrationStoreDirectPropertiesAtBRANDAt8489$Outbound;
14770
14770
  };
14771
14771
 
14772
14772
  /** @internal */
@@ -14776,12 +14776,12 @@ export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema:
14776
14776
  z.ZodTypeDef,
14777
14777
  CreateIntegrationStoreDirectPropertiesPattern
14778
14778
  > = z.object({
14779
- atBRANDAt8487: z.lazy(() =>
14780
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$outboundSchema
14779
+ atBRANDAt8489: z.lazy(() =>
14780
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8489$outboundSchema
14781
14781
  ),
14782
14782
  }).transform((v) => {
14783
14783
  return remap$(v, {
14784
- atBRANDAt8487: "__@BRAND@8487",
14784
+ atBRANDAt8489: "__@BRAND@8489",
14785
14785
  });
14786
14786
  });
14787
14787
 
@@ -16228,46 +16228,46 @@ export function guidesFromJSON(
16228
16228
  }
16229
16229
 
16230
16230
  /** @internal */
16231
- export const AtBRANDAt8487$inboundSchema: z.ZodType<
16232
- AtBRANDAt8487,
16231
+ export const AtBRANDAt8489$inboundSchema: z.ZodType<
16232
+ AtBRANDAt8489,
16233
16233
  z.ZodTypeDef,
16234
16234
  unknown
16235
16235
  > = z.object({});
16236
16236
 
16237
16237
  /** @internal */
16238
- export type AtBRANDAt8487$Outbound = {};
16238
+ export type AtBRANDAt8489$Outbound = {};
16239
16239
 
16240
16240
  /** @internal */
16241
- export const AtBRANDAt8487$outboundSchema: z.ZodType<
16242
- AtBRANDAt8487$Outbound,
16241
+ export const AtBRANDAt8489$outboundSchema: z.ZodType<
16242
+ AtBRANDAt8489$Outbound,
16243
16243
  z.ZodTypeDef,
16244
- AtBRANDAt8487
16244
+ AtBRANDAt8489
16245
16245
  > = z.object({});
16246
16246
 
16247
16247
  /**
16248
16248
  * @internal
16249
16249
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
16250
16250
  */
16251
- export namespace AtBRANDAt8487$ {
16252
- /** @deprecated use `AtBRANDAt8487$inboundSchema` instead. */
16253
- export const inboundSchema = AtBRANDAt8487$inboundSchema;
16254
- /** @deprecated use `AtBRANDAt8487$outboundSchema` instead. */
16255
- export const outboundSchema = AtBRANDAt8487$outboundSchema;
16256
- /** @deprecated use `AtBRANDAt8487$Outbound` instead. */
16257
- export type Outbound = AtBRANDAt8487$Outbound;
16251
+ export namespace AtBRANDAt8489$ {
16252
+ /** @deprecated use `AtBRANDAt8489$inboundSchema` instead. */
16253
+ export const inboundSchema = AtBRANDAt8489$inboundSchema;
16254
+ /** @deprecated use `AtBRANDAt8489$outboundSchema` instead. */
16255
+ export const outboundSchema = AtBRANDAt8489$outboundSchema;
16256
+ /** @deprecated use `AtBRANDAt8489$Outbound` instead. */
16257
+ export type Outbound = AtBRANDAt8489$Outbound;
16258
16258
  }
16259
16259
 
16260
- export function atBRANDAt8487ToJSON(atBRANDAt8487: AtBRANDAt8487): string {
16261
- return JSON.stringify(AtBRANDAt8487$outboundSchema.parse(atBRANDAt8487));
16260
+ export function atBRANDAt8489ToJSON(atBRANDAt8489: AtBRANDAt8489): string {
16261
+ return JSON.stringify(AtBRANDAt8489$outboundSchema.parse(atBRANDAt8489));
16262
16262
  }
16263
16263
 
16264
- export function atBRANDAt8487FromJSON(
16264
+ export function atBRANDAt8489FromJSON(
16265
16265
  jsonString: string,
16266
- ): SafeParseResult<AtBRANDAt8487, SDKValidationError> {
16266
+ ): SafeParseResult<AtBRANDAt8489, SDKValidationError> {
16267
16267
  return safeParse(
16268
16268
  jsonString,
16269
- (x) => AtBRANDAt8487$inboundSchema.parse(JSON.parse(x)),
16270
- `Failed to parse 'AtBRANDAt8487' from JSON`,
16269
+ (x) => AtBRANDAt8489$inboundSchema.parse(JSON.parse(x)),
16270
+ `Failed to parse 'AtBRANDAt8489' from JSON`,
16271
16271
  );
16272
16272
  }
16273
16273
 
@@ -16277,16 +16277,16 @@ export const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<
16277
16277
  z.ZodTypeDef,
16278
16278
  unknown
16279
16279
  > = z.object({
16280
- "__@BRAND@8487": z.lazy(() => AtBRANDAt8487$inboundSchema),
16280
+ "__@BRAND@8489": z.lazy(() => AtBRANDAt8489$inboundSchema),
16281
16281
  }).transform((v) => {
16282
16282
  return remap$(v, {
16283
- "__@BRAND@8487": "atBRANDAt8487",
16283
+ "__@BRAND@8489": "atBRANDAt8489",
16284
16284
  });
16285
16285
  });
16286
16286
 
16287
16287
  /** @internal */
16288
16288
  export type CreateIntegrationStoreDirectValue$Outbound = {
16289
- "__@BRAND@8487": AtBRANDAt8487$Outbound;
16289
+ "__@BRAND@8489": AtBRANDAt8489$Outbound;
16290
16290
  };
16291
16291
 
16292
16292
  /** @internal */
@@ -16295,10 +16295,10 @@ export const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<
16295
16295
  z.ZodTypeDef,
16296
16296
  CreateIntegrationStoreDirectValue
16297
16297
  > = z.object({
16298
- atBRANDAt8487: z.lazy(() => AtBRANDAt8487$outboundSchema),
16298
+ atBRANDAt8489: z.lazy(() => AtBRANDAt8489$outboundSchema),
16299
16299
  }).transform((v) => {
16300
16300
  return remap$(v, {
16301
- atBRANDAt8487: "__@BRAND@8487",
16301
+ atBRANDAt8489: "__@BRAND@8489",
16302
16302
  });
16303
16303
  });
16304
16304