@vercel/sdk 1.17.1 → 1.17.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/bin/mcp-server.js +1273 -1490
- package/bin/mcp-server.js.map +24 -24
- package/esm/__tests__/accessgroups.test.js +1 -3
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +6 -9
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/environment.test.js +15 -1
- package/esm/__tests__/environment.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/logdrains.test.js +5 -7
- package/esm/__tests__/logdrains.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/canceldeploymentop.d.ts +2 -0
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +2 -0
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +2 -0
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +2 -0
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createdrainop.d.ts +48 -108
- package/esm/models/createdrainop.d.ts.map +1 -1
- package/esm/models/createdrainop.js +58 -105
- package/esm/models/createdrainop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +156 -152
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +222 -218
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +2 -0
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +2 -0
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/getalllogdrainsop.d.ts +53 -107
- package/esm/models/getalllogdrainsop.d.ts.map +1 -1
- package/esm/models/getalllogdrainsop.js +65 -108
- package/esm/models/getalllogdrainsop.js.map +1 -1
- package/esm/models/getconfigurablelogdrainop.d.ts +6 -0
- package/esm/models/getconfigurablelogdrainop.d.ts.map +1 -1
- package/esm/models/getconfigurablelogdrainop.js +6 -0
- package/esm/models/getconfigurablelogdrainop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +200 -200
- package/esm/models/getconfigurationproductsop.js +290 -290
- package/esm/models/getdeploymentop.d.ts +4 -0
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +4 -0
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +2 -0
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +2 -0
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getdrainop.d.ts +48 -108
- package/esm/models/getdrainop.d.ts.map +1 -1
- package/esm/models/getdrainop.js +58 -104
- package/esm/models/getdrainop.js.map +1 -1
- package/esm/models/getdrainsop.d.ts +48 -108
- package/esm/models/getdrainsop.d.ts.map +1 -1
- package/esm/models/getdrainsop.js +58 -104
- package/esm/models/getdrainsop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +2 -0
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +2 -0
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/moveprojectdomainop.d.ts +33 -0
- package/esm/models/moveprojectdomainop.d.ts.map +1 -1
- package/esm/models/moveprojectdomainop.js +19 -0
- package/esm/models/moveprojectdomainop.js.map +1 -1
- package/esm/models/updatedrainop.d.ts +48 -108
- package/esm/models/updatedrainop.d.ts.map +1 -1
- package/esm/models/updatedrainop.js +58 -108
- package/esm/models/updatedrainop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +2 -0
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +2 -0
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +2 -0
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +2 -0
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updatesharedenvvariableop.d.ts +5 -2
- package/esm/models/updatesharedenvvariableop.d.ts.map +1 -1
- package/esm/models/updatesharedenvvariableop.js.map +1 -1
- package/esm/models/userevent.d.ts +970 -928
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +1281 -1235
- package/esm/models/userevent.js.map +1 -1
- package/examples/package-lock.json +2 -10
- package/jsr.json +1 -1
- package/package.json +3 -6
- package/src/__tests__/accessgroups.test.ts +1 -3
- package/src/__tests__/domains.test.ts +6 -9
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/environment.test.ts +15 -1
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/logdrains.test.ts +5 -7
- 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/canceldeploymentop.ts +4 -0
- package/src/models/createdeploymentop.ts +4 -0
- package/src/models/createdrainop.ts +132 -177
- package/src/models/createintegrationstoredirectop.ts +479 -471
- package/src/models/createprojectop.ts +4 -0
- package/src/models/getalllogdrainsop.ts +168 -168
- package/src/models/getconfigurablelogdrainop.ts +12 -0
- package/src/models/getconfigurationproductsop.ts +627 -627
- package/src/models/getdeploymentop.ts +8 -0
- package/src/models/getdeploymentsop.ts +4 -0
- package/src/models/getdrainop.ts +148 -168
- package/src/models/getdrainsop.ts +150 -158
- package/src/models/getprojectsop.ts +4 -0
- package/src/models/moveprojectdomainop.ts +51 -0
- package/src/models/updatedrainop.ts +153 -174
- package/src/models/updateprojectdatacacheop.ts +4 -0
- package/src/models/updateprojectop.ts +4 -0
- package/src/models/updatesharedenvvariableop.ts +5 -2
- package/src/models/userevent.ts +2956 -2828
- package/vercel-spec.json +642 -837
|
@@ -631,6 +631,7 @@ export const CreateIntegrationStoreDirectOwnership$outboundSchema = CreateIntegr
|
|
|
631
631
|
/** @internal */
|
|
632
632
|
export const Capabilities$inboundSchema = z.object({
|
|
633
633
|
mcp: z.boolean().optional(),
|
|
634
|
+
mcpReadonly: z.boolean().optional(),
|
|
634
635
|
sso: z.boolean().optional(),
|
|
635
636
|
billable: z.boolean().optional(),
|
|
636
637
|
transferable: z.boolean().optional(),
|
|
@@ -640,6 +641,7 @@ export const Capabilities$inboundSchema = z.object({
|
|
|
640
641
|
/** @internal */
|
|
641
642
|
export const Capabilities$outboundSchema = z.object({
|
|
642
643
|
mcp: z.boolean().optional(),
|
|
644
|
+
mcpReadonly: z.boolean().optional(),
|
|
643
645
|
sso: z.boolean().optional(),
|
|
644
646
|
billable: z.boolean().optional(),
|
|
645
647
|
transferable: z.boolean().optional(),
|
|
@@ -681,6 +683,7 @@ export const ExternalResourceStatus$outboundSchema = ExternalResourceStatus$inbo
|
|
|
681
683
|
/** @internal */
|
|
682
684
|
export const CreateIntegrationStoreDirectCapabilities$inboundSchema = z.object({
|
|
683
685
|
mcp: z.boolean().optional(),
|
|
686
|
+
mcpReadonly: z.boolean().optional(),
|
|
684
687
|
sso: z.boolean().optional(),
|
|
685
688
|
billable: z.boolean().optional(),
|
|
686
689
|
transferable: z.boolean().optional(),
|
|
@@ -692,6 +695,7 @@ export const CreateIntegrationStoreDirectCapabilities$inboundSchema = z.object({
|
|
|
692
695
|
/** @internal */
|
|
693
696
|
export const CreateIntegrationStoreDirectCapabilities$outboundSchema = z.object({
|
|
694
697
|
mcp: z.boolean().optional(),
|
|
698
|
+
mcpReadonly: z.boolean().optional(),
|
|
695
699
|
sso: z.boolean().optional(),
|
|
696
700
|
billable: z.boolean().optional(),
|
|
697
701
|
transferable: z.boolean().optional(),
|
|
@@ -712,31 +716,31 @@ export const CreateIntegrationStoreDirectIntegrationsType$inboundSchema = z
|
|
|
712
716
|
/** @internal */
|
|
713
717
|
export const CreateIntegrationStoreDirectIntegrationsType$outboundSchema = CreateIntegrationStoreDirectIntegrationsType$inboundSchema;
|
|
714
718
|
/** @internal */
|
|
715
|
-
export const
|
|
719
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804$inboundSchema = z.object({});
|
|
716
720
|
/** @internal */
|
|
717
|
-
export const
|
|
718
|
-
export function
|
|
719
|
-
return JSON.stringify(
|
|
720
|
-
.parse(
|
|
721
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804$outboundSchema = z.object({});
|
|
722
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804) {
|
|
723
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804$outboundSchema
|
|
724
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804));
|
|
721
725
|
}
|
|
722
|
-
export function
|
|
723
|
-
return safeParse(jsonString, (x) =>
|
|
724
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
726
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804FromJSON(jsonString) {
|
|
727
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804$inboundSchema
|
|
728
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804' from JSON`);
|
|
725
729
|
}
|
|
726
730
|
/** @internal */
|
|
727
731
|
export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema = z.object({
|
|
728
|
-
"__@BRAND@
|
|
732
|
+
"__@BRAND@8804": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804$inboundSchema),
|
|
729
733
|
}).transform((v) => {
|
|
730
734
|
return remap$(v, {
|
|
731
|
-
"__@BRAND@
|
|
735
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
732
736
|
});
|
|
733
737
|
});
|
|
734
738
|
/** @internal */
|
|
735
739
|
export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema = z.object({
|
|
736
|
-
|
|
740
|
+
atBRANDAt8804: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804$outboundSchema),
|
|
737
741
|
}).transform((v) => {
|
|
738
742
|
return remap$(v, {
|
|
739
|
-
|
|
743
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
740
744
|
});
|
|
741
745
|
});
|
|
742
746
|
export function createIntegrationStoreDirectPropertiesValueToJSON(createIntegrationStoreDirectPropertiesValue) {
|
|
@@ -860,31 +864,31 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
860
864
|
/** @internal */
|
|
861
865
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema;
|
|
862
866
|
/** @internal */
|
|
863
|
-
export const
|
|
867
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804$inboundSchema = z.object({});
|
|
864
868
|
/** @internal */
|
|
865
|
-
export const
|
|
866
|
-
export function
|
|
867
|
-
return JSON.stringify(
|
|
868
|
-
.parse(
|
|
869
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804$outboundSchema = z.object({});
|
|
870
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804) {
|
|
871
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804$outboundSchema
|
|
872
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804));
|
|
869
873
|
}
|
|
870
|
-
export function
|
|
871
|
-
return safeParse(jsonString, (x) =>
|
|
872
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
874
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804FromJSON(jsonString) {
|
|
875
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804$inboundSchema
|
|
876
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804' from JSON`);
|
|
873
877
|
}
|
|
874
878
|
/** @internal */
|
|
875
879
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema = z.object({
|
|
876
|
-
"__@BRAND@
|
|
880
|
+
"__@BRAND@8804": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804$inboundSchema),
|
|
877
881
|
}).transform((v) => {
|
|
878
882
|
return remap$(v, {
|
|
879
|
-
"__@BRAND@
|
|
883
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
880
884
|
});
|
|
881
885
|
});
|
|
882
886
|
/** @internal */
|
|
883
887
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema = z.object({
|
|
884
|
-
|
|
888
|
+
atBRANDAt8804: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804$outboundSchema),
|
|
885
889
|
}).transform((v) => {
|
|
886
890
|
return remap$(v, {
|
|
887
|
-
|
|
891
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
888
892
|
});
|
|
889
893
|
});
|
|
890
894
|
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength) {
|
|
@@ -896,31 +900,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
|
|
|
896
900
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength' from JSON`);
|
|
897
901
|
}
|
|
898
902
|
/** @internal */
|
|
899
|
-
export const
|
|
903
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804$inboundSchema = z.object({});
|
|
900
904
|
/** @internal */
|
|
901
|
-
export const
|
|
902
|
-
export function
|
|
903
|
-
return JSON.stringify(
|
|
904
|
-
.parse(
|
|
905
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804$outboundSchema = z.object({});
|
|
906
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804) {
|
|
907
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804$outboundSchema
|
|
908
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804));
|
|
905
909
|
}
|
|
906
|
-
export function
|
|
907
|
-
return safeParse(jsonString, (x) =>
|
|
908
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
910
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804FromJSON(jsonString) {
|
|
911
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804$inboundSchema
|
|
912
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804' from JSON`);
|
|
909
913
|
}
|
|
910
914
|
/** @internal */
|
|
911
915
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema = z.object({
|
|
912
|
-
"__@BRAND@
|
|
916
|
+
"__@BRAND@8804": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804$inboundSchema),
|
|
913
917
|
}).transform((v) => {
|
|
914
918
|
return remap$(v, {
|
|
915
|
-
"__@BRAND@
|
|
919
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
916
920
|
});
|
|
917
921
|
});
|
|
918
922
|
/** @internal */
|
|
919
923
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema = z.object({
|
|
920
|
-
|
|
924
|
+
atBRANDAt8804: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804$outboundSchema),
|
|
921
925
|
}).transform((v) => {
|
|
922
926
|
return remap$(v, {
|
|
923
|
-
|
|
927
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
924
928
|
});
|
|
925
929
|
});
|
|
926
930
|
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength) {
|
|
@@ -932,31 +936,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
|
|
|
932
936
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength' from JSON`);
|
|
933
937
|
}
|
|
934
938
|
/** @internal */
|
|
935
|
-
export const
|
|
939
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804$inboundSchema = z.object({});
|
|
936
940
|
/** @internal */
|
|
937
|
-
export const
|
|
938
|
-
export function
|
|
939
|
-
return JSON.stringify(
|
|
940
|
-
.parse(
|
|
941
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804$outboundSchema = z.object({});
|
|
942
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804) {
|
|
943
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804$outboundSchema
|
|
944
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804));
|
|
941
945
|
}
|
|
942
|
-
export function
|
|
943
|
-
return safeParse(jsonString, (x) =>
|
|
944
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
946
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804FromJSON(jsonString) {
|
|
947
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804$inboundSchema
|
|
948
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804' from JSON`);
|
|
945
949
|
}
|
|
946
950
|
/** @internal */
|
|
947
951
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema = z.object({
|
|
948
|
-
"__@BRAND@
|
|
952
|
+
"__@BRAND@8804": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804$inboundSchema),
|
|
949
953
|
}).transform((v) => {
|
|
950
954
|
return remap$(v, {
|
|
951
|
-
"__@BRAND@
|
|
955
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
952
956
|
});
|
|
953
957
|
});
|
|
954
958
|
/** @internal */
|
|
955
959
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema = z.object({
|
|
956
|
-
|
|
960
|
+
atBRANDAt8804: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804$outboundSchema),
|
|
957
961
|
}).transform((v) => {
|
|
958
962
|
return remap$(v, {
|
|
959
|
-
|
|
963
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
960
964
|
});
|
|
961
965
|
});
|
|
962
966
|
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200PatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern) {
|
|
@@ -1240,29 +1244,29 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
1240
1244
|
/** @internal */
|
|
1241
1245
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$inboundSchema;
|
|
1242
1246
|
/** @internal */
|
|
1243
|
-
export const
|
|
1247
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8804$inboundSchema = z.object({});
|
|
1244
1248
|
/** @internal */
|
|
1245
|
-
export const
|
|
1246
|
-
export function
|
|
1247
|
-
return JSON.stringify(
|
|
1249
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8804$outboundSchema = z.object({});
|
|
1250
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8804ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8804) {
|
|
1251
|
+
return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8804$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt8804));
|
|
1248
1252
|
}
|
|
1249
|
-
export function
|
|
1250
|
-
return safeParse(jsonString, (x) =>
|
|
1253
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8804FromJSON(jsonString) {
|
|
1254
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8804$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8804' from JSON`);
|
|
1251
1255
|
}
|
|
1252
1256
|
/** @internal */
|
|
1253
1257
|
export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema = z.object({
|
|
1254
|
-
"__@BRAND@
|
|
1258
|
+
"__@BRAND@8804": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8804$inboundSchema),
|
|
1255
1259
|
}).transform((v) => {
|
|
1256
1260
|
return remap$(v, {
|
|
1257
|
-
"__@BRAND@
|
|
1261
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
1258
1262
|
});
|
|
1259
1263
|
});
|
|
1260
1264
|
/** @internal */
|
|
1261
1265
|
export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema = z.object({
|
|
1262
|
-
|
|
1266
|
+
atBRANDAt8804: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8804$outboundSchema),
|
|
1263
1267
|
}).transform((v) => {
|
|
1264
1268
|
return remap$(v, {
|
|
1265
|
-
|
|
1269
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
1266
1270
|
});
|
|
1267
1271
|
});
|
|
1268
1272
|
export function createIntegrationStoreDirectUiOptionsValueToJSON(createIntegrationStoreDirectUiOptionsValue) {
|
|
@@ -1386,29 +1390,29 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(jsonString) {
|
|
|
1386
1390
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptions3' from JSON`);
|
|
1387
1391
|
}
|
|
1388
1392
|
/** @internal */
|
|
1389
|
-
export const
|
|
1393
|
+
export const UiOptionsAtBRANDAt8804$inboundSchema = z.object({});
|
|
1390
1394
|
/** @internal */
|
|
1391
|
-
export const
|
|
1392
|
-
export function
|
|
1393
|
-
return JSON.stringify(
|
|
1395
|
+
export const UiOptionsAtBRANDAt8804$outboundSchema = z.object({});
|
|
1396
|
+
export function uiOptionsAtBRANDAt8804ToJSON(uiOptionsAtBRANDAt8804) {
|
|
1397
|
+
return JSON.stringify(UiOptionsAtBRANDAt8804$outboundSchema.parse(uiOptionsAtBRANDAt8804));
|
|
1394
1398
|
}
|
|
1395
|
-
export function
|
|
1396
|
-
return safeParse(jsonString, (x) =>
|
|
1399
|
+
export function uiOptionsAtBRANDAt8804FromJSON(jsonString) {
|
|
1400
|
+
return safeParse(jsonString, (x) => UiOptionsAtBRANDAt8804$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt8804' from JSON`);
|
|
1397
1401
|
}
|
|
1398
1402
|
/** @internal */
|
|
1399
1403
|
export const CreateIntegrationStoreDirectUiOptions2$inboundSchema = z.object({
|
|
1400
|
-
"__@BRAND@
|
|
1404
|
+
"__@BRAND@8804": z.lazy(() => UiOptionsAtBRANDAt8804$inboundSchema),
|
|
1401
1405
|
}).transform((v) => {
|
|
1402
1406
|
return remap$(v, {
|
|
1403
|
-
"__@BRAND@
|
|
1407
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
1404
1408
|
});
|
|
1405
1409
|
});
|
|
1406
1410
|
/** @internal */
|
|
1407
1411
|
export const CreateIntegrationStoreDirectUiOptions2$outboundSchema = z.object({
|
|
1408
|
-
|
|
1412
|
+
atBRANDAt8804: z.lazy(() => UiOptionsAtBRANDAt8804$outboundSchema),
|
|
1409
1413
|
}).transform((v) => {
|
|
1410
1414
|
return remap$(v, {
|
|
1411
|
-
|
|
1415
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
1412
1416
|
});
|
|
1413
1417
|
});
|
|
1414
1418
|
export function createIntegrationStoreDirectUiOptions2ToJSON(createIntegrationStoreDirectUiOptions2) {
|
|
@@ -1550,31 +1554,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
|
|
|
1550
1554
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions' from JSON`);
|
|
1551
1555
|
}
|
|
1552
1556
|
/** @internal */
|
|
1553
|
-
export const
|
|
1557
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804$inboundSchema = z.object({});
|
|
1554
1558
|
/** @internal */
|
|
1555
|
-
export const
|
|
1556
|
-
export function
|
|
1557
|
-
return JSON.stringify(
|
|
1558
|
-
.parse(
|
|
1559
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804$outboundSchema = z.object({});
|
|
1560
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804) {
|
|
1561
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804$outboundSchema
|
|
1562
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804));
|
|
1559
1563
|
}
|
|
1560
|
-
export function
|
|
1561
|
-
return safeParse(jsonString, (x) =>
|
|
1562
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1564
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804FromJSON(jsonString) {
|
|
1565
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804$inboundSchema
|
|
1566
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804' from JSON`);
|
|
1563
1567
|
}
|
|
1564
1568
|
/** @internal */
|
|
1565
1569
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
|
|
1566
|
-
"__@BRAND@
|
|
1570
|
+
"__@BRAND@8804": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804$inboundSchema),
|
|
1567
1571
|
}).transform((v) => {
|
|
1568
1572
|
return remap$(v, {
|
|
1569
|
-
"__@BRAND@
|
|
1573
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
1570
1574
|
});
|
|
1571
1575
|
});
|
|
1572
1576
|
/** @internal */
|
|
1573
1577
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
|
|
1574
|
-
|
|
1578
|
+
atBRANDAt8804: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804$outboundSchema),
|
|
1575
1579
|
}).transform((v) => {
|
|
1576
1580
|
return remap$(v, {
|
|
1577
|
-
|
|
1581
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
1578
1582
|
});
|
|
1579
1583
|
});
|
|
1580
1584
|
export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength) {
|
|
@@ -1586,31 +1590,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
|
|
|
1586
1590
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength' from JSON`);
|
|
1587
1591
|
}
|
|
1588
1592
|
/** @internal */
|
|
1589
|
-
export const
|
|
1593
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804$inboundSchema = z.object({});
|
|
1590
1594
|
/** @internal */
|
|
1591
|
-
export const
|
|
1592
|
-
export function
|
|
1593
|
-
return JSON.stringify(
|
|
1594
|
-
.parse(
|
|
1595
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804$outboundSchema = z.object({});
|
|
1596
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804) {
|
|
1597
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804$outboundSchema
|
|
1598
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804));
|
|
1595
1599
|
}
|
|
1596
|
-
export function
|
|
1597
|
-
return safeParse(jsonString, (x) =>
|
|
1598
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1600
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804FromJSON(jsonString) {
|
|
1601
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804$inboundSchema
|
|
1602
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804' from JSON`);
|
|
1599
1603
|
}
|
|
1600
1604
|
/** @internal */
|
|
1601
1605
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
|
|
1602
|
-
"__@BRAND@
|
|
1606
|
+
"__@BRAND@8804": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804$inboundSchema),
|
|
1603
1607
|
}).transform((v) => {
|
|
1604
1608
|
return remap$(v, {
|
|
1605
|
-
"__@BRAND@
|
|
1609
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
1606
1610
|
});
|
|
1607
1611
|
});
|
|
1608
1612
|
/** @internal */
|
|
1609
1613
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
|
|
1610
|
-
|
|
1614
|
+
atBRANDAt8804: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804$outboundSchema),
|
|
1611
1615
|
}).transform((v) => {
|
|
1612
1616
|
return remap$(v, {
|
|
1613
|
-
|
|
1617
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
1614
1618
|
});
|
|
1615
1619
|
});
|
|
1616
1620
|
export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMinLength) {
|
|
@@ -1622,31 +1626,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
|
|
|
1622
1626
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength' from JSON`);
|
|
1623
1627
|
}
|
|
1624
1628
|
/** @internal */
|
|
1625
|
-
export const
|
|
1629
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804$inboundSchema = z.object({});
|
|
1626
1630
|
/** @internal */
|
|
1627
|
-
export const
|
|
1628
|
-
export function
|
|
1629
|
-
return JSON.stringify(
|
|
1630
|
-
.parse(
|
|
1631
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804$outboundSchema = z.object({});
|
|
1632
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804) {
|
|
1633
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804$outboundSchema
|
|
1634
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804));
|
|
1631
1635
|
}
|
|
1632
|
-
export function
|
|
1633
|
-
return safeParse(jsonString, (x) =>
|
|
1634
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1636
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804FromJSON(jsonString) {
|
|
1637
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804$inboundSchema
|
|
1638
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804' from JSON`);
|
|
1635
1639
|
}
|
|
1636
1640
|
/** @internal */
|
|
1637
1641
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
|
|
1638
|
-
"__@BRAND@
|
|
1642
|
+
"__@BRAND@8804": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804$inboundSchema),
|
|
1639
1643
|
}).transform((v) => {
|
|
1640
1644
|
return remap$(v, {
|
|
1641
|
-
"__@BRAND@
|
|
1645
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
1642
1646
|
});
|
|
1643
1647
|
});
|
|
1644
1648
|
/** @internal */
|
|
1645
1649
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
|
|
1646
|
-
|
|
1650
|
+
atBRANDAt8804: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804$outboundSchema),
|
|
1647
1651
|
}).transform((v) => {
|
|
1648
1652
|
return remap$(v, {
|
|
1649
|
-
|
|
1653
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
1650
1654
|
});
|
|
1651
1655
|
});
|
|
1652
1656
|
export function createIntegrationStoreDirectPropertiesIntegrationsResponsePatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponsePattern) {
|
|
@@ -1942,31 +1946,31 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
1942
1946
|
/** @internal */
|
|
1943
1947
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema;
|
|
1944
1948
|
/** @internal */
|
|
1945
|
-
export const
|
|
1949
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804$inboundSchema = z.object({});
|
|
1946
1950
|
/** @internal */
|
|
1947
|
-
export const
|
|
1948
|
-
export function
|
|
1949
|
-
return JSON.stringify(
|
|
1950
|
-
.parse(
|
|
1951
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804$outboundSchema = z.object({});
|
|
1952
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804) {
|
|
1953
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804$outboundSchema
|
|
1954
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804));
|
|
1951
1955
|
}
|
|
1952
|
-
export function
|
|
1953
|
-
return safeParse(jsonString, (x) =>
|
|
1954
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1956
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804FromJSON(jsonString) {
|
|
1957
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804$inboundSchema
|
|
1958
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804' from JSON`);
|
|
1955
1959
|
}
|
|
1956
1960
|
/** @internal */
|
|
1957
1961
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema = z.object({
|
|
1958
|
-
"__@BRAND@
|
|
1962
|
+
"__@BRAND@8804": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804$inboundSchema),
|
|
1959
1963
|
}).transform((v) => {
|
|
1960
1964
|
return remap$(v, {
|
|
1961
|
-
"__@BRAND@
|
|
1965
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
1962
1966
|
});
|
|
1963
1967
|
});
|
|
1964
1968
|
/** @internal */
|
|
1965
1969
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema = z.object({
|
|
1966
|
-
|
|
1970
|
+
atBRANDAt8804: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804$outboundSchema),
|
|
1967
1971
|
}).transform((v) => {
|
|
1968
1972
|
return remap$(v, {
|
|
1969
|
-
|
|
1973
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
1970
1974
|
});
|
|
1971
1975
|
});
|
|
1972
1976
|
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength) {
|
|
@@ -1978,31 +1982,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
|
|
|
1978
1982
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength' from JSON`);
|
|
1979
1983
|
}
|
|
1980
1984
|
/** @internal */
|
|
1981
|
-
export const
|
|
1985
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804$inboundSchema = z.object({});
|
|
1982
1986
|
/** @internal */
|
|
1983
|
-
export const
|
|
1984
|
-
export function
|
|
1985
|
-
return JSON.stringify(
|
|
1986
|
-
.parse(
|
|
1987
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804$outboundSchema = z.object({});
|
|
1988
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804) {
|
|
1989
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804$outboundSchema
|
|
1990
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804));
|
|
1987
1991
|
}
|
|
1988
|
-
export function
|
|
1989
|
-
return safeParse(jsonString, (x) =>
|
|
1990
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1992
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804FromJSON(jsonString) {
|
|
1993
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804$inboundSchema
|
|
1994
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804' from JSON`);
|
|
1991
1995
|
}
|
|
1992
1996
|
/** @internal */
|
|
1993
1997
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema = z.object({
|
|
1994
|
-
"__@BRAND@
|
|
1998
|
+
"__@BRAND@8804": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804$inboundSchema),
|
|
1995
1999
|
}).transform((v) => {
|
|
1996
2000
|
return remap$(v, {
|
|
1997
|
-
"__@BRAND@
|
|
2001
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
1998
2002
|
});
|
|
1999
2003
|
});
|
|
2000
2004
|
/** @internal */
|
|
2001
2005
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema = z.object({
|
|
2002
|
-
|
|
2006
|
+
atBRANDAt8804: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804$outboundSchema),
|
|
2003
2007
|
}).transform((v) => {
|
|
2004
2008
|
return remap$(v, {
|
|
2005
|
-
|
|
2009
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
2006
2010
|
});
|
|
2007
2011
|
});
|
|
2008
2012
|
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength) {
|
|
@@ -2014,31 +2018,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
|
|
|
2014
2018
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength' from JSON`);
|
|
2015
2019
|
}
|
|
2016
2020
|
/** @internal */
|
|
2017
|
-
export const
|
|
2021
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804$inboundSchema = z.object({});
|
|
2018
2022
|
/** @internal */
|
|
2019
|
-
export const
|
|
2020
|
-
export function
|
|
2021
|
-
return JSON.stringify(
|
|
2022
|
-
.parse(
|
|
2023
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804$outboundSchema = z.object({});
|
|
2024
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804) {
|
|
2025
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804$outboundSchema
|
|
2026
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804));
|
|
2023
2027
|
}
|
|
2024
|
-
export function
|
|
2025
|
-
return safeParse(jsonString, (x) =>
|
|
2026
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2028
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804FromJSON(jsonString) {
|
|
2029
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804$inboundSchema
|
|
2030
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804' from JSON`);
|
|
2027
2031
|
}
|
|
2028
2032
|
/** @internal */
|
|
2029
2033
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema = z.object({
|
|
2030
|
-
"__@BRAND@
|
|
2034
|
+
"__@BRAND@8804": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804$inboundSchema),
|
|
2031
2035
|
}).transform((v) => {
|
|
2032
2036
|
return remap$(v, {
|
|
2033
|
-
"__@BRAND@
|
|
2037
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
2034
2038
|
});
|
|
2035
2039
|
});
|
|
2036
2040
|
/** @internal */
|
|
2037
2041
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema = z.object({
|
|
2038
|
-
|
|
2042
|
+
atBRANDAt8804: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804$outboundSchema),
|
|
2039
2043
|
}).transform((v) => {
|
|
2040
2044
|
return remap$(v, {
|
|
2041
|
-
|
|
2045
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
2042
2046
|
});
|
|
2043
2047
|
});
|
|
2044
2048
|
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern) {
|
|
@@ -2590,31 +2594,31 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonStri
|
|
|
2590
2594
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesUiOptions' from JSON`);
|
|
2591
2595
|
}
|
|
2592
2596
|
/** @internal */
|
|
2593
|
-
export const
|
|
2597
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804$inboundSchema = z.object({});
|
|
2594
2598
|
/** @internal */
|
|
2595
|
-
export const
|
|
2596
|
-
export function
|
|
2597
|
-
return JSON.stringify(
|
|
2598
|
-
.parse(
|
|
2599
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804$outboundSchema = z.object({});
|
|
2600
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804) {
|
|
2601
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804$outboundSchema
|
|
2602
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804));
|
|
2599
2603
|
}
|
|
2600
|
-
export function
|
|
2601
|
-
return safeParse(jsonString, (x) =>
|
|
2602
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2604
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804FromJSON(jsonString) {
|
|
2605
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804$inboundSchema
|
|
2606
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804' from JSON`);
|
|
2603
2607
|
}
|
|
2604
2608
|
/** @internal */
|
|
2605
2609
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema = z.object({
|
|
2606
|
-
"__@BRAND@
|
|
2610
|
+
"__@BRAND@8804": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804$inboundSchema),
|
|
2607
2611
|
}).transform((v) => {
|
|
2608
2612
|
return remap$(v, {
|
|
2609
|
-
"__@BRAND@
|
|
2613
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
2610
2614
|
});
|
|
2611
2615
|
});
|
|
2612
2616
|
/** @internal */
|
|
2613
2617
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema = z.object({
|
|
2614
|
-
|
|
2618
|
+
atBRANDAt8804: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804$outboundSchema),
|
|
2615
2619
|
}).transform((v) => {
|
|
2616
2620
|
return remap$(v, {
|
|
2617
|
-
|
|
2621
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
2618
2622
|
});
|
|
2619
2623
|
});
|
|
2620
2624
|
export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMaxLength) {
|
|
@@ -2626,31 +2630,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
|
|
|
2626
2630
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength' from JSON`);
|
|
2627
2631
|
}
|
|
2628
2632
|
/** @internal */
|
|
2629
|
-
export const
|
|
2633
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804$inboundSchema = z.object({});
|
|
2630
2634
|
/** @internal */
|
|
2631
|
-
export const
|
|
2632
|
-
export function
|
|
2633
|
-
return JSON.stringify(
|
|
2634
|
-
.parse(
|
|
2635
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804$outboundSchema = z.object({});
|
|
2636
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804) {
|
|
2637
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804$outboundSchema
|
|
2638
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804));
|
|
2635
2639
|
}
|
|
2636
|
-
export function
|
|
2637
|
-
return safeParse(jsonString, (x) =>
|
|
2638
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2640
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804FromJSON(jsonString) {
|
|
2641
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804$inboundSchema
|
|
2642
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804' from JSON`);
|
|
2639
2643
|
}
|
|
2640
2644
|
/** @internal */
|
|
2641
2645
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema = z.object({
|
|
2642
|
-
"__@BRAND@
|
|
2646
|
+
"__@BRAND@8804": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804$inboundSchema),
|
|
2643
2647
|
}).transform((v) => {
|
|
2644
2648
|
return remap$(v, {
|
|
2645
|
-
"__@BRAND@
|
|
2649
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
2646
2650
|
});
|
|
2647
2651
|
});
|
|
2648
2652
|
/** @internal */
|
|
2649
2653
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema = z.object({
|
|
2650
|
-
|
|
2654
|
+
atBRANDAt8804: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804$outboundSchema),
|
|
2651
2655
|
}).transform((v) => {
|
|
2652
2656
|
return remap$(v, {
|
|
2653
|
-
|
|
2657
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
2654
2658
|
});
|
|
2655
2659
|
});
|
|
2656
2660
|
export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMinLength) {
|
|
@@ -2662,31 +2666,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
|
|
|
2662
2666
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMinLength' from JSON`);
|
|
2663
2667
|
}
|
|
2664
2668
|
/** @internal */
|
|
2665
|
-
export const
|
|
2669
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804$inboundSchema = z.object({});
|
|
2666
2670
|
/** @internal */
|
|
2667
|
-
export const
|
|
2668
|
-
export function
|
|
2669
|
-
return JSON.stringify(
|
|
2670
|
-
.parse(
|
|
2671
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804$outboundSchema = z.object({});
|
|
2672
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804) {
|
|
2673
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804$outboundSchema
|
|
2674
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804));
|
|
2671
2675
|
}
|
|
2672
|
-
export function
|
|
2673
|
-
return safeParse(jsonString, (x) =>
|
|
2674
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2676
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804FromJSON(jsonString) {
|
|
2677
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804$inboundSchema
|
|
2678
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804' from JSON`);
|
|
2675
2679
|
}
|
|
2676
2680
|
/** @internal */
|
|
2677
2681
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema = z.object({
|
|
2678
|
-
"__@BRAND@
|
|
2682
|
+
"__@BRAND@8804": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804$inboundSchema),
|
|
2679
2683
|
}).transform((v) => {
|
|
2680
2684
|
return remap$(v, {
|
|
2681
|
-
"__@BRAND@
|
|
2685
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
2682
2686
|
});
|
|
2683
2687
|
});
|
|
2684
2688
|
/** @internal */
|
|
2685
2689
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema = z.object({
|
|
2686
|
-
|
|
2690
|
+
atBRANDAt8804: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804$outboundSchema),
|
|
2687
2691
|
}).transform((v) => {
|
|
2688
2692
|
return remap$(v, {
|
|
2689
|
-
|
|
2693
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
2690
2694
|
});
|
|
2691
2695
|
});
|
|
2692
2696
|
export function createIntegrationStoreDirectPropertiesIntegrationsPatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsPattern) {
|
|
@@ -3802,31 +3806,31 @@ export const CreateIntegrationStoreDirectPropertiesUiControl$inboundSchema = z
|
|
|
3802
3806
|
/** @internal */
|
|
3803
3807
|
export const CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$inboundSchema;
|
|
3804
3808
|
/** @internal */
|
|
3805
|
-
export const
|
|
3809
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804$inboundSchema = z.object({});
|
|
3806
3810
|
/** @internal */
|
|
3807
|
-
export const
|
|
3808
|
-
export function
|
|
3809
|
-
return JSON.stringify(
|
|
3810
|
-
.parse(
|
|
3811
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804$outboundSchema = z.object({});
|
|
3812
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804) {
|
|
3813
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804$outboundSchema
|
|
3814
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804));
|
|
3811
3815
|
}
|
|
3812
|
-
export function
|
|
3813
|
-
return safeParse(jsonString, (x) =>
|
|
3814
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3816
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804FromJSON(jsonString) {
|
|
3817
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804$inboundSchema
|
|
3818
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804' from JSON`);
|
|
3815
3819
|
}
|
|
3816
3820
|
/** @internal */
|
|
3817
3821
|
export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema = z.object({
|
|
3818
|
-
"__@BRAND@
|
|
3822
|
+
"__@BRAND@8804": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804$inboundSchema),
|
|
3819
3823
|
}).transform((v) => {
|
|
3820
3824
|
return remap$(v, {
|
|
3821
|
-
"__@BRAND@
|
|
3825
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
3822
3826
|
});
|
|
3823
3827
|
});
|
|
3824
3828
|
/** @internal */
|
|
3825
3829
|
export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema = z.object({
|
|
3826
|
-
|
|
3830
|
+
atBRANDAt8804: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804$outboundSchema),
|
|
3827
3831
|
}).transform((v) => {
|
|
3828
3832
|
return remap$(v, {
|
|
3829
|
-
|
|
3833
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
3830
3834
|
});
|
|
3831
3835
|
});
|
|
3832
3836
|
export function createIntegrationStoreDirectPropertiesMaxLengthToJSON(createIntegrationStoreDirectPropertiesMaxLength) {
|
|
@@ -3836,29 +3840,29 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonStri
|
|
|
3836
3840
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMaxLength' from JSON`);
|
|
3837
3841
|
}
|
|
3838
3842
|
/** @internal */
|
|
3839
|
-
export const
|
|
3843
|
+
export const PropertiesAtBRANDAt8804$inboundSchema = z.object({});
|
|
3840
3844
|
/** @internal */
|
|
3841
|
-
export const
|
|
3842
|
-
export function
|
|
3843
|
-
return JSON.stringify(
|
|
3845
|
+
export const PropertiesAtBRANDAt8804$outboundSchema = z.object({});
|
|
3846
|
+
export function propertiesAtBRANDAt8804ToJSON(propertiesAtBRANDAt8804) {
|
|
3847
|
+
return JSON.stringify(PropertiesAtBRANDAt8804$outboundSchema.parse(propertiesAtBRANDAt8804));
|
|
3844
3848
|
}
|
|
3845
|
-
export function
|
|
3846
|
-
return safeParse(jsonString, (x) =>
|
|
3849
|
+
export function propertiesAtBRANDAt8804FromJSON(jsonString) {
|
|
3850
|
+
return safeParse(jsonString, (x) => PropertiesAtBRANDAt8804$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt8804' from JSON`);
|
|
3847
3851
|
}
|
|
3848
3852
|
/** @internal */
|
|
3849
3853
|
export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema = z.object({
|
|
3850
|
-
"__@BRAND@
|
|
3854
|
+
"__@BRAND@8804": z.lazy(() => PropertiesAtBRANDAt8804$inboundSchema),
|
|
3851
3855
|
}).transform((v) => {
|
|
3852
3856
|
return remap$(v, {
|
|
3853
|
-
"__@BRAND@
|
|
3857
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
3854
3858
|
});
|
|
3855
3859
|
});
|
|
3856
3860
|
/** @internal */
|
|
3857
3861
|
export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema = z.object({
|
|
3858
|
-
|
|
3862
|
+
atBRANDAt8804: z.lazy(() => PropertiesAtBRANDAt8804$outboundSchema),
|
|
3859
3863
|
}).transform((v) => {
|
|
3860
3864
|
return remap$(v, {
|
|
3861
|
-
|
|
3865
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
3862
3866
|
});
|
|
3863
3867
|
});
|
|
3864
3868
|
export function createIntegrationStoreDirectPropertiesMinLengthToJSON(createIntegrationStoreDirectPropertiesMinLength) {
|
|
@@ -3868,29 +3872,29 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonStri
|
|
|
3868
3872
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMinLength' from JSON`);
|
|
3869
3873
|
}
|
|
3870
3874
|
/** @internal */
|
|
3871
|
-
export const
|
|
3875
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8804$inboundSchema = z.object({});
|
|
3872
3876
|
/** @internal */
|
|
3873
|
-
export const
|
|
3874
|
-
export function
|
|
3875
|
-
return JSON.stringify(
|
|
3877
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8804$outboundSchema = z.object({});
|
|
3878
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8804ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8804) {
|
|
3879
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt8804$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt8804));
|
|
3876
3880
|
}
|
|
3877
|
-
export function
|
|
3878
|
-
return safeParse(jsonString, (x) =>
|
|
3881
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8804FromJSON(jsonString) {
|
|
3882
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt8804$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8804' from JSON`);
|
|
3879
3883
|
}
|
|
3880
3884
|
/** @internal */
|
|
3881
3885
|
export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema = z.object({
|
|
3882
|
-
"__@BRAND@
|
|
3886
|
+
"__@BRAND@8804": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8804$inboundSchema),
|
|
3883
3887
|
}).transform((v) => {
|
|
3884
3888
|
return remap$(v, {
|
|
3885
|
-
"__@BRAND@
|
|
3889
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
3886
3890
|
});
|
|
3887
3891
|
});
|
|
3888
3892
|
/** @internal */
|
|
3889
3893
|
export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema = z.object({
|
|
3890
|
-
|
|
3894
|
+
atBRANDAt8804: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8804$outboundSchema),
|
|
3891
3895
|
}).transform((v) => {
|
|
3892
3896
|
return remap$(v, {
|
|
3893
|
-
|
|
3897
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
3894
3898
|
});
|
|
3895
3899
|
});
|
|
3896
3900
|
export function createIntegrationStoreDirectPropertiesPatternToJSON(createIntegrationStoreDirectPropertiesPattern) {
|
|
@@ -4316,29 +4320,29 @@ export function guidesFromJSON(jsonString) {
|
|
|
4316
4320
|
return safeParse(jsonString, (x) => Guides$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Guides' from JSON`);
|
|
4317
4321
|
}
|
|
4318
4322
|
/** @internal */
|
|
4319
|
-
export const
|
|
4323
|
+
export const AtBRANDAt8804$inboundSchema = z.object({});
|
|
4320
4324
|
/** @internal */
|
|
4321
|
-
export const
|
|
4322
|
-
export function
|
|
4323
|
-
return JSON.stringify(
|
|
4325
|
+
export const AtBRANDAt8804$outboundSchema = z.object({});
|
|
4326
|
+
export function atBRANDAt8804ToJSON(atBRANDAt8804) {
|
|
4327
|
+
return JSON.stringify(AtBRANDAt8804$outboundSchema.parse(atBRANDAt8804));
|
|
4324
4328
|
}
|
|
4325
|
-
export function
|
|
4326
|
-
return safeParse(jsonString, (x) =>
|
|
4329
|
+
export function atBRANDAt8804FromJSON(jsonString) {
|
|
4330
|
+
return safeParse(jsonString, (x) => AtBRANDAt8804$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt8804' from JSON`);
|
|
4327
4331
|
}
|
|
4328
4332
|
/** @internal */
|
|
4329
4333
|
export const CreateIntegrationStoreDirectValue$inboundSchema = z.object({
|
|
4330
|
-
"__@BRAND@
|
|
4334
|
+
"__@BRAND@8804": z.lazy(() => AtBRANDAt8804$inboundSchema),
|
|
4331
4335
|
}).transform((v) => {
|
|
4332
4336
|
return remap$(v, {
|
|
4333
|
-
"__@BRAND@
|
|
4337
|
+
"__@BRAND@8804": "atBRANDAt8804",
|
|
4334
4338
|
});
|
|
4335
4339
|
});
|
|
4336
4340
|
/** @internal */
|
|
4337
4341
|
export const CreateIntegrationStoreDirectValue$outboundSchema = z.object({
|
|
4338
|
-
|
|
4342
|
+
atBRANDAt8804: z.lazy(() => AtBRANDAt8804$outboundSchema),
|
|
4339
4343
|
}).transform((v) => {
|
|
4340
4344
|
return remap$(v, {
|
|
4341
|
-
|
|
4345
|
+
atBRANDAt8804: "__@BRAND@8804",
|
|
4342
4346
|
});
|
|
4343
4347
|
});
|
|
4344
4348
|
export function createIntegrationStoreDirectValueToJSON(createIntegrationStoreDirectValue) {
|