@vercel/sdk 1.18.4 → 1.18.5

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 (83) hide show
  1. package/_speakeasy/.github/action-inputs-config.json +53 -0
  2. package/_speakeasy/.github/action-security-config.json +88 -0
  3. package/bin/mcp-server.js +39316 -21142
  4. package/bin/mcp-server.js.map +213 -46
  5. package/esm/__tests__/accessgroups.test.js +4 -4
  6. package/esm/__tests__/accessgroups.test.js.map +1 -1
  7. package/esm/__tests__/domains.test.js +4 -7
  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__/logdrains.test.js +1 -3
  13. package/esm/__tests__/logdrains.test.js.map +1 -1
  14. package/esm/funcs/bulkRedirectsDeleteRedirects.js +1 -1
  15. package/esm/funcs/bulkRedirectsDeleteRedirects.js.map +1 -1
  16. package/esm/funcs/bulkRedirectsEditRedirect.js +1 -1
  17. package/esm/funcs/bulkRedirectsEditRedirect.js.map +1 -1
  18. package/esm/funcs/bulkRedirectsGetRedirects.js +1 -1
  19. package/esm/funcs/bulkRedirectsGetRedirects.js.map +1 -1
  20. package/esm/funcs/bulkRedirectsGetVersions.js +1 -1
  21. package/esm/funcs/bulkRedirectsGetVersions.js.map +1 -1
  22. package/esm/funcs/bulkRedirectsRestoreRedirects.js +1 -1
  23. package/esm/funcs/bulkRedirectsRestoreRedirects.js.map +1 -1
  24. package/esm/funcs/bulkRedirectsStageRedirects.js +1 -1
  25. package/esm/funcs/bulkRedirectsStageRedirects.js.map +1 -1
  26. package/esm/funcs/bulkRedirectsUpdateVersion.js +1 -1
  27. package/esm/funcs/bulkRedirectsUpdateVersion.js.map +1 -1
  28. package/esm/lib/config.d.ts +3 -3
  29. package/esm/lib/config.js +3 -3
  30. package/esm/mcp-server/mcp-server.js +1 -1
  31. package/esm/mcp-server/prompts.d.ts +3 -3
  32. package/esm/mcp-server/prompts.d.ts.map +1 -1
  33. package/esm/mcp-server/prompts.js.map +1 -1
  34. package/esm/mcp-server/resources.d.ts +3 -3
  35. package/esm/mcp-server/resources.d.ts.map +1 -1
  36. package/esm/mcp-server/resources.js.map +1 -1
  37. package/esm/mcp-server/server.js +1 -1
  38. package/esm/mcp-server/tools.d.ts +3 -3
  39. package/esm/mcp-server/tools.d.ts.map +1 -1
  40. package/esm/mcp-server/tools.js.map +1 -1
  41. package/esm/models/createintegrationstoredirectop.d.ts +152 -152
  42. package/esm/models/createintegrationstoredirectop.js +218 -218
  43. package/esm/models/createwebhookop.d.ts +0 -2
  44. package/esm/models/createwebhookop.d.ts.map +1 -1
  45. package/esm/models/createwebhookop.js +0 -2
  46. package/esm/models/createwebhookop.js.map +1 -1
  47. package/esm/models/getconfigurationproductsop.d.ts +200 -200
  48. package/esm/models/getconfigurationproductsop.js +290 -290
  49. package/esm/models/getwebhookop.d.ts +0 -1
  50. package/esm/models/getwebhookop.d.ts.map +1 -1
  51. package/esm/models/getwebhookop.js +0 -1
  52. package/esm/models/getwebhookop.js.map +1 -1
  53. package/esm/models/getwebhooksop.d.ts +0 -2
  54. package/esm/models/getwebhooksop.d.ts.map +1 -1
  55. package/esm/models/getwebhooksop.js +0 -2
  56. package/esm/models/getwebhooksop.js.map +1 -1
  57. package/examples/package-lock.json +2 -2
  58. package/jsr.json +1 -1
  59. package/package.json +2 -2
  60. package/src/__tests__/accessgroups.test.ts +4 -4
  61. package/src/__tests__/domains.test.ts +4 -7
  62. package/src/__tests__/edgeconfig.test.ts +6 -6
  63. package/src/__tests__/integrations.test.ts +1 -1
  64. package/src/__tests__/logdrains.test.ts +1 -3
  65. package/src/funcs/bulkRedirectsDeleteRedirects.ts +1 -1
  66. package/src/funcs/bulkRedirectsEditRedirect.ts +1 -1
  67. package/src/funcs/bulkRedirectsGetRedirects.ts +1 -1
  68. package/src/funcs/bulkRedirectsGetVersions.ts +1 -1
  69. package/src/funcs/bulkRedirectsRestoreRedirects.ts +1 -1
  70. package/src/funcs/bulkRedirectsStageRedirects.ts +1 -1
  71. package/src/funcs/bulkRedirectsUpdateVersion.ts +1 -1
  72. package/src/lib/config.ts +3 -3
  73. package/src/mcp-server/mcp-server.ts +1 -1
  74. package/src/mcp-server/prompts.ts +7 -3
  75. package/src/mcp-server/resources.ts +7 -3
  76. package/src/mcp-server/server.ts +1 -1
  77. package/src/mcp-server/tools.ts +7 -3
  78. package/src/models/createintegrationstoredirectop.ts +471 -471
  79. package/src/models/createwebhookop.ts +0 -2
  80. package/src/models/getconfigurationproductsop.ts +627 -627
  81. package/src/models/getwebhookop.ts +0 -1
  82. package/src/models/getwebhooksop.ts +0 -2
  83. package/vercel-spec.json +91 -101
@@ -786,31 +786,31 @@ export const CreateIntegrationStoreDirectIntegrationsType$inboundSchema = z
786
786
  /** @internal */
787
787
  export const CreateIntegrationStoreDirectIntegrationsType$outboundSchema = CreateIntegrationStoreDirectIntegrationsType$inboundSchema;
788
788
  /** @internal */
789
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$inboundSchema = z.object({});
789
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8897$inboundSchema = z.object({});
790
790
  /** @internal */
791
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$outboundSchema = z.object({});
792
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895) {
793
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$outboundSchema
794
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895));
791
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8897$outboundSchema = z.object({});
792
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8897ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8897) {
793
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8897$outboundSchema
794
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8897));
795
795
  }
796
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895FromJSON(jsonString) {
797
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$inboundSchema
798
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895' from JSON`);
796
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8897FromJSON(jsonString) {
797
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8897$inboundSchema
798
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8897' from JSON`);
799
799
  }
800
800
  /** @internal */
801
801
  export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema = z.object({
802
- "__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$inboundSchema),
802
+ "__@BRAND@8897": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8897$inboundSchema),
803
803
  }).transform((v) => {
804
804
  return remap$(v, {
805
- "__@BRAND@8895": "atBRANDAt8895",
805
+ "__@BRAND@8897": "atBRANDAt8897",
806
806
  });
807
807
  });
808
808
  /** @internal */
809
809
  export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema = z.object({
810
- atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$outboundSchema),
810
+ atBRANDAt8897: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8897$outboundSchema),
811
811
  }).transform((v) => {
812
812
  return remap$(v, {
813
- atBRANDAt8895: "__@BRAND@8895",
813
+ atBRANDAt8897: "__@BRAND@8897",
814
814
  });
815
815
  });
816
816
  export function createIntegrationStoreDirectPropertiesValueToJSON(createIntegrationStoreDirectPropertiesValue) {
@@ -934,31 +934,31 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
934
934
  /** @internal */
935
935
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema;
936
936
  /** @internal */
937
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$inboundSchema = z.object({});
937
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8897$inboundSchema = z.object({});
938
938
  /** @internal */
939
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$outboundSchema = z.object({});
940
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895) {
941
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$outboundSchema
942
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895));
939
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8897$outboundSchema = z.object({});
940
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8897ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8897) {
941
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8897$outboundSchema
942
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8897));
943
943
  }
944
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895FromJSON(jsonString) {
945
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$inboundSchema
946
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895' from JSON`);
944
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8897FromJSON(jsonString) {
945
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8897$inboundSchema
946
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8897' from JSON`);
947
947
  }
948
948
  /** @internal */
949
949
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema = z.object({
950
- "__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$inboundSchema),
950
+ "__@BRAND@8897": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8897$inboundSchema),
951
951
  }).transform((v) => {
952
952
  return remap$(v, {
953
- "__@BRAND@8895": "atBRANDAt8895",
953
+ "__@BRAND@8897": "atBRANDAt8897",
954
954
  });
955
955
  });
956
956
  /** @internal */
957
957
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema = z.object({
958
- atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$outboundSchema),
958
+ atBRANDAt8897: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8897$outboundSchema),
959
959
  }).transform((v) => {
960
960
  return remap$(v, {
961
- atBRANDAt8895: "__@BRAND@8895",
961
+ atBRANDAt8897: "__@BRAND@8897",
962
962
  });
963
963
  });
964
964
  export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength) {
@@ -970,31 +970,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
970
970
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength' from JSON`);
971
971
  }
972
972
  /** @internal */
973
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$inboundSchema = z.object({});
973
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8897$inboundSchema = z.object({});
974
974
  /** @internal */
975
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$outboundSchema = z.object({});
976
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895) {
977
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$outboundSchema
978
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895));
975
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8897$outboundSchema = z.object({});
976
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8897ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8897) {
977
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8897$outboundSchema
978
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8897));
979
979
  }
980
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895FromJSON(jsonString) {
981
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$inboundSchema
982
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895' from JSON`);
980
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8897FromJSON(jsonString) {
981
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8897$inboundSchema
982
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8897' from JSON`);
983
983
  }
984
984
  /** @internal */
985
985
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema = z.object({
986
- "__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$inboundSchema),
986
+ "__@BRAND@8897": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8897$inboundSchema),
987
987
  }).transform((v) => {
988
988
  return remap$(v, {
989
- "__@BRAND@8895": "atBRANDAt8895",
989
+ "__@BRAND@8897": "atBRANDAt8897",
990
990
  });
991
991
  });
992
992
  /** @internal */
993
993
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema = z.object({
994
- atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$outboundSchema),
994
+ atBRANDAt8897: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8897$outboundSchema),
995
995
  }).transform((v) => {
996
996
  return remap$(v, {
997
- atBRANDAt8895: "__@BRAND@8895",
997
+ atBRANDAt8897: "__@BRAND@8897",
998
998
  });
999
999
  });
1000
1000
  export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength) {
@@ -1006,31 +1006,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
1006
1006
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength' from JSON`);
1007
1007
  }
1008
1008
  /** @internal */
1009
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$inboundSchema = z.object({});
1009
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8897$inboundSchema = z.object({});
1010
1010
  /** @internal */
1011
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$outboundSchema = z.object({});
1012
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895) {
1013
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$outboundSchema
1014
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895));
1011
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8897$outboundSchema = z.object({});
1012
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8897ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8897) {
1013
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8897$outboundSchema
1014
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8897));
1015
1015
  }
1016
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895FromJSON(jsonString) {
1017
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$inboundSchema
1018
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895' from JSON`);
1016
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8897FromJSON(jsonString) {
1017
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8897$inboundSchema
1018
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8897' from JSON`);
1019
1019
  }
1020
1020
  /** @internal */
1021
1021
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema = z.object({
1022
- "__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$inboundSchema),
1022
+ "__@BRAND@8897": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8897$inboundSchema),
1023
1023
  }).transform((v) => {
1024
1024
  return remap$(v, {
1025
- "__@BRAND@8895": "atBRANDAt8895",
1025
+ "__@BRAND@8897": "atBRANDAt8897",
1026
1026
  });
1027
1027
  });
1028
1028
  /** @internal */
1029
1029
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema = z.object({
1030
- atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$outboundSchema),
1030
+ atBRANDAt8897: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8897$outboundSchema),
1031
1031
  }).transform((v) => {
1032
1032
  return remap$(v, {
1033
- atBRANDAt8895: "__@BRAND@8895",
1033
+ atBRANDAt8897: "__@BRAND@8897",
1034
1034
  });
1035
1035
  });
1036
1036
  export function createIntegrationStoreDirectPropertiesIntegrationsResponse200PatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern) {
@@ -1314,29 +1314,29 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
1314
1314
  /** @internal */
1315
1315
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$inboundSchema;
1316
1316
  /** @internal */
1317
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$inboundSchema = z.object({});
1317
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8897$inboundSchema = z.object({});
1318
1318
  /** @internal */
1319
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$outboundSchema = z.object({});
1320
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt8895ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8895) {
1321
- return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt8895));
1319
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8897$outboundSchema = z.object({});
1320
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8897ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8897) {
1321
+ return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8897$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt8897));
1322
1322
  }
1323
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt8895FromJSON(jsonString) {
1324
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895' from JSON`);
1323
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8897FromJSON(jsonString) {
1324
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8897$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8897' from JSON`);
1325
1325
  }
1326
1326
  /** @internal */
1327
1327
  export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema = z.object({
1328
- "__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$inboundSchema),
1328
+ "__@BRAND@8897": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8897$inboundSchema),
1329
1329
  }).transform((v) => {
1330
1330
  return remap$(v, {
1331
- "__@BRAND@8895": "atBRANDAt8895",
1331
+ "__@BRAND@8897": "atBRANDAt8897",
1332
1332
  });
1333
1333
  });
1334
1334
  /** @internal */
1335
1335
  export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema = z.object({
1336
- atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$outboundSchema),
1336
+ atBRANDAt8897: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8897$outboundSchema),
1337
1337
  }).transform((v) => {
1338
1338
  return remap$(v, {
1339
- atBRANDAt8895: "__@BRAND@8895",
1339
+ atBRANDAt8897: "__@BRAND@8897",
1340
1340
  });
1341
1341
  });
1342
1342
  export function createIntegrationStoreDirectUiOptionsValueToJSON(createIntegrationStoreDirectUiOptionsValue) {
@@ -1460,29 +1460,29 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(jsonString) {
1460
1460
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptions3' from JSON`);
1461
1461
  }
1462
1462
  /** @internal */
1463
- export const UiOptionsAtBRANDAt8895$inboundSchema = z.object({});
1463
+ export const UiOptionsAtBRANDAt8897$inboundSchema = z.object({});
1464
1464
  /** @internal */
1465
- export const UiOptionsAtBRANDAt8895$outboundSchema = z.object({});
1466
- export function uiOptionsAtBRANDAt8895ToJSON(uiOptionsAtBRANDAt8895) {
1467
- return JSON.stringify(UiOptionsAtBRANDAt8895$outboundSchema.parse(uiOptionsAtBRANDAt8895));
1465
+ export const UiOptionsAtBRANDAt8897$outboundSchema = z.object({});
1466
+ export function uiOptionsAtBRANDAt8897ToJSON(uiOptionsAtBRANDAt8897) {
1467
+ return JSON.stringify(UiOptionsAtBRANDAt8897$outboundSchema.parse(uiOptionsAtBRANDAt8897));
1468
1468
  }
1469
- export function uiOptionsAtBRANDAt8895FromJSON(jsonString) {
1470
- return safeParse(jsonString, (x) => UiOptionsAtBRANDAt8895$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt8895' from JSON`);
1469
+ export function uiOptionsAtBRANDAt8897FromJSON(jsonString) {
1470
+ return safeParse(jsonString, (x) => UiOptionsAtBRANDAt8897$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt8897' from JSON`);
1471
1471
  }
1472
1472
  /** @internal */
1473
1473
  export const CreateIntegrationStoreDirectUiOptions2$inboundSchema = z.object({
1474
- "__@BRAND@8895": z.lazy(() => UiOptionsAtBRANDAt8895$inboundSchema),
1474
+ "__@BRAND@8897": z.lazy(() => UiOptionsAtBRANDAt8897$inboundSchema),
1475
1475
  }).transform((v) => {
1476
1476
  return remap$(v, {
1477
- "__@BRAND@8895": "atBRANDAt8895",
1477
+ "__@BRAND@8897": "atBRANDAt8897",
1478
1478
  });
1479
1479
  });
1480
1480
  /** @internal */
1481
1481
  export const CreateIntegrationStoreDirectUiOptions2$outboundSchema = z.object({
1482
- atBRANDAt8895: z.lazy(() => UiOptionsAtBRANDAt8895$outboundSchema),
1482
+ atBRANDAt8897: z.lazy(() => UiOptionsAtBRANDAt8897$outboundSchema),
1483
1483
  }).transform((v) => {
1484
1484
  return remap$(v, {
1485
- atBRANDAt8895: "__@BRAND@8895",
1485
+ atBRANDAt8897: "__@BRAND@8897",
1486
1486
  });
1487
1487
  });
1488
1488
  export function createIntegrationStoreDirectUiOptions2ToJSON(createIntegrationStoreDirectUiOptions2) {
@@ -1624,31 +1624,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
1624
1624
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions' from JSON`);
1625
1625
  }
1626
1626
  /** @internal */
1627
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$inboundSchema = z.object({});
1627
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8897$inboundSchema = z.object({});
1628
1628
  /** @internal */
1629
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$outboundSchema = z.object({});
1630
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895) {
1631
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$outboundSchema
1632
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895));
1629
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8897$outboundSchema = z.object({});
1630
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8897ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8897) {
1631
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8897$outboundSchema
1632
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8897));
1633
1633
  }
1634
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895FromJSON(jsonString) {
1635
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$inboundSchema
1636
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895' from JSON`);
1634
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8897FromJSON(jsonString) {
1635
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8897$inboundSchema
1636
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8897' from JSON`);
1637
1637
  }
1638
1638
  /** @internal */
1639
1639
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
1640
- "__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$inboundSchema),
1640
+ "__@BRAND@8897": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8897$inboundSchema),
1641
1641
  }).transform((v) => {
1642
1642
  return remap$(v, {
1643
- "__@BRAND@8895": "atBRANDAt8895",
1643
+ "__@BRAND@8897": "atBRANDAt8897",
1644
1644
  });
1645
1645
  });
1646
1646
  /** @internal */
1647
1647
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
1648
- atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$outboundSchema),
1648
+ atBRANDAt8897: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8897$outboundSchema),
1649
1649
  }).transform((v) => {
1650
1650
  return remap$(v, {
1651
- atBRANDAt8895: "__@BRAND@8895",
1651
+ atBRANDAt8897: "__@BRAND@8897",
1652
1652
  });
1653
1653
  });
1654
1654
  export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength) {
@@ -1660,31 +1660,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
1660
1660
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength' from JSON`);
1661
1661
  }
1662
1662
  /** @internal */
1663
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$inboundSchema = z.object({});
1663
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8897$inboundSchema = z.object({});
1664
1664
  /** @internal */
1665
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$outboundSchema = z.object({});
1666
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895) {
1667
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$outboundSchema
1668
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895));
1665
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8897$outboundSchema = z.object({});
1666
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8897ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8897) {
1667
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8897$outboundSchema
1668
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8897));
1669
1669
  }
1670
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895FromJSON(jsonString) {
1671
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$inboundSchema
1672
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895' from JSON`);
1670
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8897FromJSON(jsonString) {
1671
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8897$inboundSchema
1672
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8897' from JSON`);
1673
1673
  }
1674
1674
  /** @internal */
1675
1675
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
1676
- "__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$inboundSchema),
1676
+ "__@BRAND@8897": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8897$inboundSchema),
1677
1677
  }).transform((v) => {
1678
1678
  return remap$(v, {
1679
- "__@BRAND@8895": "atBRANDAt8895",
1679
+ "__@BRAND@8897": "atBRANDAt8897",
1680
1680
  });
1681
1681
  });
1682
1682
  /** @internal */
1683
1683
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
1684
- atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$outboundSchema),
1684
+ atBRANDAt8897: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8897$outboundSchema),
1685
1685
  }).transform((v) => {
1686
1686
  return remap$(v, {
1687
- atBRANDAt8895: "__@BRAND@8895",
1687
+ atBRANDAt8897: "__@BRAND@8897",
1688
1688
  });
1689
1689
  });
1690
1690
  export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMinLength) {
@@ -1696,31 +1696,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
1696
1696
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength' from JSON`);
1697
1697
  }
1698
1698
  /** @internal */
1699
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$inboundSchema = z.object({});
1699
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8897$inboundSchema = z.object({});
1700
1700
  /** @internal */
1701
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$outboundSchema = z.object({});
1702
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895) {
1703
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$outboundSchema
1704
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895));
1701
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8897$outboundSchema = z.object({});
1702
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8897ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8897) {
1703
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8897$outboundSchema
1704
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8897));
1705
1705
  }
1706
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895FromJSON(jsonString) {
1707
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$inboundSchema
1708
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895' from JSON`);
1706
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8897FromJSON(jsonString) {
1707
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8897$inboundSchema
1708
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8897' from JSON`);
1709
1709
  }
1710
1710
  /** @internal */
1711
1711
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
1712
- "__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$inboundSchema),
1712
+ "__@BRAND@8897": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8897$inboundSchema),
1713
1713
  }).transform((v) => {
1714
1714
  return remap$(v, {
1715
- "__@BRAND@8895": "atBRANDAt8895",
1715
+ "__@BRAND@8897": "atBRANDAt8897",
1716
1716
  });
1717
1717
  });
1718
1718
  /** @internal */
1719
1719
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
1720
- atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$outboundSchema),
1720
+ atBRANDAt8897: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8897$outboundSchema),
1721
1721
  }).transform((v) => {
1722
1722
  return remap$(v, {
1723
- atBRANDAt8895: "__@BRAND@8895",
1723
+ atBRANDAt8897: "__@BRAND@8897",
1724
1724
  });
1725
1725
  });
1726
1726
  export function createIntegrationStoreDirectPropertiesIntegrationsResponsePatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponsePattern) {
@@ -2016,31 +2016,31 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
2016
2016
  /** @internal */
2017
2017
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema;
2018
2018
  /** @internal */
2019
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$inboundSchema = z.object({});
2019
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8897$inboundSchema = z.object({});
2020
2020
  /** @internal */
2021
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$outboundSchema = z.object({});
2022
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895) {
2023
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$outboundSchema
2024
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895));
2021
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8897$outboundSchema = z.object({});
2022
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8897ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8897) {
2023
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8897$outboundSchema
2024
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8897));
2025
2025
  }
2026
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895FromJSON(jsonString) {
2027
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$inboundSchema
2028
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895' from JSON`);
2026
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8897FromJSON(jsonString) {
2027
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8897$inboundSchema
2028
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8897' from JSON`);
2029
2029
  }
2030
2030
  /** @internal */
2031
2031
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema = z.object({
2032
- "__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$inboundSchema),
2032
+ "__@BRAND@8897": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8897$inboundSchema),
2033
2033
  }).transform((v) => {
2034
2034
  return remap$(v, {
2035
- "__@BRAND@8895": "atBRANDAt8895",
2035
+ "__@BRAND@8897": "atBRANDAt8897",
2036
2036
  });
2037
2037
  });
2038
2038
  /** @internal */
2039
2039
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema = z.object({
2040
- atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$outboundSchema),
2040
+ atBRANDAt8897: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8897$outboundSchema),
2041
2041
  }).transform((v) => {
2042
2042
  return remap$(v, {
2043
- atBRANDAt8895: "__@BRAND@8895",
2043
+ atBRANDAt8897: "__@BRAND@8897",
2044
2044
  });
2045
2045
  });
2046
2046
  export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength) {
@@ -2052,31 +2052,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
2052
2052
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength' from JSON`);
2053
2053
  }
2054
2054
  /** @internal */
2055
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$inboundSchema = z.object({});
2055
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8897$inboundSchema = z.object({});
2056
2056
  /** @internal */
2057
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$outboundSchema = z.object({});
2058
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895) {
2059
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$outboundSchema
2060
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895));
2057
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8897$outboundSchema = z.object({});
2058
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8897ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8897) {
2059
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8897$outboundSchema
2060
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8897));
2061
2061
  }
2062
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895FromJSON(jsonString) {
2063
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$inboundSchema
2064
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895' from JSON`);
2062
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8897FromJSON(jsonString) {
2063
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8897$inboundSchema
2064
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8897' from JSON`);
2065
2065
  }
2066
2066
  /** @internal */
2067
2067
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema = z.object({
2068
- "__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$inboundSchema),
2068
+ "__@BRAND@8897": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8897$inboundSchema),
2069
2069
  }).transform((v) => {
2070
2070
  return remap$(v, {
2071
- "__@BRAND@8895": "atBRANDAt8895",
2071
+ "__@BRAND@8897": "atBRANDAt8897",
2072
2072
  });
2073
2073
  });
2074
2074
  /** @internal */
2075
2075
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema = z.object({
2076
- atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$outboundSchema),
2076
+ atBRANDAt8897: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8897$outboundSchema),
2077
2077
  }).transform((v) => {
2078
2078
  return remap$(v, {
2079
- atBRANDAt8895: "__@BRAND@8895",
2079
+ atBRANDAt8897: "__@BRAND@8897",
2080
2080
  });
2081
2081
  });
2082
2082
  export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength) {
@@ -2088,31 +2088,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
2088
2088
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength' from JSON`);
2089
2089
  }
2090
2090
  /** @internal */
2091
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$inboundSchema = z.object({});
2091
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8897$inboundSchema = z.object({});
2092
2092
  /** @internal */
2093
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$outboundSchema = z.object({});
2094
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895) {
2095
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$outboundSchema
2096
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895));
2093
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8897$outboundSchema = z.object({});
2094
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8897ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8897) {
2095
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8897$outboundSchema
2096
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8897));
2097
2097
  }
2098
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895FromJSON(jsonString) {
2099
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$inboundSchema
2100
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895' from JSON`);
2098
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8897FromJSON(jsonString) {
2099
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8897$inboundSchema
2100
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8897' from JSON`);
2101
2101
  }
2102
2102
  /** @internal */
2103
2103
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema = z.object({
2104
- "__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$inboundSchema),
2104
+ "__@BRAND@8897": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8897$inboundSchema),
2105
2105
  }).transform((v) => {
2106
2106
  return remap$(v, {
2107
- "__@BRAND@8895": "atBRANDAt8895",
2107
+ "__@BRAND@8897": "atBRANDAt8897",
2108
2108
  });
2109
2109
  });
2110
2110
  /** @internal */
2111
2111
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema = z.object({
2112
- atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$outboundSchema),
2112
+ atBRANDAt8897: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8897$outboundSchema),
2113
2113
  }).transform((v) => {
2114
2114
  return remap$(v, {
2115
- atBRANDAt8895: "__@BRAND@8895",
2115
+ atBRANDAt8897: "__@BRAND@8897",
2116
2116
  });
2117
2117
  });
2118
2118
  export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern) {
@@ -2664,31 +2664,31 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonStri
2664
2664
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesUiOptions' from JSON`);
2665
2665
  }
2666
2666
  /** @internal */
2667
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$inboundSchema = z.object({});
2667
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8897$inboundSchema = z.object({});
2668
2668
  /** @internal */
2669
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$outboundSchema = z.object({});
2670
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895) {
2671
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$outboundSchema
2672
- .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895));
2669
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8897$outboundSchema = z.object({});
2670
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8897ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8897) {
2671
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8897$outboundSchema
2672
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8897));
2673
2673
  }
2674
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895FromJSON(jsonString) {
2675
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$inboundSchema
2676
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895' from JSON`);
2674
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8897FromJSON(jsonString) {
2675
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8897$inboundSchema
2676
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8897' from JSON`);
2677
2677
  }
2678
2678
  /** @internal */
2679
2679
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema = z.object({
2680
- "__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$inboundSchema),
2680
+ "__@BRAND@8897": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8897$inboundSchema),
2681
2681
  }).transform((v) => {
2682
2682
  return remap$(v, {
2683
- "__@BRAND@8895": "atBRANDAt8895",
2683
+ "__@BRAND@8897": "atBRANDAt8897",
2684
2684
  });
2685
2685
  });
2686
2686
  /** @internal */
2687
2687
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema = z.object({
2688
- atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$outboundSchema),
2688
+ atBRANDAt8897: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8897$outboundSchema),
2689
2689
  }).transform((v) => {
2690
2690
  return remap$(v, {
2691
- atBRANDAt8895: "__@BRAND@8895",
2691
+ atBRANDAt8897: "__@BRAND@8897",
2692
2692
  });
2693
2693
  });
2694
2694
  export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMaxLength) {
@@ -2700,31 +2700,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
2700
2700
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength' from JSON`);
2701
2701
  }
2702
2702
  /** @internal */
2703
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$inboundSchema = z.object({});
2703
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8897$inboundSchema = z.object({});
2704
2704
  /** @internal */
2705
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$outboundSchema = z.object({});
2706
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895) {
2707
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$outboundSchema
2708
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895));
2705
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8897$outboundSchema = z.object({});
2706
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8897ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8897) {
2707
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8897$outboundSchema
2708
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8897));
2709
2709
  }
2710
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895FromJSON(jsonString) {
2711
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$inboundSchema
2712
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895' from JSON`);
2710
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8897FromJSON(jsonString) {
2711
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8897$inboundSchema
2712
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8897' from JSON`);
2713
2713
  }
2714
2714
  /** @internal */
2715
2715
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema = z.object({
2716
- "__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$inboundSchema),
2716
+ "__@BRAND@8897": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8897$inboundSchema),
2717
2717
  }).transform((v) => {
2718
2718
  return remap$(v, {
2719
- "__@BRAND@8895": "atBRANDAt8895",
2719
+ "__@BRAND@8897": "atBRANDAt8897",
2720
2720
  });
2721
2721
  });
2722
2722
  /** @internal */
2723
2723
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema = z.object({
2724
- atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$outboundSchema),
2724
+ atBRANDAt8897: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8897$outboundSchema),
2725
2725
  }).transform((v) => {
2726
2726
  return remap$(v, {
2727
- atBRANDAt8895: "__@BRAND@8895",
2727
+ atBRANDAt8897: "__@BRAND@8897",
2728
2728
  });
2729
2729
  });
2730
2730
  export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMinLength) {
@@ -2736,31 +2736,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
2736
2736
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMinLength' from JSON`);
2737
2737
  }
2738
2738
  /** @internal */
2739
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$inboundSchema = z.object({});
2739
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8897$inboundSchema = z.object({});
2740
2740
  /** @internal */
2741
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$outboundSchema = z.object({});
2742
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895) {
2743
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$outboundSchema
2744
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895));
2741
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8897$outboundSchema = z.object({});
2742
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8897ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8897) {
2743
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8897$outboundSchema
2744
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8897));
2745
2745
  }
2746
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895FromJSON(jsonString) {
2747
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$inboundSchema
2748
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895' from JSON`);
2746
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8897FromJSON(jsonString) {
2747
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8897$inboundSchema
2748
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8897' from JSON`);
2749
2749
  }
2750
2750
  /** @internal */
2751
2751
  export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema = z.object({
2752
- "__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$inboundSchema),
2752
+ "__@BRAND@8897": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8897$inboundSchema),
2753
2753
  }).transform((v) => {
2754
2754
  return remap$(v, {
2755
- "__@BRAND@8895": "atBRANDAt8895",
2755
+ "__@BRAND@8897": "atBRANDAt8897",
2756
2756
  });
2757
2757
  });
2758
2758
  /** @internal */
2759
2759
  export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema = z.object({
2760
- atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$outboundSchema),
2760
+ atBRANDAt8897: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8897$outboundSchema),
2761
2761
  }).transform((v) => {
2762
2762
  return remap$(v, {
2763
- atBRANDAt8895: "__@BRAND@8895",
2763
+ atBRANDAt8897: "__@BRAND@8897",
2764
2764
  });
2765
2765
  });
2766
2766
  export function createIntegrationStoreDirectPropertiesIntegrationsPatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsPattern) {
@@ -3876,31 +3876,31 @@ export const CreateIntegrationStoreDirectPropertiesUiControl$inboundSchema = z
3876
3876
  /** @internal */
3877
3877
  export const CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$inboundSchema;
3878
3878
  /** @internal */
3879
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$inboundSchema = z.object({});
3879
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8897$inboundSchema = z.object({});
3880
3880
  /** @internal */
3881
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$outboundSchema = z.object({});
3882
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895) {
3883
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$outboundSchema
3884
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895));
3881
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8897$outboundSchema = z.object({});
3882
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8897ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8897) {
3883
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8897$outboundSchema
3884
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8897));
3885
3885
  }
3886
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895FromJSON(jsonString) {
3887
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$inboundSchema
3888
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895' from JSON`);
3886
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8897FromJSON(jsonString) {
3887
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8897$inboundSchema
3888
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8897' from JSON`);
3889
3889
  }
3890
3890
  /** @internal */
3891
3891
  export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema = z.object({
3892
- "__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$inboundSchema),
3892
+ "__@BRAND@8897": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8897$inboundSchema),
3893
3893
  }).transform((v) => {
3894
3894
  return remap$(v, {
3895
- "__@BRAND@8895": "atBRANDAt8895",
3895
+ "__@BRAND@8897": "atBRANDAt8897",
3896
3896
  });
3897
3897
  });
3898
3898
  /** @internal */
3899
3899
  export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema = z.object({
3900
- atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$outboundSchema),
3900
+ atBRANDAt8897: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8897$outboundSchema),
3901
3901
  }).transform((v) => {
3902
3902
  return remap$(v, {
3903
- atBRANDAt8895: "__@BRAND@8895",
3903
+ atBRANDAt8897: "__@BRAND@8897",
3904
3904
  });
3905
3905
  });
3906
3906
  export function createIntegrationStoreDirectPropertiesMaxLengthToJSON(createIntegrationStoreDirectPropertiesMaxLength) {
@@ -3910,29 +3910,29 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonStri
3910
3910
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMaxLength' from JSON`);
3911
3911
  }
3912
3912
  /** @internal */
3913
- export const PropertiesAtBRANDAt8895$inboundSchema = z.object({});
3913
+ export const PropertiesAtBRANDAt8897$inboundSchema = z.object({});
3914
3914
  /** @internal */
3915
- export const PropertiesAtBRANDAt8895$outboundSchema = z.object({});
3916
- export function propertiesAtBRANDAt8895ToJSON(propertiesAtBRANDAt8895) {
3917
- return JSON.stringify(PropertiesAtBRANDAt8895$outboundSchema.parse(propertiesAtBRANDAt8895));
3915
+ export const PropertiesAtBRANDAt8897$outboundSchema = z.object({});
3916
+ export function propertiesAtBRANDAt8897ToJSON(propertiesAtBRANDAt8897) {
3917
+ return JSON.stringify(PropertiesAtBRANDAt8897$outboundSchema.parse(propertiesAtBRANDAt8897));
3918
3918
  }
3919
- export function propertiesAtBRANDAt8895FromJSON(jsonString) {
3920
- return safeParse(jsonString, (x) => PropertiesAtBRANDAt8895$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt8895' from JSON`);
3919
+ export function propertiesAtBRANDAt8897FromJSON(jsonString) {
3920
+ return safeParse(jsonString, (x) => PropertiesAtBRANDAt8897$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt8897' from JSON`);
3921
3921
  }
3922
3922
  /** @internal */
3923
3923
  export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema = z.object({
3924
- "__@BRAND@8895": z.lazy(() => PropertiesAtBRANDAt8895$inboundSchema),
3924
+ "__@BRAND@8897": z.lazy(() => PropertiesAtBRANDAt8897$inboundSchema),
3925
3925
  }).transform((v) => {
3926
3926
  return remap$(v, {
3927
- "__@BRAND@8895": "atBRANDAt8895",
3927
+ "__@BRAND@8897": "atBRANDAt8897",
3928
3928
  });
3929
3929
  });
3930
3930
  /** @internal */
3931
3931
  export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema = z.object({
3932
- atBRANDAt8895: z.lazy(() => PropertiesAtBRANDAt8895$outboundSchema),
3932
+ atBRANDAt8897: z.lazy(() => PropertiesAtBRANDAt8897$outboundSchema),
3933
3933
  }).transform((v) => {
3934
3934
  return remap$(v, {
3935
- atBRANDAt8895: "__@BRAND@8895",
3935
+ atBRANDAt8897: "__@BRAND@8897",
3936
3936
  });
3937
3937
  });
3938
3938
  export function createIntegrationStoreDirectPropertiesMinLengthToJSON(createIntegrationStoreDirectPropertiesMinLength) {
@@ -3942,29 +3942,29 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonStri
3942
3942
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMinLength' from JSON`);
3943
3943
  }
3944
3944
  /** @internal */
3945
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$inboundSchema = z.object({});
3945
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8897$inboundSchema = z.object({});
3946
3946
  /** @internal */
3947
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$outboundSchema = z.object({});
3948
- export function createIntegrationStoreDirectPropertiesAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8895) {
3949
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt8895));
3947
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8897$outboundSchema = z.object({});
3948
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt8897ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8897) {
3949
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt8897$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt8897));
3950
3950
  }
3951
- export function createIntegrationStoreDirectPropertiesAtBRANDAt8895FromJSON(jsonString) {
3952
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8895' from JSON`);
3951
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt8897FromJSON(jsonString) {
3952
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt8897$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8897' from JSON`);
3953
3953
  }
3954
3954
  /** @internal */
3955
3955
  export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema = z.object({
3956
- "__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$inboundSchema),
3956
+ "__@BRAND@8897": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8897$inboundSchema),
3957
3957
  }).transform((v) => {
3958
3958
  return remap$(v, {
3959
- "__@BRAND@8895": "atBRANDAt8895",
3959
+ "__@BRAND@8897": "atBRANDAt8897",
3960
3960
  });
3961
3961
  });
3962
3962
  /** @internal */
3963
3963
  export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema = z.object({
3964
- atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$outboundSchema),
3964
+ atBRANDAt8897: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8897$outboundSchema),
3965
3965
  }).transform((v) => {
3966
3966
  return remap$(v, {
3967
- atBRANDAt8895: "__@BRAND@8895",
3967
+ atBRANDAt8897: "__@BRAND@8897",
3968
3968
  });
3969
3969
  });
3970
3970
  export function createIntegrationStoreDirectPropertiesPatternToJSON(createIntegrationStoreDirectPropertiesPattern) {
@@ -4390,29 +4390,29 @@ export function guidesFromJSON(jsonString) {
4390
4390
  return safeParse(jsonString, (x) => Guides$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Guides' from JSON`);
4391
4391
  }
4392
4392
  /** @internal */
4393
- export const AtBRANDAt8895$inboundSchema = z.object({});
4393
+ export const AtBRANDAt8897$inboundSchema = z.object({});
4394
4394
  /** @internal */
4395
- export const AtBRANDAt8895$outboundSchema = z.object({});
4396
- export function atBRANDAt8895ToJSON(atBRANDAt8895) {
4397
- return JSON.stringify(AtBRANDAt8895$outboundSchema.parse(atBRANDAt8895));
4395
+ export const AtBRANDAt8897$outboundSchema = z.object({});
4396
+ export function atBRANDAt8897ToJSON(atBRANDAt8897) {
4397
+ return JSON.stringify(AtBRANDAt8897$outboundSchema.parse(atBRANDAt8897));
4398
4398
  }
4399
- export function atBRANDAt8895FromJSON(jsonString) {
4400
- return safeParse(jsonString, (x) => AtBRANDAt8895$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt8895' from JSON`);
4399
+ export function atBRANDAt8897FromJSON(jsonString) {
4400
+ return safeParse(jsonString, (x) => AtBRANDAt8897$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt8897' from JSON`);
4401
4401
  }
4402
4402
  /** @internal */
4403
4403
  export const CreateIntegrationStoreDirectValue$inboundSchema = z.object({
4404
- "__@BRAND@8895": z.lazy(() => AtBRANDAt8895$inboundSchema),
4404
+ "__@BRAND@8897": z.lazy(() => AtBRANDAt8897$inboundSchema),
4405
4405
  }).transform((v) => {
4406
4406
  return remap$(v, {
4407
- "__@BRAND@8895": "atBRANDAt8895",
4407
+ "__@BRAND@8897": "atBRANDAt8897",
4408
4408
  });
4409
4409
  });
4410
4410
  /** @internal */
4411
4411
  export const CreateIntegrationStoreDirectValue$outboundSchema = z.object({
4412
- atBRANDAt8895: z.lazy(() => AtBRANDAt8895$outboundSchema),
4412
+ atBRANDAt8897: z.lazy(() => AtBRANDAt8897$outboundSchema),
4413
4413
  }).transform((v) => {
4414
4414
  return remap$(v, {
4415
- atBRANDAt8895: "__@BRAND@8895",
4415
+ atBRANDAt8897: "__@BRAND@8897",
4416
4416
  });
4417
4417
  });
4418
4418
  export function createIntegrationStoreDirectValueToJSON(createIntegrationStoreDirectValue) {