@vercel/sdk 1.11.2 → 1.11.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (169) hide show
  1. package/README.md +45 -52
  2. package/bin/mcp-server.js +926 -870
  3. package/bin/mcp-server.js.map +29 -29
  4. package/docs/sdks/integrations/README.md +83 -0
  5. package/docs/sdks/vercel/README.md +0 -74
  6. package/esm/__tests__/checks.test.js +1 -1
  7. package/esm/__tests__/checks.test.js.map +1 -1
  8. package/esm/__tests__/domains.test.js +3 -12
  9. package/esm/__tests__/domains.test.js.map +1 -1
  10. package/esm/__tests__/integrations.test.js +28 -1
  11. package/esm/__tests__/integrations.test.js.map +1 -1
  12. package/esm/__tests__/rollingrelease.test.js +2 -6
  13. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  14. package/esm/__tests__/security.test.js +1 -11
  15. package/esm/__tests__/security.test.js.map +1 -1
  16. package/esm/__tests__/vercel.test.js +3 -27
  17. package/esm/__tests__/vercel.test.js.map +1 -1
  18. package/esm/funcs/integrationsGetBillingPlans.d.ts +20 -0
  19. package/esm/funcs/integrationsGetBillingPlans.d.ts.map +1 -0
  20. package/esm/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js → integrationsGetBillingPlans.js} +21 -9
  21. package/esm/funcs/integrationsGetBillingPlans.js.map +1 -0
  22. package/esm/lib/config.d.ts +2 -2
  23. package/esm/lib/config.js +2 -2
  24. package/esm/mcp-server/mcp-server.js +1 -1
  25. package/esm/mcp-server/server.d.ts.map +1 -1
  26. package/esm/mcp-server/server.js +3 -3
  27. package/esm/mcp-server/server.js.map +1 -1
  28. package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts +7 -0
  29. package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts.map +1 -0
  30. package/esm/mcp-server/tools/integrationsGetBillingPlans.js +28 -0
  31. package/esm/mcp-server/tools/integrationsGetBillingPlans.js.map +1 -0
  32. package/esm/models/approverollingreleasestageop.d.ts +15 -0
  33. package/esm/models/approverollingreleasestageop.d.ts.map +1 -1
  34. package/esm/models/approverollingreleasestageop.js +6 -0
  35. package/esm/models/approverollingreleasestageop.js.map +1 -1
  36. package/esm/models/canceldeploymentop.d.ts +3 -0
  37. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  38. package/esm/models/canceldeploymentop.js +1 -0
  39. package/esm/models/canceldeploymentop.js.map +1 -1
  40. package/esm/models/completerollingreleaseop.d.ts +15 -0
  41. package/esm/models/completerollingreleaseop.d.ts.map +1 -1
  42. package/esm/models/completerollingreleaseop.js +6 -0
  43. package/esm/models/completerollingreleaseop.js.map +1 -1
  44. package/esm/models/createdeploymentop.d.ts +41 -35
  45. package/esm/models/createdeploymentop.d.ts.map +1 -1
  46. package/esm/models/createdeploymentop.js +15 -13
  47. package/esm/models/createdeploymentop.js.map +1 -1
  48. package/esm/models/createintegrationstoredirectop.d.ts +243 -240
  49. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  50. package/esm/models/createintegrationstoredirectop.js +295 -294
  51. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  52. package/esm/models/createprojectenvop.d.ts +6 -6
  53. package/esm/models/createprojectenvop.js +2 -2
  54. package/esm/models/createprojectenvop.js.map +1 -1
  55. package/esm/models/createprojectop.d.ts +11 -0
  56. package/esm/models/createprojectop.d.ts.map +1 -1
  57. package/esm/models/createprojectop.js +4 -0
  58. package/esm/models/createprojectop.js.map +1 -1
  59. package/esm/models/editprojectenvop.d.ts +3 -3
  60. package/esm/models/editprojectenvop.js +1 -1
  61. package/esm/models/editprojectenvop.js.map +1 -1
  62. package/esm/models/getbillingplansop.d.ts +257 -0
  63. package/esm/models/getbillingplansop.d.ts.map +1 -0
  64. package/esm/models/getbillingplansop.js +244 -0
  65. package/esm/models/getbillingplansop.js.map +1 -0
  66. package/esm/models/getconfigurationproductsop.d.ts +330 -330
  67. package/esm/models/getconfigurationproductsop.js +408 -408
  68. package/esm/models/getdeploymentop.d.ts +3 -0
  69. package/esm/models/getdeploymentop.d.ts.map +1 -1
  70. package/esm/models/getdeploymentop.js +1 -0
  71. package/esm/models/getdeploymentop.js.map +1 -1
  72. package/esm/models/getdeploymentsop.d.ts +3 -0
  73. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  74. package/esm/models/getdeploymentsop.js +1 -0
  75. package/esm/models/getdeploymentsop.js.map +1 -1
  76. package/esm/models/getprojectsop.d.ts +8 -0
  77. package/esm/models/getprojectsop.d.ts.map +1 -1
  78. package/esm/models/getprojectsop.js +3 -0
  79. package/esm/models/getprojectsop.js.map +1 -1
  80. package/esm/models/getrollingreleaseconfigop.d.ts +5 -0
  81. package/esm/models/getrollingreleaseconfigop.d.ts.map +1 -1
  82. package/esm/models/getrollingreleaseconfigop.js +2 -0
  83. package/esm/models/getrollingreleaseconfigop.js.map +1 -1
  84. package/esm/models/getrollingreleaseop.d.ts +15 -0
  85. package/esm/models/getrollingreleaseop.d.ts.map +1 -1
  86. package/esm/models/getrollingreleaseop.js +6 -0
  87. package/esm/models/getrollingreleaseop.js.map +1 -1
  88. package/esm/models/getwebhooksop.d.ts +3 -0
  89. package/esm/models/getwebhooksop.d.ts.map +1 -1
  90. package/esm/models/getwebhooksop.js +1 -0
  91. package/esm/models/getwebhooksop.js.map +1 -1
  92. package/esm/models/importresourceop.d.ts +15 -15
  93. package/esm/models/importresourceop.d.ts.map +1 -1
  94. package/esm/models/importresourceop.js +17 -15
  95. package/esm/models/importresourceop.js.map +1 -1
  96. package/esm/models/removeprojectenvop.d.ts +9 -9
  97. package/esm/models/removeprojectenvop.js +3 -3
  98. package/esm/models/removeprojectenvop.js.map +1 -1
  99. package/esm/models/updateprojectdatacacheop.d.ts +8 -0
  100. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  101. package/esm/models/updateprojectdatacacheop.js +3 -0
  102. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  103. package/esm/models/updateprojectop.d.ts +173 -162
  104. package/esm/models/updateprojectop.d.ts.map +1 -1
  105. package/esm/models/updateprojectop.js +158 -154
  106. package/esm/models/updateprojectop.js.map +1 -1
  107. package/esm/models/updaterollingreleaseconfigop.d.ts +5 -0
  108. package/esm/models/updaterollingreleaseconfigop.d.ts.map +1 -1
  109. package/esm/models/updaterollingreleaseconfigop.js +2 -0
  110. package/esm/models/updaterollingreleaseconfigop.js.map +1 -1
  111. package/esm/sdk/integrations.d.ts +8 -0
  112. package/esm/sdk/integrations.d.ts.map +1 -1
  113. package/esm/sdk/integrations.js +10 -0
  114. package/esm/sdk/integrations.js.map +1 -1
  115. package/esm/sdk/sdk.d.ts +1 -3
  116. package/esm/sdk/sdk.d.ts.map +1 -1
  117. package/esm/sdk/sdk.js +0 -5
  118. package/esm/sdk/sdk.js.map +1 -1
  119. package/examples/package-lock.json +1 -1
  120. package/jsr.json +1 -1
  121. package/package.json +1 -1
  122. package/src/__tests__/checks.test.ts +1 -1
  123. package/src/__tests__/domains.test.ts +3 -12
  124. package/src/__tests__/integrations.test.ts +32 -1
  125. package/src/__tests__/rollingrelease.test.ts +2 -6
  126. package/src/__tests__/security.test.ts +1 -11
  127. package/src/__tests__/vercel.test.ts +4 -33
  128. package/src/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts → integrationsGetBillingPlans.ts} +30 -24
  129. package/src/lib/config.ts +2 -2
  130. package/src/mcp-server/mcp-server.ts +1 -1
  131. package/src/mcp-server/server.ts +3 -5
  132. package/src/mcp-server/tools/integrationsGetBillingPlans.ts +37 -0
  133. package/src/models/approverollingreleasestageop.ts +21 -0
  134. package/src/models/canceldeploymentop.ts +1 -0
  135. package/src/models/completerollingreleaseop.ts +21 -0
  136. package/src/models/createdeploymentop.ts +17 -15
  137. package/src/models/createintegrationstoredirectop.ts +506 -505
  138. package/src/models/createprojectenvop.ts +2 -2
  139. package/src/models/createprojectop.ts +9 -0
  140. package/src/models/editprojectenvop.ts +1 -1
  141. package/src/models/getbillingplansop.ts +508 -0
  142. package/src/models/getconfigurationproductsop.ts +703 -703
  143. package/src/models/getdeploymentop.ts +1 -0
  144. package/src/models/getdeploymentsop.ts +1 -0
  145. package/src/models/getprojectsop.ts +8 -0
  146. package/src/models/getrollingreleaseconfigop.ts +7 -0
  147. package/src/models/getrollingreleaseop.ts +21 -0
  148. package/src/models/getwebhooksop.ts +1 -0
  149. package/src/models/importresourceop.ts +27 -29
  150. package/src/models/removeprojectenvop.ts +3 -3
  151. package/src/models/updateprojectdatacacheop.ts +8 -0
  152. package/src/models/updateprojectop.ts +347 -338
  153. package/src/models/updaterollingreleaseconfigop.ts +7 -0
  154. package/src/sdk/integrations.ts +22 -0
  155. package/src/sdk/sdk.ts +1 -23
  156. package/vercel-spec.json +715 -594
  157. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -14
  158. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
  159. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
  160. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -7
  161. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
  162. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +0 -26
  163. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
  164. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts +0 -247
  165. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts.map +0 -1
  166. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js +0 -246
  167. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js.map +0 -1
  168. package/src/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +0 -41
  169. package/src/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.ts +0 -575
@@ -55,6 +55,7 @@ export const CreateIntegrationStoreDirectFramework = {
55
55
  Nitro: "nitro",
56
56
  Hono: "hono",
57
57
  Express: "express",
58
+ H3: "h3",
58
59
  Xmcp: "xmcp",
59
60
  };
60
61
  export const CreateIntegrationStoreDirectEnvironments = {
@@ -711,42 +712,42 @@ export var CreateIntegrationStoreDirectIntegrationsType$;
711
712
  CreateIntegrationStoreDirectIntegrationsType$.outboundSchema = CreateIntegrationStoreDirectIntegrationsType$outboundSchema;
712
713
  })(CreateIntegrationStoreDirectIntegrationsType$ || (CreateIntegrationStoreDirectIntegrationsType$ = {}));
713
714
  /** @internal */
714
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$inboundSchema = z.object({});
715
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema = z.object({});
715
716
  /** @internal */
716
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$outboundSchema = z.object({});
717
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema = z.object({});
717
718
  /**
718
719
  * @internal
719
720
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
720
721
  */
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));
722
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$;
723
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$) {
724
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema` instead. */
725
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema;
726
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema` instead. */
727
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema;
728
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$ = {}));
729
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823) {
730
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema
731
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823));
731
732
  }
732
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820FromJSON(jsonString) {
733
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$inboundSchema
734
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820' from JSON`);
733
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823FromJSON(jsonString) {
734
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema
735
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823' from JSON`);
735
736
  }
736
737
  /** @internal */
737
738
  export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema = z.object({
738
- "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$inboundSchema),
739
+ "__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema),
739
740
  }).transform((v) => {
740
741
  return remap$(v, {
741
- "__@BRAND@7820": "atBRANDAt7820",
742
+ "__@BRAND@7823": "atBRANDAt7823",
742
743
  });
743
744
  });
744
745
  /** @internal */
745
746
  export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema = z.object({
746
- atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$outboundSchema),
747
+ atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema),
747
748
  }).transform((v) => {
748
749
  return remap$(v, {
749
- atBRANDAt7820: "__@BRAND@7820",
750
+ atBRANDAt7823: "__@BRAND@7823",
750
751
  });
751
752
  });
752
753
  /**
@@ -980,40 +981,40 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
980
981
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema;
981
982
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ = {}));
982
983
  /** @internal */
983
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$inboundSchema = z.object({});
984
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema = z.object({});
984
985
  /** @internal */
985
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$outboundSchema = z.object({});
986
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema = z.object({});
986
987
  /**
987
988
  * @internal
988
989
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
989
990
  */
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));
991
+ export var CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$;
992
+ (function (CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$) {
993
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema` instead. */
994
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema;
995
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema` instead. */
996
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema;
997
+ })(CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$ || (CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$ = {}));
998
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt7823ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt7823) {
999
+ return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt7823));
999
1000
  }
1000
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt7820FromJSON(jsonString) {
1001
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820' from JSON`);
1001
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt7823FromJSON(jsonString) {
1002
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823' from JSON`);
1002
1003
  }
1003
1004
  /** @internal */
1004
1005
  export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema = z.object({
1005
- "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$inboundSchema),
1006
+ "__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema),
1006
1007
  }).transform((v) => {
1007
1008
  return remap$(v, {
1008
- "__@BRAND@7820": "atBRANDAt7820",
1009
+ "__@BRAND@7823": "atBRANDAt7823",
1009
1010
  });
1010
1011
  });
1011
1012
  /** @internal */
1012
1013
  export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema = z.object({
1013
- atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$outboundSchema),
1014
+ atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema),
1014
1015
  }).transform((v) => {
1015
1016
  return remap$(v, {
1016
- atBRANDAt7820: "__@BRAND@7820",
1017
+ atBRANDAt7823: "__@BRAND@7823",
1017
1018
  });
1018
1019
  });
1019
1020
  /**
@@ -1225,40 +1226,40 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(jsonString) {
1225
1226
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptions3' from JSON`);
1226
1227
  }
1227
1228
  /** @internal */
1228
- export const UiOptionsAtBRANDAt7820$inboundSchema = z.object({});
1229
+ export const UiOptionsAtBRANDAt7823$inboundSchema = z.object({});
1229
1230
  /** @internal */
1230
- export const UiOptionsAtBRANDAt7820$outboundSchema = z.object({});
1231
+ export const UiOptionsAtBRANDAt7823$outboundSchema = z.object({});
1231
1232
  /**
1232
1233
  * @internal
1233
1234
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1234
1235
  */
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));
1236
+ export var UiOptionsAtBRANDAt7823$;
1237
+ (function (UiOptionsAtBRANDAt7823$) {
1238
+ /** @deprecated use `UiOptionsAtBRANDAt7823$inboundSchema` instead. */
1239
+ UiOptionsAtBRANDAt7823$.inboundSchema = UiOptionsAtBRANDAt7823$inboundSchema;
1240
+ /** @deprecated use `UiOptionsAtBRANDAt7823$outboundSchema` instead. */
1241
+ UiOptionsAtBRANDAt7823$.outboundSchema = UiOptionsAtBRANDAt7823$outboundSchema;
1242
+ })(UiOptionsAtBRANDAt7823$ || (UiOptionsAtBRANDAt7823$ = {}));
1243
+ export function uiOptionsAtBRANDAt7823ToJSON(uiOptionsAtBRANDAt7823) {
1244
+ return JSON.stringify(UiOptionsAtBRANDAt7823$outboundSchema.parse(uiOptionsAtBRANDAt7823));
1244
1245
  }
1245
- export function uiOptionsAtBRANDAt7820FromJSON(jsonString) {
1246
- return safeParse(jsonString, (x) => UiOptionsAtBRANDAt7820$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt7820' from JSON`);
1246
+ export function uiOptionsAtBRANDAt7823FromJSON(jsonString) {
1247
+ return safeParse(jsonString, (x) => UiOptionsAtBRANDAt7823$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt7823' from JSON`);
1247
1248
  }
1248
1249
  /** @internal */
1249
1250
  export const CreateIntegrationStoreDirectUiOptions2$inboundSchema = z.object({
1250
- "__@BRAND@7820": z.lazy(() => UiOptionsAtBRANDAt7820$inboundSchema),
1251
+ "__@BRAND@7823": z.lazy(() => UiOptionsAtBRANDAt7823$inboundSchema),
1251
1252
  }).transform((v) => {
1252
1253
  return remap$(v, {
1253
- "__@BRAND@7820": "atBRANDAt7820",
1254
+ "__@BRAND@7823": "atBRANDAt7823",
1254
1255
  });
1255
1256
  });
1256
1257
  /** @internal */
1257
1258
  export const CreateIntegrationStoreDirectUiOptions2$outboundSchema = z.object({
1258
- atBRANDAt7820: z.lazy(() => UiOptionsAtBRANDAt7820$outboundSchema),
1259
+ atBRANDAt7823: z.lazy(() => UiOptionsAtBRANDAt7823$outboundSchema),
1259
1260
  }).transform((v) => {
1260
1261
  return remap$(v, {
1261
- atBRANDAt7820: "__@BRAND@7820",
1262
+ atBRANDAt7823: "__@BRAND@7823",
1262
1263
  });
1263
1264
  });
1264
1265
  /**
@@ -1499,42 +1500,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
1499
1500
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions' from JSON`);
1500
1501
  }
1501
1502
  /** @internal */
1502
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$inboundSchema = z.object({});
1503
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema = z.object({});
1503
1504
  /** @internal */
1504
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$outboundSchema = z.object({});
1505
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema = z.object({});
1505
1506
  /**
1506
1507
  * @internal
1507
1508
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1508
1509
  */
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));
1510
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$;
1511
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$) {
1512
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema` instead. */
1513
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema;
1514
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema` instead. */
1515
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema;
1516
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$ = {}));
1517
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823) {
1518
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema
1519
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823));
1519
1520
  }
1520
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820FromJSON(jsonString) {
1521
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$inboundSchema
1522
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820' from JSON`);
1521
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823FromJSON(jsonString) {
1522
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema
1523
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823' from JSON`);
1523
1524
  }
1524
1525
  /** @internal */
1525
1526
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
1526
- "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$inboundSchema),
1527
+ "__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema),
1527
1528
  }).transform((v) => {
1528
1529
  return remap$(v, {
1529
- "__@BRAND@7820": "atBRANDAt7820",
1530
+ "__@BRAND@7823": "atBRANDAt7823",
1530
1531
  });
1531
1532
  });
1532
1533
  /** @internal */
1533
1534
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
1534
- atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$outboundSchema),
1535
+ atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema),
1535
1536
  }).transform((v) => {
1536
1537
  return remap$(v, {
1537
- atBRANDAt7820: "__@BRAND@7820",
1538
+ atBRANDAt7823: "__@BRAND@7823",
1538
1539
  });
1539
1540
  });
1540
1541
  /**
@@ -1557,42 +1558,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
1557
1558
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength' from JSON`);
1558
1559
  }
1559
1560
  /** @internal */
1560
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$inboundSchema = z.object({});
1561
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema = z.object({});
1561
1562
  /** @internal */
1562
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$outboundSchema = z.object({});
1563
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema = z.object({});
1563
1564
  /**
1564
1565
  * @internal
1565
1566
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1566
1567
  */
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));
1568
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$;
1569
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$) {
1570
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema` instead. */
1571
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema;
1572
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema` instead. */
1573
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema;
1574
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$ = {}));
1575
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823) {
1576
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema
1577
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823));
1577
1578
  }
1578
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820FromJSON(jsonString) {
1579
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$inboundSchema
1580
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820' from JSON`);
1579
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823FromJSON(jsonString) {
1580
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema
1581
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823' from JSON`);
1581
1582
  }
1582
1583
  /** @internal */
1583
1584
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
1584
- "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$inboundSchema),
1585
+ "__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema),
1585
1586
  }).transform((v) => {
1586
1587
  return remap$(v, {
1587
- "__@BRAND@7820": "atBRANDAt7820",
1588
+ "__@BRAND@7823": "atBRANDAt7823",
1588
1589
  });
1589
1590
  });
1590
1591
  /** @internal */
1591
1592
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
1592
- atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$outboundSchema),
1593
+ atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema),
1593
1594
  }).transform((v) => {
1594
1595
  return remap$(v, {
1595
- atBRANDAt7820: "__@BRAND@7820",
1596
+ atBRANDAt7823: "__@BRAND@7823",
1596
1597
  });
1597
1598
  });
1598
1599
  /**
@@ -1615,42 +1616,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
1615
1616
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength' from JSON`);
1616
1617
  }
1617
1618
  /** @internal */
1618
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$inboundSchema = z.object({});
1619
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema = z.object({});
1619
1620
  /** @internal */
1620
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$outboundSchema = z.object({});
1621
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema = z.object({});
1621
1622
  /**
1622
1623
  * @internal
1623
1624
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1624
1625
  */
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));
1626
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$;
1627
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$) {
1628
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema` instead. */
1629
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema;
1630
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema` instead. */
1631
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema;
1632
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$ = {}));
1633
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823) {
1634
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema
1635
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823));
1635
1636
  }
1636
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820FromJSON(jsonString) {
1637
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$inboundSchema
1638
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820' from JSON`);
1637
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823FromJSON(jsonString) {
1638
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema
1639
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823' from JSON`);
1639
1640
  }
1640
1641
  /** @internal */
1641
1642
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
1642
- "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$inboundSchema),
1643
+ "__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema),
1643
1644
  }).transform((v) => {
1644
1645
  return remap$(v, {
1645
- "__@BRAND@7820": "atBRANDAt7820",
1646
+ "__@BRAND@7823": "atBRANDAt7823",
1646
1647
  });
1647
1648
  });
1648
1649
  /** @internal */
1649
1650
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
1650
- atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$outboundSchema),
1651
+ atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema),
1651
1652
  }).transform((v) => {
1652
1653
  return remap$(v, {
1653
- atBRANDAt7820: "__@BRAND@7820",
1654
+ atBRANDAt7823: "__@BRAND@7823",
1654
1655
  });
1655
1656
  });
1656
1657
  /**
@@ -2122,42 +2123,42 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
2122
2123
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema;
2123
2124
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$ = {}));
2124
2125
  /** @internal */
2125
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$inboundSchema = z.object({});
2126
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema = z.object({});
2126
2127
  /** @internal */
2127
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$outboundSchema = z.object({});
2128
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema = z.object({});
2128
2129
  /**
2129
2130
  * @internal
2130
2131
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2131
2132
  */
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));
2133
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$;
2134
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$) {
2135
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema` instead. */
2136
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema;
2137
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema` instead. */
2138
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema;
2139
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$ = {}));
2140
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823) {
2141
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema
2142
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823));
2142
2143
  }
2143
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820FromJSON(jsonString) {
2144
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$inboundSchema
2145
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820' from JSON`);
2144
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823FromJSON(jsonString) {
2145
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema
2146
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823' from JSON`);
2146
2147
  }
2147
2148
  /** @internal */
2148
2149
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema = z.object({
2149
- "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$inboundSchema),
2150
+ "__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema),
2150
2151
  }).transform((v) => {
2151
2152
  return remap$(v, {
2152
- "__@BRAND@7820": "atBRANDAt7820",
2153
+ "__@BRAND@7823": "atBRANDAt7823",
2153
2154
  });
2154
2155
  });
2155
2156
  /** @internal */
2156
2157
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema = z.object({
2157
- atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$outboundSchema),
2158
+ atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema),
2158
2159
  }).transform((v) => {
2159
2160
  return remap$(v, {
2160
- atBRANDAt7820: "__@BRAND@7820",
2161
+ atBRANDAt7823: "__@BRAND@7823",
2161
2162
  });
2162
2163
  });
2163
2164
  /**
@@ -2180,42 +2181,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
2180
2181
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength' from JSON`);
2181
2182
  }
2182
2183
  /** @internal */
2183
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$inboundSchema = z.object({});
2184
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema = z.object({});
2184
2185
  /** @internal */
2185
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$outboundSchema = z.object({});
2186
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema = z.object({});
2186
2187
  /**
2187
2188
  * @internal
2188
2189
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2189
2190
  */
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));
2191
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$;
2192
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$) {
2193
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema` instead. */
2194
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema;
2195
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema` instead. */
2196
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema;
2197
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$ = {}));
2198
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823) {
2199
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema
2200
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823));
2200
2201
  }
2201
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820FromJSON(jsonString) {
2202
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$inboundSchema
2203
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820' from JSON`);
2202
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823FromJSON(jsonString) {
2203
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema
2204
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823' from JSON`);
2204
2205
  }
2205
2206
  /** @internal */
2206
2207
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema = z.object({
2207
- "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$inboundSchema),
2208
+ "__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema),
2208
2209
  }).transform((v) => {
2209
2210
  return remap$(v, {
2210
- "__@BRAND@7820": "atBRANDAt7820",
2211
+ "__@BRAND@7823": "atBRANDAt7823",
2211
2212
  });
2212
2213
  });
2213
2214
  /** @internal */
2214
2215
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema = z.object({
2215
- atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$outboundSchema),
2216
+ atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema),
2216
2217
  }).transform((v) => {
2217
2218
  return remap$(v, {
2218
- atBRANDAt7820: "__@BRAND@7820",
2219
+ atBRANDAt7823: "__@BRAND@7823",
2219
2220
  });
2220
2221
  });
2221
2222
  /**
@@ -2238,42 +2239,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
2238
2239
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength' from JSON`);
2239
2240
  }
2240
2241
  /** @internal */
2241
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$inboundSchema = z.object({});
2242
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema = z.object({});
2242
2243
  /** @internal */
2243
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$outboundSchema = z.object({});
2244
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema = z.object({});
2244
2245
  /**
2245
2246
  * @internal
2246
2247
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2247
2248
  */
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));
2249
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$;
2250
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$) {
2251
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema` instead. */
2252
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema;
2253
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema` instead. */
2254
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema;
2255
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$ = {}));
2256
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823) {
2257
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema
2258
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823));
2258
2259
  }
2259
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820FromJSON(jsonString) {
2260
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$inboundSchema
2261
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820' from JSON`);
2260
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823FromJSON(jsonString) {
2261
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema
2262
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823' from JSON`);
2262
2263
  }
2263
2264
  /** @internal */
2264
2265
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema = z.object({
2265
- "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$inboundSchema),
2266
+ "__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema),
2266
2267
  }).transform((v) => {
2267
2268
  return remap$(v, {
2268
- "__@BRAND@7820": "atBRANDAt7820",
2269
+ "__@BRAND@7823": "atBRANDAt7823",
2269
2270
  });
2270
2271
  });
2271
2272
  /** @internal */
2272
2273
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema = z.object({
2273
- atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$outboundSchema),
2274
+ atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema),
2274
2275
  }).transform((v) => {
2275
2276
  return remap$(v, {
2276
- atBRANDAt7820: "__@BRAND@7820",
2277
+ atBRANDAt7823: "__@BRAND@7823",
2277
2278
  });
2278
2279
  });
2279
2280
  /**
@@ -3177,42 +3178,42 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonStri
3177
3178
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesUiOptions' from JSON`);
3178
3179
  }
3179
3180
  /** @internal */
3180
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$inboundSchema = z.object({});
3181
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema = z.object({});
3181
3182
  /** @internal */
3182
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$outboundSchema = z.object({});
3183
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema = z.object({});
3183
3184
  /**
3184
3185
  * @internal
3185
3186
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3186
3187
  */
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));
3188
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$;
3189
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$) {
3190
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema` instead. */
3191
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema;
3192
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema` instead. */
3193
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema;
3194
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$ = {}));
3195
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823) {
3196
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema
3197
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823));
3197
3198
  }
3198
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820FromJSON(jsonString) {
3199
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$inboundSchema
3200
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820' from JSON`);
3199
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823FromJSON(jsonString) {
3200
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema
3201
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823' from JSON`);
3201
3202
  }
3202
3203
  /** @internal */
3203
3204
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema = z.object({
3204
- "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$inboundSchema),
3205
+ "__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema),
3205
3206
  }).transform((v) => {
3206
3207
  return remap$(v, {
3207
- "__@BRAND@7820": "atBRANDAt7820",
3208
+ "__@BRAND@7823": "atBRANDAt7823",
3208
3209
  });
3209
3210
  });
3210
3211
  /** @internal */
3211
3212
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema = z.object({
3212
- atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$outboundSchema),
3213
+ atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema),
3213
3214
  }).transform((v) => {
3214
3215
  return remap$(v, {
3215
- atBRANDAt7820: "__@BRAND@7820",
3216
+ atBRANDAt7823: "__@BRAND@7823",
3216
3217
  });
3217
3218
  });
3218
3219
  /**
@@ -3235,42 +3236,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
3235
3236
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength' from JSON`);
3236
3237
  }
3237
3238
  /** @internal */
3238
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$inboundSchema = z.object({});
3239
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema = z.object({});
3239
3240
  /** @internal */
3240
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$outboundSchema = z.object({});
3241
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema = z.object({});
3241
3242
  /**
3242
3243
  * @internal
3243
3244
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3244
3245
  */
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));
3246
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$;
3247
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$) {
3248
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema` instead. */
3249
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema;
3250
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema` instead. */
3251
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema;
3252
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$ = {}));
3253
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823) {
3254
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema
3255
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823));
3255
3256
  }
3256
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820FromJSON(jsonString) {
3257
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$inboundSchema
3258
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820' from JSON`);
3257
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823FromJSON(jsonString) {
3258
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema
3259
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823' from JSON`);
3259
3260
  }
3260
3261
  /** @internal */
3261
3262
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema = z.object({
3262
- "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$inboundSchema),
3263
+ "__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema),
3263
3264
  }).transform((v) => {
3264
3265
  return remap$(v, {
3265
- "__@BRAND@7820": "atBRANDAt7820",
3266
+ "__@BRAND@7823": "atBRANDAt7823",
3266
3267
  });
3267
3268
  });
3268
3269
  /** @internal */
3269
3270
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema = z.object({
3270
- atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$outboundSchema),
3271
+ atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema),
3271
3272
  }).transform((v) => {
3272
3273
  return remap$(v, {
3273
- atBRANDAt7820: "__@BRAND@7820",
3274
+ atBRANDAt7823: "__@BRAND@7823",
3274
3275
  });
3275
3276
  });
3276
3277
  /**
@@ -3293,42 +3294,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
3293
3294
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMinLength' from JSON`);
3294
3295
  }
3295
3296
  /** @internal */
3296
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$inboundSchema = z.object({});
3297
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema = z.object({});
3297
3298
  /** @internal */
3298
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$outboundSchema = z.object({});
3299
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema = z.object({});
3299
3300
  /**
3300
3301
  * @internal
3301
3302
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3302
3303
  */
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));
3304
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$;
3305
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$) {
3306
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema` instead. */
3307
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema;
3308
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema` instead. */
3309
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema;
3310
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$ = {}));
3311
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823) {
3312
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema
3313
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823));
3313
3314
  }
3314
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820FromJSON(jsonString) {
3315
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$inboundSchema
3316
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820' from JSON`);
3315
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823FromJSON(jsonString) {
3316
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema
3317
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823' from JSON`);
3317
3318
  }
3318
3319
  /** @internal */
3319
3320
  export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema = z.object({
3320
- "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$inboundSchema),
3321
+ "__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema),
3321
3322
  }).transform((v) => {
3322
3323
  return remap$(v, {
3323
- "__@BRAND@7820": "atBRANDAt7820",
3324
+ "__@BRAND@7823": "atBRANDAt7823",
3324
3325
  });
3325
3326
  });
3326
3327
  /** @internal */
3327
3328
  export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema = z.object({
3328
- atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$outboundSchema),
3329
+ atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema),
3329
3330
  }).transform((v) => {
3330
3331
  return remap$(v, {
3331
- atBRANDAt7820: "__@BRAND@7820",
3332
+ atBRANDAt7823: "__@BRAND@7823",
3332
3333
  });
3333
3334
  });
3334
3335
  /**
@@ -5137,42 +5138,42 @@ export var CreateIntegrationStoreDirectPropertiesUiControl$;
5137
5138
  CreateIntegrationStoreDirectPropertiesUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema;
5138
5139
  })(CreateIntegrationStoreDirectPropertiesUiControl$ || (CreateIntegrationStoreDirectPropertiesUiControl$ = {}));
5139
5140
  /** @internal */
5140
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$inboundSchema = z.object({});
5141
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema = z.object({});
5141
5142
  /** @internal */
5142
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$outboundSchema = z.object({});
5143
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema = z.object({});
5143
5144
  /**
5144
5145
  * @internal
5145
5146
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5146
5147
  */
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));
5148
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$;
5149
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$) {
5150
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema` instead. */
5151
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema;
5152
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema` instead. */
5153
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema;
5154
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$ = {}));
5155
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823) {
5156
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema
5157
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823));
5157
5158
  }
5158
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820FromJSON(jsonString) {
5159
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$inboundSchema
5160
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820' from JSON`);
5159
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823FromJSON(jsonString) {
5160
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema
5161
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823' from JSON`);
5161
5162
  }
5162
5163
  /** @internal */
5163
5164
  export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema = z.object({
5164
- "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$inboundSchema),
5165
+ "__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema),
5165
5166
  }).transform((v) => {
5166
5167
  return remap$(v, {
5167
- "__@BRAND@7820": "atBRANDAt7820",
5168
+ "__@BRAND@7823": "atBRANDAt7823",
5168
5169
  });
5169
5170
  });
5170
5171
  /** @internal */
5171
5172
  export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema = z.object({
5172
- atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$outboundSchema),
5173
+ atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema),
5173
5174
  }).transform((v) => {
5174
5175
  return remap$(v, {
5175
- atBRANDAt7820: "__@BRAND@7820",
5176
+ atBRANDAt7823: "__@BRAND@7823",
5176
5177
  });
5177
5178
  });
5178
5179
  /**
@@ -5193,40 +5194,40 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonStri
5193
5194
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMaxLength' from JSON`);
5194
5195
  }
5195
5196
  /** @internal */
5196
- export const PropertiesAtBRANDAt7820$inboundSchema = z.object({});
5197
+ export const PropertiesAtBRANDAt7823$inboundSchema = z.object({});
5197
5198
  /** @internal */
5198
- export const PropertiesAtBRANDAt7820$outboundSchema = z.object({});
5199
+ export const PropertiesAtBRANDAt7823$outboundSchema = z.object({});
5199
5200
  /**
5200
5201
  * @internal
5201
5202
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5202
5203
  */
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));
5204
+ export var PropertiesAtBRANDAt7823$;
5205
+ (function (PropertiesAtBRANDAt7823$) {
5206
+ /** @deprecated use `PropertiesAtBRANDAt7823$inboundSchema` instead. */
5207
+ PropertiesAtBRANDAt7823$.inboundSchema = PropertiesAtBRANDAt7823$inboundSchema;
5208
+ /** @deprecated use `PropertiesAtBRANDAt7823$outboundSchema` instead. */
5209
+ PropertiesAtBRANDAt7823$.outboundSchema = PropertiesAtBRANDAt7823$outboundSchema;
5210
+ })(PropertiesAtBRANDAt7823$ || (PropertiesAtBRANDAt7823$ = {}));
5211
+ export function propertiesAtBRANDAt7823ToJSON(propertiesAtBRANDAt7823) {
5212
+ return JSON.stringify(PropertiesAtBRANDAt7823$outboundSchema.parse(propertiesAtBRANDAt7823));
5212
5213
  }
5213
- export function propertiesAtBRANDAt7820FromJSON(jsonString) {
5214
- return safeParse(jsonString, (x) => PropertiesAtBRANDAt7820$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt7820' from JSON`);
5214
+ export function propertiesAtBRANDAt7823FromJSON(jsonString) {
5215
+ return safeParse(jsonString, (x) => PropertiesAtBRANDAt7823$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt7823' from JSON`);
5215
5216
  }
5216
5217
  /** @internal */
5217
5218
  export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema = z.object({
5218
- "__@BRAND@7820": z.lazy(() => PropertiesAtBRANDAt7820$inboundSchema),
5219
+ "__@BRAND@7823": z.lazy(() => PropertiesAtBRANDAt7823$inboundSchema),
5219
5220
  }).transform((v) => {
5220
5221
  return remap$(v, {
5221
- "__@BRAND@7820": "atBRANDAt7820",
5222
+ "__@BRAND@7823": "atBRANDAt7823",
5222
5223
  });
5223
5224
  });
5224
5225
  /** @internal */
5225
5226
  export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema = z.object({
5226
- atBRANDAt7820: z.lazy(() => PropertiesAtBRANDAt7820$outboundSchema),
5227
+ atBRANDAt7823: z.lazy(() => PropertiesAtBRANDAt7823$outboundSchema),
5227
5228
  }).transform((v) => {
5228
5229
  return remap$(v, {
5229
- atBRANDAt7820: "__@BRAND@7820",
5230
+ atBRANDAt7823: "__@BRAND@7823",
5230
5231
  });
5231
5232
  });
5232
5233
  /**
@@ -5247,40 +5248,40 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonStri
5247
5248
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMinLength' from JSON`);
5248
5249
  }
5249
5250
  /** @internal */
5250
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$inboundSchema = z.object({});
5251
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema = z.object({});
5251
5252
  /** @internal */
5252
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$outboundSchema = z.object({});
5253
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema = z.object({});
5253
5254
  /**
5254
5255
  * @internal
5255
5256
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5256
5257
  */
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));
5258
+ export var CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$;
5259
+ (function (CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$) {
5260
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema` instead. */
5261
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema;
5262
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema` instead. */
5263
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema;
5264
+ })(CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$ = {}));
5265
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt7823) {
5266
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt7823));
5266
5267
  }
5267
- export function createIntegrationStoreDirectPropertiesAtBRANDAt7820FromJSON(jsonString) {
5268
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt7820' from JSON`);
5268
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt7823FromJSON(jsonString) {
5269
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt7823' from JSON`);
5269
5270
  }
5270
5271
  /** @internal */
5271
5272
  export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema = z.object({
5272
- "__@BRAND@7820": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$inboundSchema),
5273
+ "__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema),
5273
5274
  }).transform((v) => {
5274
5275
  return remap$(v, {
5275
- "__@BRAND@7820": "atBRANDAt7820",
5276
+ "__@BRAND@7823": "atBRANDAt7823",
5276
5277
  });
5277
5278
  });
5278
5279
  /** @internal */
5279
5280
  export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema = z.object({
5280
- atBRANDAt7820: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$outboundSchema),
5281
+ atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema),
5281
5282
  }).transform((v) => {
5282
5283
  return remap$(v, {
5283
- atBRANDAt7820: "__@BRAND@7820",
5284
+ atBRANDAt7823: "__@BRAND@7823",
5284
5285
  });
5285
5286
  });
5286
5287
  /**
@@ -5966,40 +5967,40 @@ export function guidesFromJSON(jsonString) {
5966
5967
  return safeParse(jsonString, (x) => Guides$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Guides' from JSON`);
5967
5968
  }
5968
5969
  /** @internal */
5969
- export const AtBRANDAt7820$inboundSchema = z.object({});
5970
+ export const AtBRANDAt7823$inboundSchema = z.object({});
5970
5971
  /** @internal */
5971
- export const AtBRANDAt7820$outboundSchema = z.object({});
5972
+ export const AtBRANDAt7823$outboundSchema = z.object({});
5972
5973
  /**
5973
5974
  * @internal
5974
5975
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5975
5976
  */
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));
5977
+ export var AtBRANDAt7823$;
5978
+ (function (AtBRANDAt7823$) {
5979
+ /** @deprecated use `AtBRANDAt7823$inboundSchema` instead. */
5980
+ AtBRANDAt7823$.inboundSchema = AtBRANDAt7823$inboundSchema;
5981
+ /** @deprecated use `AtBRANDAt7823$outboundSchema` instead. */
5982
+ AtBRANDAt7823$.outboundSchema = AtBRANDAt7823$outboundSchema;
5983
+ })(AtBRANDAt7823$ || (AtBRANDAt7823$ = {}));
5984
+ export function atBRANDAt7823ToJSON(atBRANDAt7823) {
5985
+ return JSON.stringify(AtBRANDAt7823$outboundSchema.parse(atBRANDAt7823));
5985
5986
  }
5986
- export function atBRANDAt7820FromJSON(jsonString) {
5987
- return safeParse(jsonString, (x) => AtBRANDAt7820$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt7820' from JSON`);
5987
+ export function atBRANDAt7823FromJSON(jsonString) {
5988
+ return safeParse(jsonString, (x) => AtBRANDAt7823$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt7823' from JSON`);
5988
5989
  }
5989
5990
  /** @internal */
5990
5991
  export const CreateIntegrationStoreDirectValue$inboundSchema = z.object({
5991
- "__@BRAND@7820": z.lazy(() => AtBRANDAt7820$inboundSchema),
5992
+ "__@BRAND@7823": z.lazy(() => AtBRANDAt7823$inboundSchema),
5992
5993
  }).transform((v) => {
5993
5994
  return remap$(v, {
5994
- "__@BRAND@7820": "atBRANDAt7820",
5995
+ "__@BRAND@7823": "atBRANDAt7823",
5995
5996
  });
5996
5997
  });
5997
5998
  /** @internal */
5998
5999
  export const CreateIntegrationStoreDirectValue$outboundSchema = z.object({
5999
- atBRANDAt7820: z.lazy(() => AtBRANDAt7820$outboundSchema),
6000
+ atBRANDAt7823: z.lazy(() => AtBRANDAt7823$outboundSchema),
6000
6001
  }).transform((v) => {
6001
6002
  return remap$(v, {
6002
- atBRANDAt7820: "__@BRAND@7820",
6003
+ atBRANDAt7823: "__@BRAND@7823",
6003
6004
  });
6004
6005
  });
6005
6006
  /**