@vercel/sdk 1.13.7 → 1.13.8

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 (269) hide show
  1. package/README.md +3 -1
  2. package/bin/mcp-server.js +1422 -1192
  3. package/bin/mcp-server.js.map +58 -57
  4. package/docs/sdks/domainsregistrar/README.md +73 -32
  5. package/esm/__tests__/accessgroups.test.js +2 -6
  6. package/esm/__tests__/accessgroups.test.js.map +1 -1
  7. package/esm/__tests__/domains.test.js +7 -2
  8. package/esm/__tests__/domains.test.js.map +1 -1
  9. package/esm/__tests__/domainsregistrar.test.js +33 -15
  10. package/esm/__tests__/domainsregistrar.test.js.map +1 -1
  11. package/esm/__tests__/edgeconfig.test.js +6 -6
  12. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  13. package/esm/__tests__/integrations.test.js +1 -1
  14. package/esm/__tests__/rollingrelease.test.js +2 -6
  15. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  16. package/esm/__tests__/security.test.js +4 -4
  17. package/esm/__tests__/security.test.js.map +1 -1
  18. package/esm/__tests__/teams.test.js +2 -2
  19. package/esm/__tests__/teams.test.js.map +1 -1
  20. package/esm/funcs/domainsRegistrarBuyDomains.d.ts +2 -2
  21. package/esm/funcs/domainsRegistrarBuyDomains.d.ts.map +1 -1
  22. package/esm/funcs/domainsRegistrarBuyDomains.js +8 -4
  23. package/esm/funcs/domainsRegistrarBuyDomains.js.map +1 -1
  24. package/esm/funcs/domainsRegistrarBuySingleDomain.js +5 -1
  25. package/esm/funcs/domainsRegistrarBuySingleDomain.js.map +1 -1
  26. package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts +2 -2
  27. package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts.map +1 -1
  28. package/esm/funcs/domainsRegistrarGetBulkAvailability.js +8 -4
  29. package/esm/funcs/domainsRegistrarGetBulkAvailability.js.map +1 -1
  30. package/esm/funcs/domainsRegistrarGetContactInfoSchema.js +5 -1
  31. package/esm/funcs/domainsRegistrarGetContactInfoSchema.js.map +1 -1
  32. package/esm/funcs/domainsRegistrarGetDomainAuthCode.js +5 -1
  33. package/esm/funcs/domainsRegistrarGetDomainAuthCode.js.map +1 -1
  34. package/esm/funcs/domainsRegistrarGetDomainAvailability.js +5 -1
  35. package/esm/funcs/domainsRegistrarGetDomainAvailability.js.map +1 -1
  36. package/esm/funcs/domainsRegistrarGetDomainPrice.js +1 -0
  37. package/esm/funcs/domainsRegistrarGetDomainPrice.js.map +1 -1
  38. package/esm/funcs/domainsRegistrarGetDomainTransferIn.js +5 -1
  39. package/esm/funcs/domainsRegistrarGetDomainTransferIn.js.map +1 -1
  40. package/esm/funcs/domainsRegistrarGetOrder.js +5 -1
  41. package/esm/funcs/domainsRegistrarGetOrder.js.map +1 -1
  42. package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts +2 -1
  43. package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts.map +1 -1
  44. package/esm/funcs/domainsRegistrarGetSupportedTlds.js +17 -3
  45. package/esm/funcs/domainsRegistrarGetSupportedTlds.js.map +1 -1
  46. package/esm/funcs/domainsRegistrarGetTldPrice.js +1 -0
  47. package/esm/funcs/domainsRegistrarGetTldPrice.js.map +1 -1
  48. package/esm/funcs/domainsRegistrarRenewDomain.js +5 -1
  49. package/esm/funcs/domainsRegistrarRenewDomain.js.map +1 -1
  50. package/esm/funcs/domainsRegistrarTransferInDomain.js +5 -1
  51. package/esm/funcs/domainsRegistrarTransferInDomain.js.map +1 -1
  52. package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js +5 -1
  53. package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js.map +1 -1
  54. package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js +5 -1
  55. package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js.map +1 -1
  56. package/esm/funcs/projectsPauseProject.js +2 -2
  57. package/esm/funcs/projectsPauseProject.js.map +1 -1
  58. package/esm/lib/config.d.ts +3 -3
  59. package/esm/lib/config.js +3 -3
  60. package/esm/lib/config.js.map +1 -1
  61. package/esm/mcp-server/mcp-server.js +1 -1
  62. package/esm/mcp-server/server.js +1 -1
  63. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.d.ts +1 -1
  64. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js +2 -2
  65. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js.map +1 -1
  66. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.d.ts +1 -1
  67. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js +2 -2
  68. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js.map +1 -1
  69. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.d.ts +5 -1
  70. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.d.ts.map +1 -1
  71. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js +7 -2
  72. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js.map +1 -1
  73. package/esm/models/buydomainsop.d.ts +27 -0
  74. package/esm/models/buydomainsop.d.ts.map +1 -1
  75. package/esm/models/buydomainsop.js +35 -0
  76. package/esm/models/buydomainsop.js.map +1 -1
  77. package/esm/models/buysingledomainop.d.ts +2 -0
  78. package/esm/models/buysingledomainop.d.ts.map +1 -1
  79. package/esm/models/buysingledomainop.js +2 -0
  80. package/esm/models/buysingledomainop.js.map +1 -1
  81. package/esm/models/canceldeploymentop.d.ts +3 -10
  82. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  83. package/esm/models/canceldeploymentop.js +1 -4
  84. package/esm/models/canceldeploymentop.js.map +1 -1
  85. package/esm/models/createdeploymentop.d.ts +6 -10
  86. package/esm/models/createdeploymentop.d.ts.map +1 -1
  87. package/esm/models/createdeploymentop.js +2 -4
  88. package/esm/models/createdeploymentop.js.map +1 -1
  89. package/esm/models/createintegrationstoredirectop.d.ts +415 -285
  90. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  91. package/esm/models/createintegrationstoredirectop.js +477 -351
  92. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  93. package/esm/models/createprojectenvop.d.ts +6 -6
  94. package/esm/models/createprojectenvop.js +2 -2
  95. package/esm/models/createprojectenvop.js.map +1 -1
  96. package/esm/models/createprojectop.d.ts +38 -30
  97. package/esm/models/createprojectop.d.ts.map +1 -1
  98. package/esm/models/createprojectop.js +22 -18
  99. package/esm/models/createprojectop.js.map +1 -1
  100. package/esm/models/editprojectenvop.d.ts +3 -3
  101. package/esm/models/editprojectenvop.js +1 -1
  102. package/esm/models/editprojectenvop.js.map +1 -1
  103. package/esm/models/filterprojectenvsop.d.ts +9 -9
  104. package/esm/models/filterprojectenvsop.js +3 -3
  105. package/esm/models/filterprojectenvsop.js.map +1 -1
  106. package/esm/models/getbulkavailabilityop.d.ts +27 -0
  107. package/esm/models/getbulkavailabilityop.d.ts.map +1 -1
  108. package/esm/models/getbulkavailabilityop.js +36 -0
  109. package/esm/models/getbulkavailabilityop.js.map +1 -1
  110. package/esm/models/getconfigurationproductsop.d.ts +375 -375
  111. package/esm/models/getconfigurationproductsop.js +465 -465
  112. package/esm/models/getcontactinfoschemaop.d.ts +2 -0
  113. package/esm/models/getcontactinfoschemaop.d.ts.map +1 -1
  114. package/esm/models/getcontactinfoschemaop.js +2 -0
  115. package/esm/models/getcontactinfoschemaop.js.map +1 -1
  116. package/esm/models/getdeploymentop.d.ts +3 -10
  117. package/esm/models/getdeploymentop.d.ts.map +1 -1
  118. package/esm/models/getdeploymentop.js +1 -4
  119. package/esm/models/getdeploymentop.js.map +1 -1
  120. package/esm/models/getdeploymentsop.d.ts +3 -0
  121. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  122. package/esm/models/getdeploymentsop.js +1 -0
  123. package/esm/models/getdeploymentsop.js.map +1 -1
  124. package/esm/models/getdomainauthcodeop.d.ts +2 -0
  125. package/esm/models/getdomainauthcodeop.d.ts.map +1 -1
  126. package/esm/models/getdomainauthcodeop.js +2 -0
  127. package/esm/models/getdomainauthcodeop.js.map +1 -1
  128. package/esm/models/getdomainavailabilityop.d.ts +2 -0
  129. package/esm/models/getdomainavailabilityop.d.ts.map +1 -1
  130. package/esm/models/getdomainavailabilityop.js +2 -0
  131. package/esm/models/getdomainavailabilityop.js.map +1 -1
  132. package/esm/models/getdomainpriceop.d.ts +2 -0
  133. package/esm/models/getdomainpriceop.d.ts.map +1 -1
  134. package/esm/models/getdomainpriceop.js +2 -0
  135. package/esm/models/getdomainpriceop.js.map +1 -1
  136. package/esm/models/getdomaintransferinop.d.ts +2 -0
  137. package/esm/models/getdomaintransferinop.d.ts.map +1 -1
  138. package/esm/models/getdomaintransferinop.js +2 -0
  139. package/esm/models/getdomaintransferinop.js.map +1 -1
  140. package/esm/models/getorderop.d.ts +2 -0
  141. package/esm/models/getorderop.d.ts.map +1 -1
  142. package/esm/models/getorderop.js +2 -0
  143. package/esm/models/getorderop.js.map +1 -1
  144. package/esm/models/getprojectenvop.d.ts +9 -9
  145. package/esm/models/getprojectenvop.js +3 -3
  146. package/esm/models/getprojectenvop.js.map +1 -1
  147. package/esm/models/getprojectsop.d.ts +5 -0
  148. package/esm/models/getprojectsop.d.ts.map +1 -1
  149. package/esm/models/getprojectsop.js +3 -0
  150. package/esm/models/getprojectsop.js.map +1 -1
  151. package/esm/models/getsupportedtldsop.d.ts +29 -0
  152. package/esm/models/getsupportedtldsop.d.ts.map +1 -0
  153. package/esm/models/getsupportedtldsop.js +31 -0
  154. package/esm/models/getsupportedtldsop.js.map +1 -0
  155. package/esm/models/gettldpriceop.d.ts +2 -0
  156. package/esm/models/gettldpriceop.d.ts.map +1 -1
  157. package/esm/models/gettldpriceop.js +2 -0
  158. package/esm/models/gettldpriceop.js.map +1 -1
  159. package/esm/models/getwebhooksop.d.ts +3 -0
  160. package/esm/models/getwebhooksop.d.ts.map +1 -1
  161. package/esm/models/getwebhooksop.js +1 -0
  162. package/esm/models/getwebhooksop.js.map +1 -1
  163. package/esm/models/removeprojectenvop.d.ts +9 -9
  164. package/esm/models/removeprojectenvop.js +3 -3
  165. package/esm/models/removeprojectenvop.js.map +1 -1
  166. package/esm/models/renewdomainop.d.ts +2 -0
  167. package/esm/models/renewdomainop.d.ts.map +1 -1
  168. package/esm/models/renewdomainop.js +2 -0
  169. package/esm/models/renewdomainop.js.map +1 -1
  170. package/esm/models/team.d.ts +10 -10
  171. package/esm/models/team.d.ts.map +1 -1
  172. package/esm/models/team.js +5 -5
  173. package/esm/models/team.js.map +1 -1
  174. package/esm/models/transferindomainop.d.ts +2 -0
  175. package/esm/models/transferindomainop.d.ts.map +1 -1
  176. package/esm/models/transferindomainop.js +2 -0
  177. package/esm/models/transferindomainop.js.map +1 -1
  178. package/esm/models/updatedomainautorenewop.d.ts +2 -0
  179. package/esm/models/updatedomainautorenewop.d.ts.map +1 -1
  180. package/esm/models/updatedomainautorenewop.js +2 -0
  181. package/esm/models/updatedomainautorenewop.js.map +1 -1
  182. package/esm/models/updatedomainnameserversop.d.ts +2 -0
  183. package/esm/models/updatedomainnameserversop.d.ts.map +1 -1
  184. package/esm/models/updatedomainnameserversop.js +2 -0
  185. package/esm/models/updatedomainnameserversop.js.map +1 -1
  186. package/esm/models/updateprojectdatacacheop.d.ts +5 -0
  187. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  188. package/esm/models/updateprojectdatacacheop.js +3 -0
  189. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  190. package/esm/models/updateprojectop.d.ts +38 -30
  191. package/esm/models/updateprojectop.d.ts.map +1 -1
  192. package/esm/models/updateprojectop.js +22 -18
  193. package/esm/models/updateprojectop.js.map +1 -1
  194. package/esm/models/userevent.d.ts +30 -0
  195. package/esm/models/userevent.d.ts.map +1 -1
  196. package/esm/models/userevent.js +22 -0
  197. package/esm/models/userevent.js.map +1 -1
  198. package/esm/sdk/domainsregistrar.d.ts +6 -5
  199. package/esm/sdk/domainsregistrar.d.ts.map +1 -1
  200. package/esm/sdk/domainsregistrar.js +2 -2
  201. package/esm/sdk/domainsregistrar.js.map +1 -1
  202. package/examples/package-lock.json +1 -1
  203. package/jsr.json +1 -1
  204. package/package.json +1 -1
  205. package/src/__tests__/accessgroups.test.ts +2 -6
  206. package/src/__tests__/domains.test.ts +7 -2
  207. package/src/__tests__/domainsregistrar.test.ts +33 -15
  208. package/src/__tests__/edgeconfig.test.ts +6 -6
  209. package/src/__tests__/integrations.test.ts +1 -1
  210. package/src/__tests__/rollingrelease.test.ts +2 -6
  211. package/src/__tests__/security.test.ts +4 -4
  212. package/src/__tests__/teams.test.ts +2 -2
  213. package/src/funcs/domainsRegistrarBuyDomains.ts +12 -7
  214. package/src/funcs/domainsRegistrarBuySingleDomain.ts +6 -1
  215. package/src/funcs/domainsRegistrarGetBulkAvailability.ts +12 -7
  216. package/src/funcs/domainsRegistrarGetContactInfoSchema.ts +6 -1
  217. package/src/funcs/domainsRegistrarGetDomainAuthCode.ts +6 -1
  218. package/src/funcs/domainsRegistrarGetDomainAvailability.ts +6 -1
  219. package/src/funcs/domainsRegistrarGetDomainPrice.ts +1 -0
  220. package/src/funcs/domainsRegistrarGetDomainTransferIn.ts +6 -1
  221. package/src/funcs/domainsRegistrarGetOrder.ts +6 -1
  222. package/src/funcs/domainsRegistrarGetSupportedTlds.ts +26 -0
  223. package/src/funcs/domainsRegistrarGetTldPrice.ts +1 -0
  224. package/src/funcs/domainsRegistrarRenewDomain.ts +6 -1
  225. package/src/funcs/domainsRegistrarTransferInDomain.ts +6 -1
  226. package/src/funcs/domainsRegistrarUpdateDomainAutoRenew.ts +6 -1
  227. package/src/funcs/domainsRegistrarUpdateDomainNameservers.ts +6 -1
  228. package/src/funcs/projectsPauseProject.ts +2 -2
  229. package/src/lib/config.ts +3 -3
  230. package/src/mcp-server/mcp-server.ts +1 -1
  231. package/src/mcp-server/server.ts +1 -1
  232. package/src/mcp-server/tools/domainsRegistrarBuyDomains.ts +2 -2
  233. package/src/mcp-server/tools/domainsRegistrarGetBulkAvailability.ts +2 -2
  234. package/src/mcp-server/tools/domainsRegistrarGetSupportedTlds.ts +11 -2
  235. package/src/models/buydomainsop.ts +70 -0
  236. package/src/models/buysingledomainop.ts +4 -0
  237. package/src/models/canceldeploymentop.ts +1 -14
  238. package/src/models/createdeploymentop.ts +2 -14
  239. package/src/models/createintegrationstoredirectop.ts +821 -604
  240. package/src/models/createprojectenvop.ts +2 -2
  241. package/src/models/createprojectop.ts +36 -30
  242. package/src/models/editprojectenvop.ts +1 -1
  243. package/src/models/filterprojectenvsop.ts +3 -3
  244. package/src/models/getbulkavailabilityop.ts +71 -0
  245. package/src/models/getconfigurationproductsop.ts +802 -802
  246. package/src/models/getcontactinfoschemaop.ts +4 -0
  247. package/src/models/getdeploymentop.ts +1 -14
  248. package/src/models/getdeploymentsop.ts +1 -0
  249. package/src/models/getdomainauthcodeop.ts +4 -0
  250. package/src/models/getdomainavailabilityop.ts +4 -0
  251. package/src/models/getdomainpriceop.ts +4 -0
  252. package/src/models/getdomaintransferinop.ts +4 -0
  253. package/src/models/getorderop.ts +4 -0
  254. package/src/models/getprojectenvop.ts +3 -3
  255. package/src/models/getprojectsop.ts +5 -0
  256. package/src/models/getsupportedtldsop.ts +66 -0
  257. package/src/models/gettldpriceop.ts +4 -0
  258. package/src/models/getwebhooksop.ts +1 -0
  259. package/src/models/removeprojectenvop.ts +3 -3
  260. package/src/models/renewdomainop.ts +4 -0
  261. package/src/models/team.ts +12 -12
  262. package/src/models/transferindomainop.ts +4 -0
  263. package/src/models/updatedomainautorenewop.ts +4 -0
  264. package/src/models/updatedomainnameserversop.ts +4 -0
  265. package/src/models/updateprojectdatacacheop.ts +5 -0
  266. package/src/models/updateprojectop.ts +36 -30
  267. package/src/models/userevent.ts +32 -0
  268. package/src/sdk/domainsregistrar.ts +7 -4
  269. package/vercel-spec.json +434 -225
@@ -48,6 +48,7 @@ export const CreateIntegrationStoreDirectFramework = {
48
48
  Vuepress: "vuepress",
49
49
  Parcel: "parcel",
50
50
  Fastapi: "fastapi",
51
+ Flask: "flask",
51
52
  Fasthtml: "fasthtml",
52
53
  SanityV3: "sanity-v3",
53
54
  Sanity: "sanity",
@@ -69,6 +70,14 @@ export const CreateIntegrationStoreDirectIntegrationsEnvironments = {
69
70
  Preview: "preview",
70
71
  Development: "development",
71
72
  };
73
+ export const Providers2 = {
74
+ Wildcard: "*",
75
+ };
76
+ export const Providers1 = {
77
+ Github: "github",
78
+ Gitlab: "gitlab",
79
+ Bitbucket: "bitbucket",
80
+ };
72
81
  export const CreateIntegrationStoreDirectStatus = {
73
82
  Available: "available",
74
83
  Error: "error",
@@ -641,6 +650,121 @@ export function projectsMetadataFromJSON(jsonString) {
641
650
  return safeParse(jsonString, (x) => ProjectsMetadata$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProjectsMetadata' from JSON`);
642
651
  }
643
652
  /** @internal */
653
+ export const Providers2$inboundSchema = z
654
+ .nativeEnum(Providers2);
655
+ /** @internal */
656
+ export const Providers2$outboundSchema = Providers2$inboundSchema;
657
+ /**
658
+ * @internal
659
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
660
+ */
661
+ export var Providers2$;
662
+ (function (Providers2$) {
663
+ /** @deprecated use `Providers2$inboundSchema` instead. */
664
+ Providers2$.inboundSchema = Providers2$inboundSchema;
665
+ /** @deprecated use `Providers2$outboundSchema` instead. */
666
+ Providers2$.outboundSchema = Providers2$outboundSchema;
667
+ })(Providers2$ || (Providers2$ = {}));
668
+ /** @internal */
669
+ export const Providers1$inboundSchema = z
670
+ .nativeEnum(Providers1);
671
+ /** @internal */
672
+ export const Providers1$outboundSchema = Providers1$inboundSchema;
673
+ /**
674
+ * @internal
675
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
676
+ */
677
+ export var Providers1$;
678
+ (function (Providers1$) {
679
+ /** @deprecated use `Providers1$inboundSchema` instead. */
680
+ Providers1$.inboundSchema = Providers1$inboundSchema;
681
+ /** @deprecated use `Providers1$outboundSchema` instead. */
682
+ Providers1$.outboundSchema = Providers1$outboundSchema;
683
+ })(Providers1$ || (Providers1$ = {}));
684
+ /** @internal */
685
+ export const Providers$inboundSchema = z.union([z.array(Providers1$inboundSchema), Providers2$inboundSchema]);
686
+ /** @internal */
687
+ export const Providers$outboundSchema = z.union([z.array(Providers1$outboundSchema), Providers2$outboundSchema]);
688
+ /**
689
+ * @internal
690
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
691
+ */
692
+ export var Providers$;
693
+ (function (Providers$) {
694
+ /** @deprecated use `Providers$inboundSchema` instead. */
695
+ Providers$.inboundSchema = Providers$inboundSchema;
696
+ /** @deprecated use `Providers$outboundSchema` instead. */
697
+ Providers$.outboundSchema = Providers$outboundSchema;
698
+ })(Providers$ || (Providers$ = {}));
699
+ export function providersToJSON(providers) {
700
+ return JSON.stringify(Providers$outboundSchema.parse(providers));
701
+ }
702
+ export function providersFromJSON(jsonString) {
703
+ return safeParse(jsonString, (x) => Providers$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Providers' from JSON`);
704
+ }
705
+ /** @internal */
706
+ export const Git$inboundSchema = z
707
+ .object({
708
+ providers: z.union([
709
+ z.array(Providers1$inboundSchema),
710
+ Providers2$inboundSchema,
711
+ ]),
712
+ owners: z.array(z.string()).optional(),
713
+ repos: z.array(z.string()).optional(),
714
+ });
715
+ /** @internal */
716
+ export const Git$outboundSchema = z
717
+ .object({
718
+ providers: z.union([
719
+ z.array(Providers1$outboundSchema),
720
+ Providers2$outboundSchema,
721
+ ]),
722
+ owners: z.array(z.string()).optional(),
723
+ repos: z.array(z.string()).optional(),
724
+ });
725
+ /**
726
+ * @internal
727
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
728
+ */
729
+ export var Git$;
730
+ (function (Git$) {
731
+ /** @deprecated use `Git$inboundSchema` instead. */
732
+ Git$.inboundSchema = Git$inboundSchema;
733
+ /** @deprecated use `Git$outboundSchema` instead. */
734
+ Git$.outboundSchema = Git$outboundSchema;
735
+ })(Git$ || (Git$ = {}));
736
+ export function gitToJSON(git) {
737
+ return JSON.stringify(Git$outboundSchema.parse(git));
738
+ }
739
+ export function gitFromJSON(jsonString) {
740
+ return safeParse(jsonString, (x) => Git$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Git' from JSON`);
741
+ }
742
+ /** @internal */
743
+ export const ProjectFilter$inboundSchema = z.object({
744
+ git: z.lazy(() => Git$inboundSchema).optional(),
745
+ });
746
+ /** @internal */
747
+ export const ProjectFilter$outboundSchema = z.object({
748
+ git: z.lazy(() => Git$outboundSchema).optional(),
749
+ });
750
+ /**
751
+ * @internal
752
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
753
+ */
754
+ export var ProjectFilter$;
755
+ (function (ProjectFilter$) {
756
+ /** @deprecated use `ProjectFilter$inboundSchema` instead. */
757
+ ProjectFilter$.inboundSchema = ProjectFilter$inboundSchema;
758
+ /** @deprecated use `ProjectFilter$outboundSchema` instead. */
759
+ ProjectFilter$.outboundSchema = ProjectFilter$outboundSchema;
760
+ })(ProjectFilter$ || (ProjectFilter$ = {}));
761
+ export function projectFilterToJSON(projectFilter) {
762
+ return JSON.stringify(ProjectFilter$outboundSchema.parse(projectFilter));
763
+ }
764
+ export function projectFilterFromJSON(jsonString) {
765
+ return safeParse(jsonString, (x) => ProjectFilter$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProjectFilter' from JSON`);
766
+ }
767
+ /** @internal */
644
768
  export const CreateIntegrationStoreDirectStatus$inboundSchema = z.nativeEnum(CreateIntegrationStoreDirectStatus);
645
769
  /** @internal */
646
770
  export const CreateIntegrationStoreDirectStatus$outboundSchema = CreateIntegrationStoreDirectStatus$inboundSchema;
@@ -801,42 +925,42 @@ export var CreateIntegrationStoreDirectIntegrationsType$;
801
925
  CreateIntegrationStoreDirectIntegrationsType$.outboundSchema = CreateIntegrationStoreDirectIntegrationsType$outboundSchema;
802
926
  })(CreateIntegrationStoreDirectIntegrationsType$ || (CreateIntegrationStoreDirectIntegrationsType$ = {}));
803
927
  /** @internal */
804
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$inboundSchema = z.object({});
928
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$inboundSchema = z.object({});
805
929
  /** @internal */
806
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$outboundSchema = z.object({});
930
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$outboundSchema = z.object({});
807
931
  /**
808
932
  * @internal
809
933
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
810
934
  */
811
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$;
812
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$) {
813
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$inboundSchema` instead. */
814
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$inboundSchema;
815
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$outboundSchema` instead. */
816
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$outboundSchema;
817
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$ = {}));
818
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557) {
819
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$outboundSchema
820
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557));
935
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$;
936
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$) {
937
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$inboundSchema` instead. */
938
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$inboundSchema;
939
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$outboundSchema` instead. */
940
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$outboundSchema;
941
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$ = {}));
942
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575) {
943
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$outboundSchema
944
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575));
821
945
  }
822
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557FromJSON(jsonString) {
823
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$inboundSchema
824
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557' from JSON`);
946
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575FromJSON(jsonString) {
947
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$inboundSchema
948
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575' from JSON`);
825
949
  }
826
950
  /** @internal */
827
951
  export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema = z.object({
828
- "__@BRAND@8557": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$inboundSchema),
952
+ "__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$inboundSchema),
829
953
  }).transform((v) => {
830
954
  return remap$(v, {
831
- "__@BRAND@8557": "atBRANDAt8557",
955
+ "__@BRAND@8575": "atBRANDAt8575",
832
956
  });
833
957
  });
834
958
  /** @internal */
835
959
  export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema = z.object({
836
- atBRANDAt8557: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$outboundSchema),
960
+ atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$outboundSchema),
837
961
  }).transform((v) => {
838
962
  return remap$(v, {
839
- atBRANDAt8557: "__@BRAND@8557",
963
+ atBRANDAt8575: "__@BRAND@8575",
840
964
  });
841
965
  });
842
966
  /**
@@ -1070,42 +1194,42 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
1070
1194
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema;
1071
1195
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$ = {}));
1072
1196
  /** @internal */
1073
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$inboundSchema = z.object({});
1197
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$inboundSchema = z.object({});
1074
1198
  /** @internal */
1075
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$outboundSchema = z.object({});
1199
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$outboundSchema = z.object({});
1076
1200
  /**
1077
1201
  * @internal
1078
1202
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1079
1203
  */
1080
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$;
1081
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$) {
1082
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$inboundSchema` instead. */
1083
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$inboundSchema;
1084
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$outboundSchema` instead. */
1085
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$outboundSchema;
1086
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$ = {}));
1087
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557) {
1088
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$outboundSchema
1089
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557));
1204
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$;
1205
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$) {
1206
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$inboundSchema` instead. */
1207
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$inboundSchema;
1208
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$outboundSchema` instead. */
1209
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$outboundSchema;
1210
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$ = {}));
1211
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575) {
1212
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$outboundSchema
1213
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575));
1090
1214
  }
1091
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557FromJSON(jsonString) {
1092
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$inboundSchema
1093
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557' from JSON`);
1215
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575FromJSON(jsonString) {
1216
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$inboundSchema
1217
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575' from JSON`);
1094
1218
  }
1095
1219
  /** @internal */
1096
1220
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema = z.object({
1097
- "__@BRAND@8557": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$inboundSchema),
1221
+ "__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$inboundSchema),
1098
1222
  }).transform((v) => {
1099
1223
  return remap$(v, {
1100
- "__@BRAND@8557": "atBRANDAt8557",
1224
+ "__@BRAND@8575": "atBRANDAt8575",
1101
1225
  });
1102
1226
  });
1103
1227
  /** @internal */
1104
1228
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema = z.object({
1105
- atBRANDAt8557: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$outboundSchema),
1229
+ atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$outboundSchema),
1106
1230
  }).transform((v) => {
1107
1231
  return remap$(v, {
1108
- atBRANDAt8557: "__@BRAND@8557",
1232
+ atBRANDAt8575: "__@BRAND@8575",
1109
1233
  });
1110
1234
  });
1111
1235
  /**
@@ -1128,42 +1252,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
1128
1252
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength' from JSON`);
1129
1253
  }
1130
1254
  /** @internal */
1131
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$inboundSchema = z.object({});
1255
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$inboundSchema = z.object({});
1132
1256
  /** @internal */
1133
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$outboundSchema = z.object({});
1257
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$outboundSchema = z.object({});
1134
1258
  /**
1135
1259
  * @internal
1136
1260
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1137
1261
  */
1138
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$;
1139
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$) {
1140
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$inboundSchema` instead. */
1141
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$inboundSchema;
1142
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$outboundSchema` instead. */
1143
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$outboundSchema;
1144
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$ = {}));
1145
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557) {
1146
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$outboundSchema
1147
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557));
1262
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$;
1263
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$) {
1264
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$inboundSchema` instead. */
1265
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$inboundSchema;
1266
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$outboundSchema` instead. */
1267
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$outboundSchema;
1268
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$ = {}));
1269
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575) {
1270
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$outboundSchema
1271
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575));
1148
1272
  }
1149
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557FromJSON(jsonString) {
1150
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$inboundSchema
1151
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557' from JSON`);
1273
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575FromJSON(jsonString) {
1274
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$inboundSchema
1275
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575' from JSON`);
1152
1276
  }
1153
1277
  /** @internal */
1154
1278
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema = z.object({
1155
- "__@BRAND@8557": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$inboundSchema),
1279
+ "__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$inboundSchema),
1156
1280
  }).transform((v) => {
1157
1281
  return remap$(v, {
1158
- "__@BRAND@8557": "atBRANDAt8557",
1282
+ "__@BRAND@8575": "atBRANDAt8575",
1159
1283
  });
1160
1284
  });
1161
1285
  /** @internal */
1162
1286
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema = z.object({
1163
- atBRANDAt8557: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$outboundSchema),
1287
+ atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$outboundSchema),
1164
1288
  }).transform((v) => {
1165
1289
  return remap$(v, {
1166
- atBRANDAt8557: "__@BRAND@8557",
1290
+ atBRANDAt8575: "__@BRAND@8575",
1167
1291
  });
1168
1292
  });
1169
1293
  /**
@@ -1186,42 +1310,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
1186
1310
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength' from JSON`);
1187
1311
  }
1188
1312
  /** @internal */
1189
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$inboundSchema = z.object({});
1313
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$inboundSchema = z.object({});
1190
1314
  /** @internal */
1191
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$outboundSchema = z.object({});
1315
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$outboundSchema = z.object({});
1192
1316
  /**
1193
1317
  * @internal
1194
1318
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1195
1319
  */
1196
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$;
1197
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$) {
1198
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$inboundSchema` instead. */
1199
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$inboundSchema;
1200
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$outboundSchema` instead. */
1201
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$outboundSchema;
1202
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$ = {}));
1203
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557) {
1204
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$outboundSchema
1205
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557));
1320
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$;
1321
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$) {
1322
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$inboundSchema` instead. */
1323
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$inboundSchema;
1324
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$outboundSchema` instead. */
1325
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$outboundSchema;
1326
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$ = {}));
1327
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575) {
1328
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$outboundSchema
1329
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575));
1206
1330
  }
1207
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557FromJSON(jsonString) {
1208
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$inboundSchema
1209
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557' from JSON`);
1331
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575FromJSON(jsonString) {
1332
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$inboundSchema
1333
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575' from JSON`);
1210
1334
  }
1211
1335
  /** @internal */
1212
1336
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema = z.object({
1213
- "__@BRAND@8557": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$inboundSchema),
1337
+ "__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$inboundSchema),
1214
1338
  }).transform((v) => {
1215
1339
  return remap$(v, {
1216
- "__@BRAND@8557": "atBRANDAt8557",
1340
+ "__@BRAND@8575": "atBRANDAt8575",
1217
1341
  });
1218
1342
  });
1219
1343
  /** @internal */
1220
1344
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema = z.object({
1221
- atBRANDAt8557: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$outboundSchema),
1345
+ atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$outboundSchema),
1222
1346
  }).transform((v) => {
1223
1347
  return remap$(v, {
1224
- atBRANDAt8557: "__@BRAND@8557",
1348
+ atBRANDAt8575: "__@BRAND@8575",
1225
1349
  });
1226
1350
  });
1227
1351
  /**
@@ -1681,40 +1805,40 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
1681
1805
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema;
1682
1806
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ = {}));
1683
1807
  /** @internal */
1684
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$inboundSchema = z.object({});
1808
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$inboundSchema = z.object({});
1685
1809
  /** @internal */
1686
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$outboundSchema = z.object({});
1810
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$outboundSchema = z.object({});
1687
1811
  /**
1688
1812
  * @internal
1689
1813
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1690
1814
  */
1691
- export var CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$;
1692
- (function (CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$) {
1693
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$inboundSchema` instead. */
1694
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$inboundSchema;
1695
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$outboundSchema` instead. */
1696
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$outboundSchema;
1697
- })(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$ || (CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$ = {}));
1698
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt8557ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8557) {
1699
- return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt8557));
1815
+ export var CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$;
1816
+ (function (CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$) {
1817
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$inboundSchema` instead. */
1818
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$inboundSchema;
1819
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$outboundSchema` instead. */
1820
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$outboundSchema;
1821
+ })(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$ || (CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$ = {}));
1822
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8575ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8575) {
1823
+ return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt8575));
1700
1824
  }
1701
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt8557FromJSON(jsonString) {
1702
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557' from JSON`);
1825
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8575FromJSON(jsonString) {
1826
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575' from JSON`);
1703
1827
  }
1704
1828
  /** @internal */
1705
1829
  export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema = z.object({
1706
- "__@BRAND@8557": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$inboundSchema),
1830
+ "__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$inboundSchema),
1707
1831
  }).transform((v) => {
1708
1832
  return remap$(v, {
1709
- "__@BRAND@8557": "atBRANDAt8557",
1833
+ "__@BRAND@8575": "atBRANDAt8575",
1710
1834
  });
1711
1835
  });
1712
1836
  /** @internal */
1713
1837
  export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema = z.object({
1714
- atBRANDAt8557: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$outboundSchema),
1838
+ atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$outboundSchema),
1715
1839
  }).transform((v) => {
1716
1840
  return remap$(v, {
1717
- atBRANDAt8557: "__@BRAND@8557",
1841
+ atBRANDAt8575: "__@BRAND@8575",
1718
1842
  });
1719
1843
  });
1720
1844
  /**
@@ -1926,40 +2050,40 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(jsonString) {
1926
2050
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptions3' from JSON`);
1927
2051
  }
1928
2052
  /** @internal */
1929
- export const UiOptionsAtBRANDAt8557$inboundSchema = z.object({});
2053
+ export const UiOptionsAtBRANDAt8575$inboundSchema = z.object({});
1930
2054
  /** @internal */
1931
- export const UiOptionsAtBRANDAt8557$outboundSchema = z.object({});
2055
+ export const UiOptionsAtBRANDAt8575$outboundSchema = z.object({});
1932
2056
  /**
1933
2057
  * @internal
1934
2058
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1935
2059
  */
1936
- export var UiOptionsAtBRANDAt8557$;
1937
- (function (UiOptionsAtBRANDAt8557$) {
1938
- /** @deprecated use `UiOptionsAtBRANDAt8557$inboundSchema` instead. */
1939
- UiOptionsAtBRANDAt8557$.inboundSchema = UiOptionsAtBRANDAt8557$inboundSchema;
1940
- /** @deprecated use `UiOptionsAtBRANDAt8557$outboundSchema` instead. */
1941
- UiOptionsAtBRANDAt8557$.outboundSchema = UiOptionsAtBRANDAt8557$outboundSchema;
1942
- })(UiOptionsAtBRANDAt8557$ || (UiOptionsAtBRANDAt8557$ = {}));
1943
- export function uiOptionsAtBRANDAt8557ToJSON(uiOptionsAtBRANDAt8557) {
1944
- return JSON.stringify(UiOptionsAtBRANDAt8557$outboundSchema.parse(uiOptionsAtBRANDAt8557));
2060
+ export var UiOptionsAtBRANDAt8575$;
2061
+ (function (UiOptionsAtBRANDAt8575$) {
2062
+ /** @deprecated use `UiOptionsAtBRANDAt8575$inboundSchema` instead. */
2063
+ UiOptionsAtBRANDAt8575$.inboundSchema = UiOptionsAtBRANDAt8575$inboundSchema;
2064
+ /** @deprecated use `UiOptionsAtBRANDAt8575$outboundSchema` instead. */
2065
+ UiOptionsAtBRANDAt8575$.outboundSchema = UiOptionsAtBRANDAt8575$outboundSchema;
2066
+ })(UiOptionsAtBRANDAt8575$ || (UiOptionsAtBRANDAt8575$ = {}));
2067
+ export function uiOptionsAtBRANDAt8575ToJSON(uiOptionsAtBRANDAt8575) {
2068
+ return JSON.stringify(UiOptionsAtBRANDAt8575$outboundSchema.parse(uiOptionsAtBRANDAt8575));
1945
2069
  }
1946
- export function uiOptionsAtBRANDAt8557FromJSON(jsonString) {
1947
- return safeParse(jsonString, (x) => UiOptionsAtBRANDAt8557$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt8557' from JSON`);
2070
+ export function uiOptionsAtBRANDAt8575FromJSON(jsonString) {
2071
+ return safeParse(jsonString, (x) => UiOptionsAtBRANDAt8575$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt8575' from JSON`);
1948
2072
  }
1949
2073
  /** @internal */
1950
2074
  export const CreateIntegrationStoreDirectUiOptions2$inboundSchema = z.object({
1951
- "__@BRAND@8557": z.lazy(() => UiOptionsAtBRANDAt8557$inboundSchema),
2075
+ "__@BRAND@8575": z.lazy(() => UiOptionsAtBRANDAt8575$inboundSchema),
1952
2076
  }).transform((v) => {
1953
2077
  return remap$(v, {
1954
- "__@BRAND@8557": "atBRANDAt8557",
2078
+ "__@BRAND@8575": "atBRANDAt8575",
1955
2079
  });
1956
2080
  });
1957
2081
  /** @internal */
1958
2082
  export const CreateIntegrationStoreDirectUiOptions2$outboundSchema = z.object({
1959
- atBRANDAt8557: z.lazy(() => UiOptionsAtBRANDAt8557$outboundSchema),
2083
+ atBRANDAt8575: z.lazy(() => UiOptionsAtBRANDAt8575$outboundSchema),
1960
2084
  }).transform((v) => {
1961
2085
  return remap$(v, {
1962
- atBRANDAt8557: "__@BRAND@8557",
2086
+ atBRANDAt8575: "__@BRAND@8575",
1963
2087
  });
1964
2088
  });
1965
2089
  /**
@@ -2200,42 +2324,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
2200
2324
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions' from JSON`);
2201
2325
  }
2202
2326
  /** @internal */
2203
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$inboundSchema = z.object({});
2327
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$inboundSchema = z.object({});
2204
2328
  /** @internal */
2205
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$outboundSchema = z.object({});
2329
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$outboundSchema = z.object({});
2206
2330
  /**
2207
2331
  * @internal
2208
2332
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2209
2333
  */
2210
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$;
2211
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$) {
2212
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$inboundSchema` instead. */
2213
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$inboundSchema;
2214
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$outboundSchema` instead. */
2215
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$outboundSchema;
2216
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$ = {}));
2217
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557) {
2218
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$outboundSchema
2219
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557));
2334
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$;
2335
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$) {
2336
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$inboundSchema` instead. */
2337
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$inboundSchema;
2338
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$outboundSchema` instead. */
2339
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$outboundSchema;
2340
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$ = {}));
2341
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575) {
2342
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$outboundSchema
2343
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575));
2220
2344
  }
2221
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557FromJSON(jsonString) {
2222
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$inboundSchema
2223
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557' from JSON`);
2345
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575FromJSON(jsonString) {
2346
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$inboundSchema
2347
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575' from JSON`);
2224
2348
  }
2225
2349
  /** @internal */
2226
2350
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
2227
- "__@BRAND@8557": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$inboundSchema),
2351
+ "__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$inboundSchema),
2228
2352
  }).transform((v) => {
2229
2353
  return remap$(v, {
2230
- "__@BRAND@8557": "atBRANDAt8557",
2354
+ "__@BRAND@8575": "atBRANDAt8575",
2231
2355
  });
2232
2356
  });
2233
2357
  /** @internal */
2234
2358
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
2235
- atBRANDAt8557: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$outboundSchema),
2359
+ atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$outboundSchema),
2236
2360
  }).transform((v) => {
2237
2361
  return remap$(v, {
2238
- atBRANDAt8557: "__@BRAND@8557",
2362
+ atBRANDAt8575: "__@BRAND@8575",
2239
2363
  });
2240
2364
  });
2241
2365
  /**
@@ -2258,42 +2382,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
2258
2382
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength' from JSON`);
2259
2383
  }
2260
2384
  /** @internal */
2261
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$inboundSchema = z.object({});
2385
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$inboundSchema = z.object({});
2262
2386
  /** @internal */
2263
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$outboundSchema = z.object({});
2387
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$outboundSchema = z.object({});
2264
2388
  /**
2265
2389
  * @internal
2266
2390
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2267
2391
  */
2268
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$;
2269
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$) {
2270
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$inboundSchema` instead. */
2271
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$inboundSchema;
2272
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$outboundSchema` instead. */
2273
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$outboundSchema;
2274
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$ = {}));
2275
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557) {
2276
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$outboundSchema
2277
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557));
2392
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$;
2393
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$) {
2394
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$inboundSchema` instead. */
2395
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$inboundSchema;
2396
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$outboundSchema` instead. */
2397
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$outboundSchema;
2398
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$ = {}));
2399
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575) {
2400
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$outboundSchema
2401
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575));
2278
2402
  }
2279
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557FromJSON(jsonString) {
2280
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$inboundSchema
2281
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557' from JSON`);
2403
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575FromJSON(jsonString) {
2404
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$inboundSchema
2405
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575' from JSON`);
2282
2406
  }
2283
2407
  /** @internal */
2284
2408
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
2285
- "__@BRAND@8557": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$inboundSchema),
2409
+ "__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$inboundSchema),
2286
2410
  }).transform((v) => {
2287
2411
  return remap$(v, {
2288
- "__@BRAND@8557": "atBRANDAt8557",
2412
+ "__@BRAND@8575": "atBRANDAt8575",
2289
2413
  });
2290
2414
  });
2291
2415
  /** @internal */
2292
2416
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
2293
- atBRANDAt8557: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$outboundSchema),
2417
+ atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$outboundSchema),
2294
2418
  }).transform((v) => {
2295
2419
  return remap$(v, {
2296
- atBRANDAt8557: "__@BRAND@8557",
2420
+ atBRANDAt8575: "__@BRAND@8575",
2297
2421
  });
2298
2422
  });
2299
2423
  /**
@@ -2316,42 +2440,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
2316
2440
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength' from JSON`);
2317
2441
  }
2318
2442
  /** @internal */
2319
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$inboundSchema = z.object({});
2443
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$inboundSchema = z.object({});
2320
2444
  /** @internal */
2321
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$outboundSchema = z.object({});
2445
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$outboundSchema = z.object({});
2322
2446
  /**
2323
2447
  * @internal
2324
2448
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2325
2449
  */
2326
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$;
2327
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$) {
2328
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$inboundSchema` instead. */
2329
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$inboundSchema;
2330
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$outboundSchema` instead. */
2331
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$outboundSchema;
2332
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$ = {}));
2333
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557) {
2334
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$outboundSchema
2335
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557));
2450
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$;
2451
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$) {
2452
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$inboundSchema` instead. */
2453
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$inboundSchema;
2454
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$outboundSchema` instead. */
2455
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$outboundSchema;
2456
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$ = {}));
2457
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575) {
2458
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$outboundSchema
2459
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575));
2336
2460
  }
2337
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557FromJSON(jsonString) {
2338
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$inboundSchema
2339
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557' from JSON`);
2461
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575FromJSON(jsonString) {
2462
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$inboundSchema
2463
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575' from JSON`);
2340
2464
  }
2341
2465
  /** @internal */
2342
2466
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
2343
- "__@BRAND@8557": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$inboundSchema),
2467
+ "__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$inboundSchema),
2344
2468
  }).transform((v) => {
2345
2469
  return remap$(v, {
2346
- "__@BRAND@8557": "atBRANDAt8557",
2470
+ "__@BRAND@8575": "atBRANDAt8575",
2347
2471
  });
2348
2472
  });
2349
2473
  /** @internal */
2350
2474
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
2351
- atBRANDAt8557: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$outboundSchema),
2475
+ atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$outboundSchema),
2352
2476
  }).transform((v) => {
2353
2477
  return remap$(v, {
2354
- atBRANDAt8557: "__@BRAND@8557",
2478
+ atBRANDAt8575: "__@BRAND@8575",
2355
2479
  });
2356
2480
  });
2357
2481
  /**
@@ -2823,42 +2947,42 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
2823
2947
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema;
2824
2948
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$ = {}));
2825
2949
  /** @internal */
2826
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$inboundSchema = z.object({});
2950
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$inboundSchema = z.object({});
2827
2951
  /** @internal */
2828
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$outboundSchema = z.object({});
2952
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$outboundSchema = z.object({});
2829
2953
  /**
2830
2954
  * @internal
2831
2955
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2832
2956
  */
2833
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$;
2834
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$) {
2835
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$inboundSchema` instead. */
2836
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$inboundSchema;
2837
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$outboundSchema` instead. */
2838
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$outboundSchema;
2839
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$ = {}));
2840
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557) {
2841
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$outboundSchema
2842
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557));
2957
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$;
2958
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$) {
2959
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$inboundSchema` instead. */
2960
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$inboundSchema;
2961
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$outboundSchema` instead. */
2962
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$outboundSchema;
2963
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$ = {}));
2964
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575) {
2965
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$outboundSchema
2966
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575));
2843
2967
  }
2844
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557FromJSON(jsonString) {
2845
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$inboundSchema
2846
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557' from JSON`);
2968
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575FromJSON(jsonString) {
2969
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$inboundSchema
2970
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575' from JSON`);
2847
2971
  }
2848
2972
  /** @internal */
2849
2973
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema = z.object({
2850
- "__@BRAND@8557": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$inboundSchema),
2974
+ "__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$inboundSchema),
2851
2975
  }).transform((v) => {
2852
2976
  return remap$(v, {
2853
- "__@BRAND@8557": "atBRANDAt8557",
2977
+ "__@BRAND@8575": "atBRANDAt8575",
2854
2978
  });
2855
2979
  });
2856
2980
  /** @internal */
2857
2981
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema = z.object({
2858
- atBRANDAt8557: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$outboundSchema),
2982
+ atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$outboundSchema),
2859
2983
  }).transform((v) => {
2860
2984
  return remap$(v, {
2861
- atBRANDAt8557: "__@BRAND@8557",
2985
+ atBRANDAt8575: "__@BRAND@8575",
2862
2986
  });
2863
2987
  });
2864
2988
  /**
@@ -2881,42 +3005,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
2881
3005
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength' from JSON`);
2882
3006
  }
2883
3007
  /** @internal */
2884
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$inboundSchema = z.object({});
3008
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$inboundSchema = z.object({});
2885
3009
  /** @internal */
2886
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$outboundSchema = z.object({});
3010
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$outboundSchema = z.object({});
2887
3011
  /**
2888
3012
  * @internal
2889
3013
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2890
3014
  */
2891
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$;
2892
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$) {
2893
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$inboundSchema` instead. */
2894
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$inboundSchema;
2895
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$outboundSchema` instead. */
2896
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$outboundSchema;
2897
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$ = {}));
2898
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557) {
2899
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$outboundSchema
2900
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557));
3015
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$;
3016
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$) {
3017
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$inboundSchema` instead. */
3018
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$inboundSchema;
3019
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$outboundSchema` instead. */
3020
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$outboundSchema;
3021
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$ = {}));
3022
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575) {
3023
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$outboundSchema
3024
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575));
2901
3025
  }
2902
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557FromJSON(jsonString) {
2903
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$inboundSchema
2904
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557' from JSON`);
3026
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575FromJSON(jsonString) {
3027
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$inboundSchema
3028
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575' from JSON`);
2905
3029
  }
2906
3030
  /** @internal */
2907
3031
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema = z.object({
2908
- "__@BRAND@8557": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$inboundSchema),
3032
+ "__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$inboundSchema),
2909
3033
  }).transform((v) => {
2910
3034
  return remap$(v, {
2911
- "__@BRAND@8557": "atBRANDAt8557",
3035
+ "__@BRAND@8575": "atBRANDAt8575",
2912
3036
  });
2913
3037
  });
2914
3038
  /** @internal */
2915
3039
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema = z.object({
2916
- atBRANDAt8557: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$outboundSchema),
3040
+ atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$outboundSchema),
2917
3041
  }).transform((v) => {
2918
3042
  return remap$(v, {
2919
- atBRANDAt8557: "__@BRAND@8557",
3043
+ atBRANDAt8575: "__@BRAND@8575",
2920
3044
  });
2921
3045
  });
2922
3046
  /**
@@ -2939,42 +3063,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
2939
3063
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength' from JSON`);
2940
3064
  }
2941
3065
  /** @internal */
2942
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$inboundSchema = z.object({});
3066
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$inboundSchema = z.object({});
2943
3067
  /** @internal */
2944
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$outboundSchema = z.object({});
3068
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$outboundSchema = z.object({});
2945
3069
  /**
2946
3070
  * @internal
2947
3071
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2948
3072
  */
2949
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$;
2950
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$) {
2951
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$inboundSchema` instead. */
2952
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$inboundSchema;
2953
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$outboundSchema` instead. */
2954
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$outboundSchema;
2955
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$ = {}));
2956
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557) {
2957
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$outboundSchema
2958
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557));
3073
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$;
3074
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$) {
3075
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$inboundSchema` instead. */
3076
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$inboundSchema;
3077
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$outboundSchema` instead. */
3078
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$outboundSchema;
3079
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$ = {}));
3080
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575) {
3081
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$outboundSchema
3082
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575));
2959
3083
  }
2960
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557FromJSON(jsonString) {
2961
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$inboundSchema
2962
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557' from JSON`);
3084
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575FromJSON(jsonString) {
3085
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$inboundSchema
3086
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575' from JSON`);
2963
3087
  }
2964
3088
  /** @internal */
2965
3089
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema = z.object({
2966
- "__@BRAND@8557": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$inboundSchema),
3090
+ "__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$inboundSchema),
2967
3091
  }).transform((v) => {
2968
3092
  return remap$(v, {
2969
- "__@BRAND@8557": "atBRANDAt8557",
3093
+ "__@BRAND@8575": "atBRANDAt8575",
2970
3094
  });
2971
3095
  });
2972
3096
  /** @internal */
2973
3097
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema = z.object({
2974
- atBRANDAt8557: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$outboundSchema),
3098
+ atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$outboundSchema),
2975
3099
  }).transform((v) => {
2976
3100
  return remap$(v, {
2977
- atBRANDAt8557: "__@BRAND@8557",
3101
+ atBRANDAt8575: "__@BRAND@8575",
2978
3102
  });
2979
3103
  });
2980
3104
  /**
@@ -3878,42 +4002,42 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonStri
3878
4002
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesUiOptions' from JSON`);
3879
4003
  }
3880
4004
  /** @internal */
3881
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$inboundSchema = z.object({});
4005
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$inboundSchema = z.object({});
3882
4006
  /** @internal */
3883
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$outboundSchema = z.object({});
4007
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$outboundSchema = z.object({});
3884
4008
  /**
3885
4009
  * @internal
3886
4010
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3887
4011
  */
3888
- export var CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$;
3889
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$) {
3890
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$inboundSchema` instead. */
3891
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$inboundSchema;
3892
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$outboundSchema` instead. */
3893
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$outboundSchema;
3894
- })(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$ || (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$ = {}));
3895
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557) {
3896
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$outboundSchema
3897
- .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557));
4012
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$;
4013
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$) {
4014
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$inboundSchema` instead. */
4015
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$inboundSchema;
4016
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$outboundSchema` instead. */
4017
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$outboundSchema;
4018
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$ || (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$ = {}));
4019
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575) {
4020
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$outboundSchema
4021
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575));
3898
4022
  }
3899
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557FromJSON(jsonString) {
3900
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$inboundSchema
3901
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557' from JSON`);
4023
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575FromJSON(jsonString) {
4024
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$inboundSchema
4025
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575' from JSON`);
3902
4026
  }
3903
4027
  /** @internal */
3904
4028
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema = z.object({
3905
- "__@BRAND@8557": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$inboundSchema),
4029
+ "__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$inboundSchema),
3906
4030
  }).transform((v) => {
3907
4031
  return remap$(v, {
3908
- "__@BRAND@8557": "atBRANDAt8557",
4032
+ "__@BRAND@8575": "atBRANDAt8575",
3909
4033
  });
3910
4034
  });
3911
4035
  /** @internal */
3912
4036
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema = z.object({
3913
- atBRANDAt8557: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$outboundSchema),
4037
+ atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$outboundSchema),
3914
4038
  }).transform((v) => {
3915
4039
  return remap$(v, {
3916
- atBRANDAt8557: "__@BRAND@8557",
4040
+ atBRANDAt8575: "__@BRAND@8575",
3917
4041
  });
3918
4042
  });
3919
4043
  /**
@@ -3936,42 +4060,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
3936
4060
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength' from JSON`);
3937
4061
  }
3938
4062
  /** @internal */
3939
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$inboundSchema = z.object({});
4063
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$inboundSchema = z.object({});
3940
4064
  /** @internal */
3941
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$outboundSchema = z.object({});
4065
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$outboundSchema = z.object({});
3942
4066
  /**
3943
4067
  * @internal
3944
4068
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3945
4069
  */
3946
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$;
3947
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$) {
3948
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$inboundSchema` instead. */
3949
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$inboundSchema;
3950
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$outboundSchema` instead. */
3951
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$outboundSchema;
3952
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$ = {}));
3953
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557) {
3954
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$outboundSchema
3955
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557));
4070
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$;
4071
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$) {
4072
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$inboundSchema` instead. */
4073
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$inboundSchema;
4074
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$outboundSchema` instead. */
4075
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$outboundSchema;
4076
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$ = {}));
4077
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575) {
4078
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$outboundSchema
4079
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575));
3956
4080
  }
3957
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557FromJSON(jsonString) {
3958
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$inboundSchema
3959
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557' from JSON`);
4081
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575FromJSON(jsonString) {
4082
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$inboundSchema
4083
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575' from JSON`);
3960
4084
  }
3961
4085
  /** @internal */
3962
4086
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema = z.object({
3963
- "__@BRAND@8557": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$inboundSchema),
4087
+ "__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$inboundSchema),
3964
4088
  }).transform((v) => {
3965
4089
  return remap$(v, {
3966
- "__@BRAND@8557": "atBRANDAt8557",
4090
+ "__@BRAND@8575": "atBRANDAt8575",
3967
4091
  });
3968
4092
  });
3969
4093
  /** @internal */
3970
4094
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema = z.object({
3971
- atBRANDAt8557: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$outboundSchema),
4095
+ atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$outboundSchema),
3972
4096
  }).transform((v) => {
3973
4097
  return remap$(v, {
3974
- atBRANDAt8557: "__@BRAND@8557",
4098
+ atBRANDAt8575: "__@BRAND@8575",
3975
4099
  });
3976
4100
  });
3977
4101
  /**
@@ -3994,42 +4118,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
3994
4118
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMinLength' from JSON`);
3995
4119
  }
3996
4120
  /** @internal */
3997
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$inboundSchema = z.object({});
4121
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$inboundSchema = z.object({});
3998
4122
  /** @internal */
3999
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$outboundSchema = z.object({});
4123
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$outboundSchema = z.object({});
4000
4124
  /**
4001
4125
  * @internal
4002
4126
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4003
4127
  */
4004
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$;
4005
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$) {
4006
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$inboundSchema` instead. */
4007
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$inboundSchema;
4008
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$outboundSchema` instead. */
4009
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$outboundSchema;
4010
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$ = {}));
4011
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557) {
4012
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$outboundSchema
4013
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557));
4128
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$;
4129
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$) {
4130
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$inboundSchema` instead. */
4131
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$inboundSchema;
4132
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$outboundSchema` instead. */
4133
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$outboundSchema;
4134
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$ = {}));
4135
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575) {
4136
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$outboundSchema
4137
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575));
4014
4138
  }
4015
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557FromJSON(jsonString) {
4016
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$inboundSchema
4017
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557' from JSON`);
4139
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575FromJSON(jsonString) {
4140
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$inboundSchema
4141
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575' from JSON`);
4018
4142
  }
4019
4143
  /** @internal */
4020
4144
  export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema = z.object({
4021
- "__@BRAND@8557": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$inboundSchema),
4145
+ "__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$inboundSchema),
4022
4146
  }).transform((v) => {
4023
4147
  return remap$(v, {
4024
- "__@BRAND@8557": "atBRANDAt8557",
4148
+ "__@BRAND@8575": "atBRANDAt8575",
4025
4149
  });
4026
4150
  });
4027
4151
  /** @internal */
4028
4152
  export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema = z.object({
4029
- atBRANDAt8557: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$outboundSchema),
4153
+ atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$outboundSchema),
4030
4154
  }).transform((v) => {
4031
4155
  return remap$(v, {
4032
- atBRANDAt8557: "__@BRAND@8557",
4156
+ atBRANDAt8575: "__@BRAND@8575",
4033
4157
  });
4034
4158
  });
4035
4159
  /**
@@ -5838,42 +5962,42 @@ export var CreateIntegrationStoreDirectPropertiesUiControl$;
5838
5962
  CreateIntegrationStoreDirectPropertiesUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema;
5839
5963
  })(CreateIntegrationStoreDirectPropertiesUiControl$ || (CreateIntegrationStoreDirectPropertiesUiControl$ = {}));
5840
5964
  /** @internal */
5841
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$inboundSchema = z.object({});
5965
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$inboundSchema = z.object({});
5842
5966
  /** @internal */
5843
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$outboundSchema = z.object({});
5967
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$outboundSchema = z.object({});
5844
5968
  /**
5845
5969
  * @internal
5846
5970
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5847
5971
  */
5848
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$;
5849
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$) {
5850
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$inboundSchema` instead. */
5851
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$inboundSchema;
5852
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$outboundSchema` instead. */
5853
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$outboundSchema;
5854
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$ = {}));
5855
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557) {
5856
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$outboundSchema
5857
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557));
5972
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$;
5973
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$) {
5974
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$inboundSchema` instead. */
5975
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$inboundSchema;
5976
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$outboundSchema` instead. */
5977
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$outboundSchema;
5978
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$ = {}));
5979
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575) {
5980
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$outboundSchema
5981
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575));
5858
5982
  }
5859
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557FromJSON(jsonString) {
5860
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$inboundSchema
5861
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557' from JSON`);
5983
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575FromJSON(jsonString) {
5984
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$inboundSchema
5985
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575' from JSON`);
5862
5986
  }
5863
5987
  /** @internal */
5864
5988
  export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema = z.object({
5865
- "__@BRAND@8557": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$inboundSchema),
5989
+ "__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$inboundSchema),
5866
5990
  }).transform((v) => {
5867
5991
  return remap$(v, {
5868
- "__@BRAND@8557": "atBRANDAt8557",
5992
+ "__@BRAND@8575": "atBRANDAt8575",
5869
5993
  });
5870
5994
  });
5871
5995
  /** @internal */
5872
5996
  export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema = z.object({
5873
- atBRANDAt8557: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$outboundSchema),
5997
+ atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$outboundSchema),
5874
5998
  }).transform((v) => {
5875
5999
  return remap$(v, {
5876
- atBRANDAt8557: "__@BRAND@8557",
6000
+ atBRANDAt8575: "__@BRAND@8575",
5877
6001
  });
5878
6002
  });
5879
6003
  /**
@@ -5894,40 +6018,40 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonStri
5894
6018
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMaxLength' from JSON`);
5895
6019
  }
5896
6020
  /** @internal */
5897
- export const PropertiesAtBRANDAt8557$inboundSchema = z.object({});
6021
+ export const PropertiesAtBRANDAt8575$inboundSchema = z.object({});
5898
6022
  /** @internal */
5899
- export const PropertiesAtBRANDAt8557$outboundSchema = z.object({});
6023
+ export const PropertiesAtBRANDAt8575$outboundSchema = z.object({});
5900
6024
  /**
5901
6025
  * @internal
5902
6026
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5903
6027
  */
5904
- export var PropertiesAtBRANDAt8557$;
5905
- (function (PropertiesAtBRANDAt8557$) {
5906
- /** @deprecated use `PropertiesAtBRANDAt8557$inboundSchema` instead. */
5907
- PropertiesAtBRANDAt8557$.inboundSchema = PropertiesAtBRANDAt8557$inboundSchema;
5908
- /** @deprecated use `PropertiesAtBRANDAt8557$outboundSchema` instead. */
5909
- PropertiesAtBRANDAt8557$.outboundSchema = PropertiesAtBRANDAt8557$outboundSchema;
5910
- })(PropertiesAtBRANDAt8557$ || (PropertiesAtBRANDAt8557$ = {}));
5911
- export function propertiesAtBRANDAt8557ToJSON(propertiesAtBRANDAt8557) {
5912
- return JSON.stringify(PropertiesAtBRANDAt8557$outboundSchema.parse(propertiesAtBRANDAt8557));
6028
+ export var PropertiesAtBRANDAt8575$;
6029
+ (function (PropertiesAtBRANDAt8575$) {
6030
+ /** @deprecated use `PropertiesAtBRANDAt8575$inboundSchema` instead. */
6031
+ PropertiesAtBRANDAt8575$.inboundSchema = PropertiesAtBRANDAt8575$inboundSchema;
6032
+ /** @deprecated use `PropertiesAtBRANDAt8575$outboundSchema` instead. */
6033
+ PropertiesAtBRANDAt8575$.outboundSchema = PropertiesAtBRANDAt8575$outboundSchema;
6034
+ })(PropertiesAtBRANDAt8575$ || (PropertiesAtBRANDAt8575$ = {}));
6035
+ export function propertiesAtBRANDAt8575ToJSON(propertiesAtBRANDAt8575) {
6036
+ return JSON.stringify(PropertiesAtBRANDAt8575$outboundSchema.parse(propertiesAtBRANDAt8575));
5913
6037
  }
5914
- export function propertiesAtBRANDAt8557FromJSON(jsonString) {
5915
- return safeParse(jsonString, (x) => PropertiesAtBRANDAt8557$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt8557' from JSON`);
6038
+ export function propertiesAtBRANDAt8575FromJSON(jsonString) {
6039
+ return safeParse(jsonString, (x) => PropertiesAtBRANDAt8575$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt8575' from JSON`);
5916
6040
  }
5917
6041
  /** @internal */
5918
6042
  export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema = z.object({
5919
- "__@BRAND@8557": z.lazy(() => PropertiesAtBRANDAt8557$inboundSchema),
6043
+ "__@BRAND@8575": z.lazy(() => PropertiesAtBRANDAt8575$inboundSchema),
5920
6044
  }).transform((v) => {
5921
6045
  return remap$(v, {
5922
- "__@BRAND@8557": "atBRANDAt8557",
6046
+ "__@BRAND@8575": "atBRANDAt8575",
5923
6047
  });
5924
6048
  });
5925
6049
  /** @internal */
5926
6050
  export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema = z.object({
5927
- atBRANDAt8557: z.lazy(() => PropertiesAtBRANDAt8557$outboundSchema),
6051
+ atBRANDAt8575: z.lazy(() => PropertiesAtBRANDAt8575$outboundSchema),
5928
6052
  }).transform((v) => {
5929
6053
  return remap$(v, {
5930
- atBRANDAt8557: "__@BRAND@8557",
6054
+ atBRANDAt8575: "__@BRAND@8575",
5931
6055
  });
5932
6056
  });
5933
6057
  /**
@@ -5948,40 +6072,40 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonStri
5948
6072
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMinLength' from JSON`);
5949
6073
  }
5950
6074
  /** @internal */
5951
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$inboundSchema = z.object({});
6075
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$inboundSchema = z.object({});
5952
6076
  /** @internal */
5953
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$outboundSchema = z.object({});
6077
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$outboundSchema = z.object({});
5954
6078
  /**
5955
6079
  * @internal
5956
6080
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5957
6081
  */
5958
- export var CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$;
5959
- (function (CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$) {
5960
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$inboundSchema` instead. */
5961
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$inboundSchema;
5962
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$outboundSchema` instead. */
5963
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$outboundSchema;
5964
- })(CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$ || (CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$ = {}));
5965
- export function createIntegrationStoreDirectPropertiesAtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8557) {
5966
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt8557));
6082
+ export var CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$;
6083
+ (function (CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$) {
6084
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$inboundSchema` instead. */
6085
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$inboundSchema;
6086
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$outboundSchema` instead. */
6087
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$outboundSchema;
6088
+ })(CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$ || (CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$ = {}));
6089
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8575) {
6090
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt8575));
5967
6091
  }
5968
- export function createIntegrationStoreDirectPropertiesAtBRANDAt8557FromJSON(jsonString) {
5969
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8557' from JSON`);
6092
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt8575FromJSON(jsonString) {
6093
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8575' from JSON`);
5970
6094
  }
5971
6095
  /** @internal */
5972
6096
  export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema = z.object({
5973
- "__@BRAND@8557": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$inboundSchema),
6097
+ "__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$inboundSchema),
5974
6098
  }).transform((v) => {
5975
6099
  return remap$(v, {
5976
- "__@BRAND@8557": "atBRANDAt8557",
6100
+ "__@BRAND@8575": "atBRANDAt8575",
5977
6101
  });
5978
6102
  });
5979
6103
  /** @internal */
5980
6104
  export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema = z.object({
5981
- atBRANDAt8557: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$outboundSchema),
6105
+ atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$outboundSchema),
5982
6106
  }).transform((v) => {
5983
6107
  return remap$(v, {
5984
- atBRANDAt8557: "__@BRAND@8557",
6108
+ atBRANDAt8575: "__@BRAND@8575",
5985
6109
  });
5986
6110
  });
5987
6111
  /**
@@ -6671,40 +6795,40 @@ export function guidesFromJSON(jsonString) {
6671
6795
  return safeParse(jsonString, (x) => Guides$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Guides' from JSON`);
6672
6796
  }
6673
6797
  /** @internal */
6674
- export const AtBRANDAt8557$inboundSchema = z.object({});
6798
+ export const AtBRANDAt8575$inboundSchema = z.object({});
6675
6799
  /** @internal */
6676
- export const AtBRANDAt8557$outboundSchema = z.object({});
6800
+ export const AtBRANDAt8575$outboundSchema = z.object({});
6677
6801
  /**
6678
6802
  * @internal
6679
6803
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6680
6804
  */
6681
- export var AtBRANDAt8557$;
6682
- (function (AtBRANDAt8557$) {
6683
- /** @deprecated use `AtBRANDAt8557$inboundSchema` instead. */
6684
- AtBRANDAt8557$.inboundSchema = AtBRANDAt8557$inboundSchema;
6685
- /** @deprecated use `AtBRANDAt8557$outboundSchema` instead. */
6686
- AtBRANDAt8557$.outboundSchema = AtBRANDAt8557$outboundSchema;
6687
- })(AtBRANDAt8557$ || (AtBRANDAt8557$ = {}));
6688
- export function atBRANDAt8557ToJSON(atBRANDAt8557) {
6689
- return JSON.stringify(AtBRANDAt8557$outboundSchema.parse(atBRANDAt8557));
6805
+ export var AtBRANDAt8575$;
6806
+ (function (AtBRANDAt8575$) {
6807
+ /** @deprecated use `AtBRANDAt8575$inboundSchema` instead. */
6808
+ AtBRANDAt8575$.inboundSchema = AtBRANDAt8575$inboundSchema;
6809
+ /** @deprecated use `AtBRANDAt8575$outboundSchema` instead. */
6810
+ AtBRANDAt8575$.outboundSchema = AtBRANDAt8575$outboundSchema;
6811
+ })(AtBRANDAt8575$ || (AtBRANDAt8575$ = {}));
6812
+ export function atBRANDAt8575ToJSON(atBRANDAt8575) {
6813
+ return JSON.stringify(AtBRANDAt8575$outboundSchema.parse(atBRANDAt8575));
6690
6814
  }
6691
- export function atBRANDAt8557FromJSON(jsonString) {
6692
- return safeParse(jsonString, (x) => AtBRANDAt8557$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt8557' from JSON`);
6815
+ export function atBRANDAt8575FromJSON(jsonString) {
6816
+ return safeParse(jsonString, (x) => AtBRANDAt8575$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt8575' from JSON`);
6693
6817
  }
6694
6818
  /** @internal */
6695
6819
  export const CreateIntegrationStoreDirectValue$inboundSchema = z.object({
6696
- "__@BRAND@8557": z.lazy(() => AtBRANDAt8557$inboundSchema),
6820
+ "__@BRAND@8575": z.lazy(() => AtBRANDAt8575$inboundSchema),
6697
6821
  }).transform((v) => {
6698
6822
  return remap$(v, {
6699
- "__@BRAND@8557": "atBRANDAt8557",
6823
+ "__@BRAND@8575": "atBRANDAt8575",
6700
6824
  });
6701
6825
  });
6702
6826
  /** @internal */
6703
6827
  export const CreateIntegrationStoreDirectValue$outboundSchema = z.object({
6704
- atBRANDAt8557: z.lazy(() => AtBRANDAt8557$outboundSchema),
6828
+ atBRANDAt8575: z.lazy(() => AtBRANDAt8575$outboundSchema),
6705
6829
  }).transform((v) => {
6706
6830
  return remap$(v, {
6707
- atBRANDAt8557: "__@BRAND@8557",
6831
+ atBRANDAt8575: "__@BRAND@8575",
6708
6832
  });
6709
6833
  });
6710
6834
  /**
@@ -7241,6 +7365,7 @@ export function createIntegrationStoreDirectBillingPlanFromJSON(jsonString) {
7241
7365
  /** @internal */
7242
7366
  export const CreateIntegrationStoreDirectStore$inboundSchema = z.object({
7243
7367
  projectsMetadata: z.array(z.lazy(() => ProjectsMetadata$inboundSchema)),
7368
+ projectFilter: z.lazy(() => ProjectFilter$inboundSchema).optional(),
7244
7369
  totalConnectedProjects: z.number().optional(),
7245
7370
  usageQuotaExceeded: z.boolean(),
7246
7371
  status: z.nullable(CreateIntegrationStoreDirectStatus$inboundSchema),
@@ -7265,6 +7390,7 @@ export const CreateIntegrationStoreDirectStore$inboundSchema = z.object({
7265
7390
  /** @internal */
7266
7391
  export const CreateIntegrationStoreDirectStore$outboundSchema = z.object({
7267
7392
  projectsMetadata: z.array(z.lazy(() => ProjectsMetadata$outboundSchema)),
7393
+ projectFilter: z.lazy(() => ProjectFilter$outboundSchema).optional(),
7268
7394
  totalConnectedProjects: z.number().optional(),
7269
7395
  usageQuotaExceeded: z.boolean(),
7270
7396
  status: z.nullable(CreateIntegrationStoreDirectStatus$outboundSchema),