@vercel/sdk 1.13.4 → 1.13.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (402) hide show
  1. package/README.md +57 -53
  2. package/bin/mcp-server.js +1982 -2193
  3. package/bin/mcp-server.js.map +91 -88
  4. package/docs/sdks/connect/README.md +95 -0
  5. package/docs/sdks/domains/README.md +11 -11
  6. package/docs/sdks/domainsregistrar/README.md +55 -55
  7. package/docs/sdks/projects/README.md +2 -0
  8. package/esm/__tests__/accessgroups.test.js +6 -2
  9. package/esm/__tests__/accessgroups.test.js.map +1 -1
  10. package/esm/__tests__/connect.test.d.ts +2 -0
  11. package/esm/__tests__/connect.test.d.ts.map +1 -0
  12. package/esm/__tests__/connect.test.js +36 -0
  13. package/esm/__tests__/connect.test.js.map +1 -0
  14. package/esm/__tests__/domains.test.js +11 -4
  15. package/esm/__tests__/domains.test.js.map +1 -1
  16. package/esm/__tests__/domainsregistrar.test.js +1 -1
  17. package/esm/__tests__/domainsregistrar.test.js.map +1 -1
  18. package/esm/__tests__/edgeconfig.test.js +6 -6
  19. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  20. package/esm/__tests__/integrations.test.js +1 -1
  21. package/esm/__tests__/rollingrelease.test.js +2 -2
  22. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  23. package/esm/__tests__/security.test.js +11 -1
  24. package/esm/__tests__/security.test.js.map +1 -1
  25. package/esm/funcs/connectUpdateSharedConnectLinks.d.ts +17 -0
  26. package/esm/funcs/connectUpdateSharedConnectLinks.d.ts.map +1 -0
  27. package/esm/funcs/connectUpdateSharedConnectLinks.js +90 -0
  28. package/esm/funcs/connectUpdateSharedConnectLinks.js.map +1 -0
  29. package/esm/funcs/domainsBuyDomain.d.ts +2 -2
  30. package/esm/funcs/domainsBuyDomain.js +2 -2
  31. package/esm/funcs/domainsCheckDomainPrice.d.ts +2 -2
  32. package/esm/funcs/domainsCheckDomainPrice.js +2 -2
  33. package/esm/funcs/domainsCheckDomainStatus.d.ts +2 -2
  34. package/esm/funcs/domainsCheckDomainStatus.js +2 -2
  35. package/esm/funcs/domainsCreateOrTransferDomain.d.ts +2 -2
  36. package/esm/funcs/domainsCreateOrTransferDomain.js +2 -2
  37. package/esm/funcs/domainsGetDomainTransfer.d.ts +2 -2
  38. package/esm/funcs/domainsGetDomainTransfer.js +2 -2
  39. package/esm/funcs/domainsPatchDomain.d.ts +1 -1
  40. package/esm/funcs/domainsPatchDomain.js +1 -1
  41. package/esm/funcs/domainsRegistrarBuyDomains.d.ts +2 -2
  42. package/esm/funcs/domainsRegistrarBuyDomains.js +2 -2
  43. package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts +1 -1
  44. package/esm/funcs/domainsRegistrarGetBulkAvailability.js +1 -1
  45. package/esm/funcs/domainsRegistrarGetContactInfoSchema.d.ts +2 -2
  46. package/esm/funcs/domainsRegistrarGetContactInfoSchema.js +2 -2
  47. package/esm/funcs/domainsRegistrarGetDomainAuthCode.d.ts +1 -1
  48. package/esm/funcs/domainsRegistrarGetDomainAuthCode.js +1 -1
  49. package/esm/funcs/domainsRegistrarGetDomainAvailability.d.ts +2 -2
  50. package/esm/funcs/domainsRegistrarGetDomainAvailability.js +2 -2
  51. package/esm/funcs/domainsRegistrarGetDomainPrice.d.ts +1 -1
  52. package/esm/funcs/domainsRegistrarGetDomainPrice.js +1 -1
  53. package/esm/funcs/domainsRegistrarGetDomainTransferIn.d.ts +2 -2
  54. package/esm/funcs/domainsRegistrarGetDomainTransferIn.js +2 -2
  55. package/esm/funcs/domainsRegistrarGetOrder.d.ts +2 -2
  56. package/esm/funcs/domainsRegistrarGetOrder.js +2 -2
  57. package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts +2 -2
  58. package/esm/funcs/domainsRegistrarGetSupportedTlds.js +2 -2
  59. package/esm/funcs/domainsRegistrarGetTldPrice.d.ts +2 -2
  60. package/esm/funcs/domainsRegistrarGetTldPrice.js +2 -2
  61. package/esm/funcs/domainsRegistrarTransferInDomain.d.ts +2 -2
  62. package/esm/funcs/domainsRegistrarTransferInDomain.js +2 -2
  63. package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.d.ts +2 -2
  64. package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js +2 -2
  65. package/esm/funcs/domainsRegistrarUpdateDomainNameservers.d.ts +2 -2
  66. package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js +2 -2
  67. package/esm/funcs/projectsGetProjects.js +1 -0
  68. package/esm/funcs/projectsGetProjects.js.map +1 -1
  69. package/esm/funcs/projectsUploadProjectClientCert.js +2 -2
  70. package/esm/funcs/projectsUploadProjectClientCert.js.map +1 -1
  71. package/esm/lib/config.d.ts +3 -3
  72. package/esm/lib/config.js +3 -3
  73. package/esm/mcp-server/mcp-server.js +1 -1
  74. package/esm/mcp-server/server.d.ts.map +1 -1
  75. package/esm/mcp-server/server.js +3 -1
  76. package/esm/mcp-server/server.js.map +1 -1
  77. package/esm/mcp-server/tools/connectUpdateSharedConnectLinks.d.ts +7 -0
  78. package/esm/mcp-server/tools/connectUpdateSharedConnectLinks.d.ts.map +1 -0
  79. package/esm/mcp-server/tools/connectUpdateSharedConnectLinks.js +28 -0
  80. package/esm/mcp-server/tools/connectUpdateSharedConnectLinks.js.map +1 -0
  81. package/esm/mcp-server/tools/domainsBuyDomain.js +2 -2
  82. package/esm/mcp-server/tools/domainsBuyDomain.js.map +1 -1
  83. package/esm/mcp-server/tools/domainsCheckDomainPrice.js +2 -2
  84. package/esm/mcp-server/tools/domainsCheckDomainPrice.js.map +1 -1
  85. package/esm/mcp-server/tools/domainsCheckDomainStatus.js +2 -2
  86. package/esm/mcp-server/tools/domainsCheckDomainStatus.js.map +1 -1
  87. package/esm/mcp-server/tools/domainsCreateOrTransferDomain.js +2 -2
  88. package/esm/mcp-server/tools/domainsCreateOrTransferDomain.js.map +1 -1
  89. package/esm/mcp-server/tools/domainsGetDomainTransfer.js +2 -2
  90. package/esm/mcp-server/tools/domainsGetDomainTransfer.js.map +1 -1
  91. package/esm/mcp-server/tools/domainsPatchDomain.js +1 -1
  92. package/esm/mcp-server/tools/domainsPatchDomain.js.map +1 -1
  93. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js +2 -2
  94. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js.map +1 -1
  95. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js +1 -1
  96. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js.map +1 -1
  97. package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.d.ts.map +1 -1
  98. package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.js +2 -2
  99. package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.js.map +1 -1
  100. package/esm/mcp-server/tools/domainsRegistrarGetDomainAuthCode.js +1 -1
  101. package/esm/mcp-server/tools/domainsRegistrarGetDomainAuthCode.js.map +1 -1
  102. package/esm/mcp-server/tools/domainsRegistrarGetDomainAvailability.js +2 -2
  103. package/esm/mcp-server/tools/domainsRegistrarGetDomainAvailability.js.map +1 -1
  104. package/esm/mcp-server/tools/domainsRegistrarGetDomainPrice.js +1 -1
  105. package/esm/mcp-server/tools/domainsRegistrarGetDomainTransferIn.js +2 -2
  106. package/esm/mcp-server/tools/domainsRegistrarGetDomainTransferIn.js.map +1 -1
  107. package/esm/mcp-server/tools/domainsRegistrarGetOrder.js +2 -2
  108. package/esm/mcp-server/tools/domainsRegistrarGetOrder.js.map +1 -1
  109. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js +2 -2
  110. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js.map +1 -1
  111. package/esm/mcp-server/tools/domainsRegistrarGetTldPrice.js +2 -2
  112. package/esm/mcp-server/tools/domainsRegistrarGetTldPrice.js.map +1 -1
  113. package/esm/mcp-server/tools/domainsRegistrarTransferInDomain.js +2 -2
  114. package/esm/mcp-server/tools/domainsRegistrarTransferInDomain.js.map +1 -1
  115. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.js +2 -2
  116. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.js.map +1 -1
  117. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.js +2 -2
  118. package/esm/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.js.map +1 -1
  119. package/esm/models/additionalcontactinforequired.d.ts +6 -25
  120. package/esm/models/additionalcontactinforequired.d.ts.map +1 -1
  121. package/esm/models/additionalcontactinforequired.js +4 -30
  122. package/esm/models/additionalcontactinforequired.js.map +1 -1
  123. package/esm/models/badrequest.d.ts +0 -25
  124. package/esm/models/badrequest.d.ts.map +1 -1
  125. package/esm/models/badrequest.js +1 -30
  126. package/esm/models/badrequest.js.map +1 -1
  127. package/esm/models/buydomainsop.d.ts +15 -3
  128. package/esm/models/buydomainsop.d.ts.map +1 -1
  129. package/esm/models/buydomainsop.js +16 -16
  130. package/esm/models/buydomainsop.js.map +1 -1
  131. package/esm/models/buysingledomainop.d.ts +15 -3
  132. package/esm/models/buysingledomainop.d.ts.map +1 -1
  133. package/esm/models/buysingledomainop.js +12 -12
  134. package/esm/models/buysingledomainop.js.map +1 -1
  135. package/esm/models/createintegrationstoredirectop.d.ts +291 -285
  136. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  137. package/esm/models/createintegrationstoredirectop.js +353 -351
  138. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  139. package/esm/models/createortransferdomainop.d.ts +5 -3
  140. package/esm/models/createortransferdomainop.d.ts.map +1 -1
  141. package/esm/models/createortransferdomainop.js.map +1 -1
  142. package/esm/models/domainalreadyrenewing.d.ts +6 -25
  143. package/esm/models/domainalreadyrenewing.d.ts.map +1 -1
  144. package/esm/models/domainalreadyrenewing.js +4 -30
  145. package/esm/models/domainalreadyrenewing.js.map +1 -1
  146. package/esm/models/domainnotavailable.d.ts +6 -25
  147. package/esm/models/domainnotavailable.d.ts.map +1 -1
  148. package/esm/models/domainnotavailable.js +4 -30
  149. package/esm/models/domainnotavailable.js.map +1 -1
  150. package/esm/models/domainnotfound.d.ts +6 -25
  151. package/esm/models/domainnotfound.d.ts.map +1 -1
  152. package/esm/models/domainnotfound.js +4 -30
  153. package/esm/models/domainnotfound.js.map +1 -1
  154. package/esm/models/domainnotregistered.d.ts +6 -25
  155. package/esm/models/domainnotregistered.d.ts.map +1 -1
  156. package/esm/models/domainnotregistered.js +4 -30
  157. package/esm/models/domainnotregistered.js.map +1 -1
  158. package/esm/models/domainnotrenewable.d.ts +6 -25
  159. package/esm/models/domainnotrenewable.d.ts.map +1 -1
  160. package/esm/models/domainnotrenewable.js +4 -30
  161. package/esm/models/domainnotrenewable.js.map +1 -1
  162. package/esm/models/duplicatedomains.d.ts +6 -25
  163. package/esm/models/duplicatedomains.d.ts.map +1 -1
  164. package/esm/models/duplicatedomains.js +4 -30
  165. package/esm/models/duplicatedomains.js.map +1 -1
  166. package/esm/models/expectedpricemismatch.d.ts +6 -25
  167. package/esm/models/expectedpricemismatch.d.ts.map +1 -1
  168. package/esm/models/expectedpricemismatch.js +4 -30
  169. package/esm/models/expectedpricemismatch.js.map +1 -1
  170. package/esm/models/forbidden.d.ts +0 -25
  171. package/esm/models/forbidden.d.ts.map +1 -1
  172. package/esm/models/forbidden.js +1 -30
  173. package/esm/models/forbidden.js.map +1 -1
  174. package/esm/models/getconfigurationproductsop.d.ts +375 -375
  175. package/esm/models/getconfigurationproductsop.js +465 -465
  176. package/esm/models/getcontactinfoschemaop.d.ts +2 -2
  177. package/esm/models/getcontactinfoschemaop.d.ts.map +1 -1
  178. package/esm/models/getcontactinfoschemaop.js +2 -2
  179. package/esm/models/getcontactinfoschemaop.js.map +1 -1
  180. package/esm/models/getdomainauthcodeop.d.ts +2 -2
  181. package/esm/models/getdomainauthcodeop.d.ts.map +1 -1
  182. package/esm/models/getdomainauthcodeop.js +2 -2
  183. package/esm/models/getdomainauthcodeop.js.map +1 -1
  184. package/esm/models/getdomainpriceop.d.ts +11 -11
  185. package/esm/models/getdomainpriceop.d.ts.map +1 -1
  186. package/esm/models/getdomainpriceop.js +10 -10
  187. package/esm/models/getdomainpriceop.js.map +1 -1
  188. package/esm/models/getintegrationresourceop.d.ts +3 -0
  189. package/esm/models/getintegrationresourceop.d.ts.map +1 -1
  190. package/esm/models/getintegrationresourceop.js +1 -0
  191. package/esm/models/getintegrationresourceop.js.map +1 -1
  192. package/esm/models/getintegrationresourcesop.d.ts +3 -0
  193. package/esm/models/getintegrationresourcesop.d.ts.map +1 -1
  194. package/esm/models/getintegrationresourcesop.js +1 -0
  195. package/esm/models/getintegrationresourcesop.js.map +1 -1
  196. package/esm/models/getorderop.d.ts +18 -9
  197. package/esm/models/getorderop.d.ts.map +1 -1
  198. package/esm/models/getorderop.js +6 -6
  199. package/esm/models/getorderop.js.map +1 -1
  200. package/esm/models/getprojectsop.d.ts +36 -0
  201. package/esm/models/getprojectsop.d.ts.map +1 -1
  202. package/esm/models/getprojectsop.js +24 -0
  203. package/esm/models/getprojectsop.js.map +1 -1
  204. package/esm/models/gettldpriceop.d.ts +14 -11
  205. package/esm/models/gettldpriceop.d.ts.map +1 -1
  206. package/esm/models/gettldpriceop.js +8 -8
  207. package/esm/models/gettldpriceop.js.map +1 -1
  208. package/esm/models/httpapidecodeerror.d.ts +0 -26
  209. package/esm/models/httpapidecodeerror.d.ts.map +1 -1
  210. package/esm/models/httpapidecodeerror.js +1 -30
  211. package/esm/models/httpapidecodeerror.js.map +1 -1
  212. package/esm/models/importresourceop.d.ts +3 -0
  213. package/esm/models/importresourceop.d.ts.map +1 -1
  214. package/esm/models/importresourceop.js +1 -0
  215. package/esm/models/importresourceop.js.map +1 -1
  216. package/esm/models/internalservererror.d.ts +0 -25
  217. package/esm/models/internalservererror.d.ts.map +1 -1
  218. package/esm/models/internalservererror.js +1 -30
  219. package/esm/models/internalservererror.js.map +1 -1
  220. package/esm/models/invalidadditionalcontactinfo.d.ts +6 -25
  221. package/esm/models/invalidadditionalcontactinfo.d.ts.map +1 -1
  222. package/esm/models/invalidadditionalcontactinfo.js +4 -30
  223. package/esm/models/invalidadditionalcontactinfo.js.map +1 -1
  224. package/esm/models/issue.d.ts +0 -55
  225. package/esm/models/issue.d.ts.map +1 -1
  226. package/esm/models/issue.js +0 -39
  227. package/esm/models/issue.js.map +1 -1
  228. package/esm/models/notauthorizedforscope.d.ts +0 -25
  229. package/esm/models/notauthorizedforscope.d.ts.map +1 -1
  230. package/esm/models/notauthorizedforscope.js +1 -30
  231. package/esm/models/notauthorizedforscope.js.map +1 -1
  232. package/esm/models/notfound.d.ts +0 -25
  233. package/esm/models/notfound.d.ts.map +1 -1
  234. package/esm/models/notfound.js +1 -31
  235. package/esm/models/notfound.js.map +1 -1
  236. package/esm/models/ordertooexpensive.d.ts +6 -25
  237. package/esm/models/ordertooexpensive.d.ts.map +1 -1
  238. package/esm/models/ordertooexpensive.js +4 -30
  239. package/esm/models/ordertooexpensive.js.map +1 -1
  240. package/esm/models/patchdomainop.d.ts +6 -2
  241. package/esm/models/patchdomainop.d.ts.map +1 -1
  242. package/esm/models/patchdomainop.js.map +1 -1
  243. package/esm/models/propertykey.d.ts +8 -8
  244. package/esm/models/propertykey.d.ts.map +1 -1
  245. package/esm/models/propertykey.js +12 -12
  246. package/esm/models/propertykey.js.map +1 -1
  247. package/esm/models/renewdomainop.d.ts +6 -3
  248. package/esm/models/renewdomainop.d.ts.map +1 -1
  249. package/esm/models/renewdomainop.js +10 -10
  250. package/esm/models/renewdomainop.js.map +1 -1
  251. package/esm/models/tldnotsupported.d.ts +6 -25
  252. package/esm/models/tldnotsupported.d.ts.map +1 -1
  253. package/esm/models/tldnotsupported.js +4 -30
  254. package/esm/models/tldnotsupported.js.map +1 -1
  255. package/esm/models/toomanydomains.d.ts +6 -25
  256. package/esm/models/toomanydomains.d.ts.map +1 -1
  257. package/esm/models/toomanydomains.js +4 -30
  258. package/esm/models/toomanydomains.js.map +1 -1
  259. package/esm/models/toomanyrequests.d.ts +0 -25
  260. package/esm/models/toomanyrequests.d.ts.map +1 -1
  261. package/esm/models/toomanyrequests.js +1 -30
  262. package/esm/models/toomanyrequests.js.map +1 -1
  263. package/esm/models/transferindomainop.d.ts +9 -3
  264. package/esm/models/transferindomainop.d.ts.map +1 -1
  265. package/esm/models/transferindomainop.js +8 -8
  266. package/esm/models/transferindomainop.js.map +1 -1
  267. package/esm/models/unauthorized.d.ts +0 -25
  268. package/esm/models/unauthorized.d.ts.map +1 -1
  269. package/esm/models/unauthorized.js +1 -30
  270. package/esm/models/unauthorized.js.map +1 -1
  271. package/esm/models/updatedomainautorenewop.d.ts +2 -2
  272. package/esm/models/updatedomainautorenewop.d.ts.map +1 -1
  273. package/esm/models/updatedomainautorenewop.js +6 -6
  274. package/esm/models/updatedomainautorenewop.js.map +1 -1
  275. package/esm/models/updatedomainnameserversop.d.ts +2 -2
  276. package/esm/models/updatedomainnameserversop.d.ts.map +1 -1
  277. package/esm/models/updatedomainnameserversop.js +2 -2
  278. package/esm/models/updatedomainnameserversop.js.map +1 -1
  279. package/esm/models/updateprojectop.d.ts +36 -0
  280. package/esm/models/updateprojectop.d.ts.map +1 -1
  281. package/esm/models/updateprojectop.js +27 -0
  282. package/esm/models/updateprojectop.js.map +1 -1
  283. package/esm/models/updatesharedconnectlinksop.d.ts +182 -0
  284. package/esm/models/updatesharedconnectlinksop.d.ts.map +1 -0
  285. package/esm/models/updatesharedconnectlinksop.js +179 -0
  286. package/esm/models/updatesharedconnectlinksop.js.map +1 -0
  287. package/esm/sdk/connect.d.ts +12 -0
  288. package/esm/sdk/connect.d.ts.map +1 -0
  289. package/esm/sdk/connect.js +18 -0
  290. package/esm/sdk/connect.js.map +1 -0
  291. package/esm/sdk/domains.d.ts +11 -11
  292. package/esm/sdk/domains.js +11 -11
  293. package/esm/sdk/domainsregistrar.d.ts +23 -23
  294. package/esm/sdk/domainsregistrar.js +23 -23
  295. package/esm/sdk/sdk.d.ts +3 -0
  296. package/esm/sdk/sdk.d.ts.map +1 -1
  297. package/esm/sdk/sdk.js +4 -0
  298. package/esm/sdk/sdk.js.map +1 -1
  299. package/examples/package-lock.json +1 -1
  300. package/jsr.json +1 -1
  301. package/package.json +1 -1
  302. package/src/__tests__/accessgroups.test.ts +6 -2
  303. package/src/__tests__/connect.test.ts +39 -0
  304. package/src/__tests__/domains.test.ts +11 -4
  305. package/src/__tests__/domainsregistrar.test.ts +1 -1
  306. package/src/__tests__/edgeconfig.test.ts +6 -6
  307. package/src/__tests__/integrations.test.ts +1 -1
  308. package/src/__tests__/rollingrelease.test.ts +2 -2
  309. package/src/__tests__/security.test.ts +11 -1
  310. package/src/funcs/connectUpdateSharedConnectLinks.ts +181 -0
  311. package/src/funcs/domainsBuyDomain.ts +2 -2
  312. package/src/funcs/domainsCheckDomainPrice.ts +2 -2
  313. package/src/funcs/domainsCheckDomainStatus.ts +2 -2
  314. package/src/funcs/domainsCreateOrTransferDomain.ts +2 -2
  315. package/src/funcs/domainsGetDomainTransfer.ts +2 -2
  316. package/src/funcs/domainsPatchDomain.ts +1 -1
  317. package/src/funcs/domainsRegistrarBuyDomains.ts +2 -2
  318. package/src/funcs/domainsRegistrarGetBulkAvailability.ts +1 -1
  319. package/src/funcs/domainsRegistrarGetContactInfoSchema.ts +2 -2
  320. package/src/funcs/domainsRegistrarGetDomainAuthCode.ts +1 -1
  321. package/src/funcs/domainsRegistrarGetDomainAvailability.ts +2 -2
  322. package/src/funcs/domainsRegistrarGetDomainPrice.ts +1 -1
  323. package/src/funcs/domainsRegistrarGetDomainTransferIn.ts +2 -2
  324. package/src/funcs/domainsRegistrarGetOrder.ts +2 -2
  325. package/src/funcs/domainsRegistrarGetSupportedTlds.ts +2 -2
  326. package/src/funcs/domainsRegistrarGetTldPrice.ts +2 -2
  327. package/src/funcs/domainsRegistrarTransferInDomain.ts +2 -2
  328. package/src/funcs/domainsRegistrarUpdateDomainAutoRenew.ts +2 -2
  329. package/src/funcs/domainsRegistrarUpdateDomainNameservers.ts +2 -2
  330. package/src/funcs/projectsGetProjects.ts +1 -0
  331. package/src/funcs/projectsUploadProjectClientCert.ts +2 -2
  332. package/src/lib/config.ts +3 -3
  333. package/src/mcp-server/mcp-server.ts +1 -1
  334. package/src/mcp-server/server.ts +3 -1
  335. package/src/mcp-server/tools/connectUpdateSharedConnectLinks.ts +38 -0
  336. package/src/mcp-server/tools/domainsBuyDomain.ts +2 -2
  337. package/src/mcp-server/tools/domainsCheckDomainPrice.ts +2 -2
  338. package/src/mcp-server/tools/domainsCheckDomainStatus.ts +2 -2
  339. package/src/mcp-server/tools/domainsCreateOrTransferDomain.ts +2 -2
  340. package/src/mcp-server/tools/domainsGetDomainTransfer.ts +2 -2
  341. package/src/mcp-server/tools/domainsPatchDomain.ts +1 -1
  342. package/src/mcp-server/tools/domainsRegistrarBuyDomains.ts +2 -2
  343. package/src/mcp-server/tools/domainsRegistrarGetBulkAvailability.ts +1 -1
  344. package/src/mcp-server/tools/domainsRegistrarGetContactInfoSchema.ts +2 -3
  345. package/src/mcp-server/tools/domainsRegistrarGetDomainAuthCode.ts +1 -1
  346. package/src/mcp-server/tools/domainsRegistrarGetDomainAvailability.ts +2 -2
  347. package/src/mcp-server/tools/domainsRegistrarGetDomainPrice.ts +1 -1
  348. package/src/mcp-server/tools/domainsRegistrarGetDomainTransferIn.ts +2 -2
  349. package/src/mcp-server/tools/domainsRegistrarGetOrder.ts +2 -2
  350. package/src/mcp-server/tools/domainsRegistrarGetSupportedTlds.ts +2 -2
  351. package/src/mcp-server/tools/domainsRegistrarGetTldPrice.ts +2 -2
  352. package/src/mcp-server/tools/domainsRegistrarTransferInDomain.ts +2 -2
  353. package/src/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.ts +2 -2
  354. package/src/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.ts +2 -2
  355. package/src/models/additionalcontactinforequired.ts +12 -51
  356. package/src/models/badrequest.ts +6 -49
  357. package/src/models/buydomainsop.ts +45 -33
  358. package/src/models/buysingledomainop.ts +37 -25
  359. package/src/models/createintegrationstoredirectop.ts +606 -604
  360. package/src/models/createortransferdomainop.ts +5 -3
  361. package/src/models/domainalreadyrenewing.ts +12 -51
  362. package/src/models/domainnotavailable.ts +12 -49
  363. package/src/models/domainnotfound.ts +12 -49
  364. package/src/models/domainnotregistered.ts +12 -49
  365. package/src/models/domainnotrenewable.ts +12 -49
  366. package/src/models/duplicatedomains.ts +12 -49
  367. package/src/models/expectedpricemismatch.ts +12 -51
  368. package/src/models/forbidden.ts +6 -47
  369. package/src/models/getconfigurationproductsop.ts +802 -802
  370. package/src/models/getcontactinfoschemaop.ts +6 -6
  371. package/src/models/getdomainauthcodeop.ts +6 -6
  372. package/src/models/getdomainpriceop.ts +23 -23
  373. package/src/models/getintegrationresourceop.ts +1 -0
  374. package/src/models/getintegrationresourcesop.ts +1 -0
  375. package/src/models/getorderop.ts +24 -15
  376. package/src/models/getprojectsop.ts +40 -0
  377. package/src/models/gettldpriceop.ts +24 -21
  378. package/src/models/httpapidecodeerror.ts +5 -49
  379. package/src/models/importresourceop.ts +1 -0
  380. package/src/models/internalservererror.ts +6 -49
  381. package/src/models/invalidadditionalcontactinfo.ts +12 -51
  382. package/src/models/issue.ts +0 -53
  383. package/src/models/notauthorizedforscope.ts +6 -51
  384. package/src/models/notfound.ts +6 -47
  385. package/src/models/ordertooexpensive.ts +12 -49
  386. package/src/models/patchdomainop.ts +6 -2
  387. package/src/models/propertykey.ts +13 -16
  388. package/src/models/renewdomainop.ts +24 -21
  389. package/src/models/tldnotsupported.ts +12 -49
  390. package/src/models/toomanydomains.ts +12 -49
  391. package/src/models/toomanyrequests.ts +8 -51
  392. package/src/models/transferindomainop.ts +23 -17
  393. package/src/models/unauthorized.ts +6 -49
  394. package/src/models/updatedomainautorenewop.ts +12 -12
  395. package/src/models/updatedomainnameserversop.ts +6 -6
  396. package/src/models/updateprojectop.ts +71 -0
  397. package/src/models/updatesharedconnectlinksop.ts +402 -0
  398. package/src/sdk/connect.ts +30 -0
  399. package/src/sdk/domains.ts +11 -11
  400. package/src/sdk/domainsregistrar.ts +23 -23
  401. package/src/sdk/sdk.ts +6 -0
  402. package/vercel-spec.json +497 -402
@@ -179,6 +179,7 @@ export const CreateIntegrationStoreDirectStatus = {
179
179
  LimitsExceededSuspended: "limits-exceeded-suspended",
180
180
  LimitsExceededSuspendedStoreCount: "limits-exceeded-suspended-store-count",
181
181
  Initializing: "initializing",
182
+ Onboarding: "onboarding",
182
183
  Uninstalled: "uninstalled",
183
184
  } as const;
184
185
  export type CreateIntegrationStoreDirectStatus = ClosedEnum<
@@ -211,6 +212,7 @@ export type CreateIntegrationStoreDirectMetadata =
211
212
  export const ExternalResourceStatus = {
212
213
  Error: "error",
213
214
  Suspended: "suspended",
215
+ Onboarding: "onboarding",
214
216
  Uninstalled: "uninstalled",
215
217
  Ready: "ready",
216
218
  Pending: "pending",
@@ -234,12 +236,12 @@ export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<
234
236
  typeof CreateIntegrationStoreDirectIntegrationsType
235
237
  >;
236
238
 
237
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494 =
239
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495 =
238
240
  {};
239
241
 
240
242
  export type CreateIntegrationStoreDirectPropertiesValue = {
241
- atBRANDAt8494:
242
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494;
243
+ atBRANDAt8495:
244
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495;
243
245
  };
244
246
 
245
247
  export const CreateIntegrationStoreDirectDisabled3 = {
@@ -308,31 +310,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
308
310
  typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl
309
311
  >;
310
312
 
311
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494 =
313
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495 =
312
314
  {};
313
315
 
314
316
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength =
315
317
  {
316
- atBRANDAt8494:
317
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494;
318
+ atBRANDAt8495:
319
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495;
318
320
  };
319
321
 
320
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494 =
322
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495 =
321
323
  {};
322
324
 
323
325
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength =
324
326
  {
325
- atBRANDAt8494:
326
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494;
327
+ atBRANDAt8495:
328
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495;
327
329
  };
328
330
 
329
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494 =
331
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495 =
330
332
  {};
331
333
 
332
334
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern =
333
335
  {
334
- atBRANDAt8494:
335
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494;
336
+ atBRANDAt8495:
337
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495;
336
338
  };
337
339
 
338
340
  export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 =
@@ -470,10 +472,10 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
470
472
  typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl
471
473
  >;
472
474
 
473
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494 = {};
475
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495 = {};
474
476
 
475
477
  export type CreateIntegrationStoreDirectUiOptionsValue = {
476
- atBRANDAt8494: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494;
478
+ atBRANDAt8495: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495;
477
479
  };
478
480
 
479
481
  export const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 = {
@@ -524,10 +526,10 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
524
526
  | undefined;
525
527
  };
526
528
 
527
- export type UiOptionsAtBRANDAt8494 = {};
529
+ export type UiOptionsAtBRANDAt8495 = {};
528
530
 
529
531
  export type CreateIntegrationStoreDirectUiOptions2 = {
530
- atBRANDAt8494: UiOptionsAtBRANDAt8494;
532
+ atBRANDAt8495: UiOptionsAtBRANDAt8495;
531
533
  };
532
534
 
533
535
  export const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3 =
@@ -590,31 +592,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions
590
592
  | CreateIntegrationStoreDirectUiOptions2
591
593
  | CreateIntegrationStoreDirectUiOptions3;
592
594
 
593
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494 =
595
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495 =
594
596
  {};
595
597
 
596
598
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength =
597
599
  {
598
- atBRANDAt8494:
599
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494;
600
+ atBRANDAt8495:
601
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495;
600
602
  };
601
603
 
602
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494 =
604
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495 =
603
605
  {};
604
606
 
605
607
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength =
606
608
  {
607
- atBRANDAt8494:
608
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494;
609
+ atBRANDAt8495:
610
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495;
609
611
  };
610
612
 
611
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494 =
613
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495 =
612
614
  {};
613
615
 
614
616
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern =
615
617
  {
616
- atBRANDAt8494:
617
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494;
618
+ atBRANDAt8495:
619
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495;
618
620
  };
619
621
 
620
622
  export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3 =
@@ -757,31 +759,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
757
759
  typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type
758
760
  >;
759
761
 
760
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494 =
762
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495 =
761
763
  {};
762
764
 
763
765
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength =
764
766
  {
765
- atBRANDAt8494:
766
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494;
767
+ atBRANDAt8495:
768
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495;
767
769
  };
768
770
 
769
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494 =
771
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495 =
770
772
  {};
771
773
 
772
774
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength =
773
775
  {
774
- atBRANDAt8494:
775
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494;
776
+ atBRANDAt8495:
777
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495;
776
778
  };
777
779
 
778
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494 =
780
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495 =
779
781
  {};
780
782
 
781
783
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern =
782
784
  {
783
- atBRANDAt8494:
784
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494;
785
+ atBRANDAt8495:
786
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495;
785
787
  };
786
788
 
787
789
  export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
@@ -1036,28 +1038,28 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
1036
1038
  | undefined;
1037
1039
  };
1038
1040
 
1039
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494 =
1041
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495 =
1040
1042
  {};
1041
1043
 
1042
1044
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
1043
- atBRANDAt8494:
1044
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494;
1045
+ atBRANDAt8495:
1046
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495;
1045
1047
  };
1046
1048
 
1047
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494 =
1049
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495 =
1048
1050
  {};
1049
1051
 
1050
1052
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
1051
- atBRANDAt8494:
1052
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494;
1053
+ atBRANDAt8495:
1054
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495;
1053
1055
  };
1054
1056
 
1055
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494 =
1057
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495 =
1056
1058
  {};
1057
1059
 
1058
1060
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
1059
- atBRANDAt8494:
1060
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494;
1061
+ atBRANDAt8495:
1062
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495;
1061
1063
  };
1062
1064
 
1063
1065
  export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3 =
@@ -1560,24 +1562,24 @@ export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<
1560
1562
  typeof CreateIntegrationStoreDirectPropertiesUiControl
1561
1563
  >;
1562
1564
 
1563
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494 =
1565
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495 =
1564
1566
  {};
1565
1567
 
1566
1568
  export type CreateIntegrationStoreDirectPropertiesMaxLength = {
1567
- atBRANDAt8494:
1568
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494;
1569
+ atBRANDAt8495:
1570
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495;
1569
1571
  };
1570
1572
 
1571
- export type PropertiesAtBRANDAt8494 = {};
1573
+ export type PropertiesAtBRANDAt8495 = {};
1572
1574
 
1573
1575
  export type CreateIntegrationStoreDirectPropertiesMinLength = {
1574
- atBRANDAt8494: PropertiesAtBRANDAt8494;
1576
+ atBRANDAt8495: PropertiesAtBRANDAt8495;
1575
1577
  };
1576
1578
 
1577
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8494 = {};
1579
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8495 = {};
1578
1580
 
1579
1581
  export type CreateIntegrationStoreDirectPropertiesPattern = {
1580
- atBRANDAt8494: CreateIntegrationStoreDirectPropertiesAtBRANDAt8494;
1582
+ atBRANDAt8495: CreateIntegrationStoreDirectPropertiesAtBRANDAt8495;
1581
1583
  };
1582
1584
 
1583
1585
  export const CreateIntegrationStoreDirectUiReadOnly3 = {
@@ -1811,10 +1813,10 @@ export type Guides = {
1811
1813
  steps: Array<Steps>;
1812
1814
  };
1813
1815
 
1814
- export type AtBRANDAt8494 = {};
1816
+ export type AtBRANDAt8495 = {};
1815
1817
 
1816
1818
  export type CreateIntegrationStoreDirectValue = {
1817
- atBRANDAt8494: AtBRANDAt8494;
1819
+ atBRANDAt8495: AtBRANDAt8495;
1818
1820
  };
1819
1821
 
1820
1822
  export const Disabled3 = {
@@ -2794,65 +2796,65 @@ export namespace CreateIntegrationStoreDirectIntegrationsType$ {
2794
2796
  }
2795
2797
 
2796
2798
  /** @internal */
2797
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$inboundSchema:
2799
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$inboundSchema:
2798
2800
  z.ZodType<
2799
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494,
2801
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495,
2800
2802
  z.ZodTypeDef,
2801
2803
  unknown
2802
2804
  > = z.object({});
2803
2805
 
2804
2806
  /** @internal */
2805
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$Outbound =
2807
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$Outbound =
2806
2808
  {};
2807
2809
 
2808
2810
  /** @internal */
2809
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$outboundSchema:
2811
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$outboundSchema:
2810
2812
  z.ZodType<
2811
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$Outbound,
2813
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$Outbound,
2812
2814
  z.ZodTypeDef,
2813
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494
2815
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495
2814
2816
  > = z.object({});
2815
2817
 
2816
2818
  /**
2817
2819
  * @internal
2818
2820
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2819
2821
  */
2820
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$ {
2821
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$inboundSchema` instead. */
2822
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$ {
2823
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$inboundSchema` instead. */
2822
2824
  export const inboundSchema =
2823
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$inboundSchema;
2824
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$outboundSchema` instead. */
2825
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$inboundSchema;
2826
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$outboundSchema` instead. */
2825
2827
  export const outboundSchema =
2826
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$outboundSchema;
2827
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$Outbound` instead. */
2828
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$outboundSchema;
2829
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$Outbound` instead. */
2828
2830
  export type Outbound =
2829
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$Outbound;
2831
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$Outbound;
2830
2832
  }
2831
2833
 
2832
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494ToJSON(
2833
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494:
2834
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494,
2834
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495ToJSON(
2835
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495:
2836
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495,
2835
2837
  ): string {
2836
2838
  return JSON.stringify(
2837
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$outboundSchema
2839
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$outboundSchema
2838
2840
  .parse(
2839
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494,
2841
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495,
2840
2842
  ),
2841
2843
  );
2842
2844
  }
2843
2845
 
2844
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494FromJSON(
2846
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495FromJSON(
2845
2847
  jsonString: string,
2846
2848
  ): SafeParseResult<
2847
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494,
2849
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495,
2848
2850
  SDKValidationError
2849
2851
  > {
2850
2852
  return safeParse(
2851
2853
  jsonString,
2852
2854
  (x) =>
2853
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$inboundSchema
2855
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$inboundSchema
2854
2856
  .parse(JSON.parse(x)),
2855
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494' from JSON`,
2857
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495' from JSON`,
2856
2858
  );
2857
2859
  }
2858
2860
 
@@ -2863,19 +2865,19 @@ export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema:
2863
2865
  z.ZodTypeDef,
2864
2866
  unknown
2865
2867
  > = z.object({
2866
- "__@BRAND@8494": z.lazy(() =>
2867
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$inboundSchema
2868
+ "__@BRAND@8495": z.lazy(() =>
2869
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$inboundSchema
2868
2870
  ),
2869
2871
  }).transform((v) => {
2870
2872
  return remap$(v, {
2871
- "__@BRAND@8494": "atBRANDAt8494",
2873
+ "__@BRAND@8495": "atBRANDAt8495",
2872
2874
  });
2873
2875
  });
2874
2876
 
2875
2877
  /** @internal */
2876
2878
  export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
2877
- "__@BRAND@8494":
2878
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$Outbound;
2879
+ "__@BRAND@8495":
2880
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$Outbound;
2879
2881
  };
2880
2882
 
2881
2883
  /** @internal */
@@ -2885,12 +2887,12 @@ export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema:
2885
2887
  z.ZodTypeDef,
2886
2888
  CreateIntegrationStoreDirectPropertiesValue
2887
2889
  > = z.object({
2888
- atBRANDAt8494: z.lazy(() =>
2889
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8494$outboundSchema
2890
+ atBRANDAt8495: z.lazy(() =>
2891
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$outboundSchema
2890
2892
  ),
2891
2893
  }).transform((v) => {
2892
2894
  return remap$(v, {
2893
- atBRANDAt8494: "__@BRAND@8494",
2895
+ atBRANDAt8495: "__@BRAND@8495",
2894
2896
  });
2895
2897
  });
2896
2898
 
@@ -3402,65 +3404,65 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
3402
3404
  }
3403
3405
 
3404
3406
  /** @internal */
3405
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$inboundSchema:
3407
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$inboundSchema:
3406
3408
  z.ZodType<
3407
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494,
3409
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495,
3408
3410
  z.ZodTypeDef,
3409
3411
  unknown
3410
3412
  > = z.object({});
3411
3413
 
3412
3414
  /** @internal */
3413
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$Outbound =
3415
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$Outbound =
3414
3416
  {};
3415
3417
 
3416
3418
  /** @internal */
3417
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$outboundSchema:
3419
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$outboundSchema:
3418
3420
  z.ZodType<
3419
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$Outbound,
3421
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$Outbound,
3420
3422
  z.ZodTypeDef,
3421
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494
3423
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495
3422
3424
  > = z.object({});
3423
3425
 
3424
3426
  /**
3425
3427
  * @internal
3426
3428
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3427
3429
  */
3428
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$ {
3429
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$inboundSchema` instead. */
3430
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$ {
3431
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$inboundSchema` instead. */
3430
3432
  export const inboundSchema =
3431
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$inboundSchema;
3432
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$outboundSchema` instead. */
3433
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$inboundSchema;
3434
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$outboundSchema` instead. */
3433
3435
  export const outboundSchema =
3434
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$outboundSchema;
3435
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$Outbound` instead. */
3436
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$outboundSchema;
3437
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$Outbound` instead. */
3436
3438
  export type Outbound =
3437
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$Outbound;
3439
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$Outbound;
3438
3440
  }
3439
3441
 
3440
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494ToJSON(
3441
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494:
3442
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494,
3442
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495ToJSON(
3443
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495:
3444
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495,
3443
3445
  ): string {
3444
3446
  return JSON.stringify(
3445
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$outboundSchema
3447
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$outboundSchema
3446
3448
  .parse(
3447
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494,
3449
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495,
3448
3450
  ),
3449
3451
  );
3450
3452
  }
3451
3453
 
3452
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494FromJSON(
3454
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495FromJSON(
3453
3455
  jsonString: string,
3454
3456
  ): SafeParseResult<
3455
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494,
3457
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495,
3456
3458
  SDKValidationError
3457
3459
  > {
3458
3460
  return safeParse(
3459
3461
  jsonString,
3460
3462
  (x) =>
3461
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$inboundSchema
3463
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$inboundSchema
3462
3464
  .parse(JSON.parse(x)),
3463
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494' from JSON`,
3465
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495' from JSON`,
3464
3466
  );
3465
3467
  }
3466
3468
 
@@ -3471,20 +3473,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
3471
3473
  z.ZodTypeDef,
3472
3474
  unknown
3473
3475
  > = z.object({
3474
- "__@BRAND@8494": z.lazy(() =>
3475
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$inboundSchema
3476
+ "__@BRAND@8495": z.lazy(() =>
3477
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$inboundSchema
3476
3478
  ),
3477
3479
  }).transform((v) => {
3478
3480
  return remap$(v, {
3479
- "__@BRAND@8494": "atBRANDAt8494",
3481
+ "__@BRAND@8495": "atBRANDAt8495",
3480
3482
  });
3481
3483
  });
3482
3484
 
3483
3485
  /** @internal */
3484
3486
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound =
3485
3487
  {
3486
- "__@BRAND@8494":
3487
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$Outbound;
3488
+ "__@BRAND@8495":
3489
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$Outbound;
3488
3490
  };
3489
3491
 
3490
3492
  /** @internal */
@@ -3494,12 +3496,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
3494
3496
  z.ZodTypeDef,
3495
3497
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength
3496
3498
  > = z.object({
3497
- atBRANDAt8494: z.lazy(() =>
3498
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8494$outboundSchema
3499
+ atBRANDAt8495: z.lazy(() =>
3500
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$outboundSchema
3499
3501
  ),
3500
3502
  }).transform((v) => {
3501
3503
  return remap$(v, {
3502
- atBRANDAt8494: "__@BRAND@8494",
3504
+ atBRANDAt8495: "__@BRAND@8495",
3503
3505
  });
3504
3506
  });
3505
3507
 
@@ -3547,65 +3549,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
3547
3549
  }
3548
3550
 
3549
3551
  /** @internal */
3550
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$inboundSchema:
3552
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$inboundSchema:
3551
3553
  z.ZodType<
3552
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494,
3554
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495,
3553
3555
  z.ZodTypeDef,
3554
3556
  unknown
3555
3557
  > = z.object({});
3556
3558
 
3557
3559
  /** @internal */
3558
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$Outbound =
3560
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$Outbound =
3559
3561
  {};
3560
3562
 
3561
3563
  /** @internal */
3562
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$outboundSchema:
3564
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$outboundSchema:
3563
3565
  z.ZodType<
3564
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$Outbound,
3566
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$Outbound,
3565
3567
  z.ZodTypeDef,
3566
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494
3568
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495
3567
3569
  > = z.object({});
3568
3570
 
3569
3571
  /**
3570
3572
  * @internal
3571
3573
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3572
3574
  */
3573
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$ {
3574
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$inboundSchema` instead. */
3575
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$ {
3576
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$inboundSchema` instead. */
3575
3577
  export const inboundSchema =
3576
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$inboundSchema;
3577
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$outboundSchema` instead. */
3578
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$inboundSchema;
3579
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$outboundSchema` instead. */
3578
3580
  export const outboundSchema =
3579
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$outboundSchema;
3580
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$Outbound` instead. */
3581
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$outboundSchema;
3582
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$Outbound` instead. */
3581
3583
  export type Outbound =
3582
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$Outbound;
3584
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$Outbound;
3583
3585
  }
3584
3586
 
3585
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494ToJSON(
3586
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494:
3587
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494,
3587
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495ToJSON(
3588
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495:
3589
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495,
3588
3590
  ): string {
3589
3591
  return JSON.stringify(
3590
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$outboundSchema
3592
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$outboundSchema
3591
3593
  .parse(
3592
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494,
3594
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495,
3593
3595
  ),
3594
3596
  );
3595
3597
  }
3596
3598
 
3597
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494FromJSON(
3599
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495FromJSON(
3598
3600
  jsonString: string,
3599
3601
  ): SafeParseResult<
3600
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494,
3602
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495,
3601
3603
  SDKValidationError
3602
3604
  > {
3603
3605
  return safeParse(
3604
3606
  jsonString,
3605
3607
  (x) =>
3606
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$inboundSchema
3608
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$inboundSchema
3607
3609
  .parse(JSON.parse(x)),
3608
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494' from JSON`,
3610
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495' from JSON`,
3609
3611
  );
3610
3612
  }
3611
3613
 
@@ -3616,20 +3618,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
3616
3618
  z.ZodTypeDef,
3617
3619
  unknown
3618
3620
  > = z.object({
3619
- "__@BRAND@8494": z.lazy(() =>
3620
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$inboundSchema
3621
+ "__@BRAND@8495": z.lazy(() =>
3622
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$inboundSchema
3621
3623
  ),
3622
3624
  }).transform((v) => {
3623
3625
  return remap$(v, {
3624
- "__@BRAND@8494": "atBRANDAt8494",
3626
+ "__@BRAND@8495": "atBRANDAt8495",
3625
3627
  });
3626
3628
  });
3627
3629
 
3628
3630
  /** @internal */
3629
3631
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound =
3630
3632
  {
3631
- "__@BRAND@8494":
3632
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$Outbound;
3633
+ "__@BRAND@8495":
3634
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$Outbound;
3633
3635
  };
3634
3636
 
3635
3637
  /** @internal */
@@ -3639,12 +3641,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
3639
3641
  z.ZodTypeDef,
3640
3642
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength
3641
3643
  > = z.object({
3642
- atBRANDAt8494: z.lazy(() =>
3643
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8494$outboundSchema
3644
+ atBRANDAt8495: z.lazy(() =>
3645
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$outboundSchema
3644
3646
  ),
3645
3647
  }).transform((v) => {
3646
3648
  return remap$(v, {
3647
- atBRANDAt8494: "__@BRAND@8494",
3649
+ atBRANDAt8495: "__@BRAND@8495",
3648
3650
  });
3649
3651
  });
3650
3652
 
@@ -3692,65 +3694,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
3692
3694
  }
3693
3695
 
3694
3696
  /** @internal */
3695
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$inboundSchema:
3697
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$inboundSchema:
3696
3698
  z.ZodType<
3697
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494,
3699
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495,
3698
3700
  z.ZodTypeDef,
3699
3701
  unknown
3700
3702
  > = z.object({});
3701
3703
 
3702
3704
  /** @internal */
3703
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$Outbound =
3705
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$Outbound =
3704
3706
  {};
3705
3707
 
3706
3708
  /** @internal */
3707
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$outboundSchema:
3709
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$outboundSchema:
3708
3710
  z.ZodType<
3709
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$Outbound,
3711
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$Outbound,
3710
3712
  z.ZodTypeDef,
3711
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494
3713
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495
3712
3714
  > = z.object({});
3713
3715
 
3714
3716
  /**
3715
3717
  * @internal
3716
3718
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3717
3719
  */
3718
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$ {
3719
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$inboundSchema` instead. */
3720
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$ {
3721
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$inboundSchema` instead. */
3720
3722
  export const inboundSchema =
3721
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$inboundSchema;
3722
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$outboundSchema` instead. */
3723
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$inboundSchema;
3724
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$outboundSchema` instead. */
3723
3725
  export const outboundSchema =
3724
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$outboundSchema;
3725
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$Outbound` instead. */
3726
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$outboundSchema;
3727
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$Outbound` instead. */
3726
3728
  export type Outbound =
3727
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$Outbound;
3729
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$Outbound;
3728
3730
  }
3729
3731
 
3730
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494ToJSON(
3731
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494:
3732
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494,
3732
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495ToJSON(
3733
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495:
3734
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495,
3733
3735
  ): string {
3734
3736
  return JSON.stringify(
3735
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$outboundSchema
3737
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$outboundSchema
3736
3738
  .parse(
3737
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494,
3739
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495,
3738
3740
  ),
3739
3741
  );
3740
3742
  }
3741
3743
 
3742
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494FromJSON(
3744
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495FromJSON(
3743
3745
  jsonString: string,
3744
3746
  ): SafeParseResult<
3745
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494,
3747
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495,
3746
3748
  SDKValidationError
3747
3749
  > {
3748
3750
  return safeParse(
3749
3751
  jsonString,
3750
3752
  (x) =>
3751
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$inboundSchema
3753
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$inboundSchema
3752
3754
  .parse(JSON.parse(x)),
3753
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494' from JSON`,
3755
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495' from JSON`,
3754
3756
  );
3755
3757
  }
3756
3758
 
@@ -3761,20 +3763,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
3761
3763
  z.ZodTypeDef,
3762
3764
  unknown
3763
3765
  > = z.object({
3764
- "__@BRAND@8494": z.lazy(() =>
3765
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$inboundSchema
3766
+ "__@BRAND@8495": z.lazy(() =>
3767
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$inboundSchema
3766
3768
  ),
3767
3769
  }).transform((v) => {
3768
3770
  return remap$(v, {
3769
- "__@BRAND@8494": "atBRANDAt8494",
3771
+ "__@BRAND@8495": "atBRANDAt8495",
3770
3772
  });
3771
3773
  });
3772
3774
 
3773
3775
  /** @internal */
3774
3776
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound =
3775
3777
  {
3776
- "__@BRAND@8494":
3777
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$Outbound;
3778
+ "__@BRAND@8495":
3779
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$Outbound;
3778
3780
  };
3779
3781
 
3780
3782
  /** @internal */
@@ -3784,12 +3786,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
3784
3786
  z.ZodTypeDef,
3785
3787
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern
3786
3788
  > = z.object({
3787
- atBRANDAt8494: z.lazy(() =>
3788
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8494$outboundSchema
3789
+ atBRANDAt8495: z.lazy(() =>
3790
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$outboundSchema
3789
3791
  ),
3790
3792
  }).transform((v) => {
3791
3793
  return remap$(v, {
3792
- atBRANDAt8494: "__@BRAND@8494",
3794
+ atBRANDAt8495: "__@BRAND@8495",
3793
3795
  });
3794
3796
  });
3795
3797
 
@@ -4845,64 +4847,64 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
4845
4847
  }
4846
4848
 
4847
4849
  /** @internal */
4848
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$inboundSchema:
4850
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$inboundSchema:
4849
4851
  z.ZodType<
4850
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494,
4852
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495,
4851
4853
  z.ZodTypeDef,
4852
4854
  unknown
4853
4855
  > = z.object({});
4854
4856
 
4855
4857
  /** @internal */
4856
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$Outbound = {};
4858
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$Outbound = {};
4857
4859
 
4858
4860
  /** @internal */
4859
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$outboundSchema:
4861
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$outboundSchema:
4860
4862
  z.ZodType<
4861
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$Outbound,
4863
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$Outbound,
4862
4864
  z.ZodTypeDef,
4863
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494
4865
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495
4864
4866
  > = z.object({});
4865
4867
 
4866
4868
  /**
4867
4869
  * @internal
4868
4870
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4869
4871
  */
4870
- export namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$ {
4871
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$inboundSchema` instead. */
4872
+ export namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$ {
4873
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$inboundSchema` instead. */
4872
4874
  export const inboundSchema =
4873
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$inboundSchema;
4874
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$outboundSchema` instead. */
4875
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$inboundSchema;
4876
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$outboundSchema` instead. */
4875
4877
  export const outboundSchema =
4876
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$outboundSchema;
4877
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$Outbound` instead. */
4878
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$outboundSchema;
4879
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$Outbound` instead. */
4878
4880
  export type Outbound =
4879
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$Outbound;
4881
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$Outbound;
4880
4882
  }
4881
4883
 
4882
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt8494ToJSON(
4883
- createIntegrationStoreDirectUiOptionsAtBRANDAt8494:
4884
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494,
4884
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8495ToJSON(
4885
+ createIntegrationStoreDirectUiOptionsAtBRANDAt8495:
4886
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495,
4885
4887
  ): string {
4886
4888
  return JSON.stringify(
4887
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$outboundSchema.parse(
4888
- createIntegrationStoreDirectUiOptionsAtBRANDAt8494,
4889
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$outboundSchema.parse(
4890
+ createIntegrationStoreDirectUiOptionsAtBRANDAt8495,
4889
4891
  ),
4890
4892
  );
4891
4893
  }
4892
4894
 
4893
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt8494FromJSON(
4895
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8495FromJSON(
4894
4896
  jsonString: string,
4895
4897
  ): SafeParseResult<
4896
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494,
4898
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495,
4897
4899
  SDKValidationError
4898
4900
  > {
4899
4901
  return safeParse(
4900
4902
  jsonString,
4901
4903
  (x) =>
4902
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$inboundSchema.parse(
4904
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$inboundSchema.parse(
4903
4905
  JSON.parse(x),
4904
4906
  ),
4905
- `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494' from JSON`,
4907
+ `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495' from JSON`,
4906
4908
  );
4907
4909
  }
4908
4910
 
@@ -4910,18 +4912,18 @@ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8494FromJSON(
4910
4912
  export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema:
4911
4913
  z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown> =
4912
4914
  z.object({
4913
- "__@BRAND@8494": z.lazy(() =>
4914
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$inboundSchema
4915
+ "__@BRAND@8495": z.lazy(() =>
4916
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$inboundSchema
4915
4917
  ),
4916
4918
  }).transform((v) => {
4917
4919
  return remap$(v, {
4918
- "__@BRAND@8494": "atBRANDAt8494",
4920
+ "__@BRAND@8495": "atBRANDAt8495",
4919
4921
  });
4920
4922
  });
4921
4923
 
4922
4924
  /** @internal */
4923
4925
  export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
4924
- "__@BRAND@8494": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$Outbound;
4926
+ "__@BRAND@8495": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$Outbound;
4925
4927
  };
4926
4928
 
4927
4929
  /** @internal */
@@ -4931,12 +4933,12 @@ export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema:
4931
4933
  z.ZodTypeDef,
4932
4934
  CreateIntegrationStoreDirectUiOptionsValue
4933
4935
  > = z.object({
4934
- atBRANDAt8494: z.lazy(() =>
4935
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8494$outboundSchema
4936
+ atBRANDAt8495: z.lazy(() =>
4937
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$outboundSchema
4936
4938
  ),
4937
4939
  }).transform((v) => {
4938
4940
  return remap$(v, {
4939
- atBRANDAt8494: "__@BRAND@8494",
4941
+ atBRANDAt8495: "__@BRAND@8495",
4940
4942
  });
4941
4943
  });
4942
4944
 
@@ -5420,50 +5422,50 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(
5420
5422
  }
5421
5423
 
5422
5424
  /** @internal */
5423
- export const UiOptionsAtBRANDAt8494$inboundSchema: z.ZodType<
5424
- UiOptionsAtBRANDAt8494,
5425
+ export const UiOptionsAtBRANDAt8495$inboundSchema: z.ZodType<
5426
+ UiOptionsAtBRANDAt8495,
5425
5427
  z.ZodTypeDef,
5426
5428
  unknown
5427
5429
  > = z.object({});
5428
5430
 
5429
5431
  /** @internal */
5430
- export type UiOptionsAtBRANDAt8494$Outbound = {};
5432
+ export type UiOptionsAtBRANDAt8495$Outbound = {};
5431
5433
 
5432
5434
  /** @internal */
5433
- export const UiOptionsAtBRANDAt8494$outboundSchema: z.ZodType<
5434
- UiOptionsAtBRANDAt8494$Outbound,
5435
+ export const UiOptionsAtBRANDAt8495$outboundSchema: z.ZodType<
5436
+ UiOptionsAtBRANDAt8495$Outbound,
5435
5437
  z.ZodTypeDef,
5436
- UiOptionsAtBRANDAt8494
5438
+ UiOptionsAtBRANDAt8495
5437
5439
  > = z.object({});
5438
5440
 
5439
5441
  /**
5440
5442
  * @internal
5441
5443
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5442
5444
  */
5443
- export namespace UiOptionsAtBRANDAt8494$ {
5444
- /** @deprecated use `UiOptionsAtBRANDAt8494$inboundSchema` instead. */
5445
- export const inboundSchema = UiOptionsAtBRANDAt8494$inboundSchema;
5446
- /** @deprecated use `UiOptionsAtBRANDAt8494$outboundSchema` instead. */
5447
- export const outboundSchema = UiOptionsAtBRANDAt8494$outboundSchema;
5448
- /** @deprecated use `UiOptionsAtBRANDAt8494$Outbound` instead. */
5449
- export type Outbound = UiOptionsAtBRANDAt8494$Outbound;
5445
+ export namespace UiOptionsAtBRANDAt8495$ {
5446
+ /** @deprecated use `UiOptionsAtBRANDAt8495$inboundSchema` instead. */
5447
+ export const inboundSchema = UiOptionsAtBRANDAt8495$inboundSchema;
5448
+ /** @deprecated use `UiOptionsAtBRANDAt8495$outboundSchema` instead. */
5449
+ export const outboundSchema = UiOptionsAtBRANDAt8495$outboundSchema;
5450
+ /** @deprecated use `UiOptionsAtBRANDAt8495$Outbound` instead. */
5451
+ export type Outbound = UiOptionsAtBRANDAt8495$Outbound;
5450
5452
  }
5451
5453
 
5452
- export function uiOptionsAtBRANDAt8494ToJSON(
5453
- uiOptionsAtBRANDAt8494: UiOptionsAtBRANDAt8494,
5454
+ export function uiOptionsAtBRANDAt8495ToJSON(
5455
+ uiOptionsAtBRANDAt8495: UiOptionsAtBRANDAt8495,
5454
5456
  ): string {
5455
5457
  return JSON.stringify(
5456
- UiOptionsAtBRANDAt8494$outboundSchema.parse(uiOptionsAtBRANDAt8494),
5458
+ UiOptionsAtBRANDAt8495$outboundSchema.parse(uiOptionsAtBRANDAt8495),
5457
5459
  );
5458
5460
  }
5459
5461
 
5460
- export function uiOptionsAtBRANDAt8494FromJSON(
5462
+ export function uiOptionsAtBRANDAt8495FromJSON(
5461
5463
  jsonString: string,
5462
- ): SafeParseResult<UiOptionsAtBRANDAt8494, SDKValidationError> {
5464
+ ): SafeParseResult<UiOptionsAtBRANDAt8495, SDKValidationError> {
5463
5465
  return safeParse(
5464
5466
  jsonString,
5465
- (x) => UiOptionsAtBRANDAt8494$inboundSchema.parse(JSON.parse(x)),
5466
- `Failed to parse 'UiOptionsAtBRANDAt8494' from JSON`,
5467
+ (x) => UiOptionsAtBRANDAt8495$inboundSchema.parse(JSON.parse(x)),
5468
+ `Failed to parse 'UiOptionsAtBRANDAt8495' from JSON`,
5467
5469
  );
5468
5470
  }
5469
5471
 
@@ -5473,16 +5475,16 @@ export const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<
5473
5475
  z.ZodTypeDef,
5474
5476
  unknown
5475
5477
  > = z.object({
5476
- "__@BRAND@8494": z.lazy(() => UiOptionsAtBRANDAt8494$inboundSchema),
5478
+ "__@BRAND@8495": z.lazy(() => UiOptionsAtBRANDAt8495$inboundSchema),
5477
5479
  }).transform((v) => {
5478
5480
  return remap$(v, {
5479
- "__@BRAND@8494": "atBRANDAt8494",
5481
+ "__@BRAND@8495": "atBRANDAt8495",
5480
5482
  });
5481
5483
  });
5482
5484
 
5483
5485
  /** @internal */
5484
5486
  export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
5485
- "__@BRAND@8494": UiOptionsAtBRANDAt8494$Outbound;
5487
+ "__@BRAND@8495": UiOptionsAtBRANDAt8495$Outbound;
5486
5488
  };
5487
5489
 
5488
5490
  /** @internal */
@@ -5491,10 +5493,10 @@ export const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<
5491
5493
  z.ZodTypeDef,
5492
5494
  CreateIntegrationStoreDirectUiOptions2
5493
5495
  > = z.object({
5494
- atBRANDAt8494: z.lazy(() => UiOptionsAtBRANDAt8494$outboundSchema),
5496
+ atBRANDAt8495: z.lazy(() => UiOptionsAtBRANDAt8495$outboundSchema),
5495
5497
  }).transform((v) => {
5496
5498
  return remap$(v, {
5497
- atBRANDAt8494: "__@BRAND@8494",
5499
+ atBRANDAt8495: "__@BRAND@8495",
5498
5500
  });
5499
5501
  });
5500
5502
 
@@ -6056,65 +6058,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
6056
6058
  }
6057
6059
 
6058
6060
  /** @internal */
6059
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$inboundSchema:
6061
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$inboundSchema:
6060
6062
  z.ZodType<
6061
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494,
6063
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495,
6062
6064
  z.ZodTypeDef,
6063
6065
  unknown
6064
6066
  > = z.object({});
6065
6067
 
6066
6068
  /** @internal */
6067
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$Outbound =
6069
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$Outbound =
6068
6070
  {};
6069
6071
 
6070
6072
  /** @internal */
6071
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$outboundSchema:
6073
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$outboundSchema:
6072
6074
  z.ZodType<
6073
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$Outbound,
6075
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$Outbound,
6074
6076
  z.ZodTypeDef,
6075
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494
6077
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495
6076
6078
  > = z.object({});
6077
6079
 
6078
6080
  /**
6079
6081
  * @internal
6080
6082
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6081
6083
  */
6082
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$ {
6083
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$inboundSchema` instead. */
6084
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$ {
6085
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$inboundSchema` instead. */
6084
6086
  export const inboundSchema =
6085
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$inboundSchema;
6086
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$outboundSchema` instead. */
6087
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$inboundSchema;
6088
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$outboundSchema` instead. */
6087
6089
  export const outboundSchema =
6088
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$outboundSchema;
6089
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$Outbound` instead. */
6090
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$outboundSchema;
6091
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$Outbound` instead. */
6090
6092
  export type Outbound =
6091
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$Outbound;
6093
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$Outbound;
6092
6094
  }
6093
6095
 
6094
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494ToJSON(
6095
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494:
6096
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494,
6096
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495ToJSON(
6097
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495:
6098
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495,
6097
6099
  ): string {
6098
6100
  return JSON.stringify(
6099
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$outboundSchema
6101
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$outboundSchema
6100
6102
  .parse(
6101
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494,
6103
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495,
6102
6104
  ),
6103
6105
  );
6104
6106
  }
6105
6107
 
6106
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494FromJSON(
6108
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495FromJSON(
6107
6109
  jsonString: string,
6108
6110
  ): SafeParseResult<
6109
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494,
6111
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495,
6110
6112
  SDKValidationError
6111
6113
  > {
6112
6114
  return safeParse(
6113
6115
  jsonString,
6114
6116
  (x) =>
6115
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$inboundSchema
6117
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$inboundSchema
6116
6118
  .parse(JSON.parse(x)),
6117
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494' from JSON`,
6119
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495' from JSON`,
6118
6120
  );
6119
6121
  }
6120
6122
 
@@ -6125,20 +6127,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
6125
6127
  z.ZodTypeDef,
6126
6128
  unknown
6127
6129
  > = z.object({
6128
- "__@BRAND@8494": z.lazy(() =>
6129
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$inboundSchema
6130
+ "__@BRAND@8495": z.lazy(() =>
6131
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$inboundSchema
6130
6132
  ),
6131
6133
  }).transform((v) => {
6132
6134
  return remap$(v, {
6133
- "__@BRAND@8494": "atBRANDAt8494",
6135
+ "__@BRAND@8495": "atBRANDAt8495",
6134
6136
  });
6135
6137
  });
6136
6138
 
6137
6139
  /** @internal */
6138
6140
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound =
6139
6141
  {
6140
- "__@BRAND@8494":
6141
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$Outbound;
6142
+ "__@BRAND@8495":
6143
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$Outbound;
6142
6144
  };
6143
6145
 
6144
6146
  /** @internal */
@@ -6148,12 +6150,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
6148
6150
  z.ZodTypeDef,
6149
6151
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
6150
6152
  > = z.object({
6151
- atBRANDAt8494: z.lazy(() =>
6152
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8494$outboundSchema
6153
+ atBRANDAt8495: z.lazy(() =>
6154
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$outboundSchema
6153
6155
  ),
6154
6156
  }).transform((v) => {
6155
6157
  return remap$(v, {
6156
- atBRANDAt8494: "__@BRAND@8494",
6158
+ atBRANDAt8495: "__@BRAND@8495",
6157
6159
  });
6158
6160
  });
6159
6161
 
@@ -6201,65 +6203,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
6201
6203
  }
6202
6204
 
6203
6205
  /** @internal */
6204
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$inboundSchema:
6206
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$inboundSchema:
6205
6207
  z.ZodType<
6206
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494,
6208
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495,
6207
6209
  z.ZodTypeDef,
6208
6210
  unknown
6209
6211
  > = z.object({});
6210
6212
 
6211
6213
  /** @internal */
6212
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$Outbound =
6214
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$Outbound =
6213
6215
  {};
6214
6216
 
6215
6217
  /** @internal */
6216
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$outboundSchema:
6218
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$outboundSchema:
6217
6219
  z.ZodType<
6218
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$Outbound,
6220
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$Outbound,
6219
6221
  z.ZodTypeDef,
6220
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494
6222
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495
6221
6223
  > = z.object({});
6222
6224
 
6223
6225
  /**
6224
6226
  * @internal
6225
6227
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6226
6228
  */
6227
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$ {
6228
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$inboundSchema` instead. */
6229
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$ {
6230
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$inboundSchema` instead. */
6229
6231
  export const inboundSchema =
6230
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$inboundSchema;
6231
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$outboundSchema` instead. */
6232
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$inboundSchema;
6233
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$outboundSchema` instead. */
6232
6234
  export const outboundSchema =
6233
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$outboundSchema;
6234
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$Outbound` instead. */
6235
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$outboundSchema;
6236
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$Outbound` instead. */
6235
6237
  export type Outbound =
6236
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$Outbound;
6238
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$Outbound;
6237
6239
  }
6238
6240
 
6239
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494ToJSON(
6240
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494:
6241
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494,
6241
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495ToJSON(
6242
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495:
6243
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495,
6242
6244
  ): string {
6243
6245
  return JSON.stringify(
6244
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$outboundSchema
6246
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$outboundSchema
6245
6247
  .parse(
6246
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494,
6248
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495,
6247
6249
  ),
6248
6250
  );
6249
6251
  }
6250
6252
 
6251
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494FromJSON(
6253
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495FromJSON(
6252
6254
  jsonString: string,
6253
6255
  ): SafeParseResult<
6254
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494,
6256
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495,
6255
6257
  SDKValidationError
6256
6258
  > {
6257
6259
  return safeParse(
6258
6260
  jsonString,
6259
6261
  (x) =>
6260
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$inboundSchema
6262
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$inboundSchema
6261
6263
  .parse(JSON.parse(x)),
6262
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494' from JSON`,
6264
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495' from JSON`,
6263
6265
  );
6264
6266
  }
6265
6267
 
@@ -6270,20 +6272,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
6270
6272
  z.ZodTypeDef,
6271
6273
  unknown
6272
6274
  > = z.object({
6273
- "__@BRAND@8494": z.lazy(() =>
6274
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$inboundSchema
6275
+ "__@BRAND@8495": z.lazy(() =>
6276
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$inboundSchema
6275
6277
  ),
6276
6278
  }).transform((v) => {
6277
6279
  return remap$(v, {
6278
- "__@BRAND@8494": "atBRANDAt8494",
6280
+ "__@BRAND@8495": "atBRANDAt8495",
6279
6281
  });
6280
6282
  });
6281
6283
 
6282
6284
  /** @internal */
6283
6285
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound =
6284
6286
  {
6285
- "__@BRAND@8494":
6286
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$Outbound;
6287
+ "__@BRAND@8495":
6288
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$Outbound;
6287
6289
  };
6288
6290
 
6289
6291
  /** @internal */
@@ -6293,12 +6295,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
6293
6295
  z.ZodTypeDef,
6294
6296
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
6295
6297
  > = z.object({
6296
- atBRANDAt8494: z.lazy(() =>
6297
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8494$outboundSchema
6298
+ atBRANDAt8495: z.lazy(() =>
6299
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$outboundSchema
6298
6300
  ),
6299
6301
  }).transform((v) => {
6300
6302
  return remap$(v, {
6301
- atBRANDAt8494: "__@BRAND@8494",
6303
+ atBRANDAt8495: "__@BRAND@8495",
6302
6304
  });
6303
6305
  });
6304
6306
 
@@ -6346,65 +6348,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
6346
6348
  }
6347
6349
 
6348
6350
  /** @internal */
6349
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$inboundSchema:
6351
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$inboundSchema:
6350
6352
  z.ZodType<
6351
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494,
6353
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495,
6352
6354
  z.ZodTypeDef,
6353
6355
  unknown
6354
6356
  > = z.object({});
6355
6357
 
6356
6358
  /** @internal */
6357
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$Outbound =
6359
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$Outbound =
6358
6360
  {};
6359
6361
 
6360
6362
  /** @internal */
6361
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$outboundSchema:
6363
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$outboundSchema:
6362
6364
  z.ZodType<
6363
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$Outbound,
6365
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$Outbound,
6364
6366
  z.ZodTypeDef,
6365
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494
6367
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495
6366
6368
  > = z.object({});
6367
6369
 
6368
6370
  /**
6369
6371
  * @internal
6370
6372
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6371
6373
  */
6372
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$ {
6373
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$inboundSchema` instead. */
6374
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$ {
6375
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$inboundSchema` instead. */
6374
6376
  export const inboundSchema =
6375
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$inboundSchema;
6376
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$outboundSchema` instead. */
6377
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$inboundSchema;
6378
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$outboundSchema` instead. */
6377
6379
  export const outboundSchema =
6378
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$outboundSchema;
6379
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$Outbound` instead. */
6380
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$outboundSchema;
6381
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$Outbound` instead. */
6380
6382
  export type Outbound =
6381
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$Outbound;
6383
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$Outbound;
6382
6384
  }
6383
6385
 
6384
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494ToJSON(
6385
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494:
6386
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494,
6386
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495ToJSON(
6387
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495:
6388
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495,
6387
6389
  ): string {
6388
6390
  return JSON.stringify(
6389
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$outboundSchema
6391
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$outboundSchema
6390
6392
  .parse(
6391
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494,
6393
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495,
6392
6394
  ),
6393
6395
  );
6394
6396
  }
6395
6397
 
6396
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494FromJSON(
6398
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495FromJSON(
6397
6399
  jsonString: string,
6398
6400
  ): SafeParseResult<
6399
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494,
6401
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495,
6400
6402
  SDKValidationError
6401
6403
  > {
6402
6404
  return safeParse(
6403
6405
  jsonString,
6404
6406
  (x) =>
6405
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$inboundSchema
6407
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$inboundSchema
6406
6408
  .parse(JSON.parse(x)),
6407
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494' from JSON`,
6409
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495' from JSON`,
6408
6410
  );
6409
6411
  }
6410
6412
 
@@ -6415,20 +6417,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$i
6415
6417
  z.ZodTypeDef,
6416
6418
  unknown
6417
6419
  > = z.object({
6418
- "__@BRAND@8494": z.lazy(() =>
6419
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$inboundSchema
6420
+ "__@BRAND@8495": z.lazy(() =>
6421
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$inboundSchema
6420
6422
  ),
6421
6423
  }).transform((v) => {
6422
6424
  return remap$(v, {
6423
- "__@BRAND@8494": "atBRANDAt8494",
6425
+ "__@BRAND@8495": "atBRANDAt8495",
6424
6426
  });
6425
6427
  });
6426
6428
 
6427
6429
  /** @internal */
6428
6430
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound =
6429
6431
  {
6430
- "__@BRAND@8494":
6431
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$Outbound;
6432
+ "__@BRAND@8495":
6433
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$Outbound;
6432
6434
  };
6433
6435
 
6434
6436
  /** @internal */
@@ -6438,12 +6440,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$o
6438
6440
  z.ZodTypeDef,
6439
6441
  CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern
6440
6442
  > = z.object({
6441
- atBRANDAt8494: z.lazy(() =>
6442
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8494$outboundSchema
6443
+ atBRANDAt8495: z.lazy(() =>
6444
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$outboundSchema
6443
6445
  ),
6444
6446
  }).transform((v) => {
6445
6447
  return remap$(v, {
6446
- atBRANDAt8494: "__@BRAND@8494",
6448
+ atBRANDAt8495: "__@BRAND@8495",
6447
6449
  });
6448
6450
  });
6449
6451
 
@@ -7518,65 +7520,65 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
7518
7520
  }
7519
7521
 
7520
7522
  /** @internal */
7521
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$inboundSchema:
7523
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$inboundSchema:
7522
7524
  z.ZodType<
7523
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494,
7525
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495,
7524
7526
  z.ZodTypeDef,
7525
7527
  unknown
7526
7528
  > = z.object({});
7527
7529
 
7528
7530
  /** @internal */
7529
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$Outbound =
7531
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$Outbound =
7530
7532
  {};
7531
7533
 
7532
7534
  /** @internal */
7533
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$outboundSchema:
7535
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$outboundSchema:
7534
7536
  z.ZodType<
7535
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$Outbound,
7537
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$Outbound,
7536
7538
  z.ZodTypeDef,
7537
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494
7539
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495
7538
7540
  > = z.object({});
7539
7541
 
7540
7542
  /**
7541
7543
  * @internal
7542
7544
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7543
7545
  */
7544
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$ {
7545
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$inboundSchema` instead. */
7546
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$ {
7547
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$inboundSchema` instead. */
7546
7548
  export const inboundSchema =
7547
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$inboundSchema;
7548
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$outboundSchema` instead. */
7549
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$inboundSchema;
7550
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$outboundSchema` instead. */
7549
7551
  export const outboundSchema =
7550
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$outboundSchema;
7551
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$Outbound` instead. */
7552
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$outboundSchema;
7553
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$Outbound` instead. */
7552
7554
  export type Outbound =
7553
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$Outbound;
7555
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$Outbound;
7554
7556
  }
7555
7557
 
7556
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494ToJSON(
7557
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494:
7558
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494,
7558
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495ToJSON(
7559
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495:
7560
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495,
7559
7561
  ): string {
7560
7562
  return JSON.stringify(
7561
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$outboundSchema
7563
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$outboundSchema
7562
7564
  .parse(
7563
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494,
7565
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495,
7564
7566
  ),
7565
7567
  );
7566
7568
  }
7567
7569
 
7568
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494FromJSON(
7570
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495FromJSON(
7569
7571
  jsonString: string,
7570
7572
  ): SafeParseResult<
7571
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494,
7573
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495,
7572
7574
  SDKValidationError
7573
7575
  > {
7574
7576
  return safeParse(
7575
7577
  jsonString,
7576
7578
  (x) =>
7577
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$inboundSchema
7579
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$inboundSchema
7578
7580
  .parse(JSON.parse(x)),
7579
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494' from JSON`,
7581
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495' from JSON`,
7580
7582
  );
7581
7583
  }
7582
7584
 
@@ -7587,20 +7589,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
7587
7589
  z.ZodTypeDef,
7588
7590
  unknown
7589
7591
  > = z.object({
7590
- "__@BRAND@8494": z.lazy(() =>
7591
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$inboundSchema
7592
+ "__@BRAND@8495": z.lazy(() =>
7593
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$inboundSchema
7592
7594
  ),
7593
7595
  }).transform((v) => {
7594
7596
  return remap$(v, {
7595
- "__@BRAND@8494": "atBRANDAt8494",
7597
+ "__@BRAND@8495": "atBRANDAt8495",
7596
7598
  });
7597
7599
  });
7598
7600
 
7599
7601
  /** @internal */
7600
7602
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound =
7601
7603
  {
7602
- "__@BRAND@8494":
7603
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$Outbound;
7604
+ "__@BRAND@8495":
7605
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$Outbound;
7604
7606
  };
7605
7607
 
7606
7608
  /** @internal */
@@ -7610,12 +7612,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
7610
7612
  z.ZodTypeDef,
7611
7613
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength
7612
7614
  > = z.object({
7613
- atBRANDAt8494: z.lazy(() =>
7614
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8494$outboundSchema
7615
+ atBRANDAt8495: z.lazy(() =>
7616
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$outboundSchema
7615
7617
  ),
7616
7618
  }).transform((v) => {
7617
7619
  return remap$(v, {
7618
- atBRANDAt8494: "__@BRAND@8494",
7620
+ atBRANDAt8495: "__@BRAND@8495",
7619
7621
  });
7620
7622
  });
7621
7623
 
@@ -7663,65 +7665,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
7663
7665
  }
7664
7666
 
7665
7667
  /** @internal */
7666
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$inboundSchema:
7668
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$inboundSchema:
7667
7669
  z.ZodType<
7668
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494,
7670
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495,
7669
7671
  z.ZodTypeDef,
7670
7672
  unknown
7671
7673
  > = z.object({});
7672
7674
 
7673
7675
  /** @internal */
7674
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$Outbound =
7676
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$Outbound =
7675
7677
  {};
7676
7678
 
7677
7679
  /** @internal */
7678
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$outboundSchema:
7680
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$outboundSchema:
7679
7681
  z.ZodType<
7680
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$Outbound,
7682
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$Outbound,
7681
7683
  z.ZodTypeDef,
7682
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494
7684
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495
7683
7685
  > = z.object({});
7684
7686
 
7685
7687
  /**
7686
7688
  * @internal
7687
7689
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7688
7690
  */
7689
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$ {
7690
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$inboundSchema` instead. */
7691
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$ {
7692
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$inboundSchema` instead. */
7691
7693
  export const inboundSchema =
7692
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$inboundSchema;
7693
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$outboundSchema` instead. */
7694
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$inboundSchema;
7695
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$outboundSchema` instead. */
7694
7696
  export const outboundSchema =
7695
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$outboundSchema;
7696
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$Outbound` instead. */
7697
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$outboundSchema;
7698
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$Outbound` instead. */
7697
7699
  export type Outbound =
7698
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$Outbound;
7700
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$Outbound;
7699
7701
  }
7700
7702
 
7701
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494ToJSON(
7702
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494:
7703
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494,
7703
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495ToJSON(
7704
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495:
7705
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495,
7704
7706
  ): string {
7705
7707
  return JSON.stringify(
7706
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$outboundSchema
7708
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$outboundSchema
7707
7709
  .parse(
7708
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494,
7710
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495,
7709
7711
  ),
7710
7712
  );
7711
7713
  }
7712
7714
 
7713
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494FromJSON(
7715
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495FromJSON(
7714
7716
  jsonString: string,
7715
7717
  ): SafeParseResult<
7716
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494,
7718
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495,
7717
7719
  SDKValidationError
7718
7720
  > {
7719
7721
  return safeParse(
7720
7722
  jsonString,
7721
7723
  (x) =>
7722
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$inboundSchema
7724
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$inboundSchema
7723
7725
  .parse(JSON.parse(x)),
7724
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494' from JSON`,
7726
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495' from JSON`,
7725
7727
  );
7726
7728
  }
7727
7729
 
@@ -7732,20 +7734,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
7732
7734
  z.ZodTypeDef,
7733
7735
  unknown
7734
7736
  > = z.object({
7735
- "__@BRAND@8494": z.lazy(() =>
7736
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$inboundSchema
7737
+ "__@BRAND@8495": z.lazy(() =>
7738
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$inboundSchema
7737
7739
  ),
7738
7740
  }).transform((v) => {
7739
7741
  return remap$(v, {
7740
- "__@BRAND@8494": "atBRANDAt8494",
7742
+ "__@BRAND@8495": "atBRANDAt8495",
7741
7743
  });
7742
7744
  });
7743
7745
 
7744
7746
  /** @internal */
7745
7747
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound =
7746
7748
  {
7747
- "__@BRAND@8494":
7748
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$Outbound;
7749
+ "__@BRAND@8495":
7750
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$Outbound;
7749
7751
  };
7750
7752
 
7751
7753
  /** @internal */
@@ -7755,12 +7757,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
7755
7757
  z.ZodTypeDef,
7756
7758
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength
7757
7759
  > = z.object({
7758
- atBRANDAt8494: z.lazy(() =>
7759
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8494$outboundSchema
7760
+ atBRANDAt8495: z.lazy(() =>
7761
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$outboundSchema
7760
7762
  ),
7761
7763
  }).transform((v) => {
7762
7764
  return remap$(v, {
7763
- atBRANDAt8494: "__@BRAND@8494",
7765
+ atBRANDAt8495: "__@BRAND@8495",
7764
7766
  });
7765
7767
  });
7766
7768
 
@@ -7808,65 +7810,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
7808
7810
  }
7809
7811
 
7810
7812
  /** @internal */
7811
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$inboundSchema:
7813
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$inboundSchema:
7812
7814
  z.ZodType<
7813
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494,
7815
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495,
7814
7816
  z.ZodTypeDef,
7815
7817
  unknown
7816
7818
  > = z.object({});
7817
7819
 
7818
7820
  /** @internal */
7819
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$Outbound =
7821
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$Outbound =
7820
7822
  {};
7821
7823
 
7822
7824
  /** @internal */
7823
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$outboundSchema:
7825
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$outboundSchema:
7824
7826
  z.ZodType<
7825
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$Outbound,
7827
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$Outbound,
7826
7828
  z.ZodTypeDef,
7827
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494
7829
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495
7828
7830
  > = z.object({});
7829
7831
 
7830
7832
  /**
7831
7833
  * @internal
7832
7834
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7833
7835
  */
7834
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$ {
7835
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$inboundSchema` instead. */
7836
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$ {
7837
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$inboundSchema` instead. */
7836
7838
  export const inboundSchema =
7837
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$inboundSchema;
7838
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$outboundSchema` instead. */
7839
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$inboundSchema;
7840
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$outboundSchema` instead. */
7839
7841
  export const outboundSchema =
7840
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$outboundSchema;
7841
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$Outbound` instead. */
7842
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$outboundSchema;
7843
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$Outbound` instead. */
7842
7844
  export type Outbound =
7843
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$Outbound;
7845
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$Outbound;
7844
7846
  }
7845
7847
 
7846
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494ToJSON(
7847
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494:
7848
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494,
7848
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495ToJSON(
7849
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495:
7850
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495,
7849
7851
  ): string {
7850
7852
  return JSON.stringify(
7851
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$outboundSchema
7853
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$outboundSchema
7852
7854
  .parse(
7853
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494,
7855
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495,
7854
7856
  ),
7855
7857
  );
7856
7858
  }
7857
7859
 
7858
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494FromJSON(
7860
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495FromJSON(
7859
7861
  jsonString: string,
7860
7862
  ): SafeParseResult<
7861
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494,
7863
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495,
7862
7864
  SDKValidationError
7863
7865
  > {
7864
7866
  return safeParse(
7865
7867
  jsonString,
7866
7868
  (x) =>
7867
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$inboundSchema
7869
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$inboundSchema
7868
7870
  .parse(JSON.parse(x)),
7869
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494' from JSON`,
7871
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495' from JSON`,
7870
7872
  );
7871
7873
  }
7872
7874
 
@@ -7877,20 +7879,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
7877
7879
  z.ZodTypeDef,
7878
7880
  unknown
7879
7881
  > = z.object({
7880
- "__@BRAND@8494": z.lazy(() =>
7881
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$inboundSchema
7882
+ "__@BRAND@8495": z.lazy(() =>
7883
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$inboundSchema
7882
7884
  ),
7883
7885
  }).transform((v) => {
7884
7886
  return remap$(v, {
7885
- "__@BRAND@8494": "atBRANDAt8494",
7887
+ "__@BRAND@8495": "atBRANDAt8495",
7886
7888
  });
7887
7889
  });
7888
7890
 
7889
7891
  /** @internal */
7890
7892
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound =
7891
7893
  {
7892
- "__@BRAND@8494":
7893
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$Outbound;
7894
+ "__@BRAND@8495":
7895
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$Outbound;
7894
7896
  };
7895
7897
 
7896
7898
  /** @internal */
@@ -7900,12 +7902,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
7900
7902
  z.ZodTypeDef,
7901
7903
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern
7902
7904
  > = z.object({
7903
- atBRANDAt8494: z.lazy(() =>
7904
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8494$outboundSchema
7905
+ atBRANDAt8495: z.lazy(() =>
7906
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$outboundSchema
7905
7907
  ),
7906
7908
  }).transform((v) => {
7907
7909
  return remap$(v, {
7908
- atBRANDAt8494: "__@BRAND@8494",
7910
+ atBRANDAt8495: "__@BRAND@8495",
7909
7911
  });
7910
7912
  });
7911
7913
 
@@ -9976,63 +9978,63 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(
9976
9978
  }
9977
9979
 
9978
9980
  /** @internal */
9979
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$inboundSchema:
9981
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$inboundSchema:
9980
9982
  z.ZodType<
9981
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494,
9983
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495,
9982
9984
  z.ZodTypeDef,
9983
9985
  unknown
9984
9986
  > = z.object({});
9985
9987
 
9986
9988
  /** @internal */
9987
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$Outbound =
9989
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$Outbound =
9988
9990
  {};
9989
9991
 
9990
9992
  /** @internal */
9991
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$outboundSchema:
9993
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$outboundSchema:
9992
9994
  z.ZodType<
9993
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$Outbound,
9995
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$Outbound,
9994
9996
  z.ZodTypeDef,
9995
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494
9997
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495
9996
9998
  > = z.object({});
9997
9999
 
9998
10000
  /**
9999
10001
  * @internal
10000
10002
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10001
10003
  */
10002
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$ {
10003
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$inboundSchema` instead. */
10004
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$ {
10005
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$inboundSchema` instead. */
10004
10006
  export const inboundSchema =
10005
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$inboundSchema;
10006
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$outboundSchema` instead. */
10007
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$inboundSchema;
10008
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$outboundSchema` instead. */
10007
10009
  export const outboundSchema =
10008
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$outboundSchema;
10009
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$Outbound` instead. */
10010
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$outboundSchema;
10011
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$Outbound` instead. */
10010
10012
  export type Outbound =
10011
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$Outbound;
10013
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$Outbound;
10012
10014
  }
10013
10015
 
10014
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494ToJSON(
10015
- createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494:
10016
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494,
10016
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495ToJSON(
10017
+ createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495:
10018
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495,
10017
10019
  ): string {
10018
10020
  return JSON.stringify(
10019
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$outboundSchema
10020
- .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494),
10021
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$outboundSchema
10022
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495),
10021
10023
  );
10022
10024
  }
10023
10025
 
10024
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494FromJSON(
10026
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495FromJSON(
10025
10027
  jsonString: string,
10026
10028
  ): SafeParseResult<
10027
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494,
10029
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495,
10028
10030
  SDKValidationError
10029
10031
  > {
10030
10032
  return safeParse(
10031
10033
  jsonString,
10032
10034
  (x) =>
10033
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$inboundSchema
10035
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$inboundSchema
10034
10036
  .parse(JSON.parse(x)),
10035
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494' from JSON`,
10037
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495' from JSON`,
10036
10038
  );
10037
10039
  }
10038
10040
 
@@ -10043,20 +10045,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inbound
10043
10045
  z.ZodTypeDef,
10044
10046
  unknown
10045
10047
  > = z.object({
10046
- "__@BRAND@8494": z.lazy(() =>
10047
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$inboundSchema
10048
+ "__@BRAND@8495": z.lazy(() =>
10049
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$inboundSchema
10048
10050
  ),
10049
10051
  }).transform((v) => {
10050
10052
  return remap$(v, {
10051
- "__@BRAND@8494": "atBRANDAt8494",
10053
+ "__@BRAND@8495": "atBRANDAt8495",
10052
10054
  });
10053
10055
  });
10054
10056
 
10055
10057
  /** @internal */
10056
10058
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound =
10057
10059
  {
10058
- "__@BRAND@8494":
10059
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$Outbound;
10060
+ "__@BRAND@8495":
10061
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$Outbound;
10060
10062
  };
10061
10063
 
10062
10064
  /** @internal */
@@ -10066,12 +10068,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboun
10066
10068
  z.ZodTypeDef,
10067
10069
  CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength
10068
10070
  > = z.object({
10069
- atBRANDAt8494: z.lazy(() =>
10070
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8494$outboundSchema
10071
+ atBRANDAt8495: z.lazy(() =>
10072
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$outboundSchema
10071
10073
  ),
10072
10074
  }).transform((v) => {
10073
10075
  return remap$(v, {
10074
- atBRANDAt8494: "__@BRAND@8494",
10076
+ atBRANDAt8495: "__@BRAND@8495",
10075
10077
  });
10076
10078
  });
10077
10079
 
@@ -10117,65 +10119,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
10117
10119
  }
10118
10120
 
10119
10121
  /** @internal */
10120
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$inboundSchema:
10122
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$inboundSchema:
10121
10123
  z.ZodType<
10122
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494,
10124
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495,
10123
10125
  z.ZodTypeDef,
10124
10126
  unknown
10125
10127
  > = z.object({});
10126
10128
 
10127
10129
  /** @internal */
10128
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$Outbound =
10130
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$Outbound =
10129
10131
  {};
10130
10132
 
10131
10133
  /** @internal */
10132
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$outboundSchema:
10134
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$outboundSchema:
10133
10135
  z.ZodType<
10134
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$Outbound,
10136
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$Outbound,
10135
10137
  z.ZodTypeDef,
10136
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494
10138
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495
10137
10139
  > = z.object({});
10138
10140
 
10139
10141
  /**
10140
10142
  * @internal
10141
10143
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10142
10144
  */
10143
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$ {
10144
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$inboundSchema` instead. */
10145
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$ {
10146
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$inboundSchema` instead. */
10145
10147
  export const inboundSchema =
10146
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$inboundSchema;
10147
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$outboundSchema` instead. */
10148
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$inboundSchema;
10149
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$outboundSchema` instead. */
10148
10150
  export const outboundSchema =
10149
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$outboundSchema;
10150
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$Outbound` instead. */
10151
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$outboundSchema;
10152
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$Outbound` instead. */
10151
10153
  export type Outbound =
10152
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$Outbound;
10154
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$Outbound;
10153
10155
  }
10154
10156
 
10155
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494ToJSON(
10156
- createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494:
10157
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494,
10157
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495ToJSON(
10158
+ createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495:
10159
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495,
10158
10160
  ): string {
10159
10161
  return JSON.stringify(
10160
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$outboundSchema
10162
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$outboundSchema
10161
10163
  .parse(
10162
- createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494,
10164
+ createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495,
10163
10165
  ),
10164
10166
  );
10165
10167
  }
10166
10168
 
10167
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494FromJSON(
10169
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495FromJSON(
10168
10170
  jsonString: string,
10169
10171
  ): SafeParseResult<
10170
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494,
10172
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495,
10171
10173
  SDKValidationError
10172
10174
  > {
10173
10175
  return safeParse(
10174
10176
  jsonString,
10175
10177
  (x) =>
10176
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$inboundSchema
10178
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$inboundSchema
10177
10179
  .parse(JSON.parse(x)),
10178
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494' from JSON`,
10180
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495' from JSON`,
10179
10181
  );
10180
10182
  }
10181
10183
 
@@ -10186,20 +10188,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inbound
10186
10188
  z.ZodTypeDef,
10187
10189
  unknown
10188
10190
  > = z.object({
10189
- "__@BRAND@8494": z.lazy(() =>
10190
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$inboundSchema
10191
+ "__@BRAND@8495": z.lazy(() =>
10192
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$inboundSchema
10191
10193
  ),
10192
10194
  }).transform((v) => {
10193
10195
  return remap$(v, {
10194
- "__@BRAND@8494": "atBRANDAt8494",
10196
+ "__@BRAND@8495": "atBRANDAt8495",
10195
10197
  });
10196
10198
  });
10197
10199
 
10198
10200
  /** @internal */
10199
10201
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound =
10200
10202
  {
10201
- "__@BRAND@8494":
10202
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$Outbound;
10203
+ "__@BRAND@8495":
10204
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$Outbound;
10203
10205
  };
10204
10206
 
10205
10207
  /** @internal */
@@ -10209,12 +10211,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboun
10209
10211
  z.ZodTypeDef,
10210
10212
  CreateIntegrationStoreDirectPropertiesIntegrationsMinLength
10211
10213
  > = z.object({
10212
- atBRANDAt8494: z.lazy(() =>
10213
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8494$outboundSchema
10214
+ atBRANDAt8495: z.lazy(() =>
10215
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$outboundSchema
10214
10216
  ),
10215
10217
  }).transform((v) => {
10216
10218
  return remap$(v, {
10217
- atBRANDAt8494: "__@BRAND@8494",
10219
+ atBRANDAt8495: "__@BRAND@8495",
10218
10220
  });
10219
10221
  });
10220
10222
 
@@ -10260,65 +10262,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
10260
10262
  }
10261
10263
 
10262
10264
  /** @internal */
10263
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$inboundSchema:
10265
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$inboundSchema:
10264
10266
  z.ZodType<
10265
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494,
10267
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495,
10266
10268
  z.ZodTypeDef,
10267
10269
  unknown
10268
10270
  > = z.object({});
10269
10271
 
10270
10272
  /** @internal */
10271
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$Outbound =
10273
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$Outbound =
10272
10274
  {};
10273
10275
 
10274
10276
  /** @internal */
10275
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$outboundSchema:
10277
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$outboundSchema:
10276
10278
  z.ZodType<
10277
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$Outbound,
10279
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$Outbound,
10278
10280
  z.ZodTypeDef,
10279
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494
10281
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495
10280
10282
  > = z.object({});
10281
10283
 
10282
10284
  /**
10283
10285
  * @internal
10284
10286
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10285
10287
  */
10286
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$ {
10287
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$inboundSchema` instead. */
10288
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$ {
10289
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$inboundSchema` instead. */
10288
10290
  export const inboundSchema =
10289
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$inboundSchema;
10290
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$outboundSchema` instead. */
10291
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$inboundSchema;
10292
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$outboundSchema` instead. */
10291
10293
  export const outboundSchema =
10292
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$outboundSchema;
10293
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$Outbound` instead. */
10294
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$outboundSchema;
10295
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$Outbound` instead. */
10294
10296
  export type Outbound =
10295
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$Outbound;
10297
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$Outbound;
10296
10298
  }
10297
10299
 
10298
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494ToJSON(
10299
- createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494:
10300
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494,
10300
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495ToJSON(
10301
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495:
10302
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495,
10301
10303
  ): string {
10302
10304
  return JSON.stringify(
10303
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$outboundSchema
10305
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$outboundSchema
10304
10306
  .parse(
10305
- createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494,
10307
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495,
10306
10308
  ),
10307
10309
  );
10308
10310
  }
10309
10311
 
10310
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494FromJSON(
10312
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495FromJSON(
10311
10313
  jsonString: string,
10312
10314
  ): SafeParseResult<
10313
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494,
10315
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495,
10314
10316
  SDKValidationError
10315
10317
  > {
10316
10318
  return safeParse(
10317
10319
  jsonString,
10318
10320
  (x) =>
10319
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$inboundSchema
10321
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$inboundSchema
10320
10322
  .parse(JSON.parse(x)),
10321
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494' from JSON`,
10323
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495' from JSON`,
10322
10324
  );
10323
10325
  }
10324
10326
 
@@ -10329,20 +10331,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSc
10329
10331
  z.ZodTypeDef,
10330
10332
  unknown
10331
10333
  > = z.object({
10332
- "__@BRAND@8494": z.lazy(() =>
10333
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$inboundSchema
10334
+ "__@BRAND@8495": z.lazy(() =>
10335
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$inboundSchema
10334
10336
  ),
10335
10337
  }).transform((v) => {
10336
10338
  return remap$(v, {
10337
- "__@BRAND@8494": "atBRANDAt8494",
10339
+ "__@BRAND@8495": "atBRANDAt8495",
10338
10340
  });
10339
10341
  });
10340
10342
 
10341
10343
  /** @internal */
10342
10344
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound =
10343
10345
  {
10344
- "__@BRAND@8494":
10345
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$Outbound;
10346
+ "__@BRAND@8495":
10347
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$Outbound;
10346
10348
  };
10347
10349
 
10348
10350
  /** @internal */
@@ -10352,12 +10354,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundS
10352
10354
  z.ZodTypeDef,
10353
10355
  CreateIntegrationStoreDirectPropertiesIntegrationsPattern
10354
10356
  > = z.object({
10355
- atBRANDAt8494: z.lazy(() =>
10356
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8494$outboundSchema
10357
+ atBRANDAt8495: z.lazy(() =>
10358
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$outboundSchema
10357
10359
  ),
10358
10360
  }).transform((v) => {
10359
10361
  return remap$(v, {
10360
- atBRANDAt8494: "__@BRAND@8494",
10362
+ atBRANDAt8495: "__@BRAND@8495",
10361
10363
  });
10362
10364
  });
10363
10365
 
@@ -14420,65 +14422,65 @@ export namespace CreateIntegrationStoreDirectPropertiesUiControl$ {
14420
14422
  }
14421
14423
 
14422
14424
  /** @internal */
14423
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$inboundSchema:
14425
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$inboundSchema:
14424
14426
  z.ZodType<
14425
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494,
14427
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495,
14426
14428
  z.ZodTypeDef,
14427
14429
  unknown
14428
14430
  > = z.object({});
14429
14431
 
14430
14432
  /** @internal */
14431
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$Outbound =
14433
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$Outbound =
14432
14434
  {};
14433
14435
 
14434
14436
  /** @internal */
14435
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$outboundSchema:
14437
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$outboundSchema:
14436
14438
  z.ZodType<
14437
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$Outbound,
14439
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$Outbound,
14438
14440
  z.ZodTypeDef,
14439
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494
14441
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495
14440
14442
  > = z.object({});
14441
14443
 
14442
14444
  /**
14443
14445
  * @internal
14444
14446
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
14445
14447
  */
14446
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$ {
14447
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$inboundSchema` instead. */
14448
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$ {
14449
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$inboundSchema` instead. */
14448
14450
  export const inboundSchema =
14449
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$inboundSchema;
14450
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$outboundSchema` instead. */
14451
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$inboundSchema;
14452
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$outboundSchema` instead. */
14451
14453
  export const outboundSchema =
14452
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$outboundSchema;
14453
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$Outbound` instead. */
14454
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$outboundSchema;
14455
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$Outbound` instead. */
14454
14456
  export type Outbound =
14455
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$Outbound;
14457
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$Outbound;
14456
14458
  }
14457
14459
 
14458
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494ToJSON(
14459
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494:
14460
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494,
14460
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495ToJSON(
14461
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495:
14462
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495,
14461
14463
  ): string {
14462
14464
  return JSON.stringify(
14463
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$outboundSchema
14465
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$outboundSchema
14464
14466
  .parse(
14465
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494,
14467
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495,
14466
14468
  ),
14467
14469
  );
14468
14470
  }
14469
14471
 
14470
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494FromJSON(
14472
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495FromJSON(
14471
14473
  jsonString: string,
14472
14474
  ): SafeParseResult<
14473
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494,
14475
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495,
14474
14476
  SDKValidationError
14475
14477
  > {
14476
14478
  return safeParse(
14477
14479
  jsonString,
14478
14480
  (x) =>
14479
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$inboundSchema
14481
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$inboundSchema
14480
14482
  .parse(JSON.parse(x)),
14481
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494' from JSON`,
14483
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495' from JSON`,
14482
14484
  );
14483
14485
  }
14484
14486
 
@@ -14489,19 +14491,19 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema:
14489
14491
  z.ZodTypeDef,
14490
14492
  unknown
14491
14493
  > = z.object({
14492
- "__@BRAND@8494": z.lazy(() =>
14493
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$inboundSchema
14494
+ "__@BRAND@8495": z.lazy(() =>
14495
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$inboundSchema
14494
14496
  ),
14495
14497
  }).transform((v) => {
14496
14498
  return remap$(v, {
14497
- "__@BRAND@8494": "atBRANDAt8494",
14499
+ "__@BRAND@8495": "atBRANDAt8495",
14498
14500
  });
14499
14501
  });
14500
14502
 
14501
14503
  /** @internal */
14502
14504
  export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
14503
- "__@BRAND@8494":
14504
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$Outbound;
14505
+ "__@BRAND@8495":
14506
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$Outbound;
14505
14507
  };
14506
14508
 
14507
14509
  /** @internal */
@@ -14511,12 +14513,12 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema:
14511
14513
  z.ZodTypeDef,
14512
14514
  CreateIntegrationStoreDirectPropertiesMaxLength
14513
14515
  > = z.object({
14514
- atBRANDAt8494: z.lazy(() =>
14515
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8494$outboundSchema
14516
+ atBRANDAt8495: z.lazy(() =>
14517
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$outboundSchema
14516
14518
  ),
14517
14519
  }).transform((v) => {
14518
14520
  return remap$(v, {
14519
- atBRANDAt8494: "__@BRAND@8494",
14521
+ atBRANDAt8495: "__@BRAND@8495",
14520
14522
  });
14521
14523
  });
14522
14524
 
@@ -14564,50 +14566,50 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(
14564
14566
  }
14565
14567
 
14566
14568
  /** @internal */
14567
- export const PropertiesAtBRANDAt8494$inboundSchema: z.ZodType<
14568
- PropertiesAtBRANDAt8494,
14569
+ export const PropertiesAtBRANDAt8495$inboundSchema: z.ZodType<
14570
+ PropertiesAtBRANDAt8495,
14569
14571
  z.ZodTypeDef,
14570
14572
  unknown
14571
14573
  > = z.object({});
14572
14574
 
14573
14575
  /** @internal */
14574
- export type PropertiesAtBRANDAt8494$Outbound = {};
14576
+ export type PropertiesAtBRANDAt8495$Outbound = {};
14575
14577
 
14576
14578
  /** @internal */
14577
- export const PropertiesAtBRANDAt8494$outboundSchema: z.ZodType<
14578
- PropertiesAtBRANDAt8494$Outbound,
14579
+ export const PropertiesAtBRANDAt8495$outboundSchema: z.ZodType<
14580
+ PropertiesAtBRANDAt8495$Outbound,
14579
14581
  z.ZodTypeDef,
14580
- PropertiesAtBRANDAt8494
14582
+ PropertiesAtBRANDAt8495
14581
14583
  > = z.object({});
14582
14584
 
14583
14585
  /**
14584
14586
  * @internal
14585
14587
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
14586
14588
  */
14587
- export namespace PropertiesAtBRANDAt8494$ {
14588
- /** @deprecated use `PropertiesAtBRANDAt8494$inboundSchema` instead. */
14589
- export const inboundSchema = PropertiesAtBRANDAt8494$inboundSchema;
14590
- /** @deprecated use `PropertiesAtBRANDAt8494$outboundSchema` instead. */
14591
- export const outboundSchema = PropertiesAtBRANDAt8494$outboundSchema;
14592
- /** @deprecated use `PropertiesAtBRANDAt8494$Outbound` instead. */
14593
- export type Outbound = PropertiesAtBRANDAt8494$Outbound;
14589
+ export namespace PropertiesAtBRANDAt8495$ {
14590
+ /** @deprecated use `PropertiesAtBRANDAt8495$inboundSchema` instead. */
14591
+ export const inboundSchema = PropertiesAtBRANDAt8495$inboundSchema;
14592
+ /** @deprecated use `PropertiesAtBRANDAt8495$outboundSchema` instead. */
14593
+ export const outboundSchema = PropertiesAtBRANDAt8495$outboundSchema;
14594
+ /** @deprecated use `PropertiesAtBRANDAt8495$Outbound` instead. */
14595
+ export type Outbound = PropertiesAtBRANDAt8495$Outbound;
14594
14596
  }
14595
14597
 
14596
- export function propertiesAtBRANDAt8494ToJSON(
14597
- propertiesAtBRANDAt8494: PropertiesAtBRANDAt8494,
14598
+ export function propertiesAtBRANDAt8495ToJSON(
14599
+ propertiesAtBRANDAt8495: PropertiesAtBRANDAt8495,
14598
14600
  ): string {
14599
14601
  return JSON.stringify(
14600
- PropertiesAtBRANDAt8494$outboundSchema.parse(propertiesAtBRANDAt8494),
14602
+ PropertiesAtBRANDAt8495$outboundSchema.parse(propertiesAtBRANDAt8495),
14601
14603
  );
14602
14604
  }
14603
14605
 
14604
- export function propertiesAtBRANDAt8494FromJSON(
14606
+ export function propertiesAtBRANDAt8495FromJSON(
14605
14607
  jsonString: string,
14606
- ): SafeParseResult<PropertiesAtBRANDAt8494, SDKValidationError> {
14608
+ ): SafeParseResult<PropertiesAtBRANDAt8495, SDKValidationError> {
14607
14609
  return safeParse(
14608
14610
  jsonString,
14609
- (x) => PropertiesAtBRANDAt8494$inboundSchema.parse(JSON.parse(x)),
14610
- `Failed to parse 'PropertiesAtBRANDAt8494' from JSON`,
14611
+ (x) => PropertiesAtBRANDAt8495$inboundSchema.parse(JSON.parse(x)),
14612
+ `Failed to parse 'PropertiesAtBRANDAt8495' from JSON`,
14611
14613
  );
14612
14614
  }
14613
14615
 
@@ -14618,16 +14620,16 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema:
14618
14620
  z.ZodTypeDef,
14619
14621
  unknown
14620
14622
  > = z.object({
14621
- "__@BRAND@8494": z.lazy(() => PropertiesAtBRANDAt8494$inboundSchema),
14623
+ "__@BRAND@8495": z.lazy(() => PropertiesAtBRANDAt8495$inboundSchema),
14622
14624
  }).transform((v) => {
14623
14625
  return remap$(v, {
14624
- "__@BRAND@8494": "atBRANDAt8494",
14626
+ "__@BRAND@8495": "atBRANDAt8495",
14625
14627
  });
14626
14628
  });
14627
14629
 
14628
14630
  /** @internal */
14629
14631
  export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
14630
- "__@BRAND@8494": PropertiesAtBRANDAt8494$Outbound;
14632
+ "__@BRAND@8495": PropertiesAtBRANDAt8495$Outbound;
14631
14633
  };
14632
14634
 
14633
14635
  /** @internal */
@@ -14637,10 +14639,10 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema:
14637
14639
  z.ZodTypeDef,
14638
14640
  CreateIntegrationStoreDirectPropertiesMinLength
14639
14641
  > = z.object({
14640
- atBRANDAt8494: z.lazy(() => PropertiesAtBRANDAt8494$outboundSchema),
14642
+ atBRANDAt8495: z.lazy(() => PropertiesAtBRANDAt8495$outboundSchema),
14641
14643
  }).transform((v) => {
14642
14644
  return remap$(v, {
14643
- atBRANDAt8494: "__@BRAND@8494",
14645
+ atBRANDAt8495: "__@BRAND@8495",
14644
14646
  });
14645
14647
  });
14646
14648
 
@@ -14688,64 +14690,64 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(
14688
14690
  }
14689
14691
 
14690
14692
  /** @internal */
14691
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$inboundSchema:
14693
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$inboundSchema:
14692
14694
  z.ZodType<
14693
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8494,
14695
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8495,
14694
14696
  z.ZodTypeDef,
14695
14697
  unknown
14696
14698
  > = z.object({});
14697
14699
 
14698
14700
  /** @internal */
14699
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$Outbound = {};
14701
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$Outbound = {};
14700
14702
 
14701
14703
  /** @internal */
14702
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$outboundSchema:
14704
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$outboundSchema:
14703
14705
  z.ZodType<
14704
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$Outbound,
14706
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$Outbound,
14705
14707
  z.ZodTypeDef,
14706
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8494
14708
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8495
14707
14709
  > = z.object({});
14708
14710
 
14709
14711
  /**
14710
14712
  * @internal
14711
14713
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
14712
14714
  */
14713
- export namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$ {
14714
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$inboundSchema` instead. */
14715
+ export namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$ {
14716
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$inboundSchema` instead. */
14715
14717
  export const inboundSchema =
14716
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$inboundSchema;
14717
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$outboundSchema` instead. */
14718
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$inboundSchema;
14719
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$outboundSchema` instead. */
14718
14720
  export const outboundSchema =
14719
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$outboundSchema;
14720
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$Outbound` instead. */
14721
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$outboundSchema;
14722
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$Outbound` instead. */
14721
14723
  export type Outbound =
14722
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$Outbound;
14724
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$Outbound;
14723
14725
  }
14724
14726
 
14725
- export function createIntegrationStoreDirectPropertiesAtBRANDAt8494ToJSON(
14726
- createIntegrationStoreDirectPropertiesAtBRANDAt8494:
14727
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8494,
14727
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt8495ToJSON(
14728
+ createIntegrationStoreDirectPropertiesAtBRANDAt8495:
14729
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8495,
14728
14730
  ): string {
14729
14731
  return JSON.stringify(
14730
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$outboundSchema.parse(
14731
- createIntegrationStoreDirectPropertiesAtBRANDAt8494,
14732
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$outboundSchema.parse(
14733
+ createIntegrationStoreDirectPropertiesAtBRANDAt8495,
14732
14734
  ),
14733
14735
  );
14734
14736
  }
14735
14737
 
14736
- export function createIntegrationStoreDirectPropertiesAtBRANDAt8494FromJSON(
14738
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt8495FromJSON(
14737
14739
  jsonString: string,
14738
14740
  ): SafeParseResult<
14739
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8494,
14741
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8495,
14740
14742
  SDKValidationError
14741
14743
  > {
14742
14744
  return safeParse(
14743
14745
  jsonString,
14744
14746
  (x) =>
14745
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$inboundSchema.parse(
14747
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$inboundSchema.parse(
14746
14748
  JSON.parse(x),
14747
14749
  ),
14748
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8494' from JSON`,
14750
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8495' from JSON`,
14749
14751
  );
14750
14752
  }
14751
14753
 
@@ -14756,18 +14758,18 @@ export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema:
14756
14758
  z.ZodTypeDef,
14757
14759
  unknown
14758
14760
  > = z.object({
14759
- "__@BRAND@8494": z.lazy(() =>
14760
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$inboundSchema
14761
+ "__@BRAND@8495": z.lazy(() =>
14762
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$inboundSchema
14761
14763
  ),
14762
14764
  }).transform((v) => {
14763
14765
  return remap$(v, {
14764
- "__@BRAND@8494": "atBRANDAt8494",
14766
+ "__@BRAND@8495": "atBRANDAt8495",
14765
14767
  });
14766
14768
  });
14767
14769
 
14768
14770
  /** @internal */
14769
14771
  export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
14770
- "__@BRAND@8494": CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$Outbound;
14772
+ "__@BRAND@8495": CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$Outbound;
14771
14773
  };
14772
14774
 
14773
14775
  /** @internal */
@@ -14777,12 +14779,12 @@ export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema:
14777
14779
  z.ZodTypeDef,
14778
14780
  CreateIntegrationStoreDirectPropertiesPattern
14779
14781
  > = z.object({
14780
- atBRANDAt8494: z.lazy(() =>
14781
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8494$outboundSchema
14782
+ atBRANDAt8495: z.lazy(() =>
14783
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$outboundSchema
14782
14784
  ),
14783
14785
  }).transform((v) => {
14784
14786
  return remap$(v, {
14785
- atBRANDAt8494: "__@BRAND@8494",
14787
+ atBRANDAt8495: "__@BRAND@8495",
14786
14788
  });
14787
14789
  });
14788
14790
 
@@ -16229,46 +16231,46 @@ export function guidesFromJSON(
16229
16231
  }
16230
16232
 
16231
16233
  /** @internal */
16232
- export const AtBRANDAt8494$inboundSchema: z.ZodType<
16233
- AtBRANDAt8494,
16234
+ export const AtBRANDAt8495$inboundSchema: z.ZodType<
16235
+ AtBRANDAt8495,
16234
16236
  z.ZodTypeDef,
16235
16237
  unknown
16236
16238
  > = z.object({});
16237
16239
 
16238
16240
  /** @internal */
16239
- export type AtBRANDAt8494$Outbound = {};
16241
+ export type AtBRANDAt8495$Outbound = {};
16240
16242
 
16241
16243
  /** @internal */
16242
- export const AtBRANDAt8494$outboundSchema: z.ZodType<
16243
- AtBRANDAt8494$Outbound,
16244
+ export const AtBRANDAt8495$outboundSchema: z.ZodType<
16245
+ AtBRANDAt8495$Outbound,
16244
16246
  z.ZodTypeDef,
16245
- AtBRANDAt8494
16247
+ AtBRANDAt8495
16246
16248
  > = z.object({});
16247
16249
 
16248
16250
  /**
16249
16251
  * @internal
16250
16252
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
16251
16253
  */
16252
- export namespace AtBRANDAt8494$ {
16253
- /** @deprecated use `AtBRANDAt8494$inboundSchema` instead. */
16254
- export const inboundSchema = AtBRANDAt8494$inboundSchema;
16255
- /** @deprecated use `AtBRANDAt8494$outboundSchema` instead. */
16256
- export const outboundSchema = AtBRANDAt8494$outboundSchema;
16257
- /** @deprecated use `AtBRANDAt8494$Outbound` instead. */
16258
- export type Outbound = AtBRANDAt8494$Outbound;
16254
+ export namespace AtBRANDAt8495$ {
16255
+ /** @deprecated use `AtBRANDAt8495$inboundSchema` instead. */
16256
+ export const inboundSchema = AtBRANDAt8495$inboundSchema;
16257
+ /** @deprecated use `AtBRANDAt8495$outboundSchema` instead. */
16258
+ export const outboundSchema = AtBRANDAt8495$outboundSchema;
16259
+ /** @deprecated use `AtBRANDAt8495$Outbound` instead. */
16260
+ export type Outbound = AtBRANDAt8495$Outbound;
16259
16261
  }
16260
16262
 
16261
- export function atBRANDAt8494ToJSON(atBRANDAt8494: AtBRANDAt8494): string {
16262
- return JSON.stringify(AtBRANDAt8494$outboundSchema.parse(atBRANDAt8494));
16263
+ export function atBRANDAt8495ToJSON(atBRANDAt8495: AtBRANDAt8495): string {
16264
+ return JSON.stringify(AtBRANDAt8495$outboundSchema.parse(atBRANDAt8495));
16263
16265
  }
16264
16266
 
16265
- export function atBRANDAt8494FromJSON(
16267
+ export function atBRANDAt8495FromJSON(
16266
16268
  jsonString: string,
16267
- ): SafeParseResult<AtBRANDAt8494, SDKValidationError> {
16269
+ ): SafeParseResult<AtBRANDAt8495, SDKValidationError> {
16268
16270
  return safeParse(
16269
16271
  jsonString,
16270
- (x) => AtBRANDAt8494$inboundSchema.parse(JSON.parse(x)),
16271
- `Failed to parse 'AtBRANDAt8494' from JSON`,
16272
+ (x) => AtBRANDAt8495$inboundSchema.parse(JSON.parse(x)),
16273
+ `Failed to parse 'AtBRANDAt8495' from JSON`,
16272
16274
  );
16273
16275
  }
16274
16276
 
@@ -16278,16 +16280,16 @@ export const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<
16278
16280
  z.ZodTypeDef,
16279
16281
  unknown
16280
16282
  > = z.object({
16281
- "__@BRAND@8494": z.lazy(() => AtBRANDAt8494$inboundSchema),
16283
+ "__@BRAND@8495": z.lazy(() => AtBRANDAt8495$inboundSchema),
16282
16284
  }).transform((v) => {
16283
16285
  return remap$(v, {
16284
- "__@BRAND@8494": "atBRANDAt8494",
16286
+ "__@BRAND@8495": "atBRANDAt8495",
16285
16287
  });
16286
16288
  });
16287
16289
 
16288
16290
  /** @internal */
16289
16291
  export type CreateIntegrationStoreDirectValue$Outbound = {
16290
- "__@BRAND@8494": AtBRANDAt8494$Outbound;
16292
+ "__@BRAND@8495": AtBRANDAt8495$Outbound;
16291
16293
  };
16292
16294
 
16293
16295
  /** @internal */
@@ -16296,10 +16298,10 @@ export const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<
16296
16298
  z.ZodTypeDef,
16297
16299
  CreateIntegrationStoreDirectValue
16298
16300
  > = z.object({
16299
- atBRANDAt8494: z.lazy(() => AtBRANDAt8494$outboundSchema),
16301
+ atBRANDAt8495: z.lazy(() => AtBRANDAt8495$outboundSchema),
16300
16302
  }).transform((v) => {
16301
16303
  return remap$(v, {
16302
- atBRANDAt8494: "__@BRAND@8494",
16304
+ atBRANDAt8495: "__@BRAND@8495",
16303
16305
  });
16304
16306
  });
16305
16307