@vercel/sdk 1.11.1 → 1.11.4

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 (194) hide show
  1. package/README.md +45 -52
  2. package/bin/mcp-server.js +1830 -1660
  3. package/bin/mcp-server.js.map +36 -36
  4. package/docs/sdks/integrations/README.md +83 -0
  5. package/docs/sdks/vercel/README.md +0 -74
  6. package/esm/__tests__/accessgroups.test.js +1 -3
  7. package/esm/__tests__/accessgroups.test.js.map +1 -1
  8. package/esm/__tests__/checks.test.js +1 -1
  9. package/esm/__tests__/checks.test.js.map +1 -1
  10. package/esm/__tests__/integrations.test.js +28 -1
  11. package/esm/__tests__/integrations.test.js.map +1 -1
  12. package/esm/__tests__/rollingrelease.test.js +1 -1
  13. package/esm/__tests__/vercel.test.js +3 -27
  14. package/esm/__tests__/vercel.test.js.map +1 -1
  15. package/esm/funcs/deploymentsUploadFile.js +0 -1
  16. package/esm/funcs/deploymentsUploadFile.js.map +1 -1
  17. package/esm/funcs/domainsGetDomainTransfer.js +2 -2
  18. package/esm/funcs/domainsGetDomainTransfer.js.map +1 -1
  19. package/esm/funcs/integrationsGetBillingPlans.d.ts +20 -0
  20. package/esm/funcs/integrationsGetBillingPlans.d.ts.map +1 -0
  21. package/esm/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js → integrationsGetBillingPlans.js} +21 -9
  22. package/esm/funcs/integrationsGetBillingPlans.js.map +1 -0
  23. package/esm/funcs/marketplaceUpdateResourceSecrets.js +2 -2
  24. package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -1
  25. package/esm/lib/config.d.ts +3 -3
  26. package/esm/lib/config.js +3 -3
  27. package/esm/mcp-server/mcp-server.js +1 -1
  28. package/esm/mcp-server/server.d.ts.map +1 -1
  29. package/esm/mcp-server/server.js +3 -3
  30. package/esm/mcp-server/server.js.map +1 -1
  31. package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts +7 -0
  32. package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts.map +1 -0
  33. package/esm/mcp-server/tools/integrationsGetBillingPlans.js +28 -0
  34. package/esm/mcp-server/tools/integrationsGetBillingPlans.js.map +1 -0
  35. package/esm/models/approverollingreleasestageop.d.ts +15 -0
  36. package/esm/models/approverollingreleasestageop.d.ts.map +1 -1
  37. package/esm/models/approverollingreleasestageop.js +6 -0
  38. package/esm/models/approverollingreleasestageop.js.map +1 -1
  39. package/esm/models/canceldeploymentop.d.ts +9 -6
  40. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  41. package/esm/models/canceldeploymentop.js +3 -2
  42. package/esm/models/canceldeploymentop.js.map +1 -1
  43. package/esm/models/completerollingreleaseop.d.ts +15 -0
  44. package/esm/models/completerollingreleaseop.d.ts.map +1 -1
  45. package/esm/models/completerollingreleaseop.js +6 -0
  46. package/esm/models/completerollingreleaseop.js.map +1 -1
  47. package/esm/models/createdeploymentop.d.ts +12 -6
  48. package/esm/models/createdeploymentop.d.ts.map +1 -1
  49. package/esm/models/createdeploymentop.js +4 -2
  50. package/esm/models/createdeploymentop.js.map +1 -1
  51. package/esm/models/createintegrationstoredirectop.d.ts +276 -246
  52. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  53. package/esm/models/createintegrationstoredirectop.js +318 -296
  54. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  55. package/esm/models/createprojectenvop.d.ts +6 -6
  56. package/esm/models/createprojectenvop.js +2 -2
  57. package/esm/models/createprojectenvop.js.map +1 -1
  58. package/esm/models/createprojectop.d.ts +173 -164
  59. package/esm/models/createprojectop.d.ts.map +1 -1
  60. package/esm/models/createprojectop.js +158 -156
  61. package/esm/models/createprojectop.js.map +1 -1
  62. package/esm/models/editprojectenvop.d.ts +3 -3
  63. package/esm/models/editprojectenvop.js +1 -1
  64. package/esm/models/editprojectenvop.js.map +1 -1
  65. package/esm/models/getbillingplansop.d.ts +257 -0
  66. package/esm/models/getbillingplansop.d.ts.map +1 -0
  67. package/esm/models/getbillingplansop.js +244 -0
  68. package/esm/models/getbillingplansop.js.map +1 -0
  69. package/esm/models/getconfigurationproductsop.d.ts +330 -330
  70. package/esm/models/getconfigurationproductsop.js +408 -408
  71. package/esm/models/getdeploymentop.d.ts +9 -6
  72. package/esm/models/getdeploymentop.d.ts.map +1 -1
  73. package/esm/models/getdeploymentop.js +3 -2
  74. package/esm/models/getdeploymentop.js.map +1 -1
  75. package/esm/models/getdeploymentsop.d.ts +3 -0
  76. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  77. package/esm/models/getdeploymentsop.js +1 -0
  78. package/esm/models/getdeploymentsop.js.map +1 -1
  79. package/esm/models/getdomaintransferop.d.ts +99 -25
  80. package/esm/models/getdomaintransferop.d.ts.map +1 -1
  81. package/esm/models/getdomaintransferop.js +101 -25
  82. package/esm/models/getdomaintransferop.js.map +1 -1
  83. package/esm/models/getprojectsop.d.ts +8 -2
  84. package/esm/models/getprojectsop.d.ts.map +1 -1
  85. package/esm/models/getprojectsop.js +3 -2
  86. package/esm/models/getprojectsop.js.map +1 -1
  87. package/esm/models/getrollingreleaseconfigop.d.ts +5 -0
  88. package/esm/models/getrollingreleaseconfigop.d.ts.map +1 -1
  89. package/esm/models/getrollingreleaseconfigop.js +2 -0
  90. package/esm/models/getrollingreleaseconfigop.js.map +1 -1
  91. package/esm/models/getrollingreleaseop.d.ts +15 -0
  92. package/esm/models/getrollingreleaseop.d.ts.map +1 -1
  93. package/esm/models/getrollingreleaseop.js +6 -0
  94. package/esm/models/getrollingreleaseop.js.map +1 -1
  95. package/esm/models/getwebhooksop.d.ts +3 -0
  96. package/esm/models/getwebhooksop.d.ts.map +1 -1
  97. package/esm/models/getwebhooksop.js +1 -0
  98. package/esm/models/getwebhooksop.js.map +1 -1
  99. package/esm/models/importresourceop.d.ts +15 -15
  100. package/esm/models/importresourceop.d.ts.map +1 -1
  101. package/esm/models/importresourceop.js +17 -15
  102. package/esm/models/importresourceop.js.map +1 -1
  103. package/esm/models/patchteamop.d.ts +12 -0
  104. package/esm/models/patchteamop.d.ts.map +1 -1
  105. package/esm/models/patchteamop.js +4 -0
  106. package/esm/models/patchteamop.js.map +1 -1
  107. package/esm/models/removeprojectenvop.d.ts +9 -9
  108. package/esm/models/removeprojectenvop.js +3 -3
  109. package/esm/models/removeprojectenvop.js.map +1 -1
  110. package/esm/models/updateprojectdatacacheop.d.ts +8 -2
  111. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  112. package/esm/models/updateprojectdatacacheop.js +3 -2
  113. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  114. package/esm/models/updateprojectop.d.ts +173 -164
  115. package/esm/models/updateprojectop.d.ts.map +1 -1
  116. package/esm/models/updateprojectop.js +158 -156
  117. package/esm/models/updateprojectop.js.map +1 -1
  118. package/esm/models/updaterollingreleaseconfigop.d.ts +5 -0
  119. package/esm/models/updaterollingreleaseconfigop.d.ts.map +1 -1
  120. package/esm/models/updaterollingreleaseconfigop.js +2 -0
  121. package/esm/models/updaterollingreleaseconfigop.js.map +1 -1
  122. package/esm/models/uploadfileop.d.ts +0 -5
  123. package/esm/models/uploadfileop.d.ts.map +1 -1
  124. package/esm/models/uploadfileop.js +0 -4
  125. package/esm/models/uploadfileop.js.map +1 -1
  126. package/esm/models/userevent.d.ts +960 -770
  127. package/esm/models/userevent.d.ts.map +1 -1
  128. package/esm/models/userevent.js +1102 -974
  129. package/esm/models/userevent.js.map +1 -1
  130. package/esm/sdk/integrations.d.ts +8 -0
  131. package/esm/sdk/integrations.d.ts.map +1 -1
  132. package/esm/sdk/integrations.js +10 -0
  133. package/esm/sdk/integrations.js.map +1 -1
  134. package/esm/sdk/sdk.d.ts +1 -3
  135. package/esm/sdk/sdk.d.ts.map +1 -1
  136. package/esm/sdk/sdk.js +0 -5
  137. package/esm/sdk/sdk.js.map +1 -1
  138. package/examples/package-lock.json +1 -1
  139. package/jsr.json +1 -1
  140. package/package.json +1 -1
  141. package/src/__tests__/accessgroups.test.ts +1 -3
  142. package/src/__tests__/checks.test.ts +1 -1
  143. package/src/__tests__/integrations.test.ts +32 -1
  144. package/src/__tests__/rollingrelease.test.ts +1 -1
  145. package/src/__tests__/vercel.test.ts +4 -33
  146. package/src/funcs/deploymentsUploadFile.ts +0 -5
  147. package/src/funcs/domainsGetDomainTransfer.ts +2 -2
  148. package/src/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts → integrationsGetBillingPlans.ts} +30 -24
  149. package/src/funcs/marketplaceUpdateResourceSecrets.ts +2 -2
  150. package/src/lib/config.ts +3 -3
  151. package/src/mcp-server/mcp-server.ts +1 -1
  152. package/src/mcp-server/server.ts +3 -5
  153. package/src/mcp-server/tools/integrationsGetBillingPlans.ts +37 -0
  154. package/src/models/approverollingreleasestageop.ts +21 -0
  155. package/src/models/canceldeploymentop.ts +5 -4
  156. package/src/models/completerollingreleaseop.ts +21 -0
  157. package/src/models/createdeploymentop.ts +6 -4
  158. package/src/models/createintegrationstoredirectop.ts +544 -507
  159. package/src/models/createprojectenvop.ts +2 -2
  160. package/src/models/createprojectop.ts +347 -342
  161. package/src/models/editprojectenvop.ts +1 -1
  162. package/src/models/getbillingplansop.ts +508 -0
  163. package/src/models/getconfigurationproductsop.ts +703 -703
  164. package/src/models/getdeploymentop.ts +5 -4
  165. package/src/models/getdeploymentsop.ts +1 -0
  166. package/src/models/getdomaintransferop.ts +203 -39
  167. package/src/models/getprojectsop.ts +8 -4
  168. package/src/models/getrollingreleaseconfigop.ts +7 -0
  169. package/src/models/getrollingreleaseop.ts +21 -0
  170. package/src/models/getwebhooksop.ts +1 -0
  171. package/src/models/importresourceop.ts +27 -29
  172. package/src/models/patchteamop.ts +4 -0
  173. package/src/models/removeprojectenvop.ts +3 -3
  174. package/src/models/updateprojectdatacacheop.ts +8 -4
  175. package/src/models/updateprojectop.ts +347 -342
  176. package/src/models/updaterollingreleaseconfigop.ts +7 -0
  177. package/src/models/uploadfileop.ts +0 -9
  178. package/src/models/userevent.ts +2219 -1917
  179. package/src/sdk/integrations.ts +22 -0
  180. package/src/sdk/sdk.ts +1 -23
  181. package/vercel-spec.json +1401 -1170
  182. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -14
  183. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
  184. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
  185. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -7
  186. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
  187. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +0 -26
  188. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
  189. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts +0 -247
  190. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts.map +0 -1
  191. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js +0 -246
  192. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js.map +0 -1
  193. package/src/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +0 -41
  194. package/src/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.ts +0 -575
@@ -55,6 +55,7 @@ export const CreateIntegrationStoreDirectFramework = {
55
55
  Nitro: "nitro",
56
56
  Hono: "hono",
57
57
  Express: "express",
58
+ H3: "h3",
58
59
  Xmcp: "xmcp",
59
60
  };
60
61
  export const CreateIntegrationStoreDirectEnvironments = {
@@ -76,6 +77,11 @@ export const CreateIntegrationStoreDirectStatus = {
76
77
  Initializing: "initializing",
77
78
  Uninstalled: "uninstalled",
78
79
  };
80
+ export const CreateIntegrationStoreDirectOwnership = {
81
+ Owned: "owned",
82
+ Linked: "linked",
83
+ Sandbox: "sandbox",
84
+ };
79
85
  export const ExternalResourceStatus = {
80
86
  Error: "error",
81
87
  Suspended: "suspended",
@@ -264,8 +270,8 @@ export const Tags = {
264
270
  Redis: "redis",
265
271
  Postgres: "postgres",
266
272
  Blob: "blob",
267
- Checks: "checks",
268
273
  Experimentation: "experimentation",
274
+ Checks: "checks",
269
275
  Storage: "storage",
270
276
  Ai: "ai",
271
277
  Observability: "observability",
@@ -317,7 +323,6 @@ export const ProjectConnectionScopes = {
317
323
  ReadWriteLogDrain: "read-write:log-drain",
318
324
  ReadWriteProjectEnvVars: "read-write:project-env-vars",
319
325
  ReadWriteProjectProtectionBypass: "read-write:project-protection-bypass",
320
- ReadWriteTraceDrain: "read-write:trace-drain",
321
326
  };
322
327
  export const CreateIntegrationStoreDirectIntegrationsResponseType = {
323
328
  ConnectToProject: "connect_to_project",
@@ -628,6 +633,21 @@ export var CreateIntegrationStoreDirectStatus$;
628
633
  CreateIntegrationStoreDirectStatus$.outboundSchema = CreateIntegrationStoreDirectStatus$outboundSchema;
629
634
  })(CreateIntegrationStoreDirectStatus$ || (CreateIntegrationStoreDirectStatus$ = {}));
630
635
  /** @internal */
636
+ export const CreateIntegrationStoreDirectOwnership$inboundSchema = z.nativeEnum(CreateIntegrationStoreDirectOwnership);
637
+ /** @internal */
638
+ export const CreateIntegrationStoreDirectOwnership$outboundSchema = CreateIntegrationStoreDirectOwnership$inboundSchema;
639
+ /**
640
+ * @internal
641
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
642
+ */
643
+ export var CreateIntegrationStoreDirectOwnership$;
644
+ (function (CreateIntegrationStoreDirectOwnership$) {
645
+ /** @deprecated use `CreateIntegrationStoreDirectOwnership$inboundSchema` instead. */
646
+ CreateIntegrationStoreDirectOwnership$.inboundSchema = CreateIntegrationStoreDirectOwnership$inboundSchema;
647
+ /** @deprecated use `CreateIntegrationStoreDirectOwnership$outboundSchema` instead. */
648
+ CreateIntegrationStoreDirectOwnership$.outboundSchema = CreateIntegrationStoreDirectOwnership$outboundSchema;
649
+ })(CreateIntegrationStoreDirectOwnership$ || (CreateIntegrationStoreDirectOwnership$ = {}));
650
+ /** @internal */
631
651
  export const CreateIntegrationStoreDirectMetadata$inboundSchema = z.union([
632
652
  z.string(),
633
653
  z.number(),
@@ -692,42 +712,42 @@ export var CreateIntegrationStoreDirectIntegrationsType$;
692
712
  CreateIntegrationStoreDirectIntegrationsType$.outboundSchema = CreateIntegrationStoreDirectIntegrationsType$outboundSchema;
693
713
  })(CreateIntegrationStoreDirectIntegrationsType$ || (CreateIntegrationStoreDirectIntegrationsType$ = {}));
694
714
  /** @internal */
695
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$inboundSchema = z.object({});
715
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema = z.object({});
696
716
  /** @internal */
697
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$outboundSchema = z.object({});
717
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema = z.object({});
698
718
  /**
699
719
  * @internal
700
720
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
701
721
  */
702
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$;
703
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$) {
704
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$inboundSchema` instead. */
705
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$inboundSchema;
706
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$outboundSchema` instead. */
707
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$outboundSchema;
708
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$ = {}));
709
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838) {
710
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$outboundSchema
711
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838));
722
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$;
723
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$) {
724
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema` instead. */
725
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema;
726
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema` instead. */
727
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema;
728
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$ = {}));
729
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823) {
730
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema
731
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823));
712
732
  }
713
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838FromJSON(jsonString) {
714
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$inboundSchema
715
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838' from JSON`);
733
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823FromJSON(jsonString) {
734
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema
735
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823' from JSON`);
716
736
  }
717
737
  /** @internal */
718
738
  export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema = z.object({
719
- "__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$inboundSchema),
739
+ "__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema),
720
740
  }).transform((v) => {
721
741
  return remap$(v, {
722
- "__@BRAND@7838": "atBRANDAt7838",
742
+ "__@BRAND@7823": "atBRANDAt7823",
723
743
  });
724
744
  });
725
745
  /** @internal */
726
746
  export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema = z.object({
727
- atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$outboundSchema),
747
+ atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema),
728
748
  }).transform((v) => {
729
749
  return remap$(v, {
730
- atBRANDAt7838: "__@BRAND@7838",
750
+ atBRANDAt7823: "__@BRAND@7823",
731
751
  });
732
752
  });
733
753
  /**
@@ -961,40 +981,40 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
961
981
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema;
962
982
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ = {}));
963
983
  /** @internal */
964
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$inboundSchema = z.object({});
984
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema = z.object({});
965
985
  /** @internal */
966
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$outboundSchema = z.object({});
986
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema = z.object({});
967
987
  /**
968
988
  * @internal
969
989
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
970
990
  */
971
- export var CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$;
972
- (function (CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$) {
973
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$inboundSchema` instead. */
974
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$inboundSchema;
975
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$outboundSchema` instead. */
976
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$outboundSchema;
977
- })(CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$ || (CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$ = {}));
978
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt7838ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt7838) {
979
- return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt7838));
991
+ export var CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$;
992
+ (function (CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$) {
993
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema` instead. */
994
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema;
995
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema` instead. */
996
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema;
997
+ })(CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$ || (CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$ = {}));
998
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt7823ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt7823) {
999
+ return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt7823));
980
1000
  }
981
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt7838FromJSON(jsonString) {
982
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838' from JSON`);
1001
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt7823FromJSON(jsonString) {
1002
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823' from JSON`);
983
1003
  }
984
1004
  /** @internal */
985
1005
  export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema = z.object({
986
- "__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$inboundSchema),
1006
+ "__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema),
987
1007
  }).transform((v) => {
988
1008
  return remap$(v, {
989
- "__@BRAND@7838": "atBRANDAt7838",
1009
+ "__@BRAND@7823": "atBRANDAt7823",
990
1010
  });
991
1011
  });
992
1012
  /** @internal */
993
1013
  export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema = z.object({
994
- atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$outboundSchema),
1014
+ atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema),
995
1015
  }).transform((v) => {
996
1016
  return remap$(v, {
997
- atBRANDAt7838: "__@BRAND@7838",
1017
+ atBRANDAt7823: "__@BRAND@7823",
998
1018
  });
999
1019
  });
1000
1020
  /**
@@ -1206,40 +1226,40 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(jsonString) {
1206
1226
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptions3' from JSON`);
1207
1227
  }
1208
1228
  /** @internal */
1209
- export const UiOptionsAtBRANDAt7838$inboundSchema = z.object({});
1229
+ export const UiOptionsAtBRANDAt7823$inboundSchema = z.object({});
1210
1230
  /** @internal */
1211
- export const UiOptionsAtBRANDAt7838$outboundSchema = z.object({});
1231
+ export const UiOptionsAtBRANDAt7823$outboundSchema = z.object({});
1212
1232
  /**
1213
1233
  * @internal
1214
1234
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1215
1235
  */
1216
- export var UiOptionsAtBRANDAt7838$;
1217
- (function (UiOptionsAtBRANDAt7838$) {
1218
- /** @deprecated use `UiOptionsAtBRANDAt7838$inboundSchema` instead. */
1219
- UiOptionsAtBRANDAt7838$.inboundSchema = UiOptionsAtBRANDAt7838$inboundSchema;
1220
- /** @deprecated use `UiOptionsAtBRANDAt7838$outboundSchema` instead. */
1221
- UiOptionsAtBRANDAt7838$.outboundSchema = UiOptionsAtBRANDAt7838$outboundSchema;
1222
- })(UiOptionsAtBRANDAt7838$ || (UiOptionsAtBRANDAt7838$ = {}));
1223
- export function uiOptionsAtBRANDAt7838ToJSON(uiOptionsAtBRANDAt7838) {
1224
- return JSON.stringify(UiOptionsAtBRANDAt7838$outboundSchema.parse(uiOptionsAtBRANDAt7838));
1236
+ export var UiOptionsAtBRANDAt7823$;
1237
+ (function (UiOptionsAtBRANDAt7823$) {
1238
+ /** @deprecated use `UiOptionsAtBRANDAt7823$inboundSchema` instead. */
1239
+ UiOptionsAtBRANDAt7823$.inboundSchema = UiOptionsAtBRANDAt7823$inboundSchema;
1240
+ /** @deprecated use `UiOptionsAtBRANDAt7823$outboundSchema` instead. */
1241
+ UiOptionsAtBRANDAt7823$.outboundSchema = UiOptionsAtBRANDAt7823$outboundSchema;
1242
+ })(UiOptionsAtBRANDAt7823$ || (UiOptionsAtBRANDAt7823$ = {}));
1243
+ export function uiOptionsAtBRANDAt7823ToJSON(uiOptionsAtBRANDAt7823) {
1244
+ return JSON.stringify(UiOptionsAtBRANDAt7823$outboundSchema.parse(uiOptionsAtBRANDAt7823));
1225
1245
  }
1226
- export function uiOptionsAtBRANDAt7838FromJSON(jsonString) {
1227
- return safeParse(jsonString, (x) => UiOptionsAtBRANDAt7838$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt7838' from JSON`);
1246
+ export function uiOptionsAtBRANDAt7823FromJSON(jsonString) {
1247
+ return safeParse(jsonString, (x) => UiOptionsAtBRANDAt7823$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt7823' from JSON`);
1228
1248
  }
1229
1249
  /** @internal */
1230
1250
  export const CreateIntegrationStoreDirectUiOptions2$inboundSchema = z.object({
1231
- "__@BRAND@7838": z.lazy(() => UiOptionsAtBRANDAt7838$inboundSchema),
1251
+ "__@BRAND@7823": z.lazy(() => UiOptionsAtBRANDAt7823$inboundSchema),
1232
1252
  }).transform((v) => {
1233
1253
  return remap$(v, {
1234
- "__@BRAND@7838": "atBRANDAt7838",
1254
+ "__@BRAND@7823": "atBRANDAt7823",
1235
1255
  });
1236
1256
  });
1237
1257
  /** @internal */
1238
1258
  export const CreateIntegrationStoreDirectUiOptions2$outboundSchema = z.object({
1239
- atBRANDAt7838: z.lazy(() => UiOptionsAtBRANDAt7838$outboundSchema),
1259
+ atBRANDAt7823: z.lazy(() => UiOptionsAtBRANDAt7823$outboundSchema),
1240
1260
  }).transform((v) => {
1241
1261
  return remap$(v, {
1242
- atBRANDAt7838: "__@BRAND@7838",
1262
+ atBRANDAt7823: "__@BRAND@7823",
1243
1263
  });
1244
1264
  });
1245
1265
  /**
@@ -1480,42 +1500,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
1480
1500
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions' from JSON`);
1481
1501
  }
1482
1502
  /** @internal */
1483
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$inboundSchema = z.object({});
1503
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema = z.object({});
1484
1504
  /** @internal */
1485
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$outboundSchema = z.object({});
1505
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema = z.object({});
1486
1506
  /**
1487
1507
  * @internal
1488
1508
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1489
1509
  */
1490
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$;
1491
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$) {
1492
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$inboundSchema` instead. */
1493
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$inboundSchema;
1494
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$outboundSchema` instead. */
1495
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$outboundSchema;
1496
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$ = {}));
1497
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838) {
1498
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$outboundSchema
1499
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838));
1510
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$;
1511
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$) {
1512
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema` instead. */
1513
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema;
1514
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema` instead. */
1515
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema;
1516
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$ = {}));
1517
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823) {
1518
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema
1519
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823));
1500
1520
  }
1501
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838FromJSON(jsonString) {
1502
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$inboundSchema
1503
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838' from JSON`);
1521
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823FromJSON(jsonString) {
1522
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema
1523
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823' from JSON`);
1504
1524
  }
1505
1525
  /** @internal */
1506
1526
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
1507
- "__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$inboundSchema),
1527
+ "__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema),
1508
1528
  }).transform((v) => {
1509
1529
  return remap$(v, {
1510
- "__@BRAND@7838": "atBRANDAt7838",
1530
+ "__@BRAND@7823": "atBRANDAt7823",
1511
1531
  });
1512
1532
  });
1513
1533
  /** @internal */
1514
1534
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
1515
- atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$outboundSchema),
1535
+ atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema),
1516
1536
  }).transform((v) => {
1517
1537
  return remap$(v, {
1518
- atBRANDAt7838: "__@BRAND@7838",
1538
+ atBRANDAt7823: "__@BRAND@7823",
1519
1539
  });
1520
1540
  });
1521
1541
  /**
@@ -1538,42 +1558,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
1538
1558
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength' from JSON`);
1539
1559
  }
1540
1560
  /** @internal */
1541
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$inboundSchema = z.object({});
1561
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema = z.object({});
1542
1562
  /** @internal */
1543
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$outboundSchema = z.object({});
1563
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema = z.object({});
1544
1564
  /**
1545
1565
  * @internal
1546
1566
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1547
1567
  */
1548
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$;
1549
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$) {
1550
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$inboundSchema` instead. */
1551
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$inboundSchema;
1552
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$outboundSchema` instead. */
1553
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$outboundSchema;
1554
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$ = {}));
1555
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838) {
1556
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$outboundSchema
1557
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838));
1568
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$;
1569
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$) {
1570
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema` instead. */
1571
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema;
1572
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema` instead. */
1573
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema;
1574
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$ = {}));
1575
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823) {
1576
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema
1577
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823));
1558
1578
  }
1559
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838FromJSON(jsonString) {
1560
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$inboundSchema
1561
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838' from JSON`);
1579
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823FromJSON(jsonString) {
1580
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema
1581
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823' from JSON`);
1562
1582
  }
1563
1583
  /** @internal */
1564
1584
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
1565
- "__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$inboundSchema),
1585
+ "__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema),
1566
1586
  }).transform((v) => {
1567
1587
  return remap$(v, {
1568
- "__@BRAND@7838": "atBRANDAt7838",
1588
+ "__@BRAND@7823": "atBRANDAt7823",
1569
1589
  });
1570
1590
  });
1571
1591
  /** @internal */
1572
1592
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
1573
- atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$outboundSchema),
1593
+ atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema),
1574
1594
  }).transform((v) => {
1575
1595
  return remap$(v, {
1576
- atBRANDAt7838: "__@BRAND@7838",
1596
+ atBRANDAt7823: "__@BRAND@7823",
1577
1597
  });
1578
1598
  });
1579
1599
  /**
@@ -1596,42 +1616,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
1596
1616
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength' from JSON`);
1597
1617
  }
1598
1618
  /** @internal */
1599
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$inboundSchema = z.object({});
1619
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema = z.object({});
1600
1620
  /** @internal */
1601
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$outboundSchema = z.object({});
1621
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema = z.object({});
1602
1622
  /**
1603
1623
  * @internal
1604
1624
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1605
1625
  */
1606
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$;
1607
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$) {
1608
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$inboundSchema` instead. */
1609
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$inboundSchema;
1610
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$outboundSchema` instead. */
1611
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$outboundSchema;
1612
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$ = {}));
1613
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838) {
1614
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$outboundSchema
1615
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838));
1626
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$;
1627
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$) {
1628
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema` instead. */
1629
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema;
1630
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema` instead. */
1631
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema;
1632
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$ = {}));
1633
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823) {
1634
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema
1635
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823));
1616
1636
  }
1617
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838FromJSON(jsonString) {
1618
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$inboundSchema
1619
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838' from JSON`);
1637
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823FromJSON(jsonString) {
1638
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema
1639
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823' from JSON`);
1620
1640
  }
1621
1641
  /** @internal */
1622
1642
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
1623
- "__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$inboundSchema),
1643
+ "__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema),
1624
1644
  }).transform((v) => {
1625
1645
  return remap$(v, {
1626
- "__@BRAND@7838": "atBRANDAt7838",
1646
+ "__@BRAND@7823": "atBRANDAt7823",
1627
1647
  });
1628
1648
  });
1629
1649
  /** @internal */
1630
1650
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
1631
- atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$outboundSchema),
1651
+ atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema),
1632
1652
  }).transform((v) => {
1633
1653
  return remap$(v, {
1634
- atBRANDAt7838: "__@BRAND@7838",
1654
+ atBRANDAt7823: "__@BRAND@7823",
1635
1655
  });
1636
1656
  });
1637
1657
  /**
@@ -2103,42 +2123,42 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
2103
2123
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema;
2104
2124
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$ = {}));
2105
2125
  /** @internal */
2106
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$inboundSchema = z.object({});
2126
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema = z.object({});
2107
2127
  /** @internal */
2108
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$outboundSchema = z.object({});
2128
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema = z.object({});
2109
2129
  /**
2110
2130
  * @internal
2111
2131
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2112
2132
  */
2113
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$;
2114
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$) {
2115
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$inboundSchema` instead. */
2116
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$inboundSchema;
2117
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$outboundSchema` instead. */
2118
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$outboundSchema;
2119
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$ = {}));
2120
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838) {
2121
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$outboundSchema
2122
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838));
2133
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$;
2134
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$) {
2135
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema` instead. */
2136
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema;
2137
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema` instead. */
2138
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema;
2139
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$ = {}));
2140
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823) {
2141
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema
2142
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823));
2123
2143
  }
2124
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838FromJSON(jsonString) {
2125
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$inboundSchema
2126
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838' from JSON`);
2144
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823FromJSON(jsonString) {
2145
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema
2146
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823' from JSON`);
2127
2147
  }
2128
2148
  /** @internal */
2129
2149
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema = z.object({
2130
- "__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$inboundSchema),
2150
+ "__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema),
2131
2151
  }).transform((v) => {
2132
2152
  return remap$(v, {
2133
- "__@BRAND@7838": "atBRANDAt7838",
2153
+ "__@BRAND@7823": "atBRANDAt7823",
2134
2154
  });
2135
2155
  });
2136
2156
  /** @internal */
2137
2157
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema = z.object({
2138
- atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$outboundSchema),
2158
+ atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema),
2139
2159
  }).transform((v) => {
2140
2160
  return remap$(v, {
2141
- atBRANDAt7838: "__@BRAND@7838",
2161
+ atBRANDAt7823: "__@BRAND@7823",
2142
2162
  });
2143
2163
  });
2144
2164
  /**
@@ -2161,42 +2181,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
2161
2181
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength' from JSON`);
2162
2182
  }
2163
2183
  /** @internal */
2164
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$inboundSchema = z.object({});
2184
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema = z.object({});
2165
2185
  /** @internal */
2166
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$outboundSchema = z.object({});
2186
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema = z.object({});
2167
2187
  /**
2168
2188
  * @internal
2169
2189
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2170
2190
  */
2171
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$;
2172
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$) {
2173
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$inboundSchema` instead. */
2174
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$inboundSchema;
2175
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$outboundSchema` instead. */
2176
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$outboundSchema;
2177
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$ = {}));
2178
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838) {
2179
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$outboundSchema
2180
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838));
2191
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$;
2192
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$) {
2193
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema` instead. */
2194
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema;
2195
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema` instead. */
2196
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema;
2197
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$ = {}));
2198
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823) {
2199
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema
2200
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823));
2181
2201
  }
2182
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838FromJSON(jsonString) {
2183
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$inboundSchema
2184
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838' from JSON`);
2202
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823FromJSON(jsonString) {
2203
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema
2204
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823' from JSON`);
2185
2205
  }
2186
2206
  /** @internal */
2187
2207
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema = z.object({
2188
- "__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$inboundSchema),
2208
+ "__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema),
2189
2209
  }).transform((v) => {
2190
2210
  return remap$(v, {
2191
- "__@BRAND@7838": "atBRANDAt7838",
2211
+ "__@BRAND@7823": "atBRANDAt7823",
2192
2212
  });
2193
2213
  });
2194
2214
  /** @internal */
2195
2215
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema = z.object({
2196
- atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$outboundSchema),
2216
+ atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema),
2197
2217
  }).transform((v) => {
2198
2218
  return remap$(v, {
2199
- atBRANDAt7838: "__@BRAND@7838",
2219
+ atBRANDAt7823: "__@BRAND@7823",
2200
2220
  });
2201
2221
  });
2202
2222
  /**
@@ -2219,42 +2239,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
2219
2239
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength' from JSON`);
2220
2240
  }
2221
2241
  /** @internal */
2222
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$inboundSchema = z.object({});
2242
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema = z.object({});
2223
2243
  /** @internal */
2224
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$outboundSchema = z.object({});
2244
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema = z.object({});
2225
2245
  /**
2226
2246
  * @internal
2227
2247
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2228
2248
  */
2229
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$;
2230
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$) {
2231
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$inboundSchema` instead. */
2232
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$inboundSchema;
2233
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$outboundSchema` instead. */
2234
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$outboundSchema;
2235
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$ = {}));
2236
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838) {
2237
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$outboundSchema
2238
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838));
2249
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$;
2250
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$) {
2251
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema` instead. */
2252
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema;
2253
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema` instead. */
2254
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema;
2255
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$ = {}));
2256
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823) {
2257
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema
2258
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823));
2239
2259
  }
2240
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838FromJSON(jsonString) {
2241
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$inboundSchema
2242
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838' from JSON`);
2260
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823FromJSON(jsonString) {
2261
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema
2262
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823' from JSON`);
2243
2263
  }
2244
2264
  /** @internal */
2245
2265
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema = z.object({
2246
- "__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$inboundSchema),
2266
+ "__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema),
2247
2267
  }).transform((v) => {
2248
2268
  return remap$(v, {
2249
- "__@BRAND@7838": "atBRANDAt7838",
2269
+ "__@BRAND@7823": "atBRANDAt7823",
2250
2270
  });
2251
2271
  });
2252
2272
  /** @internal */
2253
2273
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema = z.object({
2254
- atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$outboundSchema),
2274
+ atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema),
2255
2275
  }).transform((v) => {
2256
2276
  return remap$(v, {
2257
- atBRANDAt7838: "__@BRAND@7838",
2277
+ atBRANDAt7823: "__@BRAND@7823",
2258
2278
  });
2259
2279
  });
2260
2280
  /**
@@ -3158,42 +3178,42 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonStri
3158
3178
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesUiOptions' from JSON`);
3159
3179
  }
3160
3180
  /** @internal */
3161
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$inboundSchema = z.object({});
3181
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema = z.object({});
3162
3182
  /** @internal */
3163
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$outboundSchema = z.object({});
3183
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema = z.object({});
3164
3184
  /**
3165
3185
  * @internal
3166
3186
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3167
3187
  */
3168
- export var CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$;
3169
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$) {
3170
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$inboundSchema` instead. */
3171
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$inboundSchema;
3172
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$outboundSchema` instead. */
3173
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$outboundSchema;
3174
- })(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$ || (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$ = {}));
3175
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838) {
3176
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$outboundSchema
3177
- .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838));
3188
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$;
3189
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$) {
3190
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema` instead. */
3191
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema;
3192
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema` instead. */
3193
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema;
3194
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$ = {}));
3195
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823) {
3196
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema
3197
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823));
3178
3198
  }
3179
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838FromJSON(jsonString) {
3180
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$inboundSchema
3181
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838' from JSON`);
3199
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823FromJSON(jsonString) {
3200
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema
3201
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823' from JSON`);
3182
3202
  }
3183
3203
  /** @internal */
3184
3204
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema = z.object({
3185
- "__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$inboundSchema),
3205
+ "__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema),
3186
3206
  }).transform((v) => {
3187
3207
  return remap$(v, {
3188
- "__@BRAND@7838": "atBRANDAt7838",
3208
+ "__@BRAND@7823": "atBRANDAt7823",
3189
3209
  });
3190
3210
  });
3191
3211
  /** @internal */
3192
3212
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema = z.object({
3193
- atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$outboundSchema),
3213
+ atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema),
3194
3214
  }).transform((v) => {
3195
3215
  return remap$(v, {
3196
- atBRANDAt7838: "__@BRAND@7838",
3216
+ atBRANDAt7823: "__@BRAND@7823",
3197
3217
  });
3198
3218
  });
3199
3219
  /**
@@ -3216,42 +3236,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
3216
3236
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength' from JSON`);
3217
3237
  }
3218
3238
  /** @internal */
3219
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$inboundSchema = z.object({});
3239
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema = z.object({});
3220
3240
  /** @internal */
3221
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$outboundSchema = z.object({});
3241
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema = z.object({});
3222
3242
  /**
3223
3243
  * @internal
3224
3244
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3225
3245
  */
3226
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$;
3227
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$) {
3228
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$inboundSchema` instead. */
3229
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$inboundSchema;
3230
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$outboundSchema` instead. */
3231
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$outboundSchema;
3232
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$ = {}));
3233
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838) {
3234
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$outboundSchema
3235
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838));
3246
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$;
3247
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$) {
3248
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema` instead. */
3249
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema;
3250
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema` instead. */
3251
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema;
3252
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$ = {}));
3253
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823) {
3254
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema
3255
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823));
3236
3256
  }
3237
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838FromJSON(jsonString) {
3238
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$inboundSchema
3239
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838' from JSON`);
3257
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823FromJSON(jsonString) {
3258
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema
3259
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823' from JSON`);
3240
3260
  }
3241
3261
  /** @internal */
3242
3262
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema = z.object({
3243
- "__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$inboundSchema),
3263
+ "__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema),
3244
3264
  }).transform((v) => {
3245
3265
  return remap$(v, {
3246
- "__@BRAND@7838": "atBRANDAt7838",
3266
+ "__@BRAND@7823": "atBRANDAt7823",
3247
3267
  });
3248
3268
  });
3249
3269
  /** @internal */
3250
3270
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema = z.object({
3251
- atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$outboundSchema),
3271
+ atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema),
3252
3272
  }).transform((v) => {
3253
3273
  return remap$(v, {
3254
- atBRANDAt7838: "__@BRAND@7838",
3274
+ atBRANDAt7823: "__@BRAND@7823",
3255
3275
  });
3256
3276
  });
3257
3277
  /**
@@ -3274,42 +3294,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
3274
3294
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMinLength' from JSON`);
3275
3295
  }
3276
3296
  /** @internal */
3277
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$inboundSchema = z.object({});
3297
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema = z.object({});
3278
3298
  /** @internal */
3279
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$outboundSchema = z.object({});
3299
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema = z.object({});
3280
3300
  /**
3281
3301
  * @internal
3282
3302
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3283
3303
  */
3284
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$;
3285
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$) {
3286
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$inboundSchema` instead. */
3287
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$inboundSchema;
3288
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$outboundSchema` instead. */
3289
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$outboundSchema;
3290
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$ = {}));
3291
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838) {
3292
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$outboundSchema
3293
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838));
3304
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$;
3305
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$) {
3306
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema` instead. */
3307
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema;
3308
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema` instead. */
3309
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema;
3310
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$ = {}));
3311
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823) {
3312
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema
3313
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823));
3294
3314
  }
3295
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838FromJSON(jsonString) {
3296
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$inboundSchema
3297
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838' from JSON`);
3315
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823FromJSON(jsonString) {
3316
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema
3317
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823' from JSON`);
3298
3318
  }
3299
3319
  /** @internal */
3300
3320
  export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema = z.object({
3301
- "__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$inboundSchema),
3321
+ "__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema),
3302
3322
  }).transform((v) => {
3303
3323
  return remap$(v, {
3304
- "__@BRAND@7838": "atBRANDAt7838",
3324
+ "__@BRAND@7823": "atBRANDAt7823",
3305
3325
  });
3306
3326
  });
3307
3327
  /** @internal */
3308
3328
  export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema = z.object({
3309
- atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$outboundSchema),
3329
+ atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema),
3310
3330
  }).transform((v) => {
3311
3331
  return remap$(v, {
3312
- atBRANDAt7838: "__@BRAND@7838",
3332
+ atBRANDAt7823: "__@BRAND@7823",
3313
3333
  });
3314
3334
  });
3315
3335
  /**
@@ -5118,42 +5138,42 @@ export var CreateIntegrationStoreDirectPropertiesUiControl$;
5118
5138
  CreateIntegrationStoreDirectPropertiesUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema;
5119
5139
  })(CreateIntegrationStoreDirectPropertiesUiControl$ || (CreateIntegrationStoreDirectPropertiesUiControl$ = {}));
5120
5140
  /** @internal */
5121
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$inboundSchema = z.object({});
5141
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema = z.object({});
5122
5142
  /** @internal */
5123
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$outboundSchema = z.object({});
5143
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema = z.object({});
5124
5144
  /**
5125
5145
  * @internal
5126
5146
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5127
5147
  */
5128
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$;
5129
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$) {
5130
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$inboundSchema` instead. */
5131
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$inboundSchema;
5132
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$outboundSchema` instead. */
5133
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$outboundSchema;
5134
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$ = {}));
5135
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838) {
5136
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$outboundSchema
5137
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838));
5148
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$;
5149
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$) {
5150
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema` instead. */
5151
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema;
5152
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema` instead. */
5153
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema;
5154
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$ = {}));
5155
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823) {
5156
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema
5157
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823));
5138
5158
  }
5139
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838FromJSON(jsonString) {
5140
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$inboundSchema
5141
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838' from JSON`);
5159
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823FromJSON(jsonString) {
5160
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema
5161
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823' from JSON`);
5142
5162
  }
5143
5163
  /** @internal */
5144
5164
  export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema = z.object({
5145
- "__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$inboundSchema),
5165
+ "__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema),
5146
5166
  }).transform((v) => {
5147
5167
  return remap$(v, {
5148
- "__@BRAND@7838": "atBRANDAt7838",
5168
+ "__@BRAND@7823": "atBRANDAt7823",
5149
5169
  });
5150
5170
  });
5151
5171
  /** @internal */
5152
5172
  export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema = z.object({
5153
- atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$outboundSchema),
5173
+ atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema),
5154
5174
  }).transform((v) => {
5155
5175
  return remap$(v, {
5156
- atBRANDAt7838: "__@BRAND@7838",
5176
+ atBRANDAt7823: "__@BRAND@7823",
5157
5177
  });
5158
5178
  });
5159
5179
  /**
@@ -5174,40 +5194,40 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonStri
5174
5194
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMaxLength' from JSON`);
5175
5195
  }
5176
5196
  /** @internal */
5177
- export const PropertiesAtBRANDAt7838$inboundSchema = z.object({});
5197
+ export const PropertiesAtBRANDAt7823$inboundSchema = z.object({});
5178
5198
  /** @internal */
5179
- export const PropertiesAtBRANDAt7838$outboundSchema = z.object({});
5199
+ export const PropertiesAtBRANDAt7823$outboundSchema = z.object({});
5180
5200
  /**
5181
5201
  * @internal
5182
5202
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5183
5203
  */
5184
- export var PropertiesAtBRANDAt7838$;
5185
- (function (PropertiesAtBRANDAt7838$) {
5186
- /** @deprecated use `PropertiesAtBRANDAt7838$inboundSchema` instead. */
5187
- PropertiesAtBRANDAt7838$.inboundSchema = PropertiesAtBRANDAt7838$inboundSchema;
5188
- /** @deprecated use `PropertiesAtBRANDAt7838$outboundSchema` instead. */
5189
- PropertiesAtBRANDAt7838$.outboundSchema = PropertiesAtBRANDAt7838$outboundSchema;
5190
- })(PropertiesAtBRANDAt7838$ || (PropertiesAtBRANDAt7838$ = {}));
5191
- export function propertiesAtBRANDAt7838ToJSON(propertiesAtBRANDAt7838) {
5192
- return JSON.stringify(PropertiesAtBRANDAt7838$outboundSchema.parse(propertiesAtBRANDAt7838));
5204
+ export var PropertiesAtBRANDAt7823$;
5205
+ (function (PropertiesAtBRANDAt7823$) {
5206
+ /** @deprecated use `PropertiesAtBRANDAt7823$inboundSchema` instead. */
5207
+ PropertiesAtBRANDAt7823$.inboundSchema = PropertiesAtBRANDAt7823$inboundSchema;
5208
+ /** @deprecated use `PropertiesAtBRANDAt7823$outboundSchema` instead. */
5209
+ PropertiesAtBRANDAt7823$.outboundSchema = PropertiesAtBRANDAt7823$outboundSchema;
5210
+ })(PropertiesAtBRANDAt7823$ || (PropertiesAtBRANDAt7823$ = {}));
5211
+ export function propertiesAtBRANDAt7823ToJSON(propertiesAtBRANDAt7823) {
5212
+ return JSON.stringify(PropertiesAtBRANDAt7823$outboundSchema.parse(propertiesAtBRANDAt7823));
5193
5213
  }
5194
- export function propertiesAtBRANDAt7838FromJSON(jsonString) {
5195
- return safeParse(jsonString, (x) => PropertiesAtBRANDAt7838$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt7838' from JSON`);
5214
+ export function propertiesAtBRANDAt7823FromJSON(jsonString) {
5215
+ return safeParse(jsonString, (x) => PropertiesAtBRANDAt7823$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt7823' from JSON`);
5196
5216
  }
5197
5217
  /** @internal */
5198
5218
  export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema = z.object({
5199
- "__@BRAND@7838": z.lazy(() => PropertiesAtBRANDAt7838$inboundSchema),
5219
+ "__@BRAND@7823": z.lazy(() => PropertiesAtBRANDAt7823$inboundSchema),
5200
5220
  }).transform((v) => {
5201
5221
  return remap$(v, {
5202
- "__@BRAND@7838": "atBRANDAt7838",
5222
+ "__@BRAND@7823": "atBRANDAt7823",
5203
5223
  });
5204
5224
  });
5205
5225
  /** @internal */
5206
5226
  export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema = z.object({
5207
- atBRANDAt7838: z.lazy(() => PropertiesAtBRANDAt7838$outboundSchema),
5227
+ atBRANDAt7823: z.lazy(() => PropertiesAtBRANDAt7823$outboundSchema),
5208
5228
  }).transform((v) => {
5209
5229
  return remap$(v, {
5210
- atBRANDAt7838: "__@BRAND@7838",
5230
+ atBRANDAt7823: "__@BRAND@7823",
5211
5231
  });
5212
5232
  });
5213
5233
  /**
@@ -5228,40 +5248,40 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonStri
5228
5248
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMinLength' from JSON`);
5229
5249
  }
5230
5250
  /** @internal */
5231
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$inboundSchema = z.object({});
5251
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema = z.object({});
5232
5252
  /** @internal */
5233
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$outboundSchema = z.object({});
5253
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema = z.object({});
5234
5254
  /**
5235
5255
  * @internal
5236
5256
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5237
5257
  */
5238
- export var CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$;
5239
- (function (CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$) {
5240
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$inboundSchema` instead. */
5241
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$inboundSchema;
5242
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$outboundSchema` instead. */
5243
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$outboundSchema;
5244
- })(CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$ || (CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$ = {}));
5245
- export function createIntegrationStoreDirectPropertiesAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt7838) {
5246
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt7838));
5258
+ export var CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$;
5259
+ (function (CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$) {
5260
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema` instead. */
5261
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema;
5262
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema` instead. */
5263
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema;
5264
+ })(CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$ = {}));
5265
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt7823) {
5266
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt7823));
5247
5267
  }
5248
- export function createIntegrationStoreDirectPropertiesAtBRANDAt7838FromJSON(jsonString) {
5249
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt7838' from JSON`);
5268
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt7823FromJSON(jsonString) {
5269
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt7823' from JSON`);
5250
5270
  }
5251
5271
  /** @internal */
5252
5272
  export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema = z.object({
5253
- "__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$inboundSchema),
5273
+ "__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema),
5254
5274
  }).transform((v) => {
5255
5275
  return remap$(v, {
5256
- "__@BRAND@7838": "atBRANDAt7838",
5276
+ "__@BRAND@7823": "atBRANDAt7823",
5257
5277
  });
5258
5278
  });
5259
5279
  /** @internal */
5260
5280
  export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema = z.object({
5261
- atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$outboundSchema),
5281
+ atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema),
5262
5282
  }).transform((v) => {
5263
5283
  return remap$(v, {
5264
- atBRANDAt7838: "__@BRAND@7838",
5284
+ atBRANDAt7823: "__@BRAND@7823",
5265
5285
  });
5266
5286
  });
5267
5287
  /**
@@ -5947,40 +5967,40 @@ export function guidesFromJSON(jsonString) {
5947
5967
  return safeParse(jsonString, (x) => Guides$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Guides' from JSON`);
5948
5968
  }
5949
5969
  /** @internal */
5950
- export const AtBRANDAt7838$inboundSchema = z.object({});
5970
+ export const AtBRANDAt7823$inboundSchema = z.object({});
5951
5971
  /** @internal */
5952
- export const AtBRANDAt7838$outboundSchema = z.object({});
5972
+ export const AtBRANDAt7823$outboundSchema = z.object({});
5953
5973
  /**
5954
5974
  * @internal
5955
5975
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5956
5976
  */
5957
- export var AtBRANDAt7838$;
5958
- (function (AtBRANDAt7838$) {
5959
- /** @deprecated use `AtBRANDAt7838$inboundSchema` instead. */
5960
- AtBRANDAt7838$.inboundSchema = AtBRANDAt7838$inboundSchema;
5961
- /** @deprecated use `AtBRANDAt7838$outboundSchema` instead. */
5962
- AtBRANDAt7838$.outboundSchema = AtBRANDAt7838$outboundSchema;
5963
- })(AtBRANDAt7838$ || (AtBRANDAt7838$ = {}));
5964
- export function atBRANDAt7838ToJSON(atBRANDAt7838) {
5965
- return JSON.stringify(AtBRANDAt7838$outboundSchema.parse(atBRANDAt7838));
5977
+ export var AtBRANDAt7823$;
5978
+ (function (AtBRANDAt7823$) {
5979
+ /** @deprecated use `AtBRANDAt7823$inboundSchema` instead. */
5980
+ AtBRANDAt7823$.inboundSchema = AtBRANDAt7823$inboundSchema;
5981
+ /** @deprecated use `AtBRANDAt7823$outboundSchema` instead. */
5982
+ AtBRANDAt7823$.outboundSchema = AtBRANDAt7823$outboundSchema;
5983
+ })(AtBRANDAt7823$ || (AtBRANDAt7823$ = {}));
5984
+ export function atBRANDAt7823ToJSON(atBRANDAt7823) {
5985
+ return JSON.stringify(AtBRANDAt7823$outboundSchema.parse(atBRANDAt7823));
5966
5986
  }
5967
- export function atBRANDAt7838FromJSON(jsonString) {
5968
- return safeParse(jsonString, (x) => AtBRANDAt7838$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt7838' from JSON`);
5987
+ export function atBRANDAt7823FromJSON(jsonString) {
5988
+ return safeParse(jsonString, (x) => AtBRANDAt7823$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt7823' from JSON`);
5969
5989
  }
5970
5990
  /** @internal */
5971
5991
  export const CreateIntegrationStoreDirectValue$inboundSchema = z.object({
5972
- "__@BRAND@7838": z.lazy(() => AtBRANDAt7838$inboundSchema),
5992
+ "__@BRAND@7823": z.lazy(() => AtBRANDAt7823$inboundSchema),
5973
5993
  }).transform((v) => {
5974
5994
  return remap$(v, {
5975
- "__@BRAND@7838": "atBRANDAt7838",
5995
+ "__@BRAND@7823": "atBRANDAt7823",
5976
5996
  });
5977
5997
  });
5978
5998
  /** @internal */
5979
5999
  export const CreateIntegrationStoreDirectValue$outboundSchema = z.object({
5980
- atBRANDAt7838: z.lazy(() => AtBRANDAt7838$outboundSchema),
6000
+ atBRANDAt7823: z.lazy(() => AtBRANDAt7823$outboundSchema),
5981
6001
  }).transform((v) => {
5982
6002
  return remap$(v, {
5983
- atBRANDAt7838: "__@BRAND@7838",
6003
+ atBRANDAt7823: "__@BRAND@7823",
5984
6004
  });
5985
6005
  });
5986
6006
  /**
@@ -6518,6 +6538,7 @@ export const CreateIntegrationStoreDirectStore$inboundSchema = z.object({
6518
6538
  totalConnectedProjects: z.number().optional(),
6519
6539
  usageQuotaExceeded: z.boolean(),
6520
6540
  status: z.nullable(CreateIntegrationStoreDirectStatus$inboundSchema),
6541
+ ownership: CreateIntegrationStoreDirectOwnership$inboundSchema.optional(),
6521
6542
  metadata: z.record(z.union([
6522
6543
  z.string(),
6523
6544
  z.number(),
@@ -6540,6 +6561,7 @@ export const CreateIntegrationStoreDirectStore$outboundSchema = z.object({
6540
6561
  totalConnectedProjects: z.number().optional(),
6541
6562
  usageQuotaExceeded: z.boolean(),
6542
6563
  status: z.nullable(CreateIntegrationStoreDirectStatus$outboundSchema),
6564
+ ownership: CreateIntegrationStoreDirectOwnership$outboundSchema.optional(),
6543
6565
  metadata: z.record(z.union([
6544
6566
  z.string(),
6545
6567
  z.number(),