@vercel/sdk 1.13.7 → 1.13.9

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 (300) hide show
  1. package/README.md +27 -21
  2. package/bin/mcp-server.js +2709 -1875
  3. package/bin/mcp-server.js.map +61 -54
  4. package/docs/sdks/domainsregistrar/README.md +73 -32
  5. package/docs/sdks/marketplace/README.md +150 -0
  6. package/esm/__tests__/accessgroups.test.js +2 -6
  7. package/esm/__tests__/accessgroups.test.js.map +1 -1
  8. package/esm/__tests__/domainsregistrar.test.js +33 -15
  9. package/esm/__tests__/domainsregistrar.test.js.map +1 -1
  10. package/esm/__tests__/edgeconfig.test.js +6 -6
  11. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  12. package/esm/__tests__/integrations.test.js +1 -1
  13. package/esm/__tests__/logdrains.test.js +2 -6
  14. package/esm/__tests__/logdrains.test.js.map +1 -1
  15. package/esm/__tests__/marketplace.test.js +16 -0
  16. package/esm/__tests__/marketplace.test.js.map +1 -1
  17. package/esm/__tests__/rollingrelease.test.js +1 -1
  18. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  19. package/esm/__tests__/security.test.js +4 -4
  20. package/esm/__tests__/security.test.js.map +1 -1
  21. package/esm/__tests__/teams.test.js +2 -2
  22. package/esm/__tests__/teams.test.js.map +1 -1
  23. package/esm/funcs/domainsRegistrarBuyDomains.d.ts +2 -2
  24. package/esm/funcs/domainsRegistrarBuyDomains.d.ts.map +1 -1
  25. package/esm/funcs/domainsRegistrarBuyDomains.js +8 -4
  26. package/esm/funcs/domainsRegistrarBuyDomains.js.map +1 -1
  27. package/esm/funcs/domainsRegistrarBuySingleDomain.js +5 -1
  28. package/esm/funcs/domainsRegistrarBuySingleDomain.js.map +1 -1
  29. package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts +2 -2
  30. package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts.map +1 -1
  31. package/esm/funcs/domainsRegistrarGetBulkAvailability.js +8 -4
  32. package/esm/funcs/domainsRegistrarGetBulkAvailability.js.map +1 -1
  33. package/esm/funcs/domainsRegistrarGetContactInfoSchema.js +5 -1
  34. package/esm/funcs/domainsRegistrarGetContactInfoSchema.js.map +1 -1
  35. package/esm/funcs/domainsRegistrarGetDomainAuthCode.js +5 -1
  36. package/esm/funcs/domainsRegistrarGetDomainAuthCode.js.map +1 -1
  37. package/esm/funcs/domainsRegistrarGetDomainAvailability.js +5 -1
  38. package/esm/funcs/domainsRegistrarGetDomainAvailability.js.map +1 -1
  39. package/esm/funcs/domainsRegistrarGetDomainPrice.js +1 -0
  40. package/esm/funcs/domainsRegistrarGetDomainPrice.js.map +1 -1
  41. package/esm/funcs/domainsRegistrarGetDomainTransferIn.js +5 -1
  42. package/esm/funcs/domainsRegistrarGetDomainTransferIn.js.map +1 -1
  43. package/esm/funcs/domainsRegistrarGetOrder.js +5 -1
  44. package/esm/funcs/domainsRegistrarGetOrder.js.map +1 -1
  45. package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts +2 -1
  46. package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts.map +1 -1
  47. package/esm/funcs/domainsRegistrarGetSupportedTlds.js +17 -3
  48. package/esm/funcs/domainsRegistrarGetSupportedTlds.js.map +1 -1
  49. package/esm/funcs/domainsRegistrarGetTldPrice.js +1 -0
  50. package/esm/funcs/domainsRegistrarGetTldPrice.js.map +1 -1
  51. package/esm/funcs/domainsRegistrarRenewDomain.js +5 -1
  52. package/esm/funcs/domainsRegistrarRenewDomain.js.map +1 -1
  53. package/esm/funcs/domainsRegistrarTransferInDomain.js +5 -1
  54. package/esm/funcs/domainsRegistrarTransferInDomain.js.map +1 -1
  55. package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js +5 -1
  56. package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js.map +1 -1
  57. package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js +5 -1
  58. package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js.map +1 -1
  59. package/esm/funcs/marketplaceUpdateInstallation.d.ts +17 -0
  60. package/esm/funcs/marketplaceUpdateInstallation.d.ts.map +1 -0
  61. package/esm/funcs/marketplaceUpdateInstallation.js +82 -0
  62. package/esm/funcs/marketplaceUpdateInstallation.js.map +1 -0
  63. package/esm/funcs/marketplaceUpdateResource.d.ts +17 -0
  64. package/esm/funcs/marketplaceUpdateResource.d.ts.map +1 -0
  65. package/esm/funcs/marketplaceUpdateResource.js +85 -0
  66. package/esm/funcs/marketplaceUpdateResource.js.map +1 -0
  67. package/esm/funcs/projectsPauseProject.js +2 -2
  68. package/esm/funcs/projectsPauseProject.js.map +1 -1
  69. package/esm/lib/config.d.ts +3 -3
  70. package/esm/lib/config.js +3 -3
  71. package/esm/lib/config.js.map +1 -1
  72. package/esm/mcp-server/mcp-server.js +1 -1
  73. package/esm/mcp-server/server.d.ts.map +1 -1
  74. package/esm/mcp-server/server.js +5 -1
  75. package/esm/mcp-server/server.js.map +1 -1
  76. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.d.ts +1 -1
  77. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js +2 -2
  78. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js.map +1 -1
  79. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.d.ts +1 -1
  80. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js +2 -2
  81. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js.map +1 -1
  82. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.d.ts +5 -1
  83. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.d.ts.map +1 -1
  84. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js +7 -2
  85. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js.map +1 -1
  86. package/esm/mcp-server/tools/marketplaceUpdateInstallation.d.ts +7 -0
  87. package/esm/mcp-server/tools/marketplaceUpdateInstallation.d.ts.map +1 -0
  88. package/esm/mcp-server/tools/marketplaceUpdateInstallation.js +27 -0
  89. package/esm/mcp-server/tools/marketplaceUpdateInstallation.js.map +1 -0
  90. package/esm/mcp-server/tools/marketplaceUpdateResource.d.ts +7 -0
  91. package/esm/mcp-server/tools/marketplaceUpdateResource.d.ts.map +1 -0
  92. package/esm/mcp-server/tools/marketplaceUpdateResource.js +28 -0
  93. package/esm/mcp-server/tools/marketplaceUpdateResource.js.map +1 -0
  94. package/esm/models/buydomainsop.d.ts +27 -0
  95. package/esm/models/buydomainsop.d.ts.map +1 -1
  96. package/esm/models/buydomainsop.js +35 -0
  97. package/esm/models/buydomainsop.js.map +1 -1
  98. package/esm/models/buysingledomainop.d.ts +10 -8
  99. package/esm/models/buysingledomainop.d.ts.map +1 -1
  100. package/esm/models/buysingledomainop.js +14 -13
  101. package/esm/models/buysingledomainop.js.map +1 -1
  102. package/esm/models/canceldeploymentop.d.ts +3 -10
  103. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  104. package/esm/models/canceldeploymentop.js +1 -4
  105. package/esm/models/canceldeploymentop.js.map +1 -1
  106. package/esm/models/createdeploymentop.d.ts +6 -10
  107. package/esm/models/createdeploymentop.d.ts.map +1 -1
  108. package/esm/models/createdeploymentop.js +2 -4
  109. package/esm/models/createdeploymentop.js.map +1 -1
  110. package/esm/models/createintegrationstoredirectop.d.ts +415 -285
  111. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  112. package/esm/models/createintegrationstoredirectop.js +477 -351
  113. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  114. package/esm/models/createprojectop.d.ts +130 -124
  115. package/esm/models/createprojectop.d.ts.map +1 -1
  116. package/esm/models/createprojectop.js +133 -131
  117. package/esm/models/createprojectop.js.map +1 -1
  118. package/esm/models/exchangessotokenop.d.ts +2 -0
  119. package/esm/models/exchangessotokenop.d.ts.map +1 -1
  120. package/esm/models/exchangessotokenop.js +4 -0
  121. package/esm/models/exchangessotokenop.js.map +1 -1
  122. package/esm/models/getbulkavailabilityop.d.ts +27 -0
  123. package/esm/models/getbulkavailabilityop.d.ts.map +1 -1
  124. package/esm/models/getbulkavailabilityop.js +36 -0
  125. package/esm/models/getbulkavailabilityop.js.map +1 -1
  126. package/esm/models/getconfigurationproductsop.d.ts +375 -375
  127. package/esm/models/getconfigurationproductsop.js +465 -465
  128. package/esm/models/getcontactinfoschemaop.d.ts +2 -0
  129. package/esm/models/getcontactinfoschemaop.d.ts.map +1 -1
  130. package/esm/models/getcontactinfoschemaop.js +2 -0
  131. package/esm/models/getcontactinfoschemaop.js.map +1 -1
  132. package/esm/models/getdeploymentop.d.ts +3 -10
  133. package/esm/models/getdeploymentop.d.ts.map +1 -1
  134. package/esm/models/getdeploymentop.js +1 -4
  135. package/esm/models/getdeploymentop.js.map +1 -1
  136. package/esm/models/getdeploymentsop.d.ts +3 -0
  137. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  138. package/esm/models/getdeploymentsop.js +1 -0
  139. package/esm/models/getdeploymentsop.js.map +1 -1
  140. package/esm/models/getdomainauthcodeop.d.ts +2 -0
  141. package/esm/models/getdomainauthcodeop.d.ts.map +1 -1
  142. package/esm/models/getdomainauthcodeop.js +2 -0
  143. package/esm/models/getdomainauthcodeop.js.map +1 -1
  144. package/esm/models/getdomainavailabilityop.d.ts +2 -0
  145. package/esm/models/getdomainavailabilityop.d.ts.map +1 -1
  146. package/esm/models/getdomainavailabilityop.js +2 -0
  147. package/esm/models/getdomainavailabilityop.js.map +1 -1
  148. package/esm/models/getdomainpriceop.d.ts +2 -0
  149. package/esm/models/getdomainpriceop.d.ts.map +1 -1
  150. package/esm/models/getdomainpriceop.js +2 -0
  151. package/esm/models/getdomainpriceop.js.map +1 -1
  152. package/esm/models/getdomaintransferinop.d.ts +2 -0
  153. package/esm/models/getdomaintransferinop.d.ts.map +1 -1
  154. package/esm/models/getdomaintransferinop.js +2 -0
  155. package/esm/models/getdomaintransferinop.js.map +1 -1
  156. package/esm/models/getorderop.d.ts +2 -0
  157. package/esm/models/getorderop.d.ts.map +1 -1
  158. package/esm/models/getorderop.js +2 -0
  159. package/esm/models/getorderop.js.map +1 -1
  160. package/esm/models/getprojectsop.d.ts +127 -124
  161. package/esm/models/getprojectsop.d.ts.map +1 -1
  162. package/esm/models/getprojectsop.js +132 -131
  163. package/esm/models/getprojectsop.js.map +1 -1
  164. package/esm/models/getsupportedtldsop.d.ts +29 -0
  165. package/esm/models/getsupportedtldsop.d.ts.map +1 -0
  166. package/esm/models/getsupportedtldsop.js +31 -0
  167. package/esm/models/getsupportedtldsop.js.map +1 -0
  168. package/esm/models/gettldpriceop.d.ts +2 -0
  169. package/esm/models/gettldpriceop.d.ts.map +1 -1
  170. package/esm/models/gettldpriceop.js +2 -0
  171. package/esm/models/gettldpriceop.js.map +1 -1
  172. package/esm/models/getwebhooksop.d.ts +3 -0
  173. package/esm/models/getwebhooksop.d.ts.map +1 -1
  174. package/esm/models/getwebhooksop.js +1 -0
  175. package/esm/models/getwebhooksop.js.map +1 -1
  176. package/esm/models/importresourceop.d.ts +68 -68
  177. package/esm/models/importresourceop.d.ts.map +1 -1
  178. package/esm/models/importresourceop.js +75 -72
  179. package/esm/models/importresourceop.js.map +1 -1
  180. package/esm/models/renewdomainop.d.ts +2 -0
  181. package/esm/models/renewdomainop.d.ts.map +1 -1
  182. package/esm/models/renewdomainop.js +2 -0
  183. package/esm/models/renewdomainop.js.map +1 -1
  184. package/esm/models/team.d.ts +10 -10
  185. package/esm/models/team.d.ts.map +1 -1
  186. package/esm/models/team.js +5 -5
  187. package/esm/models/team.js.map +1 -1
  188. package/esm/models/transferindomainop.d.ts +2 -0
  189. package/esm/models/transferindomainop.d.ts.map +1 -1
  190. package/esm/models/transferindomainop.js +2 -0
  191. package/esm/models/transferindomainop.js.map +1 -1
  192. package/esm/models/updatedomainautorenewop.d.ts +2 -0
  193. package/esm/models/updatedomainautorenewop.d.ts.map +1 -1
  194. package/esm/models/updatedomainautorenewop.js +2 -0
  195. package/esm/models/updatedomainautorenewop.js.map +1 -1
  196. package/esm/models/updatedomainnameserversop.d.ts +2 -0
  197. package/esm/models/updatedomainnameserversop.d.ts.map +1 -1
  198. package/esm/models/updatedomainnameserversop.js +2 -0
  199. package/esm/models/updatedomainnameserversop.js.map +1 -1
  200. package/esm/models/updateinstallationop.d.ts +242 -0
  201. package/esm/models/updateinstallationop.d.ts.map +1 -0
  202. package/esm/models/updateinstallationop.js +246 -0
  203. package/esm/models/updateinstallationop.js.map +1 -0
  204. package/esm/models/updateprojectdatacacheop.d.ts +127 -124
  205. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  206. package/esm/models/updateprojectdatacacheop.js +132 -131
  207. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  208. package/esm/models/updateprojectop.d.ts +130 -124
  209. package/esm/models/updateprojectop.d.ts.map +1 -1
  210. package/esm/models/updateprojectop.js +133 -131
  211. package/esm/models/updateprojectop.js.map +1 -1
  212. package/esm/models/updateresourceop.d.ts +432 -0
  213. package/esm/models/updateresourceop.d.ts.map +1 -0
  214. package/esm/models/updateresourceop.js +393 -0
  215. package/esm/models/updateresourceop.js.map +1 -0
  216. package/esm/models/userevent.d.ts +152 -6
  217. package/esm/models/userevent.d.ts.map +1 -1
  218. package/esm/models/userevent.js +112 -2
  219. package/esm/models/userevent.js.map +1 -1
  220. package/esm/sdk/domainsregistrar.d.ts +6 -5
  221. package/esm/sdk/domainsregistrar.d.ts.map +1 -1
  222. package/esm/sdk/domainsregistrar.js +2 -2
  223. package/esm/sdk/domainsregistrar.js.map +1 -1
  224. package/esm/sdk/marketplace.d.ts +16 -0
  225. package/esm/sdk/marketplace.d.ts.map +1 -1
  226. package/esm/sdk/marketplace.js +20 -0
  227. package/esm/sdk/marketplace.js.map +1 -1
  228. package/examples/package-lock.json +1 -1
  229. package/jsr.json +1 -1
  230. package/package.json +1 -1
  231. package/src/__tests__/accessgroups.test.ts +2 -6
  232. package/src/__tests__/domainsregistrar.test.ts +33 -15
  233. package/src/__tests__/edgeconfig.test.ts +6 -6
  234. package/src/__tests__/integrations.test.ts +1 -1
  235. package/src/__tests__/logdrains.test.ts +2 -6
  236. package/src/__tests__/marketplace.test.ts +19 -0
  237. package/src/__tests__/rollingrelease.test.ts +1 -1
  238. package/src/__tests__/security.test.ts +4 -4
  239. package/src/__tests__/teams.test.ts +2 -2
  240. package/src/funcs/domainsRegistrarBuyDomains.ts +12 -7
  241. package/src/funcs/domainsRegistrarBuySingleDomain.ts +6 -1
  242. package/src/funcs/domainsRegistrarGetBulkAvailability.ts +12 -7
  243. package/src/funcs/domainsRegistrarGetContactInfoSchema.ts +6 -1
  244. package/src/funcs/domainsRegistrarGetDomainAuthCode.ts +6 -1
  245. package/src/funcs/domainsRegistrarGetDomainAvailability.ts +6 -1
  246. package/src/funcs/domainsRegistrarGetDomainPrice.ts +1 -0
  247. package/src/funcs/domainsRegistrarGetDomainTransferIn.ts +6 -1
  248. package/src/funcs/domainsRegistrarGetOrder.ts +6 -1
  249. package/src/funcs/domainsRegistrarGetSupportedTlds.ts +26 -0
  250. package/src/funcs/domainsRegistrarGetTldPrice.ts +1 -0
  251. package/src/funcs/domainsRegistrarRenewDomain.ts +6 -1
  252. package/src/funcs/domainsRegistrarTransferInDomain.ts +6 -1
  253. package/src/funcs/domainsRegistrarUpdateDomainAutoRenew.ts +6 -1
  254. package/src/funcs/domainsRegistrarUpdateDomainNameservers.ts +6 -1
  255. package/src/funcs/marketplaceUpdateInstallation.ts +174 -0
  256. package/src/funcs/marketplaceUpdateResource.ts +179 -0
  257. package/src/funcs/projectsPauseProject.ts +2 -2
  258. package/src/lib/config.ts +3 -3
  259. package/src/mcp-server/mcp-server.ts +1 -1
  260. package/src/mcp-server/server.ts +5 -1
  261. package/src/mcp-server/tools/domainsRegistrarBuyDomains.ts +2 -2
  262. package/src/mcp-server/tools/domainsRegistrarGetBulkAvailability.ts +2 -2
  263. package/src/mcp-server/tools/domainsRegistrarGetSupportedTlds.ts +11 -2
  264. package/src/mcp-server/tools/marketplaceUpdateInstallation.ts +35 -0
  265. package/src/mcp-server/tools/marketplaceUpdateResource.ts +37 -0
  266. package/src/models/buydomainsop.ts +70 -0
  267. package/src/models/buysingledomainop.ts +20 -14
  268. package/src/models/canceldeploymentop.ts +1 -14
  269. package/src/models/createdeploymentop.ts +2 -14
  270. package/src/models/createintegrationstoredirectop.ts +821 -604
  271. package/src/models/createprojectop.ts +257 -255
  272. package/src/models/exchangessotokenop.ts +6 -0
  273. package/src/models/getbulkavailabilityop.ts +71 -0
  274. package/src/models/getconfigurationproductsop.ts +802 -802
  275. package/src/models/getcontactinfoschemaop.ts +4 -0
  276. package/src/models/getdeploymentop.ts +1 -14
  277. package/src/models/getdeploymentsop.ts +1 -0
  278. package/src/models/getdomainauthcodeop.ts +4 -0
  279. package/src/models/getdomainavailabilityop.ts +4 -0
  280. package/src/models/getdomainpriceop.ts +4 -0
  281. package/src/models/getdomaintransferinop.ts +4 -0
  282. package/src/models/getorderop.ts +4 -0
  283. package/src/models/getprojectsop.ts +256 -255
  284. package/src/models/getsupportedtldsop.ts +66 -0
  285. package/src/models/gettldpriceop.ts +4 -0
  286. package/src/models/getwebhooksop.ts +1 -0
  287. package/src/models/importresourceop.ts +142 -115
  288. package/src/models/renewdomainop.ts +4 -0
  289. package/src/models/team.ts +12 -12
  290. package/src/models/transferindomainop.ts +4 -0
  291. package/src/models/updatedomainautorenewop.ts +4 -0
  292. package/src/models/updatedomainnameserversop.ts +4 -0
  293. package/src/models/updateinstallationop.ts +488 -0
  294. package/src/models/updateprojectdatacacheop.ts +256 -255
  295. package/src/models/updateprojectop.ts +257 -255
  296. package/src/models/updateresourceop.ts +823 -0
  297. package/src/models/userevent.ts +220 -2
  298. package/src/sdk/domainsregistrar.ts +7 -4
  299. package/src/sdk/marketplace.ts +41 -0
  300. package/vercel-spec.json +1824 -1187
@@ -117,6 +117,7 @@ export const CreateIntegrationStoreDirectFramework = {
117
117
  Vuepress: "vuepress",
118
118
  Parcel: "parcel",
119
119
  Fastapi: "fastapi",
120
+ Flask: "flask",
120
121
  Fasthtml: "fasthtml",
121
122
  SanityV3: "sanity-v3",
122
123
  Sanity: "sanity",
@@ -172,6 +173,30 @@ export type ProjectsMetadata = {
172
173
  deployments?: CreateIntegrationStoreDirectDeployments | undefined;
173
174
  };
174
175
 
176
+ export const Providers2 = {
177
+ Wildcard: "*",
178
+ } as const;
179
+ export type Providers2 = ClosedEnum<typeof Providers2>;
180
+
181
+ export const Providers1 = {
182
+ Github: "github",
183
+ Gitlab: "gitlab",
184
+ Bitbucket: "bitbucket",
185
+ } as const;
186
+ export type Providers1 = ClosedEnum<typeof Providers1>;
187
+
188
+ export type Providers = Array<Providers1> | Providers2;
189
+
190
+ export type Git = {
191
+ providers: Array<Providers1> | Providers2;
192
+ owners?: Array<string> | undefined;
193
+ repos?: Array<string> | undefined;
194
+ };
195
+
196
+ export type ProjectFilter = {
197
+ git?: Git | undefined;
198
+ };
199
+
175
200
  export const CreateIntegrationStoreDirectStatus = {
176
201
  Available: "available",
177
202
  Error: "error",
@@ -236,12 +261,12 @@ export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<
236
261
  typeof CreateIntegrationStoreDirectIntegrationsType
237
262
  >;
238
263
 
239
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557 =
264
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584 =
240
265
  {};
241
266
 
242
267
  export type CreateIntegrationStoreDirectPropertiesValue = {
243
- atBRANDAt8557:
244
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557;
268
+ atBRANDAt8584:
269
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584;
245
270
  };
246
271
 
247
272
  export const CreateIntegrationStoreDirectDisabled3 = {
@@ -310,31 +335,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
310
335
  typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl
311
336
  >;
312
337
 
313
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557 =
338
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584 =
314
339
  {};
315
340
 
316
341
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength =
317
342
  {
318
- atBRANDAt8557:
319
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557;
343
+ atBRANDAt8584:
344
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584;
320
345
  };
321
346
 
322
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557 =
347
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584 =
323
348
  {};
324
349
 
325
350
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength =
326
351
  {
327
- atBRANDAt8557:
328
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557;
352
+ atBRANDAt8584:
353
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584;
329
354
  };
330
355
 
331
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557 =
356
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584 =
332
357
  {};
333
358
 
334
359
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern =
335
360
  {
336
- atBRANDAt8557:
337
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557;
361
+ atBRANDAt8584:
362
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584;
338
363
  };
339
364
 
340
365
  export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 =
@@ -472,10 +497,10 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
472
497
  typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl
473
498
  >;
474
499
 
475
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557 = {};
500
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584 = {};
476
501
 
477
502
  export type CreateIntegrationStoreDirectUiOptionsValue = {
478
- atBRANDAt8557: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557;
503
+ atBRANDAt8584: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584;
479
504
  };
480
505
 
481
506
  export const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 = {
@@ -526,10 +551,10 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
526
551
  | undefined;
527
552
  };
528
553
 
529
- export type UiOptionsAtBRANDAt8557 = {};
554
+ export type UiOptionsAtBRANDAt8584 = {};
530
555
 
531
556
  export type CreateIntegrationStoreDirectUiOptions2 = {
532
- atBRANDAt8557: UiOptionsAtBRANDAt8557;
557
+ atBRANDAt8584: UiOptionsAtBRANDAt8584;
533
558
  };
534
559
 
535
560
  export const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3 =
@@ -592,31 +617,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions
592
617
  | CreateIntegrationStoreDirectUiOptions2
593
618
  | CreateIntegrationStoreDirectUiOptions3;
594
619
 
595
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557 =
620
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584 =
596
621
  {};
597
622
 
598
623
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength =
599
624
  {
600
- atBRANDAt8557:
601
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557;
625
+ atBRANDAt8584:
626
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584;
602
627
  };
603
628
 
604
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557 =
629
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584 =
605
630
  {};
606
631
 
607
632
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength =
608
633
  {
609
- atBRANDAt8557:
610
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557;
634
+ atBRANDAt8584:
635
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584;
611
636
  };
612
637
 
613
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557 =
638
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584 =
614
639
  {};
615
640
 
616
641
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern =
617
642
  {
618
- atBRANDAt8557:
619
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557;
643
+ atBRANDAt8584:
644
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584;
620
645
  };
621
646
 
622
647
  export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3 =
@@ -759,31 +784,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
759
784
  typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type
760
785
  >;
761
786
 
762
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557 =
787
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584 =
763
788
  {};
764
789
 
765
790
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength =
766
791
  {
767
- atBRANDAt8557:
768
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557;
792
+ atBRANDAt8584:
793
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584;
769
794
  };
770
795
 
771
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557 =
796
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584 =
772
797
  {};
773
798
 
774
799
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength =
775
800
  {
776
- atBRANDAt8557:
777
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557;
801
+ atBRANDAt8584:
802
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584;
778
803
  };
779
804
 
780
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557 =
805
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584 =
781
806
  {};
782
807
 
783
808
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern =
784
809
  {
785
- atBRANDAt8557:
786
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557;
810
+ atBRANDAt8584:
811
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584;
787
812
  };
788
813
 
789
814
  export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
@@ -1038,28 +1063,28 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
1038
1063
  | undefined;
1039
1064
  };
1040
1065
 
1041
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557 =
1066
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584 =
1042
1067
  {};
1043
1068
 
1044
1069
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
1045
- atBRANDAt8557:
1046
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557;
1070
+ atBRANDAt8584:
1071
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584;
1047
1072
  };
1048
1073
 
1049
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557 =
1074
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584 =
1050
1075
  {};
1051
1076
 
1052
1077
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
1053
- atBRANDAt8557:
1054
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557;
1078
+ atBRANDAt8584:
1079
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584;
1055
1080
  };
1056
1081
 
1057
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557 =
1082
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584 =
1058
1083
  {};
1059
1084
 
1060
1085
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
1061
- atBRANDAt8557:
1062
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557;
1086
+ atBRANDAt8584:
1087
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584;
1063
1088
  };
1064
1089
 
1065
1090
  export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3 =
@@ -1562,24 +1587,24 @@ export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<
1562
1587
  typeof CreateIntegrationStoreDirectPropertiesUiControl
1563
1588
  >;
1564
1589
 
1565
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557 =
1590
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584 =
1566
1591
  {};
1567
1592
 
1568
1593
  export type CreateIntegrationStoreDirectPropertiesMaxLength = {
1569
- atBRANDAt8557:
1570
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557;
1594
+ atBRANDAt8584:
1595
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584;
1571
1596
  };
1572
1597
 
1573
- export type PropertiesAtBRANDAt8557 = {};
1598
+ export type PropertiesAtBRANDAt8584 = {};
1574
1599
 
1575
1600
  export type CreateIntegrationStoreDirectPropertiesMinLength = {
1576
- atBRANDAt8557: PropertiesAtBRANDAt8557;
1601
+ atBRANDAt8584: PropertiesAtBRANDAt8584;
1577
1602
  };
1578
1603
 
1579
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8557 = {};
1604
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8584 = {};
1580
1605
 
1581
1606
  export type CreateIntegrationStoreDirectPropertiesPattern = {
1582
- atBRANDAt8557: CreateIntegrationStoreDirectPropertiesAtBRANDAt8557;
1607
+ atBRANDAt8584: CreateIntegrationStoreDirectPropertiesAtBRANDAt8584;
1583
1608
  };
1584
1609
 
1585
1610
  export const CreateIntegrationStoreDirectUiReadOnly3 = {
@@ -1813,10 +1838,10 @@ export type Guides = {
1813
1838
  steps: Array<Steps>;
1814
1839
  };
1815
1840
 
1816
- export type AtBRANDAt8557 = {};
1841
+ export type AtBRANDAt8584 = {};
1817
1842
 
1818
1843
  export type CreateIntegrationStoreDirectValue = {
1819
- atBRANDAt8557: AtBRANDAt8557;
1844
+ atBRANDAt8584: AtBRANDAt8584;
1820
1845
  };
1821
1846
 
1822
1847
  export const Disabled3 = {
@@ -1949,6 +1974,7 @@ export type CreateIntegrationStoreDirectBillingPlan = {
1949
1974
 
1950
1975
  export type CreateIntegrationStoreDirectStore = {
1951
1976
  projectsMetadata: Array<ProjectsMetadata>;
1977
+ projectFilter?: ProjectFilter | undefined;
1952
1978
  totalConnectedProjects?: number | undefined;
1953
1979
  usageQuotaExceeded: boolean;
1954
1980
  status: CreateIntegrationStoreDirectStatus | null;
@@ -2496,6 +2522,194 @@ export function projectsMetadataFromJSON(
2496
2522
  );
2497
2523
  }
2498
2524
 
2525
+ /** @internal */
2526
+ export const Providers2$inboundSchema: z.ZodNativeEnum<typeof Providers2> = z
2527
+ .nativeEnum(Providers2);
2528
+
2529
+ /** @internal */
2530
+ export const Providers2$outboundSchema: z.ZodNativeEnum<typeof Providers2> =
2531
+ Providers2$inboundSchema;
2532
+
2533
+ /**
2534
+ * @internal
2535
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2536
+ */
2537
+ export namespace Providers2$ {
2538
+ /** @deprecated use `Providers2$inboundSchema` instead. */
2539
+ export const inboundSchema = Providers2$inboundSchema;
2540
+ /** @deprecated use `Providers2$outboundSchema` instead. */
2541
+ export const outboundSchema = Providers2$outboundSchema;
2542
+ }
2543
+
2544
+ /** @internal */
2545
+ export const Providers1$inboundSchema: z.ZodNativeEnum<typeof Providers1> = z
2546
+ .nativeEnum(Providers1);
2547
+
2548
+ /** @internal */
2549
+ export const Providers1$outboundSchema: z.ZodNativeEnum<typeof Providers1> =
2550
+ Providers1$inboundSchema;
2551
+
2552
+ /**
2553
+ * @internal
2554
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2555
+ */
2556
+ export namespace Providers1$ {
2557
+ /** @deprecated use `Providers1$inboundSchema` instead. */
2558
+ export const inboundSchema = Providers1$inboundSchema;
2559
+ /** @deprecated use `Providers1$outboundSchema` instead. */
2560
+ export const outboundSchema = Providers1$outboundSchema;
2561
+ }
2562
+
2563
+ /** @internal */
2564
+ export const Providers$inboundSchema: z.ZodType<
2565
+ Providers,
2566
+ z.ZodTypeDef,
2567
+ unknown
2568
+ > = z.union([z.array(Providers1$inboundSchema), Providers2$inboundSchema]);
2569
+
2570
+ /** @internal */
2571
+ export type Providers$Outbound = Array<string> | string;
2572
+
2573
+ /** @internal */
2574
+ export const Providers$outboundSchema: z.ZodType<
2575
+ Providers$Outbound,
2576
+ z.ZodTypeDef,
2577
+ Providers
2578
+ > = z.union([z.array(Providers1$outboundSchema), Providers2$outboundSchema]);
2579
+
2580
+ /**
2581
+ * @internal
2582
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2583
+ */
2584
+ export namespace Providers$ {
2585
+ /** @deprecated use `Providers$inboundSchema` instead. */
2586
+ export const inboundSchema = Providers$inboundSchema;
2587
+ /** @deprecated use `Providers$outboundSchema` instead. */
2588
+ export const outboundSchema = Providers$outboundSchema;
2589
+ /** @deprecated use `Providers$Outbound` instead. */
2590
+ export type Outbound = Providers$Outbound;
2591
+ }
2592
+
2593
+ export function providersToJSON(providers: Providers): string {
2594
+ return JSON.stringify(Providers$outboundSchema.parse(providers));
2595
+ }
2596
+
2597
+ export function providersFromJSON(
2598
+ jsonString: string,
2599
+ ): SafeParseResult<Providers, SDKValidationError> {
2600
+ return safeParse(
2601
+ jsonString,
2602
+ (x) => Providers$inboundSchema.parse(JSON.parse(x)),
2603
+ `Failed to parse 'Providers' from JSON`,
2604
+ );
2605
+ }
2606
+
2607
+ /** @internal */
2608
+ export const Git$inboundSchema: z.ZodType<Git, z.ZodTypeDef, unknown> = z
2609
+ .object({
2610
+ providers: z.union([
2611
+ z.array(Providers1$inboundSchema),
2612
+ Providers2$inboundSchema,
2613
+ ]),
2614
+ owners: z.array(z.string()).optional(),
2615
+ repos: z.array(z.string()).optional(),
2616
+ });
2617
+
2618
+ /** @internal */
2619
+ export type Git$Outbound = {
2620
+ providers: Array<string> | string;
2621
+ owners?: Array<string> | undefined;
2622
+ repos?: Array<string> | undefined;
2623
+ };
2624
+
2625
+ /** @internal */
2626
+ export const Git$outboundSchema: z.ZodType<Git$Outbound, z.ZodTypeDef, Git> = z
2627
+ .object({
2628
+ providers: z.union([
2629
+ z.array(Providers1$outboundSchema),
2630
+ Providers2$outboundSchema,
2631
+ ]),
2632
+ owners: z.array(z.string()).optional(),
2633
+ repos: z.array(z.string()).optional(),
2634
+ });
2635
+
2636
+ /**
2637
+ * @internal
2638
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2639
+ */
2640
+ export namespace Git$ {
2641
+ /** @deprecated use `Git$inboundSchema` instead. */
2642
+ export const inboundSchema = Git$inboundSchema;
2643
+ /** @deprecated use `Git$outboundSchema` instead. */
2644
+ export const outboundSchema = Git$outboundSchema;
2645
+ /** @deprecated use `Git$Outbound` instead. */
2646
+ export type Outbound = Git$Outbound;
2647
+ }
2648
+
2649
+ export function gitToJSON(git: Git): string {
2650
+ return JSON.stringify(Git$outboundSchema.parse(git));
2651
+ }
2652
+
2653
+ export function gitFromJSON(
2654
+ jsonString: string,
2655
+ ): SafeParseResult<Git, SDKValidationError> {
2656
+ return safeParse(
2657
+ jsonString,
2658
+ (x) => Git$inboundSchema.parse(JSON.parse(x)),
2659
+ `Failed to parse 'Git' from JSON`,
2660
+ );
2661
+ }
2662
+
2663
+ /** @internal */
2664
+ export const ProjectFilter$inboundSchema: z.ZodType<
2665
+ ProjectFilter,
2666
+ z.ZodTypeDef,
2667
+ unknown
2668
+ > = z.object({
2669
+ git: z.lazy(() => Git$inboundSchema).optional(),
2670
+ });
2671
+
2672
+ /** @internal */
2673
+ export type ProjectFilter$Outbound = {
2674
+ git?: Git$Outbound | undefined;
2675
+ };
2676
+
2677
+ /** @internal */
2678
+ export const ProjectFilter$outboundSchema: z.ZodType<
2679
+ ProjectFilter$Outbound,
2680
+ z.ZodTypeDef,
2681
+ ProjectFilter
2682
+ > = z.object({
2683
+ git: z.lazy(() => Git$outboundSchema).optional(),
2684
+ });
2685
+
2686
+ /**
2687
+ * @internal
2688
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2689
+ */
2690
+ export namespace ProjectFilter$ {
2691
+ /** @deprecated use `ProjectFilter$inboundSchema` instead. */
2692
+ export const inboundSchema = ProjectFilter$inboundSchema;
2693
+ /** @deprecated use `ProjectFilter$outboundSchema` instead. */
2694
+ export const outboundSchema = ProjectFilter$outboundSchema;
2695
+ /** @deprecated use `ProjectFilter$Outbound` instead. */
2696
+ export type Outbound = ProjectFilter$Outbound;
2697
+ }
2698
+
2699
+ export function projectFilterToJSON(projectFilter: ProjectFilter): string {
2700
+ return JSON.stringify(ProjectFilter$outboundSchema.parse(projectFilter));
2701
+ }
2702
+
2703
+ export function projectFilterFromJSON(
2704
+ jsonString: string,
2705
+ ): SafeParseResult<ProjectFilter, SDKValidationError> {
2706
+ return safeParse(
2707
+ jsonString,
2708
+ (x) => ProjectFilter$inboundSchema.parse(JSON.parse(x)),
2709
+ `Failed to parse 'ProjectFilter' from JSON`,
2710
+ );
2711
+ }
2712
+
2499
2713
  /** @internal */
2500
2714
  export const CreateIntegrationStoreDirectStatus$inboundSchema: z.ZodNativeEnum<
2501
2715
  typeof CreateIntegrationStoreDirectStatus
@@ -2796,65 +3010,65 @@ export namespace CreateIntegrationStoreDirectIntegrationsType$ {
2796
3010
  }
2797
3011
 
2798
3012
  /** @internal */
2799
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$inboundSchema:
3013
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$inboundSchema:
2800
3014
  z.ZodType<
2801
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557,
3015
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584,
2802
3016
  z.ZodTypeDef,
2803
3017
  unknown
2804
3018
  > = z.object({});
2805
3019
 
2806
3020
  /** @internal */
2807
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$Outbound =
3021
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$Outbound =
2808
3022
  {};
2809
3023
 
2810
3024
  /** @internal */
2811
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$outboundSchema:
3025
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$outboundSchema:
2812
3026
  z.ZodType<
2813
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$Outbound,
3027
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$Outbound,
2814
3028
  z.ZodTypeDef,
2815
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557
3029
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584
2816
3030
  > = z.object({});
2817
3031
 
2818
3032
  /**
2819
3033
  * @internal
2820
3034
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2821
3035
  */
2822
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$ {
2823
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$inboundSchema` instead. */
3036
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$ {
3037
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$inboundSchema` instead. */
2824
3038
  export const inboundSchema =
2825
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$inboundSchema;
2826
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$outboundSchema` instead. */
3039
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$inboundSchema;
3040
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$outboundSchema` instead. */
2827
3041
  export const outboundSchema =
2828
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$outboundSchema;
2829
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$Outbound` instead. */
3042
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$outboundSchema;
3043
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$Outbound` instead. */
2830
3044
  export type Outbound =
2831
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$Outbound;
3045
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$Outbound;
2832
3046
  }
2833
3047
 
2834
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557ToJSON(
2835
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557:
2836
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557,
3048
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584ToJSON(
3049
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584:
3050
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584,
2837
3051
  ): string {
2838
3052
  return JSON.stringify(
2839
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$outboundSchema
3053
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$outboundSchema
2840
3054
  .parse(
2841
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557,
3055
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584,
2842
3056
  ),
2843
3057
  );
2844
3058
  }
2845
3059
 
2846
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557FromJSON(
3060
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584FromJSON(
2847
3061
  jsonString: string,
2848
3062
  ): SafeParseResult<
2849
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557,
3063
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584,
2850
3064
  SDKValidationError
2851
3065
  > {
2852
3066
  return safeParse(
2853
3067
  jsonString,
2854
3068
  (x) =>
2855
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$inboundSchema
3069
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$inboundSchema
2856
3070
  .parse(JSON.parse(x)),
2857
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557' from JSON`,
3071
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584' from JSON`,
2858
3072
  );
2859
3073
  }
2860
3074
 
@@ -2865,19 +3079,19 @@ export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema:
2865
3079
  z.ZodTypeDef,
2866
3080
  unknown
2867
3081
  > = z.object({
2868
- "__@BRAND@8557": z.lazy(() =>
2869
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$inboundSchema
3082
+ "__@BRAND@8584": z.lazy(() =>
3083
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$inboundSchema
2870
3084
  ),
2871
3085
  }).transform((v) => {
2872
3086
  return remap$(v, {
2873
- "__@BRAND@8557": "atBRANDAt8557",
3087
+ "__@BRAND@8584": "atBRANDAt8584",
2874
3088
  });
2875
3089
  });
2876
3090
 
2877
3091
  /** @internal */
2878
3092
  export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
2879
- "__@BRAND@8557":
2880
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$Outbound;
3093
+ "__@BRAND@8584":
3094
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$Outbound;
2881
3095
  };
2882
3096
 
2883
3097
  /** @internal */
@@ -2887,12 +3101,12 @@ export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema:
2887
3101
  z.ZodTypeDef,
2888
3102
  CreateIntegrationStoreDirectPropertiesValue
2889
3103
  > = z.object({
2890
- atBRANDAt8557: z.lazy(() =>
2891
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$outboundSchema
3104
+ atBRANDAt8584: z.lazy(() =>
3105
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$outboundSchema
2892
3106
  ),
2893
3107
  }).transform((v) => {
2894
3108
  return remap$(v, {
2895
- atBRANDAt8557: "__@BRAND@8557",
3109
+ atBRANDAt8584: "__@BRAND@8584",
2896
3110
  });
2897
3111
  });
2898
3112
 
@@ -3404,65 +3618,65 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
3404
3618
  }
3405
3619
 
3406
3620
  /** @internal */
3407
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$inboundSchema:
3621
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$inboundSchema:
3408
3622
  z.ZodType<
3409
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557,
3623
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584,
3410
3624
  z.ZodTypeDef,
3411
3625
  unknown
3412
3626
  > = z.object({});
3413
3627
 
3414
3628
  /** @internal */
3415
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$Outbound =
3629
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$Outbound =
3416
3630
  {};
3417
3631
 
3418
3632
  /** @internal */
3419
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$outboundSchema:
3633
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$outboundSchema:
3420
3634
  z.ZodType<
3421
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$Outbound,
3635
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$Outbound,
3422
3636
  z.ZodTypeDef,
3423
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557
3637
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584
3424
3638
  > = z.object({});
3425
3639
 
3426
3640
  /**
3427
3641
  * @internal
3428
3642
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3429
3643
  */
3430
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$ {
3431
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$inboundSchema` instead. */
3644
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$ {
3645
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$inboundSchema` instead. */
3432
3646
  export const inboundSchema =
3433
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$inboundSchema;
3434
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$outboundSchema` instead. */
3647
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$inboundSchema;
3648
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$outboundSchema` instead. */
3435
3649
  export const outboundSchema =
3436
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$outboundSchema;
3437
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$Outbound` instead. */
3650
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$outboundSchema;
3651
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$Outbound` instead. */
3438
3652
  export type Outbound =
3439
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$Outbound;
3653
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$Outbound;
3440
3654
  }
3441
3655
 
3442
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557ToJSON(
3443
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557:
3444
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557,
3656
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584ToJSON(
3657
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584:
3658
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584,
3445
3659
  ): string {
3446
3660
  return JSON.stringify(
3447
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$outboundSchema
3661
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$outboundSchema
3448
3662
  .parse(
3449
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557,
3663
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584,
3450
3664
  ),
3451
3665
  );
3452
3666
  }
3453
3667
 
3454
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557FromJSON(
3668
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584FromJSON(
3455
3669
  jsonString: string,
3456
3670
  ): SafeParseResult<
3457
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557,
3671
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584,
3458
3672
  SDKValidationError
3459
3673
  > {
3460
3674
  return safeParse(
3461
3675
  jsonString,
3462
3676
  (x) =>
3463
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$inboundSchema
3677
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$inboundSchema
3464
3678
  .parse(JSON.parse(x)),
3465
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557' from JSON`,
3679
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584' from JSON`,
3466
3680
  );
3467
3681
  }
3468
3682
 
@@ -3473,20 +3687,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
3473
3687
  z.ZodTypeDef,
3474
3688
  unknown
3475
3689
  > = z.object({
3476
- "__@BRAND@8557": z.lazy(() =>
3477
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$inboundSchema
3690
+ "__@BRAND@8584": z.lazy(() =>
3691
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$inboundSchema
3478
3692
  ),
3479
3693
  }).transform((v) => {
3480
3694
  return remap$(v, {
3481
- "__@BRAND@8557": "atBRANDAt8557",
3695
+ "__@BRAND@8584": "atBRANDAt8584",
3482
3696
  });
3483
3697
  });
3484
3698
 
3485
3699
  /** @internal */
3486
3700
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound =
3487
3701
  {
3488
- "__@BRAND@8557":
3489
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$Outbound;
3702
+ "__@BRAND@8584":
3703
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$Outbound;
3490
3704
  };
3491
3705
 
3492
3706
  /** @internal */
@@ -3496,12 +3710,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
3496
3710
  z.ZodTypeDef,
3497
3711
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength
3498
3712
  > = z.object({
3499
- atBRANDAt8557: z.lazy(() =>
3500
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$outboundSchema
3713
+ atBRANDAt8584: z.lazy(() =>
3714
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$outboundSchema
3501
3715
  ),
3502
3716
  }).transform((v) => {
3503
3717
  return remap$(v, {
3504
- atBRANDAt8557: "__@BRAND@8557",
3718
+ atBRANDAt8584: "__@BRAND@8584",
3505
3719
  });
3506
3720
  });
3507
3721
 
@@ -3549,65 +3763,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
3549
3763
  }
3550
3764
 
3551
3765
  /** @internal */
3552
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$inboundSchema:
3766
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$inboundSchema:
3553
3767
  z.ZodType<
3554
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557,
3768
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584,
3555
3769
  z.ZodTypeDef,
3556
3770
  unknown
3557
3771
  > = z.object({});
3558
3772
 
3559
3773
  /** @internal */
3560
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$Outbound =
3774
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$Outbound =
3561
3775
  {};
3562
3776
 
3563
3777
  /** @internal */
3564
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$outboundSchema:
3778
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$outboundSchema:
3565
3779
  z.ZodType<
3566
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$Outbound,
3780
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$Outbound,
3567
3781
  z.ZodTypeDef,
3568
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557
3782
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584
3569
3783
  > = z.object({});
3570
3784
 
3571
3785
  /**
3572
3786
  * @internal
3573
3787
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3574
3788
  */
3575
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$ {
3576
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$inboundSchema` instead. */
3789
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$ {
3790
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$inboundSchema` instead. */
3577
3791
  export const inboundSchema =
3578
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$inboundSchema;
3579
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$outboundSchema` instead. */
3792
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$inboundSchema;
3793
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$outboundSchema` instead. */
3580
3794
  export const outboundSchema =
3581
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$outboundSchema;
3582
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$Outbound` instead. */
3795
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$outboundSchema;
3796
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$Outbound` instead. */
3583
3797
  export type Outbound =
3584
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$Outbound;
3798
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$Outbound;
3585
3799
  }
3586
3800
 
3587
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557ToJSON(
3588
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557:
3589
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557,
3801
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584ToJSON(
3802
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584:
3803
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584,
3590
3804
  ): string {
3591
3805
  return JSON.stringify(
3592
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$outboundSchema
3806
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$outboundSchema
3593
3807
  .parse(
3594
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557,
3808
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584,
3595
3809
  ),
3596
3810
  );
3597
3811
  }
3598
3812
 
3599
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557FromJSON(
3813
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584FromJSON(
3600
3814
  jsonString: string,
3601
3815
  ): SafeParseResult<
3602
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557,
3816
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584,
3603
3817
  SDKValidationError
3604
3818
  > {
3605
3819
  return safeParse(
3606
3820
  jsonString,
3607
3821
  (x) =>
3608
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$inboundSchema
3822
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$inboundSchema
3609
3823
  .parse(JSON.parse(x)),
3610
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557' from JSON`,
3824
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584' from JSON`,
3611
3825
  );
3612
3826
  }
3613
3827
 
@@ -3618,20 +3832,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
3618
3832
  z.ZodTypeDef,
3619
3833
  unknown
3620
3834
  > = z.object({
3621
- "__@BRAND@8557": z.lazy(() =>
3622
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$inboundSchema
3835
+ "__@BRAND@8584": z.lazy(() =>
3836
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$inboundSchema
3623
3837
  ),
3624
3838
  }).transform((v) => {
3625
3839
  return remap$(v, {
3626
- "__@BRAND@8557": "atBRANDAt8557",
3840
+ "__@BRAND@8584": "atBRANDAt8584",
3627
3841
  });
3628
3842
  });
3629
3843
 
3630
3844
  /** @internal */
3631
3845
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound =
3632
3846
  {
3633
- "__@BRAND@8557":
3634
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$Outbound;
3847
+ "__@BRAND@8584":
3848
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$Outbound;
3635
3849
  };
3636
3850
 
3637
3851
  /** @internal */
@@ -3641,12 +3855,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
3641
3855
  z.ZodTypeDef,
3642
3856
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength
3643
3857
  > = z.object({
3644
- atBRANDAt8557: z.lazy(() =>
3645
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$outboundSchema
3858
+ atBRANDAt8584: z.lazy(() =>
3859
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$outboundSchema
3646
3860
  ),
3647
3861
  }).transform((v) => {
3648
3862
  return remap$(v, {
3649
- atBRANDAt8557: "__@BRAND@8557",
3863
+ atBRANDAt8584: "__@BRAND@8584",
3650
3864
  });
3651
3865
  });
3652
3866
 
@@ -3694,65 +3908,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
3694
3908
  }
3695
3909
 
3696
3910
  /** @internal */
3697
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$inboundSchema:
3911
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$inboundSchema:
3698
3912
  z.ZodType<
3699
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557,
3913
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584,
3700
3914
  z.ZodTypeDef,
3701
3915
  unknown
3702
3916
  > = z.object({});
3703
3917
 
3704
3918
  /** @internal */
3705
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$Outbound =
3919
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$Outbound =
3706
3920
  {};
3707
3921
 
3708
3922
  /** @internal */
3709
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$outboundSchema:
3923
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$outboundSchema:
3710
3924
  z.ZodType<
3711
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$Outbound,
3925
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$Outbound,
3712
3926
  z.ZodTypeDef,
3713
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557
3927
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584
3714
3928
  > = z.object({});
3715
3929
 
3716
3930
  /**
3717
3931
  * @internal
3718
3932
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3719
3933
  */
3720
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$ {
3721
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$inboundSchema` instead. */
3934
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$ {
3935
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$inboundSchema` instead. */
3722
3936
  export const inboundSchema =
3723
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$inboundSchema;
3724
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$outboundSchema` instead. */
3937
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$inboundSchema;
3938
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$outboundSchema` instead. */
3725
3939
  export const outboundSchema =
3726
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$outboundSchema;
3727
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$Outbound` instead. */
3940
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$outboundSchema;
3941
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$Outbound` instead. */
3728
3942
  export type Outbound =
3729
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$Outbound;
3943
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$Outbound;
3730
3944
  }
3731
3945
 
3732
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557ToJSON(
3733
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557:
3734
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557,
3946
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584ToJSON(
3947
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584:
3948
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584,
3735
3949
  ): string {
3736
3950
  return JSON.stringify(
3737
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$outboundSchema
3951
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$outboundSchema
3738
3952
  .parse(
3739
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557,
3953
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584,
3740
3954
  ),
3741
3955
  );
3742
3956
  }
3743
3957
 
3744
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557FromJSON(
3958
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584FromJSON(
3745
3959
  jsonString: string,
3746
3960
  ): SafeParseResult<
3747
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557,
3961
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584,
3748
3962
  SDKValidationError
3749
3963
  > {
3750
3964
  return safeParse(
3751
3965
  jsonString,
3752
3966
  (x) =>
3753
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$inboundSchema
3967
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$inboundSchema
3754
3968
  .parse(JSON.parse(x)),
3755
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557' from JSON`,
3969
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584' from JSON`,
3756
3970
  );
3757
3971
  }
3758
3972
 
@@ -3763,20 +3977,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
3763
3977
  z.ZodTypeDef,
3764
3978
  unknown
3765
3979
  > = z.object({
3766
- "__@BRAND@8557": z.lazy(() =>
3767
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$inboundSchema
3980
+ "__@BRAND@8584": z.lazy(() =>
3981
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$inboundSchema
3768
3982
  ),
3769
3983
  }).transform((v) => {
3770
3984
  return remap$(v, {
3771
- "__@BRAND@8557": "atBRANDAt8557",
3985
+ "__@BRAND@8584": "atBRANDAt8584",
3772
3986
  });
3773
3987
  });
3774
3988
 
3775
3989
  /** @internal */
3776
3990
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound =
3777
3991
  {
3778
- "__@BRAND@8557":
3779
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$Outbound;
3992
+ "__@BRAND@8584":
3993
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$Outbound;
3780
3994
  };
3781
3995
 
3782
3996
  /** @internal */
@@ -3786,12 +4000,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
3786
4000
  z.ZodTypeDef,
3787
4001
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern
3788
4002
  > = z.object({
3789
- atBRANDAt8557: z.lazy(() =>
3790
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$outboundSchema
4003
+ atBRANDAt8584: z.lazy(() =>
4004
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$outboundSchema
3791
4005
  ),
3792
4006
  }).transform((v) => {
3793
4007
  return remap$(v, {
3794
- atBRANDAt8557: "__@BRAND@8557",
4008
+ atBRANDAt8584: "__@BRAND@8584",
3795
4009
  });
3796
4010
  });
3797
4011
 
@@ -4847,64 +5061,64 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
4847
5061
  }
4848
5062
 
4849
5063
  /** @internal */
4850
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$inboundSchema:
5064
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$inboundSchema:
4851
5065
  z.ZodType<
4852
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557,
5066
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584,
4853
5067
  z.ZodTypeDef,
4854
5068
  unknown
4855
5069
  > = z.object({});
4856
5070
 
4857
5071
  /** @internal */
4858
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$Outbound = {};
5072
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$Outbound = {};
4859
5073
 
4860
5074
  /** @internal */
4861
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$outboundSchema:
5075
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$outboundSchema:
4862
5076
  z.ZodType<
4863
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$Outbound,
5077
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$Outbound,
4864
5078
  z.ZodTypeDef,
4865
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557
5079
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584
4866
5080
  > = z.object({});
4867
5081
 
4868
5082
  /**
4869
5083
  * @internal
4870
5084
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4871
5085
  */
4872
- export namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$ {
4873
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$inboundSchema` instead. */
5086
+ export namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$ {
5087
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$inboundSchema` instead. */
4874
5088
  export const inboundSchema =
4875
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$inboundSchema;
4876
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$outboundSchema` instead. */
5089
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$inboundSchema;
5090
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$outboundSchema` instead. */
4877
5091
  export const outboundSchema =
4878
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$outboundSchema;
4879
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$Outbound` instead. */
5092
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$outboundSchema;
5093
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$Outbound` instead. */
4880
5094
  export type Outbound =
4881
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$Outbound;
5095
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$Outbound;
4882
5096
  }
4883
5097
 
4884
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt8557ToJSON(
4885
- createIntegrationStoreDirectUiOptionsAtBRANDAt8557:
4886
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557,
5098
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8584ToJSON(
5099
+ createIntegrationStoreDirectUiOptionsAtBRANDAt8584:
5100
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584,
4887
5101
  ): string {
4888
5102
  return JSON.stringify(
4889
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$outboundSchema.parse(
4890
- createIntegrationStoreDirectUiOptionsAtBRANDAt8557,
5103
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$outboundSchema.parse(
5104
+ createIntegrationStoreDirectUiOptionsAtBRANDAt8584,
4891
5105
  ),
4892
5106
  );
4893
5107
  }
4894
5108
 
4895
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt8557FromJSON(
5109
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8584FromJSON(
4896
5110
  jsonString: string,
4897
5111
  ): SafeParseResult<
4898
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557,
5112
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584,
4899
5113
  SDKValidationError
4900
5114
  > {
4901
5115
  return safeParse(
4902
5116
  jsonString,
4903
5117
  (x) =>
4904
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$inboundSchema.parse(
5118
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$inboundSchema.parse(
4905
5119
  JSON.parse(x),
4906
5120
  ),
4907
- `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557' from JSON`,
5121
+ `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584' from JSON`,
4908
5122
  );
4909
5123
  }
4910
5124
 
@@ -4912,18 +5126,18 @@ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8557FromJSON(
4912
5126
  export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema:
4913
5127
  z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown> =
4914
5128
  z.object({
4915
- "__@BRAND@8557": z.lazy(() =>
4916
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$inboundSchema
5129
+ "__@BRAND@8584": z.lazy(() =>
5130
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$inboundSchema
4917
5131
  ),
4918
5132
  }).transform((v) => {
4919
5133
  return remap$(v, {
4920
- "__@BRAND@8557": "atBRANDAt8557",
5134
+ "__@BRAND@8584": "atBRANDAt8584",
4921
5135
  });
4922
5136
  });
4923
5137
 
4924
5138
  /** @internal */
4925
5139
  export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
4926
- "__@BRAND@8557": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$Outbound;
5140
+ "__@BRAND@8584": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$Outbound;
4927
5141
  };
4928
5142
 
4929
5143
  /** @internal */
@@ -4933,12 +5147,12 @@ export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema:
4933
5147
  z.ZodTypeDef,
4934
5148
  CreateIntegrationStoreDirectUiOptionsValue
4935
5149
  > = z.object({
4936
- atBRANDAt8557: z.lazy(() =>
4937
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$outboundSchema
5150
+ atBRANDAt8584: z.lazy(() =>
5151
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$outboundSchema
4938
5152
  ),
4939
5153
  }).transform((v) => {
4940
5154
  return remap$(v, {
4941
- atBRANDAt8557: "__@BRAND@8557",
5155
+ atBRANDAt8584: "__@BRAND@8584",
4942
5156
  });
4943
5157
  });
4944
5158
 
@@ -5422,50 +5636,50 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(
5422
5636
  }
5423
5637
 
5424
5638
  /** @internal */
5425
- export const UiOptionsAtBRANDAt8557$inboundSchema: z.ZodType<
5426
- UiOptionsAtBRANDAt8557,
5639
+ export const UiOptionsAtBRANDAt8584$inboundSchema: z.ZodType<
5640
+ UiOptionsAtBRANDAt8584,
5427
5641
  z.ZodTypeDef,
5428
5642
  unknown
5429
5643
  > = z.object({});
5430
5644
 
5431
5645
  /** @internal */
5432
- export type UiOptionsAtBRANDAt8557$Outbound = {};
5646
+ export type UiOptionsAtBRANDAt8584$Outbound = {};
5433
5647
 
5434
5648
  /** @internal */
5435
- export const UiOptionsAtBRANDAt8557$outboundSchema: z.ZodType<
5436
- UiOptionsAtBRANDAt8557$Outbound,
5649
+ export const UiOptionsAtBRANDAt8584$outboundSchema: z.ZodType<
5650
+ UiOptionsAtBRANDAt8584$Outbound,
5437
5651
  z.ZodTypeDef,
5438
- UiOptionsAtBRANDAt8557
5652
+ UiOptionsAtBRANDAt8584
5439
5653
  > = z.object({});
5440
5654
 
5441
5655
  /**
5442
5656
  * @internal
5443
5657
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5444
5658
  */
5445
- export namespace UiOptionsAtBRANDAt8557$ {
5446
- /** @deprecated use `UiOptionsAtBRANDAt8557$inboundSchema` instead. */
5447
- export const inboundSchema = UiOptionsAtBRANDAt8557$inboundSchema;
5448
- /** @deprecated use `UiOptionsAtBRANDAt8557$outboundSchema` instead. */
5449
- export const outboundSchema = UiOptionsAtBRANDAt8557$outboundSchema;
5450
- /** @deprecated use `UiOptionsAtBRANDAt8557$Outbound` instead. */
5451
- export type Outbound = UiOptionsAtBRANDAt8557$Outbound;
5659
+ export namespace UiOptionsAtBRANDAt8584$ {
5660
+ /** @deprecated use `UiOptionsAtBRANDAt8584$inboundSchema` instead. */
5661
+ export const inboundSchema = UiOptionsAtBRANDAt8584$inboundSchema;
5662
+ /** @deprecated use `UiOptionsAtBRANDAt8584$outboundSchema` instead. */
5663
+ export const outboundSchema = UiOptionsAtBRANDAt8584$outboundSchema;
5664
+ /** @deprecated use `UiOptionsAtBRANDAt8584$Outbound` instead. */
5665
+ export type Outbound = UiOptionsAtBRANDAt8584$Outbound;
5452
5666
  }
5453
5667
 
5454
- export function uiOptionsAtBRANDAt8557ToJSON(
5455
- uiOptionsAtBRANDAt8557: UiOptionsAtBRANDAt8557,
5668
+ export function uiOptionsAtBRANDAt8584ToJSON(
5669
+ uiOptionsAtBRANDAt8584: UiOptionsAtBRANDAt8584,
5456
5670
  ): string {
5457
5671
  return JSON.stringify(
5458
- UiOptionsAtBRANDAt8557$outboundSchema.parse(uiOptionsAtBRANDAt8557),
5672
+ UiOptionsAtBRANDAt8584$outboundSchema.parse(uiOptionsAtBRANDAt8584),
5459
5673
  );
5460
5674
  }
5461
5675
 
5462
- export function uiOptionsAtBRANDAt8557FromJSON(
5676
+ export function uiOptionsAtBRANDAt8584FromJSON(
5463
5677
  jsonString: string,
5464
- ): SafeParseResult<UiOptionsAtBRANDAt8557, SDKValidationError> {
5678
+ ): SafeParseResult<UiOptionsAtBRANDAt8584, SDKValidationError> {
5465
5679
  return safeParse(
5466
5680
  jsonString,
5467
- (x) => UiOptionsAtBRANDAt8557$inboundSchema.parse(JSON.parse(x)),
5468
- `Failed to parse 'UiOptionsAtBRANDAt8557' from JSON`,
5681
+ (x) => UiOptionsAtBRANDAt8584$inboundSchema.parse(JSON.parse(x)),
5682
+ `Failed to parse 'UiOptionsAtBRANDAt8584' from JSON`,
5469
5683
  );
5470
5684
  }
5471
5685
 
@@ -5475,16 +5689,16 @@ export const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<
5475
5689
  z.ZodTypeDef,
5476
5690
  unknown
5477
5691
  > = z.object({
5478
- "__@BRAND@8557": z.lazy(() => UiOptionsAtBRANDAt8557$inboundSchema),
5692
+ "__@BRAND@8584": z.lazy(() => UiOptionsAtBRANDAt8584$inboundSchema),
5479
5693
  }).transform((v) => {
5480
5694
  return remap$(v, {
5481
- "__@BRAND@8557": "atBRANDAt8557",
5695
+ "__@BRAND@8584": "atBRANDAt8584",
5482
5696
  });
5483
5697
  });
5484
5698
 
5485
5699
  /** @internal */
5486
5700
  export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
5487
- "__@BRAND@8557": UiOptionsAtBRANDAt8557$Outbound;
5701
+ "__@BRAND@8584": UiOptionsAtBRANDAt8584$Outbound;
5488
5702
  };
5489
5703
 
5490
5704
  /** @internal */
@@ -5493,10 +5707,10 @@ export const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<
5493
5707
  z.ZodTypeDef,
5494
5708
  CreateIntegrationStoreDirectUiOptions2
5495
5709
  > = z.object({
5496
- atBRANDAt8557: z.lazy(() => UiOptionsAtBRANDAt8557$outboundSchema),
5710
+ atBRANDAt8584: z.lazy(() => UiOptionsAtBRANDAt8584$outboundSchema),
5497
5711
  }).transform((v) => {
5498
5712
  return remap$(v, {
5499
- atBRANDAt8557: "__@BRAND@8557",
5713
+ atBRANDAt8584: "__@BRAND@8584",
5500
5714
  });
5501
5715
  });
5502
5716
 
@@ -6058,65 +6272,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
6058
6272
  }
6059
6273
 
6060
6274
  /** @internal */
6061
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$inboundSchema:
6275
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$inboundSchema:
6062
6276
  z.ZodType<
6063
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557,
6277
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584,
6064
6278
  z.ZodTypeDef,
6065
6279
  unknown
6066
6280
  > = z.object({});
6067
6281
 
6068
6282
  /** @internal */
6069
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$Outbound =
6283
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$Outbound =
6070
6284
  {};
6071
6285
 
6072
6286
  /** @internal */
6073
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$outboundSchema:
6287
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$outboundSchema:
6074
6288
  z.ZodType<
6075
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$Outbound,
6289
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$Outbound,
6076
6290
  z.ZodTypeDef,
6077
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557
6291
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584
6078
6292
  > = z.object({});
6079
6293
 
6080
6294
  /**
6081
6295
  * @internal
6082
6296
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6083
6297
  */
6084
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$ {
6085
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$inboundSchema` instead. */
6298
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$ {
6299
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$inboundSchema` instead. */
6086
6300
  export const inboundSchema =
6087
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$inboundSchema;
6088
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$outboundSchema` instead. */
6301
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$inboundSchema;
6302
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$outboundSchema` instead. */
6089
6303
  export const outboundSchema =
6090
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$outboundSchema;
6091
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$Outbound` instead. */
6304
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$outboundSchema;
6305
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$Outbound` instead. */
6092
6306
  export type Outbound =
6093
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$Outbound;
6307
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$Outbound;
6094
6308
  }
6095
6309
 
6096
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557ToJSON(
6097
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557:
6098
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557,
6310
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584ToJSON(
6311
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584:
6312
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584,
6099
6313
  ): string {
6100
6314
  return JSON.stringify(
6101
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$outboundSchema
6315
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$outboundSchema
6102
6316
  .parse(
6103
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557,
6317
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584,
6104
6318
  ),
6105
6319
  );
6106
6320
  }
6107
6321
 
6108
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557FromJSON(
6322
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584FromJSON(
6109
6323
  jsonString: string,
6110
6324
  ): SafeParseResult<
6111
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557,
6325
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584,
6112
6326
  SDKValidationError
6113
6327
  > {
6114
6328
  return safeParse(
6115
6329
  jsonString,
6116
6330
  (x) =>
6117
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$inboundSchema
6331
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$inboundSchema
6118
6332
  .parse(JSON.parse(x)),
6119
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557' from JSON`,
6333
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584' from JSON`,
6120
6334
  );
6121
6335
  }
6122
6336
 
@@ -6127,20 +6341,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
6127
6341
  z.ZodTypeDef,
6128
6342
  unknown
6129
6343
  > = z.object({
6130
- "__@BRAND@8557": z.lazy(() =>
6131
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$inboundSchema
6344
+ "__@BRAND@8584": z.lazy(() =>
6345
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$inboundSchema
6132
6346
  ),
6133
6347
  }).transform((v) => {
6134
6348
  return remap$(v, {
6135
- "__@BRAND@8557": "atBRANDAt8557",
6349
+ "__@BRAND@8584": "atBRANDAt8584",
6136
6350
  });
6137
6351
  });
6138
6352
 
6139
6353
  /** @internal */
6140
6354
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound =
6141
6355
  {
6142
- "__@BRAND@8557":
6143
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$Outbound;
6356
+ "__@BRAND@8584":
6357
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$Outbound;
6144
6358
  };
6145
6359
 
6146
6360
  /** @internal */
@@ -6150,12 +6364,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
6150
6364
  z.ZodTypeDef,
6151
6365
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
6152
6366
  > = z.object({
6153
- atBRANDAt8557: z.lazy(() =>
6154
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$outboundSchema
6367
+ atBRANDAt8584: z.lazy(() =>
6368
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$outboundSchema
6155
6369
  ),
6156
6370
  }).transform((v) => {
6157
6371
  return remap$(v, {
6158
- atBRANDAt8557: "__@BRAND@8557",
6372
+ atBRANDAt8584: "__@BRAND@8584",
6159
6373
  });
6160
6374
  });
6161
6375
 
@@ -6203,65 +6417,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
6203
6417
  }
6204
6418
 
6205
6419
  /** @internal */
6206
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$inboundSchema:
6420
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$inboundSchema:
6207
6421
  z.ZodType<
6208
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557,
6422
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584,
6209
6423
  z.ZodTypeDef,
6210
6424
  unknown
6211
6425
  > = z.object({});
6212
6426
 
6213
6427
  /** @internal */
6214
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$Outbound =
6428
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$Outbound =
6215
6429
  {};
6216
6430
 
6217
6431
  /** @internal */
6218
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$outboundSchema:
6432
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$outboundSchema:
6219
6433
  z.ZodType<
6220
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$Outbound,
6434
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$Outbound,
6221
6435
  z.ZodTypeDef,
6222
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557
6436
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584
6223
6437
  > = z.object({});
6224
6438
 
6225
6439
  /**
6226
6440
  * @internal
6227
6441
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6228
6442
  */
6229
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$ {
6230
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$inboundSchema` instead. */
6443
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$ {
6444
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$inboundSchema` instead. */
6231
6445
  export const inboundSchema =
6232
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$inboundSchema;
6233
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$outboundSchema` instead. */
6446
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$inboundSchema;
6447
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$outboundSchema` instead. */
6234
6448
  export const outboundSchema =
6235
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$outboundSchema;
6236
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$Outbound` instead. */
6449
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$outboundSchema;
6450
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$Outbound` instead. */
6237
6451
  export type Outbound =
6238
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$Outbound;
6452
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$Outbound;
6239
6453
  }
6240
6454
 
6241
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557ToJSON(
6242
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557:
6243
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557,
6455
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584ToJSON(
6456
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584:
6457
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584,
6244
6458
  ): string {
6245
6459
  return JSON.stringify(
6246
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$outboundSchema
6460
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$outboundSchema
6247
6461
  .parse(
6248
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557,
6462
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584,
6249
6463
  ),
6250
6464
  );
6251
6465
  }
6252
6466
 
6253
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557FromJSON(
6467
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584FromJSON(
6254
6468
  jsonString: string,
6255
6469
  ): SafeParseResult<
6256
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557,
6470
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584,
6257
6471
  SDKValidationError
6258
6472
  > {
6259
6473
  return safeParse(
6260
6474
  jsonString,
6261
6475
  (x) =>
6262
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$inboundSchema
6476
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$inboundSchema
6263
6477
  .parse(JSON.parse(x)),
6264
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557' from JSON`,
6478
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584' from JSON`,
6265
6479
  );
6266
6480
  }
6267
6481
 
@@ -6272,20 +6486,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
6272
6486
  z.ZodTypeDef,
6273
6487
  unknown
6274
6488
  > = z.object({
6275
- "__@BRAND@8557": z.lazy(() =>
6276
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$inboundSchema
6489
+ "__@BRAND@8584": z.lazy(() =>
6490
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$inboundSchema
6277
6491
  ),
6278
6492
  }).transform((v) => {
6279
6493
  return remap$(v, {
6280
- "__@BRAND@8557": "atBRANDAt8557",
6494
+ "__@BRAND@8584": "atBRANDAt8584",
6281
6495
  });
6282
6496
  });
6283
6497
 
6284
6498
  /** @internal */
6285
6499
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound =
6286
6500
  {
6287
- "__@BRAND@8557":
6288
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$Outbound;
6501
+ "__@BRAND@8584":
6502
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$Outbound;
6289
6503
  };
6290
6504
 
6291
6505
  /** @internal */
@@ -6295,12 +6509,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
6295
6509
  z.ZodTypeDef,
6296
6510
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
6297
6511
  > = z.object({
6298
- atBRANDAt8557: z.lazy(() =>
6299
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$outboundSchema
6512
+ atBRANDAt8584: z.lazy(() =>
6513
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$outboundSchema
6300
6514
  ),
6301
6515
  }).transform((v) => {
6302
6516
  return remap$(v, {
6303
- atBRANDAt8557: "__@BRAND@8557",
6517
+ atBRANDAt8584: "__@BRAND@8584",
6304
6518
  });
6305
6519
  });
6306
6520
 
@@ -6348,65 +6562,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
6348
6562
  }
6349
6563
 
6350
6564
  /** @internal */
6351
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$inboundSchema:
6565
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$inboundSchema:
6352
6566
  z.ZodType<
6353
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557,
6567
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584,
6354
6568
  z.ZodTypeDef,
6355
6569
  unknown
6356
6570
  > = z.object({});
6357
6571
 
6358
6572
  /** @internal */
6359
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$Outbound =
6573
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$Outbound =
6360
6574
  {};
6361
6575
 
6362
6576
  /** @internal */
6363
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$outboundSchema:
6577
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$outboundSchema:
6364
6578
  z.ZodType<
6365
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$Outbound,
6579
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$Outbound,
6366
6580
  z.ZodTypeDef,
6367
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557
6581
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584
6368
6582
  > = z.object({});
6369
6583
 
6370
6584
  /**
6371
6585
  * @internal
6372
6586
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6373
6587
  */
6374
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$ {
6375
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$inboundSchema` instead. */
6588
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$ {
6589
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$inboundSchema` instead. */
6376
6590
  export const inboundSchema =
6377
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$inboundSchema;
6378
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$outboundSchema` instead. */
6591
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$inboundSchema;
6592
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$outboundSchema` instead. */
6379
6593
  export const outboundSchema =
6380
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$outboundSchema;
6381
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$Outbound` instead. */
6594
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$outboundSchema;
6595
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$Outbound` instead. */
6382
6596
  export type Outbound =
6383
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$Outbound;
6597
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$Outbound;
6384
6598
  }
6385
6599
 
6386
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557ToJSON(
6387
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557:
6388
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557,
6600
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584ToJSON(
6601
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584:
6602
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584,
6389
6603
  ): string {
6390
6604
  return JSON.stringify(
6391
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$outboundSchema
6605
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$outboundSchema
6392
6606
  .parse(
6393
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557,
6607
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584,
6394
6608
  ),
6395
6609
  );
6396
6610
  }
6397
6611
 
6398
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557FromJSON(
6612
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584FromJSON(
6399
6613
  jsonString: string,
6400
6614
  ): SafeParseResult<
6401
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557,
6615
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584,
6402
6616
  SDKValidationError
6403
6617
  > {
6404
6618
  return safeParse(
6405
6619
  jsonString,
6406
6620
  (x) =>
6407
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$inboundSchema
6621
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$inboundSchema
6408
6622
  .parse(JSON.parse(x)),
6409
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557' from JSON`,
6623
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584' from JSON`,
6410
6624
  );
6411
6625
  }
6412
6626
 
@@ -6417,20 +6631,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$i
6417
6631
  z.ZodTypeDef,
6418
6632
  unknown
6419
6633
  > = z.object({
6420
- "__@BRAND@8557": z.lazy(() =>
6421
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$inboundSchema
6634
+ "__@BRAND@8584": z.lazy(() =>
6635
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$inboundSchema
6422
6636
  ),
6423
6637
  }).transform((v) => {
6424
6638
  return remap$(v, {
6425
- "__@BRAND@8557": "atBRANDAt8557",
6639
+ "__@BRAND@8584": "atBRANDAt8584",
6426
6640
  });
6427
6641
  });
6428
6642
 
6429
6643
  /** @internal */
6430
6644
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound =
6431
6645
  {
6432
- "__@BRAND@8557":
6433
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$Outbound;
6646
+ "__@BRAND@8584":
6647
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$Outbound;
6434
6648
  };
6435
6649
 
6436
6650
  /** @internal */
@@ -6440,12 +6654,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$o
6440
6654
  z.ZodTypeDef,
6441
6655
  CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern
6442
6656
  > = z.object({
6443
- atBRANDAt8557: z.lazy(() =>
6444
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$outboundSchema
6657
+ atBRANDAt8584: z.lazy(() =>
6658
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$outboundSchema
6445
6659
  ),
6446
6660
  }).transform((v) => {
6447
6661
  return remap$(v, {
6448
- atBRANDAt8557: "__@BRAND@8557",
6662
+ atBRANDAt8584: "__@BRAND@8584",
6449
6663
  });
6450
6664
  });
6451
6665
 
@@ -7520,65 +7734,65 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
7520
7734
  }
7521
7735
 
7522
7736
  /** @internal */
7523
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$inboundSchema:
7737
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$inboundSchema:
7524
7738
  z.ZodType<
7525
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557,
7739
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584,
7526
7740
  z.ZodTypeDef,
7527
7741
  unknown
7528
7742
  > = z.object({});
7529
7743
 
7530
7744
  /** @internal */
7531
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$Outbound =
7745
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$Outbound =
7532
7746
  {};
7533
7747
 
7534
7748
  /** @internal */
7535
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$outboundSchema:
7749
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$outboundSchema:
7536
7750
  z.ZodType<
7537
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$Outbound,
7751
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$Outbound,
7538
7752
  z.ZodTypeDef,
7539
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557
7753
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584
7540
7754
  > = z.object({});
7541
7755
 
7542
7756
  /**
7543
7757
  * @internal
7544
7758
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7545
7759
  */
7546
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$ {
7547
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$inboundSchema` instead. */
7760
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$ {
7761
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$inboundSchema` instead. */
7548
7762
  export const inboundSchema =
7549
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$inboundSchema;
7550
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$outboundSchema` instead. */
7763
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$inboundSchema;
7764
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$outboundSchema` instead. */
7551
7765
  export const outboundSchema =
7552
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$outboundSchema;
7553
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$Outbound` instead. */
7766
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$outboundSchema;
7767
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$Outbound` instead. */
7554
7768
  export type Outbound =
7555
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$Outbound;
7769
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$Outbound;
7556
7770
  }
7557
7771
 
7558
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557ToJSON(
7559
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557:
7560
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557,
7772
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584ToJSON(
7773
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584:
7774
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584,
7561
7775
  ): string {
7562
7776
  return JSON.stringify(
7563
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$outboundSchema
7777
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$outboundSchema
7564
7778
  .parse(
7565
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557,
7779
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584,
7566
7780
  ),
7567
7781
  );
7568
7782
  }
7569
7783
 
7570
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557FromJSON(
7784
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584FromJSON(
7571
7785
  jsonString: string,
7572
7786
  ): SafeParseResult<
7573
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557,
7787
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584,
7574
7788
  SDKValidationError
7575
7789
  > {
7576
7790
  return safeParse(
7577
7791
  jsonString,
7578
7792
  (x) =>
7579
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$inboundSchema
7793
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$inboundSchema
7580
7794
  .parse(JSON.parse(x)),
7581
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557' from JSON`,
7795
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584' from JSON`,
7582
7796
  );
7583
7797
  }
7584
7798
 
@@ -7589,20 +7803,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
7589
7803
  z.ZodTypeDef,
7590
7804
  unknown
7591
7805
  > = z.object({
7592
- "__@BRAND@8557": z.lazy(() =>
7593
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$inboundSchema
7806
+ "__@BRAND@8584": z.lazy(() =>
7807
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$inboundSchema
7594
7808
  ),
7595
7809
  }).transform((v) => {
7596
7810
  return remap$(v, {
7597
- "__@BRAND@8557": "atBRANDAt8557",
7811
+ "__@BRAND@8584": "atBRANDAt8584",
7598
7812
  });
7599
7813
  });
7600
7814
 
7601
7815
  /** @internal */
7602
7816
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound =
7603
7817
  {
7604
- "__@BRAND@8557":
7605
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$Outbound;
7818
+ "__@BRAND@8584":
7819
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$Outbound;
7606
7820
  };
7607
7821
 
7608
7822
  /** @internal */
@@ -7612,12 +7826,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
7612
7826
  z.ZodTypeDef,
7613
7827
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength
7614
7828
  > = z.object({
7615
- atBRANDAt8557: z.lazy(() =>
7616
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$outboundSchema
7829
+ atBRANDAt8584: z.lazy(() =>
7830
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$outboundSchema
7617
7831
  ),
7618
7832
  }).transform((v) => {
7619
7833
  return remap$(v, {
7620
- atBRANDAt8557: "__@BRAND@8557",
7834
+ atBRANDAt8584: "__@BRAND@8584",
7621
7835
  });
7622
7836
  });
7623
7837
 
@@ -7665,65 +7879,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
7665
7879
  }
7666
7880
 
7667
7881
  /** @internal */
7668
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$inboundSchema:
7882
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$inboundSchema:
7669
7883
  z.ZodType<
7670
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557,
7884
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584,
7671
7885
  z.ZodTypeDef,
7672
7886
  unknown
7673
7887
  > = z.object({});
7674
7888
 
7675
7889
  /** @internal */
7676
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$Outbound =
7890
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$Outbound =
7677
7891
  {};
7678
7892
 
7679
7893
  /** @internal */
7680
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$outboundSchema:
7894
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$outboundSchema:
7681
7895
  z.ZodType<
7682
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$Outbound,
7896
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$Outbound,
7683
7897
  z.ZodTypeDef,
7684
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557
7898
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584
7685
7899
  > = z.object({});
7686
7900
 
7687
7901
  /**
7688
7902
  * @internal
7689
7903
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7690
7904
  */
7691
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$ {
7692
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$inboundSchema` instead. */
7905
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$ {
7906
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$inboundSchema` instead. */
7693
7907
  export const inboundSchema =
7694
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$inboundSchema;
7695
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$outboundSchema` instead. */
7908
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$inboundSchema;
7909
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$outboundSchema` instead. */
7696
7910
  export const outboundSchema =
7697
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$outboundSchema;
7698
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$Outbound` instead. */
7911
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$outboundSchema;
7912
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$Outbound` instead. */
7699
7913
  export type Outbound =
7700
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$Outbound;
7914
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$Outbound;
7701
7915
  }
7702
7916
 
7703
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557ToJSON(
7704
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557:
7705
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557,
7917
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584ToJSON(
7918
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584:
7919
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584,
7706
7920
  ): string {
7707
7921
  return JSON.stringify(
7708
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$outboundSchema
7922
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$outboundSchema
7709
7923
  .parse(
7710
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557,
7924
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584,
7711
7925
  ),
7712
7926
  );
7713
7927
  }
7714
7928
 
7715
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557FromJSON(
7929
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584FromJSON(
7716
7930
  jsonString: string,
7717
7931
  ): SafeParseResult<
7718
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557,
7932
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584,
7719
7933
  SDKValidationError
7720
7934
  > {
7721
7935
  return safeParse(
7722
7936
  jsonString,
7723
7937
  (x) =>
7724
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$inboundSchema
7938
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$inboundSchema
7725
7939
  .parse(JSON.parse(x)),
7726
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557' from JSON`,
7940
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584' from JSON`,
7727
7941
  );
7728
7942
  }
7729
7943
 
@@ -7734,20 +7948,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
7734
7948
  z.ZodTypeDef,
7735
7949
  unknown
7736
7950
  > = z.object({
7737
- "__@BRAND@8557": z.lazy(() =>
7738
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$inboundSchema
7951
+ "__@BRAND@8584": z.lazy(() =>
7952
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$inboundSchema
7739
7953
  ),
7740
7954
  }).transform((v) => {
7741
7955
  return remap$(v, {
7742
- "__@BRAND@8557": "atBRANDAt8557",
7956
+ "__@BRAND@8584": "atBRANDAt8584",
7743
7957
  });
7744
7958
  });
7745
7959
 
7746
7960
  /** @internal */
7747
7961
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound =
7748
7962
  {
7749
- "__@BRAND@8557":
7750
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$Outbound;
7963
+ "__@BRAND@8584":
7964
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$Outbound;
7751
7965
  };
7752
7966
 
7753
7967
  /** @internal */
@@ -7757,12 +7971,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
7757
7971
  z.ZodTypeDef,
7758
7972
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength
7759
7973
  > = z.object({
7760
- atBRANDAt8557: z.lazy(() =>
7761
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$outboundSchema
7974
+ atBRANDAt8584: z.lazy(() =>
7975
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$outboundSchema
7762
7976
  ),
7763
7977
  }).transform((v) => {
7764
7978
  return remap$(v, {
7765
- atBRANDAt8557: "__@BRAND@8557",
7979
+ atBRANDAt8584: "__@BRAND@8584",
7766
7980
  });
7767
7981
  });
7768
7982
 
@@ -7810,65 +8024,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
7810
8024
  }
7811
8025
 
7812
8026
  /** @internal */
7813
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$inboundSchema:
8027
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$inboundSchema:
7814
8028
  z.ZodType<
7815
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557,
8029
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584,
7816
8030
  z.ZodTypeDef,
7817
8031
  unknown
7818
8032
  > = z.object({});
7819
8033
 
7820
8034
  /** @internal */
7821
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$Outbound =
8035
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$Outbound =
7822
8036
  {};
7823
8037
 
7824
8038
  /** @internal */
7825
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$outboundSchema:
8039
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$outboundSchema:
7826
8040
  z.ZodType<
7827
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$Outbound,
8041
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$Outbound,
7828
8042
  z.ZodTypeDef,
7829
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557
8043
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584
7830
8044
  > = z.object({});
7831
8045
 
7832
8046
  /**
7833
8047
  * @internal
7834
8048
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7835
8049
  */
7836
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$ {
7837
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$inboundSchema` instead. */
8050
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$ {
8051
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$inboundSchema` instead. */
7838
8052
  export const inboundSchema =
7839
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$inboundSchema;
7840
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$outboundSchema` instead. */
8053
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$inboundSchema;
8054
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$outboundSchema` instead. */
7841
8055
  export const outboundSchema =
7842
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$outboundSchema;
7843
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$Outbound` instead. */
8056
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$outboundSchema;
8057
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$Outbound` instead. */
7844
8058
  export type Outbound =
7845
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$Outbound;
8059
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$Outbound;
7846
8060
  }
7847
8061
 
7848
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557ToJSON(
7849
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557:
7850
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557,
8062
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584ToJSON(
8063
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584:
8064
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584,
7851
8065
  ): string {
7852
8066
  return JSON.stringify(
7853
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$outboundSchema
8067
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$outboundSchema
7854
8068
  .parse(
7855
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557,
8069
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584,
7856
8070
  ),
7857
8071
  );
7858
8072
  }
7859
8073
 
7860
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557FromJSON(
8074
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584FromJSON(
7861
8075
  jsonString: string,
7862
8076
  ): SafeParseResult<
7863
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557,
8077
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584,
7864
8078
  SDKValidationError
7865
8079
  > {
7866
8080
  return safeParse(
7867
8081
  jsonString,
7868
8082
  (x) =>
7869
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$inboundSchema
8083
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$inboundSchema
7870
8084
  .parse(JSON.parse(x)),
7871
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557' from JSON`,
8085
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584' from JSON`,
7872
8086
  );
7873
8087
  }
7874
8088
 
@@ -7879,20 +8093,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
7879
8093
  z.ZodTypeDef,
7880
8094
  unknown
7881
8095
  > = z.object({
7882
- "__@BRAND@8557": z.lazy(() =>
7883
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$inboundSchema
8096
+ "__@BRAND@8584": z.lazy(() =>
8097
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$inboundSchema
7884
8098
  ),
7885
8099
  }).transform((v) => {
7886
8100
  return remap$(v, {
7887
- "__@BRAND@8557": "atBRANDAt8557",
8101
+ "__@BRAND@8584": "atBRANDAt8584",
7888
8102
  });
7889
8103
  });
7890
8104
 
7891
8105
  /** @internal */
7892
8106
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound =
7893
8107
  {
7894
- "__@BRAND@8557":
7895
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$Outbound;
8108
+ "__@BRAND@8584":
8109
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$Outbound;
7896
8110
  };
7897
8111
 
7898
8112
  /** @internal */
@@ -7902,12 +8116,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
7902
8116
  z.ZodTypeDef,
7903
8117
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern
7904
8118
  > = z.object({
7905
- atBRANDAt8557: z.lazy(() =>
7906
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$outboundSchema
8119
+ atBRANDAt8584: z.lazy(() =>
8120
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$outboundSchema
7907
8121
  ),
7908
8122
  }).transform((v) => {
7909
8123
  return remap$(v, {
7910
- atBRANDAt8557: "__@BRAND@8557",
8124
+ atBRANDAt8584: "__@BRAND@8584",
7911
8125
  });
7912
8126
  });
7913
8127
 
@@ -9978,63 +10192,63 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(
9978
10192
  }
9979
10193
 
9980
10194
  /** @internal */
9981
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$inboundSchema:
10195
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$inboundSchema:
9982
10196
  z.ZodType<
9983
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557,
10197
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584,
9984
10198
  z.ZodTypeDef,
9985
10199
  unknown
9986
10200
  > = z.object({});
9987
10201
 
9988
10202
  /** @internal */
9989
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$Outbound =
10203
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$Outbound =
9990
10204
  {};
9991
10205
 
9992
10206
  /** @internal */
9993
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$outboundSchema:
10207
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$outboundSchema:
9994
10208
  z.ZodType<
9995
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$Outbound,
10209
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$Outbound,
9996
10210
  z.ZodTypeDef,
9997
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557
10211
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584
9998
10212
  > = z.object({});
9999
10213
 
10000
10214
  /**
10001
10215
  * @internal
10002
10216
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10003
10217
  */
10004
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$ {
10005
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$inboundSchema` instead. */
10218
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$ {
10219
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$inboundSchema` instead. */
10006
10220
  export const inboundSchema =
10007
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$inboundSchema;
10008
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$outboundSchema` instead. */
10221
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$inboundSchema;
10222
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$outboundSchema` instead. */
10009
10223
  export const outboundSchema =
10010
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$outboundSchema;
10011
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$Outbound` instead. */
10224
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$outboundSchema;
10225
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$Outbound` instead. */
10012
10226
  export type Outbound =
10013
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$Outbound;
10227
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$Outbound;
10014
10228
  }
10015
10229
 
10016
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557ToJSON(
10017
- createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557:
10018
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557,
10230
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584ToJSON(
10231
+ createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584:
10232
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584,
10019
10233
  ): string {
10020
10234
  return JSON.stringify(
10021
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$outboundSchema
10022
- .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557),
10235
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$outboundSchema
10236
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584),
10023
10237
  );
10024
10238
  }
10025
10239
 
10026
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557FromJSON(
10240
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584FromJSON(
10027
10241
  jsonString: string,
10028
10242
  ): SafeParseResult<
10029
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557,
10243
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584,
10030
10244
  SDKValidationError
10031
10245
  > {
10032
10246
  return safeParse(
10033
10247
  jsonString,
10034
10248
  (x) =>
10035
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$inboundSchema
10249
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$inboundSchema
10036
10250
  .parse(JSON.parse(x)),
10037
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557' from JSON`,
10251
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584' from JSON`,
10038
10252
  );
10039
10253
  }
10040
10254
 
@@ -10045,20 +10259,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inbound
10045
10259
  z.ZodTypeDef,
10046
10260
  unknown
10047
10261
  > = z.object({
10048
- "__@BRAND@8557": z.lazy(() =>
10049
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$inboundSchema
10262
+ "__@BRAND@8584": z.lazy(() =>
10263
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$inboundSchema
10050
10264
  ),
10051
10265
  }).transform((v) => {
10052
10266
  return remap$(v, {
10053
- "__@BRAND@8557": "atBRANDAt8557",
10267
+ "__@BRAND@8584": "atBRANDAt8584",
10054
10268
  });
10055
10269
  });
10056
10270
 
10057
10271
  /** @internal */
10058
10272
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound =
10059
10273
  {
10060
- "__@BRAND@8557":
10061
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$Outbound;
10274
+ "__@BRAND@8584":
10275
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$Outbound;
10062
10276
  };
10063
10277
 
10064
10278
  /** @internal */
@@ -10068,12 +10282,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboun
10068
10282
  z.ZodTypeDef,
10069
10283
  CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength
10070
10284
  > = z.object({
10071
- atBRANDAt8557: z.lazy(() =>
10072
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$outboundSchema
10285
+ atBRANDAt8584: z.lazy(() =>
10286
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$outboundSchema
10073
10287
  ),
10074
10288
  }).transform((v) => {
10075
10289
  return remap$(v, {
10076
- atBRANDAt8557: "__@BRAND@8557",
10290
+ atBRANDAt8584: "__@BRAND@8584",
10077
10291
  });
10078
10292
  });
10079
10293
 
@@ -10119,65 +10333,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
10119
10333
  }
10120
10334
 
10121
10335
  /** @internal */
10122
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$inboundSchema:
10336
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$inboundSchema:
10123
10337
  z.ZodType<
10124
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557,
10338
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584,
10125
10339
  z.ZodTypeDef,
10126
10340
  unknown
10127
10341
  > = z.object({});
10128
10342
 
10129
10343
  /** @internal */
10130
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$Outbound =
10344
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$Outbound =
10131
10345
  {};
10132
10346
 
10133
10347
  /** @internal */
10134
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$outboundSchema:
10348
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$outboundSchema:
10135
10349
  z.ZodType<
10136
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$Outbound,
10350
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$Outbound,
10137
10351
  z.ZodTypeDef,
10138
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557
10352
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584
10139
10353
  > = z.object({});
10140
10354
 
10141
10355
  /**
10142
10356
  * @internal
10143
10357
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10144
10358
  */
10145
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$ {
10146
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$inboundSchema` instead. */
10359
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$ {
10360
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$inboundSchema` instead. */
10147
10361
  export const inboundSchema =
10148
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$inboundSchema;
10149
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$outboundSchema` instead. */
10362
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$inboundSchema;
10363
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$outboundSchema` instead. */
10150
10364
  export const outboundSchema =
10151
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$outboundSchema;
10152
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$Outbound` instead. */
10365
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$outboundSchema;
10366
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$Outbound` instead. */
10153
10367
  export type Outbound =
10154
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$Outbound;
10368
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$Outbound;
10155
10369
  }
10156
10370
 
10157
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557ToJSON(
10158
- createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557:
10159
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557,
10371
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584ToJSON(
10372
+ createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584:
10373
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584,
10160
10374
  ): string {
10161
10375
  return JSON.stringify(
10162
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$outboundSchema
10376
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$outboundSchema
10163
10377
  .parse(
10164
- createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557,
10378
+ createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584,
10165
10379
  ),
10166
10380
  );
10167
10381
  }
10168
10382
 
10169
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557FromJSON(
10383
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584FromJSON(
10170
10384
  jsonString: string,
10171
10385
  ): SafeParseResult<
10172
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557,
10386
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584,
10173
10387
  SDKValidationError
10174
10388
  > {
10175
10389
  return safeParse(
10176
10390
  jsonString,
10177
10391
  (x) =>
10178
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$inboundSchema
10392
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$inboundSchema
10179
10393
  .parse(JSON.parse(x)),
10180
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557' from JSON`,
10394
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584' from JSON`,
10181
10395
  );
10182
10396
  }
10183
10397
 
@@ -10188,20 +10402,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inbound
10188
10402
  z.ZodTypeDef,
10189
10403
  unknown
10190
10404
  > = z.object({
10191
- "__@BRAND@8557": z.lazy(() =>
10192
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$inboundSchema
10405
+ "__@BRAND@8584": z.lazy(() =>
10406
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$inboundSchema
10193
10407
  ),
10194
10408
  }).transform((v) => {
10195
10409
  return remap$(v, {
10196
- "__@BRAND@8557": "atBRANDAt8557",
10410
+ "__@BRAND@8584": "atBRANDAt8584",
10197
10411
  });
10198
10412
  });
10199
10413
 
10200
10414
  /** @internal */
10201
10415
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound =
10202
10416
  {
10203
- "__@BRAND@8557":
10204
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$Outbound;
10417
+ "__@BRAND@8584":
10418
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$Outbound;
10205
10419
  };
10206
10420
 
10207
10421
  /** @internal */
@@ -10211,12 +10425,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboun
10211
10425
  z.ZodTypeDef,
10212
10426
  CreateIntegrationStoreDirectPropertiesIntegrationsMinLength
10213
10427
  > = z.object({
10214
- atBRANDAt8557: z.lazy(() =>
10215
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$outboundSchema
10428
+ atBRANDAt8584: z.lazy(() =>
10429
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$outboundSchema
10216
10430
  ),
10217
10431
  }).transform((v) => {
10218
10432
  return remap$(v, {
10219
- atBRANDAt8557: "__@BRAND@8557",
10433
+ atBRANDAt8584: "__@BRAND@8584",
10220
10434
  });
10221
10435
  });
10222
10436
 
@@ -10262,65 +10476,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
10262
10476
  }
10263
10477
 
10264
10478
  /** @internal */
10265
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$inboundSchema:
10479
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$inboundSchema:
10266
10480
  z.ZodType<
10267
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557,
10481
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584,
10268
10482
  z.ZodTypeDef,
10269
10483
  unknown
10270
10484
  > = z.object({});
10271
10485
 
10272
10486
  /** @internal */
10273
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$Outbound =
10487
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$Outbound =
10274
10488
  {};
10275
10489
 
10276
10490
  /** @internal */
10277
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$outboundSchema:
10491
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$outboundSchema:
10278
10492
  z.ZodType<
10279
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$Outbound,
10493
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$Outbound,
10280
10494
  z.ZodTypeDef,
10281
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557
10495
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584
10282
10496
  > = z.object({});
10283
10497
 
10284
10498
  /**
10285
10499
  * @internal
10286
10500
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10287
10501
  */
10288
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$ {
10289
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$inboundSchema` instead. */
10502
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$ {
10503
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$inboundSchema` instead. */
10290
10504
  export const inboundSchema =
10291
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$inboundSchema;
10292
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$outboundSchema` instead. */
10505
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$inboundSchema;
10506
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$outboundSchema` instead. */
10293
10507
  export const outboundSchema =
10294
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$outboundSchema;
10295
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$Outbound` instead. */
10508
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$outboundSchema;
10509
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$Outbound` instead. */
10296
10510
  export type Outbound =
10297
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$Outbound;
10511
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$Outbound;
10298
10512
  }
10299
10513
 
10300
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557ToJSON(
10301
- createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557:
10302
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557,
10514
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584ToJSON(
10515
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584:
10516
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584,
10303
10517
  ): string {
10304
10518
  return JSON.stringify(
10305
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$outboundSchema
10519
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$outboundSchema
10306
10520
  .parse(
10307
- createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557,
10521
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584,
10308
10522
  ),
10309
10523
  );
10310
10524
  }
10311
10525
 
10312
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557FromJSON(
10526
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584FromJSON(
10313
10527
  jsonString: string,
10314
10528
  ): SafeParseResult<
10315
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557,
10529
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584,
10316
10530
  SDKValidationError
10317
10531
  > {
10318
10532
  return safeParse(
10319
10533
  jsonString,
10320
10534
  (x) =>
10321
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$inboundSchema
10535
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$inboundSchema
10322
10536
  .parse(JSON.parse(x)),
10323
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557' from JSON`,
10537
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584' from JSON`,
10324
10538
  );
10325
10539
  }
10326
10540
 
@@ -10331,20 +10545,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSc
10331
10545
  z.ZodTypeDef,
10332
10546
  unknown
10333
10547
  > = z.object({
10334
- "__@BRAND@8557": z.lazy(() =>
10335
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$inboundSchema
10548
+ "__@BRAND@8584": z.lazy(() =>
10549
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$inboundSchema
10336
10550
  ),
10337
10551
  }).transform((v) => {
10338
10552
  return remap$(v, {
10339
- "__@BRAND@8557": "atBRANDAt8557",
10553
+ "__@BRAND@8584": "atBRANDAt8584",
10340
10554
  });
10341
10555
  });
10342
10556
 
10343
10557
  /** @internal */
10344
10558
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound =
10345
10559
  {
10346
- "__@BRAND@8557":
10347
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$Outbound;
10560
+ "__@BRAND@8584":
10561
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$Outbound;
10348
10562
  };
10349
10563
 
10350
10564
  /** @internal */
@@ -10354,12 +10568,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundS
10354
10568
  z.ZodTypeDef,
10355
10569
  CreateIntegrationStoreDirectPropertiesIntegrationsPattern
10356
10570
  > = z.object({
10357
- atBRANDAt8557: z.lazy(() =>
10358
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$outboundSchema
10571
+ atBRANDAt8584: z.lazy(() =>
10572
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$outboundSchema
10359
10573
  ),
10360
10574
  }).transform((v) => {
10361
10575
  return remap$(v, {
10362
- atBRANDAt8557: "__@BRAND@8557",
10576
+ atBRANDAt8584: "__@BRAND@8584",
10363
10577
  });
10364
10578
  });
10365
10579
 
@@ -14422,65 +14636,65 @@ export namespace CreateIntegrationStoreDirectPropertiesUiControl$ {
14422
14636
  }
14423
14637
 
14424
14638
  /** @internal */
14425
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$inboundSchema:
14639
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$inboundSchema:
14426
14640
  z.ZodType<
14427
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557,
14641
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584,
14428
14642
  z.ZodTypeDef,
14429
14643
  unknown
14430
14644
  > = z.object({});
14431
14645
 
14432
14646
  /** @internal */
14433
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$Outbound =
14647
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$Outbound =
14434
14648
  {};
14435
14649
 
14436
14650
  /** @internal */
14437
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$outboundSchema:
14651
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$outboundSchema:
14438
14652
  z.ZodType<
14439
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$Outbound,
14653
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$Outbound,
14440
14654
  z.ZodTypeDef,
14441
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557
14655
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584
14442
14656
  > = z.object({});
14443
14657
 
14444
14658
  /**
14445
14659
  * @internal
14446
14660
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
14447
14661
  */
14448
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$ {
14449
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$inboundSchema` instead. */
14662
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$ {
14663
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$inboundSchema` instead. */
14450
14664
  export const inboundSchema =
14451
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$inboundSchema;
14452
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$outboundSchema` instead. */
14665
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$inboundSchema;
14666
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$outboundSchema` instead. */
14453
14667
  export const outboundSchema =
14454
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$outboundSchema;
14455
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$Outbound` instead. */
14668
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$outboundSchema;
14669
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$Outbound` instead. */
14456
14670
  export type Outbound =
14457
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$Outbound;
14671
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$Outbound;
14458
14672
  }
14459
14673
 
14460
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557ToJSON(
14461
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557:
14462
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557,
14674
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584ToJSON(
14675
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584:
14676
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584,
14463
14677
  ): string {
14464
14678
  return JSON.stringify(
14465
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$outboundSchema
14679
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$outboundSchema
14466
14680
  .parse(
14467
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557,
14681
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584,
14468
14682
  ),
14469
14683
  );
14470
14684
  }
14471
14685
 
14472
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557FromJSON(
14686
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584FromJSON(
14473
14687
  jsonString: string,
14474
14688
  ): SafeParseResult<
14475
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557,
14689
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584,
14476
14690
  SDKValidationError
14477
14691
  > {
14478
14692
  return safeParse(
14479
14693
  jsonString,
14480
14694
  (x) =>
14481
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$inboundSchema
14695
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$inboundSchema
14482
14696
  .parse(JSON.parse(x)),
14483
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557' from JSON`,
14697
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584' from JSON`,
14484
14698
  );
14485
14699
  }
14486
14700
 
@@ -14491,19 +14705,19 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema:
14491
14705
  z.ZodTypeDef,
14492
14706
  unknown
14493
14707
  > = z.object({
14494
- "__@BRAND@8557": z.lazy(() =>
14495
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$inboundSchema
14708
+ "__@BRAND@8584": z.lazy(() =>
14709
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$inboundSchema
14496
14710
  ),
14497
14711
  }).transform((v) => {
14498
14712
  return remap$(v, {
14499
- "__@BRAND@8557": "atBRANDAt8557",
14713
+ "__@BRAND@8584": "atBRANDAt8584",
14500
14714
  });
14501
14715
  });
14502
14716
 
14503
14717
  /** @internal */
14504
14718
  export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
14505
- "__@BRAND@8557":
14506
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$Outbound;
14719
+ "__@BRAND@8584":
14720
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$Outbound;
14507
14721
  };
14508
14722
 
14509
14723
  /** @internal */
@@ -14513,12 +14727,12 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema:
14513
14727
  z.ZodTypeDef,
14514
14728
  CreateIntegrationStoreDirectPropertiesMaxLength
14515
14729
  > = z.object({
14516
- atBRANDAt8557: z.lazy(() =>
14517
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$outboundSchema
14730
+ atBRANDAt8584: z.lazy(() =>
14731
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$outboundSchema
14518
14732
  ),
14519
14733
  }).transform((v) => {
14520
14734
  return remap$(v, {
14521
- atBRANDAt8557: "__@BRAND@8557",
14735
+ atBRANDAt8584: "__@BRAND@8584",
14522
14736
  });
14523
14737
  });
14524
14738
 
@@ -14566,50 +14780,50 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(
14566
14780
  }
14567
14781
 
14568
14782
  /** @internal */
14569
- export const PropertiesAtBRANDAt8557$inboundSchema: z.ZodType<
14570
- PropertiesAtBRANDAt8557,
14783
+ export const PropertiesAtBRANDAt8584$inboundSchema: z.ZodType<
14784
+ PropertiesAtBRANDAt8584,
14571
14785
  z.ZodTypeDef,
14572
14786
  unknown
14573
14787
  > = z.object({});
14574
14788
 
14575
14789
  /** @internal */
14576
- export type PropertiesAtBRANDAt8557$Outbound = {};
14790
+ export type PropertiesAtBRANDAt8584$Outbound = {};
14577
14791
 
14578
14792
  /** @internal */
14579
- export const PropertiesAtBRANDAt8557$outboundSchema: z.ZodType<
14580
- PropertiesAtBRANDAt8557$Outbound,
14793
+ export const PropertiesAtBRANDAt8584$outboundSchema: z.ZodType<
14794
+ PropertiesAtBRANDAt8584$Outbound,
14581
14795
  z.ZodTypeDef,
14582
- PropertiesAtBRANDAt8557
14796
+ PropertiesAtBRANDAt8584
14583
14797
  > = z.object({});
14584
14798
 
14585
14799
  /**
14586
14800
  * @internal
14587
14801
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
14588
14802
  */
14589
- export namespace PropertiesAtBRANDAt8557$ {
14590
- /** @deprecated use `PropertiesAtBRANDAt8557$inboundSchema` instead. */
14591
- export const inboundSchema = PropertiesAtBRANDAt8557$inboundSchema;
14592
- /** @deprecated use `PropertiesAtBRANDAt8557$outboundSchema` instead. */
14593
- export const outboundSchema = PropertiesAtBRANDAt8557$outboundSchema;
14594
- /** @deprecated use `PropertiesAtBRANDAt8557$Outbound` instead. */
14595
- export type Outbound = PropertiesAtBRANDAt8557$Outbound;
14803
+ export namespace PropertiesAtBRANDAt8584$ {
14804
+ /** @deprecated use `PropertiesAtBRANDAt8584$inboundSchema` instead. */
14805
+ export const inboundSchema = PropertiesAtBRANDAt8584$inboundSchema;
14806
+ /** @deprecated use `PropertiesAtBRANDAt8584$outboundSchema` instead. */
14807
+ export const outboundSchema = PropertiesAtBRANDAt8584$outboundSchema;
14808
+ /** @deprecated use `PropertiesAtBRANDAt8584$Outbound` instead. */
14809
+ export type Outbound = PropertiesAtBRANDAt8584$Outbound;
14596
14810
  }
14597
14811
 
14598
- export function propertiesAtBRANDAt8557ToJSON(
14599
- propertiesAtBRANDAt8557: PropertiesAtBRANDAt8557,
14812
+ export function propertiesAtBRANDAt8584ToJSON(
14813
+ propertiesAtBRANDAt8584: PropertiesAtBRANDAt8584,
14600
14814
  ): string {
14601
14815
  return JSON.stringify(
14602
- PropertiesAtBRANDAt8557$outboundSchema.parse(propertiesAtBRANDAt8557),
14816
+ PropertiesAtBRANDAt8584$outboundSchema.parse(propertiesAtBRANDAt8584),
14603
14817
  );
14604
14818
  }
14605
14819
 
14606
- export function propertiesAtBRANDAt8557FromJSON(
14820
+ export function propertiesAtBRANDAt8584FromJSON(
14607
14821
  jsonString: string,
14608
- ): SafeParseResult<PropertiesAtBRANDAt8557, SDKValidationError> {
14822
+ ): SafeParseResult<PropertiesAtBRANDAt8584, SDKValidationError> {
14609
14823
  return safeParse(
14610
14824
  jsonString,
14611
- (x) => PropertiesAtBRANDAt8557$inboundSchema.parse(JSON.parse(x)),
14612
- `Failed to parse 'PropertiesAtBRANDAt8557' from JSON`,
14825
+ (x) => PropertiesAtBRANDAt8584$inboundSchema.parse(JSON.parse(x)),
14826
+ `Failed to parse 'PropertiesAtBRANDAt8584' from JSON`,
14613
14827
  );
14614
14828
  }
14615
14829
 
@@ -14620,16 +14834,16 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema:
14620
14834
  z.ZodTypeDef,
14621
14835
  unknown
14622
14836
  > = z.object({
14623
- "__@BRAND@8557": z.lazy(() => PropertiesAtBRANDAt8557$inboundSchema),
14837
+ "__@BRAND@8584": z.lazy(() => PropertiesAtBRANDAt8584$inboundSchema),
14624
14838
  }).transform((v) => {
14625
14839
  return remap$(v, {
14626
- "__@BRAND@8557": "atBRANDAt8557",
14840
+ "__@BRAND@8584": "atBRANDAt8584",
14627
14841
  });
14628
14842
  });
14629
14843
 
14630
14844
  /** @internal */
14631
14845
  export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
14632
- "__@BRAND@8557": PropertiesAtBRANDAt8557$Outbound;
14846
+ "__@BRAND@8584": PropertiesAtBRANDAt8584$Outbound;
14633
14847
  };
14634
14848
 
14635
14849
  /** @internal */
@@ -14639,10 +14853,10 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema:
14639
14853
  z.ZodTypeDef,
14640
14854
  CreateIntegrationStoreDirectPropertiesMinLength
14641
14855
  > = z.object({
14642
- atBRANDAt8557: z.lazy(() => PropertiesAtBRANDAt8557$outboundSchema),
14856
+ atBRANDAt8584: z.lazy(() => PropertiesAtBRANDAt8584$outboundSchema),
14643
14857
  }).transform((v) => {
14644
14858
  return remap$(v, {
14645
- atBRANDAt8557: "__@BRAND@8557",
14859
+ atBRANDAt8584: "__@BRAND@8584",
14646
14860
  });
14647
14861
  });
14648
14862
 
@@ -14690,64 +14904,64 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(
14690
14904
  }
14691
14905
 
14692
14906
  /** @internal */
14693
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$inboundSchema:
14907
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$inboundSchema:
14694
14908
  z.ZodType<
14695
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8557,
14909
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8584,
14696
14910
  z.ZodTypeDef,
14697
14911
  unknown
14698
14912
  > = z.object({});
14699
14913
 
14700
14914
  /** @internal */
14701
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$Outbound = {};
14915
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$Outbound = {};
14702
14916
 
14703
14917
  /** @internal */
14704
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$outboundSchema:
14918
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$outboundSchema:
14705
14919
  z.ZodType<
14706
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$Outbound,
14920
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$Outbound,
14707
14921
  z.ZodTypeDef,
14708
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8557
14922
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8584
14709
14923
  > = z.object({});
14710
14924
 
14711
14925
  /**
14712
14926
  * @internal
14713
14927
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
14714
14928
  */
14715
- export namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$ {
14716
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$inboundSchema` instead. */
14929
+ export namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$ {
14930
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$inboundSchema` instead. */
14717
14931
  export const inboundSchema =
14718
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$inboundSchema;
14719
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$outboundSchema` instead. */
14932
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$inboundSchema;
14933
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$outboundSchema` instead. */
14720
14934
  export const outboundSchema =
14721
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$outboundSchema;
14722
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$Outbound` instead. */
14935
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$outboundSchema;
14936
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$Outbound` instead. */
14723
14937
  export type Outbound =
14724
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$Outbound;
14938
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$Outbound;
14725
14939
  }
14726
14940
 
14727
- export function createIntegrationStoreDirectPropertiesAtBRANDAt8557ToJSON(
14728
- createIntegrationStoreDirectPropertiesAtBRANDAt8557:
14729
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8557,
14941
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt8584ToJSON(
14942
+ createIntegrationStoreDirectPropertiesAtBRANDAt8584:
14943
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8584,
14730
14944
  ): string {
14731
14945
  return JSON.stringify(
14732
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$outboundSchema.parse(
14733
- createIntegrationStoreDirectPropertiesAtBRANDAt8557,
14946
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$outboundSchema.parse(
14947
+ createIntegrationStoreDirectPropertiesAtBRANDAt8584,
14734
14948
  ),
14735
14949
  );
14736
14950
  }
14737
14951
 
14738
- export function createIntegrationStoreDirectPropertiesAtBRANDAt8557FromJSON(
14952
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt8584FromJSON(
14739
14953
  jsonString: string,
14740
14954
  ): SafeParseResult<
14741
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8557,
14955
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8584,
14742
14956
  SDKValidationError
14743
14957
  > {
14744
14958
  return safeParse(
14745
14959
  jsonString,
14746
14960
  (x) =>
14747
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$inboundSchema.parse(
14961
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$inboundSchema.parse(
14748
14962
  JSON.parse(x),
14749
14963
  ),
14750
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8557' from JSON`,
14964
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8584' from JSON`,
14751
14965
  );
14752
14966
  }
14753
14967
 
@@ -14758,18 +14972,18 @@ export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema:
14758
14972
  z.ZodTypeDef,
14759
14973
  unknown
14760
14974
  > = z.object({
14761
- "__@BRAND@8557": z.lazy(() =>
14762
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$inboundSchema
14975
+ "__@BRAND@8584": z.lazy(() =>
14976
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$inboundSchema
14763
14977
  ),
14764
14978
  }).transform((v) => {
14765
14979
  return remap$(v, {
14766
- "__@BRAND@8557": "atBRANDAt8557",
14980
+ "__@BRAND@8584": "atBRANDAt8584",
14767
14981
  });
14768
14982
  });
14769
14983
 
14770
14984
  /** @internal */
14771
14985
  export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
14772
- "__@BRAND@8557": CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$Outbound;
14986
+ "__@BRAND@8584": CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$Outbound;
14773
14987
  };
14774
14988
 
14775
14989
  /** @internal */
@@ -14779,12 +14993,12 @@ export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema:
14779
14993
  z.ZodTypeDef,
14780
14994
  CreateIntegrationStoreDirectPropertiesPattern
14781
14995
  > = z.object({
14782
- atBRANDAt8557: z.lazy(() =>
14783
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$outboundSchema
14996
+ atBRANDAt8584: z.lazy(() =>
14997
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$outboundSchema
14784
14998
  ),
14785
14999
  }).transform((v) => {
14786
15000
  return remap$(v, {
14787
- atBRANDAt8557: "__@BRAND@8557",
15001
+ atBRANDAt8584: "__@BRAND@8584",
14788
15002
  });
14789
15003
  });
14790
15004
 
@@ -16231,46 +16445,46 @@ export function guidesFromJSON(
16231
16445
  }
16232
16446
 
16233
16447
  /** @internal */
16234
- export const AtBRANDAt8557$inboundSchema: z.ZodType<
16235
- AtBRANDAt8557,
16448
+ export const AtBRANDAt8584$inboundSchema: z.ZodType<
16449
+ AtBRANDAt8584,
16236
16450
  z.ZodTypeDef,
16237
16451
  unknown
16238
16452
  > = z.object({});
16239
16453
 
16240
16454
  /** @internal */
16241
- export type AtBRANDAt8557$Outbound = {};
16455
+ export type AtBRANDAt8584$Outbound = {};
16242
16456
 
16243
16457
  /** @internal */
16244
- export const AtBRANDAt8557$outboundSchema: z.ZodType<
16245
- AtBRANDAt8557$Outbound,
16458
+ export const AtBRANDAt8584$outboundSchema: z.ZodType<
16459
+ AtBRANDAt8584$Outbound,
16246
16460
  z.ZodTypeDef,
16247
- AtBRANDAt8557
16461
+ AtBRANDAt8584
16248
16462
  > = z.object({});
16249
16463
 
16250
16464
  /**
16251
16465
  * @internal
16252
16466
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
16253
16467
  */
16254
- export namespace AtBRANDAt8557$ {
16255
- /** @deprecated use `AtBRANDAt8557$inboundSchema` instead. */
16256
- export const inboundSchema = AtBRANDAt8557$inboundSchema;
16257
- /** @deprecated use `AtBRANDAt8557$outboundSchema` instead. */
16258
- export const outboundSchema = AtBRANDAt8557$outboundSchema;
16259
- /** @deprecated use `AtBRANDAt8557$Outbound` instead. */
16260
- export type Outbound = AtBRANDAt8557$Outbound;
16468
+ export namespace AtBRANDAt8584$ {
16469
+ /** @deprecated use `AtBRANDAt8584$inboundSchema` instead. */
16470
+ export const inboundSchema = AtBRANDAt8584$inboundSchema;
16471
+ /** @deprecated use `AtBRANDAt8584$outboundSchema` instead. */
16472
+ export const outboundSchema = AtBRANDAt8584$outboundSchema;
16473
+ /** @deprecated use `AtBRANDAt8584$Outbound` instead. */
16474
+ export type Outbound = AtBRANDAt8584$Outbound;
16261
16475
  }
16262
16476
 
16263
- export function atBRANDAt8557ToJSON(atBRANDAt8557: AtBRANDAt8557): string {
16264
- return JSON.stringify(AtBRANDAt8557$outboundSchema.parse(atBRANDAt8557));
16477
+ export function atBRANDAt8584ToJSON(atBRANDAt8584: AtBRANDAt8584): string {
16478
+ return JSON.stringify(AtBRANDAt8584$outboundSchema.parse(atBRANDAt8584));
16265
16479
  }
16266
16480
 
16267
- export function atBRANDAt8557FromJSON(
16481
+ export function atBRANDAt8584FromJSON(
16268
16482
  jsonString: string,
16269
- ): SafeParseResult<AtBRANDAt8557, SDKValidationError> {
16483
+ ): SafeParseResult<AtBRANDAt8584, SDKValidationError> {
16270
16484
  return safeParse(
16271
16485
  jsonString,
16272
- (x) => AtBRANDAt8557$inboundSchema.parse(JSON.parse(x)),
16273
- `Failed to parse 'AtBRANDAt8557' from JSON`,
16486
+ (x) => AtBRANDAt8584$inboundSchema.parse(JSON.parse(x)),
16487
+ `Failed to parse 'AtBRANDAt8584' from JSON`,
16274
16488
  );
16275
16489
  }
16276
16490
 
@@ -16280,16 +16494,16 @@ export const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<
16280
16494
  z.ZodTypeDef,
16281
16495
  unknown
16282
16496
  > = z.object({
16283
- "__@BRAND@8557": z.lazy(() => AtBRANDAt8557$inboundSchema),
16497
+ "__@BRAND@8584": z.lazy(() => AtBRANDAt8584$inboundSchema),
16284
16498
  }).transform((v) => {
16285
16499
  return remap$(v, {
16286
- "__@BRAND@8557": "atBRANDAt8557",
16500
+ "__@BRAND@8584": "atBRANDAt8584",
16287
16501
  });
16288
16502
  });
16289
16503
 
16290
16504
  /** @internal */
16291
16505
  export type CreateIntegrationStoreDirectValue$Outbound = {
16292
- "__@BRAND@8557": AtBRANDAt8557$Outbound;
16506
+ "__@BRAND@8584": AtBRANDAt8584$Outbound;
16293
16507
  };
16294
16508
 
16295
16509
  /** @internal */
@@ -16298,10 +16512,10 @@ export const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<
16298
16512
  z.ZodTypeDef,
16299
16513
  CreateIntegrationStoreDirectValue
16300
16514
  > = z.object({
16301
- atBRANDAt8557: z.lazy(() => AtBRANDAt8557$outboundSchema),
16515
+ atBRANDAt8584: z.lazy(() => AtBRANDAt8584$outboundSchema),
16302
16516
  }).transform((v) => {
16303
16517
  return remap$(v, {
16304
- atBRANDAt8557: "__@BRAND@8557",
16518
+ atBRANDAt8584: "__@BRAND@8584",
16305
16519
  });
16306
16520
  });
16307
16521
 
@@ -17371,6 +17585,7 @@ export const CreateIntegrationStoreDirectStore$inboundSchema: z.ZodType<
17371
17585
  unknown
17372
17586
  > = z.object({
17373
17587
  projectsMetadata: z.array(z.lazy(() => ProjectsMetadata$inboundSchema)),
17588
+ projectFilter: z.lazy(() => ProjectFilter$inboundSchema).optional(),
17374
17589
  totalConnectedProjects: z.number().optional(),
17375
17590
  usageQuotaExceeded: z.boolean(),
17376
17591
  status: z.nullable(CreateIntegrationStoreDirectStatus$inboundSchema),
@@ -17406,6 +17621,7 @@ export const CreateIntegrationStoreDirectStore$inboundSchema: z.ZodType<
17406
17621
  /** @internal */
17407
17622
  export type CreateIntegrationStoreDirectStore$Outbound = {
17408
17623
  projectsMetadata: Array<ProjectsMetadata$Outbound>;
17624
+ projectFilter?: ProjectFilter$Outbound | undefined;
17409
17625
  totalConnectedProjects?: number | undefined;
17410
17626
  usageQuotaExceeded: boolean;
17411
17627
  status: string | null;
@@ -17432,6 +17648,7 @@ export const CreateIntegrationStoreDirectStore$outboundSchema: z.ZodType<
17432
17648
  CreateIntegrationStoreDirectStore
17433
17649
  > = z.object({
17434
17650
  projectsMetadata: z.array(z.lazy(() => ProjectsMetadata$outboundSchema)),
17651
+ projectFilter: z.lazy(() => ProjectFilter$outboundSchema).optional(),
17435
17652
  totalConnectedProjects: z.number().optional(),
17436
17653
  usageQuotaExceeded: z.boolean(),
17437
17654
  status: z.nullable(CreateIntegrationStoreDirectStatus$outboundSchema),