@vercel/sdk 1.10.8 → 1.11.1

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 (140) hide show
  1. package/bin/mcp-server.js +3728 -805
  2. package/bin/mcp-server.js.map +28 -28
  3. package/esm/__tests__/accessgroups.test.js +6 -6
  4. package/esm/__tests__/accessgroups.test.js.map +1 -1
  5. package/esm/__tests__/checks.test.js +1 -0
  6. package/esm/__tests__/checks.test.js.map +1 -1
  7. package/esm/__tests__/domains.test.js +4 -12
  8. package/esm/__tests__/domains.test.js.map +1 -1
  9. package/esm/__tests__/integrations.test.js +1 -1
  10. package/esm/__tests__/rollingrelease.test.js +2 -2
  11. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  12. package/esm/lib/config.d.ts +3 -3
  13. package/esm/lib/config.js +3 -3
  14. package/esm/mcp-server/mcp-server.js +1 -1
  15. package/esm/mcp-server/server.js +1 -1
  16. package/esm/models/canceldeploymentop.d.ts +44 -41
  17. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  18. package/esm/models/canceldeploymentop.js +44 -41
  19. package/esm/models/canceldeploymentop.js.map +1 -1
  20. package/esm/models/createdeploymentop.d.ts +104 -98
  21. package/esm/models/createdeploymentop.d.ts.map +1 -1
  22. package/esm/models/createdeploymentop.js +115 -117
  23. package/esm/models/createdeploymentop.js.map +1 -1
  24. package/esm/models/createedgeconfigop.d.ts +2 -0
  25. package/esm/models/createedgeconfigop.d.ts.map +1 -1
  26. package/esm/models/createedgeconfigop.js +2 -0
  27. package/esm/models/createedgeconfigop.js.map +1 -1
  28. package/esm/models/createintegrationstoredirectop.d.ts +252 -240
  29. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  30. package/esm/models/createintegrationstoredirectop.js +298 -294
  31. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  32. package/esm/models/createprojectop.d.ts +1410 -57
  33. package/esm/models/createprojectop.d.ts.map +1 -1
  34. package/esm/models/createprojectop.js +1584 -202
  35. package/esm/models/createprojectop.js.map +1 -1
  36. package/esm/models/createwebhookop.d.ts +72 -66
  37. package/esm/models/createwebhookop.d.ts.map +1 -1
  38. package/esm/models/createwebhookop.js +24 -22
  39. package/esm/models/createwebhookop.js.map +1 -1
  40. package/esm/models/getallchecksop.d.ts +2 -0
  41. package/esm/models/getallchecksop.d.ts.map +1 -1
  42. package/esm/models/getallchecksop.js +2 -0
  43. package/esm/models/getallchecksop.js.map +1 -1
  44. package/esm/models/getconfigurationproductsop.d.ts +421 -331
  45. package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
  46. package/esm/models/getconfigurationproductsop.js +482 -410
  47. package/esm/models/getconfigurationproductsop.js.map +1 -1
  48. package/esm/models/getdeploymentop.d.ts +19 -16
  49. package/esm/models/getdeploymentop.d.ts.map +1 -1
  50. package/esm/models/getdeploymentop.js +25 -24
  51. package/esm/models/getdeploymentop.js.map +1 -1
  52. package/esm/models/getdeploymentsop.d.ts +3 -0
  53. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  54. package/esm/models/getdeploymentsop.js +1 -0
  55. package/esm/models/getdeploymentsop.js.map +1 -1
  56. package/esm/models/getedgeconfigop.d.ts +2 -0
  57. package/esm/models/getedgeconfigop.d.ts.map +1 -1
  58. package/esm/models/getedgeconfigop.js +2 -0
  59. package/esm/models/getedgeconfigop.js.map +1 -1
  60. package/esm/models/getprojectsop.d.ts +1407 -57
  61. package/esm/models/getprojectsop.d.ts.map +1 -1
  62. package/esm/models/getprojectsop.js +1578 -202
  63. package/esm/models/getprojectsop.js.map +1 -1
  64. package/esm/models/getteammembersop.d.ts +36 -30
  65. package/esm/models/getteammembersop.d.ts.map +1 -1
  66. package/esm/models/getteammembersop.js +12 -10
  67. package/esm/models/getteammembersop.js.map +1 -1
  68. package/esm/models/getwebhookop.d.ts +36 -33
  69. package/esm/models/getwebhookop.d.ts.map +1 -1
  70. package/esm/models/getwebhookop.js +12 -11
  71. package/esm/models/getwebhookop.js.map +1 -1
  72. package/esm/models/getwebhooksop.d.ts +75 -66
  73. package/esm/models/getwebhooksop.d.ts.map +1 -1
  74. package/esm/models/getwebhooksop.js +25 -22
  75. package/esm/models/getwebhooksop.js.map +1 -1
  76. package/esm/models/importresourceop.d.ts +36 -0
  77. package/esm/models/importresourceop.d.ts.map +1 -1
  78. package/esm/models/importresourceop.js +25 -0
  79. package/esm/models/importresourceop.js.map +1 -1
  80. package/esm/models/listaccessgroupsop.d.ts +2 -5
  81. package/esm/models/listaccessgroupsop.d.ts.map +1 -1
  82. package/esm/models/listaccessgroupsop.js +2 -2
  83. package/esm/models/listaccessgroupsop.js.map +1 -1
  84. package/esm/models/readaccessgroupop.d.ts +48 -5
  85. package/esm/models/readaccessgroupop.d.ts.map +1 -1
  86. package/esm/models/readaccessgroupop.js +30 -2
  87. package/esm/models/readaccessgroupop.js.map +1 -1
  88. package/esm/models/team.d.ts +165 -24
  89. package/esm/models/team.d.ts.map +1 -1
  90. package/esm/models/team.js +115 -33
  91. package/esm/models/team.js.map +1 -1
  92. package/esm/models/updateedgeconfigop.d.ts +2 -0
  93. package/esm/models/updateedgeconfigop.d.ts.map +1 -1
  94. package/esm/models/updateedgeconfigop.js +2 -0
  95. package/esm/models/updateedgeconfigop.js.map +1 -1
  96. package/esm/models/updateprojectdatacacheop.d.ts +1407 -57
  97. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  98. package/esm/models/updateprojectdatacacheop.js +1587 -200
  99. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  100. package/esm/models/updateprojectop.d.ts +1410 -57
  101. package/esm/models/updateprojectop.d.ts.map +1 -1
  102. package/esm/models/updateprojectop.js +1583 -202
  103. package/esm/models/updateprojectop.js.map +1 -1
  104. package/esm/models/userevent.d.ts +2 -2
  105. package/examples/package-lock.json +1 -1
  106. package/examples/projectsUpdateProject.example.ts +1 -1
  107. package/jsr.json +1 -1
  108. package/package.json +1 -1
  109. package/src/__tests__/accessgroups.test.ts +6 -6
  110. package/src/__tests__/checks.test.ts +1 -0
  111. package/src/__tests__/domains.test.ts +4 -12
  112. package/src/__tests__/integrations.test.ts +1 -1
  113. package/src/__tests__/rollingrelease.test.ts +2 -2
  114. package/src/lib/config.ts +3 -3
  115. package/src/mcp-server/mcp-server.ts +1 -1
  116. package/src/mcp-server/server.ts +1 -1
  117. package/src/models/canceldeploymentop.ts +85 -64
  118. package/src/models/createdeploymentop.ts +241 -192
  119. package/src/models/createedgeconfigop.ts +4 -0
  120. package/src/models/createintegrationstoredirectop.ts +509 -505
  121. package/src/models/createprojectop.ts +3282 -299
  122. package/src/models/createwebhookop.ts +24 -22
  123. package/src/models/getallchecksop.ts +4 -0
  124. package/src/models/getconfigurationproductsop.ts +847 -706
  125. package/src/models/getdeploymentop.ts +35 -34
  126. package/src/models/getdeploymentsop.ts +1 -0
  127. package/src/models/getedgeconfigop.ts +4 -0
  128. package/src/models/getprojectsop.ts +3260 -300
  129. package/src/models/getteammembersop.ts +12 -10
  130. package/src/models/getwebhookop.ts +12 -11
  131. package/src/models/getwebhooksop.ts +25 -22
  132. package/src/models/importresourceop.ts +34 -0
  133. package/src/models/listaccessgroupsop.ts +4 -7
  134. package/src/models/readaccessgroupop.ts +42 -7
  135. package/src/models/team.ts +200 -46
  136. package/src/models/updateedgeconfigop.ts +4 -0
  137. package/src/models/updateprojectdatacacheop.ts +3189 -307
  138. package/src/models/updateprojectop.ts +3296 -298
  139. package/src/models/userevent.ts +2 -2
  140. package/vercel-spec.json +5360 -2352
@@ -47,6 +47,7 @@ export const CreateIntegrationStoreDirectFramework = {
47
47
  Vitepress: "vitepress",
48
48
  Vuepress: "vuepress",
49
49
  Parcel: "parcel",
50
+ Fastapi: "fastapi",
50
51
  Fasthtml: "fasthtml",
51
52
  SanityV3: "sanity-v3",
52
53
  Sanity: "sanity",
@@ -272,6 +273,7 @@ export const Tags = {
272
273
  Authentication: "authentication",
273
274
  Workflow: "workflow",
274
275
  LogDrain: "logDrain",
276
+ TraceDrain: "traceDrain",
275
277
  Messaging: "messaging",
276
278
  Other: "other",
277
279
  Mysql: "mysql",
@@ -300,6 +302,7 @@ export const Tags = {
300
302
  TagChecks: "tag_checks",
301
303
  TagStorage: "tag_storage",
302
304
  TagLogDrain: "tag_logDrain",
305
+ TagTraceDrain: "tag_traceDrain",
303
306
  TagOther: "tag_other",
304
307
  };
305
308
  export const ProjectConnectionScopes = {
@@ -314,6 +317,7 @@ export const ProjectConnectionScopes = {
314
317
  ReadWriteLogDrain: "read-write:log-drain",
315
318
  ReadWriteProjectEnvVars: "read-write:project-env-vars",
316
319
  ReadWriteProjectProtectionBypass: "read-write:project-protection-bypass",
320
+ ReadWriteTraceDrain: "read-write:trace-drain",
317
321
  };
318
322
  export const CreateIntegrationStoreDirectIntegrationsResponseType = {
319
323
  ConnectToProject: "connect_to_project",
@@ -688,42 +692,42 @@ export var CreateIntegrationStoreDirectIntegrationsType$;
688
692
  CreateIntegrationStoreDirectIntegrationsType$.outboundSchema = CreateIntegrationStoreDirectIntegrationsType$outboundSchema;
689
693
  })(CreateIntegrationStoreDirectIntegrationsType$ || (CreateIntegrationStoreDirectIntegrationsType$ = {}));
690
694
  /** @internal */
691
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$inboundSchema = z.object({});
695
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$inboundSchema = z.object({});
692
696
  /** @internal */
693
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$outboundSchema = z.object({});
697
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$outboundSchema = z.object({});
694
698
  /**
695
699
  * @internal
696
700
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
697
701
  */
698
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$;
699
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$) {
700
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$inboundSchema` instead. */
701
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$inboundSchema;
702
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$outboundSchema` instead. */
703
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$outboundSchema;
704
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$ = {}));
705
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825) {
706
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$outboundSchema
707
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825));
702
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$;
703
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$) {
704
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$inboundSchema` instead. */
705
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$inboundSchema;
706
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$outboundSchema` instead. */
707
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$outboundSchema;
708
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$ = {}));
709
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838) {
710
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$outboundSchema
711
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838));
708
712
  }
709
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825FromJSON(jsonString) {
710
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$inboundSchema
711
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825' from JSON`);
713
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838FromJSON(jsonString) {
714
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$inboundSchema
715
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838' from JSON`);
712
716
  }
713
717
  /** @internal */
714
718
  export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema = z.object({
715
- "__@BRAND@7825": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$inboundSchema),
719
+ "__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$inboundSchema),
716
720
  }).transform((v) => {
717
721
  return remap$(v, {
718
- "__@BRAND@7825": "atBRANDAt7825",
722
+ "__@BRAND@7838": "atBRANDAt7838",
719
723
  });
720
724
  });
721
725
  /** @internal */
722
726
  export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema = z.object({
723
- atBRANDAt7825: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$outboundSchema),
727
+ atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$outboundSchema),
724
728
  }).transform((v) => {
725
729
  return remap$(v, {
726
- atBRANDAt7825: "__@BRAND@7825",
730
+ atBRANDAt7838: "__@BRAND@7838",
727
731
  });
728
732
  });
729
733
  /**
@@ -957,40 +961,40 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
957
961
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema;
958
962
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ = {}));
959
963
  /** @internal */
960
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$inboundSchema = z.object({});
964
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$inboundSchema = z.object({});
961
965
  /** @internal */
962
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$outboundSchema = z.object({});
966
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$outboundSchema = z.object({});
963
967
  /**
964
968
  * @internal
965
969
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
966
970
  */
967
- export var CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$;
968
- (function (CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$) {
969
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$inboundSchema` instead. */
970
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$inboundSchema;
971
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$outboundSchema` instead. */
972
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$outboundSchema;
973
- })(CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$ || (CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$ = {}));
974
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt7825ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt7825) {
975
- return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt7825));
971
+ export var CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$;
972
+ (function (CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$) {
973
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$inboundSchema` instead. */
974
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$inboundSchema;
975
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$outboundSchema` instead. */
976
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$outboundSchema;
977
+ })(CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$ || (CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$ = {}));
978
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt7838ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt7838) {
979
+ return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt7838));
976
980
  }
977
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt7825FromJSON(jsonString) {
978
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825' from JSON`);
981
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt7838FromJSON(jsonString) {
982
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838' from JSON`);
979
983
  }
980
984
  /** @internal */
981
985
  export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema = z.object({
982
- "__@BRAND@7825": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$inboundSchema),
986
+ "__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$inboundSchema),
983
987
  }).transform((v) => {
984
988
  return remap$(v, {
985
- "__@BRAND@7825": "atBRANDAt7825",
989
+ "__@BRAND@7838": "atBRANDAt7838",
986
990
  });
987
991
  });
988
992
  /** @internal */
989
993
  export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema = z.object({
990
- atBRANDAt7825: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$outboundSchema),
994
+ atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$outboundSchema),
991
995
  }).transform((v) => {
992
996
  return remap$(v, {
993
- atBRANDAt7825: "__@BRAND@7825",
997
+ atBRANDAt7838: "__@BRAND@7838",
994
998
  });
995
999
  });
996
1000
  /**
@@ -1202,40 +1206,40 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(jsonString) {
1202
1206
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptions3' from JSON`);
1203
1207
  }
1204
1208
  /** @internal */
1205
- export const UiOptionsAtBRANDAt7825$inboundSchema = z.object({});
1209
+ export const UiOptionsAtBRANDAt7838$inboundSchema = z.object({});
1206
1210
  /** @internal */
1207
- export const UiOptionsAtBRANDAt7825$outboundSchema = z.object({});
1211
+ export const UiOptionsAtBRANDAt7838$outboundSchema = z.object({});
1208
1212
  /**
1209
1213
  * @internal
1210
1214
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1211
1215
  */
1212
- export var UiOptionsAtBRANDAt7825$;
1213
- (function (UiOptionsAtBRANDAt7825$) {
1214
- /** @deprecated use `UiOptionsAtBRANDAt7825$inboundSchema` instead. */
1215
- UiOptionsAtBRANDAt7825$.inboundSchema = UiOptionsAtBRANDAt7825$inboundSchema;
1216
- /** @deprecated use `UiOptionsAtBRANDAt7825$outboundSchema` instead. */
1217
- UiOptionsAtBRANDAt7825$.outboundSchema = UiOptionsAtBRANDAt7825$outboundSchema;
1218
- })(UiOptionsAtBRANDAt7825$ || (UiOptionsAtBRANDAt7825$ = {}));
1219
- export function uiOptionsAtBRANDAt7825ToJSON(uiOptionsAtBRANDAt7825) {
1220
- return JSON.stringify(UiOptionsAtBRANDAt7825$outboundSchema.parse(uiOptionsAtBRANDAt7825));
1216
+ export var UiOptionsAtBRANDAt7838$;
1217
+ (function (UiOptionsAtBRANDAt7838$) {
1218
+ /** @deprecated use `UiOptionsAtBRANDAt7838$inboundSchema` instead. */
1219
+ UiOptionsAtBRANDAt7838$.inboundSchema = UiOptionsAtBRANDAt7838$inboundSchema;
1220
+ /** @deprecated use `UiOptionsAtBRANDAt7838$outboundSchema` instead. */
1221
+ UiOptionsAtBRANDAt7838$.outboundSchema = UiOptionsAtBRANDAt7838$outboundSchema;
1222
+ })(UiOptionsAtBRANDAt7838$ || (UiOptionsAtBRANDAt7838$ = {}));
1223
+ export function uiOptionsAtBRANDAt7838ToJSON(uiOptionsAtBRANDAt7838) {
1224
+ return JSON.stringify(UiOptionsAtBRANDAt7838$outboundSchema.parse(uiOptionsAtBRANDAt7838));
1221
1225
  }
1222
- export function uiOptionsAtBRANDAt7825FromJSON(jsonString) {
1223
- return safeParse(jsonString, (x) => UiOptionsAtBRANDAt7825$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt7825' from JSON`);
1226
+ export function uiOptionsAtBRANDAt7838FromJSON(jsonString) {
1227
+ return safeParse(jsonString, (x) => UiOptionsAtBRANDAt7838$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt7838' from JSON`);
1224
1228
  }
1225
1229
  /** @internal */
1226
1230
  export const CreateIntegrationStoreDirectUiOptions2$inboundSchema = z.object({
1227
- "__@BRAND@7825": z.lazy(() => UiOptionsAtBRANDAt7825$inboundSchema),
1231
+ "__@BRAND@7838": z.lazy(() => UiOptionsAtBRANDAt7838$inboundSchema),
1228
1232
  }).transform((v) => {
1229
1233
  return remap$(v, {
1230
- "__@BRAND@7825": "atBRANDAt7825",
1234
+ "__@BRAND@7838": "atBRANDAt7838",
1231
1235
  });
1232
1236
  });
1233
1237
  /** @internal */
1234
1238
  export const CreateIntegrationStoreDirectUiOptions2$outboundSchema = z.object({
1235
- atBRANDAt7825: z.lazy(() => UiOptionsAtBRANDAt7825$outboundSchema),
1239
+ atBRANDAt7838: z.lazy(() => UiOptionsAtBRANDAt7838$outboundSchema),
1236
1240
  }).transform((v) => {
1237
1241
  return remap$(v, {
1238
- atBRANDAt7825: "__@BRAND@7825",
1242
+ atBRANDAt7838: "__@BRAND@7838",
1239
1243
  });
1240
1244
  });
1241
1245
  /**
@@ -1476,42 +1480,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
1476
1480
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions' from JSON`);
1477
1481
  }
1478
1482
  /** @internal */
1479
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$inboundSchema = z.object({});
1483
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$inboundSchema = z.object({});
1480
1484
  /** @internal */
1481
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$outboundSchema = z.object({});
1485
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$outboundSchema = z.object({});
1482
1486
  /**
1483
1487
  * @internal
1484
1488
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1485
1489
  */
1486
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$;
1487
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$) {
1488
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$inboundSchema` instead. */
1489
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$inboundSchema;
1490
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$outboundSchema` instead. */
1491
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$outboundSchema;
1492
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$ = {}));
1493
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825) {
1494
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$outboundSchema
1495
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825));
1490
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$;
1491
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$) {
1492
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$inboundSchema` instead. */
1493
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$inboundSchema;
1494
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$outboundSchema` instead. */
1495
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$outboundSchema;
1496
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$ = {}));
1497
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838) {
1498
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$outboundSchema
1499
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838));
1496
1500
  }
1497
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825FromJSON(jsonString) {
1498
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$inboundSchema
1499
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825' from JSON`);
1501
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838FromJSON(jsonString) {
1502
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$inboundSchema
1503
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838' from JSON`);
1500
1504
  }
1501
1505
  /** @internal */
1502
1506
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
1503
- "__@BRAND@7825": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$inboundSchema),
1507
+ "__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$inboundSchema),
1504
1508
  }).transform((v) => {
1505
1509
  return remap$(v, {
1506
- "__@BRAND@7825": "atBRANDAt7825",
1510
+ "__@BRAND@7838": "atBRANDAt7838",
1507
1511
  });
1508
1512
  });
1509
1513
  /** @internal */
1510
1514
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
1511
- atBRANDAt7825: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$outboundSchema),
1515
+ atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$outboundSchema),
1512
1516
  }).transform((v) => {
1513
1517
  return remap$(v, {
1514
- atBRANDAt7825: "__@BRAND@7825",
1518
+ atBRANDAt7838: "__@BRAND@7838",
1515
1519
  });
1516
1520
  });
1517
1521
  /**
@@ -1534,42 +1538,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
1534
1538
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength' from JSON`);
1535
1539
  }
1536
1540
  /** @internal */
1537
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$inboundSchema = z.object({});
1541
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$inboundSchema = z.object({});
1538
1542
  /** @internal */
1539
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$outboundSchema = z.object({});
1543
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$outboundSchema = z.object({});
1540
1544
  /**
1541
1545
  * @internal
1542
1546
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1543
1547
  */
1544
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$;
1545
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$) {
1546
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$inboundSchema` instead. */
1547
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$inboundSchema;
1548
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$outboundSchema` instead. */
1549
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$outboundSchema;
1550
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$ = {}));
1551
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825) {
1552
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$outboundSchema
1553
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825));
1548
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$;
1549
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$) {
1550
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$inboundSchema` instead. */
1551
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$inboundSchema;
1552
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$outboundSchema` instead. */
1553
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$outboundSchema;
1554
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$ = {}));
1555
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838) {
1556
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$outboundSchema
1557
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838));
1554
1558
  }
1555
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825FromJSON(jsonString) {
1556
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$inboundSchema
1557
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825' from JSON`);
1559
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838FromJSON(jsonString) {
1560
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$inboundSchema
1561
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838' from JSON`);
1558
1562
  }
1559
1563
  /** @internal */
1560
1564
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
1561
- "__@BRAND@7825": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$inboundSchema),
1565
+ "__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$inboundSchema),
1562
1566
  }).transform((v) => {
1563
1567
  return remap$(v, {
1564
- "__@BRAND@7825": "atBRANDAt7825",
1568
+ "__@BRAND@7838": "atBRANDAt7838",
1565
1569
  });
1566
1570
  });
1567
1571
  /** @internal */
1568
1572
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
1569
- atBRANDAt7825: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$outboundSchema),
1573
+ atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$outboundSchema),
1570
1574
  }).transform((v) => {
1571
1575
  return remap$(v, {
1572
- atBRANDAt7825: "__@BRAND@7825",
1576
+ atBRANDAt7838: "__@BRAND@7838",
1573
1577
  });
1574
1578
  });
1575
1579
  /**
@@ -1592,42 +1596,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
1592
1596
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength' from JSON`);
1593
1597
  }
1594
1598
  /** @internal */
1595
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$inboundSchema = z.object({});
1599
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$inboundSchema = z.object({});
1596
1600
  /** @internal */
1597
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$outboundSchema = z.object({});
1601
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$outboundSchema = z.object({});
1598
1602
  /**
1599
1603
  * @internal
1600
1604
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1601
1605
  */
1602
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$;
1603
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$) {
1604
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$inboundSchema` instead. */
1605
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$inboundSchema;
1606
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$outboundSchema` instead. */
1607
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$outboundSchema;
1608
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$ = {}));
1609
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825) {
1610
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$outboundSchema
1611
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825));
1606
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$;
1607
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$) {
1608
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$inboundSchema` instead. */
1609
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$inboundSchema;
1610
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$outboundSchema` instead. */
1611
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$outboundSchema;
1612
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$ = {}));
1613
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838) {
1614
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$outboundSchema
1615
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838));
1612
1616
  }
1613
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825FromJSON(jsonString) {
1614
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$inboundSchema
1615
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825' from JSON`);
1617
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838FromJSON(jsonString) {
1618
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$inboundSchema
1619
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838' from JSON`);
1616
1620
  }
1617
1621
  /** @internal */
1618
1622
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
1619
- "__@BRAND@7825": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$inboundSchema),
1623
+ "__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$inboundSchema),
1620
1624
  }).transform((v) => {
1621
1625
  return remap$(v, {
1622
- "__@BRAND@7825": "atBRANDAt7825",
1626
+ "__@BRAND@7838": "atBRANDAt7838",
1623
1627
  });
1624
1628
  });
1625
1629
  /** @internal */
1626
1630
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
1627
- atBRANDAt7825: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$outboundSchema),
1631
+ atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$outboundSchema),
1628
1632
  }).transform((v) => {
1629
1633
  return remap$(v, {
1630
- atBRANDAt7825: "__@BRAND@7825",
1634
+ atBRANDAt7838: "__@BRAND@7838",
1631
1635
  });
1632
1636
  });
1633
1637
  /**
@@ -2099,42 +2103,42 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
2099
2103
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema;
2100
2104
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$ = {}));
2101
2105
  /** @internal */
2102
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$inboundSchema = z.object({});
2106
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$inboundSchema = z.object({});
2103
2107
  /** @internal */
2104
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$outboundSchema = z.object({});
2108
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$outboundSchema = z.object({});
2105
2109
  /**
2106
2110
  * @internal
2107
2111
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2108
2112
  */
2109
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$;
2110
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$) {
2111
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$inboundSchema` instead. */
2112
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$inboundSchema;
2113
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$outboundSchema` instead. */
2114
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$outboundSchema;
2115
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$ = {}));
2116
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825) {
2117
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$outboundSchema
2118
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825));
2113
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$;
2114
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$) {
2115
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$inboundSchema` instead. */
2116
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$inboundSchema;
2117
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$outboundSchema` instead. */
2118
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$outboundSchema;
2119
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$ = {}));
2120
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838) {
2121
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$outboundSchema
2122
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838));
2119
2123
  }
2120
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825FromJSON(jsonString) {
2121
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$inboundSchema
2122
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825' from JSON`);
2124
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838FromJSON(jsonString) {
2125
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$inboundSchema
2126
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838' from JSON`);
2123
2127
  }
2124
2128
  /** @internal */
2125
2129
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema = z.object({
2126
- "__@BRAND@7825": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$inboundSchema),
2130
+ "__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$inboundSchema),
2127
2131
  }).transform((v) => {
2128
2132
  return remap$(v, {
2129
- "__@BRAND@7825": "atBRANDAt7825",
2133
+ "__@BRAND@7838": "atBRANDAt7838",
2130
2134
  });
2131
2135
  });
2132
2136
  /** @internal */
2133
2137
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema = z.object({
2134
- atBRANDAt7825: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$outboundSchema),
2138
+ atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$outboundSchema),
2135
2139
  }).transform((v) => {
2136
2140
  return remap$(v, {
2137
- atBRANDAt7825: "__@BRAND@7825",
2141
+ atBRANDAt7838: "__@BRAND@7838",
2138
2142
  });
2139
2143
  });
2140
2144
  /**
@@ -2157,42 +2161,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
2157
2161
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength' from JSON`);
2158
2162
  }
2159
2163
  /** @internal */
2160
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$inboundSchema = z.object({});
2164
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$inboundSchema = z.object({});
2161
2165
  /** @internal */
2162
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$outboundSchema = z.object({});
2166
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$outboundSchema = z.object({});
2163
2167
  /**
2164
2168
  * @internal
2165
2169
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2166
2170
  */
2167
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$;
2168
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$) {
2169
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$inboundSchema` instead. */
2170
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$inboundSchema;
2171
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$outboundSchema` instead. */
2172
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$outboundSchema;
2173
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$ = {}));
2174
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825) {
2175
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$outboundSchema
2176
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825));
2171
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$;
2172
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$) {
2173
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$inboundSchema` instead. */
2174
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$inboundSchema;
2175
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$outboundSchema` instead. */
2176
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$outboundSchema;
2177
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$ = {}));
2178
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838) {
2179
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$outboundSchema
2180
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838));
2177
2181
  }
2178
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825FromJSON(jsonString) {
2179
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$inboundSchema
2180
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825' from JSON`);
2182
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838FromJSON(jsonString) {
2183
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$inboundSchema
2184
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838' from JSON`);
2181
2185
  }
2182
2186
  /** @internal */
2183
2187
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema = z.object({
2184
- "__@BRAND@7825": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$inboundSchema),
2188
+ "__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$inboundSchema),
2185
2189
  }).transform((v) => {
2186
2190
  return remap$(v, {
2187
- "__@BRAND@7825": "atBRANDAt7825",
2191
+ "__@BRAND@7838": "atBRANDAt7838",
2188
2192
  });
2189
2193
  });
2190
2194
  /** @internal */
2191
2195
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema = z.object({
2192
- atBRANDAt7825: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$outboundSchema),
2196
+ atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$outboundSchema),
2193
2197
  }).transform((v) => {
2194
2198
  return remap$(v, {
2195
- atBRANDAt7825: "__@BRAND@7825",
2199
+ atBRANDAt7838: "__@BRAND@7838",
2196
2200
  });
2197
2201
  });
2198
2202
  /**
@@ -2215,42 +2219,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
2215
2219
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength' from JSON`);
2216
2220
  }
2217
2221
  /** @internal */
2218
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$inboundSchema = z.object({});
2222
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$inboundSchema = z.object({});
2219
2223
  /** @internal */
2220
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$outboundSchema = z.object({});
2224
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$outboundSchema = z.object({});
2221
2225
  /**
2222
2226
  * @internal
2223
2227
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2224
2228
  */
2225
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$;
2226
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$) {
2227
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$inboundSchema` instead. */
2228
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$inboundSchema;
2229
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$outboundSchema` instead. */
2230
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$outboundSchema;
2231
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$ = {}));
2232
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825) {
2233
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$outboundSchema
2234
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825));
2229
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$;
2230
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$) {
2231
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$inboundSchema` instead. */
2232
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$inboundSchema;
2233
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$outboundSchema` instead. */
2234
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$outboundSchema;
2235
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$ = {}));
2236
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838) {
2237
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$outboundSchema
2238
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838));
2235
2239
  }
2236
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825FromJSON(jsonString) {
2237
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$inboundSchema
2238
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825' from JSON`);
2240
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838FromJSON(jsonString) {
2241
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$inboundSchema
2242
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838' from JSON`);
2239
2243
  }
2240
2244
  /** @internal */
2241
2245
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema = z.object({
2242
- "__@BRAND@7825": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$inboundSchema),
2246
+ "__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$inboundSchema),
2243
2247
  }).transform((v) => {
2244
2248
  return remap$(v, {
2245
- "__@BRAND@7825": "atBRANDAt7825",
2249
+ "__@BRAND@7838": "atBRANDAt7838",
2246
2250
  });
2247
2251
  });
2248
2252
  /** @internal */
2249
2253
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema = z.object({
2250
- atBRANDAt7825: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$outboundSchema),
2254
+ atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$outboundSchema),
2251
2255
  }).transform((v) => {
2252
2256
  return remap$(v, {
2253
- atBRANDAt7825: "__@BRAND@7825",
2257
+ atBRANDAt7838: "__@BRAND@7838",
2254
2258
  });
2255
2259
  });
2256
2260
  /**
@@ -3154,42 +3158,42 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonStri
3154
3158
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesUiOptions' from JSON`);
3155
3159
  }
3156
3160
  /** @internal */
3157
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$inboundSchema = z.object({});
3161
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$inboundSchema = z.object({});
3158
3162
  /** @internal */
3159
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$outboundSchema = z.object({});
3163
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$outboundSchema = z.object({});
3160
3164
  /**
3161
3165
  * @internal
3162
3166
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3163
3167
  */
3164
- export var CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$;
3165
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$) {
3166
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$inboundSchema` instead. */
3167
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$inboundSchema;
3168
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$outboundSchema` instead. */
3169
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$outboundSchema;
3170
- })(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$ || (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$ = {}));
3171
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825) {
3172
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$outboundSchema
3173
- .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825));
3168
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$;
3169
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$) {
3170
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$inboundSchema` instead. */
3171
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$inboundSchema;
3172
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$outboundSchema` instead. */
3173
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$outboundSchema;
3174
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$ || (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$ = {}));
3175
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838) {
3176
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$outboundSchema
3177
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838));
3174
3178
  }
3175
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825FromJSON(jsonString) {
3176
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$inboundSchema
3177
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825' from JSON`);
3179
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838FromJSON(jsonString) {
3180
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$inboundSchema
3181
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838' from JSON`);
3178
3182
  }
3179
3183
  /** @internal */
3180
3184
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema = z.object({
3181
- "__@BRAND@7825": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$inboundSchema),
3185
+ "__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$inboundSchema),
3182
3186
  }).transform((v) => {
3183
3187
  return remap$(v, {
3184
- "__@BRAND@7825": "atBRANDAt7825",
3188
+ "__@BRAND@7838": "atBRANDAt7838",
3185
3189
  });
3186
3190
  });
3187
3191
  /** @internal */
3188
3192
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema = z.object({
3189
- atBRANDAt7825: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$outboundSchema),
3193
+ atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$outboundSchema),
3190
3194
  }).transform((v) => {
3191
3195
  return remap$(v, {
3192
- atBRANDAt7825: "__@BRAND@7825",
3196
+ atBRANDAt7838: "__@BRAND@7838",
3193
3197
  });
3194
3198
  });
3195
3199
  /**
@@ -3212,42 +3216,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
3212
3216
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength' from JSON`);
3213
3217
  }
3214
3218
  /** @internal */
3215
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$inboundSchema = z.object({});
3219
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$inboundSchema = z.object({});
3216
3220
  /** @internal */
3217
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$outboundSchema = z.object({});
3221
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$outboundSchema = z.object({});
3218
3222
  /**
3219
3223
  * @internal
3220
3224
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3221
3225
  */
3222
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$;
3223
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$) {
3224
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$inboundSchema` instead. */
3225
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$inboundSchema;
3226
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$outboundSchema` instead. */
3227
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$outboundSchema;
3228
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$ = {}));
3229
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825) {
3230
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$outboundSchema
3231
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825));
3226
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$;
3227
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$) {
3228
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$inboundSchema` instead. */
3229
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$inboundSchema;
3230
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$outboundSchema` instead. */
3231
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$outboundSchema;
3232
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$ = {}));
3233
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838) {
3234
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$outboundSchema
3235
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838));
3232
3236
  }
3233
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825FromJSON(jsonString) {
3234
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$inboundSchema
3235
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825' from JSON`);
3237
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838FromJSON(jsonString) {
3238
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$inboundSchema
3239
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838' from JSON`);
3236
3240
  }
3237
3241
  /** @internal */
3238
3242
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema = z.object({
3239
- "__@BRAND@7825": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$inboundSchema),
3243
+ "__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$inboundSchema),
3240
3244
  }).transform((v) => {
3241
3245
  return remap$(v, {
3242
- "__@BRAND@7825": "atBRANDAt7825",
3246
+ "__@BRAND@7838": "atBRANDAt7838",
3243
3247
  });
3244
3248
  });
3245
3249
  /** @internal */
3246
3250
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema = z.object({
3247
- atBRANDAt7825: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$outboundSchema),
3251
+ atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$outboundSchema),
3248
3252
  }).transform((v) => {
3249
3253
  return remap$(v, {
3250
- atBRANDAt7825: "__@BRAND@7825",
3254
+ atBRANDAt7838: "__@BRAND@7838",
3251
3255
  });
3252
3256
  });
3253
3257
  /**
@@ -3270,42 +3274,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
3270
3274
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMinLength' from JSON`);
3271
3275
  }
3272
3276
  /** @internal */
3273
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$inboundSchema = z.object({});
3277
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$inboundSchema = z.object({});
3274
3278
  /** @internal */
3275
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$outboundSchema = z.object({});
3279
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$outboundSchema = z.object({});
3276
3280
  /**
3277
3281
  * @internal
3278
3282
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3279
3283
  */
3280
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$;
3281
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$) {
3282
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$inboundSchema` instead. */
3283
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$inboundSchema;
3284
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$outboundSchema` instead. */
3285
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$outboundSchema;
3286
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$ = {}));
3287
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825) {
3288
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$outboundSchema
3289
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825));
3284
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$;
3285
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$) {
3286
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$inboundSchema` instead. */
3287
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$inboundSchema;
3288
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$outboundSchema` instead. */
3289
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$outboundSchema;
3290
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$ = {}));
3291
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838) {
3292
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$outboundSchema
3293
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838));
3290
3294
  }
3291
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825FromJSON(jsonString) {
3292
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$inboundSchema
3293
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825' from JSON`);
3295
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838FromJSON(jsonString) {
3296
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$inboundSchema
3297
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838' from JSON`);
3294
3298
  }
3295
3299
  /** @internal */
3296
3300
  export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema = z.object({
3297
- "__@BRAND@7825": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$inboundSchema),
3301
+ "__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$inboundSchema),
3298
3302
  }).transform((v) => {
3299
3303
  return remap$(v, {
3300
- "__@BRAND@7825": "atBRANDAt7825",
3304
+ "__@BRAND@7838": "atBRANDAt7838",
3301
3305
  });
3302
3306
  });
3303
3307
  /** @internal */
3304
3308
  export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema = z.object({
3305
- atBRANDAt7825: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$outboundSchema),
3309
+ atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$outboundSchema),
3306
3310
  }).transform((v) => {
3307
3311
  return remap$(v, {
3308
- atBRANDAt7825: "__@BRAND@7825",
3312
+ atBRANDAt7838: "__@BRAND@7838",
3309
3313
  });
3310
3314
  });
3311
3315
  /**
@@ -5114,42 +5118,42 @@ export var CreateIntegrationStoreDirectPropertiesUiControl$;
5114
5118
  CreateIntegrationStoreDirectPropertiesUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema;
5115
5119
  })(CreateIntegrationStoreDirectPropertiesUiControl$ || (CreateIntegrationStoreDirectPropertiesUiControl$ = {}));
5116
5120
  /** @internal */
5117
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$inboundSchema = z.object({});
5121
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$inboundSchema = z.object({});
5118
5122
  /** @internal */
5119
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$outboundSchema = z.object({});
5123
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$outboundSchema = z.object({});
5120
5124
  /**
5121
5125
  * @internal
5122
5126
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5123
5127
  */
5124
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$;
5125
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$) {
5126
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$inboundSchema` instead. */
5127
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$inboundSchema;
5128
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$outboundSchema` instead. */
5129
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$outboundSchema;
5130
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$ = {}));
5131
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825) {
5132
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$outboundSchema
5133
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825));
5128
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$;
5129
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$) {
5130
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$inboundSchema` instead. */
5131
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$inboundSchema;
5132
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$outboundSchema` instead. */
5133
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$outboundSchema;
5134
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$ = {}));
5135
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838) {
5136
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$outboundSchema
5137
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838));
5134
5138
  }
5135
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825FromJSON(jsonString) {
5136
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$inboundSchema
5137
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825' from JSON`);
5139
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838FromJSON(jsonString) {
5140
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$inboundSchema
5141
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838' from JSON`);
5138
5142
  }
5139
5143
  /** @internal */
5140
5144
  export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema = z.object({
5141
- "__@BRAND@7825": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$inboundSchema),
5145
+ "__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$inboundSchema),
5142
5146
  }).transform((v) => {
5143
5147
  return remap$(v, {
5144
- "__@BRAND@7825": "atBRANDAt7825",
5148
+ "__@BRAND@7838": "atBRANDAt7838",
5145
5149
  });
5146
5150
  });
5147
5151
  /** @internal */
5148
5152
  export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema = z.object({
5149
- atBRANDAt7825: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$outboundSchema),
5153
+ atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$outboundSchema),
5150
5154
  }).transform((v) => {
5151
5155
  return remap$(v, {
5152
- atBRANDAt7825: "__@BRAND@7825",
5156
+ atBRANDAt7838: "__@BRAND@7838",
5153
5157
  });
5154
5158
  });
5155
5159
  /**
@@ -5170,40 +5174,40 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonStri
5170
5174
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMaxLength' from JSON`);
5171
5175
  }
5172
5176
  /** @internal */
5173
- export const PropertiesAtBRANDAt7825$inboundSchema = z.object({});
5177
+ export const PropertiesAtBRANDAt7838$inboundSchema = z.object({});
5174
5178
  /** @internal */
5175
- export const PropertiesAtBRANDAt7825$outboundSchema = z.object({});
5179
+ export const PropertiesAtBRANDAt7838$outboundSchema = z.object({});
5176
5180
  /**
5177
5181
  * @internal
5178
5182
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5179
5183
  */
5180
- export var PropertiesAtBRANDAt7825$;
5181
- (function (PropertiesAtBRANDAt7825$) {
5182
- /** @deprecated use `PropertiesAtBRANDAt7825$inboundSchema` instead. */
5183
- PropertiesAtBRANDAt7825$.inboundSchema = PropertiesAtBRANDAt7825$inboundSchema;
5184
- /** @deprecated use `PropertiesAtBRANDAt7825$outboundSchema` instead. */
5185
- PropertiesAtBRANDAt7825$.outboundSchema = PropertiesAtBRANDAt7825$outboundSchema;
5186
- })(PropertiesAtBRANDAt7825$ || (PropertiesAtBRANDAt7825$ = {}));
5187
- export function propertiesAtBRANDAt7825ToJSON(propertiesAtBRANDAt7825) {
5188
- return JSON.stringify(PropertiesAtBRANDAt7825$outboundSchema.parse(propertiesAtBRANDAt7825));
5184
+ export var PropertiesAtBRANDAt7838$;
5185
+ (function (PropertiesAtBRANDAt7838$) {
5186
+ /** @deprecated use `PropertiesAtBRANDAt7838$inboundSchema` instead. */
5187
+ PropertiesAtBRANDAt7838$.inboundSchema = PropertiesAtBRANDAt7838$inboundSchema;
5188
+ /** @deprecated use `PropertiesAtBRANDAt7838$outboundSchema` instead. */
5189
+ PropertiesAtBRANDAt7838$.outboundSchema = PropertiesAtBRANDAt7838$outboundSchema;
5190
+ })(PropertiesAtBRANDAt7838$ || (PropertiesAtBRANDAt7838$ = {}));
5191
+ export function propertiesAtBRANDAt7838ToJSON(propertiesAtBRANDAt7838) {
5192
+ return JSON.stringify(PropertiesAtBRANDAt7838$outboundSchema.parse(propertiesAtBRANDAt7838));
5189
5193
  }
5190
- export function propertiesAtBRANDAt7825FromJSON(jsonString) {
5191
- return safeParse(jsonString, (x) => PropertiesAtBRANDAt7825$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt7825' from JSON`);
5194
+ export function propertiesAtBRANDAt7838FromJSON(jsonString) {
5195
+ return safeParse(jsonString, (x) => PropertiesAtBRANDAt7838$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt7838' from JSON`);
5192
5196
  }
5193
5197
  /** @internal */
5194
5198
  export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema = z.object({
5195
- "__@BRAND@7825": z.lazy(() => PropertiesAtBRANDAt7825$inboundSchema),
5199
+ "__@BRAND@7838": z.lazy(() => PropertiesAtBRANDAt7838$inboundSchema),
5196
5200
  }).transform((v) => {
5197
5201
  return remap$(v, {
5198
- "__@BRAND@7825": "atBRANDAt7825",
5202
+ "__@BRAND@7838": "atBRANDAt7838",
5199
5203
  });
5200
5204
  });
5201
5205
  /** @internal */
5202
5206
  export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema = z.object({
5203
- atBRANDAt7825: z.lazy(() => PropertiesAtBRANDAt7825$outboundSchema),
5207
+ atBRANDAt7838: z.lazy(() => PropertiesAtBRANDAt7838$outboundSchema),
5204
5208
  }).transform((v) => {
5205
5209
  return remap$(v, {
5206
- atBRANDAt7825: "__@BRAND@7825",
5210
+ atBRANDAt7838: "__@BRAND@7838",
5207
5211
  });
5208
5212
  });
5209
5213
  /**
@@ -5224,40 +5228,40 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonStri
5224
5228
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMinLength' from JSON`);
5225
5229
  }
5226
5230
  /** @internal */
5227
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$inboundSchema = z.object({});
5231
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$inboundSchema = z.object({});
5228
5232
  /** @internal */
5229
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$outboundSchema = z.object({});
5233
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$outboundSchema = z.object({});
5230
5234
  /**
5231
5235
  * @internal
5232
5236
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5233
5237
  */
5234
- export var CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$;
5235
- (function (CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$) {
5236
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$inboundSchema` instead. */
5237
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$inboundSchema;
5238
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$outboundSchema` instead. */
5239
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$outboundSchema;
5240
- })(CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$ || (CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$ = {}));
5241
- export function createIntegrationStoreDirectPropertiesAtBRANDAt7825ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt7825) {
5242
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt7825));
5238
+ export var CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$;
5239
+ (function (CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$) {
5240
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$inboundSchema` instead. */
5241
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$inboundSchema;
5242
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$outboundSchema` instead. */
5243
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$outboundSchema;
5244
+ })(CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$ || (CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$ = {}));
5245
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt7838) {
5246
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt7838));
5243
5247
  }
5244
- export function createIntegrationStoreDirectPropertiesAtBRANDAt7825FromJSON(jsonString) {
5245
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt7825' from JSON`);
5248
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt7838FromJSON(jsonString) {
5249
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt7838' from JSON`);
5246
5250
  }
5247
5251
  /** @internal */
5248
5252
  export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema = z.object({
5249
- "__@BRAND@7825": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$inboundSchema),
5253
+ "__@BRAND@7838": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$inboundSchema),
5250
5254
  }).transform((v) => {
5251
5255
  return remap$(v, {
5252
- "__@BRAND@7825": "atBRANDAt7825",
5256
+ "__@BRAND@7838": "atBRANDAt7838",
5253
5257
  });
5254
5258
  });
5255
5259
  /** @internal */
5256
5260
  export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema = z.object({
5257
- atBRANDAt7825: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$outboundSchema),
5261
+ atBRANDAt7838: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$outboundSchema),
5258
5262
  }).transform((v) => {
5259
5263
  return remap$(v, {
5260
- atBRANDAt7825: "__@BRAND@7825",
5264
+ atBRANDAt7838: "__@BRAND@7838",
5261
5265
  });
5262
5266
  });
5263
5267
  /**
@@ -5943,40 +5947,40 @@ export function guidesFromJSON(jsonString) {
5943
5947
  return safeParse(jsonString, (x) => Guides$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Guides' from JSON`);
5944
5948
  }
5945
5949
  /** @internal */
5946
- export const AtBRANDAt7825$inboundSchema = z.object({});
5950
+ export const AtBRANDAt7838$inboundSchema = z.object({});
5947
5951
  /** @internal */
5948
- export const AtBRANDAt7825$outboundSchema = z.object({});
5952
+ export const AtBRANDAt7838$outboundSchema = z.object({});
5949
5953
  /**
5950
5954
  * @internal
5951
5955
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5952
5956
  */
5953
- export var AtBRANDAt7825$;
5954
- (function (AtBRANDAt7825$) {
5955
- /** @deprecated use `AtBRANDAt7825$inboundSchema` instead. */
5956
- AtBRANDAt7825$.inboundSchema = AtBRANDAt7825$inboundSchema;
5957
- /** @deprecated use `AtBRANDAt7825$outboundSchema` instead. */
5958
- AtBRANDAt7825$.outboundSchema = AtBRANDAt7825$outboundSchema;
5959
- })(AtBRANDAt7825$ || (AtBRANDAt7825$ = {}));
5960
- export function atBRANDAt7825ToJSON(atBRANDAt7825) {
5961
- return JSON.stringify(AtBRANDAt7825$outboundSchema.parse(atBRANDAt7825));
5957
+ export var AtBRANDAt7838$;
5958
+ (function (AtBRANDAt7838$) {
5959
+ /** @deprecated use `AtBRANDAt7838$inboundSchema` instead. */
5960
+ AtBRANDAt7838$.inboundSchema = AtBRANDAt7838$inboundSchema;
5961
+ /** @deprecated use `AtBRANDAt7838$outboundSchema` instead. */
5962
+ AtBRANDAt7838$.outboundSchema = AtBRANDAt7838$outboundSchema;
5963
+ })(AtBRANDAt7838$ || (AtBRANDAt7838$ = {}));
5964
+ export function atBRANDAt7838ToJSON(atBRANDAt7838) {
5965
+ return JSON.stringify(AtBRANDAt7838$outboundSchema.parse(atBRANDAt7838));
5962
5966
  }
5963
- export function atBRANDAt7825FromJSON(jsonString) {
5964
- return safeParse(jsonString, (x) => AtBRANDAt7825$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt7825' from JSON`);
5967
+ export function atBRANDAt7838FromJSON(jsonString) {
5968
+ return safeParse(jsonString, (x) => AtBRANDAt7838$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt7838' from JSON`);
5965
5969
  }
5966
5970
  /** @internal */
5967
5971
  export const CreateIntegrationStoreDirectValue$inboundSchema = z.object({
5968
- "__@BRAND@7825": z.lazy(() => AtBRANDAt7825$inboundSchema),
5972
+ "__@BRAND@7838": z.lazy(() => AtBRANDAt7838$inboundSchema),
5969
5973
  }).transform((v) => {
5970
5974
  return remap$(v, {
5971
- "__@BRAND@7825": "atBRANDAt7825",
5975
+ "__@BRAND@7838": "atBRANDAt7838",
5972
5976
  });
5973
5977
  });
5974
5978
  /** @internal */
5975
5979
  export const CreateIntegrationStoreDirectValue$outboundSchema = z.object({
5976
- atBRANDAt7825: z.lazy(() => AtBRANDAt7825$outboundSchema),
5980
+ atBRANDAt7838: z.lazy(() => AtBRANDAt7838$outboundSchema),
5977
5981
  }).transform((v) => {
5978
5982
  return remap$(v, {
5979
- atBRANDAt7825: "__@BRAND@7825",
5983
+ atBRANDAt7838: "__@BRAND@7838",
5980
5984
  });
5981
5985
  });
5982
5986
  /**