@vercel/sdk 1.17.4 → 1.17.7

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 (100) hide show
  1. package/bin/mcp-server.js +1594 -1509
  2. package/bin/mcp-server.js.map +17 -17
  3. package/esm/__tests__/accessgroups.test.js +1 -3
  4. package/esm/__tests__/accessgroups.test.js.map +1 -1
  5. package/esm/__tests__/checks.test.js +1 -1
  6. package/esm/__tests__/checks.test.js.map +1 -1
  7. package/esm/__tests__/domains.test.js +11 -2
  8. package/esm/__tests__/domains.test.js.map +1 -1
  9. package/esm/__tests__/edgeconfig.test.js +6 -6
  10. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  11. package/esm/__tests__/integrations.test.js +1 -1
  12. package/esm/__tests__/rollingrelease.test.js +6 -2
  13. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  14. package/esm/__tests__/security.test.js +4 -4
  15. package/esm/__tests__/security.test.js.map +1 -1
  16. package/esm/__tests__/teams.test.js +2 -2
  17. package/esm/__tests__/teams.test.js.map +1 -1
  18. package/esm/funcs/marketplaceImportResource.js +2 -2
  19. package/esm/funcs/marketplaceImportResource.js.map +1 -1
  20. package/esm/lib/config.d.ts +3 -3
  21. package/esm/lib/config.js +3 -3
  22. package/esm/mcp-server/mcp-server.js +1 -1
  23. package/esm/mcp-server/server.js +1 -1
  24. package/esm/models/canceldeploymentop.d.ts +2 -37
  25. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  26. package/esm/models/canceldeploymentop.js +2 -23
  27. package/esm/models/canceldeploymentop.js.map +1 -1
  28. package/esm/models/createdeploymentop.d.ts +2 -37
  29. package/esm/models/createdeploymentop.d.ts.map +1 -1
  30. package/esm/models/createdeploymentop.js +2 -22
  31. package/esm/models/createdeploymentop.js.map +1 -1
  32. package/esm/models/createintegrationstoredirectop.d.ts +152 -152
  33. package/esm/models/createintegrationstoredirectop.js +218 -218
  34. package/esm/models/createprojectop.d.ts +18 -18
  35. package/esm/models/createprojectop.d.ts.map +1 -1
  36. package/esm/models/createprojectop.js +18 -18
  37. package/esm/models/createprojectop.js.map +1 -1
  38. package/esm/models/getconfigurationproductsop.d.ts +200 -200
  39. package/esm/models/getconfigurationproductsop.js +290 -290
  40. package/esm/models/getdeploymentop.d.ts +2 -37
  41. package/esm/models/getdeploymentop.d.ts.map +1 -1
  42. package/esm/models/getdeploymentop.js +2 -22
  43. package/esm/models/getdeploymentop.js.map +1 -1
  44. package/esm/models/getmemberop.d.ts +4 -0
  45. package/esm/models/getmemberop.d.ts.map +1 -1
  46. package/esm/models/getmemberop.js +4 -0
  47. package/esm/models/getmemberop.js.map +1 -1
  48. package/esm/models/team.d.ts +21 -11
  49. package/esm/models/team.d.ts.map +1 -1
  50. package/esm/models/team.js +12 -8
  51. package/esm/models/team.js.map +1 -1
  52. package/esm/models/teamlimited.d.ts +10 -0
  53. package/esm/models/teamlimited.d.ts.map +1 -1
  54. package/esm/models/teamlimited.js +4 -0
  55. package/esm/models/teamlimited.js.map +1 -1
  56. package/esm/models/updateprojectop.d.ts +18 -18
  57. package/esm/models/updateprojectop.d.ts.map +1 -1
  58. package/esm/models/updateprojectop.js +18 -18
  59. package/esm/models/updateprojectop.js.map +1 -1
  60. package/esm/models/userevent.d.ts +1599 -1433
  61. package/esm/models/userevent.d.ts.map +1 -1
  62. package/esm/models/userevent.js +2124 -1947
  63. package/esm/models/userevent.js.map +1 -1
  64. package/esm/types/enums.d.ts +1 -8
  65. package/esm/types/enums.d.ts.map +1 -1
  66. package/esm/types/enums.js +1 -18
  67. package/esm/types/enums.js.map +1 -1
  68. package/esm/types/unrecognized.d.ts +10 -0
  69. package/esm/types/unrecognized.d.ts.map +1 -0
  70. package/esm/types/unrecognized.js +23 -0
  71. package/esm/types/unrecognized.js.map +1 -0
  72. package/examples/package-lock.json +1 -1
  73. package/jsr.json +1 -1
  74. package/package.json +1 -1
  75. package/src/__tests__/accessgroups.test.ts +1 -3
  76. package/src/__tests__/checks.test.ts +1 -1
  77. package/src/__tests__/domains.test.ts +11 -2
  78. package/src/__tests__/edgeconfig.test.ts +6 -6
  79. package/src/__tests__/integrations.test.ts +1 -1
  80. package/src/__tests__/rollingrelease.test.ts +6 -2
  81. package/src/__tests__/security.test.ts +4 -4
  82. package/src/__tests__/teams.test.ts +2 -2
  83. package/src/funcs/marketplaceImportResource.ts +2 -2
  84. package/src/lib/config.ts +3 -3
  85. package/src/mcp-server/mcp-server.ts +1 -1
  86. package/src/mcp-server/server.ts +1 -1
  87. package/src/models/canceldeploymentop.ts +4 -76
  88. package/src/models/createdeploymentop.ts +4 -87
  89. package/src/models/createintegrationstoredirectop.ts +471 -471
  90. package/src/models/createprojectop.ts +30 -30
  91. package/src/models/getconfigurationproductsop.ts +627 -627
  92. package/src/models/getdeploymentop.ts +4 -88
  93. package/src/models/getmemberop.ts +8 -0
  94. package/src/models/team.ts +29 -15
  95. package/src/models/teamlimited.ts +14 -0
  96. package/src/models/updateprojectop.ts +30 -30
  97. package/src/models/userevent.ts +4882 -4390
  98. package/src/types/enums.ts +1 -21
  99. package/src/types/unrecognized.ts +27 -0
  100. package/vercel-spec.json +356 -244
@@ -716,31 +716,31 @@ export const CreateIntegrationStoreDirectIntegrationsType$inboundSchema = z
716
716
  /** @internal */
717
717
  export const CreateIntegrationStoreDirectIntegrationsType$outboundSchema = CreateIntegrationStoreDirectIntegrationsType$inboundSchema;
718
718
  /** @internal */
719
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805$inboundSchema = z.object({});
719
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825$inboundSchema = z.object({});
720
720
  /** @internal */
721
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805$outboundSchema = z.object({});
722
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805) {
723
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805$outboundSchema
724
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805));
721
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825$outboundSchema = z.object({});
722
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825) {
723
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825$outboundSchema
724
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825));
725
725
  }
726
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805FromJSON(jsonString) {
727
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805$inboundSchema
728
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805' from JSON`);
726
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825FromJSON(jsonString) {
727
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825$inboundSchema
728
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825' from JSON`);
729
729
  }
730
730
  /** @internal */
731
731
  export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema = z.object({
732
- "__@BRAND@8805": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805$inboundSchema),
732
+ "__@BRAND@8825": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825$inboundSchema),
733
733
  }).transform((v) => {
734
734
  return remap$(v, {
735
- "__@BRAND@8805": "atBRANDAt8805",
735
+ "__@BRAND@8825": "atBRANDAt8825",
736
736
  });
737
737
  });
738
738
  /** @internal */
739
739
  export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema = z.object({
740
- atBRANDAt8805: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805$outboundSchema),
740
+ atBRANDAt8825: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825$outboundSchema),
741
741
  }).transform((v) => {
742
742
  return remap$(v, {
743
- atBRANDAt8805: "__@BRAND@8805",
743
+ atBRANDAt8825: "__@BRAND@8825",
744
744
  });
745
745
  });
746
746
  export function createIntegrationStoreDirectPropertiesValueToJSON(createIntegrationStoreDirectPropertiesValue) {
@@ -864,31 +864,31 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
864
864
  /** @internal */
865
865
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema;
866
866
  /** @internal */
867
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805$inboundSchema = z.object({});
867
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825$inboundSchema = z.object({});
868
868
  /** @internal */
869
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805$outboundSchema = z.object({});
870
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805) {
871
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805$outboundSchema
872
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805));
869
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825$outboundSchema = z.object({});
870
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825) {
871
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825$outboundSchema
872
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825));
873
873
  }
874
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805FromJSON(jsonString) {
875
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805$inboundSchema
876
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805' from JSON`);
874
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825FromJSON(jsonString) {
875
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825$inboundSchema
876
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825' from JSON`);
877
877
  }
878
878
  /** @internal */
879
879
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema = z.object({
880
- "__@BRAND@8805": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805$inboundSchema),
880
+ "__@BRAND@8825": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825$inboundSchema),
881
881
  }).transform((v) => {
882
882
  return remap$(v, {
883
- "__@BRAND@8805": "atBRANDAt8805",
883
+ "__@BRAND@8825": "atBRANDAt8825",
884
884
  });
885
885
  });
886
886
  /** @internal */
887
887
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema = z.object({
888
- atBRANDAt8805: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805$outboundSchema),
888
+ atBRANDAt8825: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825$outboundSchema),
889
889
  }).transform((v) => {
890
890
  return remap$(v, {
891
- atBRANDAt8805: "__@BRAND@8805",
891
+ atBRANDAt8825: "__@BRAND@8825",
892
892
  });
893
893
  });
894
894
  export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength) {
@@ -900,31 +900,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
900
900
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength' from JSON`);
901
901
  }
902
902
  /** @internal */
903
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805$inboundSchema = z.object({});
903
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825$inboundSchema = z.object({});
904
904
  /** @internal */
905
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805$outboundSchema = z.object({});
906
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805) {
907
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805$outboundSchema
908
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805));
905
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825$outboundSchema = z.object({});
906
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825) {
907
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825$outboundSchema
908
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825));
909
909
  }
910
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805FromJSON(jsonString) {
911
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805$inboundSchema
912
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805' from JSON`);
910
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825FromJSON(jsonString) {
911
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825$inboundSchema
912
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825' from JSON`);
913
913
  }
914
914
  /** @internal */
915
915
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema = z.object({
916
- "__@BRAND@8805": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805$inboundSchema),
916
+ "__@BRAND@8825": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825$inboundSchema),
917
917
  }).transform((v) => {
918
918
  return remap$(v, {
919
- "__@BRAND@8805": "atBRANDAt8805",
919
+ "__@BRAND@8825": "atBRANDAt8825",
920
920
  });
921
921
  });
922
922
  /** @internal */
923
923
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema = z.object({
924
- atBRANDAt8805: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805$outboundSchema),
924
+ atBRANDAt8825: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825$outboundSchema),
925
925
  }).transform((v) => {
926
926
  return remap$(v, {
927
- atBRANDAt8805: "__@BRAND@8805",
927
+ atBRANDAt8825: "__@BRAND@8825",
928
928
  });
929
929
  });
930
930
  export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength) {
@@ -936,31 +936,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
936
936
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength' from JSON`);
937
937
  }
938
938
  /** @internal */
939
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805$inboundSchema = z.object({});
939
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825$inboundSchema = z.object({});
940
940
  /** @internal */
941
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805$outboundSchema = z.object({});
942
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805) {
943
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805$outboundSchema
944
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805));
941
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825$outboundSchema = z.object({});
942
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825) {
943
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825$outboundSchema
944
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825));
945
945
  }
946
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805FromJSON(jsonString) {
947
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805$inboundSchema
948
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805' from JSON`);
946
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825FromJSON(jsonString) {
947
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825$inboundSchema
948
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825' from JSON`);
949
949
  }
950
950
  /** @internal */
951
951
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema = z.object({
952
- "__@BRAND@8805": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805$inboundSchema),
952
+ "__@BRAND@8825": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825$inboundSchema),
953
953
  }).transform((v) => {
954
954
  return remap$(v, {
955
- "__@BRAND@8805": "atBRANDAt8805",
955
+ "__@BRAND@8825": "atBRANDAt8825",
956
956
  });
957
957
  });
958
958
  /** @internal */
959
959
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema = z.object({
960
- atBRANDAt8805: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805$outboundSchema),
960
+ atBRANDAt8825: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825$outboundSchema),
961
961
  }).transform((v) => {
962
962
  return remap$(v, {
963
- atBRANDAt8805: "__@BRAND@8805",
963
+ atBRANDAt8825: "__@BRAND@8825",
964
964
  });
965
965
  });
966
966
  export function createIntegrationStoreDirectPropertiesIntegrationsResponse200PatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern) {
@@ -1244,29 +1244,29 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
1244
1244
  /** @internal */
1245
1245
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$inboundSchema;
1246
1246
  /** @internal */
1247
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8805$inboundSchema = z.object({});
1247
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825$inboundSchema = z.object({});
1248
1248
  /** @internal */
1249
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8805$outboundSchema = z.object({});
1250
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt8805ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8805) {
1251
- return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8805$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt8805));
1249
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825$outboundSchema = z.object({});
1250
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8825ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8825) {
1251
+ return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt8825));
1252
1252
  }
1253
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt8805FromJSON(jsonString) {
1254
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8805$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8805' from JSON`);
1253
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8825FromJSON(jsonString) {
1254
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825' from JSON`);
1255
1255
  }
1256
1256
  /** @internal */
1257
1257
  export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema = z.object({
1258
- "__@BRAND@8805": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8805$inboundSchema),
1258
+ "__@BRAND@8825": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825$inboundSchema),
1259
1259
  }).transform((v) => {
1260
1260
  return remap$(v, {
1261
- "__@BRAND@8805": "atBRANDAt8805",
1261
+ "__@BRAND@8825": "atBRANDAt8825",
1262
1262
  });
1263
1263
  });
1264
1264
  /** @internal */
1265
1265
  export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema = z.object({
1266
- atBRANDAt8805: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8805$outboundSchema),
1266
+ atBRANDAt8825: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825$outboundSchema),
1267
1267
  }).transform((v) => {
1268
1268
  return remap$(v, {
1269
- atBRANDAt8805: "__@BRAND@8805",
1269
+ atBRANDAt8825: "__@BRAND@8825",
1270
1270
  });
1271
1271
  });
1272
1272
  export function createIntegrationStoreDirectUiOptionsValueToJSON(createIntegrationStoreDirectUiOptionsValue) {
@@ -1390,29 +1390,29 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(jsonString) {
1390
1390
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptions3' from JSON`);
1391
1391
  }
1392
1392
  /** @internal */
1393
- export const UiOptionsAtBRANDAt8805$inboundSchema = z.object({});
1393
+ export const UiOptionsAtBRANDAt8825$inboundSchema = z.object({});
1394
1394
  /** @internal */
1395
- export const UiOptionsAtBRANDAt8805$outboundSchema = z.object({});
1396
- export function uiOptionsAtBRANDAt8805ToJSON(uiOptionsAtBRANDAt8805) {
1397
- return JSON.stringify(UiOptionsAtBRANDAt8805$outboundSchema.parse(uiOptionsAtBRANDAt8805));
1395
+ export const UiOptionsAtBRANDAt8825$outboundSchema = z.object({});
1396
+ export function uiOptionsAtBRANDAt8825ToJSON(uiOptionsAtBRANDAt8825) {
1397
+ return JSON.stringify(UiOptionsAtBRANDAt8825$outboundSchema.parse(uiOptionsAtBRANDAt8825));
1398
1398
  }
1399
- export function uiOptionsAtBRANDAt8805FromJSON(jsonString) {
1400
- return safeParse(jsonString, (x) => UiOptionsAtBRANDAt8805$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt8805' from JSON`);
1399
+ export function uiOptionsAtBRANDAt8825FromJSON(jsonString) {
1400
+ return safeParse(jsonString, (x) => UiOptionsAtBRANDAt8825$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt8825' from JSON`);
1401
1401
  }
1402
1402
  /** @internal */
1403
1403
  export const CreateIntegrationStoreDirectUiOptions2$inboundSchema = z.object({
1404
- "__@BRAND@8805": z.lazy(() => UiOptionsAtBRANDAt8805$inboundSchema),
1404
+ "__@BRAND@8825": z.lazy(() => UiOptionsAtBRANDAt8825$inboundSchema),
1405
1405
  }).transform((v) => {
1406
1406
  return remap$(v, {
1407
- "__@BRAND@8805": "atBRANDAt8805",
1407
+ "__@BRAND@8825": "atBRANDAt8825",
1408
1408
  });
1409
1409
  });
1410
1410
  /** @internal */
1411
1411
  export const CreateIntegrationStoreDirectUiOptions2$outboundSchema = z.object({
1412
- atBRANDAt8805: z.lazy(() => UiOptionsAtBRANDAt8805$outboundSchema),
1412
+ atBRANDAt8825: z.lazy(() => UiOptionsAtBRANDAt8825$outboundSchema),
1413
1413
  }).transform((v) => {
1414
1414
  return remap$(v, {
1415
- atBRANDAt8805: "__@BRAND@8805",
1415
+ atBRANDAt8825: "__@BRAND@8825",
1416
1416
  });
1417
1417
  });
1418
1418
  export function createIntegrationStoreDirectUiOptions2ToJSON(createIntegrationStoreDirectUiOptions2) {
@@ -1554,31 +1554,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
1554
1554
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions' from JSON`);
1555
1555
  }
1556
1556
  /** @internal */
1557
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805$inboundSchema = z.object({});
1557
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825$inboundSchema = z.object({});
1558
1558
  /** @internal */
1559
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805$outboundSchema = z.object({});
1560
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805) {
1561
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805$outboundSchema
1562
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805));
1559
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825$outboundSchema = z.object({});
1560
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825) {
1561
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825$outboundSchema
1562
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825));
1563
1563
  }
1564
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805FromJSON(jsonString) {
1565
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805$inboundSchema
1566
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805' from JSON`);
1564
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825FromJSON(jsonString) {
1565
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825$inboundSchema
1566
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825' from JSON`);
1567
1567
  }
1568
1568
  /** @internal */
1569
1569
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
1570
- "__@BRAND@8805": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805$inboundSchema),
1570
+ "__@BRAND@8825": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825$inboundSchema),
1571
1571
  }).transform((v) => {
1572
1572
  return remap$(v, {
1573
- "__@BRAND@8805": "atBRANDAt8805",
1573
+ "__@BRAND@8825": "atBRANDAt8825",
1574
1574
  });
1575
1575
  });
1576
1576
  /** @internal */
1577
1577
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
1578
- atBRANDAt8805: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805$outboundSchema),
1578
+ atBRANDAt8825: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825$outboundSchema),
1579
1579
  }).transform((v) => {
1580
1580
  return remap$(v, {
1581
- atBRANDAt8805: "__@BRAND@8805",
1581
+ atBRANDAt8825: "__@BRAND@8825",
1582
1582
  });
1583
1583
  });
1584
1584
  export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength) {
@@ -1590,31 +1590,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
1590
1590
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength' from JSON`);
1591
1591
  }
1592
1592
  /** @internal */
1593
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805$inboundSchema = z.object({});
1593
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825$inboundSchema = z.object({});
1594
1594
  /** @internal */
1595
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805$outboundSchema = z.object({});
1596
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805) {
1597
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805$outboundSchema
1598
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805));
1595
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825$outboundSchema = z.object({});
1596
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825) {
1597
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825$outboundSchema
1598
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825));
1599
1599
  }
1600
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805FromJSON(jsonString) {
1601
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805$inboundSchema
1602
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805' from JSON`);
1600
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825FromJSON(jsonString) {
1601
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825$inboundSchema
1602
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825' from JSON`);
1603
1603
  }
1604
1604
  /** @internal */
1605
1605
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
1606
- "__@BRAND@8805": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805$inboundSchema),
1606
+ "__@BRAND@8825": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825$inboundSchema),
1607
1607
  }).transform((v) => {
1608
1608
  return remap$(v, {
1609
- "__@BRAND@8805": "atBRANDAt8805",
1609
+ "__@BRAND@8825": "atBRANDAt8825",
1610
1610
  });
1611
1611
  });
1612
1612
  /** @internal */
1613
1613
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
1614
- atBRANDAt8805: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805$outboundSchema),
1614
+ atBRANDAt8825: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825$outboundSchema),
1615
1615
  }).transform((v) => {
1616
1616
  return remap$(v, {
1617
- atBRANDAt8805: "__@BRAND@8805",
1617
+ atBRANDAt8825: "__@BRAND@8825",
1618
1618
  });
1619
1619
  });
1620
1620
  export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMinLength) {
@@ -1626,31 +1626,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
1626
1626
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength' from JSON`);
1627
1627
  }
1628
1628
  /** @internal */
1629
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805$inboundSchema = z.object({});
1629
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825$inboundSchema = z.object({});
1630
1630
  /** @internal */
1631
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805$outboundSchema = z.object({});
1632
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805) {
1633
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805$outboundSchema
1634
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805));
1631
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825$outboundSchema = z.object({});
1632
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825) {
1633
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825$outboundSchema
1634
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825));
1635
1635
  }
1636
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805FromJSON(jsonString) {
1637
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805$inboundSchema
1638
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805' from JSON`);
1636
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825FromJSON(jsonString) {
1637
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825$inboundSchema
1638
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825' from JSON`);
1639
1639
  }
1640
1640
  /** @internal */
1641
1641
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
1642
- "__@BRAND@8805": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805$inboundSchema),
1642
+ "__@BRAND@8825": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825$inboundSchema),
1643
1643
  }).transform((v) => {
1644
1644
  return remap$(v, {
1645
- "__@BRAND@8805": "atBRANDAt8805",
1645
+ "__@BRAND@8825": "atBRANDAt8825",
1646
1646
  });
1647
1647
  });
1648
1648
  /** @internal */
1649
1649
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
1650
- atBRANDAt8805: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805$outboundSchema),
1650
+ atBRANDAt8825: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825$outboundSchema),
1651
1651
  }).transform((v) => {
1652
1652
  return remap$(v, {
1653
- atBRANDAt8805: "__@BRAND@8805",
1653
+ atBRANDAt8825: "__@BRAND@8825",
1654
1654
  });
1655
1655
  });
1656
1656
  export function createIntegrationStoreDirectPropertiesIntegrationsResponsePatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponsePattern) {
@@ -1946,31 +1946,31 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
1946
1946
  /** @internal */
1947
1947
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema;
1948
1948
  /** @internal */
1949
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805$inboundSchema = z.object({});
1949
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825$inboundSchema = z.object({});
1950
1950
  /** @internal */
1951
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805$outboundSchema = z.object({});
1952
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805) {
1953
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805$outboundSchema
1954
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805));
1951
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825$outboundSchema = z.object({});
1952
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825) {
1953
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825$outboundSchema
1954
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825));
1955
1955
  }
1956
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805FromJSON(jsonString) {
1957
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805$inboundSchema
1958
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805' from JSON`);
1956
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825FromJSON(jsonString) {
1957
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825$inboundSchema
1958
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825' from JSON`);
1959
1959
  }
1960
1960
  /** @internal */
1961
1961
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema = z.object({
1962
- "__@BRAND@8805": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805$inboundSchema),
1962
+ "__@BRAND@8825": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825$inboundSchema),
1963
1963
  }).transform((v) => {
1964
1964
  return remap$(v, {
1965
- "__@BRAND@8805": "atBRANDAt8805",
1965
+ "__@BRAND@8825": "atBRANDAt8825",
1966
1966
  });
1967
1967
  });
1968
1968
  /** @internal */
1969
1969
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema = z.object({
1970
- atBRANDAt8805: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805$outboundSchema),
1970
+ atBRANDAt8825: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825$outboundSchema),
1971
1971
  }).transform((v) => {
1972
1972
  return remap$(v, {
1973
- atBRANDAt8805: "__@BRAND@8805",
1973
+ atBRANDAt8825: "__@BRAND@8825",
1974
1974
  });
1975
1975
  });
1976
1976
  export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength) {
@@ -1982,31 +1982,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
1982
1982
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength' from JSON`);
1983
1983
  }
1984
1984
  /** @internal */
1985
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805$inboundSchema = z.object({});
1985
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825$inboundSchema = z.object({});
1986
1986
  /** @internal */
1987
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805$outboundSchema = z.object({});
1988
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805) {
1989
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805$outboundSchema
1990
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805));
1987
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825$outboundSchema = z.object({});
1988
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825) {
1989
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825$outboundSchema
1990
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825));
1991
1991
  }
1992
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805FromJSON(jsonString) {
1993
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805$inboundSchema
1994
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805' from JSON`);
1992
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825FromJSON(jsonString) {
1993
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825$inboundSchema
1994
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825' from JSON`);
1995
1995
  }
1996
1996
  /** @internal */
1997
1997
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema = z.object({
1998
- "__@BRAND@8805": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805$inboundSchema),
1998
+ "__@BRAND@8825": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825$inboundSchema),
1999
1999
  }).transform((v) => {
2000
2000
  return remap$(v, {
2001
- "__@BRAND@8805": "atBRANDAt8805",
2001
+ "__@BRAND@8825": "atBRANDAt8825",
2002
2002
  });
2003
2003
  });
2004
2004
  /** @internal */
2005
2005
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema = z.object({
2006
- atBRANDAt8805: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805$outboundSchema),
2006
+ atBRANDAt8825: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825$outboundSchema),
2007
2007
  }).transform((v) => {
2008
2008
  return remap$(v, {
2009
- atBRANDAt8805: "__@BRAND@8805",
2009
+ atBRANDAt8825: "__@BRAND@8825",
2010
2010
  });
2011
2011
  });
2012
2012
  export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength) {
@@ -2018,31 +2018,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
2018
2018
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength' from JSON`);
2019
2019
  }
2020
2020
  /** @internal */
2021
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805$inboundSchema = z.object({});
2021
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825$inboundSchema = z.object({});
2022
2022
  /** @internal */
2023
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805$outboundSchema = z.object({});
2024
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805) {
2025
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805$outboundSchema
2026
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805));
2023
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825$outboundSchema = z.object({});
2024
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825) {
2025
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825$outboundSchema
2026
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825));
2027
2027
  }
2028
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805FromJSON(jsonString) {
2029
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805$inboundSchema
2030
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805' from JSON`);
2028
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825FromJSON(jsonString) {
2029
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825$inboundSchema
2030
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825' from JSON`);
2031
2031
  }
2032
2032
  /** @internal */
2033
2033
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema = z.object({
2034
- "__@BRAND@8805": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805$inboundSchema),
2034
+ "__@BRAND@8825": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825$inboundSchema),
2035
2035
  }).transform((v) => {
2036
2036
  return remap$(v, {
2037
- "__@BRAND@8805": "atBRANDAt8805",
2037
+ "__@BRAND@8825": "atBRANDAt8825",
2038
2038
  });
2039
2039
  });
2040
2040
  /** @internal */
2041
2041
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema = z.object({
2042
- atBRANDAt8805: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805$outboundSchema),
2042
+ atBRANDAt8825: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825$outboundSchema),
2043
2043
  }).transform((v) => {
2044
2044
  return remap$(v, {
2045
- atBRANDAt8805: "__@BRAND@8805",
2045
+ atBRANDAt8825: "__@BRAND@8825",
2046
2046
  });
2047
2047
  });
2048
2048
  export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern) {
@@ -2594,31 +2594,31 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonStri
2594
2594
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesUiOptions' from JSON`);
2595
2595
  }
2596
2596
  /** @internal */
2597
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805$inboundSchema = z.object({});
2597
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825$inboundSchema = z.object({});
2598
2598
  /** @internal */
2599
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805$outboundSchema = z.object({});
2600
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805) {
2601
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805$outboundSchema
2602
- .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805));
2599
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825$outboundSchema = z.object({});
2600
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825) {
2601
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825$outboundSchema
2602
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825));
2603
2603
  }
2604
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805FromJSON(jsonString) {
2605
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805$inboundSchema
2606
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805' from JSON`);
2604
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825FromJSON(jsonString) {
2605
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825$inboundSchema
2606
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825' from JSON`);
2607
2607
  }
2608
2608
  /** @internal */
2609
2609
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema = z.object({
2610
- "__@BRAND@8805": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805$inboundSchema),
2610
+ "__@BRAND@8825": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825$inboundSchema),
2611
2611
  }).transform((v) => {
2612
2612
  return remap$(v, {
2613
- "__@BRAND@8805": "atBRANDAt8805",
2613
+ "__@BRAND@8825": "atBRANDAt8825",
2614
2614
  });
2615
2615
  });
2616
2616
  /** @internal */
2617
2617
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema = z.object({
2618
- atBRANDAt8805: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805$outboundSchema),
2618
+ atBRANDAt8825: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825$outboundSchema),
2619
2619
  }).transform((v) => {
2620
2620
  return remap$(v, {
2621
- atBRANDAt8805: "__@BRAND@8805",
2621
+ atBRANDAt8825: "__@BRAND@8825",
2622
2622
  });
2623
2623
  });
2624
2624
  export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMaxLength) {
@@ -2630,31 +2630,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
2630
2630
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength' from JSON`);
2631
2631
  }
2632
2632
  /** @internal */
2633
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805$inboundSchema = z.object({});
2633
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825$inboundSchema = z.object({});
2634
2634
  /** @internal */
2635
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805$outboundSchema = z.object({});
2636
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805) {
2637
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805$outboundSchema
2638
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805));
2635
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825$outboundSchema = z.object({});
2636
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825) {
2637
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825$outboundSchema
2638
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825));
2639
2639
  }
2640
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805FromJSON(jsonString) {
2641
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805$inboundSchema
2642
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805' from JSON`);
2640
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825FromJSON(jsonString) {
2641
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825$inboundSchema
2642
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825' from JSON`);
2643
2643
  }
2644
2644
  /** @internal */
2645
2645
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema = z.object({
2646
- "__@BRAND@8805": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805$inboundSchema),
2646
+ "__@BRAND@8825": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825$inboundSchema),
2647
2647
  }).transform((v) => {
2648
2648
  return remap$(v, {
2649
- "__@BRAND@8805": "atBRANDAt8805",
2649
+ "__@BRAND@8825": "atBRANDAt8825",
2650
2650
  });
2651
2651
  });
2652
2652
  /** @internal */
2653
2653
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema = z.object({
2654
- atBRANDAt8805: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805$outboundSchema),
2654
+ atBRANDAt8825: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825$outboundSchema),
2655
2655
  }).transform((v) => {
2656
2656
  return remap$(v, {
2657
- atBRANDAt8805: "__@BRAND@8805",
2657
+ atBRANDAt8825: "__@BRAND@8825",
2658
2658
  });
2659
2659
  });
2660
2660
  export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMinLength) {
@@ -2666,31 +2666,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
2666
2666
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMinLength' from JSON`);
2667
2667
  }
2668
2668
  /** @internal */
2669
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805$inboundSchema = z.object({});
2669
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825$inboundSchema = z.object({});
2670
2670
  /** @internal */
2671
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805$outboundSchema = z.object({});
2672
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805) {
2673
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805$outboundSchema
2674
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805));
2671
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825$outboundSchema = z.object({});
2672
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825) {
2673
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825$outboundSchema
2674
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825));
2675
2675
  }
2676
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805FromJSON(jsonString) {
2677
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805$inboundSchema
2678
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805' from JSON`);
2676
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825FromJSON(jsonString) {
2677
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825$inboundSchema
2678
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825' from JSON`);
2679
2679
  }
2680
2680
  /** @internal */
2681
2681
  export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema = z.object({
2682
- "__@BRAND@8805": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805$inboundSchema),
2682
+ "__@BRAND@8825": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825$inboundSchema),
2683
2683
  }).transform((v) => {
2684
2684
  return remap$(v, {
2685
- "__@BRAND@8805": "atBRANDAt8805",
2685
+ "__@BRAND@8825": "atBRANDAt8825",
2686
2686
  });
2687
2687
  });
2688
2688
  /** @internal */
2689
2689
  export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema = z.object({
2690
- atBRANDAt8805: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805$outboundSchema),
2690
+ atBRANDAt8825: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825$outboundSchema),
2691
2691
  }).transform((v) => {
2692
2692
  return remap$(v, {
2693
- atBRANDAt8805: "__@BRAND@8805",
2693
+ atBRANDAt8825: "__@BRAND@8825",
2694
2694
  });
2695
2695
  });
2696
2696
  export function createIntegrationStoreDirectPropertiesIntegrationsPatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsPattern) {
@@ -3806,31 +3806,31 @@ export const CreateIntegrationStoreDirectPropertiesUiControl$inboundSchema = z
3806
3806
  /** @internal */
3807
3807
  export const CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$inboundSchema;
3808
3808
  /** @internal */
3809
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805$inboundSchema = z.object({});
3809
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825$inboundSchema = z.object({});
3810
3810
  /** @internal */
3811
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805$outboundSchema = z.object({});
3812
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805) {
3813
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805$outboundSchema
3814
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805));
3811
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825$outboundSchema = z.object({});
3812
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825) {
3813
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825$outboundSchema
3814
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825));
3815
3815
  }
3816
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805FromJSON(jsonString) {
3817
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805$inboundSchema
3818
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805' from JSON`);
3816
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825FromJSON(jsonString) {
3817
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825$inboundSchema
3818
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825' from JSON`);
3819
3819
  }
3820
3820
  /** @internal */
3821
3821
  export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema = z.object({
3822
- "__@BRAND@8805": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805$inboundSchema),
3822
+ "__@BRAND@8825": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825$inboundSchema),
3823
3823
  }).transform((v) => {
3824
3824
  return remap$(v, {
3825
- "__@BRAND@8805": "atBRANDAt8805",
3825
+ "__@BRAND@8825": "atBRANDAt8825",
3826
3826
  });
3827
3827
  });
3828
3828
  /** @internal */
3829
3829
  export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema = z.object({
3830
- atBRANDAt8805: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805$outboundSchema),
3830
+ atBRANDAt8825: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825$outboundSchema),
3831
3831
  }).transform((v) => {
3832
3832
  return remap$(v, {
3833
- atBRANDAt8805: "__@BRAND@8805",
3833
+ atBRANDAt8825: "__@BRAND@8825",
3834
3834
  });
3835
3835
  });
3836
3836
  export function createIntegrationStoreDirectPropertiesMaxLengthToJSON(createIntegrationStoreDirectPropertiesMaxLength) {
@@ -3840,29 +3840,29 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonStri
3840
3840
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMaxLength' from JSON`);
3841
3841
  }
3842
3842
  /** @internal */
3843
- export const PropertiesAtBRANDAt8805$inboundSchema = z.object({});
3843
+ export const PropertiesAtBRANDAt8825$inboundSchema = z.object({});
3844
3844
  /** @internal */
3845
- export const PropertiesAtBRANDAt8805$outboundSchema = z.object({});
3846
- export function propertiesAtBRANDAt8805ToJSON(propertiesAtBRANDAt8805) {
3847
- return JSON.stringify(PropertiesAtBRANDAt8805$outboundSchema.parse(propertiesAtBRANDAt8805));
3845
+ export const PropertiesAtBRANDAt8825$outboundSchema = z.object({});
3846
+ export function propertiesAtBRANDAt8825ToJSON(propertiesAtBRANDAt8825) {
3847
+ return JSON.stringify(PropertiesAtBRANDAt8825$outboundSchema.parse(propertiesAtBRANDAt8825));
3848
3848
  }
3849
- export function propertiesAtBRANDAt8805FromJSON(jsonString) {
3850
- return safeParse(jsonString, (x) => PropertiesAtBRANDAt8805$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt8805' from JSON`);
3849
+ export function propertiesAtBRANDAt8825FromJSON(jsonString) {
3850
+ return safeParse(jsonString, (x) => PropertiesAtBRANDAt8825$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt8825' from JSON`);
3851
3851
  }
3852
3852
  /** @internal */
3853
3853
  export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema = z.object({
3854
- "__@BRAND@8805": z.lazy(() => PropertiesAtBRANDAt8805$inboundSchema),
3854
+ "__@BRAND@8825": z.lazy(() => PropertiesAtBRANDAt8825$inboundSchema),
3855
3855
  }).transform((v) => {
3856
3856
  return remap$(v, {
3857
- "__@BRAND@8805": "atBRANDAt8805",
3857
+ "__@BRAND@8825": "atBRANDAt8825",
3858
3858
  });
3859
3859
  });
3860
3860
  /** @internal */
3861
3861
  export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema = z.object({
3862
- atBRANDAt8805: z.lazy(() => PropertiesAtBRANDAt8805$outboundSchema),
3862
+ atBRANDAt8825: z.lazy(() => PropertiesAtBRANDAt8825$outboundSchema),
3863
3863
  }).transform((v) => {
3864
3864
  return remap$(v, {
3865
- atBRANDAt8805: "__@BRAND@8805",
3865
+ atBRANDAt8825: "__@BRAND@8825",
3866
3866
  });
3867
3867
  });
3868
3868
  export function createIntegrationStoreDirectPropertiesMinLengthToJSON(createIntegrationStoreDirectPropertiesMinLength) {
@@ -3872,29 +3872,29 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonStri
3872
3872
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMinLength' from JSON`);
3873
3873
  }
3874
3874
  /** @internal */
3875
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8805$inboundSchema = z.object({});
3875
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8825$inboundSchema = z.object({});
3876
3876
  /** @internal */
3877
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8805$outboundSchema = z.object({});
3878
- export function createIntegrationStoreDirectPropertiesAtBRANDAt8805ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8805) {
3879
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt8805$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt8805));
3877
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8825$outboundSchema = z.object({});
3878
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt8825ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8825) {
3879
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt8825$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt8825));
3880
3880
  }
3881
- export function createIntegrationStoreDirectPropertiesAtBRANDAt8805FromJSON(jsonString) {
3882
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt8805$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8805' from JSON`);
3881
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt8825FromJSON(jsonString) {
3882
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt8825$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8825' from JSON`);
3883
3883
  }
3884
3884
  /** @internal */
3885
3885
  export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema = z.object({
3886
- "__@BRAND@8805": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8805$inboundSchema),
3886
+ "__@BRAND@8825": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8825$inboundSchema),
3887
3887
  }).transform((v) => {
3888
3888
  return remap$(v, {
3889
- "__@BRAND@8805": "atBRANDAt8805",
3889
+ "__@BRAND@8825": "atBRANDAt8825",
3890
3890
  });
3891
3891
  });
3892
3892
  /** @internal */
3893
3893
  export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema = z.object({
3894
- atBRANDAt8805: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8805$outboundSchema),
3894
+ atBRANDAt8825: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8825$outboundSchema),
3895
3895
  }).transform((v) => {
3896
3896
  return remap$(v, {
3897
- atBRANDAt8805: "__@BRAND@8805",
3897
+ atBRANDAt8825: "__@BRAND@8825",
3898
3898
  });
3899
3899
  });
3900
3900
  export function createIntegrationStoreDirectPropertiesPatternToJSON(createIntegrationStoreDirectPropertiesPattern) {
@@ -4320,29 +4320,29 @@ export function guidesFromJSON(jsonString) {
4320
4320
  return safeParse(jsonString, (x) => Guides$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Guides' from JSON`);
4321
4321
  }
4322
4322
  /** @internal */
4323
- export const AtBRANDAt8805$inboundSchema = z.object({});
4323
+ export const AtBRANDAt8825$inboundSchema = z.object({});
4324
4324
  /** @internal */
4325
- export const AtBRANDAt8805$outboundSchema = z.object({});
4326
- export function atBRANDAt8805ToJSON(atBRANDAt8805) {
4327
- return JSON.stringify(AtBRANDAt8805$outboundSchema.parse(atBRANDAt8805));
4325
+ export const AtBRANDAt8825$outboundSchema = z.object({});
4326
+ export function atBRANDAt8825ToJSON(atBRANDAt8825) {
4327
+ return JSON.stringify(AtBRANDAt8825$outboundSchema.parse(atBRANDAt8825));
4328
4328
  }
4329
- export function atBRANDAt8805FromJSON(jsonString) {
4330
- return safeParse(jsonString, (x) => AtBRANDAt8805$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt8805' from JSON`);
4329
+ export function atBRANDAt8825FromJSON(jsonString) {
4330
+ return safeParse(jsonString, (x) => AtBRANDAt8825$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt8825' from JSON`);
4331
4331
  }
4332
4332
  /** @internal */
4333
4333
  export const CreateIntegrationStoreDirectValue$inboundSchema = z.object({
4334
- "__@BRAND@8805": z.lazy(() => AtBRANDAt8805$inboundSchema),
4334
+ "__@BRAND@8825": z.lazy(() => AtBRANDAt8825$inboundSchema),
4335
4335
  }).transform((v) => {
4336
4336
  return remap$(v, {
4337
- "__@BRAND@8805": "atBRANDAt8805",
4337
+ "__@BRAND@8825": "atBRANDAt8825",
4338
4338
  });
4339
4339
  });
4340
4340
  /** @internal */
4341
4341
  export const CreateIntegrationStoreDirectValue$outboundSchema = z.object({
4342
- atBRANDAt8805: z.lazy(() => AtBRANDAt8805$outboundSchema),
4342
+ atBRANDAt8825: z.lazy(() => AtBRANDAt8825$outboundSchema),
4343
4343
  }).transform((v) => {
4344
4344
  return remap$(v, {
4345
- atBRANDAt8805: "__@BRAND@8805",
4345
+ atBRANDAt8825: "__@BRAND@8825",
4346
4346
  });
4347
4347
  });
4348
4348
  export function createIntegrationStoreDirectValueToJSON(createIntegrationStoreDirectValue) {