@vercel/sdk 1.13.8 → 1.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (245) hide show
  1. package/README.md +29 -21
  2. package/bin/mcp-server.js +2619 -1667
  3. package/bin/mcp-server.js.map +47 -36
  4. package/docs/sdks/domainsregistrar/README.md +6 -0
  5. package/docs/sdks/marketplace/README.md +150 -0
  6. package/docs/sdks/projects/README.md +2 -0
  7. package/docs/sdks/security/README.md +70 -0
  8. package/esm/__tests__/accessgroups.test.js +3 -1
  9. package/esm/__tests__/accessgroups.test.js.map +1 -1
  10. package/esm/__tests__/domains.test.js +9 -6
  11. package/esm/__tests__/domains.test.js.map +1 -1
  12. package/esm/__tests__/edgeconfig.test.js +6 -6
  13. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  14. package/esm/__tests__/integrations.test.js +1 -1
  15. package/esm/__tests__/marketplace.test.js +16 -0
  16. package/esm/__tests__/marketplace.test.js.map +1 -1
  17. package/esm/__tests__/rollingrelease.test.js +2 -2
  18. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  19. package/esm/__tests__/security.test.js +14 -0
  20. package/esm/__tests__/security.test.js.map +1 -1
  21. package/esm/funcs/integrationsDeleteConfiguration.js +2 -2
  22. package/esm/funcs/integrationsDeleteConfiguration.js.map +1 -1
  23. package/esm/funcs/marketplaceUpdateInstallation.d.ts +17 -0
  24. package/esm/funcs/marketplaceUpdateInstallation.d.ts.map +1 -0
  25. package/esm/funcs/marketplaceUpdateInstallation.js +82 -0
  26. package/esm/funcs/marketplaceUpdateInstallation.js.map +1 -0
  27. package/esm/funcs/marketplaceUpdateResource.d.ts +17 -0
  28. package/esm/funcs/marketplaceUpdateResource.d.ts.map +1 -0
  29. package/esm/funcs/marketplaceUpdateResource.js +85 -0
  30. package/esm/funcs/marketplaceUpdateResource.js.map +1 -0
  31. package/esm/funcs/projectsGetProjects.js +1 -0
  32. package/esm/funcs/projectsGetProjects.js.map +1 -1
  33. package/esm/funcs/securityGetV1SecurityFirewallEvents.d.ts +17 -0
  34. package/esm/funcs/securityGetV1SecurityFirewallEvents.d.ts.map +1 -0
  35. package/esm/funcs/securityGetV1SecurityFirewallEvents.js +78 -0
  36. package/esm/funcs/securityGetV1SecurityFirewallEvents.js.map +1 -0
  37. package/esm/lib/config.d.ts +3 -3
  38. package/esm/lib/config.js +3 -3
  39. package/esm/lib/config.js.map +1 -1
  40. package/esm/mcp-server/mcp-server.js +1 -1
  41. package/esm/mcp-server/server.d.ts.map +1 -1
  42. package/esm/mcp-server/server.js +7 -1
  43. package/esm/mcp-server/server.js.map +1 -1
  44. package/esm/mcp-server/tools/marketplaceUpdateInstallation.d.ts +7 -0
  45. package/esm/mcp-server/tools/marketplaceUpdateInstallation.d.ts.map +1 -0
  46. package/esm/mcp-server/tools/marketplaceUpdateInstallation.js +27 -0
  47. package/esm/mcp-server/tools/marketplaceUpdateInstallation.js.map +1 -0
  48. package/esm/mcp-server/tools/marketplaceUpdateResource.d.ts +7 -0
  49. package/esm/mcp-server/tools/marketplaceUpdateResource.d.ts.map +1 -0
  50. package/esm/mcp-server/tools/marketplaceUpdateResource.js +28 -0
  51. package/esm/mcp-server/tools/marketplaceUpdateResource.js.map +1 -0
  52. package/esm/mcp-server/tools/securityGetV1SecurityFirewallEvents.d.ts +7 -0
  53. package/esm/mcp-server/tools/securityGetV1SecurityFirewallEvents.d.ts.map +1 -0
  54. package/esm/mcp-server/tools/securityGetV1SecurityFirewallEvents.js +28 -0
  55. package/esm/mcp-server/tools/securityGetV1SecurityFirewallEvents.js.map +1 -0
  56. package/esm/models/acceptprojecttransferrequestop.d.ts +1 -1
  57. package/esm/models/acceptprojecttransferrequestop.d.ts.map +1 -1
  58. package/esm/models/acceptprojecttransferrequestop.js +2 -1
  59. package/esm/models/acceptprojecttransferrequestop.js.map +1 -1
  60. package/esm/models/authtoken.d.ts +6 -0
  61. package/esm/models/authtoken.d.ts.map +1 -1
  62. package/esm/models/authtoken.js +2 -0
  63. package/esm/models/authtoken.js.map +1 -1
  64. package/esm/models/buydomainsop.d.ts +3 -2
  65. package/esm/models/buydomainsop.d.ts.map +1 -1
  66. package/esm/models/buydomainsop.js +3 -0
  67. package/esm/models/buydomainsop.js.map +1 -1
  68. package/esm/models/buysingledomainop.d.ts +11 -10
  69. package/esm/models/buysingledomainop.d.ts.map +1 -1
  70. package/esm/models/buysingledomainop.js +15 -13
  71. package/esm/models/buysingledomainop.js.map +1 -1
  72. package/esm/models/createeventop.d.ts +2 -2
  73. package/esm/models/createeventop.d.ts.map +1 -1
  74. package/esm/models/createeventop.js +2 -2
  75. package/esm/models/createeventop.js.map +1 -1
  76. package/esm/models/createintegrationstoredirectop.d.ts +340 -315
  77. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  78. package/esm/models/createintegrationstoredirectop.js +392 -381
  79. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  80. package/esm/models/createprojectenvop.d.ts +6 -6
  81. package/esm/models/createprojectenvop.js +2 -2
  82. package/esm/models/createprojectenvop.js.map +1 -1
  83. package/esm/models/createprojectop.d.ts +154 -156
  84. package/esm/models/createprojectop.d.ts.map +1 -1
  85. package/esm/models/createprojectop.js +149 -151
  86. package/esm/models/createprojectop.js.map +1 -1
  87. package/esm/models/createwebhookop.d.ts +12 -0
  88. package/esm/models/createwebhookop.d.ts.map +1 -1
  89. package/esm/models/createwebhookop.js +4 -0
  90. package/esm/models/createwebhookop.js.map +1 -1
  91. package/esm/models/dnssecenabled.d.ts +70 -0
  92. package/esm/models/dnssecenabled.d.ts.map +1 -0
  93. package/esm/models/dnssecenabled.js +72 -0
  94. package/esm/models/dnssecenabled.js.map +1 -0
  95. package/esm/models/domaintooshort.d.ts +70 -0
  96. package/esm/models/domaintooshort.d.ts.map +1 -0
  97. package/esm/models/domaintooshort.js +72 -0
  98. package/esm/models/domaintooshort.js.map +1 -0
  99. package/esm/models/editprojectenvop.d.ts +3 -3
  100. package/esm/models/editprojectenvop.js +1 -1
  101. package/esm/models/editprojectenvop.js.map +1 -1
  102. package/esm/models/exchangessotokenop.d.ts +2 -0
  103. package/esm/models/exchangessotokenop.d.ts.map +1 -1
  104. package/esm/models/exchangessotokenop.js +4 -0
  105. package/esm/models/exchangessotokenop.js.map +1 -1
  106. package/esm/models/filetree.d.ts +0 -5
  107. package/esm/models/filetree.d.ts.map +1 -1
  108. package/esm/models/filetree.js +0 -2
  109. package/esm/models/filetree.js.map +1 -1
  110. package/esm/models/filterprojectenvsop.d.ts +9 -9
  111. package/esm/models/filterprojectenvsop.js +3 -3
  112. package/esm/models/filterprojectenvsop.js.map +1 -1
  113. package/esm/models/getconfigurationproductsop.d.ts +375 -375
  114. package/esm/models/getconfigurationproductsop.js +465 -465
  115. package/esm/models/getconfigurationsop.d.ts +18 -0
  116. package/esm/models/getconfigurationsop.d.ts.map +1 -1
  117. package/esm/models/getconfigurationsop.js +6 -0
  118. package/esm/models/getconfigurationsop.js.map +1 -1
  119. package/esm/models/getdomainpriceop.d.ts +3 -2
  120. package/esm/models/getdomainpriceop.d.ts.map +1 -1
  121. package/esm/models/getdomainpriceop.js +3 -0
  122. package/esm/models/getdomainpriceop.js.map +1 -1
  123. package/esm/models/getprojectenvop.d.ts +9 -9
  124. package/esm/models/getprojectenvop.js +3 -3
  125. package/esm/models/getprojectenvop.js.map +1 -1
  126. package/esm/models/getprojectsop.d.ts +129 -126
  127. package/esm/models/getprojectsop.d.ts.map +1 -1
  128. package/esm/models/getprojectsop.js +133 -133
  129. package/esm/models/getprojectsop.js.map +1 -1
  130. package/esm/models/getv1securityfirewalleventsop.d.ts +95 -0
  131. package/esm/models/getv1securityfirewalleventsop.d.ts.map +1 -0
  132. package/esm/models/getv1securityfirewalleventsop.js +108 -0
  133. package/esm/models/getv1securityfirewalleventsop.js.map +1 -0
  134. package/esm/models/getwebhookop.d.ts +6 -0
  135. package/esm/models/getwebhookop.d.ts.map +1 -1
  136. package/esm/models/getwebhookop.js +2 -0
  137. package/esm/models/getwebhookop.js.map +1 -1
  138. package/esm/models/getwebhooksop.d.ts +12 -0
  139. package/esm/models/getwebhooksop.d.ts.map +1 -1
  140. package/esm/models/getwebhooksop.js +4 -0
  141. package/esm/models/getwebhooksop.js.map +1 -1
  142. package/esm/models/importresourceop.d.ts +69 -69
  143. package/esm/models/importresourceop.d.ts.map +1 -1
  144. package/esm/models/importresourceop.js +76 -73
  145. package/esm/models/importresourceop.js.map +1 -1
  146. package/esm/models/removeprojectenvop.d.ts +9 -9
  147. package/esm/models/removeprojectenvop.js +3 -3
  148. package/esm/models/removeprojectenvop.js.map +1 -1
  149. package/esm/models/renewdomainop.d.ts +3 -2
  150. package/esm/models/renewdomainop.d.ts.map +1 -1
  151. package/esm/models/renewdomainop.js +3 -0
  152. package/esm/models/renewdomainop.js.map +1 -1
  153. package/esm/models/team.d.ts +1 -1
  154. package/esm/models/team.d.ts.map +1 -1
  155. package/esm/models/team.js +1 -1
  156. package/esm/models/team.js.map +1 -1
  157. package/esm/models/transferindomainop.d.ts +4 -2
  158. package/esm/models/transferindomainop.d.ts.map +1 -1
  159. package/esm/models/transferindomainop.js +6 -0
  160. package/esm/models/transferindomainop.js.map +1 -1
  161. package/esm/models/updateinstallationop.d.ts +242 -0
  162. package/esm/models/updateinstallationop.d.ts.map +1 -0
  163. package/esm/models/updateinstallationop.js +246 -0
  164. package/esm/models/updateinstallationop.js.map +1 -0
  165. package/esm/models/updateprojectdatacacheop.d.ts +124 -126
  166. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  167. package/esm/models/updateprojectdatacacheop.js +131 -133
  168. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  169. package/esm/models/updateprojectop.d.ts +154 -156
  170. package/esm/models/updateprojectop.d.ts.map +1 -1
  171. package/esm/models/updateprojectop.js +149 -151
  172. package/esm/models/updateprojectop.js.map +1 -1
  173. package/esm/models/updateresourceop.d.ts +432 -0
  174. package/esm/models/updateresourceop.d.ts.map +1 -0
  175. package/esm/models/updateresourceop.js +393 -0
  176. package/esm/models/updateresourceop.js.map +1 -0
  177. package/esm/models/userevent.d.ts +199 -17
  178. package/esm/models/userevent.d.ts.map +1 -1
  179. package/esm/models/userevent.js +157 -11
  180. package/esm/models/userevent.js.map +1 -1
  181. package/esm/sdk/marketplace.d.ts +16 -0
  182. package/esm/sdk/marketplace.d.ts.map +1 -1
  183. package/esm/sdk/marketplace.js +20 -0
  184. package/esm/sdk/marketplace.js.map +1 -1
  185. package/esm/sdk/security.d.ts +8 -0
  186. package/esm/sdk/security.d.ts.map +1 -1
  187. package/esm/sdk/security.js +10 -0
  188. package/esm/sdk/security.js.map +1 -1
  189. package/examples/package-lock.json +1 -1
  190. package/jsr.json +1 -1
  191. package/package.json +1 -1
  192. package/src/__tests__/accessgroups.test.ts +3 -1
  193. package/src/__tests__/domains.test.ts +9 -6
  194. package/src/__tests__/edgeconfig.test.ts +6 -6
  195. package/src/__tests__/integrations.test.ts +1 -1
  196. package/src/__tests__/marketplace.test.ts +19 -0
  197. package/src/__tests__/rollingrelease.test.ts +2 -2
  198. package/src/__tests__/security.test.ts +19 -0
  199. package/src/funcs/integrationsDeleteConfiguration.ts +2 -2
  200. package/src/funcs/marketplaceUpdateInstallation.ts +174 -0
  201. package/src/funcs/marketplaceUpdateResource.ts +179 -0
  202. package/src/funcs/projectsGetProjects.ts +1 -0
  203. package/src/funcs/securityGetV1SecurityFirewallEvents.ts +165 -0
  204. package/src/lib/config.ts +3 -3
  205. package/src/mcp-server/mcp-server.ts +1 -1
  206. package/src/mcp-server/server.ts +7 -1
  207. package/src/mcp-server/tools/marketplaceUpdateInstallation.ts +35 -0
  208. package/src/mcp-server/tools/marketplaceUpdateResource.ts +37 -0
  209. package/src/mcp-server/tools/securityGetV1SecurityFirewallEvents.ts +39 -0
  210. package/src/models/acceptprojecttransferrequestop.ts +3 -2
  211. package/src/models/authtoken.ts +2 -0
  212. package/src/models/buydomainsop.ts +10 -0
  213. package/src/models/buysingledomainop.ts +26 -14
  214. package/src/models/createeventop.ts +4 -4
  215. package/src/models/createintegrationstoredirectop.ts +714 -668
  216. package/src/models/createprojectenvop.ts +2 -2
  217. package/src/models/createprojectop.ts +285 -289
  218. package/src/models/createwebhookop.ts +4 -0
  219. package/src/models/dnssecenabled.ts +120 -0
  220. package/src/models/domaintooshort.ts +120 -0
  221. package/src/models/editprojectenvop.ts +1 -1
  222. package/src/models/exchangessotokenop.ts +6 -0
  223. package/src/models/filetree.ts +0 -7
  224. package/src/models/filterprojectenvsop.ts +3 -3
  225. package/src/models/getconfigurationproductsop.ts +802 -802
  226. package/src/models/getconfigurationsop.ts +6 -0
  227. package/src/models/getdomainpriceop.ts +10 -0
  228. package/src/models/getprojectenvop.ts +3 -3
  229. package/src/models/getprojectsop.ts +262 -259
  230. package/src/models/getv1securityfirewalleventsop.ts +233 -0
  231. package/src/models/getwebhookop.ts +2 -0
  232. package/src/models/getwebhooksop.ts +4 -0
  233. package/src/models/importresourceop.ts +144 -117
  234. package/src/models/removeprojectenvop.ts +3 -3
  235. package/src/models/renewdomainop.ts +10 -0
  236. package/src/models/team.ts +2 -2
  237. package/src/models/transferindomainop.ts +20 -0
  238. package/src/models/updateinstallationop.ts +488 -0
  239. package/src/models/updateprojectdatacacheop.ts +255 -259
  240. package/src/models/updateprojectop.ts +285 -289
  241. package/src/models/updateresourceop.ts +823 -0
  242. package/src/models/userevent.ts +328 -19
  243. package/src/sdk/marketplace.ts +41 -0
  244. package/src/sdk/security.ts +22 -0
  245. package/vercel-spec.json +1875 -1205
@@ -314,11 +314,15 @@ export const CreateIntegrationStoreDirectTags = {
314
314
  Other: "other",
315
315
  Mysql: "mysql",
316
316
  Vector: "vector",
317
+ TagAgents: "tag_agents",
317
318
  TagAi: "tag_ai",
318
319
  TagAnalytics: "tag_analytics",
319
320
  TagAuthentication: "tag_authentication",
320
321
  TagCms: "tag_cms",
321
322
  TagCodeRepository: "tag_code_repository",
323
+ TagCodeReview: "tag_code_review",
324
+ TagCodeSecurity: "tag_code_security",
325
+ TagCodeTesting: "tag_code_testing",
322
326
  TagCommerce: "tag_commerce",
323
327
  TagDatabases: "tag_databases",
324
328
  TagDevTools: "tag_dev_tools",
@@ -333,8 +337,10 @@ export const CreateIntegrationStoreDirectTags = {
333
337
  TagProductivity: "tag_productivity",
334
338
  TagSearching: "tag_searching",
335
339
  TagSecurity: "tag_security",
340
+ TagSupportAgent: "tag_support_agent",
336
341
  TagTesting: "tag_testing",
337
342
  TagVideo: "tag_video",
343
+ TagWebAutomation: "tag_web_automation",
338
344
  TagWorkflow: "tag_workflow",
339
345
  TagChecks: "tag_checks",
340
346
  TagStorage: "tag_storage",
@@ -359,6 +365,7 @@ export const ProjectConnectionScopes = {
359
365
  export const CreateIntegrationStoreDirectIntegrationsResponseType = {
360
366
  ConnectToProject: "connect_to_project",
361
367
  ConfigureProjectConnections: "configure_project_connections",
368
+ AddDrain: "add_drain",
362
369
  };
363
370
  export const Disabled3 = {
364
371
  Update: "update",
@@ -553,12 +560,12 @@ export var CreateIntegrationStoreDirectIntegrationsEnvironments$;
553
560
  CreateIntegrationStoreDirectIntegrationsEnvironments$.outboundSchema = CreateIntegrationStoreDirectIntegrationsEnvironments$outboundSchema;
554
561
  })(CreateIntegrationStoreDirectIntegrationsEnvironments$ || (CreateIntegrationStoreDirectIntegrationsEnvironments$ = {}));
555
562
  /** @internal */
556
- export const Actions$inboundSchema = z.object({
563
+ export const CreateIntegrationStoreDirectActions$inboundSchema = z.object({
557
564
  slug: z.string(),
558
565
  environments: z.array(CreateIntegrationStoreDirectIntegrationsEnvironments$inboundSchema),
559
566
  });
560
567
  /** @internal */
561
- export const Actions$outboundSchema = z.object({
568
+ export const CreateIntegrationStoreDirectActions$outboundSchema = z.object({
562
569
  slug: z.string(),
563
570
  environments: z.array(CreateIntegrationStoreDirectIntegrationsEnvironments$outboundSchema),
564
571
  });
@@ -566,28 +573,28 @@ export const Actions$outboundSchema = z.object({
566
573
  * @internal
567
574
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
568
575
  */
569
- export var Actions$;
570
- (function (Actions$) {
571
- /** @deprecated use `Actions$inboundSchema` instead. */
572
- Actions$.inboundSchema = Actions$inboundSchema;
573
- /** @deprecated use `Actions$outboundSchema` instead. */
574
- Actions$.outboundSchema = Actions$outboundSchema;
575
- })(Actions$ || (Actions$ = {}));
576
- export function actionsToJSON(actions) {
577
- return JSON.stringify(Actions$outboundSchema.parse(actions));
576
+ export var CreateIntegrationStoreDirectActions$;
577
+ (function (CreateIntegrationStoreDirectActions$) {
578
+ /** @deprecated use `CreateIntegrationStoreDirectActions$inboundSchema` instead. */
579
+ CreateIntegrationStoreDirectActions$.inboundSchema = CreateIntegrationStoreDirectActions$inboundSchema;
580
+ /** @deprecated use `CreateIntegrationStoreDirectActions$outboundSchema` instead. */
581
+ CreateIntegrationStoreDirectActions$.outboundSchema = CreateIntegrationStoreDirectActions$outboundSchema;
582
+ })(CreateIntegrationStoreDirectActions$ || (CreateIntegrationStoreDirectActions$ = {}));
583
+ export function createIntegrationStoreDirectActionsToJSON(createIntegrationStoreDirectActions) {
584
+ return JSON.stringify(CreateIntegrationStoreDirectActions$outboundSchema.parse(createIntegrationStoreDirectActions));
578
585
  }
579
- export function actionsFromJSON(jsonString) {
580
- return safeParse(jsonString, (x) => Actions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Actions' from JSON`);
586
+ export function createIntegrationStoreDirectActionsFromJSON(jsonString) {
587
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectActions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectActions' from JSON`);
581
588
  }
582
589
  /** @internal */
583
590
  export const CreateIntegrationStoreDirectDeployments$inboundSchema = z.object({
584
591
  required: z.boolean(),
585
- actions: z.array(z.lazy(() => Actions$inboundSchema)),
592
+ actions: z.array(z.lazy(() => CreateIntegrationStoreDirectActions$inboundSchema)),
586
593
  });
587
594
  /** @internal */
588
595
  export const CreateIntegrationStoreDirectDeployments$outboundSchema = z.object({
589
596
  required: z.boolean(),
590
- actions: z.array(z.lazy(() => Actions$outboundSchema)),
597
+ actions: z.array(z.lazy(() => CreateIntegrationStoreDirectActions$outboundSchema)),
591
598
  });
592
599
  /**
593
600
  * @internal
@@ -800,6 +807,7 @@ export const Capabilities$inboundSchema = z.object({
800
807
  sso: z.boolean().optional(),
801
808
  billable: z.boolean().optional(),
802
809
  secretsSync: z.boolean().optional(),
810
+ projects: z.boolean().optional(),
803
811
  });
804
812
  /** @internal */
805
813
  export const Capabilities$outboundSchema = z.object({
@@ -807,6 +815,7 @@ export const Capabilities$outboundSchema = z.object({
807
815
  sso: z.boolean().optional(),
808
816
  billable: z.boolean().optional(),
809
817
  secretsSync: z.boolean().optional(),
818
+ projects: z.boolean().optional(),
810
819
  });
811
820
  /**
812
821
  * @internal
@@ -881,6 +890,7 @@ export const CreateIntegrationStoreDirectCapabilities$inboundSchema = z.object({
881
890
  secretsSync: z.boolean().optional(),
882
891
  sandbox: z.boolean().optional(),
883
892
  linking: z.boolean().optional(),
893
+ projects: z.boolean().optional(),
884
894
  });
885
895
  /** @internal */
886
896
  export const CreateIntegrationStoreDirectCapabilities$outboundSchema = z.object({
@@ -890,6 +900,7 @@ export const CreateIntegrationStoreDirectCapabilities$outboundSchema = z.object(
890
900
  secretsSync: z.boolean().optional(),
891
901
  sandbox: z.boolean().optional(),
892
902
  linking: z.boolean().optional(),
903
+ projects: z.boolean().optional(),
893
904
  });
894
905
  /**
895
906
  * @internal
@@ -925,42 +936,42 @@ export var CreateIntegrationStoreDirectIntegrationsType$;
925
936
  CreateIntegrationStoreDirectIntegrationsType$.outboundSchema = CreateIntegrationStoreDirectIntegrationsType$outboundSchema;
926
937
  })(CreateIntegrationStoreDirectIntegrationsType$ || (CreateIntegrationStoreDirectIntegrationsType$ = {}));
927
938
  /** @internal */
928
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$inboundSchema = z.object({});
939
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$inboundSchema = z.object({});
929
940
  /** @internal */
930
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$outboundSchema = z.object({});
941
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$outboundSchema = z.object({});
931
942
  /**
932
943
  * @internal
933
944
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
934
945
  */
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));
946
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$;
947
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$) {
948
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$inboundSchema` instead. */
949
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$inboundSchema;
950
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$outboundSchema` instead. */
951
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$outboundSchema;
952
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$ = {}));
953
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646) {
954
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$outboundSchema
955
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646));
945
956
  }
946
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575FromJSON(jsonString) {
947
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$inboundSchema
948
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575' from JSON`);
957
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646FromJSON(jsonString) {
958
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$inboundSchema
959
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646' from JSON`);
949
960
  }
950
961
  /** @internal */
951
962
  export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema = z.object({
952
- "__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$inboundSchema),
963
+ "__@BRAND@8646": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$inboundSchema),
953
964
  }).transform((v) => {
954
965
  return remap$(v, {
955
- "__@BRAND@8575": "atBRANDAt8575",
966
+ "__@BRAND@8646": "atBRANDAt8646",
956
967
  });
957
968
  });
958
969
  /** @internal */
959
970
  export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema = z.object({
960
- atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$outboundSchema),
971
+ atBRANDAt8646: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$outboundSchema),
961
972
  }).transform((v) => {
962
973
  return remap$(v, {
963
- atBRANDAt8575: "__@BRAND@8575",
974
+ atBRANDAt8646: "__@BRAND@8646",
964
975
  });
965
976
  });
966
977
  /**
@@ -1194,42 +1205,42 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
1194
1205
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema;
1195
1206
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$ = {}));
1196
1207
  /** @internal */
1197
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$inboundSchema = z.object({});
1208
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$inboundSchema = z.object({});
1198
1209
  /** @internal */
1199
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$outboundSchema = z.object({});
1210
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$outboundSchema = z.object({});
1200
1211
  /**
1201
1212
  * @internal
1202
1213
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1203
1214
  */
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));
1215
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$;
1216
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$) {
1217
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$inboundSchema` instead. */
1218
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$inboundSchema;
1219
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$outboundSchema` instead. */
1220
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$outboundSchema;
1221
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$ = {}));
1222
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646) {
1223
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$outboundSchema
1224
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646));
1214
1225
  }
1215
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575FromJSON(jsonString) {
1216
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$inboundSchema
1217
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575' from JSON`);
1226
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646FromJSON(jsonString) {
1227
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$inboundSchema
1228
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646' from JSON`);
1218
1229
  }
1219
1230
  /** @internal */
1220
1231
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema = z.object({
1221
- "__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$inboundSchema),
1232
+ "__@BRAND@8646": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$inboundSchema),
1222
1233
  }).transform((v) => {
1223
1234
  return remap$(v, {
1224
- "__@BRAND@8575": "atBRANDAt8575",
1235
+ "__@BRAND@8646": "atBRANDAt8646",
1225
1236
  });
1226
1237
  });
1227
1238
  /** @internal */
1228
1239
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema = z.object({
1229
- atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$outboundSchema),
1240
+ atBRANDAt8646: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$outboundSchema),
1230
1241
  }).transform((v) => {
1231
1242
  return remap$(v, {
1232
- atBRANDAt8575: "__@BRAND@8575",
1243
+ atBRANDAt8646: "__@BRAND@8646",
1233
1244
  });
1234
1245
  });
1235
1246
  /**
@@ -1252,42 +1263,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
1252
1263
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength' from JSON`);
1253
1264
  }
1254
1265
  /** @internal */
1255
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$inboundSchema = z.object({});
1266
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$inboundSchema = z.object({});
1256
1267
  /** @internal */
1257
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$outboundSchema = z.object({});
1268
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$outboundSchema = z.object({});
1258
1269
  /**
1259
1270
  * @internal
1260
1271
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1261
1272
  */
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));
1273
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$;
1274
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$) {
1275
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$inboundSchema` instead. */
1276
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$inboundSchema;
1277
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$outboundSchema` instead. */
1278
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$outboundSchema;
1279
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$ = {}));
1280
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646) {
1281
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$outboundSchema
1282
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646));
1272
1283
  }
1273
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575FromJSON(jsonString) {
1274
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$inboundSchema
1275
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575' from JSON`);
1284
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646FromJSON(jsonString) {
1285
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$inboundSchema
1286
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646' from JSON`);
1276
1287
  }
1277
1288
  /** @internal */
1278
1289
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema = z.object({
1279
- "__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$inboundSchema),
1290
+ "__@BRAND@8646": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$inboundSchema),
1280
1291
  }).transform((v) => {
1281
1292
  return remap$(v, {
1282
- "__@BRAND@8575": "atBRANDAt8575",
1293
+ "__@BRAND@8646": "atBRANDAt8646",
1283
1294
  });
1284
1295
  });
1285
1296
  /** @internal */
1286
1297
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema = z.object({
1287
- atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$outboundSchema),
1298
+ atBRANDAt8646: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$outboundSchema),
1288
1299
  }).transform((v) => {
1289
1300
  return remap$(v, {
1290
- atBRANDAt8575: "__@BRAND@8575",
1301
+ atBRANDAt8646: "__@BRAND@8646",
1291
1302
  });
1292
1303
  });
1293
1304
  /**
@@ -1310,42 +1321,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
1310
1321
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength' from JSON`);
1311
1322
  }
1312
1323
  /** @internal */
1313
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$inboundSchema = z.object({});
1324
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$inboundSchema = z.object({});
1314
1325
  /** @internal */
1315
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$outboundSchema = z.object({});
1326
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$outboundSchema = z.object({});
1316
1327
  /**
1317
1328
  * @internal
1318
1329
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1319
1330
  */
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));
1331
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$;
1332
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$) {
1333
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$inboundSchema` instead. */
1334
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$inboundSchema;
1335
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$outboundSchema` instead. */
1336
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$outboundSchema;
1337
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$ = {}));
1338
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646) {
1339
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$outboundSchema
1340
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646));
1330
1341
  }
1331
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575FromJSON(jsonString) {
1332
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$inboundSchema
1333
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575' from JSON`);
1342
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646FromJSON(jsonString) {
1343
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$inboundSchema
1344
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646' from JSON`);
1334
1345
  }
1335
1346
  /** @internal */
1336
1347
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema = z.object({
1337
- "__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$inboundSchema),
1348
+ "__@BRAND@8646": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$inboundSchema),
1338
1349
  }).transform((v) => {
1339
1350
  return remap$(v, {
1340
- "__@BRAND@8575": "atBRANDAt8575",
1351
+ "__@BRAND@8646": "atBRANDAt8646",
1341
1352
  });
1342
1353
  });
1343
1354
  /** @internal */
1344
1355
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema = z.object({
1345
- atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$outboundSchema),
1356
+ atBRANDAt8646: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$outboundSchema),
1346
1357
  }).transform((v) => {
1347
1358
  return remap$(v, {
1348
- atBRANDAt8575: "__@BRAND@8575",
1359
+ atBRANDAt8646: "__@BRAND@8646",
1349
1360
  });
1350
1361
  });
1351
1362
  /**
@@ -1805,40 +1816,40 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
1805
1816
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema;
1806
1817
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ = {}));
1807
1818
  /** @internal */
1808
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$inboundSchema = z.object({});
1819
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$inboundSchema = z.object({});
1809
1820
  /** @internal */
1810
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$outboundSchema = z.object({});
1821
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$outboundSchema = z.object({});
1811
1822
  /**
1812
1823
  * @internal
1813
1824
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1814
1825
  */
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));
1826
+ export var CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$;
1827
+ (function (CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$) {
1828
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$inboundSchema` instead. */
1829
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$inboundSchema;
1830
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$outboundSchema` instead. */
1831
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$outboundSchema;
1832
+ })(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$ || (CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$ = {}));
1833
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8646ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8646) {
1834
+ return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt8646));
1824
1835
  }
1825
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt8575FromJSON(jsonString) {
1826
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575' from JSON`);
1836
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8646FromJSON(jsonString) {
1837
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646' from JSON`);
1827
1838
  }
1828
1839
  /** @internal */
1829
1840
  export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema = z.object({
1830
- "__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$inboundSchema),
1841
+ "__@BRAND@8646": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$inboundSchema),
1831
1842
  }).transform((v) => {
1832
1843
  return remap$(v, {
1833
- "__@BRAND@8575": "atBRANDAt8575",
1844
+ "__@BRAND@8646": "atBRANDAt8646",
1834
1845
  });
1835
1846
  });
1836
1847
  /** @internal */
1837
1848
  export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema = z.object({
1838
- atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$outboundSchema),
1849
+ atBRANDAt8646: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$outboundSchema),
1839
1850
  }).transform((v) => {
1840
1851
  return remap$(v, {
1841
- atBRANDAt8575: "__@BRAND@8575",
1852
+ atBRANDAt8646: "__@BRAND@8646",
1842
1853
  });
1843
1854
  });
1844
1855
  /**
@@ -2050,40 +2061,40 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(jsonString) {
2050
2061
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptions3' from JSON`);
2051
2062
  }
2052
2063
  /** @internal */
2053
- export const UiOptionsAtBRANDAt8575$inboundSchema = z.object({});
2064
+ export const UiOptionsAtBRANDAt8646$inboundSchema = z.object({});
2054
2065
  /** @internal */
2055
- export const UiOptionsAtBRANDAt8575$outboundSchema = z.object({});
2066
+ export const UiOptionsAtBRANDAt8646$outboundSchema = z.object({});
2056
2067
  /**
2057
2068
  * @internal
2058
2069
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2059
2070
  */
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));
2071
+ export var UiOptionsAtBRANDAt8646$;
2072
+ (function (UiOptionsAtBRANDAt8646$) {
2073
+ /** @deprecated use `UiOptionsAtBRANDAt8646$inboundSchema` instead. */
2074
+ UiOptionsAtBRANDAt8646$.inboundSchema = UiOptionsAtBRANDAt8646$inboundSchema;
2075
+ /** @deprecated use `UiOptionsAtBRANDAt8646$outboundSchema` instead. */
2076
+ UiOptionsAtBRANDAt8646$.outboundSchema = UiOptionsAtBRANDAt8646$outboundSchema;
2077
+ })(UiOptionsAtBRANDAt8646$ || (UiOptionsAtBRANDAt8646$ = {}));
2078
+ export function uiOptionsAtBRANDAt8646ToJSON(uiOptionsAtBRANDAt8646) {
2079
+ return JSON.stringify(UiOptionsAtBRANDAt8646$outboundSchema.parse(uiOptionsAtBRANDAt8646));
2069
2080
  }
2070
- export function uiOptionsAtBRANDAt8575FromJSON(jsonString) {
2071
- return safeParse(jsonString, (x) => UiOptionsAtBRANDAt8575$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt8575' from JSON`);
2081
+ export function uiOptionsAtBRANDAt8646FromJSON(jsonString) {
2082
+ return safeParse(jsonString, (x) => UiOptionsAtBRANDAt8646$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt8646' from JSON`);
2072
2083
  }
2073
2084
  /** @internal */
2074
2085
  export const CreateIntegrationStoreDirectUiOptions2$inboundSchema = z.object({
2075
- "__@BRAND@8575": z.lazy(() => UiOptionsAtBRANDAt8575$inboundSchema),
2086
+ "__@BRAND@8646": z.lazy(() => UiOptionsAtBRANDAt8646$inboundSchema),
2076
2087
  }).transform((v) => {
2077
2088
  return remap$(v, {
2078
- "__@BRAND@8575": "atBRANDAt8575",
2089
+ "__@BRAND@8646": "atBRANDAt8646",
2079
2090
  });
2080
2091
  });
2081
2092
  /** @internal */
2082
2093
  export const CreateIntegrationStoreDirectUiOptions2$outboundSchema = z.object({
2083
- atBRANDAt8575: z.lazy(() => UiOptionsAtBRANDAt8575$outboundSchema),
2094
+ atBRANDAt8646: z.lazy(() => UiOptionsAtBRANDAt8646$outboundSchema),
2084
2095
  }).transform((v) => {
2085
2096
  return remap$(v, {
2086
- atBRANDAt8575: "__@BRAND@8575",
2097
+ atBRANDAt8646: "__@BRAND@8646",
2087
2098
  });
2088
2099
  });
2089
2100
  /**
@@ -2324,42 +2335,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
2324
2335
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions' from JSON`);
2325
2336
  }
2326
2337
  /** @internal */
2327
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$inboundSchema = z.object({});
2338
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$inboundSchema = z.object({});
2328
2339
  /** @internal */
2329
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$outboundSchema = z.object({});
2340
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$outboundSchema = z.object({});
2330
2341
  /**
2331
2342
  * @internal
2332
2343
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2333
2344
  */
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));
2345
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$;
2346
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$) {
2347
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$inboundSchema` instead. */
2348
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$inboundSchema;
2349
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$outboundSchema` instead. */
2350
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$outboundSchema;
2351
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$ = {}));
2352
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646) {
2353
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$outboundSchema
2354
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646));
2344
2355
  }
2345
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575FromJSON(jsonString) {
2346
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$inboundSchema
2347
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575' from JSON`);
2356
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646FromJSON(jsonString) {
2357
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$inboundSchema
2358
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646' from JSON`);
2348
2359
  }
2349
2360
  /** @internal */
2350
2361
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
2351
- "__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$inboundSchema),
2362
+ "__@BRAND@8646": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$inboundSchema),
2352
2363
  }).transform((v) => {
2353
2364
  return remap$(v, {
2354
- "__@BRAND@8575": "atBRANDAt8575",
2365
+ "__@BRAND@8646": "atBRANDAt8646",
2355
2366
  });
2356
2367
  });
2357
2368
  /** @internal */
2358
2369
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
2359
- atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$outboundSchema),
2370
+ atBRANDAt8646: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$outboundSchema),
2360
2371
  }).transform((v) => {
2361
2372
  return remap$(v, {
2362
- atBRANDAt8575: "__@BRAND@8575",
2373
+ atBRANDAt8646: "__@BRAND@8646",
2363
2374
  });
2364
2375
  });
2365
2376
  /**
@@ -2382,42 +2393,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
2382
2393
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength' from JSON`);
2383
2394
  }
2384
2395
  /** @internal */
2385
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$inboundSchema = z.object({});
2396
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$inboundSchema = z.object({});
2386
2397
  /** @internal */
2387
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$outboundSchema = z.object({});
2398
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$outboundSchema = z.object({});
2388
2399
  /**
2389
2400
  * @internal
2390
2401
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2391
2402
  */
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));
2403
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$;
2404
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$) {
2405
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$inboundSchema` instead. */
2406
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$inboundSchema;
2407
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$outboundSchema` instead. */
2408
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$outboundSchema;
2409
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$ = {}));
2410
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646) {
2411
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$outboundSchema
2412
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646));
2402
2413
  }
2403
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575FromJSON(jsonString) {
2404
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$inboundSchema
2405
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575' from JSON`);
2414
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646FromJSON(jsonString) {
2415
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$inboundSchema
2416
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646' from JSON`);
2406
2417
  }
2407
2418
  /** @internal */
2408
2419
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
2409
- "__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$inboundSchema),
2420
+ "__@BRAND@8646": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$inboundSchema),
2410
2421
  }).transform((v) => {
2411
2422
  return remap$(v, {
2412
- "__@BRAND@8575": "atBRANDAt8575",
2423
+ "__@BRAND@8646": "atBRANDAt8646",
2413
2424
  });
2414
2425
  });
2415
2426
  /** @internal */
2416
2427
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
2417
- atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$outboundSchema),
2428
+ atBRANDAt8646: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$outboundSchema),
2418
2429
  }).transform((v) => {
2419
2430
  return remap$(v, {
2420
- atBRANDAt8575: "__@BRAND@8575",
2431
+ atBRANDAt8646: "__@BRAND@8646",
2421
2432
  });
2422
2433
  });
2423
2434
  /**
@@ -2440,42 +2451,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
2440
2451
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength' from JSON`);
2441
2452
  }
2442
2453
  /** @internal */
2443
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$inboundSchema = z.object({});
2454
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$inboundSchema = z.object({});
2444
2455
  /** @internal */
2445
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$outboundSchema = z.object({});
2456
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$outboundSchema = z.object({});
2446
2457
  /**
2447
2458
  * @internal
2448
2459
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2449
2460
  */
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));
2461
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$;
2462
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$) {
2463
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$inboundSchema` instead. */
2464
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$inboundSchema;
2465
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$outboundSchema` instead. */
2466
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$outboundSchema;
2467
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$ = {}));
2468
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646) {
2469
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$outboundSchema
2470
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646));
2460
2471
  }
2461
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575FromJSON(jsonString) {
2462
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$inboundSchema
2463
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575' from JSON`);
2472
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646FromJSON(jsonString) {
2473
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$inboundSchema
2474
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646' from JSON`);
2464
2475
  }
2465
2476
  /** @internal */
2466
2477
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
2467
- "__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$inboundSchema),
2478
+ "__@BRAND@8646": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$inboundSchema),
2468
2479
  }).transform((v) => {
2469
2480
  return remap$(v, {
2470
- "__@BRAND@8575": "atBRANDAt8575",
2481
+ "__@BRAND@8646": "atBRANDAt8646",
2471
2482
  });
2472
2483
  });
2473
2484
  /** @internal */
2474
2485
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
2475
- atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$outboundSchema),
2486
+ atBRANDAt8646: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$outboundSchema),
2476
2487
  }).transform((v) => {
2477
2488
  return remap$(v, {
2478
- atBRANDAt8575: "__@BRAND@8575",
2489
+ atBRANDAt8646: "__@BRAND@8646",
2479
2490
  });
2480
2491
  });
2481
2492
  /**
@@ -2947,42 +2958,42 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
2947
2958
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema;
2948
2959
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$ = {}));
2949
2960
  /** @internal */
2950
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$inboundSchema = z.object({});
2961
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$inboundSchema = z.object({});
2951
2962
  /** @internal */
2952
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$outboundSchema = z.object({});
2963
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$outboundSchema = z.object({});
2953
2964
  /**
2954
2965
  * @internal
2955
2966
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2956
2967
  */
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));
2968
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$;
2969
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$) {
2970
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$inboundSchema` instead. */
2971
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$inboundSchema;
2972
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$outboundSchema` instead. */
2973
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$outboundSchema;
2974
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$ = {}));
2975
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646) {
2976
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$outboundSchema
2977
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646));
2967
2978
  }
2968
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575FromJSON(jsonString) {
2969
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$inboundSchema
2970
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575' from JSON`);
2979
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646FromJSON(jsonString) {
2980
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$inboundSchema
2981
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646' from JSON`);
2971
2982
  }
2972
2983
  /** @internal */
2973
2984
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema = z.object({
2974
- "__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$inboundSchema),
2985
+ "__@BRAND@8646": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$inboundSchema),
2975
2986
  }).transform((v) => {
2976
2987
  return remap$(v, {
2977
- "__@BRAND@8575": "atBRANDAt8575",
2988
+ "__@BRAND@8646": "atBRANDAt8646",
2978
2989
  });
2979
2990
  });
2980
2991
  /** @internal */
2981
2992
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema = z.object({
2982
- atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$outboundSchema),
2993
+ atBRANDAt8646: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$outboundSchema),
2983
2994
  }).transform((v) => {
2984
2995
  return remap$(v, {
2985
- atBRANDAt8575: "__@BRAND@8575",
2996
+ atBRANDAt8646: "__@BRAND@8646",
2986
2997
  });
2987
2998
  });
2988
2999
  /**
@@ -3005,42 +3016,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
3005
3016
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength' from JSON`);
3006
3017
  }
3007
3018
  /** @internal */
3008
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$inboundSchema = z.object({});
3019
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$inboundSchema = z.object({});
3009
3020
  /** @internal */
3010
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$outboundSchema = z.object({});
3021
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$outboundSchema = z.object({});
3011
3022
  /**
3012
3023
  * @internal
3013
3024
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3014
3025
  */
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));
3026
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$;
3027
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$) {
3028
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$inboundSchema` instead. */
3029
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$inboundSchema;
3030
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$outboundSchema` instead. */
3031
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$outboundSchema;
3032
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$ = {}));
3033
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646) {
3034
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$outboundSchema
3035
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646));
3025
3036
  }
3026
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575FromJSON(jsonString) {
3027
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$inboundSchema
3028
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575' from JSON`);
3037
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646FromJSON(jsonString) {
3038
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$inboundSchema
3039
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646' from JSON`);
3029
3040
  }
3030
3041
  /** @internal */
3031
3042
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema = z.object({
3032
- "__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$inboundSchema),
3043
+ "__@BRAND@8646": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$inboundSchema),
3033
3044
  }).transform((v) => {
3034
3045
  return remap$(v, {
3035
- "__@BRAND@8575": "atBRANDAt8575",
3046
+ "__@BRAND@8646": "atBRANDAt8646",
3036
3047
  });
3037
3048
  });
3038
3049
  /** @internal */
3039
3050
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema = z.object({
3040
- atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$outboundSchema),
3051
+ atBRANDAt8646: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$outboundSchema),
3041
3052
  }).transform((v) => {
3042
3053
  return remap$(v, {
3043
- atBRANDAt8575: "__@BRAND@8575",
3054
+ atBRANDAt8646: "__@BRAND@8646",
3044
3055
  });
3045
3056
  });
3046
3057
  /**
@@ -3063,42 +3074,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
3063
3074
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength' from JSON`);
3064
3075
  }
3065
3076
  /** @internal */
3066
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$inboundSchema = z.object({});
3077
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$inboundSchema = z.object({});
3067
3078
  /** @internal */
3068
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$outboundSchema = z.object({});
3079
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$outboundSchema = z.object({});
3069
3080
  /**
3070
3081
  * @internal
3071
3082
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3072
3083
  */
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));
3084
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$;
3085
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$) {
3086
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$inboundSchema` instead. */
3087
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$inboundSchema;
3088
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$outboundSchema` instead. */
3089
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$outboundSchema;
3090
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$ = {}));
3091
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646) {
3092
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$outboundSchema
3093
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646));
3083
3094
  }
3084
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575FromJSON(jsonString) {
3085
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$inboundSchema
3086
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575' from JSON`);
3095
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646FromJSON(jsonString) {
3096
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$inboundSchema
3097
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646' from JSON`);
3087
3098
  }
3088
3099
  /** @internal */
3089
3100
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema = z.object({
3090
- "__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$inboundSchema),
3101
+ "__@BRAND@8646": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$inboundSchema),
3091
3102
  }).transform((v) => {
3092
3103
  return remap$(v, {
3093
- "__@BRAND@8575": "atBRANDAt8575",
3104
+ "__@BRAND@8646": "atBRANDAt8646",
3094
3105
  });
3095
3106
  });
3096
3107
  /** @internal */
3097
3108
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema = z.object({
3098
- atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$outboundSchema),
3109
+ atBRANDAt8646: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$outboundSchema),
3099
3110
  }).transform((v) => {
3100
3111
  return remap$(v, {
3101
- atBRANDAt8575: "__@BRAND@8575",
3112
+ atBRANDAt8646: "__@BRAND@8646",
3102
3113
  });
3103
3114
  });
3104
3115
  /**
@@ -4002,42 +4013,42 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonStri
4002
4013
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesUiOptions' from JSON`);
4003
4014
  }
4004
4015
  /** @internal */
4005
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$inboundSchema = z.object({});
4016
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$inboundSchema = z.object({});
4006
4017
  /** @internal */
4007
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$outboundSchema = z.object({});
4018
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$outboundSchema = z.object({});
4008
4019
  /**
4009
4020
  * @internal
4010
4021
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4011
4022
  */
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));
4023
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$;
4024
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$) {
4025
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$inboundSchema` instead. */
4026
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$inboundSchema;
4027
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$outboundSchema` instead. */
4028
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$outboundSchema;
4029
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$ || (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$ = {}));
4030
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646) {
4031
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$outboundSchema
4032
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646));
4022
4033
  }
4023
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575FromJSON(jsonString) {
4024
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$inboundSchema
4025
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575' from JSON`);
4034
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646FromJSON(jsonString) {
4035
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$inboundSchema
4036
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646' from JSON`);
4026
4037
  }
4027
4038
  /** @internal */
4028
4039
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema = z.object({
4029
- "__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$inboundSchema),
4040
+ "__@BRAND@8646": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$inboundSchema),
4030
4041
  }).transform((v) => {
4031
4042
  return remap$(v, {
4032
- "__@BRAND@8575": "atBRANDAt8575",
4043
+ "__@BRAND@8646": "atBRANDAt8646",
4033
4044
  });
4034
4045
  });
4035
4046
  /** @internal */
4036
4047
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema = z.object({
4037
- atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$outboundSchema),
4048
+ atBRANDAt8646: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$outboundSchema),
4038
4049
  }).transform((v) => {
4039
4050
  return remap$(v, {
4040
- atBRANDAt8575: "__@BRAND@8575",
4051
+ atBRANDAt8646: "__@BRAND@8646",
4041
4052
  });
4042
4053
  });
4043
4054
  /**
@@ -4060,42 +4071,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
4060
4071
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength' from JSON`);
4061
4072
  }
4062
4073
  /** @internal */
4063
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$inboundSchema = z.object({});
4074
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$inboundSchema = z.object({});
4064
4075
  /** @internal */
4065
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$outboundSchema = z.object({});
4076
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$outboundSchema = z.object({});
4066
4077
  /**
4067
4078
  * @internal
4068
4079
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4069
4080
  */
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));
4081
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$;
4082
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$) {
4083
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$inboundSchema` instead. */
4084
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$inboundSchema;
4085
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$outboundSchema` instead. */
4086
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$outboundSchema;
4087
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$ = {}));
4088
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646) {
4089
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$outboundSchema
4090
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646));
4080
4091
  }
4081
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575FromJSON(jsonString) {
4082
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$inboundSchema
4083
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575' from JSON`);
4092
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646FromJSON(jsonString) {
4093
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$inboundSchema
4094
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646' from JSON`);
4084
4095
  }
4085
4096
  /** @internal */
4086
4097
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema = z.object({
4087
- "__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$inboundSchema),
4098
+ "__@BRAND@8646": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$inboundSchema),
4088
4099
  }).transform((v) => {
4089
4100
  return remap$(v, {
4090
- "__@BRAND@8575": "atBRANDAt8575",
4101
+ "__@BRAND@8646": "atBRANDAt8646",
4091
4102
  });
4092
4103
  });
4093
4104
  /** @internal */
4094
4105
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema = z.object({
4095
- atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$outboundSchema),
4106
+ atBRANDAt8646: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$outboundSchema),
4096
4107
  }).transform((v) => {
4097
4108
  return remap$(v, {
4098
- atBRANDAt8575: "__@BRAND@8575",
4109
+ atBRANDAt8646: "__@BRAND@8646",
4099
4110
  });
4100
4111
  });
4101
4112
  /**
@@ -4118,42 +4129,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
4118
4129
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMinLength' from JSON`);
4119
4130
  }
4120
4131
  /** @internal */
4121
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$inboundSchema = z.object({});
4132
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$inboundSchema = z.object({});
4122
4133
  /** @internal */
4123
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$outboundSchema = z.object({});
4134
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$outboundSchema = z.object({});
4124
4135
  /**
4125
4136
  * @internal
4126
4137
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4127
4138
  */
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));
4139
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$;
4140
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$) {
4141
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$inboundSchema` instead. */
4142
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$inboundSchema;
4143
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$outboundSchema` instead. */
4144
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$outboundSchema;
4145
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$ = {}));
4146
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646) {
4147
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$outboundSchema
4148
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646));
4138
4149
  }
4139
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575FromJSON(jsonString) {
4140
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$inboundSchema
4141
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575' from JSON`);
4150
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646FromJSON(jsonString) {
4151
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$inboundSchema
4152
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646' from JSON`);
4142
4153
  }
4143
4154
  /** @internal */
4144
4155
  export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema = z.object({
4145
- "__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$inboundSchema),
4156
+ "__@BRAND@8646": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$inboundSchema),
4146
4157
  }).transform((v) => {
4147
4158
  return remap$(v, {
4148
- "__@BRAND@8575": "atBRANDAt8575",
4159
+ "__@BRAND@8646": "atBRANDAt8646",
4149
4160
  });
4150
4161
  });
4151
4162
  /** @internal */
4152
4163
  export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema = z.object({
4153
- atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$outboundSchema),
4164
+ atBRANDAt8646: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$outboundSchema),
4154
4165
  }).transform((v) => {
4155
4166
  return remap$(v, {
4156
- atBRANDAt8575: "__@BRAND@8575",
4167
+ atBRANDAt8646: "__@BRAND@8646",
4157
4168
  });
4158
4169
  });
4159
4170
  /**
@@ -5962,42 +5973,42 @@ export var CreateIntegrationStoreDirectPropertiesUiControl$;
5962
5973
  CreateIntegrationStoreDirectPropertiesUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema;
5963
5974
  })(CreateIntegrationStoreDirectPropertiesUiControl$ || (CreateIntegrationStoreDirectPropertiesUiControl$ = {}));
5964
5975
  /** @internal */
5965
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$inboundSchema = z.object({});
5976
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$inboundSchema = z.object({});
5966
5977
  /** @internal */
5967
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$outboundSchema = z.object({});
5978
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$outboundSchema = z.object({});
5968
5979
  /**
5969
5980
  * @internal
5970
5981
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5971
5982
  */
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));
5983
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$;
5984
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$) {
5985
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$inboundSchema` instead. */
5986
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$inboundSchema;
5987
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$outboundSchema` instead. */
5988
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$outboundSchema;
5989
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$ = {}));
5990
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646) {
5991
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$outboundSchema
5992
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646));
5982
5993
  }
5983
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575FromJSON(jsonString) {
5984
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$inboundSchema
5985
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575' from JSON`);
5994
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646FromJSON(jsonString) {
5995
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$inboundSchema
5996
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646' from JSON`);
5986
5997
  }
5987
5998
  /** @internal */
5988
5999
  export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema = z.object({
5989
- "__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$inboundSchema),
6000
+ "__@BRAND@8646": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$inboundSchema),
5990
6001
  }).transform((v) => {
5991
6002
  return remap$(v, {
5992
- "__@BRAND@8575": "atBRANDAt8575",
6003
+ "__@BRAND@8646": "atBRANDAt8646",
5993
6004
  });
5994
6005
  });
5995
6006
  /** @internal */
5996
6007
  export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema = z.object({
5997
- atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$outboundSchema),
6008
+ atBRANDAt8646: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$outboundSchema),
5998
6009
  }).transform((v) => {
5999
6010
  return remap$(v, {
6000
- atBRANDAt8575: "__@BRAND@8575",
6011
+ atBRANDAt8646: "__@BRAND@8646",
6001
6012
  });
6002
6013
  });
6003
6014
  /**
@@ -6018,40 +6029,40 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonStri
6018
6029
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMaxLength' from JSON`);
6019
6030
  }
6020
6031
  /** @internal */
6021
- export const PropertiesAtBRANDAt8575$inboundSchema = z.object({});
6032
+ export const PropertiesAtBRANDAt8646$inboundSchema = z.object({});
6022
6033
  /** @internal */
6023
- export const PropertiesAtBRANDAt8575$outboundSchema = z.object({});
6034
+ export const PropertiesAtBRANDAt8646$outboundSchema = z.object({});
6024
6035
  /**
6025
6036
  * @internal
6026
6037
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6027
6038
  */
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));
6039
+ export var PropertiesAtBRANDAt8646$;
6040
+ (function (PropertiesAtBRANDAt8646$) {
6041
+ /** @deprecated use `PropertiesAtBRANDAt8646$inboundSchema` instead. */
6042
+ PropertiesAtBRANDAt8646$.inboundSchema = PropertiesAtBRANDAt8646$inboundSchema;
6043
+ /** @deprecated use `PropertiesAtBRANDAt8646$outboundSchema` instead. */
6044
+ PropertiesAtBRANDAt8646$.outboundSchema = PropertiesAtBRANDAt8646$outboundSchema;
6045
+ })(PropertiesAtBRANDAt8646$ || (PropertiesAtBRANDAt8646$ = {}));
6046
+ export function propertiesAtBRANDAt8646ToJSON(propertiesAtBRANDAt8646) {
6047
+ return JSON.stringify(PropertiesAtBRANDAt8646$outboundSchema.parse(propertiesAtBRANDAt8646));
6037
6048
  }
6038
- export function propertiesAtBRANDAt8575FromJSON(jsonString) {
6039
- return safeParse(jsonString, (x) => PropertiesAtBRANDAt8575$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt8575' from JSON`);
6049
+ export function propertiesAtBRANDAt8646FromJSON(jsonString) {
6050
+ return safeParse(jsonString, (x) => PropertiesAtBRANDAt8646$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt8646' from JSON`);
6040
6051
  }
6041
6052
  /** @internal */
6042
6053
  export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema = z.object({
6043
- "__@BRAND@8575": z.lazy(() => PropertiesAtBRANDAt8575$inboundSchema),
6054
+ "__@BRAND@8646": z.lazy(() => PropertiesAtBRANDAt8646$inboundSchema),
6044
6055
  }).transform((v) => {
6045
6056
  return remap$(v, {
6046
- "__@BRAND@8575": "atBRANDAt8575",
6057
+ "__@BRAND@8646": "atBRANDAt8646",
6047
6058
  });
6048
6059
  });
6049
6060
  /** @internal */
6050
6061
  export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema = z.object({
6051
- atBRANDAt8575: z.lazy(() => PropertiesAtBRANDAt8575$outboundSchema),
6062
+ atBRANDAt8646: z.lazy(() => PropertiesAtBRANDAt8646$outboundSchema),
6052
6063
  }).transform((v) => {
6053
6064
  return remap$(v, {
6054
- atBRANDAt8575: "__@BRAND@8575",
6065
+ atBRANDAt8646: "__@BRAND@8646",
6055
6066
  });
6056
6067
  });
6057
6068
  /**
@@ -6072,40 +6083,40 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonStri
6072
6083
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMinLength' from JSON`);
6073
6084
  }
6074
6085
  /** @internal */
6075
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$inboundSchema = z.object({});
6086
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$inboundSchema = z.object({});
6076
6087
  /** @internal */
6077
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$outboundSchema = z.object({});
6088
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$outboundSchema = z.object({});
6078
6089
  /**
6079
6090
  * @internal
6080
6091
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6081
6092
  */
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));
6093
+ export var CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$;
6094
+ (function (CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$) {
6095
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$inboundSchema` instead. */
6096
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$inboundSchema;
6097
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$outboundSchema` instead. */
6098
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$outboundSchema;
6099
+ })(CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$ || (CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$ = {}));
6100
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt8646ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8646) {
6101
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt8646));
6091
6102
  }
6092
- export function createIntegrationStoreDirectPropertiesAtBRANDAt8575FromJSON(jsonString) {
6093
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8575' from JSON`);
6103
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt8646FromJSON(jsonString) {
6104
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8646' from JSON`);
6094
6105
  }
6095
6106
  /** @internal */
6096
6107
  export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema = z.object({
6097
- "__@BRAND@8575": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$inboundSchema),
6108
+ "__@BRAND@8646": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$inboundSchema),
6098
6109
  }).transform((v) => {
6099
6110
  return remap$(v, {
6100
- "__@BRAND@8575": "atBRANDAt8575",
6111
+ "__@BRAND@8646": "atBRANDAt8646",
6101
6112
  });
6102
6113
  });
6103
6114
  /** @internal */
6104
6115
  export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema = z.object({
6105
- atBRANDAt8575: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$outboundSchema),
6116
+ atBRANDAt8646: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$outboundSchema),
6106
6117
  }).transform((v) => {
6107
6118
  return remap$(v, {
6108
- atBRANDAt8575: "__@BRAND@8575",
6119
+ atBRANDAt8646: "__@BRAND@8646",
6109
6120
  });
6110
6121
  });
6111
6122
  /**
@@ -6710,42 +6721,42 @@ export var CreateIntegrationStoreDirectIntegrationsResponseType$;
6710
6721
  CreateIntegrationStoreDirectIntegrationsResponseType$.outboundSchema = CreateIntegrationStoreDirectIntegrationsResponseType$outboundSchema;
6711
6722
  })(CreateIntegrationStoreDirectIntegrationsResponseType$ || (CreateIntegrationStoreDirectIntegrationsResponseType$ = {}));
6712
6723
  /** @internal */
6713
- export const CreateIntegrationStoreDirectActions$inboundSchema = z.object({
6724
+ export const CreateIntegrationStoreDirectIntegrationsActions$inboundSchema = z.object({
6714
6725
  type: CreateIntegrationStoreDirectIntegrationsResponseType$inboundSchema,
6715
6726
  });
6716
6727
  /** @internal */
6717
- export const CreateIntegrationStoreDirectActions$outboundSchema = z.object({
6728
+ export const CreateIntegrationStoreDirectIntegrationsActions$outboundSchema = z.object({
6718
6729
  type: CreateIntegrationStoreDirectIntegrationsResponseType$outboundSchema,
6719
6730
  });
6720
6731
  /**
6721
6732
  * @internal
6722
6733
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6723
6734
  */
6724
- export var CreateIntegrationStoreDirectActions$;
6725
- (function (CreateIntegrationStoreDirectActions$) {
6726
- /** @deprecated use `CreateIntegrationStoreDirectActions$inboundSchema` instead. */
6727
- CreateIntegrationStoreDirectActions$.inboundSchema = CreateIntegrationStoreDirectActions$inboundSchema;
6728
- /** @deprecated use `CreateIntegrationStoreDirectActions$outboundSchema` instead. */
6729
- CreateIntegrationStoreDirectActions$.outboundSchema = CreateIntegrationStoreDirectActions$outboundSchema;
6730
- })(CreateIntegrationStoreDirectActions$ || (CreateIntegrationStoreDirectActions$ = {}));
6731
- export function createIntegrationStoreDirectActionsToJSON(createIntegrationStoreDirectActions) {
6732
- return JSON.stringify(CreateIntegrationStoreDirectActions$outboundSchema.parse(createIntegrationStoreDirectActions));
6735
+ export var CreateIntegrationStoreDirectIntegrationsActions$;
6736
+ (function (CreateIntegrationStoreDirectIntegrationsActions$) {
6737
+ /** @deprecated use `CreateIntegrationStoreDirectIntegrationsActions$inboundSchema` instead. */
6738
+ CreateIntegrationStoreDirectIntegrationsActions$.inboundSchema = CreateIntegrationStoreDirectIntegrationsActions$inboundSchema;
6739
+ /** @deprecated use `CreateIntegrationStoreDirectIntegrationsActions$outboundSchema` instead. */
6740
+ CreateIntegrationStoreDirectIntegrationsActions$.outboundSchema = CreateIntegrationStoreDirectIntegrationsActions$outboundSchema;
6741
+ })(CreateIntegrationStoreDirectIntegrationsActions$ || (CreateIntegrationStoreDirectIntegrationsActions$ = {}));
6742
+ export function createIntegrationStoreDirectIntegrationsActionsToJSON(createIntegrationStoreDirectIntegrationsActions) {
6743
+ return JSON.stringify(CreateIntegrationStoreDirectIntegrationsActions$outboundSchema.parse(createIntegrationStoreDirectIntegrationsActions));
6733
6744
  }
6734
- export function createIntegrationStoreDirectActionsFromJSON(jsonString) {
6735
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectActions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectActions' from JSON`);
6745
+ export function createIntegrationStoreDirectIntegrationsActionsFromJSON(jsonString) {
6746
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectIntegrationsActions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectIntegrationsActions' from JSON`);
6736
6747
  }
6737
6748
  /** @internal */
6738
6749
  export const Steps$inboundSchema = z
6739
6750
  .object({
6740
6751
  title: z.string(),
6741
6752
  content: z.string(),
6742
- actions: z.array(z.lazy(() => CreateIntegrationStoreDirectActions$inboundSchema)).optional(),
6753
+ actions: z.array(z.lazy(() => CreateIntegrationStoreDirectIntegrationsActions$inboundSchema)).optional(),
6743
6754
  });
6744
6755
  /** @internal */
6745
6756
  export const Steps$outboundSchema = z.object({
6746
6757
  title: z.string(),
6747
6758
  content: z.string(),
6748
- actions: z.array(z.lazy(() => CreateIntegrationStoreDirectActions$outboundSchema)).optional(),
6759
+ actions: z.array(z.lazy(() => CreateIntegrationStoreDirectIntegrationsActions$outboundSchema)).optional(),
6749
6760
  });
6750
6761
  /**
6751
6762
  * @internal
@@ -6795,40 +6806,40 @@ export function guidesFromJSON(jsonString) {
6795
6806
  return safeParse(jsonString, (x) => Guides$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Guides' from JSON`);
6796
6807
  }
6797
6808
  /** @internal */
6798
- export const AtBRANDAt8575$inboundSchema = z.object({});
6809
+ export const AtBRANDAt8646$inboundSchema = z.object({});
6799
6810
  /** @internal */
6800
- export const AtBRANDAt8575$outboundSchema = z.object({});
6811
+ export const AtBRANDAt8646$outboundSchema = z.object({});
6801
6812
  /**
6802
6813
  * @internal
6803
6814
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6804
6815
  */
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));
6816
+ export var AtBRANDAt8646$;
6817
+ (function (AtBRANDAt8646$) {
6818
+ /** @deprecated use `AtBRANDAt8646$inboundSchema` instead. */
6819
+ AtBRANDAt8646$.inboundSchema = AtBRANDAt8646$inboundSchema;
6820
+ /** @deprecated use `AtBRANDAt8646$outboundSchema` instead. */
6821
+ AtBRANDAt8646$.outboundSchema = AtBRANDAt8646$outboundSchema;
6822
+ })(AtBRANDAt8646$ || (AtBRANDAt8646$ = {}));
6823
+ export function atBRANDAt8646ToJSON(atBRANDAt8646) {
6824
+ return JSON.stringify(AtBRANDAt8646$outboundSchema.parse(atBRANDAt8646));
6814
6825
  }
6815
- export function atBRANDAt8575FromJSON(jsonString) {
6816
- return safeParse(jsonString, (x) => AtBRANDAt8575$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt8575' from JSON`);
6826
+ export function atBRANDAt8646FromJSON(jsonString) {
6827
+ return safeParse(jsonString, (x) => AtBRANDAt8646$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt8646' from JSON`);
6817
6828
  }
6818
6829
  /** @internal */
6819
6830
  export const CreateIntegrationStoreDirectValue$inboundSchema = z.object({
6820
- "__@BRAND@8575": z.lazy(() => AtBRANDAt8575$inboundSchema),
6831
+ "__@BRAND@8646": z.lazy(() => AtBRANDAt8646$inboundSchema),
6821
6832
  }).transform((v) => {
6822
6833
  return remap$(v, {
6823
- "__@BRAND@8575": "atBRANDAt8575",
6834
+ "__@BRAND@8646": "atBRANDAt8646",
6824
6835
  });
6825
6836
  });
6826
6837
  /** @internal */
6827
6838
  export const CreateIntegrationStoreDirectValue$outboundSchema = z.object({
6828
- atBRANDAt8575: z.lazy(() => AtBRANDAt8575$outboundSchema),
6839
+ atBRANDAt8646: z.lazy(() => AtBRANDAt8646$outboundSchema),
6829
6840
  }).transform((v) => {
6830
6841
  return remap$(v, {
6831
- atBRANDAt8575: "__@BRAND@8575",
6842
+ atBRANDAt8646: "__@BRAND@8646",
6832
6843
  });
6833
6844
  });
6834
6845
  /**