@vercel/sdk 1.17.5 → 1.17.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/bin/mcp-server.js +1534 -1411
  2. package/bin/mcp-server.js.map +14 -14
  3. package/esm/__tests__/accessgroups.test.js +3 -1
  4. package/esm/__tests__/accessgroups.test.js.map +1 -1
  5. package/esm/__tests__/domains.test.js +11 -2
  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__/logdrains.test.js +3 -1
  11. package/esm/__tests__/logdrains.test.js.map +1 -1
  12. package/esm/__tests__/rollingrelease.test.js +6 -2
  13. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  14. package/esm/__tests__/security.test.js +4 -4
  15. package/esm/__tests__/security.test.js.map +1 -1
  16. package/esm/funcs/marketplaceImportResource.js +2 -2
  17. package/esm/funcs/marketplaceImportResource.js.map +1 -1
  18. package/esm/lib/config.d.ts +2 -2
  19. package/esm/lib/config.js +2 -2
  20. package/esm/mcp-server/mcp-server.js +1 -1
  21. package/esm/mcp-server/server.js +1 -1
  22. package/esm/models/canceldeploymentop.d.ts +2 -0
  23. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  24. package/esm/models/canceldeploymentop.js +2 -0
  25. package/esm/models/canceldeploymentop.js.map +1 -1
  26. package/esm/models/createdeploymentop.d.ts +2 -0
  27. package/esm/models/createdeploymentop.d.ts.map +1 -1
  28. package/esm/models/createdeploymentop.js +2 -0
  29. package/esm/models/createdeploymentop.js.map +1 -1
  30. package/esm/models/createintegrationstoredirectop.d.ts +152 -152
  31. package/esm/models/createintegrationstoredirectop.js +218 -218
  32. package/esm/models/getconfigurationproductsop.d.ts +200 -200
  33. package/esm/models/getconfigurationproductsop.js +290 -290
  34. package/esm/models/getdeploymentop.d.ts +2 -0
  35. package/esm/models/getdeploymentop.d.ts.map +1 -1
  36. package/esm/models/getdeploymentop.js +2 -0
  37. package/esm/models/getdeploymentop.js.map +1 -1
  38. package/esm/models/team.d.ts +10 -0
  39. package/esm/models/team.d.ts.map +1 -1
  40. package/esm/models/team.js +4 -0
  41. package/esm/models/team.js.map +1 -1
  42. package/esm/models/teamlimited.d.ts +10 -0
  43. package/esm/models/teamlimited.d.ts.map +1 -1
  44. package/esm/models/teamlimited.js +4 -0
  45. package/esm/models/teamlimited.js.map +1 -1
  46. package/esm/models/userevent.d.ts +1599 -1433
  47. package/esm/models/userevent.d.ts.map +1 -1
  48. package/esm/models/userevent.js +2124 -1947
  49. package/esm/models/userevent.js.map +1 -1
  50. package/examples/package-lock.json +1 -1
  51. package/jsr.json +1 -1
  52. package/package.json +1 -1
  53. package/src/__tests__/accessgroups.test.ts +3 -1
  54. package/src/__tests__/domains.test.ts +11 -2
  55. package/src/__tests__/edgeconfig.test.ts +6 -6
  56. package/src/__tests__/integrations.test.ts +1 -1
  57. package/src/__tests__/logdrains.test.ts +3 -1
  58. package/src/__tests__/rollingrelease.test.ts +6 -2
  59. package/src/__tests__/security.test.ts +4 -4
  60. package/src/funcs/marketplaceImportResource.ts +2 -2
  61. package/src/lib/config.ts +2 -2
  62. package/src/mcp-server/mcp-server.ts +1 -1
  63. package/src/mcp-server/server.ts +1 -1
  64. package/src/models/canceldeploymentop.ts +4 -0
  65. package/src/models/createdeploymentop.ts +4 -0
  66. package/src/models/createintegrationstoredirectop.ts +471 -471
  67. package/src/models/getconfigurationproductsop.ts +627 -627
  68. package/src/models/getdeploymentop.ts +4 -0
  69. package/src/models/team.ts +14 -0
  70. package/src/models/teamlimited.ts +14 -0
  71. package/src/models/userevent.ts +4882 -4390
  72. package/vercel-spec.json +289 -102
@@ -270,12 +270,12 @@ export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<
270
270
  typeof CreateIntegrationStoreDirectIntegrationsType
271
271
  >;
272
272
 
273
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878 =
273
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825 =
274
274
  {};
275
275
 
276
276
  export type CreateIntegrationStoreDirectPropertiesValue = {
277
- atBRANDAt8878:
278
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878;
277
+ atBRANDAt8825:
278
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825;
279
279
  };
280
280
 
281
281
  export const CreateIntegrationStoreDirectDisabled3 = {
@@ -344,31 +344,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
344
344
  typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl
345
345
  >;
346
346
 
347
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878 =
347
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825 =
348
348
  {};
349
349
 
350
350
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength =
351
351
  {
352
- atBRANDAt8878:
353
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878;
352
+ atBRANDAt8825:
353
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825;
354
354
  };
355
355
 
356
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878 =
356
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825 =
357
357
  {};
358
358
 
359
359
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength =
360
360
  {
361
- atBRANDAt8878:
362
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878;
361
+ atBRANDAt8825:
362
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825;
363
363
  };
364
364
 
365
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878 =
365
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825 =
366
366
  {};
367
367
 
368
368
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern =
369
369
  {
370
- atBRANDAt8878:
371
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878;
370
+ atBRANDAt8825:
371
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825;
372
372
  };
373
373
 
374
374
  export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 =
@@ -506,10 +506,10 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
506
506
  typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl
507
507
  >;
508
508
 
509
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878 = {};
509
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825 = {};
510
510
 
511
511
  export type CreateIntegrationStoreDirectUiOptionsValue = {
512
- atBRANDAt8878: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878;
512
+ atBRANDAt8825: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825;
513
513
  };
514
514
 
515
515
  export const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 = {
@@ -560,10 +560,10 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
560
560
  | undefined;
561
561
  };
562
562
 
563
- export type UiOptionsAtBRANDAt8878 = {};
563
+ export type UiOptionsAtBRANDAt8825 = {};
564
564
 
565
565
  export type CreateIntegrationStoreDirectUiOptions2 = {
566
- atBRANDAt8878: UiOptionsAtBRANDAt8878;
566
+ atBRANDAt8825: UiOptionsAtBRANDAt8825;
567
567
  };
568
568
 
569
569
  export const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3 =
@@ -626,31 +626,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions
626
626
  | CreateIntegrationStoreDirectUiOptions2
627
627
  | CreateIntegrationStoreDirectUiOptions3;
628
628
 
629
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878 =
629
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825 =
630
630
  {};
631
631
 
632
632
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength =
633
633
  {
634
- atBRANDAt8878:
635
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878;
634
+ atBRANDAt8825:
635
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825;
636
636
  };
637
637
 
638
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878 =
638
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825 =
639
639
  {};
640
640
 
641
641
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength =
642
642
  {
643
- atBRANDAt8878:
644
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878;
643
+ atBRANDAt8825:
644
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825;
645
645
  };
646
646
 
647
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878 =
647
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825 =
648
648
  {};
649
649
 
650
650
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern =
651
651
  {
652
- atBRANDAt8878:
653
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878;
652
+ atBRANDAt8825:
653
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825;
654
654
  };
655
655
 
656
656
  export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3 =
@@ -793,31 +793,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
793
793
  typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type
794
794
  >;
795
795
 
796
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878 =
796
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825 =
797
797
  {};
798
798
 
799
799
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength =
800
800
  {
801
- atBRANDAt8878:
802
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878;
801
+ atBRANDAt8825:
802
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825;
803
803
  };
804
804
 
805
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878 =
805
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825 =
806
806
  {};
807
807
 
808
808
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength =
809
809
  {
810
- atBRANDAt8878:
811
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878;
810
+ atBRANDAt8825:
811
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825;
812
812
  };
813
813
 
814
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878 =
814
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825 =
815
815
  {};
816
816
 
817
817
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern =
818
818
  {
819
- atBRANDAt8878:
820
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878;
819
+ atBRANDAt8825:
820
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825;
821
821
  };
822
822
 
823
823
  export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
@@ -1072,28 +1072,28 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
1072
1072
  | undefined;
1073
1073
  };
1074
1074
 
1075
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878 =
1075
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825 =
1076
1076
  {};
1077
1077
 
1078
1078
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
1079
- atBRANDAt8878:
1080
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878;
1079
+ atBRANDAt8825:
1080
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825;
1081
1081
  };
1082
1082
 
1083
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878 =
1083
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825 =
1084
1084
  {};
1085
1085
 
1086
1086
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
1087
- atBRANDAt8878:
1088
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878;
1087
+ atBRANDAt8825:
1088
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825;
1089
1089
  };
1090
1090
 
1091
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878 =
1091
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825 =
1092
1092
  {};
1093
1093
 
1094
1094
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
1095
- atBRANDAt8878:
1096
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878;
1095
+ atBRANDAt8825:
1096
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825;
1097
1097
  };
1098
1098
 
1099
1099
  export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3 =
@@ -1596,24 +1596,24 @@ export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<
1596
1596
  typeof CreateIntegrationStoreDirectPropertiesUiControl
1597
1597
  >;
1598
1598
 
1599
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878 =
1599
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825 =
1600
1600
  {};
1601
1601
 
1602
1602
  export type CreateIntegrationStoreDirectPropertiesMaxLength = {
1603
- atBRANDAt8878:
1604
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878;
1603
+ atBRANDAt8825:
1604
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825;
1605
1605
  };
1606
1606
 
1607
- export type PropertiesAtBRANDAt8878 = {};
1607
+ export type PropertiesAtBRANDAt8825 = {};
1608
1608
 
1609
1609
  export type CreateIntegrationStoreDirectPropertiesMinLength = {
1610
- atBRANDAt8878: PropertiesAtBRANDAt8878;
1610
+ atBRANDAt8825: PropertiesAtBRANDAt8825;
1611
1611
  };
1612
1612
 
1613
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8878 = {};
1613
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8825 = {};
1614
1614
 
1615
1615
  export type CreateIntegrationStoreDirectPropertiesPattern = {
1616
- atBRANDAt8878: CreateIntegrationStoreDirectPropertiesAtBRANDAt8878;
1616
+ atBRANDAt8825: CreateIntegrationStoreDirectPropertiesAtBRANDAt8825;
1617
1617
  };
1618
1618
 
1619
1619
  export const CreateIntegrationStoreDirectUiReadOnly3 = {
@@ -1854,10 +1854,10 @@ export type Guides = {
1854
1854
  steps: Array<Steps>;
1855
1855
  };
1856
1856
 
1857
- export type AtBRANDAt8878 = {};
1857
+ export type AtBRANDAt8825 = {};
1858
1858
 
1859
1859
  export type CreateIntegrationStoreDirectValue = {
1860
- atBRANDAt8878: AtBRANDAt8878;
1860
+ atBRANDAt8825: AtBRANDAt8825;
1861
1861
  };
1862
1862
 
1863
1863
  export const Disabled3 = {
@@ -2762,47 +2762,47 @@ export const CreateIntegrationStoreDirectIntegrationsType$outboundSchema:
2762
2762
  CreateIntegrationStoreDirectIntegrationsType$inboundSchema;
2763
2763
 
2764
2764
  /** @internal */
2765
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878$inboundSchema:
2765
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825$inboundSchema:
2766
2766
  z.ZodType<
2767
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878,
2767
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825,
2768
2768
  z.ZodTypeDef,
2769
2769
  unknown
2770
2770
  > = z.object({});
2771
2771
  /** @internal */
2772
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878$Outbound =
2772
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825$Outbound =
2773
2773
  {};
2774
2774
 
2775
2775
  /** @internal */
2776
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878$outboundSchema:
2776
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825$outboundSchema:
2777
2777
  z.ZodType<
2778
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878$Outbound,
2778
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825$Outbound,
2779
2779
  z.ZodTypeDef,
2780
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878
2780
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825
2781
2781
  > = z.object({});
2782
2782
 
2783
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878ToJSON(
2784
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878:
2785
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878,
2783
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825ToJSON(
2784
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825:
2785
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825,
2786
2786
  ): string {
2787
2787
  return JSON.stringify(
2788
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878$outboundSchema
2788
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825$outboundSchema
2789
2789
  .parse(
2790
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878,
2790
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825,
2791
2791
  ),
2792
2792
  );
2793
2793
  }
2794
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878FromJSON(
2794
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825FromJSON(
2795
2795
  jsonString: string,
2796
2796
  ): SafeParseResult<
2797
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878,
2797
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825,
2798
2798
  SDKValidationError
2799
2799
  > {
2800
2800
  return safeParse(
2801
2801
  jsonString,
2802
2802
  (x) =>
2803
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878$inboundSchema
2803
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825$inboundSchema
2804
2804
  .parse(JSON.parse(x)),
2805
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878' from JSON`,
2805
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825' from JSON`,
2806
2806
  );
2807
2807
  }
2808
2808
 
@@ -2813,18 +2813,18 @@ export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema:
2813
2813
  z.ZodTypeDef,
2814
2814
  unknown
2815
2815
  > = z.object({
2816
- "__@BRAND@8878": z.lazy(() =>
2817
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878$inboundSchema
2816
+ "__@BRAND@8825": z.lazy(() =>
2817
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825$inboundSchema
2818
2818
  ),
2819
2819
  }).transform((v) => {
2820
2820
  return remap$(v, {
2821
- "__@BRAND@8878": "atBRANDAt8878",
2821
+ "__@BRAND@8825": "atBRANDAt8825",
2822
2822
  });
2823
2823
  });
2824
2824
  /** @internal */
2825
2825
  export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
2826
- "__@BRAND@8878":
2827
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878$Outbound;
2826
+ "__@BRAND@8825":
2827
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825$Outbound;
2828
2828
  };
2829
2829
 
2830
2830
  /** @internal */
@@ -2834,12 +2834,12 @@ export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema:
2834
2834
  z.ZodTypeDef,
2835
2835
  CreateIntegrationStoreDirectPropertiesValue
2836
2836
  > = z.object({
2837
- atBRANDAt8878: z.lazy(() =>
2838
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878$outboundSchema
2837
+ atBRANDAt8825: z.lazy(() =>
2838
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825$outboundSchema
2839
2839
  ),
2840
2840
  }).transform((v) => {
2841
2841
  return remap$(v, {
2842
- atBRANDAt8878: "__@BRAND@8878",
2842
+ atBRANDAt8825: "__@BRAND@8825",
2843
2843
  });
2844
2844
  });
2845
2845
 
@@ -3193,47 +3193,47 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
3193
3193
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema;
3194
3194
 
3195
3195
  /** @internal */
3196
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878$inboundSchema:
3196
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825$inboundSchema:
3197
3197
  z.ZodType<
3198
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878,
3198
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825,
3199
3199
  z.ZodTypeDef,
3200
3200
  unknown
3201
3201
  > = z.object({});
3202
3202
  /** @internal */
3203
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878$Outbound =
3203
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825$Outbound =
3204
3204
  {};
3205
3205
 
3206
3206
  /** @internal */
3207
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878$outboundSchema:
3207
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825$outboundSchema:
3208
3208
  z.ZodType<
3209
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878$Outbound,
3209
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825$Outbound,
3210
3210
  z.ZodTypeDef,
3211
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878
3211
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825
3212
3212
  > = z.object({});
3213
3213
 
3214
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878ToJSON(
3215
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878:
3216
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878,
3214
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825ToJSON(
3215
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825:
3216
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825,
3217
3217
  ): string {
3218
3218
  return JSON.stringify(
3219
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878$outboundSchema
3219
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825$outboundSchema
3220
3220
  .parse(
3221
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878,
3221
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825,
3222
3222
  ),
3223
3223
  );
3224
3224
  }
3225
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878FromJSON(
3225
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825FromJSON(
3226
3226
  jsonString: string,
3227
3227
  ): SafeParseResult<
3228
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878,
3228
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825,
3229
3229
  SDKValidationError
3230
3230
  > {
3231
3231
  return safeParse(
3232
3232
  jsonString,
3233
3233
  (x) =>
3234
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878$inboundSchema
3234
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825$inboundSchema
3235
3235
  .parse(JSON.parse(x)),
3236
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878' from JSON`,
3236
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825' from JSON`,
3237
3237
  );
3238
3238
  }
3239
3239
 
@@ -3244,19 +3244,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
3244
3244
  z.ZodTypeDef,
3245
3245
  unknown
3246
3246
  > = z.object({
3247
- "__@BRAND@8878": z.lazy(() =>
3248
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878$inboundSchema
3247
+ "__@BRAND@8825": z.lazy(() =>
3248
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825$inboundSchema
3249
3249
  ),
3250
3250
  }).transform((v) => {
3251
3251
  return remap$(v, {
3252
- "__@BRAND@8878": "atBRANDAt8878",
3252
+ "__@BRAND@8825": "atBRANDAt8825",
3253
3253
  });
3254
3254
  });
3255
3255
  /** @internal */
3256
3256
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound =
3257
3257
  {
3258
- "__@BRAND@8878":
3259
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878$Outbound;
3258
+ "__@BRAND@8825":
3259
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825$Outbound;
3260
3260
  };
3261
3261
 
3262
3262
  /** @internal */
@@ -3266,12 +3266,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
3266
3266
  z.ZodTypeDef,
3267
3267
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength
3268
3268
  > = z.object({
3269
- atBRANDAt8878: z.lazy(() =>
3270
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878$outboundSchema
3269
+ atBRANDAt8825: z.lazy(() =>
3270
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825$outboundSchema
3271
3271
  ),
3272
3272
  }).transform((v) => {
3273
3273
  return remap$(v, {
3274
- atBRANDAt8878: "__@BRAND@8878",
3274
+ atBRANDAt8825: "__@BRAND@8825",
3275
3275
  });
3276
3276
  });
3277
3277
 
@@ -3302,47 +3302,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
3302
3302
  }
3303
3303
 
3304
3304
  /** @internal */
3305
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878$inboundSchema:
3305
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825$inboundSchema:
3306
3306
  z.ZodType<
3307
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878,
3307
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825,
3308
3308
  z.ZodTypeDef,
3309
3309
  unknown
3310
3310
  > = z.object({});
3311
3311
  /** @internal */
3312
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878$Outbound =
3312
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825$Outbound =
3313
3313
  {};
3314
3314
 
3315
3315
  /** @internal */
3316
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878$outboundSchema:
3316
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825$outboundSchema:
3317
3317
  z.ZodType<
3318
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878$Outbound,
3318
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825$Outbound,
3319
3319
  z.ZodTypeDef,
3320
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878
3320
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825
3321
3321
  > = z.object({});
3322
3322
 
3323
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878ToJSON(
3324
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878:
3325
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878,
3323
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825ToJSON(
3324
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825:
3325
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825,
3326
3326
  ): string {
3327
3327
  return JSON.stringify(
3328
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878$outboundSchema
3328
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825$outboundSchema
3329
3329
  .parse(
3330
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878,
3330
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825,
3331
3331
  ),
3332
3332
  );
3333
3333
  }
3334
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878FromJSON(
3334
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825FromJSON(
3335
3335
  jsonString: string,
3336
3336
  ): SafeParseResult<
3337
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878,
3337
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825,
3338
3338
  SDKValidationError
3339
3339
  > {
3340
3340
  return safeParse(
3341
3341
  jsonString,
3342
3342
  (x) =>
3343
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878$inboundSchema
3343
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825$inboundSchema
3344
3344
  .parse(JSON.parse(x)),
3345
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878' from JSON`,
3345
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825' from JSON`,
3346
3346
  );
3347
3347
  }
3348
3348
 
@@ -3353,19 +3353,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
3353
3353
  z.ZodTypeDef,
3354
3354
  unknown
3355
3355
  > = z.object({
3356
- "__@BRAND@8878": z.lazy(() =>
3357
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878$inboundSchema
3356
+ "__@BRAND@8825": z.lazy(() =>
3357
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825$inboundSchema
3358
3358
  ),
3359
3359
  }).transform((v) => {
3360
3360
  return remap$(v, {
3361
- "__@BRAND@8878": "atBRANDAt8878",
3361
+ "__@BRAND@8825": "atBRANDAt8825",
3362
3362
  });
3363
3363
  });
3364
3364
  /** @internal */
3365
3365
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound =
3366
3366
  {
3367
- "__@BRAND@8878":
3368
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878$Outbound;
3367
+ "__@BRAND@8825":
3368
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825$Outbound;
3369
3369
  };
3370
3370
 
3371
3371
  /** @internal */
@@ -3375,12 +3375,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
3375
3375
  z.ZodTypeDef,
3376
3376
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength
3377
3377
  > = z.object({
3378
- atBRANDAt8878: z.lazy(() =>
3379
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878$outboundSchema
3378
+ atBRANDAt8825: z.lazy(() =>
3379
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825$outboundSchema
3380
3380
  ),
3381
3381
  }).transform((v) => {
3382
3382
  return remap$(v, {
3383
- atBRANDAt8878: "__@BRAND@8878",
3383
+ atBRANDAt8825: "__@BRAND@8825",
3384
3384
  });
3385
3385
  });
3386
3386
 
@@ -3411,47 +3411,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
3411
3411
  }
3412
3412
 
3413
3413
  /** @internal */
3414
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878$inboundSchema:
3414
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825$inboundSchema:
3415
3415
  z.ZodType<
3416
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878,
3416
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825,
3417
3417
  z.ZodTypeDef,
3418
3418
  unknown
3419
3419
  > = z.object({});
3420
3420
  /** @internal */
3421
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878$Outbound =
3421
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825$Outbound =
3422
3422
  {};
3423
3423
 
3424
3424
  /** @internal */
3425
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878$outboundSchema:
3425
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825$outboundSchema:
3426
3426
  z.ZodType<
3427
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878$Outbound,
3427
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825$Outbound,
3428
3428
  z.ZodTypeDef,
3429
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878
3429
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825
3430
3430
  > = z.object({});
3431
3431
 
3432
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878ToJSON(
3433
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878:
3434
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878,
3432
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825ToJSON(
3433
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825:
3434
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825,
3435
3435
  ): string {
3436
3436
  return JSON.stringify(
3437
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878$outboundSchema
3437
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825$outboundSchema
3438
3438
  .parse(
3439
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878,
3439
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825,
3440
3440
  ),
3441
3441
  );
3442
3442
  }
3443
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878FromJSON(
3443
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825FromJSON(
3444
3444
  jsonString: string,
3445
3445
  ): SafeParseResult<
3446
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878,
3446
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825,
3447
3447
  SDKValidationError
3448
3448
  > {
3449
3449
  return safeParse(
3450
3450
  jsonString,
3451
3451
  (x) =>
3452
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878$inboundSchema
3452
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825$inboundSchema
3453
3453
  .parse(JSON.parse(x)),
3454
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878' from JSON`,
3454
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825' from JSON`,
3455
3455
  );
3456
3456
  }
3457
3457
 
@@ -3462,19 +3462,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
3462
3462
  z.ZodTypeDef,
3463
3463
  unknown
3464
3464
  > = z.object({
3465
- "__@BRAND@8878": z.lazy(() =>
3466
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878$inboundSchema
3465
+ "__@BRAND@8825": z.lazy(() =>
3466
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825$inboundSchema
3467
3467
  ),
3468
3468
  }).transform((v) => {
3469
3469
  return remap$(v, {
3470
- "__@BRAND@8878": "atBRANDAt8878",
3470
+ "__@BRAND@8825": "atBRANDAt8825",
3471
3471
  });
3472
3472
  });
3473
3473
  /** @internal */
3474
3474
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound =
3475
3475
  {
3476
- "__@BRAND@8878":
3477
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878$Outbound;
3476
+ "__@BRAND@8825":
3477
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825$Outbound;
3478
3478
  };
3479
3479
 
3480
3480
  /** @internal */
@@ -3484,12 +3484,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
3484
3484
  z.ZodTypeDef,
3485
3485
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern
3486
3486
  > = z.object({
3487
- atBRANDAt8878: z.lazy(() =>
3488
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878$outboundSchema
3487
+ atBRANDAt8825: z.lazy(() =>
3488
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825$outboundSchema
3489
3489
  ),
3490
3490
  }).transform((v) => {
3491
3491
  return remap$(v, {
3492
- atBRANDAt8878: "__@BRAND@8878",
3492
+ atBRANDAt8825: "__@BRAND@8825",
3493
3493
  });
3494
3494
  });
3495
3495
 
@@ -4279,46 +4279,46 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
4279
4279
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$inboundSchema;
4280
4280
 
4281
4281
  /** @internal */
4282
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878$inboundSchema:
4282
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825$inboundSchema:
4283
4283
  z.ZodType<
4284
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878,
4284
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825,
4285
4285
  z.ZodTypeDef,
4286
4286
  unknown
4287
4287
  > = z.object({});
4288
4288
  /** @internal */
4289
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878$Outbound = {};
4289
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825$Outbound = {};
4290
4290
 
4291
4291
  /** @internal */
4292
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878$outboundSchema:
4292
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825$outboundSchema:
4293
4293
  z.ZodType<
4294
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878$Outbound,
4294
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825$Outbound,
4295
4295
  z.ZodTypeDef,
4296
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878
4296
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825
4297
4297
  > = z.object({});
4298
4298
 
4299
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt8878ToJSON(
4300
- createIntegrationStoreDirectUiOptionsAtBRANDAt8878:
4301
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878,
4299
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8825ToJSON(
4300
+ createIntegrationStoreDirectUiOptionsAtBRANDAt8825:
4301
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825,
4302
4302
  ): string {
4303
4303
  return JSON.stringify(
4304
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878$outboundSchema.parse(
4305
- createIntegrationStoreDirectUiOptionsAtBRANDAt8878,
4304
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825$outboundSchema.parse(
4305
+ createIntegrationStoreDirectUiOptionsAtBRANDAt8825,
4306
4306
  ),
4307
4307
  );
4308
4308
  }
4309
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt8878FromJSON(
4309
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8825FromJSON(
4310
4310
  jsonString: string,
4311
4311
  ): SafeParseResult<
4312
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878,
4312
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825,
4313
4313
  SDKValidationError
4314
4314
  > {
4315
4315
  return safeParse(
4316
4316
  jsonString,
4317
4317
  (x) =>
4318
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878$inboundSchema.parse(
4318
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825$inboundSchema.parse(
4319
4319
  JSON.parse(x),
4320
4320
  ),
4321
- `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878' from JSON`,
4321
+ `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825' from JSON`,
4322
4322
  );
4323
4323
  }
4324
4324
 
@@ -4326,17 +4326,17 @@ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8878FromJSON(
4326
4326
  export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema:
4327
4327
  z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown> =
4328
4328
  z.object({
4329
- "__@BRAND@8878": z.lazy(() =>
4330
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878$inboundSchema
4329
+ "__@BRAND@8825": z.lazy(() =>
4330
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825$inboundSchema
4331
4331
  ),
4332
4332
  }).transform((v) => {
4333
4333
  return remap$(v, {
4334
- "__@BRAND@8878": "atBRANDAt8878",
4334
+ "__@BRAND@8825": "atBRANDAt8825",
4335
4335
  });
4336
4336
  });
4337
4337
  /** @internal */
4338
4338
  export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
4339
- "__@BRAND@8878": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878$Outbound;
4339
+ "__@BRAND@8825": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825$Outbound;
4340
4340
  };
4341
4341
 
4342
4342
  /** @internal */
@@ -4346,12 +4346,12 @@ export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema:
4346
4346
  z.ZodTypeDef,
4347
4347
  CreateIntegrationStoreDirectUiOptionsValue
4348
4348
  > = z.object({
4349
- atBRANDAt8878: z.lazy(() =>
4350
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878$outboundSchema
4349
+ atBRANDAt8825: z.lazy(() =>
4350
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825$outboundSchema
4351
4351
  ),
4352
4352
  }).transform((v) => {
4353
4353
  return remap$(v, {
4354
- atBRANDAt8878: "__@BRAND@8878",
4354
+ atBRANDAt8825: "__@BRAND@8825",
4355
4355
  });
4356
4356
  });
4357
4357
 
@@ -4702,35 +4702,35 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(
4702
4702
  }
4703
4703
 
4704
4704
  /** @internal */
4705
- export const UiOptionsAtBRANDAt8878$inboundSchema: z.ZodType<
4706
- UiOptionsAtBRANDAt8878,
4705
+ export const UiOptionsAtBRANDAt8825$inboundSchema: z.ZodType<
4706
+ UiOptionsAtBRANDAt8825,
4707
4707
  z.ZodTypeDef,
4708
4708
  unknown
4709
4709
  > = z.object({});
4710
4710
  /** @internal */
4711
- export type UiOptionsAtBRANDAt8878$Outbound = {};
4711
+ export type UiOptionsAtBRANDAt8825$Outbound = {};
4712
4712
 
4713
4713
  /** @internal */
4714
- export const UiOptionsAtBRANDAt8878$outboundSchema: z.ZodType<
4715
- UiOptionsAtBRANDAt8878$Outbound,
4714
+ export const UiOptionsAtBRANDAt8825$outboundSchema: z.ZodType<
4715
+ UiOptionsAtBRANDAt8825$Outbound,
4716
4716
  z.ZodTypeDef,
4717
- UiOptionsAtBRANDAt8878
4717
+ UiOptionsAtBRANDAt8825
4718
4718
  > = z.object({});
4719
4719
 
4720
- export function uiOptionsAtBRANDAt8878ToJSON(
4721
- uiOptionsAtBRANDAt8878: UiOptionsAtBRANDAt8878,
4720
+ export function uiOptionsAtBRANDAt8825ToJSON(
4721
+ uiOptionsAtBRANDAt8825: UiOptionsAtBRANDAt8825,
4722
4722
  ): string {
4723
4723
  return JSON.stringify(
4724
- UiOptionsAtBRANDAt8878$outboundSchema.parse(uiOptionsAtBRANDAt8878),
4724
+ UiOptionsAtBRANDAt8825$outboundSchema.parse(uiOptionsAtBRANDAt8825),
4725
4725
  );
4726
4726
  }
4727
- export function uiOptionsAtBRANDAt8878FromJSON(
4727
+ export function uiOptionsAtBRANDAt8825FromJSON(
4728
4728
  jsonString: string,
4729
- ): SafeParseResult<UiOptionsAtBRANDAt8878, SDKValidationError> {
4729
+ ): SafeParseResult<UiOptionsAtBRANDAt8825, SDKValidationError> {
4730
4730
  return safeParse(
4731
4731
  jsonString,
4732
- (x) => UiOptionsAtBRANDAt8878$inboundSchema.parse(JSON.parse(x)),
4733
- `Failed to parse 'UiOptionsAtBRANDAt8878' from JSON`,
4732
+ (x) => UiOptionsAtBRANDAt8825$inboundSchema.parse(JSON.parse(x)),
4733
+ `Failed to parse 'UiOptionsAtBRANDAt8825' from JSON`,
4734
4734
  );
4735
4735
  }
4736
4736
 
@@ -4740,15 +4740,15 @@ export const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<
4740
4740
  z.ZodTypeDef,
4741
4741
  unknown
4742
4742
  > = z.object({
4743
- "__@BRAND@8878": z.lazy(() => UiOptionsAtBRANDAt8878$inboundSchema),
4743
+ "__@BRAND@8825": z.lazy(() => UiOptionsAtBRANDAt8825$inboundSchema),
4744
4744
  }).transform((v) => {
4745
4745
  return remap$(v, {
4746
- "__@BRAND@8878": "atBRANDAt8878",
4746
+ "__@BRAND@8825": "atBRANDAt8825",
4747
4747
  });
4748
4748
  });
4749
4749
  /** @internal */
4750
4750
  export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
4751
- "__@BRAND@8878": UiOptionsAtBRANDAt8878$Outbound;
4751
+ "__@BRAND@8825": UiOptionsAtBRANDAt8825$Outbound;
4752
4752
  };
4753
4753
 
4754
4754
  /** @internal */
@@ -4757,10 +4757,10 @@ export const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<
4757
4757
  z.ZodTypeDef,
4758
4758
  CreateIntegrationStoreDirectUiOptions2
4759
4759
  > = z.object({
4760
- atBRANDAt8878: z.lazy(() => UiOptionsAtBRANDAt8878$outboundSchema),
4760
+ atBRANDAt8825: z.lazy(() => UiOptionsAtBRANDAt8825$outboundSchema),
4761
4761
  }).transform((v) => {
4762
4762
  return remap$(v, {
4763
- atBRANDAt8878: "__@BRAND@8878",
4763
+ atBRANDAt8825: "__@BRAND@8825",
4764
4764
  });
4765
4765
  });
4766
4766
 
@@ -5173,47 +5173,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
5173
5173
  }
5174
5174
 
5175
5175
  /** @internal */
5176
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878$inboundSchema:
5176
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825$inboundSchema:
5177
5177
  z.ZodType<
5178
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878,
5178
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825,
5179
5179
  z.ZodTypeDef,
5180
5180
  unknown
5181
5181
  > = z.object({});
5182
5182
  /** @internal */
5183
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878$Outbound =
5183
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825$Outbound =
5184
5184
  {};
5185
5185
 
5186
5186
  /** @internal */
5187
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878$outboundSchema:
5187
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825$outboundSchema:
5188
5188
  z.ZodType<
5189
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878$Outbound,
5189
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825$Outbound,
5190
5190
  z.ZodTypeDef,
5191
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878
5191
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825
5192
5192
  > = z.object({});
5193
5193
 
5194
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878ToJSON(
5195
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878:
5196
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878,
5194
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825ToJSON(
5195
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825:
5196
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825,
5197
5197
  ): string {
5198
5198
  return JSON.stringify(
5199
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878$outboundSchema
5199
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825$outboundSchema
5200
5200
  .parse(
5201
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878,
5201
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825,
5202
5202
  ),
5203
5203
  );
5204
5204
  }
5205
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878FromJSON(
5205
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825FromJSON(
5206
5206
  jsonString: string,
5207
5207
  ): SafeParseResult<
5208
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878,
5208
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825,
5209
5209
  SDKValidationError
5210
5210
  > {
5211
5211
  return safeParse(
5212
5212
  jsonString,
5213
5213
  (x) =>
5214
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878$inboundSchema
5214
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825$inboundSchema
5215
5215
  .parse(JSON.parse(x)),
5216
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878' from JSON`,
5216
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825' from JSON`,
5217
5217
  );
5218
5218
  }
5219
5219
 
@@ -5224,19 +5224,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
5224
5224
  z.ZodTypeDef,
5225
5225
  unknown
5226
5226
  > = z.object({
5227
- "__@BRAND@8878": z.lazy(() =>
5228
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878$inboundSchema
5227
+ "__@BRAND@8825": z.lazy(() =>
5228
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825$inboundSchema
5229
5229
  ),
5230
5230
  }).transform((v) => {
5231
5231
  return remap$(v, {
5232
- "__@BRAND@8878": "atBRANDAt8878",
5232
+ "__@BRAND@8825": "atBRANDAt8825",
5233
5233
  });
5234
5234
  });
5235
5235
  /** @internal */
5236
5236
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound =
5237
5237
  {
5238
- "__@BRAND@8878":
5239
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878$Outbound;
5238
+ "__@BRAND@8825":
5239
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825$Outbound;
5240
5240
  };
5241
5241
 
5242
5242
  /** @internal */
@@ -5246,12 +5246,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
5246
5246
  z.ZodTypeDef,
5247
5247
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
5248
5248
  > = z.object({
5249
- atBRANDAt8878: z.lazy(() =>
5250
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878$outboundSchema
5249
+ atBRANDAt8825: z.lazy(() =>
5250
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825$outboundSchema
5251
5251
  ),
5252
5252
  }).transform((v) => {
5253
5253
  return remap$(v, {
5254
- atBRANDAt8878: "__@BRAND@8878",
5254
+ atBRANDAt8825: "__@BRAND@8825",
5255
5255
  });
5256
5256
  });
5257
5257
 
@@ -5282,47 +5282,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
5282
5282
  }
5283
5283
 
5284
5284
  /** @internal */
5285
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878$inboundSchema:
5285
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825$inboundSchema:
5286
5286
  z.ZodType<
5287
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878,
5287
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825,
5288
5288
  z.ZodTypeDef,
5289
5289
  unknown
5290
5290
  > = z.object({});
5291
5291
  /** @internal */
5292
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878$Outbound =
5292
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825$Outbound =
5293
5293
  {};
5294
5294
 
5295
5295
  /** @internal */
5296
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878$outboundSchema:
5296
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825$outboundSchema:
5297
5297
  z.ZodType<
5298
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878$Outbound,
5298
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825$Outbound,
5299
5299
  z.ZodTypeDef,
5300
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878
5300
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825
5301
5301
  > = z.object({});
5302
5302
 
5303
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878ToJSON(
5304
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878:
5305
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878,
5303
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825ToJSON(
5304
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825:
5305
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825,
5306
5306
  ): string {
5307
5307
  return JSON.stringify(
5308
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878$outboundSchema
5308
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825$outboundSchema
5309
5309
  .parse(
5310
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878,
5310
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825,
5311
5311
  ),
5312
5312
  );
5313
5313
  }
5314
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878FromJSON(
5314
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825FromJSON(
5315
5315
  jsonString: string,
5316
5316
  ): SafeParseResult<
5317
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878,
5317
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825,
5318
5318
  SDKValidationError
5319
5319
  > {
5320
5320
  return safeParse(
5321
5321
  jsonString,
5322
5322
  (x) =>
5323
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878$inboundSchema
5323
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825$inboundSchema
5324
5324
  .parse(JSON.parse(x)),
5325
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878' from JSON`,
5325
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825' from JSON`,
5326
5326
  );
5327
5327
  }
5328
5328
 
@@ -5333,19 +5333,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
5333
5333
  z.ZodTypeDef,
5334
5334
  unknown
5335
5335
  > = z.object({
5336
- "__@BRAND@8878": z.lazy(() =>
5337
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878$inboundSchema
5336
+ "__@BRAND@8825": z.lazy(() =>
5337
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825$inboundSchema
5338
5338
  ),
5339
5339
  }).transform((v) => {
5340
5340
  return remap$(v, {
5341
- "__@BRAND@8878": "atBRANDAt8878",
5341
+ "__@BRAND@8825": "atBRANDAt8825",
5342
5342
  });
5343
5343
  });
5344
5344
  /** @internal */
5345
5345
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound =
5346
5346
  {
5347
- "__@BRAND@8878":
5348
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878$Outbound;
5347
+ "__@BRAND@8825":
5348
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825$Outbound;
5349
5349
  };
5350
5350
 
5351
5351
  /** @internal */
@@ -5355,12 +5355,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
5355
5355
  z.ZodTypeDef,
5356
5356
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
5357
5357
  > = z.object({
5358
- atBRANDAt8878: z.lazy(() =>
5359
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878$outboundSchema
5358
+ atBRANDAt8825: z.lazy(() =>
5359
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825$outboundSchema
5360
5360
  ),
5361
5361
  }).transform((v) => {
5362
5362
  return remap$(v, {
5363
- atBRANDAt8878: "__@BRAND@8878",
5363
+ atBRANDAt8825: "__@BRAND@8825",
5364
5364
  });
5365
5365
  });
5366
5366
 
@@ -5391,47 +5391,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
5391
5391
  }
5392
5392
 
5393
5393
  /** @internal */
5394
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878$inboundSchema:
5394
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825$inboundSchema:
5395
5395
  z.ZodType<
5396
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878,
5396
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825,
5397
5397
  z.ZodTypeDef,
5398
5398
  unknown
5399
5399
  > = z.object({});
5400
5400
  /** @internal */
5401
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878$Outbound =
5401
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825$Outbound =
5402
5402
  {};
5403
5403
 
5404
5404
  /** @internal */
5405
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878$outboundSchema:
5405
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825$outboundSchema:
5406
5406
  z.ZodType<
5407
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878$Outbound,
5407
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825$Outbound,
5408
5408
  z.ZodTypeDef,
5409
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878
5409
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825
5410
5410
  > = z.object({});
5411
5411
 
5412
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878ToJSON(
5413
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878:
5414
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878,
5412
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825ToJSON(
5413
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825:
5414
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825,
5415
5415
  ): string {
5416
5416
  return JSON.stringify(
5417
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878$outboundSchema
5417
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825$outboundSchema
5418
5418
  .parse(
5419
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878,
5419
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825,
5420
5420
  ),
5421
5421
  );
5422
5422
  }
5423
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878FromJSON(
5423
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825FromJSON(
5424
5424
  jsonString: string,
5425
5425
  ): SafeParseResult<
5426
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878,
5426
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825,
5427
5427
  SDKValidationError
5428
5428
  > {
5429
5429
  return safeParse(
5430
5430
  jsonString,
5431
5431
  (x) =>
5432
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878$inboundSchema
5432
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825$inboundSchema
5433
5433
  .parse(JSON.parse(x)),
5434
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878' from JSON`,
5434
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825' from JSON`,
5435
5435
  );
5436
5436
  }
5437
5437
 
@@ -5442,19 +5442,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$i
5442
5442
  z.ZodTypeDef,
5443
5443
  unknown
5444
5444
  > = z.object({
5445
- "__@BRAND@8878": z.lazy(() =>
5446
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878$inboundSchema
5445
+ "__@BRAND@8825": z.lazy(() =>
5446
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825$inboundSchema
5447
5447
  ),
5448
5448
  }).transform((v) => {
5449
5449
  return remap$(v, {
5450
- "__@BRAND@8878": "atBRANDAt8878",
5450
+ "__@BRAND@8825": "atBRANDAt8825",
5451
5451
  });
5452
5452
  });
5453
5453
  /** @internal */
5454
5454
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound =
5455
5455
  {
5456
- "__@BRAND@8878":
5457
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878$Outbound;
5456
+ "__@BRAND@8825":
5457
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825$Outbound;
5458
5458
  };
5459
5459
 
5460
5460
  /** @internal */
@@ -5464,12 +5464,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$o
5464
5464
  z.ZodTypeDef,
5465
5465
  CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern
5466
5466
  > = z.object({
5467
- atBRANDAt8878: z.lazy(() =>
5468
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878$outboundSchema
5467
+ atBRANDAt8825: z.lazy(() =>
5468
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825$outboundSchema
5469
5469
  ),
5470
5470
  }).transform((v) => {
5471
5471
  return remap$(v, {
5472
- atBRANDAt8878: "__@BRAND@8878",
5472
+ atBRANDAt8825: "__@BRAND@8825",
5473
5473
  });
5474
5474
  });
5475
5475
 
@@ -6278,47 +6278,47 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
6278
6278
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema;
6279
6279
 
6280
6280
  /** @internal */
6281
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878$inboundSchema:
6281
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825$inboundSchema:
6282
6282
  z.ZodType<
6283
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878,
6283
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825,
6284
6284
  z.ZodTypeDef,
6285
6285
  unknown
6286
6286
  > = z.object({});
6287
6287
  /** @internal */
6288
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878$Outbound =
6288
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825$Outbound =
6289
6289
  {};
6290
6290
 
6291
6291
  /** @internal */
6292
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878$outboundSchema:
6292
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825$outboundSchema:
6293
6293
  z.ZodType<
6294
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878$Outbound,
6294
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825$Outbound,
6295
6295
  z.ZodTypeDef,
6296
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878
6296
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825
6297
6297
  > = z.object({});
6298
6298
 
6299
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878ToJSON(
6300
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878:
6301
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878,
6299
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825ToJSON(
6300
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825:
6301
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825,
6302
6302
  ): string {
6303
6303
  return JSON.stringify(
6304
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878$outboundSchema
6304
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825$outboundSchema
6305
6305
  .parse(
6306
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878,
6306
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825,
6307
6307
  ),
6308
6308
  );
6309
6309
  }
6310
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878FromJSON(
6310
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825FromJSON(
6311
6311
  jsonString: string,
6312
6312
  ): SafeParseResult<
6313
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878,
6313
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825,
6314
6314
  SDKValidationError
6315
6315
  > {
6316
6316
  return safeParse(
6317
6317
  jsonString,
6318
6318
  (x) =>
6319
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878$inboundSchema
6319
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825$inboundSchema
6320
6320
  .parse(JSON.parse(x)),
6321
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878' from JSON`,
6321
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825' from JSON`,
6322
6322
  );
6323
6323
  }
6324
6324
 
@@ -6329,19 +6329,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
6329
6329
  z.ZodTypeDef,
6330
6330
  unknown
6331
6331
  > = z.object({
6332
- "__@BRAND@8878": z.lazy(() =>
6333
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878$inboundSchema
6332
+ "__@BRAND@8825": z.lazy(() =>
6333
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825$inboundSchema
6334
6334
  ),
6335
6335
  }).transform((v) => {
6336
6336
  return remap$(v, {
6337
- "__@BRAND@8878": "atBRANDAt8878",
6337
+ "__@BRAND@8825": "atBRANDAt8825",
6338
6338
  });
6339
6339
  });
6340
6340
  /** @internal */
6341
6341
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound =
6342
6342
  {
6343
- "__@BRAND@8878":
6344
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878$Outbound;
6343
+ "__@BRAND@8825":
6344
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825$Outbound;
6345
6345
  };
6346
6346
 
6347
6347
  /** @internal */
@@ -6351,12 +6351,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
6351
6351
  z.ZodTypeDef,
6352
6352
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength
6353
6353
  > = z.object({
6354
- atBRANDAt8878: z.lazy(() =>
6355
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878$outboundSchema
6354
+ atBRANDAt8825: z.lazy(() =>
6355
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825$outboundSchema
6356
6356
  ),
6357
6357
  }).transform((v) => {
6358
6358
  return remap$(v, {
6359
- atBRANDAt8878: "__@BRAND@8878",
6359
+ atBRANDAt8825: "__@BRAND@8825",
6360
6360
  });
6361
6361
  });
6362
6362
 
@@ -6387,47 +6387,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
6387
6387
  }
6388
6388
 
6389
6389
  /** @internal */
6390
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878$inboundSchema:
6390
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825$inboundSchema:
6391
6391
  z.ZodType<
6392
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878,
6392
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825,
6393
6393
  z.ZodTypeDef,
6394
6394
  unknown
6395
6395
  > = z.object({});
6396
6396
  /** @internal */
6397
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878$Outbound =
6397
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825$Outbound =
6398
6398
  {};
6399
6399
 
6400
6400
  /** @internal */
6401
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878$outboundSchema:
6401
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825$outboundSchema:
6402
6402
  z.ZodType<
6403
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878$Outbound,
6403
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825$Outbound,
6404
6404
  z.ZodTypeDef,
6405
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878
6405
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825
6406
6406
  > = z.object({});
6407
6407
 
6408
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878ToJSON(
6409
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878:
6410
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878,
6408
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825ToJSON(
6409
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825:
6410
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825,
6411
6411
  ): string {
6412
6412
  return JSON.stringify(
6413
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878$outboundSchema
6413
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825$outboundSchema
6414
6414
  .parse(
6415
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878,
6415
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825,
6416
6416
  ),
6417
6417
  );
6418
6418
  }
6419
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878FromJSON(
6419
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825FromJSON(
6420
6420
  jsonString: string,
6421
6421
  ): SafeParseResult<
6422
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878,
6422
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825,
6423
6423
  SDKValidationError
6424
6424
  > {
6425
6425
  return safeParse(
6426
6426
  jsonString,
6427
6427
  (x) =>
6428
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878$inboundSchema
6428
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825$inboundSchema
6429
6429
  .parse(JSON.parse(x)),
6430
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878' from JSON`,
6430
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825' from JSON`,
6431
6431
  );
6432
6432
  }
6433
6433
 
@@ -6438,19 +6438,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
6438
6438
  z.ZodTypeDef,
6439
6439
  unknown
6440
6440
  > = z.object({
6441
- "__@BRAND@8878": z.lazy(() =>
6442
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878$inboundSchema
6441
+ "__@BRAND@8825": z.lazy(() =>
6442
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825$inboundSchema
6443
6443
  ),
6444
6444
  }).transform((v) => {
6445
6445
  return remap$(v, {
6446
- "__@BRAND@8878": "atBRANDAt8878",
6446
+ "__@BRAND@8825": "atBRANDAt8825",
6447
6447
  });
6448
6448
  });
6449
6449
  /** @internal */
6450
6450
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound =
6451
6451
  {
6452
- "__@BRAND@8878":
6453
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878$Outbound;
6452
+ "__@BRAND@8825":
6453
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825$Outbound;
6454
6454
  };
6455
6455
 
6456
6456
  /** @internal */
@@ -6460,12 +6460,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
6460
6460
  z.ZodTypeDef,
6461
6461
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength
6462
6462
  > = z.object({
6463
- atBRANDAt8878: z.lazy(() =>
6464
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878$outboundSchema
6463
+ atBRANDAt8825: z.lazy(() =>
6464
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825$outboundSchema
6465
6465
  ),
6466
6466
  }).transform((v) => {
6467
6467
  return remap$(v, {
6468
- atBRANDAt8878: "__@BRAND@8878",
6468
+ atBRANDAt8825: "__@BRAND@8825",
6469
6469
  });
6470
6470
  });
6471
6471
 
@@ -6496,47 +6496,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
6496
6496
  }
6497
6497
 
6498
6498
  /** @internal */
6499
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878$inboundSchema:
6499
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825$inboundSchema:
6500
6500
  z.ZodType<
6501
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878,
6501
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825,
6502
6502
  z.ZodTypeDef,
6503
6503
  unknown
6504
6504
  > = z.object({});
6505
6505
  /** @internal */
6506
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878$Outbound =
6506
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825$Outbound =
6507
6507
  {};
6508
6508
 
6509
6509
  /** @internal */
6510
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878$outboundSchema:
6510
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825$outboundSchema:
6511
6511
  z.ZodType<
6512
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878$Outbound,
6512
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825$Outbound,
6513
6513
  z.ZodTypeDef,
6514
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878
6514
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825
6515
6515
  > = z.object({});
6516
6516
 
6517
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878ToJSON(
6518
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878:
6519
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878,
6517
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825ToJSON(
6518
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825:
6519
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825,
6520
6520
  ): string {
6521
6521
  return JSON.stringify(
6522
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878$outboundSchema
6522
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825$outboundSchema
6523
6523
  .parse(
6524
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878,
6524
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825,
6525
6525
  ),
6526
6526
  );
6527
6527
  }
6528
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878FromJSON(
6528
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825FromJSON(
6529
6529
  jsonString: string,
6530
6530
  ): SafeParseResult<
6531
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878,
6531
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825,
6532
6532
  SDKValidationError
6533
6533
  > {
6534
6534
  return safeParse(
6535
6535
  jsonString,
6536
6536
  (x) =>
6537
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878$inboundSchema
6537
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825$inboundSchema
6538
6538
  .parse(JSON.parse(x)),
6539
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878' from JSON`,
6539
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825' from JSON`,
6540
6540
  );
6541
6541
  }
6542
6542
 
@@ -6547,19 +6547,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
6547
6547
  z.ZodTypeDef,
6548
6548
  unknown
6549
6549
  > = z.object({
6550
- "__@BRAND@8878": z.lazy(() =>
6551
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878$inboundSchema
6550
+ "__@BRAND@8825": z.lazy(() =>
6551
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825$inboundSchema
6552
6552
  ),
6553
6553
  }).transform((v) => {
6554
6554
  return remap$(v, {
6555
- "__@BRAND@8878": "atBRANDAt8878",
6555
+ "__@BRAND@8825": "atBRANDAt8825",
6556
6556
  });
6557
6557
  });
6558
6558
  /** @internal */
6559
6559
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound =
6560
6560
  {
6561
- "__@BRAND@8878":
6562
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878$Outbound;
6561
+ "__@BRAND@8825":
6562
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825$Outbound;
6563
6563
  };
6564
6564
 
6565
6565
  /** @internal */
@@ -6569,12 +6569,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
6569
6569
  z.ZodTypeDef,
6570
6570
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern
6571
6571
  > = z.object({
6572
- atBRANDAt8878: z.lazy(() =>
6573
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878$outboundSchema
6572
+ atBRANDAt8825: z.lazy(() =>
6573
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825$outboundSchema
6574
6574
  ),
6575
6575
  }).transform((v) => {
6576
6576
  return remap$(v, {
6577
- atBRANDAt8878: "__@BRAND@8878",
6577
+ atBRANDAt8825: "__@BRAND@8825",
6578
6578
  });
6579
6579
  });
6580
6580
 
@@ -8111,45 +8111,45 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(
8111
8111
  }
8112
8112
 
8113
8113
  /** @internal */
8114
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878$inboundSchema:
8114
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825$inboundSchema:
8115
8115
  z.ZodType<
8116
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878,
8116
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825,
8117
8117
  z.ZodTypeDef,
8118
8118
  unknown
8119
8119
  > = z.object({});
8120
8120
  /** @internal */
8121
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878$Outbound =
8121
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825$Outbound =
8122
8122
  {};
8123
8123
 
8124
8124
  /** @internal */
8125
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878$outboundSchema:
8125
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825$outboundSchema:
8126
8126
  z.ZodType<
8127
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878$Outbound,
8127
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825$Outbound,
8128
8128
  z.ZodTypeDef,
8129
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878
8129
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825
8130
8130
  > = z.object({});
8131
8131
 
8132
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878ToJSON(
8133
- createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878:
8134
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878,
8132
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825ToJSON(
8133
+ createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825:
8134
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825,
8135
8135
  ): string {
8136
8136
  return JSON.stringify(
8137
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878$outboundSchema
8138
- .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878),
8137
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825$outboundSchema
8138
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825),
8139
8139
  );
8140
8140
  }
8141
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878FromJSON(
8141
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825FromJSON(
8142
8142
  jsonString: string,
8143
8143
  ): SafeParseResult<
8144
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878,
8144
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825,
8145
8145
  SDKValidationError
8146
8146
  > {
8147
8147
  return safeParse(
8148
8148
  jsonString,
8149
8149
  (x) =>
8150
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878$inboundSchema
8150
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825$inboundSchema
8151
8151
  .parse(JSON.parse(x)),
8152
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878' from JSON`,
8152
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825' from JSON`,
8153
8153
  );
8154
8154
  }
8155
8155
 
@@ -8160,19 +8160,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inbound
8160
8160
  z.ZodTypeDef,
8161
8161
  unknown
8162
8162
  > = z.object({
8163
- "__@BRAND@8878": z.lazy(() =>
8164
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878$inboundSchema
8163
+ "__@BRAND@8825": z.lazy(() =>
8164
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825$inboundSchema
8165
8165
  ),
8166
8166
  }).transform((v) => {
8167
8167
  return remap$(v, {
8168
- "__@BRAND@8878": "atBRANDAt8878",
8168
+ "__@BRAND@8825": "atBRANDAt8825",
8169
8169
  });
8170
8170
  });
8171
8171
  /** @internal */
8172
8172
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound =
8173
8173
  {
8174
- "__@BRAND@8878":
8175
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878$Outbound;
8174
+ "__@BRAND@8825":
8175
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825$Outbound;
8176
8176
  };
8177
8177
 
8178
8178
  /** @internal */
@@ -8182,12 +8182,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboun
8182
8182
  z.ZodTypeDef,
8183
8183
  CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength
8184
8184
  > = z.object({
8185
- atBRANDAt8878: z.lazy(() =>
8186
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878$outboundSchema
8185
+ atBRANDAt8825: z.lazy(() =>
8186
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825$outboundSchema
8187
8187
  ),
8188
8188
  }).transform((v) => {
8189
8189
  return remap$(v, {
8190
- atBRANDAt8878: "__@BRAND@8878",
8190
+ atBRANDAt8825: "__@BRAND@8825",
8191
8191
  });
8192
8192
  });
8193
8193
 
@@ -8216,47 +8216,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
8216
8216
  }
8217
8217
 
8218
8218
  /** @internal */
8219
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878$inboundSchema:
8219
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825$inboundSchema:
8220
8220
  z.ZodType<
8221
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878,
8221
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825,
8222
8222
  z.ZodTypeDef,
8223
8223
  unknown
8224
8224
  > = z.object({});
8225
8225
  /** @internal */
8226
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878$Outbound =
8226
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825$Outbound =
8227
8227
  {};
8228
8228
 
8229
8229
  /** @internal */
8230
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878$outboundSchema:
8230
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825$outboundSchema:
8231
8231
  z.ZodType<
8232
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878$Outbound,
8232
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825$Outbound,
8233
8233
  z.ZodTypeDef,
8234
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878
8234
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825
8235
8235
  > = z.object({});
8236
8236
 
8237
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878ToJSON(
8238
- createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878:
8239
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878,
8237
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825ToJSON(
8238
+ createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825:
8239
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825,
8240
8240
  ): string {
8241
8241
  return JSON.stringify(
8242
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878$outboundSchema
8242
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825$outboundSchema
8243
8243
  .parse(
8244
- createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878,
8244
+ createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825,
8245
8245
  ),
8246
8246
  );
8247
8247
  }
8248
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878FromJSON(
8248
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825FromJSON(
8249
8249
  jsonString: string,
8250
8250
  ): SafeParseResult<
8251
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878,
8251
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825,
8252
8252
  SDKValidationError
8253
8253
  > {
8254
8254
  return safeParse(
8255
8255
  jsonString,
8256
8256
  (x) =>
8257
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878$inboundSchema
8257
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825$inboundSchema
8258
8258
  .parse(JSON.parse(x)),
8259
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878' from JSON`,
8259
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825' from JSON`,
8260
8260
  );
8261
8261
  }
8262
8262
 
@@ -8267,19 +8267,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inbound
8267
8267
  z.ZodTypeDef,
8268
8268
  unknown
8269
8269
  > = z.object({
8270
- "__@BRAND@8878": z.lazy(() =>
8271
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878$inboundSchema
8270
+ "__@BRAND@8825": z.lazy(() =>
8271
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825$inboundSchema
8272
8272
  ),
8273
8273
  }).transform((v) => {
8274
8274
  return remap$(v, {
8275
- "__@BRAND@8878": "atBRANDAt8878",
8275
+ "__@BRAND@8825": "atBRANDAt8825",
8276
8276
  });
8277
8277
  });
8278
8278
  /** @internal */
8279
8279
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound =
8280
8280
  {
8281
- "__@BRAND@8878":
8282
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878$Outbound;
8281
+ "__@BRAND@8825":
8282
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825$Outbound;
8283
8283
  };
8284
8284
 
8285
8285
  /** @internal */
@@ -8289,12 +8289,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboun
8289
8289
  z.ZodTypeDef,
8290
8290
  CreateIntegrationStoreDirectPropertiesIntegrationsMinLength
8291
8291
  > = z.object({
8292
- atBRANDAt8878: z.lazy(() =>
8293
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878$outboundSchema
8292
+ atBRANDAt8825: z.lazy(() =>
8293
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825$outboundSchema
8294
8294
  ),
8295
8295
  }).transform((v) => {
8296
8296
  return remap$(v, {
8297
- atBRANDAt8878: "__@BRAND@8878",
8297
+ atBRANDAt8825: "__@BRAND@8825",
8298
8298
  });
8299
8299
  });
8300
8300
 
@@ -8323,47 +8323,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
8323
8323
  }
8324
8324
 
8325
8325
  /** @internal */
8326
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878$inboundSchema:
8326
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825$inboundSchema:
8327
8327
  z.ZodType<
8328
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878,
8328
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825,
8329
8329
  z.ZodTypeDef,
8330
8330
  unknown
8331
8331
  > = z.object({});
8332
8332
  /** @internal */
8333
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878$Outbound =
8333
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825$Outbound =
8334
8334
  {};
8335
8335
 
8336
8336
  /** @internal */
8337
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878$outboundSchema:
8337
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825$outboundSchema:
8338
8338
  z.ZodType<
8339
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878$Outbound,
8339
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825$Outbound,
8340
8340
  z.ZodTypeDef,
8341
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878
8341
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825
8342
8342
  > = z.object({});
8343
8343
 
8344
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878ToJSON(
8345
- createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878:
8346
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878,
8344
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825ToJSON(
8345
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825:
8346
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825,
8347
8347
  ): string {
8348
8348
  return JSON.stringify(
8349
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878$outboundSchema
8349
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825$outboundSchema
8350
8350
  .parse(
8351
- createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878,
8351
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825,
8352
8352
  ),
8353
8353
  );
8354
8354
  }
8355
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878FromJSON(
8355
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825FromJSON(
8356
8356
  jsonString: string,
8357
8357
  ): SafeParseResult<
8358
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878,
8358
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825,
8359
8359
  SDKValidationError
8360
8360
  > {
8361
8361
  return safeParse(
8362
8362
  jsonString,
8363
8363
  (x) =>
8364
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878$inboundSchema
8364
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825$inboundSchema
8365
8365
  .parse(JSON.parse(x)),
8366
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878' from JSON`,
8366
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825' from JSON`,
8367
8367
  );
8368
8368
  }
8369
8369
 
@@ -8374,19 +8374,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSc
8374
8374
  z.ZodTypeDef,
8375
8375
  unknown
8376
8376
  > = z.object({
8377
- "__@BRAND@8878": z.lazy(() =>
8378
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878$inboundSchema
8377
+ "__@BRAND@8825": z.lazy(() =>
8378
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825$inboundSchema
8379
8379
  ),
8380
8380
  }).transform((v) => {
8381
8381
  return remap$(v, {
8382
- "__@BRAND@8878": "atBRANDAt8878",
8382
+ "__@BRAND@8825": "atBRANDAt8825",
8383
8383
  });
8384
8384
  });
8385
8385
  /** @internal */
8386
8386
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound =
8387
8387
  {
8388
- "__@BRAND@8878":
8389
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878$Outbound;
8388
+ "__@BRAND@8825":
8389
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825$Outbound;
8390
8390
  };
8391
8391
 
8392
8392
  /** @internal */
@@ -8396,12 +8396,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundS
8396
8396
  z.ZodTypeDef,
8397
8397
  CreateIntegrationStoreDirectPropertiesIntegrationsPattern
8398
8398
  > = z.object({
8399
- atBRANDAt8878: z.lazy(() =>
8400
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878$outboundSchema
8399
+ atBRANDAt8825: z.lazy(() =>
8400
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825$outboundSchema
8401
8401
  ),
8402
8402
  }).transform((v) => {
8403
8403
  return remap$(v, {
8404
- atBRANDAt8878: "__@BRAND@8878",
8404
+ atBRANDAt8825: "__@BRAND@8825",
8405
8405
  });
8406
8406
  });
8407
8407
 
@@ -11420,47 +11420,47 @@ export const CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema:
11420
11420
  CreateIntegrationStoreDirectPropertiesUiControl$inboundSchema;
11421
11421
 
11422
11422
  /** @internal */
11423
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878$inboundSchema:
11423
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825$inboundSchema:
11424
11424
  z.ZodType<
11425
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878,
11425
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825,
11426
11426
  z.ZodTypeDef,
11427
11427
  unknown
11428
11428
  > = z.object({});
11429
11429
  /** @internal */
11430
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878$Outbound =
11430
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825$Outbound =
11431
11431
  {};
11432
11432
 
11433
11433
  /** @internal */
11434
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878$outboundSchema:
11434
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825$outboundSchema:
11435
11435
  z.ZodType<
11436
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878$Outbound,
11436
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825$Outbound,
11437
11437
  z.ZodTypeDef,
11438
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878
11438
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825
11439
11439
  > = z.object({});
11440
11440
 
11441
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878ToJSON(
11442
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878:
11443
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878,
11441
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825ToJSON(
11442
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825:
11443
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825,
11444
11444
  ): string {
11445
11445
  return JSON.stringify(
11446
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878$outboundSchema
11446
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825$outboundSchema
11447
11447
  .parse(
11448
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878,
11448
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825,
11449
11449
  ),
11450
11450
  );
11451
11451
  }
11452
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878FromJSON(
11452
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825FromJSON(
11453
11453
  jsonString: string,
11454
11454
  ): SafeParseResult<
11455
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878,
11455
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825,
11456
11456
  SDKValidationError
11457
11457
  > {
11458
11458
  return safeParse(
11459
11459
  jsonString,
11460
11460
  (x) =>
11461
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878$inboundSchema
11461
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825$inboundSchema
11462
11462
  .parse(JSON.parse(x)),
11463
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878' from JSON`,
11463
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825' from JSON`,
11464
11464
  );
11465
11465
  }
11466
11466
 
@@ -11471,18 +11471,18 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema:
11471
11471
  z.ZodTypeDef,
11472
11472
  unknown
11473
11473
  > = z.object({
11474
- "__@BRAND@8878": z.lazy(() =>
11475
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878$inboundSchema
11474
+ "__@BRAND@8825": z.lazy(() =>
11475
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825$inboundSchema
11476
11476
  ),
11477
11477
  }).transform((v) => {
11478
11478
  return remap$(v, {
11479
- "__@BRAND@8878": "atBRANDAt8878",
11479
+ "__@BRAND@8825": "atBRANDAt8825",
11480
11480
  });
11481
11481
  });
11482
11482
  /** @internal */
11483
11483
  export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
11484
- "__@BRAND@8878":
11485
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878$Outbound;
11484
+ "__@BRAND@8825":
11485
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825$Outbound;
11486
11486
  };
11487
11487
 
11488
11488
  /** @internal */
@@ -11492,12 +11492,12 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema:
11492
11492
  z.ZodTypeDef,
11493
11493
  CreateIntegrationStoreDirectPropertiesMaxLength
11494
11494
  > = z.object({
11495
- atBRANDAt8878: z.lazy(() =>
11496
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878$outboundSchema
11495
+ atBRANDAt8825: z.lazy(() =>
11496
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825$outboundSchema
11497
11497
  ),
11498
11498
  }).transform((v) => {
11499
11499
  return remap$(v, {
11500
- atBRANDAt8878: "__@BRAND@8878",
11500
+ atBRANDAt8825: "__@BRAND@8825",
11501
11501
  });
11502
11502
  });
11503
11503
 
@@ -11528,35 +11528,35 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(
11528
11528
  }
11529
11529
 
11530
11530
  /** @internal */
11531
- export const PropertiesAtBRANDAt8878$inboundSchema: z.ZodType<
11532
- PropertiesAtBRANDAt8878,
11531
+ export const PropertiesAtBRANDAt8825$inboundSchema: z.ZodType<
11532
+ PropertiesAtBRANDAt8825,
11533
11533
  z.ZodTypeDef,
11534
11534
  unknown
11535
11535
  > = z.object({});
11536
11536
  /** @internal */
11537
- export type PropertiesAtBRANDAt8878$Outbound = {};
11537
+ export type PropertiesAtBRANDAt8825$Outbound = {};
11538
11538
 
11539
11539
  /** @internal */
11540
- export const PropertiesAtBRANDAt8878$outboundSchema: z.ZodType<
11541
- PropertiesAtBRANDAt8878$Outbound,
11540
+ export const PropertiesAtBRANDAt8825$outboundSchema: z.ZodType<
11541
+ PropertiesAtBRANDAt8825$Outbound,
11542
11542
  z.ZodTypeDef,
11543
- PropertiesAtBRANDAt8878
11543
+ PropertiesAtBRANDAt8825
11544
11544
  > = z.object({});
11545
11545
 
11546
- export function propertiesAtBRANDAt8878ToJSON(
11547
- propertiesAtBRANDAt8878: PropertiesAtBRANDAt8878,
11546
+ export function propertiesAtBRANDAt8825ToJSON(
11547
+ propertiesAtBRANDAt8825: PropertiesAtBRANDAt8825,
11548
11548
  ): string {
11549
11549
  return JSON.stringify(
11550
- PropertiesAtBRANDAt8878$outboundSchema.parse(propertiesAtBRANDAt8878),
11550
+ PropertiesAtBRANDAt8825$outboundSchema.parse(propertiesAtBRANDAt8825),
11551
11551
  );
11552
11552
  }
11553
- export function propertiesAtBRANDAt8878FromJSON(
11553
+ export function propertiesAtBRANDAt8825FromJSON(
11554
11554
  jsonString: string,
11555
- ): SafeParseResult<PropertiesAtBRANDAt8878, SDKValidationError> {
11555
+ ): SafeParseResult<PropertiesAtBRANDAt8825, SDKValidationError> {
11556
11556
  return safeParse(
11557
11557
  jsonString,
11558
- (x) => PropertiesAtBRANDAt8878$inboundSchema.parse(JSON.parse(x)),
11559
- `Failed to parse 'PropertiesAtBRANDAt8878' from JSON`,
11558
+ (x) => PropertiesAtBRANDAt8825$inboundSchema.parse(JSON.parse(x)),
11559
+ `Failed to parse 'PropertiesAtBRANDAt8825' from JSON`,
11560
11560
  );
11561
11561
  }
11562
11562
 
@@ -11567,15 +11567,15 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema:
11567
11567
  z.ZodTypeDef,
11568
11568
  unknown
11569
11569
  > = z.object({
11570
- "__@BRAND@8878": z.lazy(() => PropertiesAtBRANDAt8878$inboundSchema),
11570
+ "__@BRAND@8825": z.lazy(() => PropertiesAtBRANDAt8825$inboundSchema),
11571
11571
  }).transform((v) => {
11572
11572
  return remap$(v, {
11573
- "__@BRAND@8878": "atBRANDAt8878",
11573
+ "__@BRAND@8825": "atBRANDAt8825",
11574
11574
  });
11575
11575
  });
11576
11576
  /** @internal */
11577
11577
  export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
11578
- "__@BRAND@8878": PropertiesAtBRANDAt8878$Outbound;
11578
+ "__@BRAND@8825": PropertiesAtBRANDAt8825$Outbound;
11579
11579
  };
11580
11580
 
11581
11581
  /** @internal */
@@ -11585,10 +11585,10 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema:
11585
11585
  z.ZodTypeDef,
11586
11586
  CreateIntegrationStoreDirectPropertiesMinLength
11587
11587
  > = z.object({
11588
- atBRANDAt8878: z.lazy(() => PropertiesAtBRANDAt8878$outboundSchema),
11588
+ atBRANDAt8825: z.lazy(() => PropertiesAtBRANDAt8825$outboundSchema),
11589
11589
  }).transform((v) => {
11590
11590
  return remap$(v, {
11591
- atBRANDAt8878: "__@BRAND@8878",
11591
+ atBRANDAt8825: "__@BRAND@8825",
11592
11592
  });
11593
11593
  });
11594
11594
 
@@ -11619,46 +11619,46 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(
11619
11619
  }
11620
11620
 
11621
11621
  /** @internal */
11622
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8878$inboundSchema:
11622
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8825$inboundSchema:
11623
11623
  z.ZodType<
11624
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8878,
11624
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8825,
11625
11625
  z.ZodTypeDef,
11626
11626
  unknown
11627
11627
  > = z.object({});
11628
11628
  /** @internal */
11629
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8878$Outbound = {};
11629
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8825$Outbound = {};
11630
11630
 
11631
11631
  /** @internal */
11632
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8878$outboundSchema:
11632
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8825$outboundSchema:
11633
11633
  z.ZodType<
11634
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8878$Outbound,
11634
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8825$Outbound,
11635
11635
  z.ZodTypeDef,
11636
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8878
11636
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8825
11637
11637
  > = z.object({});
11638
11638
 
11639
- export function createIntegrationStoreDirectPropertiesAtBRANDAt8878ToJSON(
11640
- createIntegrationStoreDirectPropertiesAtBRANDAt8878:
11641
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8878,
11639
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt8825ToJSON(
11640
+ createIntegrationStoreDirectPropertiesAtBRANDAt8825:
11641
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8825,
11642
11642
  ): string {
11643
11643
  return JSON.stringify(
11644
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8878$outboundSchema.parse(
11645
- createIntegrationStoreDirectPropertiesAtBRANDAt8878,
11644
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8825$outboundSchema.parse(
11645
+ createIntegrationStoreDirectPropertiesAtBRANDAt8825,
11646
11646
  ),
11647
11647
  );
11648
11648
  }
11649
- export function createIntegrationStoreDirectPropertiesAtBRANDAt8878FromJSON(
11649
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt8825FromJSON(
11650
11650
  jsonString: string,
11651
11651
  ): SafeParseResult<
11652
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8878,
11652
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8825,
11653
11653
  SDKValidationError
11654
11654
  > {
11655
11655
  return safeParse(
11656
11656
  jsonString,
11657
11657
  (x) =>
11658
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8878$inboundSchema.parse(
11658
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8825$inboundSchema.parse(
11659
11659
  JSON.parse(x),
11660
11660
  ),
11661
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8878' from JSON`,
11661
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8825' from JSON`,
11662
11662
  );
11663
11663
  }
11664
11664
 
@@ -11669,17 +11669,17 @@ export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema:
11669
11669
  z.ZodTypeDef,
11670
11670
  unknown
11671
11671
  > = z.object({
11672
- "__@BRAND@8878": z.lazy(() =>
11673
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8878$inboundSchema
11672
+ "__@BRAND@8825": z.lazy(() =>
11673
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8825$inboundSchema
11674
11674
  ),
11675
11675
  }).transform((v) => {
11676
11676
  return remap$(v, {
11677
- "__@BRAND@8878": "atBRANDAt8878",
11677
+ "__@BRAND@8825": "atBRANDAt8825",
11678
11678
  });
11679
11679
  });
11680
11680
  /** @internal */
11681
11681
  export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
11682
- "__@BRAND@8878": CreateIntegrationStoreDirectPropertiesAtBRANDAt8878$Outbound;
11682
+ "__@BRAND@8825": CreateIntegrationStoreDirectPropertiesAtBRANDAt8825$Outbound;
11683
11683
  };
11684
11684
 
11685
11685
  /** @internal */
@@ -11689,12 +11689,12 @@ export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema:
11689
11689
  z.ZodTypeDef,
11690
11690
  CreateIntegrationStoreDirectPropertiesPattern
11691
11691
  > = z.object({
11692
- atBRANDAt8878: z.lazy(() =>
11693
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8878$outboundSchema
11692
+ atBRANDAt8825: z.lazy(() =>
11693
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8825$outboundSchema
11694
11694
  ),
11695
11695
  }).transform((v) => {
11696
11696
  return remap$(v, {
11697
- atBRANDAt8878: "__@BRAND@8878",
11697
+ atBRANDAt8825: "__@BRAND@8825",
11698
11698
  });
11699
11699
  });
11700
11700
 
@@ -12773,31 +12773,31 @@ export function guidesFromJSON(
12773
12773
  }
12774
12774
 
12775
12775
  /** @internal */
12776
- export const AtBRANDAt8878$inboundSchema: z.ZodType<
12777
- AtBRANDAt8878,
12776
+ export const AtBRANDAt8825$inboundSchema: z.ZodType<
12777
+ AtBRANDAt8825,
12778
12778
  z.ZodTypeDef,
12779
12779
  unknown
12780
12780
  > = z.object({});
12781
12781
  /** @internal */
12782
- export type AtBRANDAt8878$Outbound = {};
12782
+ export type AtBRANDAt8825$Outbound = {};
12783
12783
 
12784
12784
  /** @internal */
12785
- export const AtBRANDAt8878$outboundSchema: z.ZodType<
12786
- AtBRANDAt8878$Outbound,
12785
+ export const AtBRANDAt8825$outboundSchema: z.ZodType<
12786
+ AtBRANDAt8825$Outbound,
12787
12787
  z.ZodTypeDef,
12788
- AtBRANDAt8878
12788
+ AtBRANDAt8825
12789
12789
  > = z.object({});
12790
12790
 
12791
- export function atBRANDAt8878ToJSON(atBRANDAt8878: AtBRANDAt8878): string {
12792
- return JSON.stringify(AtBRANDAt8878$outboundSchema.parse(atBRANDAt8878));
12791
+ export function atBRANDAt8825ToJSON(atBRANDAt8825: AtBRANDAt8825): string {
12792
+ return JSON.stringify(AtBRANDAt8825$outboundSchema.parse(atBRANDAt8825));
12793
12793
  }
12794
- export function atBRANDAt8878FromJSON(
12794
+ export function atBRANDAt8825FromJSON(
12795
12795
  jsonString: string,
12796
- ): SafeParseResult<AtBRANDAt8878, SDKValidationError> {
12796
+ ): SafeParseResult<AtBRANDAt8825, SDKValidationError> {
12797
12797
  return safeParse(
12798
12798
  jsonString,
12799
- (x) => AtBRANDAt8878$inboundSchema.parse(JSON.parse(x)),
12800
- `Failed to parse 'AtBRANDAt8878' from JSON`,
12799
+ (x) => AtBRANDAt8825$inboundSchema.parse(JSON.parse(x)),
12800
+ `Failed to parse 'AtBRANDAt8825' from JSON`,
12801
12801
  );
12802
12802
  }
12803
12803
 
@@ -12807,15 +12807,15 @@ export const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<
12807
12807
  z.ZodTypeDef,
12808
12808
  unknown
12809
12809
  > = z.object({
12810
- "__@BRAND@8878": z.lazy(() => AtBRANDAt8878$inboundSchema),
12810
+ "__@BRAND@8825": z.lazy(() => AtBRANDAt8825$inboundSchema),
12811
12811
  }).transform((v) => {
12812
12812
  return remap$(v, {
12813
- "__@BRAND@8878": "atBRANDAt8878",
12813
+ "__@BRAND@8825": "atBRANDAt8825",
12814
12814
  });
12815
12815
  });
12816
12816
  /** @internal */
12817
12817
  export type CreateIntegrationStoreDirectValue$Outbound = {
12818
- "__@BRAND@8878": AtBRANDAt8878$Outbound;
12818
+ "__@BRAND@8825": AtBRANDAt8825$Outbound;
12819
12819
  };
12820
12820
 
12821
12821
  /** @internal */
@@ -12824,10 +12824,10 @@ export const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<
12824
12824
  z.ZodTypeDef,
12825
12825
  CreateIntegrationStoreDirectValue
12826
12826
  > = z.object({
12827
- atBRANDAt8878: z.lazy(() => AtBRANDAt8878$outboundSchema),
12827
+ atBRANDAt8825: z.lazy(() => AtBRANDAt8825$outboundSchema),
12828
12828
  }).transform((v) => {
12829
12829
  return remap$(v, {
12830
- atBRANDAt8878: "__@BRAND@8878",
12830
+ atBRANDAt8825: "__@BRAND@8825",
12831
12831
  });
12832
12832
  });
12833
12833