@vercel/sdk 1.11.0 → 1.11.2

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 (155) hide show
  1. package/bin/mcp-server.js +1341 -1092
  2. package/bin/mcp-server.js.map +30 -30
  3. package/esm/__tests__/accessgroups.test.js +1 -3
  4. package/esm/__tests__/accessgroups.test.js.map +1 -1
  5. package/esm/__tests__/checks.test.js +1 -0
  6. package/esm/__tests__/checks.test.js.map +1 -1
  7. package/esm/__tests__/domains.test.js +3 -1
  8. package/esm/__tests__/domains.test.js.map +1 -1
  9. package/esm/__tests__/edgeconfig.test.js +6 -6
  10. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  11. package/esm/__tests__/integrations.test.js +1 -1
  12. package/esm/__tests__/rollingrelease.test.js +6 -2
  13. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  14. package/esm/__tests__/security.test.js +4 -4
  15. package/esm/__tests__/security.test.js.map +1 -1
  16. package/esm/__tests__/teams.test.js +2 -2
  17. package/esm/__tests__/teams.test.js.map +1 -1
  18. package/esm/funcs/deploymentsUploadFile.js +0 -1
  19. package/esm/funcs/deploymentsUploadFile.js.map +1 -1
  20. package/esm/funcs/domainsGetDomainTransfer.js +2 -2
  21. package/esm/funcs/domainsGetDomainTransfer.js.map +1 -1
  22. package/esm/funcs/marketplaceUpdateResourceSecrets.js +2 -2
  23. package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -1
  24. package/esm/lib/config.d.ts +3 -3
  25. package/esm/lib/config.js +3 -3
  26. package/esm/mcp-server/mcp-server.js +1 -1
  27. package/esm/mcp-server/server.js +1 -1
  28. package/esm/models/canceldeploymentop.d.ts +9 -6
  29. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  30. package/esm/models/canceldeploymentop.js +3 -2
  31. package/esm/models/canceldeploymentop.js.map +1 -1
  32. package/esm/models/createdeploymentop.d.ts +47 -41
  33. package/esm/models/createdeploymentop.d.ts.map +1 -1
  34. package/esm/models/createdeploymentop.js +17 -15
  35. package/esm/models/createdeploymentop.js.map +1 -1
  36. package/esm/models/createedgeconfigop.d.ts +2 -0
  37. package/esm/models/createedgeconfigop.d.ts.map +1 -1
  38. package/esm/models/createedgeconfigop.js +2 -0
  39. package/esm/models/createedgeconfigop.js.map +1 -1
  40. package/esm/models/createintegrationstoredirectop.d.ts +282 -243
  41. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  42. package/esm/models/createintegrationstoredirectop.js +320 -295
  43. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  44. package/esm/models/createprojectop.d.ts +6 -0
  45. package/esm/models/createprojectop.d.ts.map +1 -1
  46. package/esm/models/createprojectop.js +2 -0
  47. package/esm/models/createprojectop.js.map +1 -1
  48. package/esm/models/getallchecksop.d.ts +2 -0
  49. package/esm/models/getallchecksop.d.ts.map +1 -1
  50. package/esm/models/getallchecksop.js +2 -0
  51. package/esm/models/getallchecksop.js.map +1 -1
  52. package/esm/models/getconfigurationproductsop.d.ts +421 -331
  53. package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
  54. package/esm/models/getconfigurationproductsop.js +482 -410
  55. package/esm/models/getconfigurationproductsop.js.map +1 -1
  56. package/esm/models/getdeploymentop.d.ts +9 -6
  57. package/esm/models/getdeploymentop.d.ts.map +1 -1
  58. package/esm/models/getdeploymentop.js +3 -2
  59. package/esm/models/getdeploymentop.js.map +1 -1
  60. package/esm/models/getdeploymentsop.d.ts +3 -0
  61. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  62. package/esm/models/getdeploymentsop.js +1 -0
  63. package/esm/models/getdeploymentsop.js.map +1 -1
  64. package/esm/models/getdomaintransferop.d.ts +99 -25
  65. package/esm/models/getdomaintransferop.d.ts.map +1 -1
  66. package/esm/models/getdomaintransferop.js +101 -25
  67. package/esm/models/getdomaintransferop.js.map +1 -1
  68. package/esm/models/getedgeconfigop.d.ts +2 -0
  69. package/esm/models/getedgeconfigop.d.ts.map +1 -1
  70. package/esm/models/getedgeconfigop.js +2 -0
  71. package/esm/models/getedgeconfigop.js.map +1 -1
  72. package/esm/models/getprojectsop.d.ts +3 -0
  73. package/esm/models/getprojectsop.d.ts.map +1 -1
  74. package/esm/models/getprojectsop.js +1 -0
  75. package/esm/models/getprojectsop.js.map +1 -1
  76. package/esm/models/getteammembersop.d.ts +36 -30
  77. package/esm/models/getteammembersop.d.ts.map +1 -1
  78. package/esm/models/getteammembersop.js +12 -10
  79. package/esm/models/getteammembersop.js.map +1 -1
  80. package/esm/models/getwebhooksop.d.ts +3 -0
  81. package/esm/models/getwebhooksop.d.ts.map +1 -1
  82. package/esm/models/getwebhooksop.js +1 -0
  83. package/esm/models/getwebhooksop.js.map +1 -1
  84. package/esm/models/importresourceop.d.ts +36 -0
  85. package/esm/models/importresourceop.d.ts.map +1 -1
  86. package/esm/models/importresourceop.js +25 -0
  87. package/esm/models/importresourceop.js.map +1 -1
  88. package/esm/models/patchteamop.d.ts +12 -0
  89. package/esm/models/patchteamop.d.ts.map +1 -1
  90. package/esm/models/patchteamop.js +4 -0
  91. package/esm/models/patchteamop.js.map +1 -1
  92. package/esm/models/team.d.ts +150 -26
  93. package/esm/models/team.d.ts.map +1 -1
  94. package/esm/models/team.js +110 -30
  95. package/esm/models/team.js.map +1 -1
  96. package/esm/models/updateedgeconfigop.d.ts +2 -0
  97. package/esm/models/updateedgeconfigop.d.ts.map +1 -1
  98. package/esm/models/updateedgeconfigop.js +2 -0
  99. package/esm/models/updateedgeconfigop.js.map +1 -1
  100. package/esm/models/updateprojectdatacacheop.d.ts +3 -0
  101. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  102. package/esm/models/updateprojectdatacacheop.js +1 -0
  103. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  104. package/esm/models/updateprojectop.d.ts +6 -0
  105. package/esm/models/updateprojectop.d.ts.map +1 -1
  106. package/esm/models/updateprojectop.js +2 -0
  107. package/esm/models/updateprojectop.js.map +1 -1
  108. package/esm/models/uploadfileop.d.ts +0 -5
  109. package/esm/models/uploadfileop.d.ts.map +1 -1
  110. package/esm/models/uploadfileop.js +0 -4
  111. package/esm/models/uploadfileop.js.map +1 -1
  112. package/esm/models/userevent.d.ts +963 -773
  113. package/esm/models/userevent.d.ts.map +1 -1
  114. package/esm/models/userevent.js +1102 -974
  115. package/esm/models/userevent.js.map +1 -1
  116. package/examples/package-lock.json +1 -1
  117. package/jsr.json +1 -1
  118. package/package.json +1 -1
  119. package/src/__tests__/accessgroups.test.ts +1 -3
  120. package/src/__tests__/checks.test.ts +1 -0
  121. package/src/__tests__/domains.test.ts +3 -1
  122. package/src/__tests__/edgeconfig.test.ts +6 -6
  123. package/src/__tests__/integrations.test.ts +1 -1
  124. package/src/__tests__/rollingrelease.test.ts +6 -2
  125. package/src/__tests__/security.test.ts +4 -4
  126. package/src/__tests__/teams.test.ts +2 -2
  127. package/src/funcs/deploymentsUploadFile.ts +0 -5
  128. package/src/funcs/domainsGetDomainTransfer.ts +2 -2
  129. package/src/funcs/marketplaceUpdateResourceSecrets.ts +2 -2
  130. package/src/lib/config.ts +3 -3
  131. package/src/mcp-server/mcp-server.ts +1 -1
  132. package/src/mcp-server/server.ts +1 -1
  133. package/src/models/canceldeploymentop.ts +5 -4
  134. package/src/models/createdeploymentop.ts +21 -19
  135. package/src/models/createedgeconfigop.ts +4 -0
  136. package/src/models/createintegrationstoredirectop.ts +546 -506
  137. package/src/models/createprojectop.ts +2 -0
  138. package/src/models/getallchecksop.ts +4 -0
  139. package/src/models/getconfigurationproductsop.ts +847 -706
  140. package/src/models/getdeploymentop.ts +5 -4
  141. package/src/models/getdeploymentsop.ts +1 -0
  142. package/src/models/getdomaintransferop.ts +203 -39
  143. package/src/models/getedgeconfigop.ts +4 -0
  144. package/src/models/getprojectsop.ts +1 -0
  145. package/src/models/getteammembersop.ts +12 -10
  146. package/src/models/getwebhooksop.ts +1 -0
  147. package/src/models/importresourceop.ts +34 -0
  148. package/src/models/patchteamop.ts +4 -0
  149. package/src/models/team.ts +177 -42
  150. package/src/models/updateedgeconfigop.ts +4 -0
  151. package/src/models/updateprojectdatacacheop.ts +1 -0
  152. package/src/models/updateprojectop.ts +2 -0
  153. package/src/models/uploadfileop.ts +0 -9
  154. package/src/models/userevent.ts +2222 -1920
  155. package/vercel-spec.json +517 -260
@@ -47,6 +47,7 @@ export const CreateIntegrationStoreDirectFramework = {
47
47
  Vitepress: "vitepress",
48
48
  Vuepress: "vuepress",
49
49
  Parcel: "parcel",
50
+ Fastapi: "fastapi",
50
51
  Fasthtml: "fasthtml",
51
52
  SanityV3: "sanity-v3",
52
53
  Sanity: "sanity",
@@ -75,6 +76,11 @@ export const CreateIntegrationStoreDirectStatus = {
75
76
  Initializing: "initializing",
76
77
  Uninstalled: "uninstalled",
77
78
  };
79
+ export const CreateIntegrationStoreDirectOwnership = {
80
+ Owned: "owned",
81
+ Linked: "linked",
82
+ Sandbox: "sandbox",
83
+ };
78
84
  export const ExternalResourceStatus = {
79
85
  Error: "error",
80
86
  Suspended: "suspended",
@@ -263,8 +269,8 @@ export const Tags = {
263
269
  Redis: "redis",
264
270
  Postgres: "postgres",
265
271
  Blob: "blob",
266
- Checks: "checks",
267
272
  Experimentation: "experimentation",
273
+ Checks: "checks",
268
274
  Storage: "storage",
269
275
  Ai: "ai",
270
276
  Observability: "observability",
@@ -272,6 +278,7 @@ export const Tags = {
272
278
  Authentication: "authentication",
273
279
  Workflow: "workflow",
274
280
  LogDrain: "logDrain",
281
+ TraceDrain: "traceDrain",
275
282
  Messaging: "messaging",
276
283
  Other: "other",
277
284
  Mysql: "mysql",
@@ -300,6 +307,7 @@ export const Tags = {
300
307
  TagChecks: "tag_checks",
301
308
  TagStorage: "tag_storage",
302
309
  TagLogDrain: "tag_logDrain",
310
+ TagTraceDrain: "tag_traceDrain",
303
311
  TagOther: "tag_other",
304
312
  };
305
313
  export const ProjectConnectionScopes = {
@@ -624,6 +632,21 @@ export var CreateIntegrationStoreDirectStatus$;
624
632
  CreateIntegrationStoreDirectStatus$.outboundSchema = CreateIntegrationStoreDirectStatus$outboundSchema;
625
633
  })(CreateIntegrationStoreDirectStatus$ || (CreateIntegrationStoreDirectStatus$ = {}));
626
634
  /** @internal */
635
+ export const CreateIntegrationStoreDirectOwnership$inboundSchema = z.nativeEnum(CreateIntegrationStoreDirectOwnership);
636
+ /** @internal */
637
+ export const CreateIntegrationStoreDirectOwnership$outboundSchema = CreateIntegrationStoreDirectOwnership$inboundSchema;
638
+ /**
639
+ * @internal
640
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
641
+ */
642
+ export var CreateIntegrationStoreDirectOwnership$;
643
+ (function (CreateIntegrationStoreDirectOwnership$) {
644
+ /** @deprecated use `CreateIntegrationStoreDirectOwnership$inboundSchema` instead. */
645
+ CreateIntegrationStoreDirectOwnership$.inboundSchema = CreateIntegrationStoreDirectOwnership$inboundSchema;
646
+ /** @deprecated use `CreateIntegrationStoreDirectOwnership$outboundSchema` instead. */
647
+ CreateIntegrationStoreDirectOwnership$.outboundSchema = CreateIntegrationStoreDirectOwnership$outboundSchema;
648
+ })(CreateIntegrationStoreDirectOwnership$ || (CreateIntegrationStoreDirectOwnership$ = {}));
649
+ /** @internal */
627
650
  export const CreateIntegrationStoreDirectMetadata$inboundSchema = z.union([
628
651
  z.string(),
629
652
  z.number(),
@@ -688,42 +711,42 @@ export var CreateIntegrationStoreDirectIntegrationsType$;
688
711
  CreateIntegrationStoreDirectIntegrationsType$.outboundSchema = CreateIntegrationStoreDirectIntegrationsType$outboundSchema;
689
712
  })(CreateIntegrationStoreDirectIntegrationsType$ || (CreateIntegrationStoreDirectIntegrationsType$ = {}));
690
713
  /** @internal */
691
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$inboundSchema = z.object({});
714
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$inboundSchema = z.object({});
692
715
  /** @internal */
693
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$outboundSchema = z.object({});
716
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$outboundSchema = z.object({});
694
717
  /**
695
718
  * @internal
696
719
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
697
720
  */
698
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$;
699
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$) {
700
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$inboundSchema` instead. */
701
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$inboundSchema;
702
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$outboundSchema` instead. */
703
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$outboundSchema;
704
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$ = {}));
705
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757) {
706
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$outboundSchema
707
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757));
721
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$;
722
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$) {
723
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$inboundSchema` instead. */
724
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$inboundSchema;
725
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$outboundSchema` instead. */
726
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$outboundSchema;
727
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$ = {}));
728
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820) {
729
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$outboundSchema
730
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820));
708
731
  }
709
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757FromJSON(jsonString) {
710
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$inboundSchema
711
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757' from JSON`);
732
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820FromJSON(jsonString) {
733
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$inboundSchema
734
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820' from JSON`);
712
735
  }
713
736
  /** @internal */
714
737
  export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema = z.object({
715
- "__@BRAND@7757": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$inboundSchema),
738
+ "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$inboundSchema),
716
739
  }).transform((v) => {
717
740
  return remap$(v, {
718
- "__@BRAND@7757": "atBRANDAt7757",
741
+ "__@BRAND@7820": "atBRANDAt7820",
719
742
  });
720
743
  });
721
744
  /** @internal */
722
745
  export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema = z.object({
723
- atBRANDAt7757: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$outboundSchema),
746
+ atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$outboundSchema),
724
747
  }).transform((v) => {
725
748
  return remap$(v, {
726
- atBRANDAt7757: "__@BRAND@7757",
749
+ atBRANDAt7820: "__@BRAND@7820",
727
750
  });
728
751
  });
729
752
  /**
@@ -957,40 +980,40 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
957
980
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema;
958
981
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ = {}));
959
982
  /** @internal */
960
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$inboundSchema = z.object({});
983
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$inboundSchema = z.object({});
961
984
  /** @internal */
962
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$outboundSchema = z.object({});
985
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$outboundSchema = z.object({});
963
986
  /**
964
987
  * @internal
965
988
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
966
989
  */
967
- export var CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$;
968
- (function (CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$) {
969
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$inboundSchema` instead. */
970
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$inboundSchema;
971
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$outboundSchema` instead. */
972
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$outboundSchema;
973
- })(CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$ || (CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$ = {}));
974
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt7757ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt7757) {
975
- return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt7757));
990
+ export var CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$;
991
+ (function (CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$) {
992
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$inboundSchema` instead. */
993
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$inboundSchema;
994
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$outboundSchema` instead. */
995
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$outboundSchema;
996
+ })(CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$ || (CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$ = {}));
997
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt7820ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt7820) {
998
+ return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt7820));
976
999
  }
977
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt7757FromJSON(jsonString) {
978
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757' from JSON`);
1000
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt7820FromJSON(jsonString) {
1001
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820' from JSON`);
979
1002
  }
980
1003
  /** @internal */
981
1004
  export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema = z.object({
982
- "__@BRAND@7757": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$inboundSchema),
1005
+ "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$inboundSchema),
983
1006
  }).transform((v) => {
984
1007
  return remap$(v, {
985
- "__@BRAND@7757": "atBRANDAt7757",
1008
+ "__@BRAND@7820": "atBRANDAt7820",
986
1009
  });
987
1010
  });
988
1011
  /** @internal */
989
1012
  export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema = z.object({
990
- atBRANDAt7757: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$outboundSchema),
1013
+ atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$outboundSchema),
991
1014
  }).transform((v) => {
992
1015
  return remap$(v, {
993
- atBRANDAt7757: "__@BRAND@7757",
1016
+ atBRANDAt7820: "__@BRAND@7820",
994
1017
  });
995
1018
  });
996
1019
  /**
@@ -1202,40 +1225,40 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(jsonString) {
1202
1225
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptions3' from JSON`);
1203
1226
  }
1204
1227
  /** @internal */
1205
- export const UiOptionsAtBRANDAt7757$inboundSchema = z.object({});
1228
+ export const UiOptionsAtBRANDAt7820$inboundSchema = z.object({});
1206
1229
  /** @internal */
1207
- export const UiOptionsAtBRANDAt7757$outboundSchema = z.object({});
1230
+ export const UiOptionsAtBRANDAt7820$outboundSchema = z.object({});
1208
1231
  /**
1209
1232
  * @internal
1210
1233
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1211
1234
  */
1212
- export var UiOptionsAtBRANDAt7757$;
1213
- (function (UiOptionsAtBRANDAt7757$) {
1214
- /** @deprecated use `UiOptionsAtBRANDAt7757$inboundSchema` instead. */
1215
- UiOptionsAtBRANDAt7757$.inboundSchema = UiOptionsAtBRANDAt7757$inboundSchema;
1216
- /** @deprecated use `UiOptionsAtBRANDAt7757$outboundSchema` instead. */
1217
- UiOptionsAtBRANDAt7757$.outboundSchema = UiOptionsAtBRANDAt7757$outboundSchema;
1218
- })(UiOptionsAtBRANDAt7757$ || (UiOptionsAtBRANDAt7757$ = {}));
1219
- export function uiOptionsAtBRANDAt7757ToJSON(uiOptionsAtBRANDAt7757) {
1220
- return JSON.stringify(UiOptionsAtBRANDAt7757$outboundSchema.parse(uiOptionsAtBRANDAt7757));
1235
+ export var UiOptionsAtBRANDAt7820$;
1236
+ (function (UiOptionsAtBRANDAt7820$) {
1237
+ /** @deprecated use `UiOptionsAtBRANDAt7820$inboundSchema` instead. */
1238
+ UiOptionsAtBRANDAt7820$.inboundSchema = UiOptionsAtBRANDAt7820$inboundSchema;
1239
+ /** @deprecated use `UiOptionsAtBRANDAt7820$outboundSchema` instead. */
1240
+ UiOptionsAtBRANDAt7820$.outboundSchema = UiOptionsAtBRANDAt7820$outboundSchema;
1241
+ })(UiOptionsAtBRANDAt7820$ || (UiOptionsAtBRANDAt7820$ = {}));
1242
+ export function uiOptionsAtBRANDAt7820ToJSON(uiOptionsAtBRANDAt7820) {
1243
+ return JSON.stringify(UiOptionsAtBRANDAt7820$outboundSchema.parse(uiOptionsAtBRANDAt7820));
1221
1244
  }
1222
- export function uiOptionsAtBRANDAt7757FromJSON(jsonString) {
1223
- return safeParse(jsonString, (x) => UiOptionsAtBRANDAt7757$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt7757' from JSON`);
1245
+ export function uiOptionsAtBRANDAt7820FromJSON(jsonString) {
1246
+ return safeParse(jsonString, (x) => UiOptionsAtBRANDAt7820$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt7820' from JSON`);
1224
1247
  }
1225
1248
  /** @internal */
1226
1249
  export const CreateIntegrationStoreDirectUiOptions2$inboundSchema = z.object({
1227
- "__@BRAND@7757": z.lazy(() => UiOptionsAtBRANDAt7757$inboundSchema),
1250
+ "__@BRAND@7820": z.lazy(() => UiOptionsAtBRANDAt7820$inboundSchema),
1228
1251
  }).transform((v) => {
1229
1252
  return remap$(v, {
1230
- "__@BRAND@7757": "atBRANDAt7757",
1253
+ "__@BRAND@7820": "atBRANDAt7820",
1231
1254
  });
1232
1255
  });
1233
1256
  /** @internal */
1234
1257
  export const CreateIntegrationStoreDirectUiOptions2$outboundSchema = z.object({
1235
- atBRANDAt7757: z.lazy(() => UiOptionsAtBRANDAt7757$outboundSchema),
1258
+ atBRANDAt7820: z.lazy(() => UiOptionsAtBRANDAt7820$outboundSchema),
1236
1259
  }).transform((v) => {
1237
1260
  return remap$(v, {
1238
- atBRANDAt7757: "__@BRAND@7757",
1261
+ atBRANDAt7820: "__@BRAND@7820",
1239
1262
  });
1240
1263
  });
1241
1264
  /**
@@ -1476,42 +1499,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
1476
1499
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions' from JSON`);
1477
1500
  }
1478
1501
  /** @internal */
1479
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$inboundSchema = z.object({});
1502
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$inboundSchema = z.object({});
1480
1503
  /** @internal */
1481
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$outboundSchema = z.object({});
1504
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$outboundSchema = z.object({});
1482
1505
  /**
1483
1506
  * @internal
1484
1507
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1485
1508
  */
1486
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$;
1487
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$) {
1488
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$inboundSchema` instead. */
1489
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$inboundSchema;
1490
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$outboundSchema` instead. */
1491
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$outboundSchema;
1492
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$ = {}));
1493
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757) {
1494
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$outboundSchema
1495
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757));
1509
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$;
1510
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$) {
1511
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$inboundSchema` instead. */
1512
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$inboundSchema;
1513
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$outboundSchema` instead. */
1514
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$outboundSchema;
1515
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$ = {}));
1516
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820) {
1517
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$outboundSchema
1518
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820));
1496
1519
  }
1497
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757FromJSON(jsonString) {
1498
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$inboundSchema
1499
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757' from JSON`);
1520
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820FromJSON(jsonString) {
1521
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$inboundSchema
1522
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820' from JSON`);
1500
1523
  }
1501
1524
  /** @internal */
1502
1525
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
1503
- "__@BRAND@7757": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$inboundSchema),
1526
+ "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$inboundSchema),
1504
1527
  }).transform((v) => {
1505
1528
  return remap$(v, {
1506
- "__@BRAND@7757": "atBRANDAt7757",
1529
+ "__@BRAND@7820": "atBRANDAt7820",
1507
1530
  });
1508
1531
  });
1509
1532
  /** @internal */
1510
1533
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
1511
- atBRANDAt7757: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$outboundSchema),
1534
+ atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$outboundSchema),
1512
1535
  }).transform((v) => {
1513
1536
  return remap$(v, {
1514
- atBRANDAt7757: "__@BRAND@7757",
1537
+ atBRANDAt7820: "__@BRAND@7820",
1515
1538
  });
1516
1539
  });
1517
1540
  /**
@@ -1534,42 +1557,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
1534
1557
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength' from JSON`);
1535
1558
  }
1536
1559
  /** @internal */
1537
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$inboundSchema = z.object({});
1560
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$inboundSchema = z.object({});
1538
1561
  /** @internal */
1539
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$outboundSchema = z.object({});
1562
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$outboundSchema = z.object({});
1540
1563
  /**
1541
1564
  * @internal
1542
1565
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1543
1566
  */
1544
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$;
1545
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$) {
1546
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$inboundSchema` instead. */
1547
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$inboundSchema;
1548
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$outboundSchema` instead. */
1549
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$outboundSchema;
1550
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$ = {}));
1551
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757) {
1552
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$outboundSchema
1553
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757));
1567
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$;
1568
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$) {
1569
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$inboundSchema` instead. */
1570
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$inboundSchema;
1571
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$outboundSchema` instead. */
1572
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$outboundSchema;
1573
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$ = {}));
1574
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820) {
1575
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$outboundSchema
1576
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820));
1554
1577
  }
1555
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757FromJSON(jsonString) {
1556
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$inboundSchema
1557
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757' from JSON`);
1578
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820FromJSON(jsonString) {
1579
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$inboundSchema
1580
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820' from JSON`);
1558
1581
  }
1559
1582
  /** @internal */
1560
1583
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
1561
- "__@BRAND@7757": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$inboundSchema),
1584
+ "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$inboundSchema),
1562
1585
  }).transform((v) => {
1563
1586
  return remap$(v, {
1564
- "__@BRAND@7757": "atBRANDAt7757",
1587
+ "__@BRAND@7820": "atBRANDAt7820",
1565
1588
  });
1566
1589
  });
1567
1590
  /** @internal */
1568
1591
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
1569
- atBRANDAt7757: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$outboundSchema),
1592
+ atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$outboundSchema),
1570
1593
  }).transform((v) => {
1571
1594
  return remap$(v, {
1572
- atBRANDAt7757: "__@BRAND@7757",
1595
+ atBRANDAt7820: "__@BRAND@7820",
1573
1596
  });
1574
1597
  });
1575
1598
  /**
@@ -1592,42 +1615,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
1592
1615
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength' from JSON`);
1593
1616
  }
1594
1617
  /** @internal */
1595
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$inboundSchema = z.object({});
1618
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$inboundSchema = z.object({});
1596
1619
  /** @internal */
1597
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$outboundSchema = z.object({});
1620
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$outboundSchema = z.object({});
1598
1621
  /**
1599
1622
  * @internal
1600
1623
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1601
1624
  */
1602
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$;
1603
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$) {
1604
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$inboundSchema` instead. */
1605
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$inboundSchema;
1606
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$outboundSchema` instead. */
1607
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$outboundSchema;
1608
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$ = {}));
1609
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757) {
1610
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$outboundSchema
1611
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757));
1625
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$;
1626
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$) {
1627
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$inboundSchema` instead. */
1628
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$inboundSchema;
1629
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$outboundSchema` instead. */
1630
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$outboundSchema;
1631
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$ = {}));
1632
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820) {
1633
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$outboundSchema
1634
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820));
1612
1635
  }
1613
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757FromJSON(jsonString) {
1614
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$inboundSchema
1615
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757' from JSON`);
1636
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820FromJSON(jsonString) {
1637
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$inboundSchema
1638
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820' from JSON`);
1616
1639
  }
1617
1640
  /** @internal */
1618
1641
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
1619
- "__@BRAND@7757": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$inboundSchema),
1642
+ "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$inboundSchema),
1620
1643
  }).transform((v) => {
1621
1644
  return remap$(v, {
1622
- "__@BRAND@7757": "atBRANDAt7757",
1645
+ "__@BRAND@7820": "atBRANDAt7820",
1623
1646
  });
1624
1647
  });
1625
1648
  /** @internal */
1626
1649
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
1627
- atBRANDAt7757: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$outboundSchema),
1650
+ atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$outboundSchema),
1628
1651
  }).transform((v) => {
1629
1652
  return remap$(v, {
1630
- atBRANDAt7757: "__@BRAND@7757",
1653
+ atBRANDAt7820: "__@BRAND@7820",
1631
1654
  });
1632
1655
  });
1633
1656
  /**
@@ -2099,42 +2122,42 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
2099
2122
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema;
2100
2123
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$ = {}));
2101
2124
  /** @internal */
2102
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$inboundSchema = z.object({});
2125
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$inboundSchema = z.object({});
2103
2126
  /** @internal */
2104
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$outboundSchema = z.object({});
2127
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$outboundSchema = z.object({});
2105
2128
  /**
2106
2129
  * @internal
2107
2130
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2108
2131
  */
2109
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$;
2110
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$) {
2111
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$inboundSchema` instead. */
2112
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$inboundSchema;
2113
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$outboundSchema` instead. */
2114
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$outboundSchema;
2115
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$ = {}));
2116
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757) {
2117
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$outboundSchema
2118
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757));
2132
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$;
2133
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$) {
2134
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$inboundSchema` instead. */
2135
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$inboundSchema;
2136
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$outboundSchema` instead. */
2137
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$outboundSchema;
2138
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$ = {}));
2139
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820) {
2140
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$outboundSchema
2141
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820));
2119
2142
  }
2120
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757FromJSON(jsonString) {
2121
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$inboundSchema
2122
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757' from JSON`);
2143
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820FromJSON(jsonString) {
2144
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$inboundSchema
2145
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820' from JSON`);
2123
2146
  }
2124
2147
  /** @internal */
2125
2148
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema = z.object({
2126
- "__@BRAND@7757": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$inboundSchema),
2149
+ "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$inboundSchema),
2127
2150
  }).transform((v) => {
2128
2151
  return remap$(v, {
2129
- "__@BRAND@7757": "atBRANDAt7757",
2152
+ "__@BRAND@7820": "atBRANDAt7820",
2130
2153
  });
2131
2154
  });
2132
2155
  /** @internal */
2133
2156
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema = z.object({
2134
- atBRANDAt7757: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$outboundSchema),
2157
+ atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$outboundSchema),
2135
2158
  }).transform((v) => {
2136
2159
  return remap$(v, {
2137
- atBRANDAt7757: "__@BRAND@7757",
2160
+ atBRANDAt7820: "__@BRAND@7820",
2138
2161
  });
2139
2162
  });
2140
2163
  /**
@@ -2157,42 +2180,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
2157
2180
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength' from JSON`);
2158
2181
  }
2159
2182
  /** @internal */
2160
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$inboundSchema = z.object({});
2183
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$inboundSchema = z.object({});
2161
2184
  /** @internal */
2162
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$outboundSchema = z.object({});
2185
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$outboundSchema = z.object({});
2163
2186
  /**
2164
2187
  * @internal
2165
2188
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2166
2189
  */
2167
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$;
2168
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$) {
2169
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$inboundSchema` instead. */
2170
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$inboundSchema;
2171
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$outboundSchema` instead. */
2172
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$outboundSchema;
2173
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$ = {}));
2174
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757) {
2175
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$outboundSchema
2176
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757));
2190
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$;
2191
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$) {
2192
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$inboundSchema` instead. */
2193
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$inboundSchema;
2194
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$outboundSchema` instead. */
2195
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$outboundSchema;
2196
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$ = {}));
2197
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820) {
2198
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$outboundSchema
2199
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820));
2177
2200
  }
2178
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757FromJSON(jsonString) {
2179
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$inboundSchema
2180
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757' from JSON`);
2201
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820FromJSON(jsonString) {
2202
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$inboundSchema
2203
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820' from JSON`);
2181
2204
  }
2182
2205
  /** @internal */
2183
2206
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema = z.object({
2184
- "__@BRAND@7757": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$inboundSchema),
2207
+ "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$inboundSchema),
2185
2208
  }).transform((v) => {
2186
2209
  return remap$(v, {
2187
- "__@BRAND@7757": "atBRANDAt7757",
2210
+ "__@BRAND@7820": "atBRANDAt7820",
2188
2211
  });
2189
2212
  });
2190
2213
  /** @internal */
2191
2214
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema = z.object({
2192
- atBRANDAt7757: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$outboundSchema),
2215
+ atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$outboundSchema),
2193
2216
  }).transform((v) => {
2194
2217
  return remap$(v, {
2195
- atBRANDAt7757: "__@BRAND@7757",
2218
+ atBRANDAt7820: "__@BRAND@7820",
2196
2219
  });
2197
2220
  });
2198
2221
  /**
@@ -2215,42 +2238,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
2215
2238
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength' from JSON`);
2216
2239
  }
2217
2240
  /** @internal */
2218
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$inboundSchema = z.object({});
2241
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$inboundSchema = z.object({});
2219
2242
  /** @internal */
2220
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$outboundSchema = z.object({});
2243
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$outboundSchema = z.object({});
2221
2244
  /**
2222
2245
  * @internal
2223
2246
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2224
2247
  */
2225
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$;
2226
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$) {
2227
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$inboundSchema` instead. */
2228
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$inboundSchema;
2229
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$outboundSchema` instead. */
2230
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$outboundSchema;
2231
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$ = {}));
2232
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757) {
2233
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$outboundSchema
2234
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757));
2248
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$;
2249
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$) {
2250
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$inboundSchema` instead. */
2251
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$inboundSchema;
2252
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$outboundSchema` instead. */
2253
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$outboundSchema;
2254
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$ = {}));
2255
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820) {
2256
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$outboundSchema
2257
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820));
2235
2258
  }
2236
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757FromJSON(jsonString) {
2237
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$inboundSchema
2238
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757' from JSON`);
2259
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820FromJSON(jsonString) {
2260
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$inboundSchema
2261
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820' from JSON`);
2239
2262
  }
2240
2263
  /** @internal */
2241
2264
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema = z.object({
2242
- "__@BRAND@7757": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$inboundSchema),
2265
+ "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$inboundSchema),
2243
2266
  }).transform((v) => {
2244
2267
  return remap$(v, {
2245
- "__@BRAND@7757": "atBRANDAt7757",
2268
+ "__@BRAND@7820": "atBRANDAt7820",
2246
2269
  });
2247
2270
  });
2248
2271
  /** @internal */
2249
2272
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema = z.object({
2250
- atBRANDAt7757: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$outboundSchema),
2273
+ atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$outboundSchema),
2251
2274
  }).transform((v) => {
2252
2275
  return remap$(v, {
2253
- atBRANDAt7757: "__@BRAND@7757",
2276
+ atBRANDAt7820: "__@BRAND@7820",
2254
2277
  });
2255
2278
  });
2256
2279
  /**
@@ -3154,42 +3177,42 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonStri
3154
3177
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesUiOptions' from JSON`);
3155
3178
  }
3156
3179
  /** @internal */
3157
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$inboundSchema = z.object({});
3180
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$inboundSchema = z.object({});
3158
3181
  /** @internal */
3159
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$outboundSchema = z.object({});
3182
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$outboundSchema = z.object({});
3160
3183
  /**
3161
3184
  * @internal
3162
3185
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3163
3186
  */
3164
- export var CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$;
3165
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$) {
3166
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$inboundSchema` instead. */
3167
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$inboundSchema;
3168
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$outboundSchema` instead. */
3169
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$outboundSchema;
3170
- })(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$ || (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$ = {}));
3171
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757) {
3172
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$outboundSchema
3173
- .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757));
3187
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$;
3188
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$) {
3189
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$inboundSchema` instead. */
3190
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$inboundSchema;
3191
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$outboundSchema` instead. */
3192
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$outboundSchema;
3193
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$ || (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$ = {}));
3194
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820) {
3195
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$outboundSchema
3196
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820));
3174
3197
  }
3175
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757FromJSON(jsonString) {
3176
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$inboundSchema
3177
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757' from JSON`);
3198
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820FromJSON(jsonString) {
3199
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$inboundSchema
3200
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820' from JSON`);
3178
3201
  }
3179
3202
  /** @internal */
3180
3203
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema = z.object({
3181
- "__@BRAND@7757": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$inboundSchema),
3204
+ "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$inboundSchema),
3182
3205
  }).transform((v) => {
3183
3206
  return remap$(v, {
3184
- "__@BRAND@7757": "atBRANDAt7757",
3207
+ "__@BRAND@7820": "atBRANDAt7820",
3185
3208
  });
3186
3209
  });
3187
3210
  /** @internal */
3188
3211
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema = z.object({
3189
- atBRANDAt7757: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$outboundSchema),
3212
+ atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$outboundSchema),
3190
3213
  }).transform((v) => {
3191
3214
  return remap$(v, {
3192
- atBRANDAt7757: "__@BRAND@7757",
3215
+ atBRANDAt7820: "__@BRAND@7820",
3193
3216
  });
3194
3217
  });
3195
3218
  /**
@@ -3212,42 +3235,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
3212
3235
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength' from JSON`);
3213
3236
  }
3214
3237
  /** @internal */
3215
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$inboundSchema = z.object({});
3238
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$inboundSchema = z.object({});
3216
3239
  /** @internal */
3217
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$outboundSchema = z.object({});
3240
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$outboundSchema = z.object({});
3218
3241
  /**
3219
3242
  * @internal
3220
3243
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3221
3244
  */
3222
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$;
3223
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$) {
3224
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$inboundSchema` instead. */
3225
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$inboundSchema;
3226
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$outboundSchema` instead. */
3227
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$outboundSchema;
3228
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$ = {}));
3229
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757) {
3230
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$outboundSchema
3231
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757));
3245
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$;
3246
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$) {
3247
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$inboundSchema` instead. */
3248
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$inboundSchema;
3249
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$outboundSchema` instead. */
3250
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$outboundSchema;
3251
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$ = {}));
3252
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820) {
3253
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$outboundSchema
3254
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820));
3232
3255
  }
3233
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757FromJSON(jsonString) {
3234
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$inboundSchema
3235
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757' from JSON`);
3256
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820FromJSON(jsonString) {
3257
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$inboundSchema
3258
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820' from JSON`);
3236
3259
  }
3237
3260
  /** @internal */
3238
3261
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema = z.object({
3239
- "__@BRAND@7757": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$inboundSchema),
3262
+ "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$inboundSchema),
3240
3263
  }).transform((v) => {
3241
3264
  return remap$(v, {
3242
- "__@BRAND@7757": "atBRANDAt7757",
3265
+ "__@BRAND@7820": "atBRANDAt7820",
3243
3266
  });
3244
3267
  });
3245
3268
  /** @internal */
3246
3269
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema = z.object({
3247
- atBRANDAt7757: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$outboundSchema),
3270
+ atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$outboundSchema),
3248
3271
  }).transform((v) => {
3249
3272
  return remap$(v, {
3250
- atBRANDAt7757: "__@BRAND@7757",
3273
+ atBRANDAt7820: "__@BRAND@7820",
3251
3274
  });
3252
3275
  });
3253
3276
  /**
@@ -3270,42 +3293,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
3270
3293
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMinLength' from JSON`);
3271
3294
  }
3272
3295
  /** @internal */
3273
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$inboundSchema = z.object({});
3296
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$inboundSchema = z.object({});
3274
3297
  /** @internal */
3275
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$outboundSchema = z.object({});
3298
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$outboundSchema = z.object({});
3276
3299
  /**
3277
3300
  * @internal
3278
3301
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3279
3302
  */
3280
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$;
3281
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$) {
3282
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$inboundSchema` instead. */
3283
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$inboundSchema;
3284
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$outboundSchema` instead. */
3285
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$outboundSchema;
3286
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$ = {}));
3287
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757) {
3288
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$outboundSchema
3289
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757));
3303
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$;
3304
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$) {
3305
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$inboundSchema` instead. */
3306
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$inboundSchema;
3307
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$outboundSchema` instead. */
3308
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$outboundSchema;
3309
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$ = {}));
3310
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820) {
3311
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$outboundSchema
3312
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820));
3290
3313
  }
3291
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757FromJSON(jsonString) {
3292
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$inboundSchema
3293
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757' from JSON`);
3314
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820FromJSON(jsonString) {
3315
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$inboundSchema
3316
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820' from JSON`);
3294
3317
  }
3295
3318
  /** @internal */
3296
3319
  export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema = z.object({
3297
- "__@BRAND@7757": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$inboundSchema),
3320
+ "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$inboundSchema),
3298
3321
  }).transform((v) => {
3299
3322
  return remap$(v, {
3300
- "__@BRAND@7757": "atBRANDAt7757",
3323
+ "__@BRAND@7820": "atBRANDAt7820",
3301
3324
  });
3302
3325
  });
3303
3326
  /** @internal */
3304
3327
  export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema = z.object({
3305
- atBRANDAt7757: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$outboundSchema),
3328
+ atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$outboundSchema),
3306
3329
  }).transform((v) => {
3307
3330
  return remap$(v, {
3308
- atBRANDAt7757: "__@BRAND@7757",
3331
+ atBRANDAt7820: "__@BRAND@7820",
3309
3332
  });
3310
3333
  });
3311
3334
  /**
@@ -5114,42 +5137,42 @@ export var CreateIntegrationStoreDirectPropertiesUiControl$;
5114
5137
  CreateIntegrationStoreDirectPropertiesUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema;
5115
5138
  })(CreateIntegrationStoreDirectPropertiesUiControl$ || (CreateIntegrationStoreDirectPropertiesUiControl$ = {}));
5116
5139
  /** @internal */
5117
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$inboundSchema = z.object({});
5140
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$inboundSchema = z.object({});
5118
5141
  /** @internal */
5119
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$outboundSchema = z.object({});
5142
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$outboundSchema = z.object({});
5120
5143
  /**
5121
5144
  * @internal
5122
5145
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5123
5146
  */
5124
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$;
5125
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$) {
5126
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$inboundSchema` instead. */
5127
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$inboundSchema;
5128
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$outboundSchema` instead. */
5129
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$outboundSchema;
5130
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$ = {}));
5131
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757) {
5132
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$outboundSchema
5133
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757));
5147
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$;
5148
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$) {
5149
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$inboundSchema` instead. */
5150
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$inboundSchema;
5151
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$outboundSchema` instead. */
5152
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$outboundSchema;
5153
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$ = {}));
5154
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820) {
5155
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$outboundSchema
5156
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820));
5134
5157
  }
5135
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757FromJSON(jsonString) {
5136
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$inboundSchema
5137
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757' from JSON`);
5158
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820FromJSON(jsonString) {
5159
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$inboundSchema
5160
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820' from JSON`);
5138
5161
  }
5139
5162
  /** @internal */
5140
5163
  export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema = z.object({
5141
- "__@BRAND@7757": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$inboundSchema),
5164
+ "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$inboundSchema),
5142
5165
  }).transform((v) => {
5143
5166
  return remap$(v, {
5144
- "__@BRAND@7757": "atBRANDAt7757",
5167
+ "__@BRAND@7820": "atBRANDAt7820",
5145
5168
  });
5146
5169
  });
5147
5170
  /** @internal */
5148
5171
  export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema = z.object({
5149
- atBRANDAt7757: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$outboundSchema),
5172
+ atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$outboundSchema),
5150
5173
  }).transform((v) => {
5151
5174
  return remap$(v, {
5152
- atBRANDAt7757: "__@BRAND@7757",
5175
+ atBRANDAt7820: "__@BRAND@7820",
5153
5176
  });
5154
5177
  });
5155
5178
  /**
@@ -5170,40 +5193,40 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonStri
5170
5193
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMaxLength' from JSON`);
5171
5194
  }
5172
5195
  /** @internal */
5173
- export const PropertiesAtBRANDAt7757$inboundSchema = z.object({});
5196
+ export const PropertiesAtBRANDAt7820$inboundSchema = z.object({});
5174
5197
  /** @internal */
5175
- export const PropertiesAtBRANDAt7757$outboundSchema = z.object({});
5198
+ export const PropertiesAtBRANDAt7820$outboundSchema = z.object({});
5176
5199
  /**
5177
5200
  * @internal
5178
5201
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5179
5202
  */
5180
- export var PropertiesAtBRANDAt7757$;
5181
- (function (PropertiesAtBRANDAt7757$) {
5182
- /** @deprecated use `PropertiesAtBRANDAt7757$inboundSchema` instead. */
5183
- PropertiesAtBRANDAt7757$.inboundSchema = PropertiesAtBRANDAt7757$inboundSchema;
5184
- /** @deprecated use `PropertiesAtBRANDAt7757$outboundSchema` instead. */
5185
- PropertiesAtBRANDAt7757$.outboundSchema = PropertiesAtBRANDAt7757$outboundSchema;
5186
- })(PropertiesAtBRANDAt7757$ || (PropertiesAtBRANDAt7757$ = {}));
5187
- export function propertiesAtBRANDAt7757ToJSON(propertiesAtBRANDAt7757) {
5188
- return JSON.stringify(PropertiesAtBRANDAt7757$outboundSchema.parse(propertiesAtBRANDAt7757));
5203
+ export var PropertiesAtBRANDAt7820$;
5204
+ (function (PropertiesAtBRANDAt7820$) {
5205
+ /** @deprecated use `PropertiesAtBRANDAt7820$inboundSchema` instead. */
5206
+ PropertiesAtBRANDAt7820$.inboundSchema = PropertiesAtBRANDAt7820$inboundSchema;
5207
+ /** @deprecated use `PropertiesAtBRANDAt7820$outboundSchema` instead. */
5208
+ PropertiesAtBRANDAt7820$.outboundSchema = PropertiesAtBRANDAt7820$outboundSchema;
5209
+ })(PropertiesAtBRANDAt7820$ || (PropertiesAtBRANDAt7820$ = {}));
5210
+ export function propertiesAtBRANDAt7820ToJSON(propertiesAtBRANDAt7820) {
5211
+ return JSON.stringify(PropertiesAtBRANDAt7820$outboundSchema.parse(propertiesAtBRANDAt7820));
5189
5212
  }
5190
- export function propertiesAtBRANDAt7757FromJSON(jsonString) {
5191
- return safeParse(jsonString, (x) => PropertiesAtBRANDAt7757$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt7757' from JSON`);
5213
+ export function propertiesAtBRANDAt7820FromJSON(jsonString) {
5214
+ return safeParse(jsonString, (x) => PropertiesAtBRANDAt7820$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt7820' from JSON`);
5192
5215
  }
5193
5216
  /** @internal */
5194
5217
  export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema = z.object({
5195
- "__@BRAND@7757": z.lazy(() => PropertiesAtBRANDAt7757$inboundSchema),
5218
+ "__@BRAND@7820": z.lazy(() => PropertiesAtBRANDAt7820$inboundSchema),
5196
5219
  }).transform((v) => {
5197
5220
  return remap$(v, {
5198
- "__@BRAND@7757": "atBRANDAt7757",
5221
+ "__@BRAND@7820": "atBRANDAt7820",
5199
5222
  });
5200
5223
  });
5201
5224
  /** @internal */
5202
5225
  export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema = z.object({
5203
- atBRANDAt7757: z.lazy(() => PropertiesAtBRANDAt7757$outboundSchema),
5226
+ atBRANDAt7820: z.lazy(() => PropertiesAtBRANDAt7820$outboundSchema),
5204
5227
  }).transform((v) => {
5205
5228
  return remap$(v, {
5206
- atBRANDAt7757: "__@BRAND@7757",
5229
+ atBRANDAt7820: "__@BRAND@7820",
5207
5230
  });
5208
5231
  });
5209
5232
  /**
@@ -5224,40 +5247,40 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonStri
5224
5247
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMinLength' from JSON`);
5225
5248
  }
5226
5249
  /** @internal */
5227
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$inboundSchema = z.object({});
5250
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$inboundSchema = z.object({});
5228
5251
  /** @internal */
5229
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$outboundSchema = z.object({});
5252
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$outboundSchema = z.object({});
5230
5253
  /**
5231
5254
  * @internal
5232
5255
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5233
5256
  */
5234
- export var CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$;
5235
- (function (CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$) {
5236
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$inboundSchema` instead. */
5237
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$inboundSchema;
5238
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$outboundSchema` instead. */
5239
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$outboundSchema;
5240
- })(CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$ || (CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$ = {}));
5241
- export function createIntegrationStoreDirectPropertiesAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt7757) {
5242
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt7757));
5257
+ export var CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$;
5258
+ (function (CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$) {
5259
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$inboundSchema` instead. */
5260
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$inboundSchema;
5261
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$outboundSchema` instead. */
5262
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$outboundSchema;
5263
+ })(CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$ || (CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$ = {}));
5264
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt7820) {
5265
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt7820));
5243
5266
  }
5244
- export function createIntegrationStoreDirectPropertiesAtBRANDAt7757FromJSON(jsonString) {
5245
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt7757' from JSON`);
5267
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt7820FromJSON(jsonString) {
5268
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt7820' from JSON`);
5246
5269
  }
5247
5270
  /** @internal */
5248
5271
  export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema = z.object({
5249
- "__@BRAND@7757": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$inboundSchema),
5272
+ "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$inboundSchema),
5250
5273
  }).transform((v) => {
5251
5274
  return remap$(v, {
5252
- "__@BRAND@7757": "atBRANDAt7757",
5275
+ "__@BRAND@7820": "atBRANDAt7820",
5253
5276
  });
5254
5277
  });
5255
5278
  /** @internal */
5256
5279
  export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema = z.object({
5257
- atBRANDAt7757: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$outboundSchema),
5280
+ atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$outboundSchema),
5258
5281
  }).transform((v) => {
5259
5282
  return remap$(v, {
5260
- atBRANDAt7757: "__@BRAND@7757",
5283
+ atBRANDAt7820: "__@BRAND@7820",
5261
5284
  });
5262
5285
  });
5263
5286
  /**
@@ -5943,40 +5966,40 @@ export function guidesFromJSON(jsonString) {
5943
5966
  return safeParse(jsonString, (x) => Guides$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Guides' from JSON`);
5944
5967
  }
5945
5968
  /** @internal */
5946
- export const AtBRANDAt7757$inboundSchema = z.object({});
5969
+ export const AtBRANDAt7820$inboundSchema = z.object({});
5947
5970
  /** @internal */
5948
- export const AtBRANDAt7757$outboundSchema = z.object({});
5971
+ export const AtBRANDAt7820$outboundSchema = z.object({});
5949
5972
  /**
5950
5973
  * @internal
5951
5974
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5952
5975
  */
5953
- export var AtBRANDAt7757$;
5954
- (function (AtBRANDAt7757$) {
5955
- /** @deprecated use `AtBRANDAt7757$inboundSchema` instead. */
5956
- AtBRANDAt7757$.inboundSchema = AtBRANDAt7757$inboundSchema;
5957
- /** @deprecated use `AtBRANDAt7757$outboundSchema` instead. */
5958
- AtBRANDAt7757$.outboundSchema = AtBRANDAt7757$outboundSchema;
5959
- })(AtBRANDAt7757$ || (AtBRANDAt7757$ = {}));
5960
- export function atBRANDAt7757ToJSON(atBRANDAt7757) {
5961
- return JSON.stringify(AtBRANDAt7757$outboundSchema.parse(atBRANDAt7757));
5976
+ export var AtBRANDAt7820$;
5977
+ (function (AtBRANDAt7820$) {
5978
+ /** @deprecated use `AtBRANDAt7820$inboundSchema` instead. */
5979
+ AtBRANDAt7820$.inboundSchema = AtBRANDAt7820$inboundSchema;
5980
+ /** @deprecated use `AtBRANDAt7820$outboundSchema` instead. */
5981
+ AtBRANDAt7820$.outboundSchema = AtBRANDAt7820$outboundSchema;
5982
+ })(AtBRANDAt7820$ || (AtBRANDAt7820$ = {}));
5983
+ export function atBRANDAt7820ToJSON(atBRANDAt7820) {
5984
+ return JSON.stringify(AtBRANDAt7820$outboundSchema.parse(atBRANDAt7820));
5962
5985
  }
5963
- export function atBRANDAt7757FromJSON(jsonString) {
5964
- return safeParse(jsonString, (x) => AtBRANDAt7757$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt7757' from JSON`);
5986
+ export function atBRANDAt7820FromJSON(jsonString) {
5987
+ return safeParse(jsonString, (x) => AtBRANDAt7820$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt7820' from JSON`);
5965
5988
  }
5966
5989
  /** @internal */
5967
5990
  export const CreateIntegrationStoreDirectValue$inboundSchema = z.object({
5968
- "__@BRAND@7757": z.lazy(() => AtBRANDAt7757$inboundSchema),
5991
+ "__@BRAND@7820": z.lazy(() => AtBRANDAt7820$inboundSchema),
5969
5992
  }).transform((v) => {
5970
5993
  return remap$(v, {
5971
- "__@BRAND@7757": "atBRANDAt7757",
5994
+ "__@BRAND@7820": "atBRANDAt7820",
5972
5995
  });
5973
5996
  });
5974
5997
  /** @internal */
5975
5998
  export const CreateIntegrationStoreDirectValue$outboundSchema = z.object({
5976
- atBRANDAt7757: z.lazy(() => AtBRANDAt7757$outboundSchema),
5999
+ atBRANDAt7820: z.lazy(() => AtBRANDAt7820$outboundSchema),
5977
6000
  }).transform((v) => {
5978
6001
  return remap$(v, {
5979
- atBRANDAt7757: "__@BRAND@7757",
6002
+ atBRANDAt7820: "__@BRAND@7820",
5980
6003
  });
5981
6004
  });
5982
6005
  /**
@@ -6514,6 +6537,7 @@ export const CreateIntegrationStoreDirectStore$inboundSchema = z.object({
6514
6537
  totalConnectedProjects: z.number().optional(),
6515
6538
  usageQuotaExceeded: z.boolean(),
6516
6539
  status: z.nullable(CreateIntegrationStoreDirectStatus$inboundSchema),
6540
+ ownership: CreateIntegrationStoreDirectOwnership$inboundSchema.optional(),
6517
6541
  metadata: z.record(z.union([
6518
6542
  z.string(),
6519
6543
  z.number(),
@@ -6536,6 +6560,7 @@ export const CreateIntegrationStoreDirectStore$outboundSchema = z.object({
6536
6560
  totalConnectedProjects: z.number().optional(),
6537
6561
  usageQuotaExceeded: z.boolean(),
6538
6562
  status: z.nullable(CreateIntegrationStoreDirectStatus$outboundSchema),
6563
+ ownership: CreateIntegrationStoreDirectOwnership$outboundSchema.optional(),
6539
6564
  metadata: z.record(z.union([
6540
6565
  z.string(),
6541
6566
  z.number(),