@vercel/sdk 1.13.6 → 1.13.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 (67) hide show
  1. package/bin/mcp-server.js +459 -456
  2. package/bin/mcp-server.js.map +13 -13
  3. package/docs/sdks/domains/README.md +1 -1
  4. package/docs/sdks/security/README.md +1 -1
  5. package/esm/__tests__/domains.test.js +5 -17
  6. package/esm/__tests__/domains.test.js.map +1 -1
  7. package/esm/__tests__/edgeconfig.test.js +6 -6
  8. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  9. package/esm/__tests__/integrations.test.js +1 -1
  10. package/esm/__tests__/rollingrelease.test.js +6 -2
  11. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  12. package/esm/__tests__/security.test.js +4 -4
  13. package/esm/__tests__/security.test.js.map +1 -1
  14. package/esm/__tests__/teams.test.js +2 -2
  15. package/esm/__tests__/teams.test.js.map +1 -1
  16. package/esm/funcs/domainsGetDomainTransfer.d.ts +1 -1
  17. package/esm/funcs/domainsGetDomainTransfer.js +1 -1
  18. package/esm/funcs/securityGetActiveAttackStatus.d.ts +1 -1
  19. package/esm/funcs/securityGetActiveAttackStatus.js +2 -1
  20. package/esm/funcs/securityGetActiveAttackStatus.js.map +1 -1
  21. package/esm/lib/config.d.ts +2 -2
  22. package/esm/lib/config.js +2 -2
  23. package/esm/mcp-server/mcp-server.js +1 -1
  24. package/esm/mcp-server/server.js +1 -1
  25. package/esm/mcp-server/tools/domainsGetDomainTransfer.js +1 -1
  26. package/esm/mcp-server/tools/domainsGetDomainTransfer.js.map +1 -1
  27. package/esm/mcp-server/tools/securityGetActiveAttackStatus.js +1 -1
  28. package/esm/mcp-server/tools/securityGetActiveAttackStatus.js.map +1 -1
  29. package/esm/models/createintegrationstoredirectop.d.ts +285 -285
  30. package/esm/models/createintegrationstoredirectop.js +351 -351
  31. package/esm/models/getactiveattackstatusop.d.ts +4 -2
  32. package/esm/models/getactiveattackstatusop.d.ts.map +1 -1
  33. package/esm/models/getactiveattackstatusop.js +4 -2
  34. package/esm/models/getactiveattackstatusop.js.map +1 -1
  35. package/esm/models/getconfigurationproductsop.d.ts +375 -375
  36. package/esm/models/getconfigurationproductsop.js +465 -465
  37. package/esm/models/team.d.ts +10 -10
  38. package/esm/models/team.d.ts.map +1 -1
  39. package/esm/models/team.js +5 -5
  40. package/esm/models/team.js.map +1 -1
  41. package/esm/sdk/domains.d.ts +1 -1
  42. package/esm/sdk/domains.js +1 -1
  43. package/esm/sdk/security.d.ts +1 -1
  44. package/esm/sdk/security.js +1 -1
  45. package/examples/package-lock.json +1 -1
  46. package/jsr.json +1 -1
  47. package/package.json +1 -1
  48. package/src/__tests__/domains.test.ts +5 -17
  49. package/src/__tests__/edgeconfig.test.ts +6 -6
  50. package/src/__tests__/integrations.test.ts +1 -1
  51. package/src/__tests__/rollingrelease.test.ts +6 -2
  52. package/src/__tests__/security.test.ts +4 -4
  53. package/src/__tests__/teams.test.ts +2 -2
  54. package/src/funcs/domainsGetDomainTransfer.ts +1 -1
  55. package/src/funcs/securityGetActiveAttackStatus.ts +2 -1
  56. package/src/lib/config.ts +2 -2
  57. package/src/mcp-server/mcp-server.ts +1 -1
  58. package/src/mcp-server/server.ts +1 -1
  59. package/src/mcp-server/tools/domainsGetDomainTransfer.ts +1 -1
  60. package/src/mcp-server/tools/securityGetActiveAttackStatus.ts +1 -1
  61. package/src/models/createintegrationstoredirectop.ts +604 -604
  62. package/src/models/getactiveattackstatusop.ts +8 -4
  63. package/src/models/getconfigurationproductsop.ts +802 -802
  64. package/src/models/team.ts +12 -12
  65. package/src/sdk/domains.ts +1 -1
  66. package/src/sdk/security.ts +1 -1
  67. package/vercel-spec.json +192 -119
@@ -236,12 +236,12 @@ export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<
236
236
  typeof CreateIntegrationStoreDirectIntegrationsType
237
237
  >;
238
238
 
239
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495 =
239
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557 =
240
240
  {};
241
241
 
242
242
  export type CreateIntegrationStoreDirectPropertiesValue = {
243
- atBRANDAt8495:
244
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495;
243
+ atBRANDAt8557:
244
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557;
245
245
  };
246
246
 
247
247
  export const CreateIntegrationStoreDirectDisabled3 = {
@@ -310,31 +310,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
310
310
  typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl
311
311
  >;
312
312
 
313
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495 =
313
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557 =
314
314
  {};
315
315
 
316
316
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength =
317
317
  {
318
- atBRANDAt8495:
319
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495;
318
+ atBRANDAt8557:
319
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557;
320
320
  };
321
321
 
322
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495 =
322
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557 =
323
323
  {};
324
324
 
325
325
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength =
326
326
  {
327
- atBRANDAt8495:
328
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495;
327
+ atBRANDAt8557:
328
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557;
329
329
  };
330
330
 
331
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495 =
331
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557 =
332
332
  {};
333
333
 
334
334
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern =
335
335
  {
336
- atBRANDAt8495:
337
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495;
336
+ atBRANDAt8557:
337
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557;
338
338
  };
339
339
 
340
340
  export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 =
@@ -472,10 +472,10 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
472
472
  typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl
473
473
  >;
474
474
 
475
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495 = {};
475
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557 = {};
476
476
 
477
477
  export type CreateIntegrationStoreDirectUiOptionsValue = {
478
- atBRANDAt8495: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495;
478
+ atBRANDAt8557: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557;
479
479
  };
480
480
 
481
481
  export const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 = {
@@ -526,10 +526,10 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
526
526
  | undefined;
527
527
  };
528
528
 
529
- export type UiOptionsAtBRANDAt8495 = {};
529
+ export type UiOptionsAtBRANDAt8557 = {};
530
530
 
531
531
  export type CreateIntegrationStoreDirectUiOptions2 = {
532
- atBRANDAt8495: UiOptionsAtBRANDAt8495;
532
+ atBRANDAt8557: UiOptionsAtBRANDAt8557;
533
533
  };
534
534
 
535
535
  export const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3 =
@@ -592,31 +592,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions
592
592
  | CreateIntegrationStoreDirectUiOptions2
593
593
  | CreateIntegrationStoreDirectUiOptions3;
594
594
 
595
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495 =
595
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557 =
596
596
  {};
597
597
 
598
598
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength =
599
599
  {
600
- atBRANDAt8495:
601
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495;
600
+ atBRANDAt8557:
601
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557;
602
602
  };
603
603
 
604
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495 =
604
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557 =
605
605
  {};
606
606
 
607
607
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength =
608
608
  {
609
- atBRANDAt8495:
610
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495;
609
+ atBRANDAt8557:
610
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557;
611
611
  };
612
612
 
613
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495 =
613
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557 =
614
614
  {};
615
615
 
616
616
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern =
617
617
  {
618
- atBRANDAt8495:
619
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495;
618
+ atBRANDAt8557:
619
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557;
620
620
  };
621
621
 
622
622
  export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3 =
@@ -759,31 +759,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
759
759
  typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type
760
760
  >;
761
761
 
762
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495 =
762
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557 =
763
763
  {};
764
764
 
765
765
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength =
766
766
  {
767
- atBRANDAt8495:
768
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495;
767
+ atBRANDAt8557:
768
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557;
769
769
  };
770
770
 
771
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495 =
771
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557 =
772
772
  {};
773
773
 
774
774
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength =
775
775
  {
776
- atBRANDAt8495:
777
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495;
776
+ atBRANDAt8557:
777
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557;
778
778
  };
779
779
 
780
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495 =
780
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557 =
781
781
  {};
782
782
 
783
783
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern =
784
784
  {
785
- atBRANDAt8495:
786
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495;
785
+ atBRANDAt8557:
786
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557;
787
787
  };
788
788
 
789
789
  export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
@@ -1038,28 +1038,28 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
1038
1038
  | undefined;
1039
1039
  };
1040
1040
 
1041
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495 =
1041
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557 =
1042
1042
  {};
1043
1043
 
1044
1044
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
1045
- atBRANDAt8495:
1046
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495;
1045
+ atBRANDAt8557:
1046
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557;
1047
1047
  };
1048
1048
 
1049
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495 =
1049
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557 =
1050
1050
  {};
1051
1051
 
1052
1052
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
1053
- atBRANDAt8495:
1054
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495;
1053
+ atBRANDAt8557:
1054
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557;
1055
1055
  };
1056
1056
 
1057
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495 =
1057
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557 =
1058
1058
  {};
1059
1059
 
1060
1060
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
1061
- atBRANDAt8495:
1062
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495;
1061
+ atBRANDAt8557:
1062
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557;
1063
1063
  };
1064
1064
 
1065
1065
  export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3 =
@@ -1562,24 +1562,24 @@ export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<
1562
1562
  typeof CreateIntegrationStoreDirectPropertiesUiControl
1563
1563
  >;
1564
1564
 
1565
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495 =
1565
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557 =
1566
1566
  {};
1567
1567
 
1568
1568
  export type CreateIntegrationStoreDirectPropertiesMaxLength = {
1569
- atBRANDAt8495:
1570
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495;
1569
+ atBRANDAt8557:
1570
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557;
1571
1571
  };
1572
1572
 
1573
- export type PropertiesAtBRANDAt8495 = {};
1573
+ export type PropertiesAtBRANDAt8557 = {};
1574
1574
 
1575
1575
  export type CreateIntegrationStoreDirectPropertiesMinLength = {
1576
- atBRANDAt8495: PropertiesAtBRANDAt8495;
1576
+ atBRANDAt8557: PropertiesAtBRANDAt8557;
1577
1577
  };
1578
1578
 
1579
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8495 = {};
1579
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8557 = {};
1580
1580
 
1581
1581
  export type CreateIntegrationStoreDirectPropertiesPattern = {
1582
- atBRANDAt8495: CreateIntegrationStoreDirectPropertiesAtBRANDAt8495;
1582
+ atBRANDAt8557: CreateIntegrationStoreDirectPropertiesAtBRANDAt8557;
1583
1583
  };
1584
1584
 
1585
1585
  export const CreateIntegrationStoreDirectUiReadOnly3 = {
@@ -1813,10 +1813,10 @@ export type Guides = {
1813
1813
  steps: Array<Steps>;
1814
1814
  };
1815
1815
 
1816
- export type AtBRANDAt8495 = {};
1816
+ export type AtBRANDAt8557 = {};
1817
1817
 
1818
1818
  export type CreateIntegrationStoreDirectValue = {
1819
- atBRANDAt8495: AtBRANDAt8495;
1819
+ atBRANDAt8557: AtBRANDAt8557;
1820
1820
  };
1821
1821
 
1822
1822
  export const Disabled3 = {
@@ -2796,65 +2796,65 @@ export namespace CreateIntegrationStoreDirectIntegrationsType$ {
2796
2796
  }
2797
2797
 
2798
2798
  /** @internal */
2799
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$inboundSchema:
2799
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$inboundSchema:
2800
2800
  z.ZodType<
2801
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495,
2801
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557,
2802
2802
  z.ZodTypeDef,
2803
2803
  unknown
2804
2804
  > = z.object({});
2805
2805
 
2806
2806
  /** @internal */
2807
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$Outbound =
2807
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$Outbound =
2808
2808
  {};
2809
2809
 
2810
2810
  /** @internal */
2811
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$outboundSchema:
2811
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$outboundSchema:
2812
2812
  z.ZodType<
2813
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$Outbound,
2813
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$Outbound,
2814
2814
  z.ZodTypeDef,
2815
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495
2815
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557
2816
2816
  > = z.object({});
2817
2817
 
2818
2818
  /**
2819
2819
  * @internal
2820
2820
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2821
2821
  */
2822
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$ {
2823
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$inboundSchema` instead. */
2822
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$ {
2823
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$inboundSchema` instead. */
2824
2824
  export const inboundSchema =
2825
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$inboundSchema;
2826
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$outboundSchema` instead. */
2825
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$inboundSchema;
2826
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$outboundSchema` instead. */
2827
2827
  export const outboundSchema =
2828
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$outboundSchema;
2829
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$Outbound` instead. */
2828
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$outboundSchema;
2829
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$Outbound` instead. */
2830
2830
  export type Outbound =
2831
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$Outbound;
2831
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$Outbound;
2832
2832
  }
2833
2833
 
2834
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495ToJSON(
2835
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495:
2836
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495,
2834
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557ToJSON(
2835
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557:
2836
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557,
2837
2837
  ): string {
2838
2838
  return JSON.stringify(
2839
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$outboundSchema
2839
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$outboundSchema
2840
2840
  .parse(
2841
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495,
2841
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557,
2842
2842
  ),
2843
2843
  );
2844
2844
  }
2845
2845
 
2846
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495FromJSON(
2846
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557FromJSON(
2847
2847
  jsonString: string,
2848
2848
  ): SafeParseResult<
2849
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495,
2849
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557,
2850
2850
  SDKValidationError
2851
2851
  > {
2852
2852
  return safeParse(
2853
2853
  jsonString,
2854
2854
  (x) =>
2855
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$inboundSchema
2855
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$inboundSchema
2856
2856
  .parse(JSON.parse(x)),
2857
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495' from JSON`,
2857
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557' from JSON`,
2858
2858
  );
2859
2859
  }
2860
2860
 
@@ -2865,19 +2865,19 @@ export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema:
2865
2865
  z.ZodTypeDef,
2866
2866
  unknown
2867
2867
  > = z.object({
2868
- "__@BRAND@8495": z.lazy(() =>
2869
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$inboundSchema
2868
+ "__@BRAND@8557": z.lazy(() =>
2869
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$inboundSchema
2870
2870
  ),
2871
2871
  }).transform((v) => {
2872
2872
  return remap$(v, {
2873
- "__@BRAND@8495": "atBRANDAt8495",
2873
+ "__@BRAND@8557": "atBRANDAt8557",
2874
2874
  });
2875
2875
  });
2876
2876
 
2877
2877
  /** @internal */
2878
2878
  export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
2879
- "__@BRAND@8495":
2880
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$Outbound;
2879
+ "__@BRAND@8557":
2880
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$Outbound;
2881
2881
  };
2882
2882
 
2883
2883
  /** @internal */
@@ -2887,12 +2887,12 @@ export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema:
2887
2887
  z.ZodTypeDef,
2888
2888
  CreateIntegrationStoreDirectPropertiesValue
2889
2889
  > = z.object({
2890
- atBRANDAt8495: z.lazy(() =>
2891
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$outboundSchema
2890
+ atBRANDAt8557: z.lazy(() =>
2891
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$outboundSchema
2892
2892
  ),
2893
2893
  }).transform((v) => {
2894
2894
  return remap$(v, {
2895
- atBRANDAt8495: "__@BRAND@8495",
2895
+ atBRANDAt8557: "__@BRAND@8557",
2896
2896
  });
2897
2897
  });
2898
2898
 
@@ -3404,65 +3404,65 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
3404
3404
  }
3405
3405
 
3406
3406
  /** @internal */
3407
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$inboundSchema:
3407
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$inboundSchema:
3408
3408
  z.ZodType<
3409
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495,
3409
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557,
3410
3410
  z.ZodTypeDef,
3411
3411
  unknown
3412
3412
  > = z.object({});
3413
3413
 
3414
3414
  /** @internal */
3415
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$Outbound =
3415
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$Outbound =
3416
3416
  {};
3417
3417
 
3418
3418
  /** @internal */
3419
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$outboundSchema:
3419
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$outboundSchema:
3420
3420
  z.ZodType<
3421
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$Outbound,
3421
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$Outbound,
3422
3422
  z.ZodTypeDef,
3423
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495
3423
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557
3424
3424
  > = z.object({});
3425
3425
 
3426
3426
  /**
3427
3427
  * @internal
3428
3428
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3429
3429
  */
3430
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$ {
3431
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$inboundSchema` instead. */
3430
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$ {
3431
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$inboundSchema` instead. */
3432
3432
  export const inboundSchema =
3433
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$inboundSchema;
3434
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$outboundSchema` instead. */
3433
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$inboundSchema;
3434
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$outboundSchema` instead. */
3435
3435
  export const outboundSchema =
3436
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$outboundSchema;
3437
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$Outbound` instead. */
3436
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$outboundSchema;
3437
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$Outbound` instead. */
3438
3438
  export type Outbound =
3439
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$Outbound;
3439
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$Outbound;
3440
3440
  }
3441
3441
 
3442
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495ToJSON(
3443
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495:
3444
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495,
3442
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557ToJSON(
3443
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557:
3444
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557,
3445
3445
  ): string {
3446
3446
  return JSON.stringify(
3447
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$outboundSchema
3447
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$outboundSchema
3448
3448
  .parse(
3449
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495,
3449
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557,
3450
3450
  ),
3451
3451
  );
3452
3452
  }
3453
3453
 
3454
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495FromJSON(
3454
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557FromJSON(
3455
3455
  jsonString: string,
3456
3456
  ): SafeParseResult<
3457
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495,
3457
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557,
3458
3458
  SDKValidationError
3459
3459
  > {
3460
3460
  return safeParse(
3461
3461
  jsonString,
3462
3462
  (x) =>
3463
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$inboundSchema
3463
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$inboundSchema
3464
3464
  .parse(JSON.parse(x)),
3465
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495' from JSON`,
3465
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557' from JSON`,
3466
3466
  );
3467
3467
  }
3468
3468
 
@@ -3473,20 +3473,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
3473
3473
  z.ZodTypeDef,
3474
3474
  unknown
3475
3475
  > = z.object({
3476
- "__@BRAND@8495": z.lazy(() =>
3477
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$inboundSchema
3476
+ "__@BRAND@8557": z.lazy(() =>
3477
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$inboundSchema
3478
3478
  ),
3479
3479
  }).transform((v) => {
3480
3480
  return remap$(v, {
3481
- "__@BRAND@8495": "atBRANDAt8495",
3481
+ "__@BRAND@8557": "atBRANDAt8557",
3482
3482
  });
3483
3483
  });
3484
3484
 
3485
3485
  /** @internal */
3486
3486
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound =
3487
3487
  {
3488
- "__@BRAND@8495":
3489
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$Outbound;
3488
+ "__@BRAND@8557":
3489
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$Outbound;
3490
3490
  };
3491
3491
 
3492
3492
  /** @internal */
@@ -3496,12 +3496,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
3496
3496
  z.ZodTypeDef,
3497
3497
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength
3498
3498
  > = z.object({
3499
- atBRANDAt8495: z.lazy(() =>
3500
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$outboundSchema
3499
+ atBRANDAt8557: z.lazy(() =>
3500
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$outboundSchema
3501
3501
  ),
3502
3502
  }).transform((v) => {
3503
3503
  return remap$(v, {
3504
- atBRANDAt8495: "__@BRAND@8495",
3504
+ atBRANDAt8557: "__@BRAND@8557",
3505
3505
  });
3506
3506
  });
3507
3507
 
@@ -3549,65 +3549,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
3549
3549
  }
3550
3550
 
3551
3551
  /** @internal */
3552
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$inboundSchema:
3552
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$inboundSchema:
3553
3553
  z.ZodType<
3554
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495,
3554
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557,
3555
3555
  z.ZodTypeDef,
3556
3556
  unknown
3557
3557
  > = z.object({});
3558
3558
 
3559
3559
  /** @internal */
3560
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$Outbound =
3560
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$Outbound =
3561
3561
  {};
3562
3562
 
3563
3563
  /** @internal */
3564
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$outboundSchema:
3564
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$outboundSchema:
3565
3565
  z.ZodType<
3566
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$Outbound,
3566
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$Outbound,
3567
3567
  z.ZodTypeDef,
3568
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495
3568
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557
3569
3569
  > = z.object({});
3570
3570
 
3571
3571
  /**
3572
3572
  * @internal
3573
3573
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3574
3574
  */
3575
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$ {
3576
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$inboundSchema` instead. */
3575
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$ {
3576
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$inboundSchema` instead. */
3577
3577
  export const inboundSchema =
3578
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$inboundSchema;
3579
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$outboundSchema` instead. */
3578
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$inboundSchema;
3579
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$outboundSchema` instead. */
3580
3580
  export const outboundSchema =
3581
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$outboundSchema;
3582
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$Outbound` instead. */
3581
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$outboundSchema;
3582
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$Outbound` instead. */
3583
3583
  export type Outbound =
3584
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$Outbound;
3584
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$Outbound;
3585
3585
  }
3586
3586
 
3587
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495ToJSON(
3588
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495:
3589
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495,
3587
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557ToJSON(
3588
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557:
3589
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557,
3590
3590
  ): string {
3591
3591
  return JSON.stringify(
3592
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$outboundSchema
3592
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$outboundSchema
3593
3593
  .parse(
3594
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495,
3594
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557,
3595
3595
  ),
3596
3596
  );
3597
3597
  }
3598
3598
 
3599
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495FromJSON(
3599
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557FromJSON(
3600
3600
  jsonString: string,
3601
3601
  ): SafeParseResult<
3602
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495,
3602
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557,
3603
3603
  SDKValidationError
3604
3604
  > {
3605
3605
  return safeParse(
3606
3606
  jsonString,
3607
3607
  (x) =>
3608
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$inboundSchema
3608
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$inboundSchema
3609
3609
  .parse(JSON.parse(x)),
3610
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495' from JSON`,
3610
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557' from JSON`,
3611
3611
  );
3612
3612
  }
3613
3613
 
@@ -3618,20 +3618,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
3618
3618
  z.ZodTypeDef,
3619
3619
  unknown
3620
3620
  > = z.object({
3621
- "__@BRAND@8495": z.lazy(() =>
3622
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$inboundSchema
3621
+ "__@BRAND@8557": z.lazy(() =>
3622
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$inboundSchema
3623
3623
  ),
3624
3624
  }).transform((v) => {
3625
3625
  return remap$(v, {
3626
- "__@BRAND@8495": "atBRANDAt8495",
3626
+ "__@BRAND@8557": "atBRANDAt8557",
3627
3627
  });
3628
3628
  });
3629
3629
 
3630
3630
  /** @internal */
3631
3631
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound =
3632
3632
  {
3633
- "__@BRAND@8495":
3634
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$Outbound;
3633
+ "__@BRAND@8557":
3634
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$Outbound;
3635
3635
  };
3636
3636
 
3637
3637
  /** @internal */
@@ -3641,12 +3641,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
3641
3641
  z.ZodTypeDef,
3642
3642
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength
3643
3643
  > = z.object({
3644
- atBRANDAt8495: z.lazy(() =>
3645
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$outboundSchema
3644
+ atBRANDAt8557: z.lazy(() =>
3645
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$outboundSchema
3646
3646
  ),
3647
3647
  }).transform((v) => {
3648
3648
  return remap$(v, {
3649
- atBRANDAt8495: "__@BRAND@8495",
3649
+ atBRANDAt8557: "__@BRAND@8557",
3650
3650
  });
3651
3651
  });
3652
3652
 
@@ -3694,65 +3694,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
3694
3694
  }
3695
3695
 
3696
3696
  /** @internal */
3697
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$inboundSchema:
3697
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$inboundSchema:
3698
3698
  z.ZodType<
3699
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495,
3699
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557,
3700
3700
  z.ZodTypeDef,
3701
3701
  unknown
3702
3702
  > = z.object({});
3703
3703
 
3704
3704
  /** @internal */
3705
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$Outbound =
3705
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$Outbound =
3706
3706
  {};
3707
3707
 
3708
3708
  /** @internal */
3709
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$outboundSchema:
3709
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$outboundSchema:
3710
3710
  z.ZodType<
3711
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$Outbound,
3711
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$Outbound,
3712
3712
  z.ZodTypeDef,
3713
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495
3713
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557
3714
3714
  > = z.object({});
3715
3715
 
3716
3716
  /**
3717
3717
  * @internal
3718
3718
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3719
3719
  */
3720
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$ {
3721
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$inboundSchema` instead. */
3720
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$ {
3721
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$inboundSchema` instead. */
3722
3722
  export const inboundSchema =
3723
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$inboundSchema;
3724
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$outboundSchema` instead. */
3723
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$inboundSchema;
3724
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$outboundSchema` instead. */
3725
3725
  export const outboundSchema =
3726
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$outboundSchema;
3727
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$Outbound` instead. */
3726
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$outboundSchema;
3727
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$Outbound` instead. */
3728
3728
  export type Outbound =
3729
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$Outbound;
3729
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$Outbound;
3730
3730
  }
3731
3731
 
3732
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495ToJSON(
3733
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495:
3734
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495,
3732
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557ToJSON(
3733
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557:
3734
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557,
3735
3735
  ): string {
3736
3736
  return JSON.stringify(
3737
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$outboundSchema
3737
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$outboundSchema
3738
3738
  .parse(
3739
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495,
3739
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557,
3740
3740
  ),
3741
3741
  );
3742
3742
  }
3743
3743
 
3744
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495FromJSON(
3744
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557FromJSON(
3745
3745
  jsonString: string,
3746
3746
  ): SafeParseResult<
3747
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495,
3747
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557,
3748
3748
  SDKValidationError
3749
3749
  > {
3750
3750
  return safeParse(
3751
3751
  jsonString,
3752
3752
  (x) =>
3753
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$inboundSchema
3753
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$inboundSchema
3754
3754
  .parse(JSON.parse(x)),
3755
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495' from JSON`,
3755
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557' from JSON`,
3756
3756
  );
3757
3757
  }
3758
3758
 
@@ -3763,20 +3763,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
3763
3763
  z.ZodTypeDef,
3764
3764
  unknown
3765
3765
  > = z.object({
3766
- "__@BRAND@8495": z.lazy(() =>
3767
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$inboundSchema
3766
+ "__@BRAND@8557": z.lazy(() =>
3767
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$inboundSchema
3768
3768
  ),
3769
3769
  }).transform((v) => {
3770
3770
  return remap$(v, {
3771
- "__@BRAND@8495": "atBRANDAt8495",
3771
+ "__@BRAND@8557": "atBRANDAt8557",
3772
3772
  });
3773
3773
  });
3774
3774
 
3775
3775
  /** @internal */
3776
3776
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound =
3777
3777
  {
3778
- "__@BRAND@8495":
3779
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$Outbound;
3778
+ "__@BRAND@8557":
3779
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$Outbound;
3780
3780
  };
3781
3781
 
3782
3782
  /** @internal */
@@ -3786,12 +3786,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
3786
3786
  z.ZodTypeDef,
3787
3787
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern
3788
3788
  > = z.object({
3789
- atBRANDAt8495: z.lazy(() =>
3790
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$outboundSchema
3789
+ atBRANDAt8557: z.lazy(() =>
3790
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$outboundSchema
3791
3791
  ),
3792
3792
  }).transform((v) => {
3793
3793
  return remap$(v, {
3794
- atBRANDAt8495: "__@BRAND@8495",
3794
+ atBRANDAt8557: "__@BRAND@8557",
3795
3795
  });
3796
3796
  });
3797
3797
 
@@ -4847,64 +4847,64 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
4847
4847
  }
4848
4848
 
4849
4849
  /** @internal */
4850
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$inboundSchema:
4850
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$inboundSchema:
4851
4851
  z.ZodType<
4852
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495,
4852
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557,
4853
4853
  z.ZodTypeDef,
4854
4854
  unknown
4855
4855
  > = z.object({});
4856
4856
 
4857
4857
  /** @internal */
4858
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$Outbound = {};
4858
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$Outbound = {};
4859
4859
 
4860
4860
  /** @internal */
4861
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$outboundSchema:
4861
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$outboundSchema:
4862
4862
  z.ZodType<
4863
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$Outbound,
4863
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$Outbound,
4864
4864
  z.ZodTypeDef,
4865
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495
4865
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557
4866
4866
  > = z.object({});
4867
4867
 
4868
4868
  /**
4869
4869
  * @internal
4870
4870
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4871
4871
  */
4872
- export namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$ {
4873
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$inboundSchema` instead. */
4872
+ export namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$ {
4873
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$inboundSchema` instead. */
4874
4874
  export const inboundSchema =
4875
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$inboundSchema;
4876
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$outboundSchema` instead. */
4875
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$inboundSchema;
4876
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$outboundSchema` instead. */
4877
4877
  export const outboundSchema =
4878
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$outboundSchema;
4879
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$Outbound` instead. */
4878
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$outboundSchema;
4879
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$Outbound` instead. */
4880
4880
  export type Outbound =
4881
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$Outbound;
4881
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$Outbound;
4882
4882
  }
4883
4883
 
4884
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt8495ToJSON(
4885
- createIntegrationStoreDirectUiOptionsAtBRANDAt8495:
4886
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495,
4884
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8557ToJSON(
4885
+ createIntegrationStoreDirectUiOptionsAtBRANDAt8557:
4886
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557,
4887
4887
  ): string {
4888
4888
  return JSON.stringify(
4889
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$outboundSchema.parse(
4890
- createIntegrationStoreDirectUiOptionsAtBRANDAt8495,
4889
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$outboundSchema.parse(
4890
+ createIntegrationStoreDirectUiOptionsAtBRANDAt8557,
4891
4891
  ),
4892
4892
  );
4893
4893
  }
4894
4894
 
4895
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt8495FromJSON(
4895
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8557FromJSON(
4896
4896
  jsonString: string,
4897
4897
  ): SafeParseResult<
4898
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495,
4898
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557,
4899
4899
  SDKValidationError
4900
4900
  > {
4901
4901
  return safeParse(
4902
4902
  jsonString,
4903
4903
  (x) =>
4904
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$inboundSchema.parse(
4904
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$inboundSchema.parse(
4905
4905
  JSON.parse(x),
4906
4906
  ),
4907
- `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495' from JSON`,
4907
+ `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557' from JSON`,
4908
4908
  );
4909
4909
  }
4910
4910
 
@@ -4912,18 +4912,18 @@ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8495FromJSON(
4912
4912
  export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema:
4913
4913
  z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown> =
4914
4914
  z.object({
4915
- "__@BRAND@8495": z.lazy(() =>
4916
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$inboundSchema
4915
+ "__@BRAND@8557": z.lazy(() =>
4916
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$inboundSchema
4917
4917
  ),
4918
4918
  }).transform((v) => {
4919
4919
  return remap$(v, {
4920
- "__@BRAND@8495": "atBRANDAt8495",
4920
+ "__@BRAND@8557": "atBRANDAt8557",
4921
4921
  });
4922
4922
  });
4923
4923
 
4924
4924
  /** @internal */
4925
4925
  export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
4926
- "__@BRAND@8495": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$Outbound;
4926
+ "__@BRAND@8557": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$Outbound;
4927
4927
  };
4928
4928
 
4929
4929
  /** @internal */
@@ -4933,12 +4933,12 @@ export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema:
4933
4933
  z.ZodTypeDef,
4934
4934
  CreateIntegrationStoreDirectUiOptionsValue
4935
4935
  > = z.object({
4936
- atBRANDAt8495: z.lazy(() =>
4937
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$outboundSchema
4936
+ atBRANDAt8557: z.lazy(() =>
4937
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$outboundSchema
4938
4938
  ),
4939
4939
  }).transform((v) => {
4940
4940
  return remap$(v, {
4941
- atBRANDAt8495: "__@BRAND@8495",
4941
+ atBRANDAt8557: "__@BRAND@8557",
4942
4942
  });
4943
4943
  });
4944
4944
 
@@ -5422,50 +5422,50 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(
5422
5422
  }
5423
5423
 
5424
5424
  /** @internal */
5425
- export const UiOptionsAtBRANDAt8495$inboundSchema: z.ZodType<
5426
- UiOptionsAtBRANDAt8495,
5425
+ export const UiOptionsAtBRANDAt8557$inboundSchema: z.ZodType<
5426
+ UiOptionsAtBRANDAt8557,
5427
5427
  z.ZodTypeDef,
5428
5428
  unknown
5429
5429
  > = z.object({});
5430
5430
 
5431
5431
  /** @internal */
5432
- export type UiOptionsAtBRANDAt8495$Outbound = {};
5432
+ export type UiOptionsAtBRANDAt8557$Outbound = {};
5433
5433
 
5434
5434
  /** @internal */
5435
- export const UiOptionsAtBRANDAt8495$outboundSchema: z.ZodType<
5436
- UiOptionsAtBRANDAt8495$Outbound,
5435
+ export const UiOptionsAtBRANDAt8557$outboundSchema: z.ZodType<
5436
+ UiOptionsAtBRANDAt8557$Outbound,
5437
5437
  z.ZodTypeDef,
5438
- UiOptionsAtBRANDAt8495
5438
+ UiOptionsAtBRANDAt8557
5439
5439
  > = z.object({});
5440
5440
 
5441
5441
  /**
5442
5442
  * @internal
5443
5443
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5444
5444
  */
5445
- export namespace UiOptionsAtBRANDAt8495$ {
5446
- /** @deprecated use `UiOptionsAtBRANDAt8495$inboundSchema` instead. */
5447
- export const inboundSchema = UiOptionsAtBRANDAt8495$inboundSchema;
5448
- /** @deprecated use `UiOptionsAtBRANDAt8495$outboundSchema` instead. */
5449
- export const outboundSchema = UiOptionsAtBRANDAt8495$outboundSchema;
5450
- /** @deprecated use `UiOptionsAtBRANDAt8495$Outbound` instead. */
5451
- export type Outbound = UiOptionsAtBRANDAt8495$Outbound;
5445
+ export namespace UiOptionsAtBRANDAt8557$ {
5446
+ /** @deprecated use `UiOptionsAtBRANDAt8557$inboundSchema` instead. */
5447
+ export const inboundSchema = UiOptionsAtBRANDAt8557$inboundSchema;
5448
+ /** @deprecated use `UiOptionsAtBRANDAt8557$outboundSchema` instead. */
5449
+ export const outboundSchema = UiOptionsAtBRANDAt8557$outboundSchema;
5450
+ /** @deprecated use `UiOptionsAtBRANDAt8557$Outbound` instead. */
5451
+ export type Outbound = UiOptionsAtBRANDAt8557$Outbound;
5452
5452
  }
5453
5453
 
5454
- export function uiOptionsAtBRANDAt8495ToJSON(
5455
- uiOptionsAtBRANDAt8495: UiOptionsAtBRANDAt8495,
5454
+ export function uiOptionsAtBRANDAt8557ToJSON(
5455
+ uiOptionsAtBRANDAt8557: UiOptionsAtBRANDAt8557,
5456
5456
  ): string {
5457
5457
  return JSON.stringify(
5458
- UiOptionsAtBRANDAt8495$outboundSchema.parse(uiOptionsAtBRANDAt8495),
5458
+ UiOptionsAtBRANDAt8557$outboundSchema.parse(uiOptionsAtBRANDAt8557),
5459
5459
  );
5460
5460
  }
5461
5461
 
5462
- export function uiOptionsAtBRANDAt8495FromJSON(
5462
+ export function uiOptionsAtBRANDAt8557FromJSON(
5463
5463
  jsonString: string,
5464
- ): SafeParseResult<UiOptionsAtBRANDAt8495, SDKValidationError> {
5464
+ ): SafeParseResult<UiOptionsAtBRANDAt8557, SDKValidationError> {
5465
5465
  return safeParse(
5466
5466
  jsonString,
5467
- (x) => UiOptionsAtBRANDAt8495$inboundSchema.parse(JSON.parse(x)),
5468
- `Failed to parse 'UiOptionsAtBRANDAt8495' from JSON`,
5467
+ (x) => UiOptionsAtBRANDAt8557$inboundSchema.parse(JSON.parse(x)),
5468
+ `Failed to parse 'UiOptionsAtBRANDAt8557' from JSON`,
5469
5469
  );
5470
5470
  }
5471
5471
 
@@ -5475,16 +5475,16 @@ export const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<
5475
5475
  z.ZodTypeDef,
5476
5476
  unknown
5477
5477
  > = z.object({
5478
- "__@BRAND@8495": z.lazy(() => UiOptionsAtBRANDAt8495$inboundSchema),
5478
+ "__@BRAND@8557": z.lazy(() => UiOptionsAtBRANDAt8557$inboundSchema),
5479
5479
  }).transform((v) => {
5480
5480
  return remap$(v, {
5481
- "__@BRAND@8495": "atBRANDAt8495",
5481
+ "__@BRAND@8557": "atBRANDAt8557",
5482
5482
  });
5483
5483
  });
5484
5484
 
5485
5485
  /** @internal */
5486
5486
  export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
5487
- "__@BRAND@8495": UiOptionsAtBRANDAt8495$Outbound;
5487
+ "__@BRAND@8557": UiOptionsAtBRANDAt8557$Outbound;
5488
5488
  };
5489
5489
 
5490
5490
  /** @internal */
@@ -5493,10 +5493,10 @@ export const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<
5493
5493
  z.ZodTypeDef,
5494
5494
  CreateIntegrationStoreDirectUiOptions2
5495
5495
  > = z.object({
5496
- atBRANDAt8495: z.lazy(() => UiOptionsAtBRANDAt8495$outboundSchema),
5496
+ atBRANDAt8557: z.lazy(() => UiOptionsAtBRANDAt8557$outboundSchema),
5497
5497
  }).transform((v) => {
5498
5498
  return remap$(v, {
5499
- atBRANDAt8495: "__@BRAND@8495",
5499
+ atBRANDAt8557: "__@BRAND@8557",
5500
5500
  });
5501
5501
  });
5502
5502
 
@@ -6058,65 +6058,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
6058
6058
  }
6059
6059
 
6060
6060
  /** @internal */
6061
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$inboundSchema:
6061
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$inboundSchema:
6062
6062
  z.ZodType<
6063
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495,
6063
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557,
6064
6064
  z.ZodTypeDef,
6065
6065
  unknown
6066
6066
  > = z.object({});
6067
6067
 
6068
6068
  /** @internal */
6069
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$Outbound =
6069
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$Outbound =
6070
6070
  {};
6071
6071
 
6072
6072
  /** @internal */
6073
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$outboundSchema:
6073
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$outboundSchema:
6074
6074
  z.ZodType<
6075
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$Outbound,
6075
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$Outbound,
6076
6076
  z.ZodTypeDef,
6077
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495
6077
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557
6078
6078
  > = z.object({});
6079
6079
 
6080
6080
  /**
6081
6081
  * @internal
6082
6082
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6083
6083
  */
6084
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$ {
6085
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$inboundSchema` instead. */
6084
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$ {
6085
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$inboundSchema` instead. */
6086
6086
  export const inboundSchema =
6087
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$inboundSchema;
6088
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$outboundSchema` instead. */
6087
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$inboundSchema;
6088
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$outboundSchema` instead. */
6089
6089
  export const outboundSchema =
6090
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$outboundSchema;
6091
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$Outbound` instead. */
6090
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$outboundSchema;
6091
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$Outbound` instead. */
6092
6092
  export type Outbound =
6093
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$Outbound;
6093
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$Outbound;
6094
6094
  }
6095
6095
 
6096
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495ToJSON(
6097
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495:
6098
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495,
6096
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557ToJSON(
6097
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557:
6098
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557,
6099
6099
  ): string {
6100
6100
  return JSON.stringify(
6101
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$outboundSchema
6101
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$outboundSchema
6102
6102
  .parse(
6103
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495,
6103
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557,
6104
6104
  ),
6105
6105
  );
6106
6106
  }
6107
6107
 
6108
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495FromJSON(
6108
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557FromJSON(
6109
6109
  jsonString: string,
6110
6110
  ): SafeParseResult<
6111
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495,
6111
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557,
6112
6112
  SDKValidationError
6113
6113
  > {
6114
6114
  return safeParse(
6115
6115
  jsonString,
6116
6116
  (x) =>
6117
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$inboundSchema
6117
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$inboundSchema
6118
6118
  .parse(JSON.parse(x)),
6119
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495' from JSON`,
6119
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557' from JSON`,
6120
6120
  );
6121
6121
  }
6122
6122
 
@@ -6127,20 +6127,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
6127
6127
  z.ZodTypeDef,
6128
6128
  unknown
6129
6129
  > = z.object({
6130
- "__@BRAND@8495": z.lazy(() =>
6131
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$inboundSchema
6130
+ "__@BRAND@8557": z.lazy(() =>
6131
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$inboundSchema
6132
6132
  ),
6133
6133
  }).transform((v) => {
6134
6134
  return remap$(v, {
6135
- "__@BRAND@8495": "atBRANDAt8495",
6135
+ "__@BRAND@8557": "atBRANDAt8557",
6136
6136
  });
6137
6137
  });
6138
6138
 
6139
6139
  /** @internal */
6140
6140
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound =
6141
6141
  {
6142
- "__@BRAND@8495":
6143
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$Outbound;
6142
+ "__@BRAND@8557":
6143
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$Outbound;
6144
6144
  };
6145
6145
 
6146
6146
  /** @internal */
@@ -6150,12 +6150,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
6150
6150
  z.ZodTypeDef,
6151
6151
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
6152
6152
  > = z.object({
6153
- atBRANDAt8495: z.lazy(() =>
6154
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$outboundSchema
6153
+ atBRANDAt8557: z.lazy(() =>
6154
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$outboundSchema
6155
6155
  ),
6156
6156
  }).transform((v) => {
6157
6157
  return remap$(v, {
6158
- atBRANDAt8495: "__@BRAND@8495",
6158
+ atBRANDAt8557: "__@BRAND@8557",
6159
6159
  });
6160
6160
  });
6161
6161
 
@@ -6203,65 +6203,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
6203
6203
  }
6204
6204
 
6205
6205
  /** @internal */
6206
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$inboundSchema:
6206
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$inboundSchema:
6207
6207
  z.ZodType<
6208
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495,
6208
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557,
6209
6209
  z.ZodTypeDef,
6210
6210
  unknown
6211
6211
  > = z.object({});
6212
6212
 
6213
6213
  /** @internal */
6214
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$Outbound =
6214
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$Outbound =
6215
6215
  {};
6216
6216
 
6217
6217
  /** @internal */
6218
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$outboundSchema:
6218
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$outboundSchema:
6219
6219
  z.ZodType<
6220
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$Outbound,
6220
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$Outbound,
6221
6221
  z.ZodTypeDef,
6222
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495
6222
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557
6223
6223
  > = z.object({});
6224
6224
 
6225
6225
  /**
6226
6226
  * @internal
6227
6227
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6228
6228
  */
6229
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$ {
6230
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$inboundSchema` instead. */
6229
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$ {
6230
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$inboundSchema` instead. */
6231
6231
  export const inboundSchema =
6232
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$inboundSchema;
6233
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$outboundSchema` instead. */
6232
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$inboundSchema;
6233
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$outboundSchema` instead. */
6234
6234
  export const outboundSchema =
6235
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$outboundSchema;
6236
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$Outbound` instead. */
6235
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$outboundSchema;
6236
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$Outbound` instead. */
6237
6237
  export type Outbound =
6238
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$Outbound;
6238
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$Outbound;
6239
6239
  }
6240
6240
 
6241
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495ToJSON(
6242
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495:
6243
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495,
6241
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557ToJSON(
6242
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557:
6243
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557,
6244
6244
  ): string {
6245
6245
  return JSON.stringify(
6246
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$outboundSchema
6246
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$outboundSchema
6247
6247
  .parse(
6248
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495,
6248
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557,
6249
6249
  ),
6250
6250
  );
6251
6251
  }
6252
6252
 
6253
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495FromJSON(
6253
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557FromJSON(
6254
6254
  jsonString: string,
6255
6255
  ): SafeParseResult<
6256
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495,
6256
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557,
6257
6257
  SDKValidationError
6258
6258
  > {
6259
6259
  return safeParse(
6260
6260
  jsonString,
6261
6261
  (x) =>
6262
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$inboundSchema
6262
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$inboundSchema
6263
6263
  .parse(JSON.parse(x)),
6264
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495' from JSON`,
6264
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557' from JSON`,
6265
6265
  );
6266
6266
  }
6267
6267
 
@@ -6272,20 +6272,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
6272
6272
  z.ZodTypeDef,
6273
6273
  unknown
6274
6274
  > = z.object({
6275
- "__@BRAND@8495": z.lazy(() =>
6276
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$inboundSchema
6275
+ "__@BRAND@8557": z.lazy(() =>
6276
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$inboundSchema
6277
6277
  ),
6278
6278
  }).transform((v) => {
6279
6279
  return remap$(v, {
6280
- "__@BRAND@8495": "atBRANDAt8495",
6280
+ "__@BRAND@8557": "atBRANDAt8557",
6281
6281
  });
6282
6282
  });
6283
6283
 
6284
6284
  /** @internal */
6285
6285
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound =
6286
6286
  {
6287
- "__@BRAND@8495":
6288
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$Outbound;
6287
+ "__@BRAND@8557":
6288
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$Outbound;
6289
6289
  };
6290
6290
 
6291
6291
  /** @internal */
@@ -6295,12 +6295,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
6295
6295
  z.ZodTypeDef,
6296
6296
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
6297
6297
  > = z.object({
6298
- atBRANDAt8495: z.lazy(() =>
6299
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$outboundSchema
6298
+ atBRANDAt8557: z.lazy(() =>
6299
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$outboundSchema
6300
6300
  ),
6301
6301
  }).transform((v) => {
6302
6302
  return remap$(v, {
6303
- atBRANDAt8495: "__@BRAND@8495",
6303
+ atBRANDAt8557: "__@BRAND@8557",
6304
6304
  });
6305
6305
  });
6306
6306
 
@@ -6348,65 +6348,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
6348
6348
  }
6349
6349
 
6350
6350
  /** @internal */
6351
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$inboundSchema:
6351
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$inboundSchema:
6352
6352
  z.ZodType<
6353
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495,
6353
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557,
6354
6354
  z.ZodTypeDef,
6355
6355
  unknown
6356
6356
  > = z.object({});
6357
6357
 
6358
6358
  /** @internal */
6359
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$Outbound =
6359
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$Outbound =
6360
6360
  {};
6361
6361
 
6362
6362
  /** @internal */
6363
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$outboundSchema:
6363
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$outboundSchema:
6364
6364
  z.ZodType<
6365
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$Outbound,
6365
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$Outbound,
6366
6366
  z.ZodTypeDef,
6367
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495
6367
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557
6368
6368
  > = z.object({});
6369
6369
 
6370
6370
  /**
6371
6371
  * @internal
6372
6372
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6373
6373
  */
6374
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$ {
6375
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$inboundSchema` instead. */
6374
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$ {
6375
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$inboundSchema` instead. */
6376
6376
  export const inboundSchema =
6377
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$inboundSchema;
6378
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$outboundSchema` instead. */
6377
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$inboundSchema;
6378
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$outboundSchema` instead. */
6379
6379
  export const outboundSchema =
6380
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$outboundSchema;
6381
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$Outbound` instead. */
6380
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$outboundSchema;
6381
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$Outbound` instead. */
6382
6382
  export type Outbound =
6383
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$Outbound;
6383
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$Outbound;
6384
6384
  }
6385
6385
 
6386
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495ToJSON(
6387
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495:
6388
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495,
6386
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557ToJSON(
6387
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557:
6388
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557,
6389
6389
  ): string {
6390
6390
  return JSON.stringify(
6391
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$outboundSchema
6391
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$outboundSchema
6392
6392
  .parse(
6393
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495,
6393
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557,
6394
6394
  ),
6395
6395
  );
6396
6396
  }
6397
6397
 
6398
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495FromJSON(
6398
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557FromJSON(
6399
6399
  jsonString: string,
6400
6400
  ): SafeParseResult<
6401
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495,
6401
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557,
6402
6402
  SDKValidationError
6403
6403
  > {
6404
6404
  return safeParse(
6405
6405
  jsonString,
6406
6406
  (x) =>
6407
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$inboundSchema
6407
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$inboundSchema
6408
6408
  .parse(JSON.parse(x)),
6409
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495' from JSON`,
6409
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557' from JSON`,
6410
6410
  );
6411
6411
  }
6412
6412
 
@@ -6417,20 +6417,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$i
6417
6417
  z.ZodTypeDef,
6418
6418
  unknown
6419
6419
  > = z.object({
6420
- "__@BRAND@8495": z.lazy(() =>
6421
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$inboundSchema
6420
+ "__@BRAND@8557": z.lazy(() =>
6421
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$inboundSchema
6422
6422
  ),
6423
6423
  }).transform((v) => {
6424
6424
  return remap$(v, {
6425
- "__@BRAND@8495": "atBRANDAt8495",
6425
+ "__@BRAND@8557": "atBRANDAt8557",
6426
6426
  });
6427
6427
  });
6428
6428
 
6429
6429
  /** @internal */
6430
6430
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound =
6431
6431
  {
6432
- "__@BRAND@8495":
6433
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$Outbound;
6432
+ "__@BRAND@8557":
6433
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$Outbound;
6434
6434
  };
6435
6435
 
6436
6436
  /** @internal */
@@ -6440,12 +6440,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$o
6440
6440
  z.ZodTypeDef,
6441
6441
  CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern
6442
6442
  > = z.object({
6443
- atBRANDAt8495: z.lazy(() =>
6444
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$outboundSchema
6443
+ atBRANDAt8557: z.lazy(() =>
6444
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$outboundSchema
6445
6445
  ),
6446
6446
  }).transform((v) => {
6447
6447
  return remap$(v, {
6448
- atBRANDAt8495: "__@BRAND@8495",
6448
+ atBRANDAt8557: "__@BRAND@8557",
6449
6449
  });
6450
6450
  });
6451
6451
 
@@ -7520,65 +7520,65 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
7520
7520
  }
7521
7521
 
7522
7522
  /** @internal */
7523
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$inboundSchema:
7523
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$inboundSchema:
7524
7524
  z.ZodType<
7525
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495,
7525
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557,
7526
7526
  z.ZodTypeDef,
7527
7527
  unknown
7528
7528
  > = z.object({});
7529
7529
 
7530
7530
  /** @internal */
7531
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$Outbound =
7531
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$Outbound =
7532
7532
  {};
7533
7533
 
7534
7534
  /** @internal */
7535
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$outboundSchema:
7535
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$outboundSchema:
7536
7536
  z.ZodType<
7537
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$Outbound,
7537
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$Outbound,
7538
7538
  z.ZodTypeDef,
7539
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495
7539
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557
7540
7540
  > = z.object({});
7541
7541
 
7542
7542
  /**
7543
7543
  * @internal
7544
7544
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7545
7545
  */
7546
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$ {
7547
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$inboundSchema` instead. */
7546
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$ {
7547
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$inboundSchema` instead. */
7548
7548
  export const inboundSchema =
7549
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$inboundSchema;
7550
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$outboundSchema` instead. */
7549
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$inboundSchema;
7550
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$outboundSchema` instead. */
7551
7551
  export const outboundSchema =
7552
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$outboundSchema;
7553
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$Outbound` instead. */
7552
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$outboundSchema;
7553
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$Outbound` instead. */
7554
7554
  export type Outbound =
7555
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$Outbound;
7555
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$Outbound;
7556
7556
  }
7557
7557
 
7558
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495ToJSON(
7559
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495:
7560
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495,
7558
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557ToJSON(
7559
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557:
7560
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557,
7561
7561
  ): string {
7562
7562
  return JSON.stringify(
7563
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$outboundSchema
7563
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$outboundSchema
7564
7564
  .parse(
7565
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495,
7565
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557,
7566
7566
  ),
7567
7567
  );
7568
7568
  }
7569
7569
 
7570
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495FromJSON(
7570
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557FromJSON(
7571
7571
  jsonString: string,
7572
7572
  ): SafeParseResult<
7573
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495,
7573
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557,
7574
7574
  SDKValidationError
7575
7575
  > {
7576
7576
  return safeParse(
7577
7577
  jsonString,
7578
7578
  (x) =>
7579
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$inboundSchema
7579
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$inboundSchema
7580
7580
  .parse(JSON.parse(x)),
7581
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495' from JSON`,
7581
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557' from JSON`,
7582
7582
  );
7583
7583
  }
7584
7584
 
@@ -7589,20 +7589,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
7589
7589
  z.ZodTypeDef,
7590
7590
  unknown
7591
7591
  > = z.object({
7592
- "__@BRAND@8495": z.lazy(() =>
7593
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$inboundSchema
7592
+ "__@BRAND@8557": z.lazy(() =>
7593
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$inboundSchema
7594
7594
  ),
7595
7595
  }).transform((v) => {
7596
7596
  return remap$(v, {
7597
- "__@BRAND@8495": "atBRANDAt8495",
7597
+ "__@BRAND@8557": "atBRANDAt8557",
7598
7598
  });
7599
7599
  });
7600
7600
 
7601
7601
  /** @internal */
7602
7602
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound =
7603
7603
  {
7604
- "__@BRAND@8495":
7605
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$Outbound;
7604
+ "__@BRAND@8557":
7605
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$Outbound;
7606
7606
  };
7607
7607
 
7608
7608
  /** @internal */
@@ -7612,12 +7612,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
7612
7612
  z.ZodTypeDef,
7613
7613
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength
7614
7614
  > = z.object({
7615
- atBRANDAt8495: z.lazy(() =>
7616
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$outboundSchema
7615
+ atBRANDAt8557: z.lazy(() =>
7616
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$outboundSchema
7617
7617
  ),
7618
7618
  }).transform((v) => {
7619
7619
  return remap$(v, {
7620
- atBRANDAt8495: "__@BRAND@8495",
7620
+ atBRANDAt8557: "__@BRAND@8557",
7621
7621
  });
7622
7622
  });
7623
7623
 
@@ -7665,65 +7665,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
7665
7665
  }
7666
7666
 
7667
7667
  /** @internal */
7668
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$inboundSchema:
7668
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$inboundSchema:
7669
7669
  z.ZodType<
7670
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495,
7670
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557,
7671
7671
  z.ZodTypeDef,
7672
7672
  unknown
7673
7673
  > = z.object({});
7674
7674
 
7675
7675
  /** @internal */
7676
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$Outbound =
7676
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$Outbound =
7677
7677
  {};
7678
7678
 
7679
7679
  /** @internal */
7680
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$outboundSchema:
7680
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$outboundSchema:
7681
7681
  z.ZodType<
7682
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$Outbound,
7682
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$Outbound,
7683
7683
  z.ZodTypeDef,
7684
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495
7684
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557
7685
7685
  > = z.object({});
7686
7686
 
7687
7687
  /**
7688
7688
  * @internal
7689
7689
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7690
7690
  */
7691
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$ {
7692
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$inboundSchema` instead. */
7691
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$ {
7692
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$inboundSchema` instead. */
7693
7693
  export const inboundSchema =
7694
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$inboundSchema;
7695
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$outboundSchema` instead. */
7694
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$inboundSchema;
7695
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$outboundSchema` instead. */
7696
7696
  export const outboundSchema =
7697
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$outboundSchema;
7698
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$Outbound` instead. */
7697
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$outboundSchema;
7698
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$Outbound` instead. */
7699
7699
  export type Outbound =
7700
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$Outbound;
7700
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$Outbound;
7701
7701
  }
7702
7702
 
7703
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495ToJSON(
7704
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495:
7705
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495,
7703
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557ToJSON(
7704
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557:
7705
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557,
7706
7706
  ): string {
7707
7707
  return JSON.stringify(
7708
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$outboundSchema
7708
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$outboundSchema
7709
7709
  .parse(
7710
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495,
7710
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557,
7711
7711
  ),
7712
7712
  );
7713
7713
  }
7714
7714
 
7715
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495FromJSON(
7715
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557FromJSON(
7716
7716
  jsonString: string,
7717
7717
  ): SafeParseResult<
7718
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495,
7718
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557,
7719
7719
  SDKValidationError
7720
7720
  > {
7721
7721
  return safeParse(
7722
7722
  jsonString,
7723
7723
  (x) =>
7724
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$inboundSchema
7724
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$inboundSchema
7725
7725
  .parse(JSON.parse(x)),
7726
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495' from JSON`,
7726
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557' from JSON`,
7727
7727
  );
7728
7728
  }
7729
7729
 
@@ -7734,20 +7734,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
7734
7734
  z.ZodTypeDef,
7735
7735
  unknown
7736
7736
  > = z.object({
7737
- "__@BRAND@8495": z.lazy(() =>
7738
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$inboundSchema
7737
+ "__@BRAND@8557": z.lazy(() =>
7738
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$inboundSchema
7739
7739
  ),
7740
7740
  }).transform((v) => {
7741
7741
  return remap$(v, {
7742
- "__@BRAND@8495": "atBRANDAt8495",
7742
+ "__@BRAND@8557": "atBRANDAt8557",
7743
7743
  });
7744
7744
  });
7745
7745
 
7746
7746
  /** @internal */
7747
7747
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound =
7748
7748
  {
7749
- "__@BRAND@8495":
7750
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$Outbound;
7749
+ "__@BRAND@8557":
7750
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$Outbound;
7751
7751
  };
7752
7752
 
7753
7753
  /** @internal */
@@ -7757,12 +7757,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
7757
7757
  z.ZodTypeDef,
7758
7758
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength
7759
7759
  > = z.object({
7760
- atBRANDAt8495: z.lazy(() =>
7761
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$outboundSchema
7760
+ atBRANDAt8557: z.lazy(() =>
7761
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$outboundSchema
7762
7762
  ),
7763
7763
  }).transform((v) => {
7764
7764
  return remap$(v, {
7765
- atBRANDAt8495: "__@BRAND@8495",
7765
+ atBRANDAt8557: "__@BRAND@8557",
7766
7766
  });
7767
7767
  });
7768
7768
 
@@ -7810,65 +7810,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
7810
7810
  }
7811
7811
 
7812
7812
  /** @internal */
7813
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$inboundSchema:
7813
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$inboundSchema:
7814
7814
  z.ZodType<
7815
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495,
7815
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557,
7816
7816
  z.ZodTypeDef,
7817
7817
  unknown
7818
7818
  > = z.object({});
7819
7819
 
7820
7820
  /** @internal */
7821
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$Outbound =
7821
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$Outbound =
7822
7822
  {};
7823
7823
 
7824
7824
  /** @internal */
7825
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$outboundSchema:
7825
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$outboundSchema:
7826
7826
  z.ZodType<
7827
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$Outbound,
7827
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$Outbound,
7828
7828
  z.ZodTypeDef,
7829
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495
7829
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557
7830
7830
  > = z.object({});
7831
7831
 
7832
7832
  /**
7833
7833
  * @internal
7834
7834
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7835
7835
  */
7836
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$ {
7837
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$inboundSchema` instead. */
7836
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$ {
7837
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$inboundSchema` instead. */
7838
7838
  export const inboundSchema =
7839
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$inboundSchema;
7840
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$outboundSchema` instead. */
7839
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$inboundSchema;
7840
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$outboundSchema` instead. */
7841
7841
  export const outboundSchema =
7842
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$outboundSchema;
7843
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$Outbound` instead. */
7842
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$outboundSchema;
7843
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$Outbound` instead. */
7844
7844
  export type Outbound =
7845
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$Outbound;
7845
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$Outbound;
7846
7846
  }
7847
7847
 
7848
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495ToJSON(
7849
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495:
7850
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495,
7848
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557ToJSON(
7849
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557:
7850
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557,
7851
7851
  ): string {
7852
7852
  return JSON.stringify(
7853
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$outboundSchema
7853
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$outboundSchema
7854
7854
  .parse(
7855
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495,
7855
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557,
7856
7856
  ),
7857
7857
  );
7858
7858
  }
7859
7859
 
7860
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495FromJSON(
7860
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557FromJSON(
7861
7861
  jsonString: string,
7862
7862
  ): SafeParseResult<
7863
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495,
7863
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557,
7864
7864
  SDKValidationError
7865
7865
  > {
7866
7866
  return safeParse(
7867
7867
  jsonString,
7868
7868
  (x) =>
7869
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$inboundSchema
7869
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$inboundSchema
7870
7870
  .parse(JSON.parse(x)),
7871
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495' from JSON`,
7871
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557' from JSON`,
7872
7872
  );
7873
7873
  }
7874
7874
 
@@ -7879,20 +7879,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
7879
7879
  z.ZodTypeDef,
7880
7880
  unknown
7881
7881
  > = z.object({
7882
- "__@BRAND@8495": z.lazy(() =>
7883
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$inboundSchema
7882
+ "__@BRAND@8557": z.lazy(() =>
7883
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$inboundSchema
7884
7884
  ),
7885
7885
  }).transform((v) => {
7886
7886
  return remap$(v, {
7887
- "__@BRAND@8495": "atBRANDAt8495",
7887
+ "__@BRAND@8557": "atBRANDAt8557",
7888
7888
  });
7889
7889
  });
7890
7890
 
7891
7891
  /** @internal */
7892
7892
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound =
7893
7893
  {
7894
- "__@BRAND@8495":
7895
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$Outbound;
7894
+ "__@BRAND@8557":
7895
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$Outbound;
7896
7896
  };
7897
7897
 
7898
7898
  /** @internal */
@@ -7902,12 +7902,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
7902
7902
  z.ZodTypeDef,
7903
7903
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern
7904
7904
  > = z.object({
7905
- atBRANDAt8495: z.lazy(() =>
7906
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$outboundSchema
7905
+ atBRANDAt8557: z.lazy(() =>
7906
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$outboundSchema
7907
7907
  ),
7908
7908
  }).transform((v) => {
7909
7909
  return remap$(v, {
7910
- atBRANDAt8495: "__@BRAND@8495",
7910
+ atBRANDAt8557: "__@BRAND@8557",
7911
7911
  });
7912
7912
  });
7913
7913
 
@@ -9978,63 +9978,63 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(
9978
9978
  }
9979
9979
 
9980
9980
  /** @internal */
9981
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$inboundSchema:
9981
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$inboundSchema:
9982
9982
  z.ZodType<
9983
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495,
9983
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557,
9984
9984
  z.ZodTypeDef,
9985
9985
  unknown
9986
9986
  > = z.object({});
9987
9987
 
9988
9988
  /** @internal */
9989
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$Outbound =
9989
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$Outbound =
9990
9990
  {};
9991
9991
 
9992
9992
  /** @internal */
9993
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$outboundSchema:
9993
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$outboundSchema:
9994
9994
  z.ZodType<
9995
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$Outbound,
9995
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$Outbound,
9996
9996
  z.ZodTypeDef,
9997
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495
9997
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557
9998
9998
  > = z.object({});
9999
9999
 
10000
10000
  /**
10001
10001
  * @internal
10002
10002
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10003
10003
  */
10004
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$ {
10005
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$inboundSchema` instead. */
10004
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$ {
10005
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$inboundSchema` instead. */
10006
10006
  export const inboundSchema =
10007
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$inboundSchema;
10008
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$outboundSchema` instead. */
10007
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$inboundSchema;
10008
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$outboundSchema` instead. */
10009
10009
  export const outboundSchema =
10010
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$outboundSchema;
10011
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$Outbound` instead. */
10010
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$outboundSchema;
10011
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$Outbound` instead. */
10012
10012
  export type Outbound =
10013
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$Outbound;
10013
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$Outbound;
10014
10014
  }
10015
10015
 
10016
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495ToJSON(
10017
- createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495:
10018
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495,
10016
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557ToJSON(
10017
+ createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557:
10018
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557,
10019
10019
  ): string {
10020
10020
  return JSON.stringify(
10021
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$outboundSchema
10022
- .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495),
10021
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$outboundSchema
10022
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557),
10023
10023
  );
10024
10024
  }
10025
10025
 
10026
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495FromJSON(
10026
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557FromJSON(
10027
10027
  jsonString: string,
10028
10028
  ): SafeParseResult<
10029
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495,
10029
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557,
10030
10030
  SDKValidationError
10031
10031
  > {
10032
10032
  return safeParse(
10033
10033
  jsonString,
10034
10034
  (x) =>
10035
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$inboundSchema
10035
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$inboundSchema
10036
10036
  .parse(JSON.parse(x)),
10037
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495' from JSON`,
10037
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557' from JSON`,
10038
10038
  );
10039
10039
  }
10040
10040
 
@@ -10045,20 +10045,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inbound
10045
10045
  z.ZodTypeDef,
10046
10046
  unknown
10047
10047
  > = z.object({
10048
- "__@BRAND@8495": z.lazy(() =>
10049
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$inboundSchema
10048
+ "__@BRAND@8557": z.lazy(() =>
10049
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$inboundSchema
10050
10050
  ),
10051
10051
  }).transform((v) => {
10052
10052
  return remap$(v, {
10053
- "__@BRAND@8495": "atBRANDAt8495",
10053
+ "__@BRAND@8557": "atBRANDAt8557",
10054
10054
  });
10055
10055
  });
10056
10056
 
10057
10057
  /** @internal */
10058
10058
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound =
10059
10059
  {
10060
- "__@BRAND@8495":
10061
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$Outbound;
10060
+ "__@BRAND@8557":
10061
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$Outbound;
10062
10062
  };
10063
10063
 
10064
10064
  /** @internal */
@@ -10068,12 +10068,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboun
10068
10068
  z.ZodTypeDef,
10069
10069
  CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength
10070
10070
  > = z.object({
10071
- atBRANDAt8495: z.lazy(() =>
10072
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$outboundSchema
10071
+ atBRANDAt8557: z.lazy(() =>
10072
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$outboundSchema
10073
10073
  ),
10074
10074
  }).transform((v) => {
10075
10075
  return remap$(v, {
10076
- atBRANDAt8495: "__@BRAND@8495",
10076
+ atBRANDAt8557: "__@BRAND@8557",
10077
10077
  });
10078
10078
  });
10079
10079
 
@@ -10119,65 +10119,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
10119
10119
  }
10120
10120
 
10121
10121
  /** @internal */
10122
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$inboundSchema:
10122
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$inboundSchema:
10123
10123
  z.ZodType<
10124
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495,
10124
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557,
10125
10125
  z.ZodTypeDef,
10126
10126
  unknown
10127
10127
  > = z.object({});
10128
10128
 
10129
10129
  /** @internal */
10130
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$Outbound =
10130
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$Outbound =
10131
10131
  {};
10132
10132
 
10133
10133
  /** @internal */
10134
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$outboundSchema:
10134
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$outboundSchema:
10135
10135
  z.ZodType<
10136
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$Outbound,
10136
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$Outbound,
10137
10137
  z.ZodTypeDef,
10138
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495
10138
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557
10139
10139
  > = z.object({});
10140
10140
 
10141
10141
  /**
10142
10142
  * @internal
10143
10143
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10144
10144
  */
10145
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$ {
10146
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$inboundSchema` instead. */
10145
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$ {
10146
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$inboundSchema` instead. */
10147
10147
  export const inboundSchema =
10148
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$inboundSchema;
10149
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$outboundSchema` instead. */
10148
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$inboundSchema;
10149
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$outboundSchema` instead. */
10150
10150
  export const outboundSchema =
10151
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$outboundSchema;
10152
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$Outbound` instead. */
10151
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$outboundSchema;
10152
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$Outbound` instead. */
10153
10153
  export type Outbound =
10154
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$Outbound;
10154
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$Outbound;
10155
10155
  }
10156
10156
 
10157
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495ToJSON(
10158
- createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495:
10159
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495,
10157
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557ToJSON(
10158
+ createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557:
10159
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557,
10160
10160
  ): string {
10161
10161
  return JSON.stringify(
10162
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$outboundSchema
10162
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$outboundSchema
10163
10163
  .parse(
10164
- createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495,
10164
+ createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557,
10165
10165
  ),
10166
10166
  );
10167
10167
  }
10168
10168
 
10169
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495FromJSON(
10169
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557FromJSON(
10170
10170
  jsonString: string,
10171
10171
  ): SafeParseResult<
10172
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495,
10172
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557,
10173
10173
  SDKValidationError
10174
10174
  > {
10175
10175
  return safeParse(
10176
10176
  jsonString,
10177
10177
  (x) =>
10178
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$inboundSchema
10178
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$inboundSchema
10179
10179
  .parse(JSON.parse(x)),
10180
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495' from JSON`,
10180
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557' from JSON`,
10181
10181
  );
10182
10182
  }
10183
10183
 
@@ -10188,20 +10188,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inbound
10188
10188
  z.ZodTypeDef,
10189
10189
  unknown
10190
10190
  > = z.object({
10191
- "__@BRAND@8495": z.lazy(() =>
10192
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$inboundSchema
10191
+ "__@BRAND@8557": z.lazy(() =>
10192
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$inboundSchema
10193
10193
  ),
10194
10194
  }).transform((v) => {
10195
10195
  return remap$(v, {
10196
- "__@BRAND@8495": "atBRANDAt8495",
10196
+ "__@BRAND@8557": "atBRANDAt8557",
10197
10197
  });
10198
10198
  });
10199
10199
 
10200
10200
  /** @internal */
10201
10201
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound =
10202
10202
  {
10203
- "__@BRAND@8495":
10204
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$Outbound;
10203
+ "__@BRAND@8557":
10204
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$Outbound;
10205
10205
  };
10206
10206
 
10207
10207
  /** @internal */
@@ -10211,12 +10211,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboun
10211
10211
  z.ZodTypeDef,
10212
10212
  CreateIntegrationStoreDirectPropertiesIntegrationsMinLength
10213
10213
  > = z.object({
10214
- atBRANDAt8495: z.lazy(() =>
10215
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$outboundSchema
10214
+ atBRANDAt8557: z.lazy(() =>
10215
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$outboundSchema
10216
10216
  ),
10217
10217
  }).transform((v) => {
10218
10218
  return remap$(v, {
10219
- atBRANDAt8495: "__@BRAND@8495",
10219
+ atBRANDAt8557: "__@BRAND@8557",
10220
10220
  });
10221
10221
  });
10222
10222
 
@@ -10262,65 +10262,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
10262
10262
  }
10263
10263
 
10264
10264
  /** @internal */
10265
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$inboundSchema:
10265
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$inboundSchema:
10266
10266
  z.ZodType<
10267
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495,
10267
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557,
10268
10268
  z.ZodTypeDef,
10269
10269
  unknown
10270
10270
  > = z.object({});
10271
10271
 
10272
10272
  /** @internal */
10273
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$Outbound =
10273
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$Outbound =
10274
10274
  {};
10275
10275
 
10276
10276
  /** @internal */
10277
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$outboundSchema:
10277
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$outboundSchema:
10278
10278
  z.ZodType<
10279
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$Outbound,
10279
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$Outbound,
10280
10280
  z.ZodTypeDef,
10281
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495
10281
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557
10282
10282
  > = z.object({});
10283
10283
 
10284
10284
  /**
10285
10285
  * @internal
10286
10286
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10287
10287
  */
10288
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$ {
10289
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$inboundSchema` instead. */
10288
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$ {
10289
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$inboundSchema` instead. */
10290
10290
  export const inboundSchema =
10291
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$inboundSchema;
10292
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$outboundSchema` instead. */
10291
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$inboundSchema;
10292
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$outboundSchema` instead. */
10293
10293
  export const outboundSchema =
10294
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$outboundSchema;
10295
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$Outbound` instead. */
10294
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$outboundSchema;
10295
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$Outbound` instead. */
10296
10296
  export type Outbound =
10297
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$Outbound;
10297
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$Outbound;
10298
10298
  }
10299
10299
 
10300
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495ToJSON(
10301
- createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495:
10302
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495,
10300
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557ToJSON(
10301
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557:
10302
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557,
10303
10303
  ): string {
10304
10304
  return JSON.stringify(
10305
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$outboundSchema
10305
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$outboundSchema
10306
10306
  .parse(
10307
- createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495,
10307
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557,
10308
10308
  ),
10309
10309
  );
10310
10310
  }
10311
10311
 
10312
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495FromJSON(
10312
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557FromJSON(
10313
10313
  jsonString: string,
10314
10314
  ): SafeParseResult<
10315
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495,
10315
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557,
10316
10316
  SDKValidationError
10317
10317
  > {
10318
10318
  return safeParse(
10319
10319
  jsonString,
10320
10320
  (x) =>
10321
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$inboundSchema
10321
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$inboundSchema
10322
10322
  .parse(JSON.parse(x)),
10323
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495' from JSON`,
10323
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557' from JSON`,
10324
10324
  );
10325
10325
  }
10326
10326
 
@@ -10331,20 +10331,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSc
10331
10331
  z.ZodTypeDef,
10332
10332
  unknown
10333
10333
  > = z.object({
10334
- "__@BRAND@8495": z.lazy(() =>
10335
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$inboundSchema
10334
+ "__@BRAND@8557": z.lazy(() =>
10335
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$inboundSchema
10336
10336
  ),
10337
10337
  }).transform((v) => {
10338
10338
  return remap$(v, {
10339
- "__@BRAND@8495": "atBRANDAt8495",
10339
+ "__@BRAND@8557": "atBRANDAt8557",
10340
10340
  });
10341
10341
  });
10342
10342
 
10343
10343
  /** @internal */
10344
10344
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound =
10345
10345
  {
10346
- "__@BRAND@8495":
10347
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$Outbound;
10346
+ "__@BRAND@8557":
10347
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$Outbound;
10348
10348
  };
10349
10349
 
10350
10350
  /** @internal */
@@ -10354,12 +10354,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundS
10354
10354
  z.ZodTypeDef,
10355
10355
  CreateIntegrationStoreDirectPropertiesIntegrationsPattern
10356
10356
  > = z.object({
10357
- atBRANDAt8495: z.lazy(() =>
10358
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$outboundSchema
10357
+ atBRANDAt8557: z.lazy(() =>
10358
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$outboundSchema
10359
10359
  ),
10360
10360
  }).transform((v) => {
10361
10361
  return remap$(v, {
10362
- atBRANDAt8495: "__@BRAND@8495",
10362
+ atBRANDAt8557: "__@BRAND@8557",
10363
10363
  });
10364
10364
  });
10365
10365
 
@@ -14422,65 +14422,65 @@ export namespace CreateIntegrationStoreDirectPropertiesUiControl$ {
14422
14422
  }
14423
14423
 
14424
14424
  /** @internal */
14425
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$inboundSchema:
14425
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$inboundSchema:
14426
14426
  z.ZodType<
14427
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495,
14427
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557,
14428
14428
  z.ZodTypeDef,
14429
14429
  unknown
14430
14430
  > = z.object({});
14431
14431
 
14432
14432
  /** @internal */
14433
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$Outbound =
14433
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$Outbound =
14434
14434
  {};
14435
14435
 
14436
14436
  /** @internal */
14437
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$outboundSchema:
14437
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$outboundSchema:
14438
14438
  z.ZodType<
14439
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$Outbound,
14439
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$Outbound,
14440
14440
  z.ZodTypeDef,
14441
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495
14441
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557
14442
14442
  > = z.object({});
14443
14443
 
14444
14444
  /**
14445
14445
  * @internal
14446
14446
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
14447
14447
  */
14448
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$ {
14449
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$inboundSchema` instead. */
14448
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$ {
14449
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$inboundSchema` instead. */
14450
14450
  export const inboundSchema =
14451
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$inboundSchema;
14452
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$outboundSchema` instead. */
14451
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$inboundSchema;
14452
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$outboundSchema` instead. */
14453
14453
  export const outboundSchema =
14454
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$outboundSchema;
14455
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$Outbound` instead. */
14454
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$outboundSchema;
14455
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$Outbound` instead. */
14456
14456
  export type Outbound =
14457
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$Outbound;
14457
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$Outbound;
14458
14458
  }
14459
14459
 
14460
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495ToJSON(
14461
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495:
14462
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495,
14460
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557ToJSON(
14461
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557:
14462
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557,
14463
14463
  ): string {
14464
14464
  return JSON.stringify(
14465
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$outboundSchema
14465
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$outboundSchema
14466
14466
  .parse(
14467
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495,
14467
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557,
14468
14468
  ),
14469
14469
  );
14470
14470
  }
14471
14471
 
14472
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495FromJSON(
14472
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557FromJSON(
14473
14473
  jsonString: string,
14474
14474
  ): SafeParseResult<
14475
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495,
14475
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557,
14476
14476
  SDKValidationError
14477
14477
  > {
14478
14478
  return safeParse(
14479
14479
  jsonString,
14480
14480
  (x) =>
14481
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$inboundSchema
14481
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$inboundSchema
14482
14482
  .parse(JSON.parse(x)),
14483
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495' from JSON`,
14483
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557' from JSON`,
14484
14484
  );
14485
14485
  }
14486
14486
 
@@ -14491,19 +14491,19 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema:
14491
14491
  z.ZodTypeDef,
14492
14492
  unknown
14493
14493
  > = z.object({
14494
- "__@BRAND@8495": z.lazy(() =>
14495
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$inboundSchema
14494
+ "__@BRAND@8557": z.lazy(() =>
14495
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$inboundSchema
14496
14496
  ),
14497
14497
  }).transform((v) => {
14498
14498
  return remap$(v, {
14499
- "__@BRAND@8495": "atBRANDAt8495",
14499
+ "__@BRAND@8557": "atBRANDAt8557",
14500
14500
  });
14501
14501
  });
14502
14502
 
14503
14503
  /** @internal */
14504
14504
  export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
14505
- "__@BRAND@8495":
14506
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$Outbound;
14505
+ "__@BRAND@8557":
14506
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$Outbound;
14507
14507
  };
14508
14508
 
14509
14509
  /** @internal */
@@ -14513,12 +14513,12 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema:
14513
14513
  z.ZodTypeDef,
14514
14514
  CreateIntegrationStoreDirectPropertiesMaxLength
14515
14515
  > = z.object({
14516
- atBRANDAt8495: z.lazy(() =>
14517
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$outboundSchema
14516
+ atBRANDAt8557: z.lazy(() =>
14517
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$outboundSchema
14518
14518
  ),
14519
14519
  }).transform((v) => {
14520
14520
  return remap$(v, {
14521
- atBRANDAt8495: "__@BRAND@8495",
14521
+ atBRANDAt8557: "__@BRAND@8557",
14522
14522
  });
14523
14523
  });
14524
14524
 
@@ -14566,50 +14566,50 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(
14566
14566
  }
14567
14567
 
14568
14568
  /** @internal */
14569
- export const PropertiesAtBRANDAt8495$inboundSchema: z.ZodType<
14570
- PropertiesAtBRANDAt8495,
14569
+ export const PropertiesAtBRANDAt8557$inboundSchema: z.ZodType<
14570
+ PropertiesAtBRANDAt8557,
14571
14571
  z.ZodTypeDef,
14572
14572
  unknown
14573
14573
  > = z.object({});
14574
14574
 
14575
14575
  /** @internal */
14576
- export type PropertiesAtBRANDAt8495$Outbound = {};
14576
+ export type PropertiesAtBRANDAt8557$Outbound = {};
14577
14577
 
14578
14578
  /** @internal */
14579
- export const PropertiesAtBRANDAt8495$outboundSchema: z.ZodType<
14580
- PropertiesAtBRANDAt8495$Outbound,
14579
+ export const PropertiesAtBRANDAt8557$outboundSchema: z.ZodType<
14580
+ PropertiesAtBRANDAt8557$Outbound,
14581
14581
  z.ZodTypeDef,
14582
- PropertiesAtBRANDAt8495
14582
+ PropertiesAtBRANDAt8557
14583
14583
  > = z.object({});
14584
14584
 
14585
14585
  /**
14586
14586
  * @internal
14587
14587
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
14588
14588
  */
14589
- export namespace PropertiesAtBRANDAt8495$ {
14590
- /** @deprecated use `PropertiesAtBRANDAt8495$inboundSchema` instead. */
14591
- export const inboundSchema = PropertiesAtBRANDAt8495$inboundSchema;
14592
- /** @deprecated use `PropertiesAtBRANDAt8495$outboundSchema` instead. */
14593
- export const outboundSchema = PropertiesAtBRANDAt8495$outboundSchema;
14594
- /** @deprecated use `PropertiesAtBRANDAt8495$Outbound` instead. */
14595
- export type Outbound = PropertiesAtBRANDAt8495$Outbound;
14589
+ export namespace PropertiesAtBRANDAt8557$ {
14590
+ /** @deprecated use `PropertiesAtBRANDAt8557$inboundSchema` instead. */
14591
+ export const inboundSchema = PropertiesAtBRANDAt8557$inboundSchema;
14592
+ /** @deprecated use `PropertiesAtBRANDAt8557$outboundSchema` instead. */
14593
+ export const outboundSchema = PropertiesAtBRANDAt8557$outboundSchema;
14594
+ /** @deprecated use `PropertiesAtBRANDAt8557$Outbound` instead. */
14595
+ export type Outbound = PropertiesAtBRANDAt8557$Outbound;
14596
14596
  }
14597
14597
 
14598
- export function propertiesAtBRANDAt8495ToJSON(
14599
- propertiesAtBRANDAt8495: PropertiesAtBRANDAt8495,
14598
+ export function propertiesAtBRANDAt8557ToJSON(
14599
+ propertiesAtBRANDAt8557: PropertiesAtBRANDAt8557,
14600
14600
  ): string {
14601
14601
  return JSON.stringify(
14602
- PropertiesAtBRANDAt8495$outboundSchema.parse(propertiesAtBRANDAt8495),
14602
+ PropertiesAtBRANDAt8557$outboundSchema.parse(propertiesAtBRANDAt8557),
14603
14603
  );
14604
14604
  }
14605
14605
 
14606
- export function propertiesAtBRANDAt8495FromJSON(
14606
+ export function propertiesAtBRANDAt8557FromJSON(
14607
14607
  jsonString: string,
14608
- ): SafeParseResult<PropertiesAtBRANDAt8495, SDKValidationError> {
14608
+ ): SafeParseResult<PropertiesAtBRANDAt8557, SDKValidationError> {
14609
14609
  return safeParse(
14610
14610
  jsonString,
14611
- (x) => PropertiesAtBRANDAt8495$inboundSchema.parse(JSON.parse(x)),
14612
- `Failed to parse 'PropertiesAtBRANDAt8495' from JSON`,
14611
+ (x) => PropertiesAtBRANDAt8557$inboundSchema.parse(JSON.parse(x)),
14612
+ `Failed to parse 'PropertiesAtBRANDAt8557' from JSON`,
14613
14613
  );
14614
14614
  }
14615
14615
 
@@ -14620,16 +14620,16 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema:
14620
14620
  z.ZodTypeDef,
14621
14621
  unknown
14622
14622
  > = z.object({
14623
- "__@BRAND@8495": z.lazy(() => PropertiesAtBRANDAt8495$inboundSchema),
14623
+ "__@BRAND@8557": z.lazy(() => PropertiesAtBRANDAt8557$inboundSchema),
14624
14624
  }).transform((v) => {
14625
14625
  return remap$(v, {
14626
- "__@BRAND@8495": "atBRANDAt8495",
14626
+ "__@BRAND@8557": "atBRANDAt8557",
14627
14627
  });
14628
14628
  });
14629
14629
 
14630
14630
  /** @internal */
14631
14631
  export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
14632
- "__@BRAND@8495": PropertiesAtBRANDAt8495$Outbound;
14632
+ "__@BRAND@8557": PropertiesAtBRANDAt8557$Outbound;
14633
14633
  };
14634
14634
 
14635
14635
  /** @internal */
@@ -14639,10 +14639,10 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema:
14639
14639
  z.ZodTypeDef,
14640
14640
  CreateIntegrationStoreDirectPropertiesMinLength
14641
14641
  > = z.object({
14642
- atBRANDAt8495: z.lazy(() => PropertiesAtBRANDAt8495$outboundSchema),
14642
+ atBRANDAt8557: z.lazy(() => PropertiesAtBRANDAt8557$outboundSchema),
14643
14643
  }).transform((v) => {
14644
14644
  return remap$(v, {
14645
- atBRANDAt8495: "__@BRAND@8495",
14645
+ atBRANDAt8557: "__@BRAND@8557",
14646
14646
  });
14647
14647
  });
14648
14648
 
@@ -14690,64 +14690,64 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(
14690
14690
  }
14691
14691
 
14692
14692
  /** @internal */
14693
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$inboundSchema:
14693
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$inboundSchema:
14694
14694
  z.ZodType<
14695
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8495,
14695
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8557,
14696
14696
  z.ZodTypeDef,
14697
14697
  unknown
14698
14698
  > = z.object({});
14699
14699
 
14700
14700
  /** @internal */
14701
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$Outbound = {};
14701
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$Outbound = {};
14702
14702
 
14703
14703
  /** @internal */
14704
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$outboundSchema:
14704
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$outboundSchema:
14705
14705
  z.ZodType<
14706
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$Outbound,
14706
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$Outbound,
14707
14707
  z.ZodTypeDef,
14708
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8495
14708
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8557
14709
14709
  > = z.object({});
14710
14710
 
14711
14711
  /**
14712
14712
  * @internal
14713
14713
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
14714
14714
  */
14715
- export namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$ {
14716
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$inboundSchema` instead. */
14715
+ export namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$ {
14716
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$inboundSchema` instead. */
14717
14717
  export const inboundSchema =
14718
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$inboundSchema;
14719
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$outboundSchema` instead. */
14718
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$inboundSchema;
14719
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$outboundSchema` instead. */
14720
14720
  export const outboundSchema =
14721
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$outboundSchema;
14722
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$Outbound` instead. */
14721
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$outboundSchema;
14722
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$Outbound` instead. */
14723
14723
  export type Outbound =
14724
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$Outbound;
14724
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$Outbound;
14725
14725
  }
14726
14726
 
14727
- export function createIntegrationStoreDirectPropertiesAtBRANDAt8495ToJSON(
14728
- createIntegrationStoreDirectPropertiesAtBRANDAt8495:
14729
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8495,
14727
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt8557ToJSON(
14728
+ createIntegrationStoreDirectPropertiesAtBRANDAt8557:
14729
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8557,
14730
14730
  ): string {
14731
14731
  return JSON.stringify(
14732
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$outboundSchema.parse(
14733
- createIntegrationStoreDirectPropertiesAtBRANDAt8495,
14732
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$outboundSchema.parse(
14733
+ createIntegrationStoreDirectPropertiesAtBRANDAt8557,
14734
14734
  ),
14735
14735
  );
14736
14736
  }
14737
14737
 
14738
- export function createIntegrationStoreDirectPropertiesAtBRANDAt8495FromJSON(
14738
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt8557FromJSON(
14739
14739
  jsonString: string,
14740
14740
  ): SafeParseResult<
14741
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8495,
14741
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8557,
14742
14742
  SDKValidationError
14743
14743
  > {
14744
14744
  return safeParse(
14745
14745
  jsonString,
14746
14746
  (x) =>
14747
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$inboundSchema.parse(
14747
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$inboundSchema.parse(
14748
14748
  JSON.parse(x),
14749
14749
  ),
14750
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8495' from JSON`,
14750
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8557' from JSON`,
14751
14751
  );
14752
14752
  }
14753
14753
 
@@ -14758,18 +14758,18 @@ export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema:
14758
14758
  z.ZodTypeDef,
14759
14759
  unknown
14760
14760
  > = z.object({
14761
- "__@BRAND@8495": z.lazy(() =>
14762
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$inboundSchema
14761
+ "__@BRAND@8557": z.lazy(() =>
14762
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$inboundSchema
14763
14763
  ),
14764
14764
  }).transform((v) => {
14765
14765
  return remap$(v, {
14766
- "__@BRAND@8495": "atBRANDAt8495",
14766
+ "__@BRAND@8557": "atBRANDAt8557",
14767
14767
  });
14768
14768
  });
14769
14769
 
14770
14770
  /** @internal */
14771
14771
  export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
14772
- "__@BRAND@8495": CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$Outbound;
14772
+ "__@BRAND@8557": CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$Outbound;
14773
14773
  };
14774
14774
 
14775
14775
  /** @internal */
@@ -14779,12 +14779,12 @@ export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema:
14779
14779
  z.ZodTypeDef,
14780
14780
  CreateIntegrationStoreDirectPropertiesPattern
14781
14781
  > = z.object({
14782
- atBRANDAt8495: z.lazy(() =>
14783
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$outboundSchema
14782
+ atBRANDAt8557: z.lazy(() =>
14783
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$outboundSchema
14784
14784
  ),
14785
14785
  }).transform((v) => {
14786
14786
  return remap$(v, {
14787
- atBRANDAt8495: "__@BRAND@8495",
14787
+ atBRANDAt8557: "__@BRAND@8557",
14788
14788
  });
14789
14789
  });
14790
14790
 
@@ -16231,46 +16231,46 @@ export function guidesFromJSON(
16231
16231
  }
16232
16232
 
16233
16233
  /** @internal */
16234
- export const AtBRANDAt8495$inboundSchema: z.ZodType<
16235
- AtBRANDAt8495,
16234
+ export const AtBRANDAt8557$inboundSchema: z.ZodType<
16235
+ AtBRANDAt8557,
16236
16236
  z.ZodTypeDef,
16237
16237
  unknown
16238
16238
  > = z.object({});
16239
16239
 
16240
16240
  /** @internal */
16241
- export type AtBRANDAt8495$Outbound = {};
16241
+ export type AtBRANDAt8557$Outbound = {};
16242
16242
 
16243
16243
  /** @internal */
16244
- export const AtBRANDAt8495$outboundSchema: z.ZodType<
16245
- AtBRANDAt8495$Outbound,
16244
+ export const AtBRANDAt8557$outboundSchema: z.ZodType<
16245
+ AtBRANDAt8557$Outbound,
16246
16246
  z.ZodTypeDef,
16247
- AtBRANDAt8495
16247
+ AtBRANDAt8557
16248
16248
  > = z.object({});
16249
16249
 
16250
16250
  /**
16251
16251
  * @internal
16252
16252
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
16253
16253
  */
16254
- export namespace AtBRANDAt8495$ {
16255
- /** @deprecated use `AtBRANDAt8495$inboundSchema` instead. */
16256
- export const inboundSchema = AtBRANDAt8495$inboundSchema;
16257
- /** @deprecated use `AtBRANDAt8495$outboundSchema` instead. */
16258
- export const outboundSchema = AtBRANDAt8495$outboundSchema;
16259
- /** @deprecated use `AtBRANDAt8495$Outbound` instead. */
16260
- export type Outbound = AtBRANDAt8495$Outbound;
16254
+ export namespace AtBRANDAt8557$ {
16255
+ /** @deprecated use `AtBRANDAt8557$inboundSchema` instead. */
16256
+ export const inboundSchema = AtBRANDAt8557$inboundSchema;
16257
+ /** @deprecated use `AtBRANDAt8557$outboundSchema` instead. */
16258
+ export const outboundSchema = AtBRANDAt8557$outboundSchema;
16259
+ /** @deprecated use `AtBRANDAt8557$Outbound` instead. */
16260
+ export type Outbound = AtBRANDAt8557$Outbound;
16261
16261
  }
16262
16262
 
16263
- export function atBRANDAt8495ToJSON(atBRANDAt8495: AtBRANDAt8495): string {
16264
- return JSON.stringify(AtBRANDAt8495$outboundSchema.parse(atBRANDAt8495));
16263
+ export function atBRANDAt8557ToJSON(atBRANDAt8557: AtBRANDAt8557): string {
16264
+ return JSON.stringify(AtBRANDAt8557$outboundSchema.parse(atBRANDAt8557));
16265
16265
  }
16266
16266
 
16267
- export function atBRANDAt8495FromJSON(
16267
+ export function atBRANDAt8557FromJSON(
16268
16268
  jsonString: string,
16269
- ): SafeParseResult<AtBRANDAt8495, SDKValidationError> {
16269
+ ): SafeParseResult<AtBRANDAt8557, SDKValidationError> {
16270
16270
  return safeParse(
16271
16271
  jsonString,
16272
- (x) => AtBRANDAt8495$inboundSchema.parse(JSON.parse(x)),
16273
- `Failed to parse 'AtBRANDAt8495' from JSON`,
16272
+ (x) => AtBRANDAt8557$inboundSchema.parse(JSON.parse(x)),
16273
+ `Failed to parse 'AtBRANDAt8557' from JSON`,
16274
16274
  );
16275
16275
  }
16276
16276
 
@@ -16280,16 +16280,16 @@ export const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<
16280
16280
  z.ZodTypeDef,
16281
16281
  unknown
16282
16282
  > = z.object({
16283
- "__@BRAND@8495": z.lazy(() => AtBRANDAt8495$inboundSchema),
16283
+ "__@BRAND@8557": z.lazy(() => AtBRANDAt8557$inboundSchema),
16284
16284
  }).transform((v) => {
16285
16285
  return remap$(v, {
16286
- "__@BRAND@8495": "atBRANDAt8495",
16286
+ "__@BRAND@8557": "atBRANDAt8557",
16287
16287
  });
16288
16288
  });
16289
16289
 
16290
16290
  /** @internal */
16291
16291
  export type CreateIntegrationStoreDirectValue$Outbound = {
16292
- "__@BRAND@8495": AtBRANDAt8495$Outbound;
16292
+ "__@BRAND@8557": AtBRANDAt8557$Outbound;
16293
16293
  };
16294
16294
 
16295
16295
  /** @internal */
@@ -16298,10 +16298,10 @@ export const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<
16298
16298
  z.ZodTypeDef,
16299
16299
  CreateIntegrationStoreDirectValue
16300
16300
  > = z.object({
16301
- atBRANDAt8495: z.lazy(() => AtBRANDAt8495$outboundSchema),
16301
+ atBRANDAt8557: z.lazy(() => AtBRANDAt8557$outboundSchema),
16302
16302
  }).transform((v) => {
16303
16303
  return remap$(v, {
16304
- atBRANDAt8495: "__@BRAND@8495",
16304
+ atBRANDAt8557: "__@BRAND@8557",
16305
16305
  });
16306
16306
  });
16307
16307