@vercel/sdk 1.13.0 → 1.13.2
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/README.md +0 -1
- package/bin/mcp-server.js +448 -448
- package/bin/mcp-server.js.map +6 -6
- package/docs/sdks/domainsregistrar/README.md +0 -2
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/logdrains.test.js +3 -1
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +6 -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/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/createintegrationstoredirectop.d.ts +285 -285
- package/esm/models/createintegrationstoredirectop.js +351 -351
- package/esm/models/getconfigurationproductsop.d.ts +375 -375
- package/esm/models/getconfigurationproductsop.js +465 -465
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/logdrains.test.ts +3 -1
- package/src/__tests__/rollingrelease.test.ts +6 -2
- package/src/__tests__/security.test.ts +4 -4
- 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/createintegrationstoredirectop.ts +604 -604
- package/src/models/getconfigurationproductsop.ts +802 -802
- package/vercel-spec.json +89 -100
- package/docs/sdks/vercel/README.md +0 -7
|
@@ -233,12 +233,12 @@ export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<
|
|
|
233
233
|
typeof CreateIntegrationStoreDirectIntegrationsType
|
|
234
234
|
>;
|
|
235
235
|
|
|
236
|
-
export type
|
|
236
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492 =
|
|
237
237
|
{};
|
|
238
238
|
|
|
239
239
|
export type CreateIntegrationStoreDirectPropertiesValue = {
|
|
240
|
-
|
|
241
|
-
|
|
240
|
+
atBRANDAt8492:
|
|
241
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492;
|
|
242
242
|
};
|
|
243
243
|
|
|
244
244
|
export const CreateIntegrationStoreDirectDisabled3 = {
|
|
@@ -307,31 +307,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
|
|
|
307
307
|
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl
|
|
308
308
|
>;
|
|
309
309
|
|
|
310
|
-
export type
|
|
310
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492 =
|
|
311
311
|
{};
|
|
312
312
|
|
|
313
313
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength =
|
|
314
314
|
{
|
|
315
|
-
|
|
316
|
-
|
|
315
|
+
atBRANDAt8492:
|
|
316
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492;
|
|
317
317
|
};
|
|
318
318
|
|
|
319
|
-
export type
|
|
319
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492 =
|
|
320
320
|
{};
|
|
321
321
|
|
|
322
322
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength =
|
|
323
323
|
{
|
|
324
|
-
|
|
325
|
-
|
|
324
|
+
atBRANDAt8492:
|
|
325
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492;
|
|
326
326
|
};
|
|
327
327
|
|
|
328
|
-
export type
|
|
328
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492 =
|
|
329
329
|
{};
|
|
330
330
|
|
|
331
331
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern =
|
|
332
332
|
{
|
|
333
|
-
|
|
334
|
-
|
|
333
|
+
atBRANDAt8492:
|
|
334
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492;
|
|
335
335
|
};
|
|
336
336
|
|
|
337
337
|
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 =
|
|
@@ -469,10 +469,10 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
|
|
|
469
469
|
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl
|
|
470
470
|
>;
|
|
471
471
|
|
|
472
|
-
export type
|
|
472
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492 = {};
|
|
473
473
|
|
|
474
474
|
export type CreateIntegrationStoreDirectUiOptionsValue = {
|
|
475
|
-
|
|
475
|
+
atBRANDAt8492: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492;
|
|
476
476
|
};
|
|
477
477
|
|
|
478
478
|
export const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 = {
|
|
@@ -523,10 +523,10 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
|
|
|
523
523
|
| undefined;
|
|
524
524
|
};
|
|
525
525
|
|
|
526
|
-
export type
|
|
526
|
+
export type UiOptionsAtBRANDAt8492 = {};
|
|
527
527
|
|
|
528
528
|
export type CreateIntegrationStoreDirectUiOptions2 = {
|
|
529
|
-
|
|
529
|
+
atBRANDAt8492: UiOptionsAtBRANDAt8492;
|
|
530
530
|
};
|
|
531
531
|
|
|
532
532
|
export const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3 =
|
|
@@ -589,31 +589,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions
|
|
|
589
589
|
| CreateIntegrationStoreDirectUiOptions2
|
|
590
590
|
| CreateIntegrationStoreDirectUiOptions3;
|
|
591
591
|
|
|
592
|
-
export type
|
|
592
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492 =
|
|
593
593
|
{};
|
|
594
594
|
|
|
595
595
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength =
|
|
596
596
|
{
|
|
597
|
-
|
|
598
|
-
|
|
597
|
+
atBRANDAt8492:
|
|
598
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492;
|
|
599
599
|
};
|
|
600
600
|
|
|
601
|
-
export type
|
|
601
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492 =
|
|
602
602
|
{};
|
|
603
603
|
|
|
604
604
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength =
|
|
605
605
|
{
|
|
606
|
-
|
|
607
|
-
|
|
606
|
+
atBRANDAt8492:
|
|
607
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492;
|
|
608
608
|
};
|
|
609
609
|
|
|
610
|
-
export type
|
|
610
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492 =
|
|
611
611
|
{};
|
|
612
612
|
|
|
613
613
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern =
|
|
614
614
|
{
|
|
615
|
-
|
|
616
|
-
|
|
615
|
+
atBRANDAt8492:
|
|
616
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492;
|
|
617
617
|
};
|
|
618
618
|
|
|
619
619
|
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3 =
|
|
@@ -756,31 +756,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
|
|
|
756
756
|
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type
|
|
757
757
|
>;
|
|
758
758
|
|
|
759
|
-
export type
|
|
759
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492 =
|
|
760
760
|
{};
|
|
761
761
|
|
|
762
762
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength =
|
|
763
763
|
{
|
|
764
|
-
|
|
765
|
-
|
|
764
|
+
atBRANDAt8492:
|
|
765
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492;
|
|
766
766
|
};
|
|
767
767
|
|
|
768
|
-
export type
|
|
768
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492 =
|
|
769
769
|
{};
|
|
770
770
|
|
|
771
771
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength =
|
|
772
772
|
{
|
|
773
|
-
|
|
774
|
-
|
|
773
|
+
atBRANDAt8492:
|
|
774
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492;
|
|
775
775
|
};
|
|
776
776
|
|
|
777
|
-
export type
|
|
777
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492 =
|
|
778
778
|
{};
|
|
779
779
|
|
|
780
780
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern =
|
|
781
781
|
{
|
|
782
|
-
|
|
783
|
-
|
|
782
|
+
atBRANDAt8492:
|
|
783
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492;
|
|
784
784
|
};
|
|
785
785
|
|
|
786
786
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
|
|
@@ -1035,28 +1035,28 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
|
|
|
1035
1035
|
| undefined;
|
|
1036
1036
|
};
|
|
1037
1037
|
|
|
1038
|
-
export type
|
|
1038
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492 =
|
|
1039
1039
|
{};
|
|
1040
1040
|
|
|
1041
1041
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
|
|
1042
|
-
|
|
1043
|
-
|
|
1042
|
+
atBRANDAt8492:
|
|
1043
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492;
|
|
1044
1044
|
};
|
|
1045
1045
|
|
|
1046
|
-
export type
|
|
1046
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492 =
|
|
1047
1047
|
{};
|
|
1048
1048
|
|
|
1049
1049
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
|
|
1050
|
-
|
|
1051
|
-
|
|
1050
|
+
atBRANDAt8492:
|
|
1051
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492;
|
|
1052
1052
|
};
|
|
1053
1053
|
|
|
1054
|
-
export type
|
|
1054
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492 =
|
|
1055
1055
|
{};
|
|
1056
1056
|
|
|
1057
1057
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
|
|
1058
|
-
|
|
1059
|
-
|
|
1058
|
+
atBRANDAt8492:
|
|
1059
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492;
|
|
1060
1060
|
};
|
|
1061
1061
|
|
|
1062
1062
|
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3 =
|
|
@@ -1559,24 +1559,24 @@ export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<
|
|
|
1559
1559
|
typeof CreateIntegrationStoreDirectPropertiesUiControl
|
|
1560
1560
|
>;
|
|
1561
1561
|
|
|
1562
|
-
export type
|
|
1562
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492 =
|
|
1563
1563
|
{};
|
|
1564
1564
|
|
|
1565
1565
|
export type CreateIntegrationStoreDirectPropertiesMaxLength = {
|
|
1566
|
-
|
|
1567
|
-
|
|
1566
|
+
atBRANDAt8492:
|
|
1567
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492;
|
|
1568
1568
|
};
|
|
1569
1569
|
|
|
1570
|
-
export type
|
|
1570
|
+
export type PropertiesAtBRANDAt8492 = {};
|
|
1571
1571
|
|
|
1572
1572
|
export type CreateIntegrationStoreDirectPropertiesMinLength = {
|
|
1573
|
-
|
|
1573
|
+
atBRANDAt8492: PropertiesAtBRANDAt8492;
|
|
1574
1574
|
};
|
|
1575
1575
|
|
|
1576
|
-
export type
|
|
1576
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8492 = {};
|
|
1577
1577
|
|
|
1578
1578
|
export type CreateIntegrationStoreDirectPropertiesPattern = {
|
|
1579
|
-
|
|
1579
|
+
atBRANDAt8492: CreateIntegrationStoreDirectPropertiesAtBRANDAt8492;
|
|
1580
1580
|
};
|
|
1581
1581
|
|
|
1582
1582
|
export const CreateIntegrationStoreDirectUiReadOnly3 = {
|
|
@@ -1810,10 +1810,10 @@ export type Guides = {
|
|
|
1810
1810
|
steps: Array<Steps>;
|
|
1811
1811
|
};
|
|
1812
1812
|
|
|
1813
|
-
export type
|
|
1813
|
+
export type AtBRANDAt8492 = {};
|
|
1814
1814
|
|
|
1815
1815
|
export type CreateIntegrationStoreDirectValue = {
|
|
1816
|
-
|
|
1816
|
+
atBRANDAt8492: AtBRANDAt8492;
|
|
1817
1817
|
};
|
|
1818
1818
|
|
|
1819
1819
|
export const Disabled3 = {
|
|
@@ -2793,65 +2793,65 @@ export namespace CreateIntegrationStoreDirectIntegrationsType$ {
|
|
|
2793
2793
|
}
|
|
2794
2794
|
|
|
2795
2795
|
/** @internal */
|
|
2796
|
-
export const
|
|
2796
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492$inboundSchema:
|
|
2797
2797
|
z.ZodType<
|
|
2798
|
-
|
|
2798
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492,
|
|
2799
2799
|
z.ZodTypeDef,
|
|
2800
2800
|
unknown
|
|
2801
2801
|
> = z.object({});
|
|
2802
2802
|
|
|
2803
2803
|
/** @internal */
|
|
2804
|
-
export type
|
|
2804
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492$Outbound =
|
|
2805
2805
|
{};
|
|
2806
2806
|
|
|
2807
2807
|
/** @internal */
|
|
2808
|
-
export const
|
|
2808
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492$outboundSchema:
|
|
2809
2809
|
z.ZodType<
|
|
2810
|
-
|
|
2810
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492$Outbound,
|
|
2811
2811
|
z.ZodTypeDef,
|
|
2812
|
-
|
|
2812
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492
|
|
2813
2813
|
> = z.object({});
|
|
2814
2814
|
|
|
2815
2815
|
/**
|
|
2816
2816
|
* @internal
|
|
2817
2817
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2818
2818
|
*/
|
|
2819
|
-
export namespace
|
|
2820
|
-
/** @deprecated use `
|
|
2819
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492$ {
|
|
2820
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492$inboundSchema` instead. */
|
|
2821
2821
|
export const inboundSchema =
|
|
2822
|
-
|
|
2823
|
-
/** @deprecated use `
|
|
2822
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492$inboundSchema;
|
|
2823
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492$outboundSchema` instead. */
|
|
2824
2824
|
export const outboundSchema =
|
|
2825
|
-
|
|
2826
|
-
/** @deprecated use `
|
|
2825
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492$outboundSchema;
|
|
2826
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492$Outbound` instead. */
|
|
2827
2827
|
export type Outbound =
|
|
2828
|
-
|
|
2828
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492$Outbound;
|
|
2829
2829
|
}
|
|
2830
2830
|
|
|
2831
|
-
export function
|
|
2832
|
-
|
|
2833
|
-
|
|
2831
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492ToJSON(
|
|
2832
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492:
|
|
2833
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492,
|
|
2834
2834
|
): string {
|
|
2835
2835
|
return JSON.stringify(
|
|
2836
|
-
|
|
2836
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492$outboundSchema
|
|
2837
2837
|
.parse(
|
|
2838
|
-
|
|
2838
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492,
|
|
2839
2839
|
),
|
|
2840
2840
|
);
|
|
2841
2841
|
}
|
|
2842
2842
|
|
|
2843
|
-
export function
|
|
2843
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492FromJSON(
|
|
2844
2844
|
jsonString: string,
|
|
2845
2845
|
): SafeParseResult<
|
|
2846
|
-
|
|
2846
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492,
|
|
2847
2847
|
SDKValidationError
|
|
2848
2848
|
> {
|
|
2849
2849
|
return safeParse(
|
|
2850
2850
|
jsonString,
|
|
2851
2851
|
(x) =>
|
|
2852
|
-
|
|
2852
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492$inboundSchema
|
|
2853
2853
|
.parse(JSON.parse(x)),
|
|
2854
|
-
`Failed to parse '
|
|
2854
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492' from JSON`,
|
|
2855
2855
|
);
|
|
2856
2856
|
}
|
|
2857
2857
|
|
|
@@ -2862,19 +2862,19 @@ export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema:
|
|
|
2862
2862
|
z.ZodTypeDef,
|
|
2863
2863
|
unknown
|
|
2864
2864
|
> = z.object({
|
|
2865
|
-
"__@BRAND@
|
|
2866
|
-
|
|
2865
|
+
"__@BRAND@8492": z.lazy(() =>
|
|
2866
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492$inboundSchema
|
|
2867
2867
|
),
|
|
2868
2868
|
}).transform((v) => {
|
|
2869
2869
|
return remap$(v, {
|
|
2870
|
-
"__@BRAND@
|
|
2870
|
+
"__@BRAND@8492": "atBRANDAt8492",
|
|
2871
2871
|
});
|
|
2872
2872
|
});
|
|
2873
2873
|
|
|
2874
2874
|
/** @internal */
|
|
2875
2875
|
export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
|
|
2876
|
-
"__@BRAND@
|
|
2877
|
-
|
|
2876
|
+
"__@BRAND@8492":
|
|
2877
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492$Outbound;
|
|
2878
2878
|
};
|
|
2879
2879
|
|
|
2880
2880
|
/** @internal */
|
|
@@ -2884,12 +2884,12 @@ export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema:
|
|
|
2884
2884
|
z.ZodTypeDef,
|
|
2885
2885
|
CreateIntegrationStoreDirectPropertiesValue
|
|
2886
2886
|
> = z.object({
|
|
2887
|
-
|
|
2888
|
-
|
|
2887
|
+
atBRANDAt8492: z.lazy(() =>
|
|
2888
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8492$outboundSchema
|
|
2889
2889
|
),
|
|
2890
2890
|
}).transform((v) => {
|
|
2891
2891
|
return remap$(v, {
|
|
2892
|
-
|
|
2892
|
+
atBRANDAt8492: "__@BRAND@8492",
|
|
2893
2893
|
});
|
|
2894
2894
|
});
|
|
2895
2895
|
|
|
@@ -3401,65 +3401,65 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
|
|
|
3401
3401
|
}
|
|
3402
3402
|
|
|
3403
3403
|
/** @internal */
|
|
3404
|
-
export const
|
|
3404
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492$inboundSchema:
|
|
3405
3405
|
z.ZodType<
|
|
3406
|
-
|
|
3406
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492,
|
|
3407
3407
|
z.ZodTypeDef,
|
|
3408
3408
|
unknown
|
|
3409
3409
|
> = z.object({});
|
|
3410
3410
|
|
|
3411
3411
|
/** @internal */
|
|
3412
|
-
export type
|
|
3412
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492$Outbound =
|
|
3413
3413
|
{};
|
|
3414
3414
|
|
|
3415
3415
|
/** @internal */
|
|
3416
|
-
export const
|
|
3416
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492$outboundSchema:
|
|
3417
3417
|
z.ZodType<
|
|
3418
|
-
|
|
3418
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492$Outbound,
|
|
3419
3419
|
z.ZodTypeDef,
|
|
3420
|
-
|
|
3420
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492
|
|
3421
3421
|
> = z.object({});
|
|
3422
3422
|
|
|
3423
3423
|
/**
|
|
3424
3424
|
* @internal
|
|
3425
3425
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3426
3426
|
*/
|
|
3427
|
-
export namespace
|
|
3428
|
-
/** @deprecated use `
|
|
3427
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492$ {
|
|
3428
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492$inboundSchema` instead. */
|
|
3429
3429
|
export const inboundSchema =
|
|
3430
|
-
|
|
3431
|
-
/** @deprecated use `
|
|
3430
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492$inboundSchema;
|
|
3431
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492$outboundSchema` instead. */
|
|
3432
3432
|
export const outboundSchema =
|
|
3433
|
-
|
|
3434
|
-
/** @deprecated use `
|
|
3433
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492$outboundSchema;
|
|
3434
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492$Outbound` instead. */
|
|
3435
3435
|
export type Outbound =
|
|
3436
|
-
|
|
3436
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492$Outbound;
|
|
3437
3437
|
}
|
|
3438
3438
|
|
|
3439
|
-
export function
|
|
3440
|
-
|
|
3441
|
-
|
|
3439
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492ToJSON(
|
|
3440
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492:
|
|
3441
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492,
|
|
3442
3442
|
): string {
|
|
3443
3443
|
return JSON.stringify(
|
|
3444
|
-
|
|
3444
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492$outboundSchema
|
|
3445
3445
|
.parse(
|
|
3446
|
-
|
|
3446
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492,
|
|
3447
3447
|
),
|
|
3448
3448
|
);
|
|
3449
3449
|
}
|
|
3450
3450
|
|
|
3451
|
-
export function
|
|
3451
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492FromJSON(
|
|
3452
3452
|
jsonString: string,
|
|
3453
3453
|
): SafeParseResult<
|
|
3454
|
-
|
|
3454
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492,
|
|
3455
3455
|
SDKValidationError
|
|
3456
3456
|
> {
|
|
3457
3457
|
return safeParse(
|
|
3458
3458
|
jsonString,
|
|
3459
3459
|
(x) =>
|
|
3460
|
-
|
|
3460
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492$inboundSchema
|
|
3461
3461
|
.parse(JSON.parse(x)),
|
|
3462
|
-
`Failed to parse '
|
|
3462
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492' from JSON`,
|
|
3463
3463
|
);
|
|
3464
3464
|
}
|
|
3465
3465
|
|
|
@@ -3470,20 +3470,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
|
|
|
3470
3470
|
z.ZodTypeDef,
|
|
3471
3471
|
unknown
|
|
3472
3472
|
> = z.object({
|
|
3473
|
-
"__@BRAND@
|
|
3474
|
-
|
|
3473
|
+
"__@BRAND@8492": z.lazy(() =>
|
|
3474
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492$inboundSchema
|
|
3475
3475
|
),
|
|
3476
3476
|
}).transform((v) => {
|
|
3477
3477
|
return remap$(v, {
|
|
3478
|
-
"__@BRAND@
|
|
3478
|
+
"__@BRAND@8492": "atBRANDAt8492",
|
|
3479
3479
|
});
|
|
3480
3480
|
});
|
|
3481
3481
|
|
|
3482
3482
|
/** @internal */
|
|
3483
3483
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound =
|
|
3484
3484
|
{
|
|
3485
|
-
"__@BRAND@
|
|
3486
|
-
|
|
3485
|
+
"__@BRAND@8492":
|
|
3486
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492$Outbound;
|
|
3487
3487
|
};
|
|
3488
3488
|
|
|
3489
3489
|
/** @internal */
|
|
@@ -3493,12 +3493,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
|
|
|
3493
3493
|
z.ZodTypeDef,
|
|
3494
3494
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength
|
|
3495
3495
|
> = z.object({
|
|
3496
|
-
|
|
3497
|
-
|
|
3496
|
+
atBRANDAt8492: z.lazy(() =>
|
|
3497
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8492$outboundSchema
|
|
3498
3498
|
),
|
|
3499
3499
|
}).transform((v) => {
|
|
3500
3500
|
return remap$(v, {
|
|
3501
|
-
|
|
3501
|
+
atBRANDAt8492: "__@BRAND@8492",
|
|
3502
3502
|
});
|
|
3503
3503
|
});
|
|
3504
3504
|
|
|
@@ -3546,65 +3546,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
|
|
|
3546
3546
|
}
|
|
3547
3547
|
|
|
3548
3548
|
/** @internal */
|
|
3549
|
-
export const
|
|
3549
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492$inboundSchema:
|
|
3550
3550
|
z.ZodType<
|
|
3551
|
-
|
|
3551
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492,
|
|
3552
3552
|
z.ZodTypeDef,
|
|
3553
3553
|
unknown
|
|
3554
3554
|
> = z.object({});
|
|
3555
3555
|
|
|
3556
3556
|
/** @internal */
|
|
3557
|
-
export type
|
|
3557
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492$Outbound =
|
|
3558
3558
|
{};
|
|
3559
3559
|
|
|
3560
3560
|
/** @internal */
|
|
3561
|
-
export const
|
|
3561
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492$outboundSchema:
|
|
3562
3562
|
z.ZodType<
|
|
3563
|
-
|
|
3563
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492$Outbound,
|
|
3564
3564
|
z.ZodTypeDef,
|
|
3565
|
-
|
|
3565
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492
|
|
3566
3566
|
> = z.object({});
|
|
3567
3567
|
|
|
3568
3568
|
/**
|
|
3569
3569
|
* @internal
|
|
3570
3570
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3571
3571
|
*/
|
|
3572
|
-
export namespace
|
|
3573
|
-
/** @deprecated use `
|
|
3572
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492$ {
|
|
3573
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492$inboundSchema` instead. */
|
|
3574
3574
|
export const inboundSchema =
|
|
3575
|
-
|
|
3576
|
-
/** @deprecated use `
|
|
3575
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492$inboundSchema;
|
|
3576
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492$outboundSchema` instead. */
|
|
3577
3577
|
export const outboundSchema =
|
|
3578
|
-
|
|
3579
|
-
/** @deprecated use `
|
|
3578
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492$outboundSchema;
|
|
3579
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492$Outbound` instead. */
|
|
3580
3580
|
export type Outbound =
|
|
3581
|
-
|
|
3581
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492$Outbound;
|
|
3582
3582
|
}
|
|
3583
3583
|
|
|
3584
|
-
export function
|
|
3585
|
-
|
|
3586
|
-
|
|
3584
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492ToJSON(
|
|
3585
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492:
|
|
3586
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492,
|
|
3587
3587
|
): string {
|
|
3588
3588
|
return JSON.stringify(
|
|
3589
|
-
|
|
3589
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492$outboundSchema
|
|
3590
3590
|
.parse(
|
|
3591
|
-
|
|
3591
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492,
|
|
3592
3592
|
),
|
|
3593
3593
|
);
|
|
3594
3594
|
}
|
|
3595
3595
|
|
|
3596
|
-
export function
|
|
3596
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492FromJSON(
|
|
3597
3597
|
jsonString: string,
|
|
3598
3598
|
): SafeParseResult<
|
|
3599
|
-
|
|
3599
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492,
|
|
3600
3600
|
SDKValidationError
|
|
3601
3601
|
> {
|
|
3602
3602
|
return safeParse(
|
|
3603
3603
|
jsonString,
|
|
3604
3604
|
(x) =>
|
|
3605
|
-
|
|
3605
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492$inboundSchema
|
|
3606
3606
|
.parse(JSON.parse(x)),
|
|
3607
|
-
`Failed to parse '
|
|
3607
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492' from JSON`,
|
|
3608
3608
|
);
|
|
3609
3609
|
}
|
|
3610
3610
|
|
|
@@ -3615,20 +3615,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
|
|
|
3615
3615
|
z.ZodTypeDef,
|
|
3616
3616
|
unknown
|
|
3617
3617
|
> = z.object({
|
|
3618
|
-
"__@BRAND@
|
|
3619
|
-
|
|
3618
|
+
"__@BRAND@8492": z.lazy(() =>
|
|
3619
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492$inboundSchema
|
|
3620
3620
|
),
|
|
3621
3621
|
}).transform((v) => {
|
|
3622
3622
|
return remap$(v, {
|
|
3623
|
-
"__@BRAND@
|
|
3623
|
+
"__@BRAND@8492": "atBRANDAt8492",
|
|
3624
3624
|
});
|
|
3625
3625
|
});
|
|
3626
3626
|
|
|
3627
3627
|
/** @internal */
|
|
3628
3628
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound =
|
|
3629
3629
|
{
|
|
3630
|
-
"__@BRAND@
|
|
3631
|
-
|
|
3630
|
+
"__@BRAND@8492":
|
|
3631
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492$Outbound;
|
|
3632
3632
|
};
|
|
3633
3633
|
|
|
3634
3634
|
/** @internal */
|
|
@@ -3638,12 +3638,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
|
|
|
3638
3638
|
z.ZodTypeDef,
|
|
3639
3639
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength
|
|
3640
3640
|
> = z.object({
|
|
3641
|
-
|
|
3642
|
-
|
|
3641
|
+
atBRANDAt8492: z.lazy(() =>
|
|
3642
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8492$outboundSchema
|
|
3643
3643
|
),
|
|
3644
3644
|
}).transform((v) => {
|
|
3645
3645
|
return remap$(v, {
|
|
3646
|
-
|
|
3646
|
+
atBRANDAt8492: "__@BRAND@8492",
|
|
3647
3647
|
});
|
|
3648
3648
|
});
|
|
3649
3649
|
|
|
@@ -3691,65 +3691,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
|
|
|
3691
3691
|
}
|
|
3692
3692
|
|
|
3693
3693
|
/** @internal */
|
|
3694
|
-
export const
|
|
3694
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492$inboundSchema:
|
|
3695
3695
|
z.ZodType<
|
|
3696
|
-
|
|
3696
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492,
|
|
3697
3697
|
z.ZodTypeDef,
|
|
3698
3698
|
unknown
|
|
3699
3699
|
> = z.object({});
|
|
3700
3700
|
|
|
3701
3701
|
/** @internal */
|
|
3702
|
-
export type
|
|
3702
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492$Outbound =
|
|
3703
3703
|
{};
|
|
3704
3704
|
|
|
3705
3705
|
/** @internal */
|
|
3706
|
-
export const
|
|
3706
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492$outboundSchema:
|
|
3707
3707
|
z.ZodType<
|
|
3708
|
-
|
|
3708
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492$Outbound,
|
|
3709
3709
|
z.ZodTypeDef,
|
|
3710
|
-
|
|
3710
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492
|
|
3711
3711
|
> = z.object({});
|
|
3712
3712
|
|
|
3713
3713
|
/**
|
|
3714
3714
|
* @internal
|
|
3715
3715
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3716
3716
|
*/
|
|
3717
|
-
export namespace
|
|
3718
|
-
/** @deprecated use `
|
|
3717
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492$ {
|
|
3718
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492$inboundSchema` instead. */
|
|
3719
3719
|
export const inboundSchema =
|
|
3720
|
-
|
|
3721
|
-
/** @deprecated use `
|
|
3720
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492$inboundSchema;
|
|
3721
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492$outboundSchema` instead. */
|
|
3722
3722
|
export const outboundSchema =
|
|
3723
|
-
|
|
3724
|
-
/** @deprecated use `
|
|
3723
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492$outboundSchema;
|
|
3724
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492$Outbound` instead. */
|
|
3725
3725
|
export type Outbound =
|
|
3726
|
-
|
|
3726
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492$Outbound;
|
|
3727
3727
|
}
|
|
3728
3728
|
|
|
3729
|
-
export function
|
|
3730
|
-
|
|
3731
|
-
|
|
3729
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492ToJSON(
|
|
3730
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492:
|
|
3731
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492,
|
|
3732
3732
|
): string {
|
|
3733
3733
|
return JSON.stringify(
|
|
3734
|
-
|
|
3734
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492$outboundSchema
|
|
3735
3735
|
.parse(
|
|
3736
|
-
|
|
3736
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492,
|
|
3737
3737
|
),
|
|
3738
3738
|
);
|
|
3739
3739
|
}
|
|
3740
3740
|
|
|
3741
|
-
export function
|
|
3741
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492FromJSON(
|
|
3742
3742
|
jsonString: string,
|
|
3743
3743
|
): SafeParseResult<
|
|
3744
|
-
|
|
3744
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492,
|
|
3745
3745
|
SDKValidationError
|
|
3746
3746
|
> {
|
|
3747
3747
|
return safeParse(
|
|
3748
3748
|
jsonString,
|
|
3749
3749
|
(x) =>
|
|
3750
|
-
|
|
3750
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492$inboundSchema
|
|
3751
3751
|
.parse(JSON.parse(x)),
|
|
3752
|
-
`Failed to parse '
|
|
3752
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492' from JSON`,
|
|
3753
3753
|
);
|
|
3754
3754
|
}
|
|
3755
3755
|
|
|
@@ -3760,20 +3760,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
|
|
|
3760
3760
|
z.ZodTypeDef,
|
|
3761
3761
|
unknown
|
|
3762
3762
|
> = z.object({
|
|
3763
|
-
"__@BRAND@
|
|
3764
|
-
|
|
3763
|
+
"__@BRAND@8492": z.lazy(() =>
|
|
3764
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492$inboundSchema
|
|
3765
3765
|
),
|
|
3766
3766
|
}).transform((v) => {
|
|
3767
3767
|
return remap$(v, {
|
|
3768
|
-
"__@BRAND@
|
|
3768
|
+
"__@BRAND@8492": "atBRANDAt8492",
|
|
3769
3769
|
});
|
|
3770
3770
|
});
|
|
3771
3771
|
|
|
3772
3772
|
/** @internal */
|
|
3773
3773
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound =
|
|
3774
3774
|
{
|
|
3775
|
-
"__@BRAND@
|
|
3776
|
-
|
|
3775
|
+
"__@BRAND@8492":
|
|
3776
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492$Outbound;
|
|
3777
3777
|
};
|
|
3778
3778
|
|
|
3779
3779
|
/** @internal */
|
|
@@ -3783,12 +3783,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
|
|
|
3783
3783
|
z.ZodTypeDef,
|
|
3784
3784
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern
|
|
3785
3785
|
> = z.object({
|
|
3786
|
-
|
|
3787
|
-
|
|
3786
|
+
atBRANDAt8492: z.lazy(() =>
|
|
3787
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8492$outboundSchema
|
|
3788
3788
|
),
|
|
3789
3789
|
}).transform((v) => {
|
|
3790
3790
|
return remap$(v, {
|
|
3791
|
-
|
|
3791
|
+
atBRANDAt8492: "__@BRAND@8492",
|
|
3792
3792
|
});
|
|
3793
3793
|
});
|
|
3794
3794
|
|
|
@@ -4844,64 +4844,64 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
|
|
|
4844
4844
|
}
|
|
4845
4845
|
|
|
4846
4846
|
/** @internal */
|
|
4847
|
-
export const
|
|
4847
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492$inboundSchema:
|
|
4848
4848
|
z.ZodType<
|
|
4849
|
-
|
|
4849
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492,
|
|
4850
4850
|
z.ZodTypeDef,
|
|
4851
4851
|
unknown
|
|
4852
4852
|
> = z.object({});
|
|
4853
4853
|
|
|
4854
4854
|
/** @internal */
|
|
4855
|
-
export type
|
|
4855
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492$Outbound = {};
|
|
4856
4856
|
|
|
4857
4857
|
/** @internal */
|
|
4858
|
-
export const
|
|
4858
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492$outboundSchema:
|
|
4859
4859
|
z.ZodType<
|
|
4860
|
-
|
|
4860
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492$Outbound,
|
|
4861
4861
|
z.ZodTypeDef,
|
|
4862
|
-
|
|
4862
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492
|
|
4863
4863
|
> = z.object({});
|
|
4864
4864
|
|
|
4865
4865
|
/**
|
|
4866
4866
|
* @internal
|
|
4867
4867
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4868
4868
|
*/
|
|
4869
|
-
export namespace
|
|
4870
|
-
/** @deprecated use `
|
|
4869
|
+
export namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492$ {
|
|
4870
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492$inboundSchema` instead. */
|
|
4871
4871
|
export const inboundSchema =
|
|
4872
|
-
|
|
4873
|
-
/** @deprecated use `
|
|
4872
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492$inboundSchema;
|
|
4873
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492$outboundSchema` instead. */
|
|
4874
4874
|
export const outboundSchema =
|
|
4875
|
-
|
|
4876
|
-
/** @deprecated use `
|
|
4875
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492$outboundSchema;
|
|
4876
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492$Outbound` instead. */
|
|
4877
4877
|
export type Outbound =
|
|
4878
|
-
|
|
4878
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492$Outbound;
|
|
4879
4879
|
}
|
|
4880
4880
|
|
|
4881
|
-
export function
|
|
4882
|
-
|
|
4883
|
-
|
|
4881
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8492ToJSON(
|
|
4882
|
+
createIntegrationStoreDirectUiOptionsAtBRANDAt8492:
|
|
4883
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492,
|
|
4884
4884
|
): string {
|
|
4885
4885
|
return JSON.stringify(
|
|
4886
|
-
|
|
4887
|
-
|
|
4886
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492$outboundSchema.parse(
|
|
4887
|
+
createIntegrationStoreDirectUiOptionsAtBRANDAt8492,
|
|
4888
4888
|
),
|
|
4889
4889
|
);
|
|
4890
4890
|
}
|
|
4891
4891
|
|
|
4892
|
-
export function
|
|
4892
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8492FromJSON(
|
|
4893
4893
|
jsonString: string,
|
|
4894
4894
|
): SafeParseResult<
|
|
4895
|
-
|
|
4895
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492,
|
|
4896
4896
|
SDKValidationError
|
|
4897
4897
|
> {
|
|
4898
4898
|
return safeParse(
|
|
4899
4899
|
jsonString,
|
|
4900
4900
|
(x) =>
|
|
4901
|
-
|
|
4901
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492$inboundSchema.parse(
|
|
4902
4902
|
JSON.parse(x),
|
|
4903
4903
|
),
|
|
4904
|
-
`Failed to parse '
|
|
4904
|
+
`Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492' from JSON`,
|
|
4905
4905
|
);
|
|
4906
4906
|
}
|
|
4907
4907
|
|
|
@@ -4909,18 +4909,18 @@ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8489FromJSON(
|
|
|
4909
4909
|
export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema:
|
|
4910
4910
|
z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown> =
|
|
4911
4911
|
z.object({
|
|
4912
|
-
"__@BRAND@
|
|
4913
|
-
|
|
4912
|
+
"__@BRAND@8492": z.lazy(() =>
|
|
4913
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492$inboundSchema
|
|
4914
4914
|
),
|
|
4915
4915
|
}).transform((v) => {
|
|
4916
4916
|
return remap$(v, {
|
|
4917
|
-
"__@BRAND@
|
|
4917
|
+
"__@BRAND@8492": "atBRANDAt8492",
|
|
4918
4918
|
});
|
|
4919
4919
|
});
|
|
4920
4920
|
|
|
4921
4921
|
/** @internal */
|
|
4922
4922
|
export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
|
|
4923
|
-
"__@BRAND@
|
|
4923
|
+
"__@BRAND@8492": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492$Outbound;
|
|
4924
4924
|
};
|
|
4925
4925
|
|
|
4926
4926
|
/** @internal */
|
|
@@ -4930,12 +4930,12 @@ export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema:
|
|
|
4930
4930
|
z.ZodTypeDef,
|
|
4931
4931
|
CreateIntegrationStoreDirectUiOptionsValue
|
|
4932
4932
|
> = z.object({
|
|
4933
|
-
|
|
4934
|
-
|
|
4933
|
+
atBRANDAt8492: z.lazy(() =>
|
|
4934
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8492$outboundSchema
|
|
4935
4935
|
),
|
|
4936
4936
|
}).transform((v) => {
|
|
4937
4937
|
return remap$(v, {
|
|
4938
|
-
|
|
4938
|
+
atBRANDAt8492: "__@BRAND@8492",
|
|
4939
4939
|
});
|
|
4940
4940
|
});
|
|
4941
4941
|
|
|
@@ -5419,50 +5419,50 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(
|
|
|
5419
5419
|
}
|
|
5420
5420
|
|
|
5421
5421
|
/** @internal */
|
|
5422
|
-
export const
|
|
5423
|
-
|
|
5422
|
+
export const UiOptionsAtBRANDAt8492$inboundSchema: z.ZodType<
|
|
5423
|
+
UiOptionsAtBRANDAt8492,
|
|
5424
5424
|
z.ZodTypeDef,
|
|
5425
5425
|
unknown
|
|
5426
5426
|
> = z.object({});
|
|
5427
5427
|
|
|
5428
5428
|
/** @internal */
|
|
5429
|
-
export type
|
|
5429
|
+
export type UiOptionsAtBRANDAt8492$Outbound = {};
|
|
5430
5430
|
|
|
5431
5431
|
/** @internal */
|
|
5432
|
-
export const
|
|
5433
|
-
|
|
5432
|
+
export const UiOptionsAtBRANDAt8492$outboundSchema: z.ZodType<
|
|
5433
|
+
UiOptionsAtBRANDAt8492$Outbound,
|
|
5434
5434
|
z.ZodTypeDef,
|
|
5435
|
-
|
|
5435
|
+
UiOptionsAtBRANDAt8492
|
|
5436
5436
|
> = z.object({});
|
|
5437
5437
|
|
|
5438
5438
|
/**
|
|
5439
5439
|
* @internal
|
|
5440
5440
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5441
5441
|
*/
|
|
5442
|
-
export namespace
|
|
5443
|
-
/** @deprecated use `
|
|
5444
|
-
export const inboundSchema =
|
|
5445
|
-
/** @deprecated use `
|
|
5446
|
-
export const outboundSchema =
|
|
5447
|
-
/** @deprecated use `
|
|
5448
|
-
export type Outbound =
|
|
5442
|
+
export namespace UiOptionsAtBRANDAt8492$ {
|
|
5443
|
+
/** @deprecated use `UiOptionsAtBRANDAt8492$inboundSchema` instead. */
|
|
5444
|
+
export const inboundSchema = UiOptionsAtBRANDAt8492$inboundSchema;
|
|
5445
|
+
/** @deprecated use `UiOptionsAtBRANDAt8492$outboundSchema` instead. */
|
|
5446
|
+
export const outboundSchema = UiOptionsAtBRANDAt8492$outboundSchema;
|
|
5447
|
+
/** @deprecated use `UiOptionsAtBRANDAt8492$Outbound` instead. */
|
|
5448
|
+
export type Outbound = UiOptionsAtBRANDAt8492$Outbound;
|
|
5449
5449
|
}
|
|
5450
5450
|
|
|
5451
|
-
export function
|
|
5452
|
-
|
|
5451
|
+
export function uiOptionsAtBRANDAt8492ToJSON(
|
|
5452
|
+
uiOptionsAtBRANDAt8492: UiOptionsAtBRANDAt8492,
|
|
5453
5453
|
): string {
|
|
5454
5454
|
return JSON.stringify(
|
|
5455
|
-
|
|
5455
|
+
UiOptionsAtBRANDAt8492$outboundSchema.parse(uiOptionsAtBRANDAt8492),
|
|
5456
5456
|
);
|
|
5457
5457
|
}
|
|
5458
5458
|
|
|
5459
|
-
export function
|
|
5459
|
+
export function uiOptionsAtBRANDAt8492FromJSON(
|
|
5460
5460
|
jsonString: string,
|
|
5461
|
-
): SafeParseResult<
|
|
5461
|
+
): SafeParseResult<UiOptionsAtBRANDAt8492, SDKValidationError> {
|
|
5462
5462
|
return safeParse(
|
|
5463
5463
|
jsonString,
|
|
5464
|
-
(x) =>
|
|
5465
|
-
`Failed to parse '
|
|
5464
|
+
(x) => UiOptionsAtBRANDAt8492$inboundSchema.parse(JSON.parse(x)),
|
|
5465
|
+
`Failed to parse 'UiOptionsAtBRANDAt8492' from JSON`,
|
|
5466
5466
|
);
|
|
5467
5467
|
}
|
|
5468
5468
|
|
|
@@ -5472,16 +5472,16 @@ export const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<
|
|
|
5472
5472
|
z.ZodTypeDef,
|
|
5473
5473
|
unknown
|
|
5474
5474
|
> = z.object({
|
|
5475
|
-
"__@BRAND@
|
|
5475
|
+
"__@BRAND@8492": z.lazy(() => UiOptionsAtBRANDAt8492$inboundSchema),
|
|
5476
5476
|
}).transform((v) => {
|
|
5477
5477
|
return remap$(v, {
|
|
5478
|
-
"__@BRAND@
|
|
5478
|
+
"__@BRAND@8492": "atBRANDAt8492",
|
|
5479
5479
|
});
|
|
5480
5480
|
});
|
|
5481
5481
|
|
|
5482
5482
|
/** @internal */
|
|
5483
5483
|
export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
|
|
5484
|
-
"__@BRAND@
|
|
5484
|
+
"__@BRAND@8492": UiOptionsAtBRANDAt8492$Outbound;
|
|
5485
5485
|
};
|
|
5486
5486
|
|
|
5487
5487
|
/** @internal */
|
|
@@ -5490,10 +5490,10 @@ export const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<
|
|
|
5490
5490
|
z.ZodTypeDef,
|
|
5491
5491
|
CreateIntegrationStoreDirectUiOptions2
|
|
5492
5492
|
> = z.object({
|
|
5493
|
-
|
|
5493
|
+
atBRANDAt8492: z.lazy(() => UiOptionsAtBRANDAt8492$outboundSchema),
|
|
5494
5494
|
}).transform((v) => {
|
|
5495
5495
|
return remap$(v, {
|
|
5496
|
-
|
|
5496
|
+
atBRANDAt8492: "__@BRAND@8492",
|
|
5497
5497
|
});
|
|
5498
5498
|
});
|
|
5499
5499
|
|
|
@@ -6055,65 +6055,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
|
|
|
6055
6055
|
}
|
|
6056
6056
|
|
|
6057
6057
|
/** @internal */
|
|
6058
|
-
export const
|
|
6058
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492$inboundSchema:
|
|
6059
6059
|
z.ZodType<
|
|
6060
|
-
|
|
6060
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492,
|
|
6061
6061
|
z.ZodTypeDef,
|
|
6062
6062
|
unknown
|
|
6063
6063
|
> = z.object({});
|
|
6064
6064
|
|
|
6065
6065
|
/** @internal */
|
|
6066
|
-
export type
|
|
6066
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492$Outbound =
|
|
6067
6067
|
{};
|
|
6068
6068
|
|
|
6069
6069
|
/** @internal */
|
|
6070
|
-
export const
|
|
6070
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492$outboundSchema:
|
|
6071
6071
|
z.ZodType<
|
|
6072
|
-
|
|
6072
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492$Outbound,
|
|
6073
6073
|
z.ZodTypeDef,
|
|
6074
|
-
|
|
6074
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492
|
|
6075
6075
|
> = z.object({});
|
|
6076
6076
|
|
|
6077
6077
|
/**
|
|
6078
6078
|
* @internal
|
|
6079
6079
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6080
6080
|
*/
|
|
6081
|
-
export namespace
|
|
6082
|
-
/** @deprecated use `
|
|
6081
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492$ {
|
|
6082
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492$inboundSchema` instead. */
|
|
6083
6083
|
export const inboundSchema =
|
|
6084
|
-
|
|
6085
|
-
/** @deprecated use `
|
|
6084
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492$inboundSchema;
|
|
6085
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492$outboundSchema` instead. */
|
|
6086
6086
|
export const outboundSchema =
|
|
6087
|
-
|
|
6088
|
-
/** @deprecated use `
|
|
6087
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492$outboundSchema;
|
|
6088
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492$Outbound` instead. */
|
|
6089
6089
|
export type Outbound =
|
|
6090
|
-
|
|
6090
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492$Outbound;
|
|
6091
6091
|
}
|
|
6092
6092
|
|
|
6093
|
-
export function
|
|
6094
|
-
|
|
6095
|
-
|
|
6093
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492ToJSON(
|
|
6094
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492:
|
|
6095
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492,
|
|
6096
6096
|
): string {
|
|
6097
6097
|
return JSON.stringify(
|
|
6098
|
-
|
|
6098
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492$outboundSchema
|
|
6099
6099
|
.parse(
|
|
6100
|
-
|
|
6100
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492,
|
|
6101
6101
|
),
|
|
6102
6102
|
);
|
|
6103
6103
|
}
|
|
6104
6104
|
|
|
6105
|
-
export function
|
|
6105
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492FromJSON(
|
|
6106
6106
|
jsonString: string,
|
|
6107
6107
|
): SafeParseResult<
|
|
6108
|
-
|
|
6108
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492,
|
|
6109
6109
|
SDKValidationError
|
|
6110
6110
|
> {
|
|
6111
6111
|
return safeParse(
|
|
6112
6112
|
jsonString,
|
|
6113
6113
|
(x) =>
|
|
6114
|
-
|
|
6114
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492$inboundSchema
|
|
6115
6115
|
.parse(JSON.parse(x)),
|
|
6116
|
-
`Failed to parse '
|
|
6116
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492' from JSON`,
|
|
6117
6117
|
);
|
|
6118
6118
|
}
|
|
6119
6119
|
|
|
@@ -6124,20 +6124,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
|
6124
6124
|
z.ZodTypeDef,
|
|
6125
6125
|
unknown
|
|
6126
6126
|
> = z.object({
|
|
6127
|
-
"__@BRAND@
|
|
6128
|
-
|
|
6127
|
+
"__@BRAND@8492": z.lazy(() =>
|
|
6128
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492$inboundSchema
|
|
6129
6129
|
),
|
|
6130
6130
|
}).transform((v) => {
|
|
6131
6131
|
return remap$(v, {
|
|
6132
|
-
"__@BRAND@
|
|
6132
|
+
"__@BRAND@8492": "atBRANDAt8492",
|
|
6133
6133
|
});
|
|
6134
6134
|
});
|
|
6135
6135
|
|
|
6136
6136
|
/** @internal */
|
|
6137
6137
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound =
|
|
6138
6138
|
{
|
|
6139
|
-
"__@BRAND@
|
|
6140
|
-
|
|
6139
|
+
"__@BRAND@8492":
|
|
6140
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492$Outbound;
|
|
6141
6141
|
};
|
|
6142
6142
|
|
|
6143
6143
|
/** @internal */
|
|
@@ -6147,12 +6147,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
|
6147
6147
|
z.ZodTypeDef,
|
|
6148
6148
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
6149
6149
|
> = z.object({
|
|
6150
|
-
|
|
6151
|
-
|
|
6150
|
+
atBRANDAt8492: z.lazy(() =>
|
|
6151
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8492$outboundSchema
|
|
6152
6152
|
),
|
|
6153
6153
|
}).transform((v) => {
|
|
6154
6154
|
return remap$(v, {
|
|
6155
|
-
|
|
6155
|
+
atBRANDAt8492: "__@BRAND@8492",
|
|
6156
6156
|
});
|
|
6157
6157
|
});
|
|
6158
6158
|
|
|
@@ -6200,65 +6200,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
|
|
|
6200
6200
|
}
|
|
6201
6201
|
|
|
6202
6202
|
/** @internal */
|
|
6203
|
-
export const
|
|
6203
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492$inboundSchema:
|
|
6204
6204
|
z.ZodType<
|
|
6205
|
-
|
|
6205
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492,
|
|
6206
6206
|
z.ZodTypeDef,
|
|
6207
6207
|
unknown
|
|
6208
6208
|
> = z.object({});
|
|
6209
6209
|
|
|
6210
6210
|
/** @internal */
|
|
6211
|
-
export type
|
|
6211
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492$Outbound =
|
|
6212
6212
|
{};
|
|
6213
6213
|
|
|
6214
6214
|
/** @internal */
|
|
6215
|
-
export const
|
|
6215
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492$outboundSchema:
|
|
6216
6216
|
z.ZodType<
|
|
6217
|
-
|
|
6217
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492$Outbound,
|
|
6218
6218
|
z.ZodTypeDef,
|
|
6219
|
-
|
|
6219
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492
|
|
6220
6220
|
> = z.object({});
|
|
6221
6221
|
|
|
6222
6222
|
/**
|
|
6223
6223
|
* @internal
|
|
6224
6224
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6225
6225
|
*/
|
|
6226
|
-
export namespace
|
|
6227
|
-
/** @deprecated use `
|
|
6226
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492$ {
|
|
6227
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492$inboundSchema` instead. */
|
|
6228
6228
|
export const inboundSchema =
|
|
6229
|
-
|
|
6230
|
-
/** @deprecated use `
|
|
6229
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492$inboundSchema;
|
|
6230
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492$outboundSchema` instead. */
|
|
6231
6231
|
export const outboundSchema =
|
|
6232
|
-
|
|
6233
|
-
/** @deprecated use `
|
|
6232
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492$outboundSchema;
|
|
6233
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492$Outbound` instead. */
|
|
6234
6234
|
export type Outbound =
|
|
6235
|
-
|
|
6235
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492$Outbound;
|
|
6236
6236
|
}
|
|
6237
6237
|
|
|
6238
|
-
export function
|
|
6239
|
-
|
|
6240
|
-
|
|
6238
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492ToJSON(
|
|
6239
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492:
|
|
6240
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492,
|
|
6241
6241
|
): string {
|
|
6242
6242
|
return JSON.stringify(
|
|
6243
|
-
|
|
6243
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492$outboundSchema
|
|
6244
6244
|
.parse(
|
|
6245
|
-
|
|
6245
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492,
|
|
6246
6246
|
),
|
|
6247
6247
|
);
|
|
6248
6248
|
}
|
|
6249
6249
|
|
|
6250
|
-
export function
|
|
6250
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492FromJSON(
|
|
6251
6251
|
jsonString: string,
|
|
6252
6252
|
): SafeParseResult<
|
|
6253
|
-
|
|
6253
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492,
|
|
6254
6254
|
SDKValidationError
|
|
6255
6255
|
> {
|
|
6256
6256
|
return safeParse(
|
|
6257
6257
|
jsonString,
|
|
6258
6258
|
(x) =>
|
|
6259
|
-
|
|
6259
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492$inboundSchema
|
|
6260
6260
|
.parse(JSON.parse(x)),
|
|
6261
|
-
`Failed to parse '
|
|
6261
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492' from JSON`,
|
|
6262
6262
|
);
|
|
6263
6263
|
}
|
|
6264
6264
|
|
|
@@ -6269,20 +6269,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
|
6269
6269
|
z.ZodTypeDef,
|
|
6270
6270
|
unknown
|
|
6271
6271
|
> = z.object({
|
|
6272
|
-
"__@BRAND@
|
|
6273
|
-
|
|
6272
|
+
"__@BRAND@8492": z.lazy(() =>
|
|
6273
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492$inboundSchema
|
|
6274
6274
|
),
|
|
6275
6275
|
}).transform((v) => {
|
|
6276
6276
|
return remap$(v, {
|
|
6277
|
-
"__@BRAND@
|
|
6277
|
+
"__@BRAND@8492": "atBRANDAt8492",
|
|
6278
6278
|
});
|
|
6279
6279
|
});
|
|
6280
6280
|
|
|
6281
6281
|
/** @internal */
|
|
6282
6282
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound =
|
|
6283
6283
|
{
|
|
6284
|
-
"__@BRAND@
|
|
6285
|
-
|
|
6284
|
+
"__@BRAND@8492":
|
|
6285
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492$Outbound;
|
|
6286
6286
|
};
|
|
6287
6287
|
|
|
6288
6288
|
/** @internal */
|
|
@@ -6292,12 +6292,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
|
6292
6292
|
z.ZodTypeDef,
|
|
6293
6293
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
6294
6294
|
> = z.object({
|
|
6295
|
-
|
|
6296
|
-
|
|
6295
|
+
atBRANDAt8492: z.lazy(() =>
|
|
6296
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8492$outboundSchema
|
|
6297
6297
|
),
|
|
6298
6298
|
}).transform((v) => {
|
|
6299
6299
|
return remap$(v, {
|
|
6300
|
-
|
|
6300
|
+
atBRANDAt8492: "__@BRAND@8492",
|
|
6301
6301
|
});
|
|
6302
6302
|
});
|
|
6303
6303
|
|
|
@@ -6345,65 +6345,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
|
|
|
6345
6345
|
}
|
|
6346
6346
|
|
|
6347
6347
|
/** @internal */
|
|
6348
|
-
export const
|
|
6348
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492$inboundSchema:
|
|
6349
6349
|
z.ZodType<
|
|
6350
|
-
|
|
6350
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492,
|
|
6351
6351
|
z.ZodTypeDef,
|
|
6352
6352
|
unknown
|
|
6353
6353
|
> = z.object({});
|
|
6354
6354
|
|
|
6355
6355
|
/** @internal */
|
|
6356
|
-
export type
|
|
6356
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492$Outbound =
|
|
6357
6357
|
{};
|
|
6358
6358
|
|
|
6359
6359
|
/** @internal */
|
|
6360
|
-
export const
|
|
6360
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492$outboundSchema:
|
|
6361
6361
|
z.ZodType<
|
|
6362
|
-
|
|
6362
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492$Outbound,
|
|
6363
6363
|
z.ZodTypeDef,
|
|
6364
|
-
|
|
6364
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492
|
|
6365
6365
|
> = z.object({});
|
|
6366
6366
|
|
|
6367
6367
|
/**
|
|
6368
6368
|
* @internal
|
|
6369
6369
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6370
6370
|
*/
|
|
6371
|
-
export namespace
|
|
6372
|
-
/** @deprecated use `
|
|
6371
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492$ {
|
|
6372
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492$inboundSchema` instead. */
|
|
6373
6373
|
export const inboundSchema =
|
|
6374
|
-
|
|
6375
|
-
/** @deprecated use `
|
|
6374
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492$inboundSchema;
|
|
6375
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492$outboundSchema` instead. */
|
|
6376
6376
|
export const outboundSchema =
|
|
6377
|
-
|
|
6378
|
-
/** @deprecated use `
|
|
6377
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492$outboundSchema;
|
|
6378
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492$Outbound` instead. */
|
|
6379
6379
|
export type Outbound =
|
|
6380
|
-
|
|
6380
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492$Outbound;
|
|
6381
6381
|
}
|
|
6382
6382
|
|
|
6383
|
-
export function
|
|
6384
|
-
|
|
6385
|
-
|
|
6383
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492ToJSON(
|
|
6384
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492:
|
|
6385
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492,
|
|
6386
6386
|
): string {
|
|
6387
6387
|
return JSON.stringify(
|
|
6388
|
-
|
|
6388
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492$outboundSchema
|
|
6389
6389
|
.parse(
|
|
6390
|
-
|
|
6390
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492,
|
|
6391
6391
|
),
|
|
6392
6392
|
);
|
|
6393
6393
|
}
|
|
6394
6394
|
|
|
6395
|
-
export function
|
|
6395
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492FromJSON(
|
|
6396
6396
|
jsonString: string,
|
|
6397
6397
|
): SafeParseResult<
|
|
6398
|
-
|
|
6398
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492,
|
|
6399
6399
|
SDKValidationError
|
|
6400
6400
|
> {
|
|
6401
6401
|
return safeParse(
|
|
6402
6402
|
jsonString,
|
|
6403
6403
|
(x) =>
|
|
6404
|
-
|
|
6404
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492$inboundSchema
|
|
6405
6405
|
.parse(JSON.parse(x)),
|
|
6406
|
-
`Failed to parse '
|
|
6406
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492' from JSON`,
|
|
6407
6407
|
);
|
|
6408
6408
|
}
|
|
6409
6409
|
|
|
@@ -6414,20 +6414,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$i
|
|
|
6414
6414
|
z.ZodTypeDef,
|
|
6415
6415
|
unknown
|
|
6416
6416
|
> = z.object({
|
|
6417
|
-
"__@BRAND@
|
|
6418
|
-
|
|
6417
|
+
"__@BRAND@8492": z.lazy(() =>
|
|
6418
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492$inboundSchema
|
|
6419
6419
|
),
|
|
6420
6420
|
}).transform((v) => {
|
|
6421
6421
|
return remap$(v, {
|
|
6422
|
-
"__@BRAND@
|
|
6422
|
+
"__@BRAND@8492": "atBRANDAt8492",
|
|
6423
6423
|
});
|
|
6424
6424
|
});
|
|
6425
6425
|
|
|
6426
6426
|
/** @internal */
|
|
6427
6427
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound =
|
|
6428
6428
|
{
|
|
6429
|
-
"__@BRAND@
|
|
6430
|
-
|
|
6429
|
+
"__@BRAND@8492":
|
|
6430
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492$Outbound;
|
|
6431
6431
|
};
|
|
6432
6432
|
|
|
6433
6433
|
/** @internal */
|
|
@@ -6437,12 +6437,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$o
|
|
|
6437
6437
|
z.ZodTypeDef,
|
|
6438
6438
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern
|
|
6439
6439
|
> = z.object({
|
|
6440
|
-
|
|
6441
|
-
|
|
6440
|
+
atBRANDAt8492: z.lazy(() =>
|
|
6441
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8492$outboundSchema
|
|
6442
6442
|
),
|
|
6443
6443
|
}).transform((v) => {
|
|
6444
6444
|
return remap$(v, {
|
|
6445
|
-
|
|
6445
|
+
atBRANDAt8492: "__@BRAND@8492",
|
|
6446
6446
|
});
|
|
6447
6447
|
});
|
|
6448
6448
|
|
|
@@ -7517,65 +7517,65 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
|
|
|
7517
7517
|
}
|
|
7518
7518
|
|
|
7519
7519
|
/** @internal */
|
|
7520
|
-
export const
|
|
7520
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492$inboundSchema:
|
|
7521
7521
|
z.ZodType<
|
|
7522
|
-
|
|
7522
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492,
|
|
7523
7523
|
z.ZodTypeDef,
|
|
7524
7524
|
unknown
|
|
7525
7525
|
> = z.object({});
|
|
7526
7526
|
|
|
7527
7527
|
/** @internal */
|
|
7528
|
-
export type
|
|
7528
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492$Outbound =
|
|
7529
7529
|
{};
|
|
7530
7530
|
|
|
7531
7531
|
/** @internal */
|
|
7532
|
-
export const
|
|
7532
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492$outboundSchema:
|
|
7533
7533
|
z.ZodType<
|
|
7534
|
-
|
|
7534
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492$Outbound,
|
|
7535
7535
|
z.ZodTypeDef,
|
|
7536
|
-
|
|
7536
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492
|
|
7537
7537
|
> = z.object({});
|
|
7538
7538
|
|
|
7539
7539
|
/**
|
|
7540
7540
|
* @internal
|
|
7541
7541
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7542
7542
|
*/
|
|
7543
|
-
export namespace
|
|
7544
|
-
/** @deprecated use `
|
|
7543
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492$ {
|
|
7544
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492$inboundSchema` instead. */
|
|
7545
7545
|
export const inboundSchema =
|
|
7546
|
-
|
|
7547
|
-
/** @deprecated use `
|
|
7546
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492$inboundSchema;
|
|
7547
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492$outboundSchema` instead. */
|
|
7548
7548
|
export const outboundSchema =
|
|
7549
|
-
|
|
7550
|
-
/** @deprecated use `
|
|
7549
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492$outboundSchema;
|
|
7550
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492$Outbound` instead. */
|
|
7551
7551
|
export type Outbound =
|
|
7552
|
-
|
|
7552
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492$Outbound;
|
|
7553
7553
|
}
|
|
7554
7554
|
|
|
7555
|
-
export function
|
|
7556
|
-
|
|
7557
|
-
|
|
7555
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492ToJSON(
|
|
7556
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492:
|
|
7557
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492,
|
|
7558
7558
|
): string {
|
|
7559
7559
|
return JSON.stringify(
|
|
7560
|
-
|
|
7560
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492$outboundSchema
|
|
7561
7561
|
.parse(
|
|
7562
|
-
|
|
7562
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492,
|
|
7563
7563
|
),
|
|
7564
7564
|
);
|
|
7565
7565
|
}
|
|
7566
7566
|
|
|
7567
|
-
export function
|
|
7567
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492FromJSON(
|
|
7568
7568
|
jsonString: string,
|
|
7569
7569
|
): SafeParseResult<
|
|
7570
|
-
|
|
7570
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492,
|
|
7571
7571
|
SDKValidationError
|
|
7572
7572
|
> {
|
|
7573
7573
|
return safeParse(
|
|
7574
7574
|
jsonString,
|
|
7575
7575
|
(x) =>
|
|
7576
|
-
|
|
7576
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492$inboundSchema
|
|
7577
7577
|
.parse(JSON.parse(x)),
|
|
7578
|
-
`Failed to parse '
|
|
7578
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492' from JSON`,
|
|
7579
7579
|
);
|
|
7580
7580
|
}
|
|
7581
7581
|
|
|
@@ -7586,20 +7586,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
7586
7586
|
z.ZodTypeDef,
|
|
7587
7587
|
unknown
|
|
7588
7588
|
> = z.object({
|
|
7589
|
-
"__@BRAND@
|
|
7590
|
-
|
|
7589
|
+
"__@BRAND@8492": z.lazy(() =>
|
|
7590
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492$inboundSchema
|
|
7591
7591
|
),
|
|
7592
7592
|
}).transform((v) => {
|
|
7593
7593
|
return remap$(v, {
|
|
7594
|
-
"__@BRAND@
|
|
7594
|
+
"__@BRAND@8492": "atBRANDAt8492",
|
|
7595
7595
|
});
|
|
7596
7596
|
});
|
|
7597
7597
|
|
|
7598
7598
|
/** @internal */
|
|
7599
7599
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound =
|
|
7600
7600
|
{
|
|
7601
|
-
"__@BRAND@
|
|
7602
|
-
|
|
7601
|
+
"__@BRAND@8492":
|
|
7602
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492$Outbound;
|
|
7603
7603
|
};
|
|
7604
7604
|
|
|
7605
7605
|
/** @internal */
|
|
@@ -7609,12 +7609,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
7609
7609
|
z.ZodTypeDef,
|
|
7610
7610
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength
|
|
7611
7611
|
> = z.object({
|
|
7612
|
-
|
|
7613
|
-
|
|
7612
|
+
atBRANDAt8492: z.lazy(() =>
|
|
7613
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8492$outboundSchema
|
|
7614
7614
|
),
|
|
7615
7615
|
}).transform((v) => {
|
|
7616
7616
|
return remap$(v, {
|
|
7617
|
-
|
|
7617
|
+
atBRANDAt8492: "__@BRAND@8492",
|
|
7618
7618
|
});
|
|
7619
7619
|
});
|
|
7620
7620
|
|
|
@@ -7662,65 +7662,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
|
|
|
7662
7662
|
}
|
|
7663
7663
|
|
|
7664
7664
|
/** @internal */
|
|
7665
|
-
export const
|
|
7665
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492$inboundSchema:
|
|
7666
7666
|
z.ZodType<
|
|
7667
|
-
|
|
7667
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492,
|
|
7668
7668
|
z.ZodTypeDef,
|
|
7669
7669
|
unknown
|
|
7670
7670
|
> = z.object({});
|
|
7671
7671
|
|
|
7672
7672
|
/** @internal */
|
|
7673
|
-
export type
|
|
7673
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492$Outbound =
|
|
7674
7674
|
{};
|
|
7675
7675
|
|
|
7676
7676
|
/** @internal */
|
|
7677
|
-
export const
|
|
7677
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492$outboundSchema:
|
|
7678
7678
|
z.ZodType<
|
|
7679
|
-
|
|
7679
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492$Outbound,
|
|
7680
7680
|
z.ZodTypeDef,
|
|
7681
|
-
|
|
7681
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492
|
|
7682
7682
|
> = z.object({});
|
|
7683
7683
|
|
|
7684
7684
|
/**
|
|
7685
7685
|
* @internal
|
|
7686
7686
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7687
7687
|
*/
|
|
7688
|
-
export namespace
|
|
7689
|
-
/** @deprecated use `
|
|
7688
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492$ {
|
|
7689
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492$inboundSchema` instead. */
|
|
7690
7690
|
export const inboundSchema =
|
|
7691
|
-
|
|
7692
|
-
/** @deprecated use `
|
|
7691
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492$inboundSchema;
|
|
7692
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492$outboundSchema` instead. */
|
|
7693
7693
|
export const outboundSchema =
|
|
7694
|
-
|
|
7695
|
-
/** @deprecated use `
|
|
7694
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492$outboundSchema;
|
|
7695
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492$Outbound` instead. */
|
|
7696
7696
|
export type Outbound =
|
|
7697
|
-
|
|
7697
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492$Outbound;
|
|
7698
7698
|
}
|
|
7699
7699
|
|
|
7700
|
-
export function
|
|
7701
|
-
|
|
7702
|
-
|
|
7700
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492ToJSON(
|
|
7701
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492:
|
|
7702
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492,
|
|
7703
7703
|
): string {
|
|
7704
7704
|
return JSON.stringify(
|
|
7705
|
-
|
|
7705
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492$outboundSchema
|
|
7706
7706
|
.parse(
|
|
7707
|
-
|
|
7707
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492,
|
|
7708
7708
|
),
|
|
7709
7709
|
);
|
|
7710
7710
|
}
|
|
7711
7711
|
|
|
7712
|
-
export function
|
|
7712
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492FromJSON(
|
|
7713
7713
|
jsonString: string,
|
|
7714
7714
|
): SafeParseResult<
|
|
7715
|
-
|
|
7715
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492,
|
|
7716
7716
|
SDKValidationError
|
|
7717
7717
|
> {
|
|
7718
7718
|
return safeParse(
|
|
7719
7719
|
jsonString,
|
|
7720
7720
|
(x) =>
|
|
7721
|
-
|
|
7721
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492$inboundSchema
|
|
7722
7722
|
.parse(JSON.parse(x)),
|
|
7723
|
-
`Failed to parse '
|
|
7723
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492' from JSON`,
|
|
7724
7724
|
);
|
|
7725
7725
|
}
|
|
7726
7726
|
|
|
@@ -7731,20 +7731,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
7731
7731
|
z.ZodTypeDef,
|
|
7732
7732
|
unknown
|
|
7733
7733
|
> = z.object({
|
|
7734
|
-
"__@BRAND@
|
|
7735
|
-
|
|
7734
|
+
"__@BRAND@8492": z.lazy(() =>
|
|
7735
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492$inboundSchema
|
|
7736
7736
|
),
|
|
7737
7737
|
}).transform((v) => {
|
|
7738
7738
|
return remap$(v, {
|
|
7739
|
-
"__@BRAND@
|
|
7739
|
+
"__@BRAND@8492": "atBRANDAt8492",
|
|
7740
7740
|
});
|
|
7741
7741
|
});
|
|
7742
7742
|
|
|
7743
7743
|
/** @internal */
|
|
7744
7744
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound =
|
|
7745
7745
|
{
|
|
7746
|
-
"__@BRAND@
|
|
7747
|
-
|
|
7746
|
+
"__@BRAND@8492":
|
|
7747
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492$Outbound;
|
|
7748
7748
|
};
|
|
7749
7749
|
|
|
7750
7750
|
/** @internal */
|
|
@@ -7754,12 +7754,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
7754
7754
|
z.ZodTypeDef,
|
|
7755
7755
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength
|
|
7756
7756
|
> = z.object({
|
|
7757
|
-
|
|
7758
|
-
|
|
7757
|
+
atBRANDAt8492: z.lazy(() =>
|
|
7758
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8492$outboundSchema
|
|
7759
7759
|
),
|
|
7760
7760
|
}).transform((v) => {
|
|
7761
7761
|
return remap$(v, {
|
|
7762
|
-
|
|
7762
|
+
atBRANDAt8492: "__@BRAND@8492",
|
|
7763
7763
|
});
|
|
7764
7764
|
});
|
|
7765
7765
|
|
|
@@ -7807,65 +7807,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
|
|
|
7807
7807
|
}
|
|
7808
7808
|
|
|
7809
7809
|
/** @internal */
|
|
7810
|
-
export const
|
|
7810
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492$inboundSchema:
|
|
7811
7811
|
z.ZodType<
|
|
7812
|
-
|
|
7812
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492,
|
|
7813
7813
|
z.ZodTypeDef,
|
|
7814
7814
|
unknown
|
|
7815
7815
|
> = z.object({});
|
|
7816
7816
|
|
|
7817
7817
|
/** @internal */
|
|
7818
|
-
export type
|
|
7818
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492$Outbound =
|
|
7819
7819
|
{};
|
|
7820
7820
|
|
|
7821
7821
|
/** @internal */
|
|
7822
|
-
export const
|
|
7822
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492$outboundSchema:
|
|
7823
7823
|
z.ZodType<
|
|
7824
|
-
|
|
7824
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492$Outbound,
|
|
7825
7825
|
z.ZodTypeDef,
|
|
7826
|
-
|
|
7826
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492
|
|
7827
7827
|
> = z.object({});
|
|
7828
7828
|
|
|
7829
7829
|
/**
|
|
7830
7830
|
* @internal
|
|
7831
7831
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7832
7832
|
*/
|
|
7833
|
-
export namespace
|
|
7834
|
-
/** @deprecated use `
|
|
7833
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492$ {
|
|
7834
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492$inboundSchema` instead. */
|
|
7835
7835
|
export const inboundSchema =
|
|
7836
|
-
|
|
7837
|
-
/** @deprecated use `
|
|
7836
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492$inboundSchema;
|
|
7837
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492$outboundSchema` instead. */
|
|
7838
7838
|
export const outboundSchema =
|
|
7839
|
-
|
|
7840
|
-
/** @deprecated use `
|
|
7839
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492$outboundSchema;
|
|
7840
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492$Outbound` instead. */
|
|
7841
7841
|
export type Outbound =
|
|
7842
|
-
|
|
7842
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492$Outbound;
|
|
7843
7843
|
}
|
|
7844
7844
|
|
|
7845
|
-
export function
|
|
7846
|
-
|
|
7847
|
-
|
|
7845
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492ToJSON(
|
|
7846
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492:
|
|
7847
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492,
|
|
7848
7848
|
): string {
|
|
7849
7849
|
return JSON.stringify(
|
|
7850
|
-
|
|
7850
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492$outboundSchema
|
|
7851
7851
|
.parse(
|
|
7852
|
-
|
|
7852
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492,
|
|
7853
7853
|
),
|
|
7854
7854
|
);
|
|
7855
7855
|
}
|
|
7856
7856
|
|
|
7857
|
-
export function
|
|
7857
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492FromJSON(
|
|
7858
7858
|
jsonString: string,
|
|
7859
7859
|
): SafeParseResult<
|
|
7860
|
-
|
|
7860
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492,
|
|
7861
7861
|
SDKValidationError
|
|
7862
7862
|
> {
|
|
7863
7863
|
return safeParse(
|
|
7864
7864
|
jsonString,
|
|
7865
7865
|
(x) =>
|
|
7866
|
-
|
|
7866
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492$inboundSchema
|
|
7867
7867
|
.parse(JSON.parse(x)),
|
|
7868
|
-
`Failed to parse '
|
|
7868
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492' from JSON`,
|
|
7869
7869
|
);
|
|
7870
7870
|
}
|
|
7871
7871
|
|
|
@@ -7876,20 +7876,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
7876
7876
|
z.ZodTypeDef,
|
|
7877
7877
|
unknown
|
|
7878
7878
|
> = z.object({
|
|
7879
|
-
"__@BRAND@
|
|
7880
|
-
|
|
7879
|
+
"__@BRAND@8492": z.lazy(() =>
|
|
7880
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492$inboundSchema
|
|
7881
7881
|
),
|
|
7882
7882
|
}).transform((v) => {
|
|
7883
7883
|
return remap$(v, {
|
|
7884
|
-
"__@BRAND@
|
|
7884
|
+
"__@BRAND@8492": "atBRANDAt8492",
|
|
7885
7885
|
});
|
|
7886
7886
|
});
|
|
7887
7887
|
|
|
7888
7888
|
/** @internal */
|
|
7889
7889
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound =
|
|
7890
7890
|
{
|
|
7891
|
-
"__@BRAND@
|
|
7892
|
-
|
|
7891
|
+
"__@BRAND@8492":
|
|
7892
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492$Outbound;
|
|
7893
7893
|
};
|
|
7894
7894
|
|
|
7895
7895
|
/** @internal */
|
|
@@ -7899,12 +7899,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
7899
7899
|
z.ZodTypeDef,
|
|
7900
7900
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern
|
|
7901
7901
|
> = z.object({
|
|
7902
|
-
|
|
7903
|
-
|
|
7902
|
+
atBRANDAt8492: z.lazy(() =>
|
|
7903
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8492$outboundSchema
|
|
7904
7904
|
),
|
|
7905
7905
|
}).transform((v) => {
|
|
7906
7906
|
return remap$(v, {
|
|
7907
|
-
|
|
7907
|
+
atBRANDAt8492: "__@BRAND@8492",
|
|
7908
7908
|
});
|
|
7909
7909
|
});
|
|
7910
7910
|
|
|
@@ -9975,63 +9975,63 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(
|
|
|
9975
9975
|
}
|
|
9976
9976
|
|
|
9977
9977
|
/** @internal */
|
|
9978
|
-
export const
|
|
9978
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492$inboundSchema:
|
|
9979
9979
|
z.ZodType<
|
|
9980
|
-
|
|
9980
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492,
|
|
9981
9981
|
z.ZodTypeDef,
|
|
9982
9982
|
unknown
|
|
9983
9983
|
> = z.object({});
|
|
9984
9984
|
|
|
9985
9985
|
/** @internal */
|
|
9986
|
-
export type
|
|
9986
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492$Outbound =
|
|
9987
9987
|
{};
|
|
9988
9988
|
|
|
9989
9989
|
/** @internal */
|
|
9990
|
-
export const
|
|
9990
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492$outboundSchema:
|
|
9991
9991
|
z.ZodType<
|
|
9992
|
-
|
|
9992
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492$Outbound,
|
|
9993
9993
|
z.ZodTypeDef,
|
|
9994
|
-
|
|
9994
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492
|
|
9995
9995
|
> = z.object({});
|
|
9996
9996
|
|
|
9997
9997
|
/**
|
|
9998
9998
|
* @internal
|
|
9999
9999
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
10000
10000
|
*/
|
|
10001
|
-
export namespace
|
|
10002
|
-
/** @deprecated use `
|
|
10001
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492$ {
|
|
10002
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492$inboundSchema` instead. */
|
|
10003
10003
|
export const inboundSchema =
|
|
10004
|
-
|
|
10005
|
-
/** @deprecated use `
|
|
10004
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492$inboundSchema;
|
|
10005
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492$outboundSchema` instead. */
|
|
10006
10006
|
export const outboundSchema =
|
|
10007
|
-
|
|
10008
|
-
/** @deprecated use `
|
|
10007
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492$outboundSchema;
|
|
10008
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492$Outbound` instead. */
|
|
10009
10009
|
export type Outbound =
|
|
10010
|
-
|
|
10010
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492$Outbound;
|
|
10011
10011
|
}
|
|
10012
10012
|
|
|
10013
|
-
export function
|
|
10014
|
-
|
|
10015
|
-
|
|
10013
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492ToJSON(
|
|
10014
|
+
createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492:
|
|
10015
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492,
|
|
10016
10016
|
): string {
|
|
10017
10017
|
return JSON.stringify(
|
|
10018
|
-
|
|
10019
|
-
.parse(
|
|
10018
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492$outboundSchema
|
|
10019
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492),
|
|
10020
10020
|
);
|
|
10021
10021
|
}
|
|
10022
10022
|
|
|
10023
|
-
export function
|
|
10023
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492FromJSON(
|
|
10024
10024
|
jsonString: string,
|
|
10025
10025
|
): SafeParseResult<
|
|
10026
|
-
|
|
10026
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492,
|
|
10027
10027
|
SDKValidationError
|
|
10028
10028
|
> {
|
|
10029
10029
|
return safeParse(
|
|
10030
10030
|
jsonString,
|
|
10031
10031
|
(x) =>
|
|
10032
|
-
|
|
10032
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492$inboundSchema
|
|
10033
10033
|
.parse(JSON.parse(x)),
|
|
10034
|
-
`Failed to parse '
|
|
10034
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492' from JSON`,
|
|
10035
10035
|
);
|
|
10036
10036
|
}
|
|
10037
10037
|
|
|
@@ -10042,20 +10042,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inbound
|
|
|
10042
10042
|
z.ZodTypeDef,
|
|
10043
10043
|
unknown
|
|
10044
10044
|
> = z.object({
|
|
10045
|
-
"__@BRAND@
|
|
10046
|
-
|
|
10045
|
+
"__@BRAND@8492": z.lazy(() =>
|
|
10046
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492$inboundSchema
|
|
10047
10047
|
),
|
|
10048
10048
|
}).transform((v) => {
|
|
10049
10049
|
return remap$(v, {
|
|
10050
|
-
"__@BRAND@
|
|
10050
|
+
"__@BRAND@8492": "atBRANDAt8492",
|
|
10051
10051
|
});
|
|
10052
10052
|
});
|
|
10053
10053
|
|
|
10054
10054
|
/** @internal */
|
|
10055
10055
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound =
|
|
10056
10056
|
{
|
|
10057
|
-
"__@BRAND@
|
|
10058
|
-
|
|
10057
|
+
"__@BRAND@8492":
|
|
10058
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492$Outbound;
|
|
10059
10059
|
};
|
|
10060
10060
|
|
|
10061
10061
|
/** @internal */
|
|
@@ -10065,12 +10065,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboun
|
|
|
10065
10065
|
z.ZodTypeDef,
|
|
10066
10066
|
CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength
|
|
10067
10067
|
> = z.object({
|
|
10068
|
-
|
|
10069
|
-
|
|
10068
|
+
atBRANDAt8492: z.lazy(() =>
|
|
10069
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8492$outboundSchema
|
|
10070
10070
|
),
|
|
10071
10071
|
}).transform((v) => {
|
|
10072
10072
|
return remap$(v, {
|
|
10073
|
-
|
|
10073
|
+
atBRANDAt8492: "__@BRAND@8492",
|
|
10074
10074
|
});
|
|
10075
10075
|
});
|
|
10076
10076
|
|
|
@@ -10116,65 +10116,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
|
|
|
10116
10116
|
}
|
|
10117
10117
|
|
|
10118
10118
|
/** @internal */
|
|
10119
|
-
export const
|
|
10119
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492$inboundSchema:
|
|
10120
10120
|
z.ZodType<
|
|
10121
|
-
|
|
10121
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492,
|
|
10122
10122
|
z.ZodTypeDef,
|
|
10123
10123
|
unknown
|
|
10124
10124
|
> = z.object({});
|
|
10125
10125
|
|
|
10126
10126
|
/** @internal */
|
|
10127
|
-
export type
|
|
10127
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492$Outbound =
|
|
10128
10128
|
{};
|
|
10129
10129
|
|
|
10130
10130
|
/** @internal */
|
|
10131
|
-
export const
|
|
10131
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492$outboundSchema:
|
|
10132
10132
|
z.ZodType<
|
|
10133
|
-
|
|
10133
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492$Outbound,
|
|
10134
10134
|
z.ZodTypeDef,
|
|
10135
|
-
|
|
10135
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492
|
|
10136
10136
|
> = z.object({});
|
|
10137
10137
|
|
|
10138
10138
|
/**
|
|
10139
10139
|
* @internal
|
|
10140
10140
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
10141
10141
|
*/
|
|
10142
|
-
export namespace
|
|
10143
|
-
/** @deprecated use `
|
|
10142
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492$ {
|
|
10143
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492$inboundSchema` instead. */
|
|
10144
10144
|
export const inboundSchema =
|
|
10145
|
-
|
|
10146
|
-
/** @deprecated use `
|
|
10145
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492$inboundSchema;
|
|
10146
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492$outboundSchema` instead. */
|
|
10147
10147
|
export const outboundSchema =
|
|
10148
|
-
|
|
10149
|
-
/** @deprecated use `
|
|
10148
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492$outboundSchema;
|
|
10149
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492$Outbound` instead. */
|
|
10150
10150
|
export type Outbound =
|
|
10151
|
-
|
|
10151
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492$Outbound;
|
|
10152
10152
|
}
|
|
10153
10153
|
|
|
10154
|
-
export function
|
|
10155
|
-
|
|
10156
|
-
|
|
10154
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492ToJSON(
|
|
10155
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492:
|
|
10156
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492,
|
|
10157
10157
|
): string {
|
|
10158
10158
|
return JSON.stringify(
|
|
10159
|
-
|
|
10159
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492$outboundSchema
|
|
10160
10160
|
.parse(
|
|
10161
|
-
|
|
10161
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492,
|
|
10162
10162
|
),
|
|
10163
10163
|
);
|
|
10164
10164
|
}
|
|
10165
10165
|
|
|
10166
|
-
export function
|
|
10166
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492FromJSON(
|
|
10167
10167
|
jsonString: string,
|
|
10168
10168
|
): SafeParseResult<
|
|
10169
|
-
|
|
10169
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492,
|
|
10170
10170
|
SDKValidationError
|
|
10171
10171
|
> {
|
|
10172
10172
|
return safeParse(
|
|
10173
10173
|
jsonString,
|
|
10174
10174
|
(x) =>
|
|
10175
|
-
|
|
10175
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492$inboundSchema
|
|
10176
10176
|
.parse(JSON.parse(x)),
|
|
10177
|
-
`Failed to parse '
|
|
10177
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492' from JSON`,
|
|
10178
10178
|
);
|
|
10179
10179
|
}
|
|
10180
10180
|
|
|
@@ -10185,20 +10185,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inbound
|
|
|
10185
10185
|
z.ZodTypeDef,
|
|
10186
10186
|
unknown
|
|
10187
10187
|
> = z.object({
|
|
10188
|
-
"__@BRAND@
|
|
10189
|
-
|
|
10188
|
+
"__@BRAND@8492": z.lazy(() =>
|
|
10189
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492$inboundSchema
|
|
10190
10190
|
),
|
|
10191
10191
|
}).transform((v) => {
|
|
10192
10192
|
return remap$(v, {
|
|
10193
|
-
"__@BRAND@
|
|
10193
|
+
"__@BRAND@8492": "atBRANDAt8492",
|
|
10194
10194
|
});
|
|
10195
10195
|
});
|
|
10196
10196
|
|
|
10197
10197
|
/** @internal */
|
|
10198
10198
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound =
|
|
10199
10199
|
{
|
|
10200
|
-
"__@BRAND@
|
|
10201
|
-
|
|
10200
|
+
"__@BRAND@8492":
|
|
10201
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492$Outbound;
|
|
10202
10202
|
};
|
|
10203
10203
|
|
|
10204
10204
|
/** @internal */
|
|
@@ -10208,12 +10208,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboun
|
|
|
10208
10208
|
z.ZodTypeDef,
|
|
10209
10209
|
CreateIntegrationStoreDirectPropertiesIntegrationsMinLength
|
|
10210
10210
|
> = z.object({
|
|
10211
|
-
|
|
10212
|
-
|
|
10211
|
+
atBRANDAt8492: z.lazy(() =>
|
|
10212
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8492$outboundSchema
|
|
10213
10213
|
),
|
|
10214
10214
|
}).transform((v) => {
|
|
10215
10215
|
return remap$(v, {
|
|
10216
|
-
|
|
10216
|
+
atBRANDAt8492: "__@BRAND@8492",
|
|
10217
10217
|
});
|
|
10218
10218
|
});
|
|
10219
10219
|
|
|
@@ -10259,65 +10259,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
|
|
|
10259
10259
|
}
|
|
10260
10260
|
|
|
10261
10261
|
/** @internal */
|
|
10262
|
-
export const
|
|
10262
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492$inboundSchema:
|
|
10263
10263
|
z.ZodType<
|
|
10264
|
-
|
|
10264
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492,
|
|
10265
10265
|
z.ZodTypeDef,
|
|
10266
10266
|
unknown
|
|
10267
10267
|
> = z.object({});
|
|
10268
10268
|
|
|
10269
10269
|
/** @internal */
|
|
10270
|
-
export type
|
|
10270
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492$Outbound =
|
|
10271
10271
|
{};
|
|
10272
10272
|
|
|
10273
10273
|
/** @internal */
|
|
10274
|
-
export const
|
|
10274
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492$outboundSchema:
|
|
10275
10275
|
z.ZodType<
|
|
10276
|
-
|
|
10276
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492$Outbound,
|
|
10277
10277
|
z.ZodTypeDef,
|
|
10278
|
-
|
|
10278
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492
|
|
10279
10279
|
> = z.object({});
|
|
10280
10280
|
|
|
10281
10281
|
/**
|
|
10282
10282
|
* @internal
|
|
10283
10283
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
10284
10284
|
*/
|
|
10285
|
-
export namespace
|
|
10286
|
-
/** @deprecated use `
|
|
10285
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492$ {
|
|
10286
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492$inboundSchema` instead. */
|
|
10287
10287
|
export const inboundSchema =
|
|
10288
|
-
|
|
10289
|
-
/** @deprecated use `
|
|
10288
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492$inboundSchema;
|
|
10289
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492$outboundSchema` instead. */
|
|
10290
10290
|
export const outboundSchema =
|
|
10291
|
-
|
|
10292
|
-
/** @deprecated use `
|
|
10291
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492$outboundSchema;
|
|
10292
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492$Outbound` instead. */
|
|
10293
10293
|
export type Outbound =
|
|
10294
|
-
|
|
10294
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492$Outbound;
|
|
10295
10295
|
}
|
|
10296
10296
|
|
|
10297
|
-
export function
|
|
10298
|
-
|
|
10299
|
-
|
|
10297
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492ToJSON(
|
|
10298
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492:
|
|
10299
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492,
|
|
10300
10300
|
): string {
|
|
10301
10301
|
return JSON.stringify(
|
|
10302
|
-
|
|
10302
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492$outboundSchema
|
|
10303
10303
|
.parse(
|
|
10304
|
-
|
|
10304
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492,
|
|
10305
10305
|
),
|
|
10306
10306
|
);
|
|
10307
10307
|
}
|
|
10308
10308
|
|
|
10309
|
-
export function
|
|
10309
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492FromJSON(
|
|
10310
10310
|
jsonString: string,
|
|
10311
10311
|
): SafeParseResult<
|
|
10312
|
-
|
|
10312
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492,
|
|
10313
10313
|
SDKValidationError
|
|
10314
10314
|
> {
|
|
10315
10315
|
return safeParse(
|
|
10316
10316
|
jsonString,
|
|
10317
10317
|
(x) =>
|
|
10318
|
-
|
|
10318
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492$inboundSchema
|
|
10319
10319
|
.parse(JSON.parse(x)),
|
|
10320
|
-
`Failed to parse '
|
|
10320
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492' from JSON`,
|
|
10321
10321
|
);
|
|
10322
10322
|
}
|
|
10323
10323
|
|
|
@@ -10328,20 +10328,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSc
|
|
|
10328
10328
|
z.ZodTypeDef,
|
|
10329
10329
|
unknown
|
|
10330
10330
|
> = z.object({
|
|
10331
|
-
"__@BRAND@
|
|
10332
|
-
|
|
10331
|
+
"__@BRAND@8492": z.lazy(() =>
|
|
10332
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492$inboundSchema
|
|
10333
10333
|
),
|
|
10334
10334
|
}).transform((v) => {
|
|
10335
10335
|
return remap$(v, {
|
|
10336
|
-
"__@BRAND@
|
|
10336
|
+
"__@BRAND@8492": "atBRANDAt8492",
|
|
10337
10337
|
});
|
|
10338
10338
|
});
|
|
10339
10339
|
|
|
10340
10340
|
/** @internal */
|
|
10341
10341
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound =
|
|
10342
10342
|
{
|
|
10343
|
-
"__@BRAND@
|
|
10344
|
-
|
|
10343
|
+
"__@BRAND@8492":
|
|
10344
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492$Outbound;
|
|
10345
10345
|
};
|
|
10346
10346
|
|
|
10347
10347
|
/** @internal */
|
|
@@ -10351,12 +10351,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundS
|
|
|
10351
10351
|
z.ZodTypeDef,
|
|
10352
10352
|
CreateIntegrationStoreDirectPropertiesIntegrationsPattern
|
|
10353
10353
|
> = z.object({
|
|
10354
|
-
|
|
10355
|
-
|
|
10354
|
+
atBRANDAt8492: z.lazy(() =>
|
|
10355
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8492$outboundSchema
|
|
10356
10356
|
),
|
|
10357
10357
|
}).transform((v) => {
|
|
10358
10358
|
return remap$(v, {
|
|
10359
|
-
|
|
10359
|
+
atBRANDAt8492: "__@BRAND@8492",
|
|
10360
10360
|
});
|
|
10361
10361
|
});
|
|
10362
10362
|
|
|
@@ -14419,65 +14419,65 @@ export namespace CreateIntegrationStoreDirectPropertiesUiControl$ {
|
|
|
14419
14419
|
}
|
|
14420
14420
|
|
|
14421
14421
|
/** @internal */
|
|
14422
|
-
export const
|
|
14422
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492$inboundSchema:
|
|
14423
14423
|
z.ZodType<
|
|
14424
|
-
|
|
14424
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492,
|
|
14425
14425
|
z.ZodTypeDef,
|
|
14426
14426
|
unknown
|
|
14427
14427
|
> = z.object({});
|
|
14428
14428
|
|
|
14429
14429
|
/** @internal */
|
|
14430
|
-
export type
|
|
14430
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492$Outbound =
|
|
14431
14431
|
{};
|
|
14432
14432
|
|
|
14433
14433
|
/** @internal */
|
|
14434
|
-
export const
|
|
14434
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492$outboundSchema:
|
|
14435
14435
|
z.ZodType<
|
|
14436
|
-
|
|
14436
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492$Outbound,
|
|
14437
14437
|
z.ZodTypeDef,
|
|
14438
|
-
|
|
14438
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492
|
|
14439
14439
|
> = z.object({});
|
|
14440
14440
|
|
|
14441
14441
|
/**
|
|
14442
14442
|
* @internal
|
|
14443
14443
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
14444
14444
|
*/
|
|
14445
|
-
export namespace
|
|
14446
|
-
/** @deprecated use `
|
|
14445
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492$ {
|
|
14446
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492$inboundSchema` instead. */
|
|
14447
14447
|
export const inboundSchema =
|
|
14448
|
-
|
|
14449
|
-
/** @deprecated use `
|
|
14448
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492$inboundSchema;
|
|
14449
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492$outboundSchema` instead. */
|
|
14450
14450
|
export const outboundSchema =
|
|
14451
|
-
|
|
14452
|
-
/** @deprecated use `
|
|
14451
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492$outboundSchema;
|
|
14452
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492$Outbound` instead. */
|
|
14453
14453
|
export type Outbound =
|
|
14454
|
-
|
|
14454
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492$Outbound;
|
|
14455
14455
|
}
|
|
14456
14456
|
|
|
14457
|
-
export function
|
|
14458
|
-
|
|
14459
|
-
|
|
14457
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492ToJSON(
|
|
14458
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492:
|
|
14459
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492,
|
|
14460
14460
|
): string {
|
|
14461
14461
|
return JSON.stringify(
|
|
14462
|
-
|
|
14462
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492$outboundSchema
|
|
14463
14463
|
.parse(
|
|
14464
|
-
|
|
14464
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492,
|
|
14465
14465
|
),
|
|
14466
14466
|
);
|
|
14467
14467
|
}
|
|
14468
14468
|
|
|
14469
|
-
export function
|
|
14469
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492FromJSON(
|
|
14470
14470
|
jsonString: string,
|
|
14471
14471
|
): SafeParseResult<
|
|
14472
|
-
|
|
14472
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492,
|
|
14473
14473
|
SDKValidationError
|
|
14474
14474
|
> {
|
|
14475
14475
|
return safeParse(
|
|
14476
14476
|
jsonString,
|
|
14477
14477
|
(x) =>
|
|
14478
|
-
|
|
14478
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492$inboundSchema
|
|
14479
14479
|
.parse(JSON.parse(x)),
|
|
14480
|
-
`Failed to parse '
|
|
14480
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492' from JSON`,
|
|
14481
14481
|
);
|
|
14482
14482
|
}
|
|
14483
14483
|
|
|
@@ -14488,19 +14488,19 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema:
|
|
|
14488
14488
|
z.ZodTypeDef,
|
|
14489
14489
|
unknown
|
|
14490
14490
|
> = z.object({
|
|
14491
|
-
"__@BRAND@
|
|
14492
|
-
|
|
14491
|
+
"__@BRAND@8492": z.lazy(() =>
|
|
14492
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492$inboundSchema
|
|
14493
14493
|
),
|
|
14494
14494
|
}).transform((v) => {
|
|
14495
14495
|
return remap$(v, {
|
|
14496
|
-
"__@BRAND@
|
|
14496
|
+
"__@BRAND@8492": "atBRANDAt8492",
|
|
14497
14497
|
});
|
|
14498
14498
|
});
|
|
14499
14499
|
|
|
14500
14500
|
/** @internal */
|
|
14501
14501
|
export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
|
|
14502
|
-
"__@BRAND@
|
|
14503
|
-
|
|
14502
|
+
"__@BRAND@8492":
|
|
14503
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492$Outbound;
|
|
14504
14504
|
};
|
|
14505
14505
|
|
|
14506
14506
|
/** @internal */
|
|
@@ -14510,12 +14510,12 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema:
|
|
|
14510
14510
|
z.ZodTypeDef,
|
|
14511
14511
|
CreateIntegrationStoreDirectPropertiesMaxLength
|
|
14512
14512
|
> = z.object({
|
|
14513
|
-
|
|
14514
|
-
|
|
14513
|
+
atBRANDAt8492: z.lazy(() =>
|
|
14514
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8492$outboundSchema
|
|
14515
14515
|
),
|
|
14516
14516
|
}).transform((v) => {
|
|
14517
14517
|
return remap$(v, {
|
|
14518
|
-
|
|
14518
|
+
atBRANDAt8492: "__@BRAND@8492",
|
|
14519
14519
|
});
|
|
14520
14520
|
});
|
|
14521
14521
|
|
|
@@ -14563,50 +14563,50 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(
|
|
|
14563
14563
|
}
|
|
14564
14564
|
|
|
14565
14565
|
/** @internal */
|
|
14566
|
-
export const
|
|
14567
|
-
|
|
14566
|
+
export const PropertiesAtBRANDAt8492$inboundSchema: z.ZodType<
|
|
14567
|
+
PropertiesAtBRANDAt8492,
|
|
14568
14568
|
z.ZodTypeDef,
|
|
14569
14569
|
unknown
|
|
14570
14570
|
> = z.object({});
|
|
14571
14571
|
|
|
14572
14572
|
/** @internal */
|
|
14573
|
-
export type
|
|
14573
|
+
export type PropertiesAtBRANDAt8492$Outbound = {};
|
|
14574
14574
|
|
|
14575
14575
|
/** @internal */
|
|
14576
|
-
export const
|
|
14577
|
-
|
|
14576
|
+
export const PropertiesAtBRANDAt8492$outboundSchema: z.ZodType<
|
|
14577
|
+
PropertiesAtBRANDAt8492$Outbound,
|
|
14578
14578
|
z.ZodTypeDef,
|
|
14579
|
-
|
|
14579
|
+
PropertiesAtBRANDAt8492
|
|
14580
14580
|
> = z.object({});
|
|
14581
14581
|
|
|
14582
14582
|
/**
|
|
14583
14583
|
* @internal
|
|
14584
14584
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
14585
14585
|
*/
|
|
14586
|
-
export namespace
|
|
14587
|
-
/** @deprecated use `
|
|
14588
|
-
export const inboundSchema =
|
|
14589
|
-
/** @deprecated use `
|
|
14590
|
-
export const outboundSchema =
|
|
14591
|
-
/** @deprecated use `
|
|
14592
|
-
export type Outbound =
|
|
14586
|
+
export namespace PropertiesAtBRANDAt8492$ {
|
|
14587
|
+
/** @deprecated use `PropertiesAtBRANDAt8492$inboundSchema` instead. */
|
|
14588
|
+
export const inboundSchema = PropertiesAtBRANDAt8492$inboundSchema;
|
|
14589
|
+
/** @deprecated use `PropertiesAtBRANDAt8492$outboundSchema` instead. */
|
|
14590
|
+
export const outboundSchema = PropertiesAtBRANDAt8492$outboundSchema;
|
|
14591
|
+
/** @deprecated use `PropertiesAtBRANDAt8492$Outbound` instead. */
|
|
14592
|
+
export type Outbound = PropertiesAtBRANDAt8492$Outbound;
|
|
14593
14593
|
}
|
|
14594
14594
|
|
|
14595
|
-
export function
|
|
14596
|
-
|
|
14595
|
+
export function propertiesAtBRANDAt8492ToJSON(
|
|
14596
|
+
propertiesAtBRANDAt8492: PropertiesAtBRANDAt8492,
|
|
14597
14597
|
): string {
|
|
14598
14598
|
return JSON.stringify(
|
|
14599
|
-
|
|
14599
|
+
PropertiesAtBRANDAt8492$outboundSchema.parse(propertiesAtBRANDAt8492),
|
|
14600
14600
|
);
|
|
14601
14601
|
}
|
|
14602
14602
|
|
|
14603
|
-
export function
|
|
14603
|
+
export function propertiesAtBRANDAt8492FromJSON(
|
|
14604
14604
|
jsonString: string,
|
|
14605
|
-
): SafeParseResult<
|
|
14605
|
+
): SafeParseResult<PropertiesAtBRANDAt8492, SDKValidationError> {
|
|
14606
14606
|
return safeParse(
|
|
14607
14607
|
jsonString,
|
|
14608
|
-
(x) =>
|
|
14609
|
-
`Failed to parse '
|
|
14608
|
+
(x) => PropertiesAtBRANDAt8492$inboundSchema.parse(JSON.parse(x)),
|
|
14609
|
+
`Failed to parse 'PropertiesAtBRANDAt8492' from JSON`,
|
|
14610
14610
|
);
|
|
14611
14611
|
}
|
|
14612
14612
|
|
|
@@ -14617,16 +14617,16 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema:
|
|
|
14617
14617
|
z.ZodTypeDef,
|
|
14618
14618
|
unknown
|
|
14619
14619
|
> = z.object({
|
|
14620
|
-
"__@BRAND@
|
|
14620
|
+
"__@BRAND@8492": z.lazy(() => PropertiesAtBRANDAt8492$inboundSchema),
|
|
14621
14621
|
}).transform((v) => {
|
|
14622
14622
|
return remap$(v, {
|
|
14623
|
-
"__@BRAND@
|
|
14623
|
+
"__@BRAND@8492": "atBRANDAt8492",
|
|
14624
14624
|
});
|
|
14625
14625
|
});
|
|
14626
14626
|
|
|
14627
14627
|
/** @internal */
|
|
14628
14628
|
export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
|
|
14629
|
-
"__@BRAND@
|
|
14629
|
+
"__@BRAND@8492": PropertiesAtBRANDAt8492$Outbound;
|
|
14630
14630
|
};
|
|
14631
14631
|
|
|
14632
14632
|
/** @internal */
|
|
@@ -14636,10 +14636,10 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema:
|
|
|
14636
14636
|
z.ZodTypeDef,
|
|
14637
14637
|
CreateIntegrationStoreDirectPropertiesMinLength
|
|
14638
14638
|
> = z.object({
|
|
14639
|
-
|
|
14639
|
+
atBRANDAt8492: z.lazy(() => PropertiesAtBRANDAt8492$outboundSchema),
|
|
14640
14640
|
}).transform((v) => {
|
|
14641
14641
|
return remap$(v, {
|
|
14642
|
-
|
|
14642
|
+
atBRANDAt8492: "__@BRAND@8492",
|
|
14643
14643
|
});
|
|
14644
14644
|
});
|
|
14645
14645
|
|
|
@@ -14687,64 +14687,64 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(
|
|
|
14687
14687
|
}
|
|
14688
14688
|
|
|
14689
14689
|
/** @internal */
|
|
14690
|
-
export const
|
|
14690
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8492$inboundSchema:
|
|
14691
14691
|
z.ZodType<
|
|
14692
|
-
|
|
14692
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8492,
|
|
14693
14693
|
z.ZodTypeDef,
|
|
14694
14694
|
unknown
|
|
14695
14695
|
> = z.object({});
|
|
14696
14696
|
|
|
14697
14697
|
/** @internal */
|
|
14698
|
-
export type
|
|
14698
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8492$Outbound = {};
|
|
14699
14699
|
|
|
14700
14700
|
/** @internal */
|
|
14701
|
-
export const
|
|
14701
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8492$outboundSchema:
|
|
14702
14702
|
z.ZodType<
|
|
14703
|
-
|
|
14703
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8492$Outbound,
|
|
14704
14704
|
z.ZodTypeDef,
|
|
14705
|
-
|
|
14705
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8492
|
|
14706
14706
|
> = z.object({});
|
|
14707
14707
|
|
|
14708
14708
|
/**
|
|
14709
14709
|
* @internal
|
|
14710
14710
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
14711
14711
|
*/
|
|
14712
|
-
export namespace
|
|
14713
|
-
/** @deprecated use `
|
|
14712
|
+
export namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt8492$ {
|
|
14713
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8492$inboundSchema` instead. */
|
|
14714
14714
|
export const inboundSchema =
|
|
14715
|
-
|
|
14716
|
-
/** @deprecated use `
|
|
14715
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8492$inboundSchema;
|
|
14716
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8492$outboundSchema` instead. */
|
|
14717
14717
|
export const outboundSchema =
|
|
14718
|
-
|
|
14719
|
-
/** @deprecated use `
|
|
14718
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8492$outboundSchema;
|
|
14719
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8492$Outbound` instead. */
|
|
14720
14720
|
export type Outbound =
|
|
14721
|
-
|
|
14721
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8492$Outbound;
|
|
14722
14722
|
}
|
|
14723
14723
|
|
|
14724
|
-
export function
|
|
14725
|
-
|
|
14726
|
-
|
|
14724
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8492ToJSON(
|
|
14725
|
+
createIntegrationStoreDirectPropertiesAtBRANDAt8492:
|
|
14726
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8492,
|
|
14727
14727
|
): string {
|
|
14728
14728
|
return JSON.stringify(
|
|
14729
|
-
|
|
14730
|
-
|
|
14729
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8492$outboundSchema.parse(
|
|
14730
|
+
createIntegrationStoreDirectPropertiesAtBRANDAt8492,
|
|
14731
14731
|
),
|
|
14732
14732
|
);
|
|
14733
14733
|
}
|
|
14734
14734
|
|
|
14735
|
-
export function
|
|
14735
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8492FromJSON(
|
|
14736
14736
|
jsonString: string,
|
|
14737
14737
|
): SafeParseResult<
|
|
14738
|
-
|
|
14738
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8492,
|
|
14739
14739
|
SDKValidationError
|
|
14740
14740
|
> {
|
|
14741
14741
|
return safeParse(
|
|
14742
14742
|
jsonString,
|
|
14743
14743
|
(x) =>
|
|
14744
|
-
|
|
14744
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8492$inboundSchema.parse(
|
|
14745
14745
|
JSON.parse(x),
|
|
14746
14746
|
),
|
|
14747
|
-
`Failed to parse '
|
|
14747
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8492' from JSON`,
|
|
14748
14748
|
);
|
|
14749
14749
|
}
|
|
14750
14750
|
|
|
@@ -14755,18 +14755,18 @@ export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema:
|
|
|
14755
14755
|
z.ZodTypeDef,
|
|
14756
14756
|
unknown
|
|
14757
14757
|
> = z.object({
|
|
14758
|
-
"__@BRAND@
|
|
14759
|
-
|
|
14758
|
+
"__@BRAND@8492": z.lazy(() =>
|
|
14759
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8492$inboundSchema
|
|
14760
14760
|
),
|
|
14761
14761
|
}).transform((v) => {
|
|
14762
14762
|
return remap$(v, {
|
|
14763
|
-
"__@BRAND@
|
|
14763
|
+
"__@BRAND@8492": "atBRANDAt8492",
|
|
14764
14764
|
});
|
|
14765
14765
|
});
|
|
14766
14766
|
|
|
14767
14767
|
/** @internal */
|
|
14768
14768
|
export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
|
|
14769
|
-
"__@BRAND@
|
|
14769
|
+
"__@BRAND@8492": CreateIntegrationStoreDirectPropertiesAtBRANDAt8492$Outbound;
|
|
14770
14770
|
};
|
|
14771
14771
|
|
|
14772
14772
|
/** @internal */
|
|
@@ -14776,12 +14776,12 @@ export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema:
|
|
|
14776
14776
|
z.ZodTypeDef,
|
|
14777
14777
|
CreateIntegrationStoreDirectPropertiesPattern
|
|
14778
14778
|
> = z.object({
|
|
14779
|
-
|
|
14780
|
-
|
|
14779
|
+
atBRANDAt8492: z.lazy(() =>
|
|
14780
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8492$outboundSchema
|
|
14781
14781
|
),
|
|
14782
14782
|
}).transform((v) => {
|
|
14783
14783
|
return remap$(v, {
|
|
14784
|
-
|
|
14784
|
+
atBRANDAt8492: "__@BRAND@8492",
|
|
14785
14785
|
});
|
|
14786
14786
|
});
|
|
14787
14787
|
|
|
@@ -16228,46 +16228,46 @@ export function guidesFromJSON(
|
|
|
16228
16228
|
}
|
|
16229
16229
|
|
|
16230
16230
|
/** @internal */
|
|
16231
|
-
export const
|
|
16232
|
-
|
|
16231
|
+
export const AtBRANDAt8492$inboundSchema: z.ZodType<
|
|
16232
|
+
AtBRANDAt8492,
|
|
16233
16233
|
z.ZodTypeDef,
|
|
16234
16234
|
unknown
|
|
16235
16235
|
> = z.object({});
|
|
16236
16236
|
|
|
16237
16237
|
/** @internal */
|
|
16238
|
-
export type
|
|
16238
|
+
export type AtBRANDAt8492$Outbound = {};
|
|
16239
16239
|
|
|
16240
16240
|
/** @internal */
|
|
16241
|
-
export const
|
|
16242
|
-
|
|
16241
|
+
export const AtBRANDAt8492$outboundSchema: z.ZodType<
|
|
16242
|
+
AtBRANDAt8492$Outbound,
|
|
16243
16243
|
z.ZodTypeDef,
|
|
16244
|
-
|
|
16244
|
+
AtBRANDAt8492
|
|
16245
16245
|
> = z.object({});
|
|
16246
16246
|
|
|
16247
16247
|
/**
|
|
16248
16248
|
* @internal
|
|
16249
16249
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
16250
16250
|
*/
|
|
16251
|
-
export namespace
|
|
16252
|
-
/** @deprecated use `
|
|
16253
|
-
export const inboundSchema =
|
|
16254
|
-
/** @deprecated use `
|
|
16255
|
-
export const outboundSchema =
|
|
16256
|
-
/** @deprecated use `
|
|
16257
|
-
export type Outbound =
|
|
16251
|
+
export namespace AtBRANDAt8492$ {
|
|
16252
|
+
/** @deprecated use `AtBRANDAt8492$inboundSchema` instead. */
|
|
16253
|
+
export const inboundSchema = AtBRANDAt8492$inboundSchema;
|
|
16254
|
+
/** @deprecated use `AtBRANDAt8492$outboundSchema` instead. */
|
|
16255
|
+
export const outboundSchema = AtBRANDAt8492$outboundSchema;
|
|
16256
|
+
/** @deprecated use `AtBRANDAt8492$Outbound` instead. */
|
|
16257
|
+
export type Outbound = AtBRANDAt8492$Outbound;
|
|
16258
16258
|
}
|
|
16259
16259
|
|
|
16260
|
-
export function
|
|
16261
|
-
return JSON.stringify(
|
|
16260
|
+
export function atBRANDAt8492ToJSON(atBRANDAt8492: AtBRANDAt8492): string {
|
|
16261
|
+
return JSON.stringify(AtBRANDAt8492$outboundSchema.parse(atBRANDAt8492));
|
|
16262
16262
|
}
|
|
16263
16263
|
|
|
16264
|
-
export function
|
|
16264
|
+
export function atBRANDAt8492FromJSON(
|
|
16265
16265
|
jsonString: string,
|
|
16266
|
-
): SafeParseResult<
|
|
16266
|
+
): SafeParseResult<AtBRANDAt8492, SDKValidationError> {
|
|
16267
16267
|
return safeParse(
|
|
16268
16268
|
jsonString,
|
|
16269
|
-
(x) =>
|
|
16270
|
-
`Failed to parse '
|
|
16269
|
+
(x) => AtBRANDAt8492$inboundSchema.parse(JSON.parse(x)),
|
|
16270
|
+
`Failed to parse 'AtBRANDAt8492' from JSON`,
|
|
16271
16271
|
);
|
|
16272
16272
|
}
|
|
16273
16273
|
|
|
@@ -16277,16 +16277,16 @@ export const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<
|
|
|
16277
16277
|
z.ZodTypeDef,
|
|
16278
16278
|
unknown
|
|
16279
16279
|
> = z.object({
|
|
16280
|
-
"__@BRAND@
|
|
16280
|
+
"__@BRAND@8492": z.lazy(() => AtBRANDAt8492$inboundSchema),
|
|
16281
16281
|
}).transform((v) => {
|
|
16282
16282
|
return remap$(v, {
|
|
16283
|
-
"__@BRAND@
|
|
16283
|
+
"__@BRAND@8492": "atBRANDAt8492",
|
|
16284
16284
|
});
|
|
16285
16285
|
});
|
|
16286
16286
|
|
|
16287
16287
|
/** @internal */
|
|
16288
16288
|
export type CreateIntegrationStoreDirectValue$Outbound = {
|
|
16289
|
-
"__@BRAND@
|
|
16289
|
+
"__@BRAND@8492": AtBRANDAt8492$Outbound;
|
|
16290
16290
|
};
|
|
16291
16291
|
|
|
16292
16292
|
/** @internal */
|
|
@@ -16295,10 +16295,10 @@ export const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<
|
|
|
16295
16295
|
z.ZodTypeDef,
|
|
16296
16296
|
CreateIntegrationStoreDirectValue
|
|
16297
16297
|
> = z.object({
|
|
16298
|
-
|
|
16298
|
+
atBRANDAt8492: z.lazy(() => AtBRANDAt8492$outboundSchema),
|
|
16299
16299
|
}).transform((v) => {
|
|
16300
16300
|
return remap$(v, {
|
|
16301
|
-
|
|
16301
|
+
atBRANDAt8492: "__@BRAND@8492",
|
|
16302
16302
|
});
|
|
16303
16303
|
});
|
|
16304
16304
|
|