@vercel/sdk 1.17.4 → 1.17.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/mcp-server.js +331 -369
- package/bin/mcp-server.js.map +14 -14
- package/esm/__tests__/accessgroups.test.js +2 -6
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/checks.test.js +1 -1
- package/esm/__tests__/checks.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +1 -1
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/logdrains.test.js +1 -3
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +2 -2
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +4 -4
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/__tests__/teams.test.js +2 -2
- package/esm/__tests__/teams.test.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/models/canceldeploymentop.d.ts +0 -37
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +0 -23
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +0 -37
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +0 -22
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +152 -152
- package/esm/models/createintegrationstoredirectop.js +218 -218
- package/esm/models/createprojectop.d.ts +18 -18
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +18 -18
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +200 -200
- package/esm/models/getconfigurationproductsop.js +290 -290
- package/esm/models/getdeploymentop.d.ts +0 -37
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +0 -22
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getmemberop.d.ts +4 -0
- package/esm/models/getmemberop.d.ts.map +1 -1
- package/esm/models/getmemberop.js +4 -0
- package/esm/models/getmemberop.js.map +1 -1
- package/esm/models/team.d.ts +11 -11
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +8 -8
- package/esm/models/team.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +18 -18
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +18 -18
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/types/enums.d.ts +1 -8
- package/esm/types/enums.d.ts.map +1 -1
- package/esm/types/enums.js +1 -18
- package/esm/types/enums.js.map +1 -1
- package/esm/types/unrecognized.d.ts +10 -0
- package/esm/types/unrecognized.d.ts.map +1 -0
- package/esm/types/unrecognized.js +23 -0
- package/esm/types/unrecognized.js.map +1 -0
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/accessgroups.test.ts +2 -6
- package/src/__tests__/checks.test.ts +1 -1
- package/src/__tests__/domains.test.ts +1 -1
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/logdrains.test.ts +1 -3
- package/src/__tests__/rollingrelease.test.ts +2 -2
- package/src/__tests__/security.test.ts +4 -4
- package/src/__tests__/teams.test.ts +2 -2
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/canceldeploymentop.ts +0 -76
- package/src/models/createdeploymentop.ts +0 -87
- package/src/models/createintegrationstoredirectop.ts +471 -471
- package/src/models/createprojectop.ts +30 -30
- package/src/models/getconfigurationproductsop.ts +627 -627
- package/src/models/getdeploymentop.ts +0 -88
- package/src/models/getmemberop.ts +8 -0
- package/src/models/team.ts +15 -15
- package/src/models/updateprojectop.ts +30 -30
- package/src/types/enums.ts +1 -21
- package/src/types/unrecognized.ts +27 -0
- package/vercel-spec.json +155 -230
|
@@ -270,12 +270,12 @@ export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<
|
|
|
270
270
|
typeof CreateIntegrationStoreDirectIntegrationsType
|
|
271
271
|
>;
|
|
272
272
|
|
|
273
|
-
export type
|
|
273
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878 =
|
|
274
274
|
{};
|
|
275
275
|
|
|
276
276
|
export type CreateIntegrationStoreDirectPropertiesValue = {
|
|
277
|
-
|
|
278
|
-
|
|
277
|
+
atBRANDAt8878:
|
|
278
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878;
|
|
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
|
|
347
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878 =
|
|
348
348
|
{};
|
|
349
349
|
|
|
350
350
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength =
|
|
351
351
|
{
|
|
352
|
-
|
|
353
|
-
|
|
352
|
+
atBRANDAt8878:
|
|
353
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878;
|
|
354
354
|
};
|
|
355
355
|
|
|
356
|
-
export type
|
|
356
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878 =
|
|
357
357
|
{};
|
|
358
358
|
|
|
359
359
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength =
|
|
360
360
|
{
|
|
361
|
-
|
|
362
|
-
|
|
361
|
+
atBRANDAt8878:
|
|
362
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878;
|
|
363
363
|
};
|
|
364
364
|
|
|
365
|
-
export type
|
|
365
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878 =
|
|
366
366
|
{};
|
|
367
367
|
|
|
368
368
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern =
|
|
369
369
|
{
|
|
370
|
-
|
|
371
|
-
|
|
370
|
+
atBRANDAt8878:
|
|
371
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878;
|
|
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
|
|
509
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878 = {};
|
|
510
510
|
|
|
511
511
|
export type CreateIntegrationStoreDirectUiOptionsValue = {
|
|
512
|
-
|
|
512
|
+
atBRANDAt8878: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878;
|
|
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
|
|
563
|
+
export type UiOptionsAtBRANDAt8878 = {};
|
|
564
564
|
|
|
565
565
|
export type CreateIntegrationStoreDirectUiOptions2 = {
|
|
566
|
-
|
|
566
|
+
atBRANDAt8878: UiOptionsAtBRANDAt8878;
|
|
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
|
|
629
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878 =
|
|
630
630
|
{};
|
|
631
631
|
|
|
632
632
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength =
|
|
633
633
|
{
|
|
634
|
-
|
|
635
|
-
|
|
634
|
+
atBRANDAt8878:
|
|
635
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878;
|
|
636
636
|
};
|
|
637
637
|
|
|
638
|
-
export type
|
|
638
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878 =
|
|
639
639
|
{};
|
|
640
640
|
|
|
641
641
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength =
|
|
642
642
|
{
|
|
643
|
-
|
|
644
|
-
|
|
643
|
+
atBRANDAt8878:
|
|
644
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878;
|
|
645
645
|
};
|
|
646
646
|
|
|
647
|
-
export type
|
|
647
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878 =
|
|
648
648
|
{};
|
|
649
649
|
|
|
650
650
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern =
|
|
651
651
|
{
|
|
652
|
-
|
|
653
|
-
|
|
652
|
+
atBRANDAt8878:
|
|
653
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878;
|
|
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
|
|
796
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878 =
|
|
797
797
|
{};
|
|
798
798
|
|
|
799
799
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength =
|
|
800
800
|
{
|
|
801
|
-
|
|
802
|
-
|
|
801
|
+
atBRANDAt8878:
|
|
802
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878;
|
|
803
803
|
};
|
|
804
804
|
|
|
805
|
-
export type
|
|
805
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878 =
|
|
806
806
|
{};
|
|
807
807
|
|
|
808
808
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength =
|
|
809
809
|
{
|
|
810
|
-
|
|
811
|
-
|
|
810
|
+
atBRANDAt8878:
|
|
811
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878;
|
|
812
812
|
};
|
|
813
813
|
|
|
814
|
-
export type
|
|
814
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878 =
|
|
815
815
|
{};
|
|
816
816
|
|
|
817
817
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern =
|
|
818
818
|
{
|
|
819
|
-
|
|
820
|
-
|
|
819
|
+
atBRANDAt8878:
|
|
820
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878;
|
|
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
|
|
1075
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878 =
|
|
1076
1076
|
{};
|
|
1077
1077
|
|
|
1078
1078
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
|
|
1079
|
-
|
|
1080
|
-
|
|
1079
|
+
atBRANDAt8878:
|
|
1080
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878;
|
|
1081
1081
|
};
|
|
1082
1082
|
|
|
1083
|
-
export type
|
|
1083
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878 =
|
|
1084
1084
|
{};
|
|
1085
1085
|
|
|
1086
1086
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
|
|
1087
|
-
|
|
1088
|
-
|
|
1087
|
+
atBRANDAt8878:
|
|
1088
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878;
|
|
1089
1089
|
};
|
|
1090
1090
|
|
|
1091
|
-
export type
|
|
1091
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878 =
|
|
1092
1092
|
{};
|
|
1093
1093
|
|
|
1094
1094
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
|
|
1095
|
-
|
|
1096
|
-
|
|
1095
|
+
atBRANDAt8878:
|
|
1096
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878;
|
|
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
|
|
1599
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878 =
|
|
1600
1600
|
{};
|
|
1601
1601
|
|
|
1602
1602
|
export type CreateIntegrationStoreDirectPropertiesMaxLength = {
|
|
1603
|
-
|
|
1604
|
-
|
|
1603
|
+
atBRANDAt8878:
|
|
1604
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878;
|
|
1605
1605
|
};
|
|
1606
1606
|
|
|
1607
|
-
export type
|
|
1607
|
+
export type PropertiesAtBRANDAt8878 = {};
|
|
1608
1608
|
|
|
1609
1609
|
export type CreateIntegrationStoreDirectPropertiesMinLength = {
|
|
1610
|
-
|
|
1610
|
+
atBRANDAt8878: PropertiesAtBRANDAt8878;
|
|
1611
1611
|
};
|
|
1612
1612
|
|
|
1613
|
-
export type
|
|
1613
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8878 = {};
|
|
1614
1614
|
|
|
1615
1615
|
export type CreateIntegrationStoreDirectPropertiesPattern = {
|
|
1616
|
-
|
|
1616
|
+
atBRANDAt8878: CreateIntegrationStoreDirectPropertiesAtBRANDAt8878;
|
|
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
|
|
1857
|
+
export type AtBRANDAt8878 = {};
|
|
1858
1858
|
|
|
1859
1859
|
export type CreateIntegrationStoreDirectValue = {
|
|
1860
|
-
|
|
1860
|
+
atBRANDAt8878: AtBRANDAt8878;
|
|
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
|
|
2765
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878$inboundSchema:
|
|
2766
2766
|
z.ZodType<
|
|
2767
|
-
|
|
2767
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878,
|
|
2768
2768
|
z.ZodTypeDef,
|
|
2769
2769
|
unknown
|
|
2770
2770
|
> = z.object({});
|
|
2771
2771
|
/** @internal */
|
|
2772
|
-
export type
|
|
2772
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878$Outbound =
|
|
2773
2773
|
{};
|
|
2774
2774
|
|
|
2775
2775
|
/** @internal */
|
|
2776
|
-
export const
|
|
2776
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878$outboundSchema:
|
|
2777
2777
|
z.ZodType<
|
|
2778
|
-
|
|
2778
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878$Outbound,
|
|
2779
2779
|
z.ZodTypeDef,
|
|
2780
|
-
|
|
2780
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878
|
|
2781
2781
|
> = z.object({});
|
|
2782
2782
|
|
|
2783
|
-
export function
|
|
2784
|
-
|
|
2785
|
-
|
|
2783
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878ToJSON(
|
|
2784
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878:
|
|
2785
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878,
|
|
2786
2786
|
): string {
|
|
2787
2787
|
return JSON.stringify(
|
|
2788
|
-
|
|
2788
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878$outboundSchema
|
|
2789
2789
|
.parse(
|
|
2790
|
-
|
|
2790
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878,
|
|
2791
2791
|
),
|
|
2792
2792
|
);
|
|
2793
2793
|
}
|
|
2794
|
-
export function
|
|
2794
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878FromJSON(
|
|
2795
2795
|
jsonString: string,
|
|
2796
2796
|
): SafeParseResult<
|
|
2797
|
-
|
|
2797
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878,
|
|
2798
2798
|
SDKValidationError
|
|
2799
2799
|
> {
|
|
2800
2800
|
return safeParse(
|
|
2801
2801
|
jsonString,
|
|
2802
2802
|
(x) =>
|
|
2803
|
-
|
|
2803
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878$inboundSchema
|
|
2804
2804
|
.parse(JSON.parse(x)),
|
|
2805
|
-
`Failed to parse '
|
|
2805
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878' 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@
|
|
2817
|
-
|
|
2816
|
+
"__@BRAND@8878": z.lazy(() =>
|
|
2817
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878$inboundSchema
|
|
2818
2818
|
),
|
|
2819
2819
|
}).transform((v) => {
|
|
2820
2820
|
return remap$(v, {
|
|
2821
|
-
"__@BRAND@
|
|
2821
|
+
"__@BRAND@8878": "atBRANDAt8878",
|
|
2822
2822
|
});
|
|
2823
2823
|
});
|
|
2824
2824
|
/** @internal */
|
|
2825
2825
|
export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
|
|
2826
|
-
"__@BRAND@
|
|
2827
|
-
|
|
2826
|
+
"__@BRAND@8878":
|
|
2827
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878$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
|
-
|
|
2838
|
-
|
|
2837
|
+
atBRANDAt8878: z.lazy(() =>
|
|
2838
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878$outboundSchema
|
|
2839
2839
|
),
|
|
2840
2840
|
}).transform((v) => {
|
|
2841
2841
|
return remap$(v, {
|
|
2842
|
-
|
|
2842
|
+
atBRANDAt8878: "__@BRAND@8878",
|
|
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
|
|
3196
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878$inboundSchema:
|
|
3197
3197
|
z.ZodType<
|
|
3198
|
-
|
|
3198
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878,
|
|
3199
3199
|
z.ZodTypeDef,
|
|
3200
3200
|
unknown
|
|
3201
3201
|
> = z.object({});
|
|
3202
3202
|
/** @internal */
|
|
3203
|
-
export type
|
|
3203
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878$Outbound =
|
|
3204
3204
|
{};
|
|
3205
3205
|
|
|
3206
3206
|
/** @internal */
|
|
3207
|
-
export const
|
|
3207
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878$outboundSchema:
|
|
3208
3208
|
z.ZodType<
|
|
3209
|
-
|
|
3209
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878$Outbound,
|
|
3210
3210
|
z.ZodTypeDef,
|
|
3211
|
-
|
|
3211
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878
|
|
3212
3212
|
> = z.object({});
|
|
3213
3213
|
|
|
3214
|
-
export function
|
|
3215
|
-
|
|
3216
|
-
|
|
3214
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878ToJSON(
|
|
3215
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878:
|
|
3216
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878,
|
|
3217
3217
|
): string {
|
|
3218
3218
|
return JSON.stringify(
|
|
3219
|
-
|
|
3219
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878$outboundSchema
|
|
3220
3220
|
.parse(
|
|
3221
|
-
|
|
3221
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878,
|
|
3222
3222
|
),
|
|
3223
3223
|
);
|
|
3224
3224
|
}
|
|
3225
|
-
export function
|
|
3225
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878FromJSON(
|
|
3226
3226
|
jsonString: string,
|
|
3227
3227
|
): SafeParseResult<
|
|
3228
|
-
|
|
3228
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878,
|
|
3229
3229
|
SDKValidationError
|
|
3230
3230
|
> {
|
|
3231
3231
|
return safeParse(
|
|
3232
3232
|
jsonString,
|
|
3233
3233
|
(x) =>
|
|
3234
|
-
|
|
3234
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878$inboundSchema
|
|
3235
3235
|
.parse(JSON.parse(x)),
|
|
3236
|
-
`Failed to parse '
|
|
3236
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878' 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@
|
|
3248
|
-
|
|
3247
|
+
"__@BRAND@8878": z.lazy(() =>
|
|
3248
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878$inboundSchema
|
|
3249
3249
|
),
|
|
3250
3250
|
}).transform((v) => {
|
|
3251
3251
|
return remap$(v, {
|
|
3252
|
-
"__@BRAND@
|
|
3252
|
+
"__@BRAND@8878": "atBRANDAt8878",
|
|
3253
3253
|
});
|
|
3254
3254
|
});
|
|
3255
3255
|
/** @internal */
|
|
3256
3256
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound =
|
|
3257
3257
|
{
|
|
3258
|
-
"__@BRAND@
|
|
3259
|
-
|
|
3258
|
+
"__@BRAND@8878":
|
|
3259
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878$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
|
-
|
|
3270
|
-
|
|
3269
|
+
atBRANDAt8878: z.lazy(() =>
|
|
3270
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878$outboundSchema
|
|
3271
3271
|
),
|
|
3272
3272
|
}).transform((v) => {
|
|
3273
3273
|
return remap$(v, {
|
|
3274
|
-
|
|
3274
|
+
atBRANDAt8878: "__@BRAND@8878",
|
|
3275
3275
|
});
|
|
3276
3276
|
});
|
|
3277
3277
|
|
|
@@ -3302,47 +3302,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
|
|
|
3302
3302
|
}
|
|
3303
3303
|
|
|
3304
3304
|
/** @internal */
|
|
3305
|
-
export const
|
|
3305
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878$inboundSchema:
|
|
3306
3306
|
z.ZodType<
|
|
3307
|
-
|
|
3307
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878,
|
|
3308
3308
|
z.ZodTypeDef,
|
|
3309
3309
|
unknown
|
|
3310
3310
|
> = z.object({});
|
|
3311
3311
|
/** @internal */
|
|
3312
|
-
export type
|
|
3312
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878$Outbound =
|
|
3313
3313
|
{};
|
|
3314
3314
|
|
|
3315
3315
|
/** @internal */
|
|
3316
|
-
export const
|
|
3316
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878$outboundSchema:
|
|
3317
3317
|
z.ZodType<
|
|
3318
|
-
|
|
3318
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878$Outbound,
|
|
3319
3319
|
z.ZodTypeDef,
|
|
3320
|
-
|
|
3320
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878
|
|
3321
3321
|
> = z.object({});
|
|
3322
3322
|
|
|
3323
|
-
export function
|
|
3324
|
-
|
|
3325
|
-
|
|
3323
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878ToJSON(
|
|
3324
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878:
|
|
3325
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878,
|
|
3326
3326
|
): string {
|
|
3327
3327
|
return JSON.stringify(
|
|
3328
|
-
|
|
3328
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878$outboundSchema
|
|
3329
3329
|
.parse(
|
|
3330
|
-
|
|
3330
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878,
|
|
3331
3331
|
),
|
|
3332
3332
|
);
|
|
3333
3333
|
}
|
|
3334
|
-
export function
|
|
3334
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878FromJSON(
|
|
3335
3335
|
jsonString: string,
|
|
3336
3336
|
): SafeParseResult<
|
|
3337
|
-
|
|
3337
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878,
|
|
3338
3338
|
SDKValidationError
|
|
3339
3339
|
> {
|
|
3340
3340
|
return safeParse(
|
|
3341
3341
|
jsonString,
|
|
3342
3342
|
(x) =>
|
|
3343
|
-
|
|
3343
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878$inboundSchema
|
|
3344
3344
|
.parse(JSON.parse(x)),
|
|
3345
|
-
`Failed to parse '
|
|
3345
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878' 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@
|
|
3357
|
-
|
|
3356
|
+
"__@BRAND@8878": z.lazy(() =>
|
|
3357
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878$inboundSchema
|
|
3358
3358
|
),
|
|
3359
3359
|
}).transform((v) => {
|
|
3360
3360
|
return remap$(v, {
|
|
3361
|
-
"__@BRAND@
|
|
3361
|
+
"__@BRAND@8878": "atBRANDAt8878",
|
|
3362
3362
|
});
|
|
3363
3363
|
});
|
|
3364
3364
|
/** @internal */
|
|
3365
3365
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound =
|
|
3366
3366
|
{
|
|
3367
|
-
"__@BRAND@
|
|
3368
|
-
|
|
3367
|
+
"__@BRAND@8878":
|
|
3368
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878$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
|
-
|
|
3379
|
-
|
|
3378
|
+
atBRANDAt8878: z.lazy(() =>
|
|
3379
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878$outboundSchema
|
|
3380
3380
|
),
|
|
3381
3381
|
}).transform((v) => {
|
|
3382
3382
|
return remap$(v, {
|
|
3383
|
-
|
|
3383
|
+
atBRANDAt8878: "__@BRAND@8878",
|
|
3384
3384
|
});
|
|
3385
3385
|
});
|
|
3386
3386
|
|
|
@@ -3411,47 +3411,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
|
|
|
3411
3411
|
}
|
|
3412
3412
|
|
|
3413
3413
|
/** @internal */
|
|
3414
|
-
export const
|
|
3414
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878$inboundSchema:
|
|
3415
3415
|
z.ZodType<
|
|
3416
|
-
|
|
3416
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878,
|
|
3417
3417
|
z.ZodTypeDef,
|
|
3418
3418
|
unknown
|
|
3419
3419
|
> = z.object({});
|
|
3420
3420
|
/** @internal */
|
|
3421
|
-
export type
|
|
3421
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878$Outbound =
|
|
3422
3422
|
{};
|
|
3423
3423
|
|
|
3424
3424
|
/** @internal */
|
|
3425
|
-
export const
|
|
3425
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878$outboundSchema:
|
|
3426
3426
|
z.ZodType<
|
|
3427
|
-
|
|
3427
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878$Outbound,
|
|
3428
3428
|
z.ZodTypeDef,
|
|
3429
|
-
|
|
3429
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878
|
|
3430
3430
|
> = z.object({});
|
|
3431
3431
|
|
|
3432
|
-
export function
|
|
3433
|
-
|
|
3434
|
-
|
|
3432
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878ToJSON(
|
|
3433
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878:
|
|
3434
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878,
|
|
3435
3435
|
): string {
|
|
3436
3436
|
return JSON.stringify(
|
|
3437
|
-
|
|
3437
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878$outboundSchema
|
|
3438
3438
|
.parse(
|
|
3439
|
-
|
|
3439
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878,
|
|
3440
3440
|
),
|
|
3441
3441
|
);
|
|
3442
3442
|
}
|
|
3443
|
-
export function
|
|
3443
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878FromJSON(
|
|
3444
3444
|
jsonString: string,
|
|
3445
3445
|
): SafeParseResult<
|
|
3446
|
-
|
|
3446
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878,
|
|
3447
3447
|
SDKValidationError
|
|
3448
3448
|
> {
|
|
3449
3449
|
return safeParse(
|
|
3450
3450
|
jsonString,
|
|
3451
3451
|
(x) =>
|
|
3452
|
-
|
|
3452
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878$inboundSchema
|
|
3453
3453
|
.parse(JSON.parse(x)),
|
|
3454
|
-
`Failed to parse '
|
|
3454
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878' 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@
|
|
3466
|
-
|
|
3465
|
+
"__@BRAND@8878": z.lazy(() =>
|
|
3466
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878$inboundSchema
|
|
3467
3467
|
),
|
|
3468
3468
|
}).transform((v) => {
|
|
3469
3469
|
return remap$(v, {
|
|
3470
|
-
"__@BRAND@
|
|
3470
|
+
"__@BRAND@8878": "atBRANDAt8878",
|
|
3471
3471
|
});
|
|
3472
3472
|
});
|
|
3473
3473
|
/** @internal */
|
|
3474
3474
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound =
|
|
3475
3475
|
{
|
|
3476
|
-
"__@BRAND@
|
|
3477
|
-
|
|
3476
|
+
"__@BRAND@8878":
|
|
3477
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878$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
|
-
|
|
3488
|
-
|
|
3487
|
+
atBRANDAt8878: z.lazy(() =>
|
|
3488
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878$outboundSchema
|
|
3489
3489
|
),
|
|
3490
3490
|
}).transform((v) => {
|
|
3491
3491
|
return remap$(v, {
|
|
3492
|
-
|
|
3492
|
+
atBRANDAt8878: "__@BRAND@8878",
|
|
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
|
|
4282
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878$inboundSchema:
|
|
4283
4283
|
z.ZodType<
|
|
4284
|
-
|
|
4284
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878,
|
|
4285
4285
|
z.ZodTypeDef,
|
|
4286
4286
|
unknown
|
|
4287
4287
|
> = z.object({});
|
|
4288
4288
|
/** @internal */
|
|
4289
|
-
export type
|
|
4289
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878$Outbound = {};
|
|
4290
4290
|
|
|
4291
4291
|
/** @internal */
|
|
4292
|
-
export const
|
|
4292
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878$outboundSchema:
|
|
4293
4293
|
z.ZodType<
|
|
4294
|
-
|
|
4294
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878$Outbound,
|
|
4295
4295
|
z.ZodTypeDef,
|
|
4296
|
-
|
|
4296
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878
|
|
4297
4297
|
> = z.object({});
|
|
4298
4298
|
|
|
4299
|
-
export function
|
|
4300
|
-
|
|
4301
|
-
|
|
4299
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8878ToJSON(
|
|
4300
|
+
createIntegrationStoreDirectUiOptionsAtBRANDAt8878:
|
|
4301
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878,
|
|
4302
4302
|
): string {
|
|
4303
4303
|
return JSON.stringify(
|
|
4304
|
-
|
|
4305
|
-
|
|
4304
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878$outboundSchema.parse(
|
|
4305
|
+
createIntegrationStoreDirectUiOptionsAtBRANDAt8878,
|
|
4306
4306
|
),
|
|
4307
4307
|
);
|
|
4308
4308
|
}
|
|
4309
|
-
export function
|
|
4309
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8878FromJSON(
|
|
4310
4310
|
jsonString: string,
|
|
4311
4311
|
): SafeParseResult<
|
|
4312
|
-
|
|
4312
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878,
|
|
4313
4313
|
SDKValidationError
|
|
4314
4314
|
> {
|
|
4315
4315
|
return safeParse(
|
|
4316
4316
|
jsonString,
|
|
4317
4317
|
(x) =>
|
|
4318
|
-
|
|
4318
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878$inboundSchema.parse(
|
|
4319
4319
|
JSON.parse(x),
|
|
4320
4320
|
),
|
|
4321
|
-
`Failed to parse '
|
|
4321
|
+
`Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878' from JSON`,
|
|
4322
4322
|
);
|
|
4323
4323
|
}
|
|
4324
4324
|
|
|
@@ -4326,17 +4326,17 @@ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8805FromJSON(
|
|
|
4326
4326
|
export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema:
|
|
4327
4327
|
z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown> =
|
|
4328
4328
|
z.object({
|
|
4329
|
-
"__@BRAND@
|
|
4330
|
-
|
|
4329
|
+
"__@BRAND@8878": z.lazy(() =>
|
|
4330
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878$inboundSchema
|
|
4331
4331
|
),
|
|
4332
4332
|
}).transform((v) => {
|
|
4333
4333
|
return remap$(v, {
|
|
4334
|
-
"__@BRAND@
|
|
4334
|
+
"__@BRAND@8878": "atBRANDAt8878",
|
|
4335
4335
|
});
|
|
4336
4336
|
});
|
|
4337
4337
|
/** @internal */
|
|
4338
4338
|
export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
|
|
4339
|
-
"__@BRAND@
|
|
4339
|
+
"__@BRAND@8878": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878$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
|
-
|
|
4350
|
-
|
|
4349
|
+
atBRANDAt8878: z.lazy(() =>
|
|
4350
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878$outboundSchema
|
|
4351
4351
|
),
|
|
4352
4352
|
}).transform((v) => {
|
|
4353
4353
|
return remap$(v, {
|
|
4354
|
-
|
|
4354
|
+
atBRANDAt8878: "__@BRAND@8878",
|
|
4355
4355
|
});
|
|
4356
4356
|
});
|
|
4357
4357
|
|
|
@@ -4702,35 +4702,35 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(
|
|
|
4702
4702
|
}
|
|
4703
4703
|
|
|
4704
4704
|
/** @internal */
|
|
4705
|
-
export const
|
|
4706
|
-
|
|
4705
|
+
export const UiOptionsAtBRANDAt8878$inboundSchema: z.ZodType<
|
|
4706
|
+
UiOptionsAtBRANDAt8878,
|
|
4707
4707
|
z.ZodTypeDef,
|
|
4708
4708
|
unknown
|
|
4709
4709
|
> = z.object({});
|
|
4710
4710
|
/** @internal */
|
|
4711
|
-
export type
|
|
4711
|
+
export type UiOptionsAtBRANDAt8878$Outbound = {};
|
|
4712
4712
|
|
|
4713
4713
|
/** @internal */
|
|
4714
|
-
export const
|
|
4715
|
-
|
|
4714
|
+
export const UiOptionsAtBRANDAt8878$outboundSchema: z.ZodType<
|
|
4715
|
+
UiOptionsAtBRANDAt8878$Outbound,
|
|
4716
4716
|
z.ZodTypeDef,
|
|
4717
|
-
|
|
4717
|
+
UiOptionsAtBRANDAt8878
|
|
4718
4718
|
> = z.object({});
|
|
4719
4719
|
|
|
4720
|
-
export function
|
|
4721
|
-
|
|
4720
|
+
export function uiOptionsAtBRANDAt8878ToJSON(
|
|
4721
|
+
uiOptionsAtBRANDAt8878: UiOptionsAtBRANDAt8878,
|
|
4722
4722
|
): string {
|
|
4723
4723
|
return JSON.stringify(
|
|
4724
|
-
|
|
4724
|
+
UiOptionsAtBRANDAt8878$outboundSchema.parse(uiOptionsAtBRANDAt8878),
|
|
4725
4725
|
);
|
|
4726
4726
|
}
|
|
4727
|
-
export function
|
|
4727
|
+
export function uiOptionsAtBRANDAt8878FromJSON(
|
|
4728
4728
|
jsonString: string,
|
|
4729
|
-
): SafeParseResult<
|
|
4729
|
+
): SafeParseResult<UiOptionsAtBRANDAt8878, SDKValidationError> {
|
|
4730
4730
|
return safeParse(
|
|
4731
4731
|
jsonString,
|
|
4732
|
-
(x) =>
|
|
4733
|
-
`Failed to parse '
|
|
4732
|
+
(x) => UiOptionsAtBRANDAt8878$inboundSchema.parse(JSON.parse(x)),
|
|
4733
|
+
`Failed to parse 'UiOptionsAtBRANDAt8878' 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@
|
|
4743
|
+
"__@BRAND@8878": z.lazy(() => UiOptionsAtBRANDAt8878$inboundSchema),
|
|
4744
4744
|
}).transform((v) => {
|
|
4745
4745
|
return remap$(v, {
|
|
4746
|
-
"__@BRAND@
|
|
4746
|
+
"__@BRAND@8878": "atBRANDAt8878",
|
|
4747
4747
|
});
|
|
4748
4748
|
});
|
|
4749
4749
|
/** @internal */
|
|
4750
4750
|
export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
|
|
4751
|
-
"__@BRAND@
|
|
4751
|
+
"__@BRAND@8878": UiOptionsAtBRANDAt8878$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
|
-
|
|
4760
|
+
atBRANDAt8878: z.lazy(() => UiOptionsAtBRANDAt8878$outboundSchema),
|
|
4761
4761
|
}).transform((v) => {
|
|
4762
4762
|
return remap$(v, {
|
|
4763
|
-
|
|
4763
|
+
atBRANDAt8878: "__@BRAND@8878",
|
|
4764
4764
|
});
|
|
4765
4765
|
});
|
|
4766
4766
|
|
|
@@ -5173,47 +5173,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
|
|
|
5173
5173
|
}
|
|
5174
5174
|
|
|
5175
5175
|
/** @internal */
|
|
5176
|
-
export const
|
|
5176
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878$inboundSchema:
|
|
5177
5177
|
z.ZodType<
|
|
5178
|
-
|
|
5178
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878,
|
|
5179
5179
|
z.ZodTypeDef,
|
|
5180
5180
|
unknown
|
|
5181
5181
|
> = z.object({});
|
|
5182
5182
|
/** @internal */
|
|
5183
|
-
export type
|
|
5183
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878$Outbound =
|
|
5184
5184
|
{};
|
|
5185
5185
|
|
|
5186
5186
|
/** @internal */
|
|
5187
|
-
export const
|
|
5187
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878$outboundSchema:
|
|
5188
5188
|
z.ZodType<
|
|
5189
|
-
|
|
5189
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878$Outbound,
|
|
5190
5190
|
z.ZodTypeDef,
|
|
5191
|
-
|
|
5191
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878
|
|
5192
5192
|
> = z.object({});
|
|
5193
5193
|
|
|
5194
|
-
export function
|
|
5195
|
-
|
|
5196
|
-
|
|
5194
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878ToJSON(
|
|
5195
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878:
|
|
5196
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878,
|
|
5197
5197
|
): string {
|
|
5198
5198
|
return JSON.stringify(
|
|
5199
|
-
|
|
5199
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878$outboundSchema
|
|
5200
5200
|
.parse(
|
|
5201
|
-
|
|
5201
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878,
|
|
5202
5202
|
),
|
|
5203
5203
|
);
|
|
5204
5204
|
}
|
|
5205
|
-
export function
|
|
5205
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878FromJSON(
|
|
5206
5206
|
jsonString: string,
|
|
5207
5207
|
): SafeParseResult<
|
|
5208
|
-
|
|
5208
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878,
|
|
5209
5209
|
SDKValidationError
|
|
5210
5210
|
> {
|
|
5211
5211
|
return safeParse(
|
|
5212
5212
|
jsonString,
|
|
5213
5213
|
(x) =>
|
|
5214
|
-
|
|
5214
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878$inboundSchema
|
|
5215
5215
|
.parse(JSON.parse(x)),
|
|
5216
|
-
`Failed to parse '
|
|
5216
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878' 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@
|
|
5228
|
-
|
|
5227
|
+
"__@BRAND@8878": z.lazy(() =>
|
|
5228
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878$inboundSchema
|
|
5229
5229
|
),
|
|
5230
5230
|
}).transform((v) => {
|
|
5231
5231
|
return remap$(v, {
|
|
5232
|
-
"__@BRAND@
|
|
5232
|
+
"__@BRAND@8878": "atBRANDAt8878",
|
|
5233
5233
|
});
|
|
5234
5234
|
});
|
|
5235
5235
|
/** @internal */
|
|
5236
5236
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound =
|
|
5237
5237
|
{
|
|
5238
|
-
"__@BRAND@
|
|
5239
|
-
|
|
5238
|
+
"__@BRAND@8878":
|
|
5239
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878$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
|
-
|
|
5250
|
-
|
|
5249
|
+
atBRANDAt8878: z.lazy(() =>
|
|
5250
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878$outboundSchema
|
|
5251
5251
|
),
|
|
5252
5252
|
}).transform((v) => {
|
|
5253
5253
|
return remap$(v, {
|
|
5254
|
-
|
|
5254
|
+
atBRANDAt8878: "__@BRAND@8878",
|
|
5255
5255
|
});
|
|
5256
5256
|
});
|
|
5257
5257
|
|
|
@@ -5282,47 +5282,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
|
|
|
5282
5282
|
}
|
|
5283
5283
|
|
|
5284
5284
|
/** @internal */
|
|
5285
|
-
export const
|
|
5285
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878$inboundSchema:
|
|
5286
5286
|
z.ZodType<
|
|
5287
|
-
|
|
5287
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878,
|
|
5288
5288
|
z.ZodTypeDef,
|
|
5289
5289
|
unknown
|
|
5290
5290
|
> = z.object({});
|
|
5291
5291
|
/** @internal */
|
|
5292
|
-
export type
|
|
5292
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878$Outbound =
|
|
5293
5293
|
{};
|
|
5294
5294
|
|
|
5295
5295
|
/** @internal */
|
|
5296
|
-
export const
|
|
5296
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878$outboundSchema:
|
|
5297
5297
|
z.ZodType<
|
|
5298
|
-
|
|
5298
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878$Outbound,
|
|
5299
5299
|
z.ZodTypeDef,
|
|
5300
|
-
|
|
5300
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878
|
|
5301
5301
|
> = z.object({});
|
|
5302
5302
|
|
|
5303
|
-
export function
|
|
5304
|
-
|
|
5305
|
-
|
|
5303
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878ToJSON(
|
|
5304
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878:
|
|
5305
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878,
|
|
5306
5306
|
): string {
|
|
5307
5307
|
return JSON.stringify(
|
|
5308
|
-
|
|
5308
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878$outboundSchema
|
|
5309
5309
|
.parse(
|
|
5310
|
-
|
|
5310
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878,
|
|
5311
5311
|
),
|
|
5312
5312
|
);
|
|
5313
5313
|
}
|
|
5314
|
-
export function
|
|
5314
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878FromJSON(
|
|
5315
5315
|
jsonString: string,
|
|
5316
5316
|
): SafeParseResult<
|
|
5317
|
-
|
|
5317
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878,
|
|
5318
5318
|
SDKValidationError
|
|
5319
5319
|
> {
|
|
5320
5320
|
return safeParse(
|
|
5321
5321
|
jsonString,
|
|
5322
5322
|
(x) =>
|
|
5323
|
-
|
|
5323
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878$inboundSchema
|
|
5324
5324
|
.parse(JSON.parse(x)),
|
|
5325
|
-
`Failed to parse '
|
|
5325
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878' 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@
|
|
5337
|
-
|
|
5336
|
+
"__@BRAND@8878": z.lazy(() =>
|
|
5337
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878$inboundSchema
|
|
5338
5338
|
),
|
|
5339
5339
|
}).transform((v) => {
|
|
5340
5340
|
return remap$(v, {
|
|
5341
|
-
"__@BRAND@
|
|
5341
|
+
"__@BRAND@8878": "atBRANDAt8878",
|
|
5342
5342
|
});
|
|
5343
5343
|
});
|
|
5344
5344
|
/** @internal */
|
|
5345
5345
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound =
|
|
5346
5346
|
{
|
|
5347
|
-
"__@BRAND@
|
|
5348
|
-
|
|
5347
|
+
"__@BRAND@8878":
|
|
5348
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878$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
|
-
|
|
5359
|
-
|
|
5358
|
+
atBRANDAt8878: z.lazy(() =>
|
|
5359
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878$outboundSchema
|
|
5360
5360
|
),
|
|
5361
5361
|
}).transform((v) => {
|
|
5362
5362
|
return remap$(v, {
|
|
5363
|
-
|
|
5363
|
+
atBRANDAt8878: "__@BRAND@8878",
|
|
5364
5364
|
});
|
|
5365
5365
|
});
|
|
5366
5366
|
|
|
@@ -5391,47 +5391,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
|
|
|
5391
5391
|
}
|
|
5392
5392
|
|
|
5393
5393
|
/** @internal */
|
|
5394
|
-
export const
|
|
5394
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878$inboundSchema:
|
|
5395
5395
|
z.ZodType<
|
|
5396
|
-
|
|
5396
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878,
|
|
5397
5397
|
z.ZodTypeDef,
|
|
5398
5398
|
unknown
|
|
5399
5399
|
> = z.object({});
|
|
5400
5400
|
/** @internal */
|
|
5401
|
-
export type
|
|
5401
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878$Outbound =
|
|
5402
5402
|
{};
|
|
5403
5403
|
|
|
5404
5404
|
/** @internal */
|
|
5405
|
-
export const
|
|
5405
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878$outboundSchema:
|
|
5406
5406
|
z.ZodType<
|
|
5407
|
-
|
|
5407
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878$Outbound,
|
|
5408
5408
|
z.ZodTypeDef,
|
|
5409
|
-
|
|
5409
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878
|
|
5410
5410
|
> = z.object({});
|
|
5411
5411
|
|
|
5412
|
-
export function
|
|
5413
|
-
|
|
5414
|
-
|
|
5412
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878ToJSON(
|
|
5413
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878:
|
|
5414
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878,
|
|
5415
5415
|
): string {
|
|
5416
5416
|
return JSON.stringify(
|
|
5417
|
-
|
|
5417
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878$outboundSchema
|
|
5418
5418
|
.parse(
|
|
5419
|
-
|
|
5419
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878,
|
|
5420
5420
|
),
|
|
5421
5421
|
);
|
|
5422
5422
|
}
|
|
5423
|
-
export function
|
|
5423
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878FromJSON(
|
|
5424
5424
|
jsonString: string,
|
|
5425
5425
|
): SafeParseResult<
|
|
5426
|
-
|
|
5426
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878,
|
|
5427
5427
|
SDKValidationError
|
|
5428
5428
|
> {
|
|
5429
5429
|
return safeParse(
|
|
5430
5430
|
jsonString,
|
|
5431
5431
|
(x) =>
|
|
5432
|
-
|
|
5432
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878$inboundSchema
|
|
5433
5433
|
.parse(JSON.parse(x)),
|
|
5434
|
-
`Failed to parse '
|
|
5434
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878' 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@
|
|
5446
|
-
|
|
5445
|
+
"__@BRAND@8878": z.lazy(() =>
|
|
5446
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878$inboundSchema
|
|
5447
5447
|
),
|
|
5448
5448
|
}).transform((v) => {
|
|
5449
5449
|
return remap$(v, {
|
|
5450
|
-
"__@BRAND@
|
|
5450
|
+
"__@BRAND@8878": "atBRANDAt8878",
|
|
5451
5451
|
});
|
|
5452
5452
|
});
|
|
5453
5453
|
/** @internal */
|
|
5454
5454
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound =
|
|
5455
5455
|
{
|
|
5456
|
-
"__@BRAND@
|
|
5457
|
-
|
|
5456
|
+
"__@BRAND@8878":
|
|
5457
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878$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
|
-
|
|
5468
|
-
|
|
5467
|
+
atBRANDAt8878: z.lazy(() =>
|
|
5468
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878$outboundSchema
|
|
5469
5469
|
),
|
|
5470
5470
|
}).transform((v) => {
|
|
5471
5471
|
return remap$(v, {
|
|
5472
|
-
|
|
5472
|
+
atBRANDAt8878: "__@BRAND@8878",
|
|
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
|
|
6281
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878$inboundSchema:
|
|
6282
6282
|
z.ZodType<
|
|
6283
|
-
|
|
6283
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878,
|
|
6284
6284
|
z.ZodTypeDef,
|
|
6285
6285
|
unknown
|
|
6286
6286
|
> = z.object({});
|
|
6287
6287
|
/** @internal */
|
|
6288
|
-
export type
|
|
6288
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878$Outbound =
|
|
6289
6289
|
{};
|
|
6290
6290
|
|
|
6291
6291
|
/** @internal */
|
|
6292
|
-
export const
|
|
6292
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878$outboundSchema:
|
|
6293
6293
|
z.ZodType<
|
|
6294
|
-
|
|
6294
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878$Outbound,
|
|
6295
6295
|
z.ZodTypeDef,
|
|
6296
|
-
|
|
6296
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878
|
|
6297
6297
|
> = z.object({});
|
|
6298
6298
|
|
|
6299
|
-
export function
|
|
6300
|
-
|
|
6301
|
-
|
|
6299
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878ToJSON(
|
|
6300
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878:
|
|
6301
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878,
|
|
6302
6302
|
): string {
|
|
6303
6303
|
return JSON.stringify(
|
|
6304
|
-
|
|
6304
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878$outboundSchema
|
|
6305
6305
|
.parse(
|
|
6306
|
-
|
|
6306
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878,
|
|
6307
6307
|
),
|
|
6308
6308
|
);
|
|
6309
6309
|
}
|
|
6310
|
-
export function
|
|
6310
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878FromJSON(
|
|
6311
6311
|
jsonString: string,
|
|
6312
6312
|
): SafeParseResult<
|
|
6313
|
-
|
|
6313
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878,
|
|
6314
6314
|
SDKValidationError
|
|
6315
6315
|
> {
|
|
6316
6316
|
return safeParse(
|
|
6317
6317
|
jsonString,
|
|
6318
6318
|
(x) =>
|
|
6319
|
-
|
|
6319
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878$inboundSchema
|
|
6320
6320
|
.parse(JSON.parse(x)),
|
|
6321
|
-
`Failed to parse '
|
|
6321
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878' 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@
|
|
6333
|
-
|
|
6332
|
+
"__@BRAND@8878": z.lazy(() =>
|
|
6333
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878$inboundSchema
|
|
6334
6334
|
),
|
|
6335
6335
|
}).transform((v) => {
|
|
6336
6336
|
return remap$(v, {
|
|
6337
|
-
"__@BRAND@
|
|
6337
|
+
"__@BRAND@8878": "atBRANDAt8878",
|
|
6338
6338
|
});
|
|
6339
6339
|
});
|
|
6340
6340
|
/** @internal */
|
|
6341
6341
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound =
|
|
6342
6342
|
{
|
|
6343
|
-
"__@BRAND@
|
|
6344
|
-
|
|
6343
|
+
"__@BRAND@8878":
|
|
6344
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878$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
|
-
|
|
6355
|
-
|
|
6354
|
+
atBRANDAt8878: z.lazy(() =>
|
|
6355
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878$outboundSchema
|
|
6356
6356
|
),
|
|
6357
6357
|
}).transform((v) => {
|
|
6358
6358
|
return remap$(v, {
|
|
6359
|
-
|
|
6359
|
+
atBRANDAt8878: "__@BRAND@8878",
|
|
6360
6360
|
});
|
|
6361
6361
|
});
|
|
6362
6362
|
|
|
@@ -6387,47 +6387,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
|
|
|
6387
6387
|
}
|
|
6388
6388
|
|
|
6389
6389
|
/** @internal */
|
|
6390
|
-
export const
|
|
6390
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878$inboundSchema:
|
|
6391
6391
|
z.ZodType<
|
|
6392
|
-
|
|
6392
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878,
|
|
6393
6393
|
z.ZodTypeDef,
|
|
6394
6394
|
unknown
|
|
6395
6395
|
> = z.object({});
|
|
6396
6396
|
/** @internal */
|
|
6397
|
-
export type
|
|
6397
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878$Outbound =
|
|
6398
6398
|
{};
|
|
6399
6399
|
|
|
6400
6400
|
/** @internal */
|
|
6401
|
-
export const
|
|
6401
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878$outboundSchema:
|
|
6402
6402
|
z.ZodType<
|
|
6403
|
-
|
|
6403
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878$Outbound,
|
|
6404
6404
|
z.ZodTypeDef,
|
|
6405
|
-
|
|
6405
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878
|
|
6406
6406
|
> = z.object({});
|
|
6407
6407
|
|
|
6408
|
-
export function
|
|
6409
|
-
|
|
6410
|
-
|
|
6408
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878ToJSON(
|
|
6409
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878:
|
|
6410
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878,
|
|
6411
6411
|
): string {
|
|
6412
6412
|
return JSON.stringify(
|
|
6413
|
-
|
|
6413
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878$outboundSchema
|
|
6414
6414
|
.parse(
|
|
6415
|
-
|
|
6415
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878,
|
|
6416
6416
|
),
|
|
6417
6417
|
);
|
|
6418
6418
|
}
|
|
6419
|
-
export function
|
|
6419
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878FromJSON(
|
|
6420
6420
|
jsonString: string,
|
|
6421
6421
|
): SafeParseResult<
|
|
6422
|
-
|
|
6422
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878,
|
|
6423
6423
|
SDKValidationError
|
|
6424
6424
|
> {
|
|
6425
6425
|
return safeParse(
|
|
6426
6426
|
jsonString,
|
|
6427
6427
|
(x) =>
|
|
6428
|
-
|
|
6428
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878$inboundSchema
|
|
6429
6429
|
.parse(JSON.parse(x)),
|
|
6430
|
-
`Failed to parse '
|
|
6430
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878' 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@
|
|
6442
|
-
|
|
6441
|
+
"__@BRAND@8878": z.lazy(() =>
|
|
6442
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878$inboundSchema
|
|
6443
6443
|
),
|
|
6444
6444
|
}).transform((v) => {
|
|
6445
6445
|
return remap$(v, {
|
|
6446
|
-
"__@BRAND@
|
|
6446
|
+
"__@BRAND@8878": "atBRANDAt8878",
|
|
6447
6447
|
});
|
|
6448
6448
|
});
|
|
6449
6449
|
/** @internal */
|
|
6450
6450
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound =
|
|
6451
6451
|
{
|
|
6452
|
-
"__@BRAND@
|
|
6453
|
-
|
|
6452
|
+
"__@BRAND@8878":
|
|
6453
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878$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
|
-
|
|
6464
|
-
|
|
6463
|
+
atBRANDAt8878: z.lazy(() =>
|
|
6464
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878$outboundSchema
|
|
6465
6465
|
),
|
|
6466
6466
|
}).transform((v) => {
|
|
6467
6467
|
return remap$(v, {
|
|
6468
|
-
|
|
6468
|
+
atBRANDAt8878: "__@BRAND@8878",
|
|
6469
6469
|
});
|
|
6470
6470
|
});
|
|
6471
6471
|
|
|
@@ -6496,47 +6496,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
|
|
|
6496
6496
|
}
|
|
6497
6497
|
|
|
6498
6498
|
/** @internal */
|
|
6499
|
-
export const
|
|
6499
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878$inboundSchema:
|
|
6500
6500
|
z.ZodType<
|
|
6501
|
-
|
|
6501
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878,
|
|
6502
6502
|
z.ZodTypeDef,
|
|
6503
6503
|
unknown
|
|
6504
6504
|
> = z.object({});
|
|
6505
6505
|
/** @internal */
|
|
6506
|
-
export type
|
|
6506
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878$Outbound =
|
|
6507
6507
|
{};
|
|
6508
6508
|
|
|
6509
6509
|
/** @internal */
|
|
6510
|
-
export const
|
|
6510
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878$outboundSchema:
|
|
6511
6511
|
z.ZodType<
|
|
6512
|
-
|
|
6512
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878$Outbound,
|
|
6513
6513
|
z.ZodTypeDef,
|
|
6514
|
-
|
|
6514
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878
|
|
6515
6515
|
> = z.object({});
|
|
6516
6516
|
|
|
6517
|
-
export function
|
|
6518
|
-
|
|
6519
|
-
|
|
6517
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878ToJSON(
|
|
6518
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878:
|
|
6519
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878,
|
|
6520
6520
|
): string {
|
|
6521
6521
|
return JSON.stringify(
|
|
6522
|
-
|
|
6522
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878$outboundSchema
|
|
6523
6523
|
.parse(
|
|
6524
|
-
|
|
6524
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878,
|
|
6525
6525
|
),
|
|
6526
6526
|
);
|
|
6527
6527
|
}
|
|
6528
|
-
export function
|
|
6528
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878FromJSON(
|
|
6529
6529
|
jsonString: string,
|
|
6530
6530
|
): SafeParseResult<
|
|
6531
|
-
|
|
6531
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878,
|
|
6532
6532
|
SDKValidationError
|
|
6533
6533
|
> {
|
|
6534
6534
|
return safeParse(
|
|
6535
6535
|
jsonString,
|
|
6536
6536
|
(x) =>
|
|
6537
|
-
|
|
6537
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878$inboundSchema
|
|
6538
6538
|
.parse(JSON.parse(x)),
|
|
6539
|
-
`Failed to parse '
|
|
6539
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878' 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@
|
|
6551
|
-
|
|
6550
|
+
"__@BRAND@8878": z.lazy(() =>
|
|
6551
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878$inboundSchema
|
|
6552
6552
|
),
|
|
6553
6553
|
}).transform((v) => {
|
|
6554
6554
|
return remap$(v, {
|
|
6555
|
-
"__@BRAND@
|
|
6555
|
+
"__@BRAND@8878": "atBRANDAt8878",
|
|
6556
6556
|
});
|
|
6557
6557
|
});
|
|
6558
6558
|
/** @internal */
|
|
6559
6559
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound =
|
|
6560
6560
|
{
|
|
6561
|
-
"__@BRAND@
|
|
6562
|
-
|
|
6561
|
+
"__@BRAND@8878":
|
|
6562
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878$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
|
-
|
|
6573
|
-
|
|
6572
|
+
atBRANDAt8878: z.lazy(() =>
|
|
6573
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878$outboundSchema
|
|
6574
6574
|
),
|
|
6575
6575
|
}).transform((v) => {
|
|
6576
6576
|
return remap$(v, {
|
|
6577
|
-
|
|
6577
|
+
atBRANDAt8878: "__@BRAND@8878",
|
|
6578
6578
|
});
|
|
6579
6579
|
});
|
|
6580
6580
|
|
|
@@ -8111,45 +8111,45 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(
|
|
|
8111
8111
|
}
|
|
8112
8112
|
|
|
8113
8113
|
/** @internal */
|
|
8114
|
-
export const
|
|
8114
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878$inboundSchema:
|
|
8115
8115
|
z.ZodType<
|
|
8116
|
-
|
|
8116
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878,
|
|
8117
8117
|
z.ZodTypeDef,
|
|
8118
8118
|
unknown
|
|
8119
8119
|
> = z.object({});
|
|
8120
8120
|
/** @internal */
|
|
8121
|
-
export type
|
|
8121
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878$Outbound =
|
|
8122
8122
|
{};
|
|
8123
8123
|
|
|
8124
8124
|
/** @internal */
|
|
8125
|
-
export const
|
|
8125
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878$outboundSchema:
|
|
8126
8126
|
z.ZodType<
|
|
8127
|
-
|
|
8127
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878$Outbound,
|
|
8128
8128
|
z.ZodTypeDef,
|
|
8129
|
-
|
|
8129
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878
|
|
8130
8130
|
> = z.object({});
|
|
8131
8131
|
|
|
8132
|
-
export function
|
|
8133
|
-
|
|
8134
|
-
|
|
8132
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878ToJSON(
|
|
8133
|
+
createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878:
|
|
8134
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878,
|
|
8135
8135
|
): string {
|
|
8136
8136
|
return JSON.stringify(
|
|
8137
|
-
|
|
8138
|
-
.parse(
|
|
8137
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878$outboundSchema
|
|
8138
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878),
|
|
8139
8139
|
);
|
|
8140
8140
|
}
|
|
8141
|
-
export function
|
|
8141
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878FromJSON(
|
|
8142
8142
|
jsonString: string,
|
|
8143
8143
|
): SafeParseResult<
|
|
8144
|
-
|
|
8144
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878,
|
|
8145
8145
|
SDKValidationError
|
|
8146
8146
|
> {
|
|
8147
8147
|
return safeParse(
|
|
8148
8148
|
jsonString,
|
|
8149
8149
|
(x) =>
|
|
8150
|
-
|
|
8150
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878$inboundSchema
|
|
8151
8151
|
.parse(JSON.parse(x)),
|
|
8152
|
-
`Failed to parse '
|
|
8152
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878' 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@
|
|
8164
|
-
|
|
8163
|
+
"__@BRAND@8878": z.lazy(() =>
|
|
8164
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878$inboundSchema
|
|
8165
8165
|
),
|
|
8166
8166
|
}).transform((v) => {
|
|
8167
8167
|
return remap$(v, {
|
|
8168
|
-
"__@BRAND@
|
|
8168
|
+
"__@BRAND@8878": "atBRANDAt8878",
|
|
8169
8169
|
});
|
|
8170
8170
|
});
|
|
8171
8171
|
/** @internal */
|
|
8172
8172
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound =
|
|
8173
8173
|
{
|
|
8174
|
-
"__@BRAND@
|
|
8175
|
-
|
|
8174
|
+
"__@BRAND@8878":
|
|
8175
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878$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
|
-
|
|
8186
|
-
|
|
8185
|
+
atBRANDAt8878: z.lazy(() =>
|
|
8186
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878$outboundSchema
|
|
8187
8187
|
),
|
|
8188
8188
|
}).transform((v) => {
|
|
8189
8189
|
return remap$(v, {
|
|
8190
|
-
|
|
8190
|
+
atBRANDAt8878: "__@BRAND@8878",
|
|
8191
8191
|
});
|
|
8192
8192
|
});
|
|
8193
8193
|
|
|
@@ -8216,47 +8216,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
|
|
|
8216
8216
|
}
|
|
8217
8217
|
|
|
8218
8218
|
/** @internal */
|
|
8219
|
-
export const
|
|
8219
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878$inboundSchema:
|
|
8220
8220
|
z.ZodType<
|
|
8221
|
-
|
|
8221
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878,
|
|
8222
8222
|
z.ZodTypeDef,
|
|
8223
8223
|
unknown
|
|
8224
8224
|
> = z.object({});
|
|
8225
8225
|
/** @internal */
|
|
8226
|
-
export type
|
|
8226
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878$Outbound =
|
|
8227
8227
|
{};
|
|
8228
8228
|
|
|
8229
8229
|
/** @internal */
|
|
8230
|
-
export const
|
|
8230
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878$outboundSchema:
|
|
8231
8231
|
z.ZodType<
|
|
8232
|
-
|
|
8232
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878$Outbound,
|
|
8233
8233
|
z.ZodTypeDef,
|
|
8234
|
-
|
|
8234
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878
|
|
8235
8235
|
> = z.object({});
|
|
8236
8236
|
|
|
8237
|
-
export function
|
|
8238
|
-
|
|
8239
|
-
|
|
8237
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878ToJSON(
|
|
8238
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878:
|
|
8239
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878,
|
|
8240
8240
|
): string {
|
|
8241
8241
|
return JSON.stringify(
|
|
8242
|
-
|
|
8242
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878$outboundSchema
|
|
8243
8243
|
.parse(
|
|
8244
|
-
|
|
8244
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878,
|
|
8245
8245
|
),
|
|
8246
8246
|
);
|
|
8247
8247
|
}
|
|
8248
|
-
export function
|
|
8248
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878FromJSON(
|
|
8249
8249
|
jsonString: string,
|
|
8250
8250
|
): SafeParseResult<
|
|
8251
|
-
|
|
8251
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878,
|
|
8252
8252
|
SDKValidationError
|
|
8253
8253
|
> {
|
|
8254
8254
|
return safeParse(
|
|
8255
8255
|
jsonString,
|
|
8256
8256
|
(x) =>
|
|
8257
|
-
|
|
8257
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878$inboundSchema
|
|
8258
8258
|
.parse(JSON.parse(x)),
|
|
8259
|
-
`Failed to parse '
|
|
8259
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878' 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@
|
|
8271
|
-
|
|
8270
|
+
"__@BRAND@8878": z.lazy(() =>
|
|
8271
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878$inboundSchema
|
|
8272
8272
|
),
|
|
8273
8273
|
}).transform((v) => {
|
|
8274
8274
|
return remap$(v, {
|
|
8275
|
-
"__@BRAND@
|
|
8275
|
+
"__@BRAND@8878": "atBRANDAt8878",
|
|
8276
8276
|
});
|
|
8277
8277
|
});
|
|
8278
8278
|
/** @internal */
|
|
8279
8279
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound =
|
|
8280
8280
|
{
|
|
8281
|
-
"__@BRAND@
|
|
8282
|
-
|
|
8281
|
+
"__@BRAND@8878":
|
|
8282
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878$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
|
-
|
|
8293
|
-
|
|
8292
|
+
atBRANDAt8878: z.lazy(() =>
|
|
8293
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878$outboundSchema
|
|
8294
8294
|
),
|
|
8295
8295
|
}).transform((v) => {
|
|
8296
8296
|
return remap$(v, {
|
|
8297
|
-
|
|
8297
|
+
atBRANDAt8878: "__@BRAND@8878",
|
|
8298
8298
|
});
|
|
8299
8299
|
});
|
|
8300
8300
|
|
|
@@ -8323,47 +8323,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
|
|
|
8323
8323
|
}
|
|
8324
8324
|
|
|
8325
8325
|
/** @internal */
|
|
8326
|
-
export const
|
|
8326
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878$inboundSchema:
|
|
8327
8327
|
z.ZodType<
|
|
8328
|
-
|
|
8328
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878,
|
|
8329
8329
|
z.ZodTypeDef,
|
|
8330
8330
|
unknown
|
|
8331
8331
|
> = z.object({});
|
|
8332
8332
|
/** @internal */
|
|
8333
|
-
export type
|
|
8333
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878$Outbound =
|
|
8334
8334
|
{};
|
|
8335
8335
|
|
|
8336
8336
|
/** @internal */
|
|
8337
|
-
export const
|
|
8337
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878$outboundSchema:
|
|
8338
8338
|
z.ZodType<
|
|
8339
|
-
|
|
8339
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878$Outbound,
|
|
8340
8340
|
z.ZodTypeDef,
|
|
8341
|
-
|
|
8341
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878
|
|
8342
8342
|
> = z.object({});
|
|
8343
8343
|
|
|
8344
|
-
export function
|
|
8345
|
-
|
|
8346
|
-
|
|
8344
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878ToJSON(
|
|
8345
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878:
|
|
8346
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878,
|
|
8347
8347
|
): string {
|
|
8348
8348
|
return JSON.stringify(
|
|
8349
|
-
|
|
8349
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878$outboundSchema
|
|
8350
8350
|
.parse(
|
|
8351
|
-
|
|
8351
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878,
|
|
8352
8352
|
),
|
|
8353
8353
|
);
|
|
8354
8354
|
}
|
|
8355
|
-
export function
|
|
8355
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878FromJSON(
|
|
8356
8356
|
jsonString: string,
|
|
8357
8357
|
): SafeParseResult<
|
|
8358
|
-
|
|
8358
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878,
|
|
8359
8359
|
SDKValidationError
|
|
8360
8360
|
> {
|
|
8361
8361
|
return safeParse(
|
|
8362
8362
|
jsonString,
|
|
8363
8363
|
(x) =>
|
|
8364
|
-
|
|
8364
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878$inboundSchema
|
|
8365
8365
|
.parse(JSON.parse(x)),
|
|
8366
|
-
`Failed to parse '
|
|
8366
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878' 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@
|
|
8378
|
-
|
|
8377
|
+
"__@BRAND@8878": z.lazy(() =>
|
|
8378
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878$inboundSchema
|
|
8379
8379
|
),
|
|
8380
8380
|
}).transform((v) => {
|
|
8381
8381
|
return remap$(v, {
|
|
8382
|
-
"__@BRAND@
|
|
8382
|
+
"__@BRAND@8878": "atBRANDAt8878",
|
|
8383
8383
|
});
|
|
8384
8384
|
});
|
|
8385
8385
|
/** @internal */
|
|
8386
8386
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound =
|
|
8387
8387
|
{
|
|
8388
|
-
"__@BRAND@
|
|
8389
|
-
|
|
8388
|
+
"__@BRAND@8878":
|
|
8389
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878$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
|
-
|
|
8400
|
-
|
|
8399
|
+
atBRANDAt8878: z.lazy(() =>
|
|
8400
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878$outboundSchema
|
|
8401
8401
|
),
|
|
8402
8402
|
}).transform((v) => {
|
|
8403
8403
|
return remap$(v, {
|
|
8404
|
-
|
|
8404
|
+
atBRANDAt8878: "__@BRAND@8878",
|
|
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
|
|
11423
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878$inboundSchema:
|
|
11424
11424
|
z.ZodType<
|
|
11425
|
-
|
|
11425
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878,
|
|
11426
11426
|
z.ZodTypeDef,
|
|
11427
11427
|
unknown
|
|
11428
11428
|
> = z.object({});
|
|
11429
11429
|
/** @internal */
|
|
11430
|
-
export type
|
|
11430
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878$Outbound =
|
|
11431
11431
|
{};
|
|
11432
11432
|
|
|
11433
11433
|
/** @internal */
|
|
11434
|
-
export const
|
|
11434
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878$outboundSchema:
|
|
11435
11435
|
z.ZodType<
|
|
11436
|
-
|
|
11436
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878$Outbound,
|
|
11437
11437
|
z.ZodTypeDef,
|
|
11438
|
-
|
|
11438
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878
|
|
11439
11439
|
> = z.object({});
|
|
11440
11440
|
|
|
11441
|
-
export function
|
|
11442
|
-
|
|
11443
|
-
|
|
11441
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878ToJSON(
|
|
11442
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878:
|
|
11443
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878,
|
|
11444
11444
|
): string {
|
|
11445
11445
|
return JSON.stringify(
|
|
11446
|
-
|
|
11446
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878$outboundSchema
|
|
11447
11447
|
.parse(
|
|
11448
|
-
|
|
11448
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878,
|
|
11449
11449
|
),
|
|
11450
11450
|
);
|
|
11451
11451
|
}
|
|
11452
|
-
export function
|
|
11452
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878FromJSON(
|
|
11453
11453
|
jsonString: string,
|
|
11454
11454
|
): SafeParseResult<
|
|
11455
|
-
|
|
11455
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878,
|
|
11456
11456
|
SDKValidationError
|
|
11457
11457
|
> {
|
|
11458
11458
|
return safeParse(
|
|
11459
11459
|
jsonString,
|
|
11460
11460
|
(x) =>
|
|
11461
|
-
|
|
11461
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878$inboundSchema
|
|
11462
11462
|
.parse(JSON.parse(x)),
|
|
11463
|
-
`Failed to parse '
|
|
11463
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878' 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@
|
|
11475
|
-
|
|
11474
|
+
"__@BRAND@8878": z.lazy(() =>
|
|
11475
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878$inboundSchema
|
|
11476
11476
|
),
|
|
11477
11477
|
}).transform((v) => {
|
|
11478
11478
|
return remap$(v, {
|
|
11479
|
-
"__@BRAND@
|
|
11479
|
+
"__@BRAND@8878": "atBRANDAt8878",
|
|
11480
11480
|
});
|
|
11481
11481
|
});
|
|
11482
11482
|
/** @internal */
|
|
11483
11483
|
export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
|
|
11484
|
-
"__@BRAND@
|
|
11485
|
-
|
|
11484
|
+
"__@BRAND@8878":
|
|
11485
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878$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
|
-
|
|
11496
|
-
|
|
11495
|
+
atBRANDAt8878: z.lazy(() =>
|
|
11496
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878$outboundSchema
|
|
11497
11497
|
),
|
|
11498
11498
|
}).transform((v) => {
|
|
11499
11499
|
return remap$(v, {
|
|
11500
|
-
|
|
11500
|
+
atBRANDAt8878: "__@BRAND@8878",
|
|
11501
11501
|
});
|
|
11502
11502
|
});
|
|
11503
11503
|
|
|
@@ -11528,35 +11528,35 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(
|
|
|
11528
11528
|
}
|
|
11529
11529
|
|
|
11530
11530
|
/** @internal */
|
|
11531
|
-
export const
|
|
11532
|
-
|
|
11531
|
+
export const PropertiesAtBRANDAt8878$inboundSchema: z.ZodType<
|
|
11532
|
+
PropertiesAtBRANDAt8878,
|
|
11533
11533
|
z.ZodTypeDef,
|
|
11534
11534
|
unknown
|
|
11535
11535
|
> = z.object({});
|
|
11536
11536
|
/** @internal */
|
|
11537
|
-
export type
|
|
11537
|
+
export type PropertiesAtBRANDAt8878$Outbound = {};
|
|
11538
11538
|
|
|
11539
11539
|
/** @internal */
|
|
11540
|
-
export const
|
|
11541
|
-
|
|
11540
|
+
export const PropertiesAtBRANDAt8878$outboundSchema: z.ZodType<
|
|
11541
|
+
PropertiesAtBRANDAt8878$Outbound,
|
|
11542
11542
|
z.ZodTypeDef,
|
|
11543
|
-
|
|
11543
|
+
PropertiesAtBRANDAt8878
|
|
11544
11544
|
> = z.object({});
|
|
11545
11545
|
|
|
11546
|
-
export function
|
|
11547
|
-
|
|
11546
|
+
export function propertiesAtBRANDAt8878ToJSON(
|
|
11547
|
+
propertiesAtBRANDAt8878: PropertiesAtBRANDAt8878,
|
|
11548
11548
|
): string {
|
|
11549
11549
|
return JSON.stringify(
|
|
11550
|
-
|
|
11550
|
+
PropertiesAtBRANDAt8878$outboundSchema.parse(propertiesAtBRANDAt8878),
|
|
11551
11551
|
);
|
|
11552
11552
|
}
|
|
11553
|
-
export function
|
|
11553
|
+
export function propertiesAtBRANDAt8878FromJSON(
|
|
11554
11554
|
jsonString: string,
|
|
11555
|
-
): SafeParseResult<
|
|
11555
|
+
): SafeParseResult<PropertiesAtBRANDAt8878, SDKValidationError> {
|
|
11556
11556
|
return safeParse(
|
|
11557
11557
|
jsonString,
|
|
11558
|
-
(x) =>
|
|
11559
|
-
`Failed to parse '
|
|
11558
|
+
(x) => PropertiesAtBRANDAt8878$inboundSchema.parse(JSON.parse(x)),
|
|
11559
|
+
`Failed to parse 'PropertiesAtBRANDAt8878' 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@
|
|
11570
|
+
"__@BRAND@8878": z.lazy(() => PropertiesAtBRANDAt8878$inboundSchema),
|
|
11571
11571
|
}).transform((v) => {
|
|
11572
11572
|
return remap$(v, {
|
|
11573
|
-
"__@BRAND@
|
|
11573
|
+
"__@BRAND@8878": "atBRANDAt8878",
|
|
11574
11574
|
});
|
|
11575
11575
|
});
|
|
11576
11576
|
/** @internal */
|
|
11577
11577
|
export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
|
|
11578
|
-
"__@BRAND@
|
|
11578
|
+
"__@BRAND@8878": PropertiesAtBRANDAt8878$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
|
-
|
|
11588
|
+
atBRANDAt8878: z.lazy(() => PropertiesAtBRANDAt8878$outboundSchema),
|
|
11589
11589
|
}).transform((v) => {
|
|
11590
11590
|
return remap$(v, {
|
|
11591
|
-
|
|
11591
|
+
atBRANDAt8878: "__@BRAND@8878",
|
|
11592
11592
|
});
|
|
11593
11593
|
});
|
|
11594
11594
|
|
|
@@ -11619,46 +11619,46 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(
|
|
|
11619
11619
|
}
|
|
11620
11620
|
|
|
11621
11621
|
/** @internal */
|
|
11622
|
-
export const
|
|
11622
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8878$inboundSchema:
|
|
11623
11623
|
z.ZodType<
|
|
11624
|
-
|
|
11624
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8878,
|
|
11625
11625
|
z.ZodTypeDef,
|
|
11626
11626
|
unknown
|
|
11627
11627
|
> = z.object({});
|
|
11628
11628
|
/** @internal */
|
|
11629
|
-
export type
|
|
11629
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8878$Outbound = {};
|
|
11630
11630
|
|
|
11631
11631
|
/** @internal */
|
|
11632
|
-
export const
|
|
11632
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8878$outboundSchema:
|
|
11633
11633
|
z.ZodType<
|
|
11634
|
-
|
|
11634
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8878$Outbound,
|
|
11635
11635
|
z.ZodTypeDef,
|
|
11636
|
-
|
|
11636
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8878
|
|
11637
11637
|
> = z.object({});
|
|
11638
11638
|
|
|
11639
|
-
export function
|
|
11640
|
-
|
|
11641
|
-
|
|
11639
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8878ToJSON(
|
|
11640
|
+
createIntegrationStoreDirectPropertiesAtBRANDAt8878:
|
|
11641
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8878,
|
|
11642
11642
|
): string {
|
|
11643
11643
|
return JSON.stringify(
|
|
11644
|
-
|
|
11645
|
-
|
|
11644
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8878$outboundSchema.parse(
|
|
11645
|
+
createIntegrationStoreDirectPropertiesAtBRANDAt8878,
|
|
11646
11646
|
),
|
|
11647
11647
|
);
|
|
11648
11648
|
}
|
|
11649
|
-
export function
|
|
11649
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8878FromJSON(
|
|
11650
11650
|
jsonString: string,
|
|
11651
11651
|
): SafeParseResult<
|
|
11652
|
-
|
|
11652
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8878,
|
|
11653
11653
|
SDKValidationError
|
|
11654
11654
|
> {
|
|
11655
11655
|
return safeParse(
|
|
11656
11656
|
jsonString,
|
|
11657
11657
|
(x) =>
|
|
11658
|
-
|
|
11658
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8878$inboundSchema.parse(
|
|
11659
11659
|
JSON.parse(x),
|
|
11660
11660
|
),
|
|
11661
|
-
`Failed to parse '
|
|
11661
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8878' 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@
|
|
11673
|
-
|
|
11672
|
+
"__@BRAND@8878": z.lazy(() =>
|
|
11673
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8878$inboundSchema
|
|
11674
11674
|
),
|
|
11675
11675
|
}).transform((v) => {
|
|
11676
11676
|
return remap$(v, {
|
|
11677
|
-
"__@BRAND@
|
|
11677
|
+
"__@BRAND@8878": "atBRANDAt8878",
|
|
11678
11678
|
});
|
|
11679
11679
|
});
|
|
11680
11680
|
/** @internal */
|
|
11681
11681
|
export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
|
|
11682
|
-
"__@BRAND@
|
|
11682
|
+
"__@BRAND@8878": CreateIntegrationStoreDirectPropertiesAtBRANDAt8878$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
|
-
|
|
11693
|
-
|
|
11692
|
+
atBRANDAt8878: z.lazy(() =>
|
|
11693
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8878$outboundSchema
|
|
11694
11694
|
),
|
|
11695
11695
|
}).transform((v) => {
|
|
11696
11696
|
return remap$(v, {
|
|
11697
|
-
|
|
11697
|
+
atBRANDAt8878: "__@BRAND@8878",
|
|
11698
11698
|
});
|
|
11699
11699
|
});
|
|
11700
11700
|
|
|
@@ -12773,31 +12773,31 @@ export function guidesFromJSON(
|
|
|
12773
12773
|
}
|
|
12774
12774
|
|
|
12775
12775
|
/** @internal */
|
|
12776
|
-
export const
|
|
12777
|
-
|
|
12776
|
+
export const AtBRANDAt8878$inboundSchema: z.ZodType<
|
|
12777
|
+
AtBRANDAt8878,
|
|
12778
12778
|
z.ZodTypeDef,
|
|
12779
12779
|
unknown
|
|
12780
12780
|
> = z.object({});
|
|
12781
12781
|
/** @internal */
|
|
12782
|
-
export type
|
|
12782
|
+
export type AtBRANDAt8878$Outbound = {};
|
|
12783
12783
|
|
|
12784
12784
|
/** @internal */
|
|
12785
|
-
export const
|
|
12786
|
-
|
|
12785
|
+
export const AtBRANDAt8878$outboundSchema: z.ZodType<
|
|
12786
|
+
AtBRANDAt8878$Outbound,
|
|
12787
12787
|
z.ZodTypeDef,
|
|
12788
|
-
|
|
12788
|
+
AtBRANDAt8878
|
|
12789
12789
|
> = z.object({});
|
|
12790
12790
|
|
|
12791
|
-
export function
|
|
12792
|
-
return JSON.stringify(
|
|
12791
|
+
export function atBRANDAt8878ToJSON(atBRANDAt8878: AtBRANDAt8878): string {
|
|
12792
|
+
return JSON.stringify(AtBRANDAt8878$outboundSchema.parse(atBRANDAt8878));
|
|
12793
12793
|
}
|
|
12794
|
-
export function
|
|
12794
|
+
export function atBRANDAt8878FromJSON(
|
|
12795
12795
|
jsonString: string,
|
|
12796
|
-
): SafeParseResult<
|
|
12796
|
+
): SafeParseResult<AtBRANDAt8878, SDKValidationError> {
|
|
12797
12797
|
return safeParse(
|
|
12798
12798
|
jsonString,
|
|
12799
|
-
(x) =>
|
|
12800
|
-
`Failed to parse '
|
|
12799
|
+
(x) => AtBRANDAt8878$inboundSchema.parse(JSON.parse(x)),
|
|
12800
|
+
`Failed to parse 'AtBRANDAt8878' 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@
|
|
12810
|
+
"__@BRAND@8878": z.lazy(() => AtBRANDAt8878$inboundSchema),
|
|
12811
12811
|
}).transform((v) => {
|
|
12812
12812
|
return remap$(v, {
|
|
12813
|
-
"__@BRAND@
|
|
12813
|
+
"__@BRAND@8878": "atBRANDAt8878",
|
|
12814
12814
|
});
|
|
12815
12815
|
});
|
|
12816
12816
|
/** @internal */
|
|
12817
12817
|
export type CreateIntegrationStoreDirectValue$Outbound = {
|
|
12818
|
-
"__@BRAND@
|
|
12818
|
+
"__@BRAND@8878": AtBRANDAt8878$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
|
-
|
|
12827
|
+
atBRANDAt8878: z.lazy(() => AtBRANDAt8878$outboundSchema),
|
|
12828
12828
|
}).transform((v) => {
|
|
12829
12829
|
return remap$(v, {
|
|
12830
|
-
|
|
12830
|
+
atBRANDAt8878: "__@BRAND@8878",
|
|
12831
12831
|
});
|
|
12832
12832
|
});
|
|
12833
12833
|
|