@vercel/sdk 1.11.0 → 1.11.1
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 +721 -586
- package/bin/mcp-server.js.map +24 -24
- package/esm/__tests__/checks.test.js +1 -0
- package/esm/__tests__/checks.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +4 -11
- 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__/integrations.test.js +1 -1
- package/esm/__tests__/rollingrelease.test.js +1 -1
- package/esm/__tests__/security.test.js +1 -11
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/__tests__/teams.test.js +2 -2
- package/esm/__tests__/teams.test.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/models/canceldeploymentop.d.ts +3 -0
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +1 -0
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +6 -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/createedgeconfigop.d.ts +2 -0
- package/esm/models/createedgeconfigop.d.ts.map +1 -1
- package/esm/models/createedgeconfigop.js +2 -0
- package/esm/models/createedgeconfigop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +252 -240
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +298 -294
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +170 -162
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +158 -154
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/getallchecksop.d.ts +2 -0
- package/esm/models/getallchecksop.d.ts.map +1 -1
- package/esm/models/getallchecksop.js +2 -0
- package/esm/models/getallchecksop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +421 -331
- package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
- package/esm/models/getconfigurationproductsop.js +482 -410
- package/esm/models/getconfigurationproductsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +3 -0
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +1 -0
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +3 -0
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +1 -0
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getedgeconfigop.d.ts +2 -0
- package/esm/models/getedgeconfigop.d.ts.map +1 -1
- package/esm/models/getedgeconfigop.js +2 -0
- package/esm/models/getedgeconfigop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +5 -0
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +3 -0
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getteammembersop.d.ts +36 -30
- package/esm/models/getteammembersop.d.ts.map +1 -1
- package/esm/models/getteammembersop.js +12 -10
- package/esm/models/getteammembersop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +3 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +1 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/importresourceop.d.ts +36 -0
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +25 -0
- package/esm/models/importresourceop.js.map +1 -1
- package/esm/models/team.d.ts +150 -26
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +110 -30
- package/esm/models/team.js.map +1 -1
- package/esm/models/updateedgeconfigop.d.ts +2 -0
- package/esm/models/updateedgeconfigop.d.ts.map +1 -1
- package/esm/models/updateedgeconfigop.js +2 -0
- package/esm/models/updateedgeconfigop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +5 -0
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +3 -0
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +8 -0
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +4 -0
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +2 -2
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/checks.test.ts +1 -0
- package/src/__tests__/domains.test.ts +4 -11
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/rollingrelease.test.ts +1 -1
- package/src/__tests__/security.test.ts +1 -11
- package/src/__tests__/teams.test.ts +2 -2
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/canceldeploymentop.ts +1 -0
- package/src/models/createdeploymentop.ts +2 -0
- package/src/models/createedgeconfigop.ts +4 -0
- package/src/models/createintegrationstoredirectop.ts +509 -505
- package/src/models/createprojectop.ts +304 -298
- package/src/models/getallchecksop.ts +4 -0
- package/src/models/getconfigurationproductsop.ts +847 -706
- package/src/models/getdeploymentop.ts +1 -0
- package/src/models/getdeploymentsop.ts +1 -0
- package/src/models/getedgeconfigop.ts +4 -0
- package/src/models/getprojectsop.ts +5 -0
- package/src/models/getteammembersop.ts +12 -10
- package/src/models/getwebhooksop.ts +1 -0
- package/src/models/importresourceop.ts +34 -0
- package/src/models/team.ts +177 -42
- package/src/models/updateedgeconfigop.ts +4 -0
- package/src/models/updateprojectdatacacheop.ts +5 -0
- package/src/models/updateprojectop.ts +6 -0
- package/src/models/userevent.ts +2 -2
- package/vercel-spec.json +781 -634
|
@@ -44,6 +44,14 @@ export const Format = {
|
|
|
44
44
|
Json: "json",
|
|
45
45
|
Ndjson: "ndjson",
|
|
46
46
|
};
|
|
47
|
+
export const GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus = {
|
|
48
|
+
Disabled: "disabled",
|
|
49
|
+
Enabled: "enabled",
|
|
50
|
+
};
|
|
51
|
+
export const GetConfigurationProductsFormat = {
|
|
52
|
+
Json: "json",
|
|
53
|
+
Proto: "proto",
|
|
54
|
+
};
|
|
47
55
|
export const GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus = {
|
|
48
56
|
Disabled: "disabled",
|
|
49
57
|
Enabled: "enabled",
|
|
@@ -62,6 +70,7 @@ export const PrimaryProtocol = {
|
|
|
62
70
|
Workflow: "workflow",
|
|
63
71
|
Checks: "checks",
|
|
64
72
|
LogDrain: "logDrain",
|
|
73
|
+
TraceDrain: "traceDrain",
|
|
65
74
|
Messaging: "messaging",
|
|
66
75
|
Other: "other",
|
|
67
76
|
};
|
|
@@ -697,16 +706,16 @@ export var Format$;
|
|
|
697
706
|
/** @internal */
|
|
698
707
|
export const LogDrain$inboundSchema = z.object({
|
|
699
708
|
status: GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus$inboundSchema,
|
|
700
|
-
format: Format$inboundSchema,
|
|
701
709
|
endpoint: z.string(),
|
|
702
710
|
headers: z.record(z.string()).optional(),
|
|
711
|
+
format: Format$inboundSchema,
|
|
703
712
|
});
|
|
704
713
|
/** @internal */
|
|
705
714
|
export const LogDrain$outboundSchema = z.object({
|
|
706
715
|
status: GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus$outboundSchema,
|
|
707
|
-
format: Format$outboundSchema,
|
|
708
716
|
endpoint: z.string(),
|
|
709
717
|
headers: z.record(z.string()).optional(),
|
|
718
|
+
format: Format$outboundSchema,
|
|
710
719
|
});
|
|
711
720
|
/**
|
|
712
721
|
* @internal
|
|
@@ -726,6 +735,67 @@ export function logDrainFromJSON(jsonString) {
|
|
|
726
735
|
return safeParse(jsonString, (x) => LogDrain$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'LogDrain' from JSON`);
|
|
727
736
|
}
|
|
728
737
|
/** @internal */
|
|
738
|
+
export const GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$inboundSchema = z.nativeEnum(GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus);
|
|
739
|
+
/** @internal */
|
|
740
|
+
export const GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$outboundSchema = GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$inboundSchema;
|
|
741
|
+
/**
|
|
742
|
+
* @internal
|
|
743
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
744
|
+
*/
|
|
745
|
+
export var GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$;
|
|
746
|
+
(function (GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$) {
|
|
747
|
+
/** @deprecated use `GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$inboundSchema` instead. */
|
|
748
|
+
GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$.inboundSchema = GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$inboundSchema;
|
|
749
|
+
/** @deprecated use `GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$outboundSchema` instead. */
|
|
750
|
+
GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$.outboundSchema = GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$outboundSchema;
|
|
751
|
+
})(GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$ || (GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$ = {}));
|
|
752
|
+
/** @internal */
|
|
753
|
+
export const GetConfigurationProductsFormat$inboundSchema = z.nativeEnum(GetConfigurationProductsFormat);
|
|
754
|
+
/** @internal */
|
|
755
|
+
export const GetConfigurationProductsFormat$outboundSchema = GetConfigurationProductsFormat$inboundSchema;
|
|
756
|
+
/**
|
|
757
|
+
* @internal
|
|
758
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
759
|
+
*/
|
|
760
|
+
export var GetConfigurationProductsFormat$;
|
|
761
|
+
(function (GetConfigurationProductsFormat$) {
|
|
762
|
+
/** @deprecated use `GetConfigurationProductsFormat$inboundSchema` instead. */
|
|
763
|
+
GetConfigurationProductsFormat$.inboundSchema = GetConfigurationProductsFormat$inboundSchema;
|
|
764
|
+
/** @deprecated use `GetConfigurationProductsFormat$outboundSchema` instead. */
|
|
765
|
+
GetConfigurationProductsFormat$.outboundSchema = GetConfigurationProductsFormat$outboundSchema;
|
|
766
|
+
})(GetConfigurationProductsFormat$ || (GetConfigurationProductsFormat$ = {}));
|
|
767
|
+
/** @internal */
|
|
768
|
+
export const TraceDrain$inboundSchema = z.object({
|
|
769
|
+
status: GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$inboundSchema,
|
|
770
|
+
endpoint: z.string(),
|
|
771
|
+
headers: z.record(z.string()).optional(),
|
|
772
|
+
format: GetConfigurationProductsFormat$inboundSchema,
|
|
773
|
+
});
|
|
774
|
+
/** @internal */
|
|
775
|
+
export const TraceDrain$outboundSchema = z.object({
|
|
776
|
+
status: GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$outboundSchema,
|
|
777
|
+
endpoint: z.string(),
|
|
778
|
+
headers: z.record(z.string()).optional(),
|
|
779
|
+
format: GetConfigurationProductsFormat$outboundSchema,
|
|
780
|
+
});
|
|
781
|
+
/**
|
|
782
|
+
* @internal
|
|
783
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
784
|
+
*/
|
|
785
|
+
export var TraceDrain$;
|
|
786
|
+
(function (TraceDrain$) {
|
|
787
|
+
/** @deprecated use `TraceDrain$inboundSchema` instead. */
|
|
788
|
+
TraceDrain$.inboundSchema = TraceDrain$inboundSchema;
|
|
789
|
+
/** @deprecated use `TraceDrain$outboundSchema` instead. */
|
|
790
|
+
TraceDrain$.outboundSchema = TraceDrain$outboundSchema;
|
|
791
|
+
})(TraceDrain$ || (TraceDrain$ = {}));
|
|
792
|
+
export function traceDrainToJSON(traceDrain) {
|
|
793
|
+
return JSON.stringify(TraceDrain$outboundSchema.parse(traceDrain));
|
|
794
|
+
}
|
|
795
|
+
export function traceDrainFromJSON(jsonString) {
|
|
796
|
+
return safeParse(jsonString, (x) => TraceDrain$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'TraceDrain' from JSON`);
|
|
797
|
+
}
|
|
798
|
+
/** @internal */
|
|
729
799
|
export const GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$inboundSchema = z.nativeEnum(GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus);
|
|
730
800
|
/** @internal */
|
|
731
801
|
export const GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$outboundSchema = GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$inboundSchema;
|
|
@@ -817,6 +887,7 @@ export const Protocols$inboundSchema = z.object({
|
|
|
817
887
|
workflow: z.lazy(() => Workflow$inboundSchema).optional(),
|
|
818
888
|
checks: z.lazy(() => GetConfigurationProductsChecks$inboundSchema).optional(),
|
|
819
889
|
logDrain: z.lazy(() => LogDrain$inboundSchema).optional(),
|
|
890
|
+
traceDrain: z.lazy(() => TraceDrain$inboundSchema).optional(),
|
|
820
891
|
messaging: z.lazy(() => Messaging$inboundSchema).optional(),
|
|
821
892
|
other: z.lazy(() => Other$inboundSchema).optional(),
|
|
822
893
|
});
|
|
@@ -832,6 +903,7 @@ export const Protocols$outboundSchema = z.object({
|
|
|
832
903
|
checks: z.lazy(() => GetConfigurationProductsChecks$outboundSchema)
|
|
833
904
|
.optional(),
|
|
834
905
|
logDrain: z.lazy(() => LogDrain$outboundSchema).optional(),
|
|
906
|
+
traceDrain: z.lazy(() => TraceDrain$outboundSchema).optional(),
|
|
835
907
|
messaging: z.lazy(() => Messaging$outboundSchema).optional(),
|
|
836
908
|
other: z.lazy(() => Other$outboundSchema).optional(),
|
|
837
909
|
});
|
|
@@ -883,42 +955,42 @@ export var GetConfigurationProductsType$;
|
|
|
883
955
|
GetConfigurationProductsType$.outboundSchema = GetConfigurationProductsType$outboundSchema;
|
|
884
956
|
})(GetConfigurationProductsType$ || (GetConfigurationProductsType$ = {}));
|
|
885
957
|
/** @internal */
|
|
886
|
-
export const
|
|
958
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$inboundSchema = z.object({});
|
|
887
959
|
/** @internal */
|
|
888
|
-
export const
|
|
960
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$outboundSchema = z.object({});
|
|
889
961
|
/**
|
|
890
962
|
* @internal
|
|
891
963
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
892
964
|
*/
|
|
893
|
-
export var
|
|
894
|
-
(function (
|
|
895
|
-
/** @deprecated use `
|
|
896
|
-
|
|
897
|
-
/** @deprecated use `
|
|
898
|
-
|
|
899
|
-
})(
|
|
900
|
-
export function
|
|
901
|
-
return JSON.stringify(
|
|
902
|
-
.parse(
|
|
965
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$;
|
|
966
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$) {
|
|
967
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$inboundSchema` instead. */
|
|
968
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$inboundSchema;
|
|
969
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$outboundSchema` instead. */
|
|
970
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$outboundSchema;
|
|
971
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$ = {}));
|
|
972
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349) {
|
|
973
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$outboundSchema
|
|
974
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349));
|
|
903
975
|
}
|
|
904
|
-
export function
|
|
905
|
-
return safeParse(jsonString, (x) =>
|
|
906
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
976
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349FromJSON(jsonString) {
|
|
977
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$inboundSchema
|
|
978
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349' from JSON`);
|
|
907
979
|
}
|
|
908
980
|
/** @internal */
|
|
909
981
|
export const PropertiesValue$inboundSchema = z.object({
|
|
910
|
-
"__@BRAND@
|
|
982
|
+
"__@BRAND@510349": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$inboundSchema),
|
|
911
983
|
}).transform((v) => {
|
|
912
984
|
return remap$(v, {
|
|
913
|
-
"__@BRAND@
|
|
985
|
+
"__@BRAND@510349": "atBRANDAt510349",
|
|
914
986
|
});
|
|
915
987
|
});
|
|
916
988
|
/** @internal */
|
|
917
989
|
export const PropertiesValue$outboundSchema = z.object({
|
|
918
|
-
|
|
990
|
+
atBRANDAt510349: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$outboundSchema),
|
|
919
991
|
}).transform((v) => {
|
|
920
992
|
return remap$(v, {
|
|
921
|
-
|
|
993
|
+
atBRANDAt510349: "__@BRAND@510349",
|
|
922
994
|
});
|
|
923
995
|
});
|
|
924
996
|
/**
|
|
@@ -1167,42 +1239,42 @@ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJ
|
|
|
1167
1239
|
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$outboundSchema;
|
|
1168
1240
|
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$ = {}));
|
|
1169
1241
|
/** @internal */
|
|
1170
|
-
export const
|
|
1242
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$inboundSchema = z.object({});
|
|
1171
1243
|
/** @internal */
|
|
1172
|
-
export const
|
|
1244
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$outboundSchema = z.object({});
|
|
1173
1245
|
/**
|
|
1174
1246
|
* @internal
|
|
1175
1247
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1176
1248
|
*/
|
|
1177
|
-
export var
|
|
1178
|
-
(function (
|
|
1179
|
-
/** @deprecated use `
|
|
1180
|
-
|
|
1181
|
-
/** @deprecated use `
|
|
1182
|
-
|
|
1183
|
-
})(
|
|
1184
|
-
export function
|
|
1185
|
-
return JSON.stringify(
|
|
1186
|
-
.parse(
|
|
1249
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$;
|
|
1250
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$) {
|
|
1251
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$inboundSchema` instead. */
|
|
1252
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$inboundSchema;
|
|
1253
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$outboundSchema` instead. */
|
|
1254
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$outboundSchema;
|
|
1255
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$ = {}));
|
|
1256
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349) {
|
|
1257
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$outboundSchema
|
|
1258
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349));
|
|
1187
1259
|
}
|
|
1188
|
-
export function
|
|
1189
|
-
return safeParse(jsonString, (x) =>
|
|
1190
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1260
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349FromJSON(jsonString) {
|
|
1261
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$inboundSchema
|
|
1262
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349' from JSON`);
|
|
1191
1263
|
}
|
|
1192
1264
|
/** @internal */
|
|
1193
1265
|
export const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
|
|
1194
|
-
"__@BRAND@
|
|
1266
|
+
"__@BRAND@510349": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$inboundSchema),
|
|
1195
1267
|
}).transform((v) => {
|
|
1196
1268
|
return remap$(v, {
|
|
1197
|
-
"__@BRAND@
|
|
1269
|
+
"__@BRAND@510349": "atBRANDAt510349",
|
|
1198
1270
|
});
|
|
1199
1271
|
});
|
|
1200
1272
|
/** @internal */
|
|
1201
1273
|
export const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
|
|
1202
|
-
|
|
1274
|
+
atBRANDAt510349: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$outboundSchema),
|
|
1203
1275
|
}).transform((v) => {
|
|
1204
1276
|
return remap$(v, {
|
|
1205
|
-
|
|
1277
|
+
atBRANDAt510349: "__@BRAND@510349",
|
|
1206
1278
|
});
|
|
1207
1279
|
});
|
|
1208
1280
|
/**
|
|
@@ -1225,42 +1297,42 @@ export function getConfigurationProductsPropertiesIntegrationsResponseMinLengthF
|
|
|
1225
1297
|
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseMinLength' from JSON`);
|
|
1226
1298
|
}
|
|
1227
1299
|
/** @internal */
|
|
1228
|
-
export const
|
|
1300
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$inboundSchema = z.object({});
|
|
1229
1301
|
/** @internal */
|
|
1230
|
-
export const
|
|
1302
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$outboundSchema = z.object({});
|
|
1231
1303
|
/**
|
|
1232
1304
|
* @internal
|
|
1233
1305
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1234
1306
|
*/
|
|
1235
|
-
export var
|
|
1236
|
-
(function (
|
|
1237
|
-
/** @deprecated use `
|
|
1238
|
-
|
|
1239
|
-
/** @deprecated use `
|
|
1240
|
-
|
|
1241
|
-
})(
|
|
1242
|
-
export function
|
|
1243
|
-
return JSON.stringify(
|
|
1244
|
-
.parse(
|
|
1307
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$;
|
|
1308
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$) {
|
|
1309
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$inboundSchema` instead. */
|
|
1310
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$inboundSchema;
|
|
1311
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$outboundSchema` instead. */
|
|
1312
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$outboundSchema;
|
|
1313
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$ = {}));
|
|
1314
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349) {
|
|
1315
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$outboundSchema
|
|
1316
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349));
|
|
1245
1317
|
}
|
|
1246
|
-
export function
|
|
1247
|
-
return safeParse(jsonString, (x) =>
|
|
1248
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1318
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349FromJSON(jsonString) {
|
|
1319
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$inboundSchema
|
|
1320
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349' from JSON`);
|
|
1249
1321
|
}
|
|
1250
1322
|
/** @internal */
|
|
1251
1323
|
export const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
|
|
1252
|
-
"__@BRAND@
|
|
1324
|
+
"__@BRAND@510349": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$inboundSchema),
|
|
1253
1325
|
}).transform((v) => {
|
|
1254
1326
|
return remap$(v, {
|
|
1255
|
-
"__@BRAND@
|
|
1327
|
+
"__@BRAND@510349": "atBRANDAt510349",
|
|
1256
1328
|
});
|
|
1257
1329
|
});
|
|
1258
1330
|
/** @internal */
|
|
1259
1331
|
export const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
|
|
1260
|
-
|
|
1332
|
+
atBRANDAt510349: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$outboundSchema),
|
|
1261
1333
|
}).transform((v) => {
|
|
1262
1334
|
return remap$(v, {
|
|
1263
|
-
|
|
1335
|
+
atBRANDAt510349: "__@BRAND@510349",
|
|
1264
1336
|
});
|
|
1265
1337
|
});
|
|
1266
1338
|
/**
|
|
@@ -1283,42 +1355,42 @@ export function getConfigurationProductsPropertiesIntegrationsResponseMaxLengthF
|
|
|
1283
1355
|
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseMaxLength' from JSON`);
|
|
1284
1356
|
}
|
|
1285
1357
|
/** @internal */
|
|
1286
|
-
export const
|
|
1358
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$inboundSchema = z.object({});
|
|
1287
1359
|
/** @internal */
|
|
1288
|
-
export const
|
|
1360
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$outboundSchema = z.object({});
|
|
1289
1361
|
/**
|
|
1290
1362
|
* @internal
|
|
1291
1363
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1292
1364
|
*/
|
|
1293
|
-
export var
|
|
1294
|
-
(function (
|
|
1295
|
-
/** @deprecated use `
|
|
1296
|
-
|
|
1297
|
-
/** @deprecated use `
|
|
1298
|
-
|
|
1299
|
-
})(
|
|
1300
|
-
export function
|
|
1301
|
-
return JSON.stringify(
|
|
1302
|
-
.parse(
|
|
1365
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$;
|
|
1366
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$) {
|
|
1367
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$inboundSchema` instead. */
|
|
1368
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$inboundSchema;
|
|
1369
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$outboundSchema` instead. */
|
|
1370
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$outboundSchema;
|
|
1371
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$ = {}));
|
|
1372
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349) {
|
|
1373
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$outboundSchema
|
|
1374
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349));
|
|
1303
1375
|
}
|
|
1304
|
-
export function
|
|
1305
|
-
return safeParse(jsonString, (x) =>
|
|
1306
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1376
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349FromJSON(jsonString) {
|
|
1377
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$inboundSchema
|
|
1378
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349' from JSON`);
|
|
1307
1379
|
}
|
|
1308
1380
|
/** @internal */
|
|
1309
1381
|
export const GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
|
|
1310
|
-
"__@BRAND@
|
|
1382
|
+
"__@BRAND@510349": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$inboundSchema),
|
|
1311
1383
|
}).transform((v) => {
|
|
1312
1384
|
return remap$(v, {
|
|
1313
|
-
"__@BRAND@
|
|
1385
|
+
"__@BRAND@510349": "atBRANDAt510349",
|
|
1314
1386
|
});
|
|
1315
1387
|
});
|
|
1316
1388
|
/** @internal */
|
|
1317
1389
|
export const GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
|
|
1318
|
-
|
|
1390
|
+
atBRANDAt510349: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$outboundSchema),
|
|
1319
1391
|
}).transform((v) => {
|
|
1320
1392
|
return remap$(v, {
|
|
1321
|
-
|
|
1393
|
+
atBRANDAt510349: "__@BRAND@510349",
|
|
1322
1394
|
});
|
|
1323
1395
|
});
|
|
1324
1396
|
/**
|
|
@@ -1378,42 +1450,42 @@ export function getConfigurationProductsPropertiesIntegrationsItemsFromJSON(json
|
|
|
1378
1450
|
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsItems$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsItems' from JSON`);
|
|
1379
1451
|
}
|
|
1380
1452
|
/** @internal */
|
|
1381
|
-
export const
|
|
1453
|
+
export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$inboundSchema = z.object({});
|
|
1382
1454
|
/** @internal */
|
|
1383
|
-
export const
|
|
1455
|
+
export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$outboundSchema = z.object({});
|
|
1384
1456
|
/**
|
|
1385
1457
|
* @internal
|
|
1386
1458
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1387
1459
|
*/
|
|
1388
|
-
export var
|
|
1389
|
-
(function (
|
|
1390
|
-
/** @deprecated use `
|
|
1391
|
-
|
|
1392
|
-
/** @deprecated use `
|
|
1393
|
-
|
|
1394
|
-
})(
|
|
1395
|
-
export function
|
|
1396
|
-
return JSON.stringify(
|
|
1397
|
-
.parse(
|
|
1460
|
+
export var GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$;
|
|
1461
|
+
(function (GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$) {
|
|
1462
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$inboundSchema` instead. */
|
|
1463
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$inboundSchema;
|
|
1464
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$outboundSchema` instead. */
|
|
1465
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$outboundSchema;
|
|
1466
|
+
})(GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$ || (GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$ = {}));
|
|
1467
|
+
export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349ToJSON(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349) {
|
|
1468
|
+
return JSON.stringify(GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$outboundSchema
|
|
1469
|
+
.parse(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349));
|
|
1398
1470
|
}
|
|
1399
|
-
export function
|
|
1400
|
-
return safeParse(jsonString, (x) =>
|
|
1401
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1471
|
+
export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349FromJSON(jsonString) {
|
|
1472
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$inboundSchema
|
|
1473
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349' from JSON`);
|
|
1402
1474
|
}
|
|
1403
1475
|
/** @internal */
|
|
1404
1476
|
export const GetConfigurationProductsUiOptionsValue$inboundSchema = z.object({
|
|
1405
|
-
"__@BRAND@
|
|
1477
|
+
"__@BRAND@510349": z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$inboundSchema),
|
|
1406
1478
|
}).transform((v) => {
|
|
1407
1479
|
return remap$(v, {
|
|
1408
|
-
"__@BRAND@
|
|
1480
|
+
"__@BRAND@510349": "atBRANDAt510349",
|
|
1409
1481
|
});
|
|
1410
1482
|
});
|
|
1411
1483
|
/** @internal */
|
|
1412
1484
|
export const GetConfigurationProductsUiOptionsValue$outboundSchema = z.object({
|
|
1413
|
-
|
|
1485
|
+
atBRANDAt510349: z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$outboundSchema),
|
|
1414
1486
|
}).transform((v) => {
|
|
1415
1487
|
return remap$(v, {
|
|
1416
|
-
|
|
1488
|
+
atBRANDAt510349: "__@BRAND@510349",
|
|
1417
1489
|
});
|
|
1418
1490
|
});
|
|
1419
1491
|
/**
|
|
@@ -1625,40 +1697,40 @@ export function getConfigurationProductsUiOptions3FromJSON(jsonString) {
|
|
|
1625
1697
|
return safeParse(jsonString, (x) => GetConfigurationProductsUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptions3' from JSON`);
|
|
1626
1698
|
}
|
|
1627
1699
|
/** @internal */
|
|
1628
|
-
export const
|
|
1700
|
+
export const GetConfigurationProductsUiOptionsAtBRANDAt510349$inboundSchema = z.object({});
|
|
1629
1701
|
/** @internal */
|
|
1630
|
-
export const
|
|
1702
|
+
export const GetConfigurationProductsUiOptionsAtBRANDAt510349$outboundSchema = z.object({});
|
|
1631
1703
|
/**
|
|
1632
1704
|
* @internal
|
|
1633
1705
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1634
1706
|
*/
|
|
1635
|
-
export var
|
|
1636
|
-
(function (
|
|
1637
|
-
/** @deprecated use `
|
|
1638
|
-
|
|
1639
|
-
/** @deprecated use `
|
|
1640
|
-
|
|
1641
|
-
})(
|
|
1642
|
-
export function
|
|
1643
|
-
return JSON.stringify(
|
|
1707
|
+
export var GetConfigurationProductsUiOptionsAtBRANDAt510349$;
|
|
1708
|
+
(function (GetConfigurationProductsUiOptionsAtBRANDAt510349$) {
|
|
1709
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt510349$inboundSchema` instead. */
|
|
1710
|
+
GetConfigurationProductsUiOptionsAtBRANDAt510349$.inboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt510349$inboundSchema;
|
|
1711
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt510349$outboundSchema` instead. */
|
|
1712
|
+
GetConfigurationProductsUiOptionsAtBRANDAt510349$.outboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt510349$outboundSchema;
|
|
1713
|
+
})(GetConfigurationProductsUiOptionsAtBRANDAt510349$ || (GetConfigurationProductsUiOptionsAtBRANDAt510349$ = {}));
|
|
1714
|
+
export function getConfigurationProductsUiOptionsAtBRANDAt510349ToJSON(getConfigurationProductsUiOptionsAtBRANDAt510349) {
|
|
1715
|
+
return JSON.stringify(GetConfigurationProductsUiOptionsAtBRANDAt510349$outboundSchema.parse(getConfigurationProductsUiOptionsAtBRANDAt510349));
|
|
1644
1716
|
}
|
|
1645
|
-
export function
|
|
1646
|
-
return safeParse(jsonString, (x) =>
|
|
1717
|
+
export function getConfigurationProductsUiOptionsAtBRANDAt510349FromJSON(jsonString) {
|
|
1718
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsAtBRANDAt510349$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsAtBRANDAt510349' from JSON`);
|
|
1647
1719
|
}
|
|
1648
1720
|
/** @internal */
|
|
1649
1721
|
export const GetConfigurationProductsUiOptions2$inboundSchema = z.object({
|
|
1650
|
-
"__@BRAND@
|
|
1722
|
+
"__@BRAND@510349": z.lazy(() => GetConfigurationProductsUiOptionsAtBRANDAt510349$inboundSchema),
|
|
1651
1723
|
}).transform((v) => {
|
|
1652
1724
|
return remap$(v, {
|
|
1653
|
-
"__@BRAND@
|
|
1725
|
+
"__@BRAND@510349": "atBRANDAt510349",
|
|
1654
1726
|
});
|
|
1655
1727
|
});
|
|
1656
1728
|
/** @internal */
|
|
1657
1729
|
export const GetConfigurationProductsUiOptions2$outboundSchema = z.object({
|
|
1658
|
-
|
|
1730
|
+
atBRANDAt510349: z.lazy(() => GetConfigurationProductsUiOptionsAtBRANDAt510349$outboundSchema),
|
|
1659
1731
|
}).transform((v) => {
|
|
1660
1732
|
return remap$(v, {
|
|
1661
|
-
|
|
1733
|
+
atBRANDAt510349: "__@BRAND@510349",
|
|
1662
1734
|
});
|
|
1663
1735
|
});
|
|
1664
1736
|
/**
|
|
@@ -2200,42 +2272,42 @@ export function getConfigurationProductsPropertiesIntegrationsResponse200Applica
|
|
|
2200
2272
|
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue' from JSON`);
|
|
2201
2273
|
}
|
|
2202
2274
|
/** @internal */
|
|
2203
|
-
export const
|
|
2275
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$inboundSchema = z.object({});
|
|
2204
2276
|
/** @internal */
|
|
2205
|
-
export const
|
|
2277
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$outboundSchema = z.object({});
|
|
2206
2278
|
/**
|
|
2207
2279
|
* @internal
|
|
2208
2280
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2209
2281
|
*/
|
|
2210
|
-
export var
|
|
2211
|
-
(function (
|
|
2212
|
-
/** @deprecated use `
|
|
2213
|
-
|
|
2214
|
-
/** @deprecated use `
|
|
2215
|
-
|
|
2216
|
-
})(
|
|
2217
|
-
export function
|
|
2218
|
-
return JSON.stringify(
|
|
2219
|
-
.parse(
|
|
2282
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$;
|
|
2283
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$) {
|
|
2284
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$inboundSchema` instead. */
|
|
2285
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$inboundSchema;
|
|
2286
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$outboundSchema` instead. */
|
|
2287
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$outboundSchema;
|
|
2288
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$ = {}));
|
|
2289
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349) {
|
|
2290
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$outboundSchema
|
|
2291
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349));
|
|
2220
2292
|
}
|
|
2221
|
-
export function
|
|
2222
|
-
return safeParse(jsonString, (x) =>
|
|
2223
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2293
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349FromJSON(jsonString) {
|
|
2294
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$inboundSchema
|
|
2295
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349' from JSON`);
|
|
2224
2296
|
}
|
|
2225
2297
|
/** @internal */
|
|
2226
2298
|
export const Default$inboundSchema = z.object({
|
|
2227
|
-
"__@BRAND@
|
|
2299
|
+
"__@BRAND@510349": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$inboundSchema),
|
|
2228
2300
|
}).transform((v) => {
|
|
2229
2301
|
return remap$(v, {
|
|
2230
|
-
"__@BRAND@
|
|
2302
|
+
"__@BRAND@510349": "atBRANDAt510349",
|
|
2231
2303
|
});
|
|
2232
2304
|
});
|
|
2233
2305
|
/** @internal */
|
|
2234
2306
|
export const Default$outboundSchema = z.object({
|
|
2235
|
-
|
|
2307
|
+
atBRANDAt510349: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$outboundSchema),
|
|
2236
2308
|
}).transform((v) => {
|
|
2237
2309
|
return remap$(v, {
|
|
2238
|
-
|
|
2310
|
+
atBRANDAt510349: "__@BRAND@510349",
|
|
2239
2311
|
});
|
|
2240
2312
|
});
|
|
2241
2313
|
/**
|
|
@@ -2256,42 +2328,42 @@ export function defaultFromJSON(jsonString) {
|
|
|
2256
2328
|
return safeParse(jsonString, (x) => Default$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Default' from JSON`);
|
|
2257
2329
|
}
|
|
2258
2330
|
/** @internal */
|
|
2259
|
-
export const
|
|
2331
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$inboundSchema = z.object({});
|
|
2260
2332
|
/** @internal */
|
|
2261
|
-
export const
|
|
2333
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$outboundSchema = z.object({});
|
|
2262
2334
|
/**
|
|
2263
2335
|
* @internal
|
|
2264
2336
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2265
2337
|
*/
|
|
2266
|
-
export var
|
|
2267
|
-
(function (
|
|
2268
|
-
/** @deprecated use `
|
|
2269
|
-
|
|
2270
|
-
/** @deprecated use `
|
|
2271
|
-
|
|
2272
|
-
})(
|
|
2273
|
-
export function
|
|
2274
|
-
return JSON.stringify(
|
|
2275
|
-
.parse(
|
|
2338
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$;
|
|
2339
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$) {
|
|
2340
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$inboundSchema` instead. */
|
|
2341
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$inboundSchema;
|
|
2342
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$outboundSchema` instead. */
|
|
2343
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$outboundSchema;
|
|
2344
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$ = {}));
|
|
2345
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349) {
|
|
2346
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$outboundSchema
|
|
2347
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349));
|
|
2276
2348
|
}
|
|
2277
|
-
export function
|
|
2278
|
-
return safeParse(jsonString, (x) =>
|
|
2279
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2349
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349FromJSON(jsonString) {
|
|
2350
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$inboundSchema
|
|
2351
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349' from JSON`);
|
|
2280
2352
|
}
|
|
2281
2353
|
/** @internal */
|
|
2282
2354
|
export const Example$inboundSchema = z.object({
|
|
2283
|
-
"__@BRAND@
|
|
2355
|
+
"__@BRAND@510349": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$inboundSchema),
|
|
2284
2356
|
}).transform((v) => {
|
|
2285
2357
|
return remap$(v, {
|
|
2286
|
-
"__@BRAND@
|
|
2358
|
+
"__@BRAND@510349": "atBRANDAt510349",
|
|
2287
2359
|
});
|
|
2288
2360
|
});
|
|
2289
2361
|
/** @internal */
|
|
2290
2362
|
export const Example$outboundSchema = z.object({
|
|
2291
|
-
|
|
2363
|
+
atBRANDAt510349: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$outboundSchema),
|
|
2292
2364
|
}).transform((v) => {
|
|
2293
2365
|
return remap$(v, {
|
|
2294
|
-
|
|
2366
|
+
atBRANDAt510349: "__@BRAND@510349",
|
|
2295
2367
|
});
|
|
2296
2368
|
});
|
|
2297
2369
|
/**
|
|
@@ -2459,42 +2531,42 @@ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJ
|
|
|
2459
2531
|
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema;
|
|
2460
2532
|
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$ = {}));
|
|
2461
2533
|
/** @internal */
|
|
2462
|
-
export const
|
|
2534
|
+
export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$inboundSchema = z.object({});
|
|
2463
2535
|
/** @internal */
|
|
2464
|
-
export const
|
|
2536
|
+
export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$outboundSchema = z.object({});
|
|
2465
2537
|
/**
|
|
2466
2538
|
* @internal
|
|
2467
2539
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2468
2540
|
*/
|
|
2469
|
-
export var
|
|
2470
|
-
(function (
|
|
2471
|
-
/** @deprecated use `
|
|
2472
|
-
|
|
2473
|
-
/** @deprecated use `
|
|
2474
|
-
|
|
2475
|
-
})(
|
|
2476
|
-
export function
|
|
2477
|
-
return JSON.stringify(
|
|
2478
|
-
.parse(
|
|
2541
|
+
export var GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$;
|
|
2542
|
+
(function (GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$) {
|
|
2543
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$inboundSchema` instead. */
|
|
2544
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$inboundSchema;
|
|
2545
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$outboundSchema` instead. */
|
|
2546
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$outboundSchema;
|
|
2547
|
+
})(GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$ || (GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$ = {}));
|
|
2548
|
+
export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349ToJSON(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349) {
|
|
2549
|
+
return JSON.stringify(GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$outboundSchema
|
|
2550
|
+
.parse(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349));
|
|
2479
2551
|
}
|
|
2480
|
-
export function
|
|
2481
|
-
return safeParse(jsonString, (x) =>
|
|
2482
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2552
|
+
export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349FromJSON(jsonString) {
|
|
2553
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$inboundSchema
|
|
2554
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349' from JSON`);
|
|
2483
2555
|
}
|
|
2484
2556
|
/** @internal */
|
|
2485
2557
|
export const UiOptionsValue$inboundSchema = z.object({
|
|
2486
|
-
"__@BRAND@
|
|
2558
|
+
"__@BRAND@510349": z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$inboundSchema),
|
|
2487
2559
|
}).transform((v) => {
|
|
2488
2560
|
return remap$(v, {
|
|
2489
|
-
"__@BRAND@
|
|
2561
|
+
"__@BRAND@510349": "atBRANDAt510349",
|
|
2490
2562
|
});
|
|
2491
2563
|
});
|
|
2492
2564
|
/** @internal */
|
|
2493
2565
|
export const UiOptionsValue$outboundSchema = z.object({
|
|
2494
|
-
|
|
2566
|
+
atBRANDAt510349: z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$outboundSchema),
|
|
2495
2567
|
}).transform((v) => {
|
|
2496
2568
|
return remap$(v, {
|
|
2497
|
-
|
|
2569
|
+
atBRANDAt510349: "__@BRAND@510349",
|
|
2498
2570
|
});
|
|
2499
2571
|
});
|
|
2500
2572
|
/**
|
|
@@ -2702,40 +2774,40 @@ export function uiOptions3FromJSON(jsonString) {
|
|
|
2702
2774
|
return safeParse(jsonString, (x) => UiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptions3' from JSON`);
|
|
2703
2775
|
}
|
|
2704
2776
|
/** @internal */
|
|
2705
|
-
export const
|
|
2777
|
+
export const UiOptionsAtBRANDAt510349$inboundSchema = z.object({});
|
|
2706
2778
|
/** @internal */
|
|
2707
|
-
export const
|
|
2779
|
+
export const UiOptionsAtBRANDAt510349$outboundSchema = z.object({});
|
|
2708
2780
|
/**
|
|
2709
2781
|
* @internal
|
|
2710
2782
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2711
2783
|
*/
|
|
2712
|
-
export var
|
|
2713
|
-
(function (
|
|
2714
|
-
/** @deprecated use `
|
|
2715
|
-
|
|
2716
|
-
/** @deprecated use `
|
|
2717
|
-
|
|
2718
|
-
})(
|
|
2719
|
-
export function
|
|
2720
|
-
return JSON.stringify(
|
|
2784
|
+
export var UiOptionsAtBRANDAt510349$;
|
|
2785
|
+
(function (UiOptionsAtBRANDAt510349$) {
|
|
2786
|
+
/** @deprecated use `UiOptionsAtBRANDAt510349$inboundSchema` instead. */
|
|
2787
|
+
UiOptionsAtBRANDAt510349$.inboundSchema = UiOptionsAtBRANDAt510349$inboundSchema;
|
|
2788
|
+
/** @deprecated use `UiOptionsAtBRANDAt510349$outboundSchema` instead. */
|
|
2789
|
+
UiOptionsAtBRANDAt510349$.outboundSchema = UiOptionsAtBRANDAt510349$outboundSchema;
|
|
2790
|
+
})(UiOptionsAtBRANDAt510349$ || (UiOptionsAtBRANDAt510349$ = {}));
|
|
2791
|
+
export function uiOptionsAtBRANDAt510349ToJSON(uiOptionsAtBRANDAt510349) {
|
|
2792
|
+
return JSON.stringify(UiOptionsAtBRANDAt510349$outboundSchema.parse(uiOptionsAtBRANDAt510349));
|
|
2721
2793
|
}
|
|
2722
|
-
export function
|
|
2723
|
-
return safeParse(jsonString, (x) =>
|
|
2794
|
+
export function uiOptionsAtBRANDAt510349FromJSON(jsonString) {
|
|
2795
|
+
return safeParse(jsonString, (x) => UiOptionsAtBRANDAt510349$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt510349' from JSON`);
|
|
2724
2796
|
}
|
|
2725
2797
|
/** @internal */
|
|
2726
2798
|
export const UiOptions2$inboundSchema = z.object({
|
|
2727
|
-
"__@BRAND@
|
|
2799
|
+
"__@BRAND@510349": z.lazy(() => UiOptionsAtBRANDAt510349$inboundSchema),
|
|
2728
2800
|
}).transform((v) => {
|
|
2729
2801
|
return remap$(v, {
|
|
2730
|
-
"__@BRAND@
|
|
2802
|
+
"__@BRAND@510349": "atBRANDAt510349",
|
|
2731
2803
|
});
|
|
2732
2804
|
});
|
|
2733
2805
|
/** @internal */
|
|
2734
2806
|
export const UiOptions2$outboundSchema = z.object({
|
|
2735
|
-
|
|
2807
|
+
atBRANDAt510349: z.lazy(() => UiOptionsAtBRANDAt510349$outboundSchema),
|
|
2736
2808
|
}).transform((v) => {
|
|
2737
2809
|
return remap$(v, {
|
|
2738
|
-
|
|
2810
|
+
atBRANDAt510349: "__@BRAND@510349",
|
|
2739
2811
|
});
|
|
2740
2812
|
});
|
|
2741
2813
|
/**
|
|
@@ -2974,42 +3046,42 @@ export function getConfigurationProductsPropertiesUiOptionsFromJSON(jsonString)
|
|
|
2974
3046
|
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesUiOptions' from JSON`);
|
|
2975
3047
|
}
|
|
2976
3048
|
/** @internal */
|
|
2977
|
-
export const
|
|
3049
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$inboundSchema = z.object({});
|
|
2978
3050
|
/** @internal */
|
|
2979
|
-
export const
|
|
3051
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$outboundSchema = z.object({});
|
|
2980
3052
|
/**
|
|
2981
3053
|
* @internal
|
|
2982
3054
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2983
3055
|
*/
|
|
2984
|
-
export var
|
|
2985
|
-
(function (
|
|
2986
|
-
/** @deprecated use `
|
|
2987
|
-
|
|
2988
|
-
/** @deprecated use `
|
|
2989
|
-
|
|
2990
|
-
})(
|
|
2991
|
-
export function
|
|
2992
|
-
return JSON.stringify(
|
|
2993
|
-
.parse(
|
|
3056
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$;
|
|
3057
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$) {
|
|
3058
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$inboundSchema` instead. */
|
|
3059
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$inboundSchema;
|
|
3060
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$outboundSchema` instead. */
|
|
3061
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$outboundSchema;
|
|
3062
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$ = {}));
|
|
3063
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349) {
|
|
3064
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$outboundSchema
|
|
3065
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349));
|
|
2994
3066
|
}
|
|
2995
|
-
export function
|
|
2996
|
-
return safeParse(jsonString, (x) =>
|
|
2997
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3067
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349FromJSON(jsonString) {
|
|
3068
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$inboundSchema
|
|
3069
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349' from JSON`);
|
|
2998
3070
|
}
|
|
2999
3071
|
/** @internal */
|
|
3000
3072
|
export const GetConfigurationProductsPropertiesMinLength$inboundSchema = z.object({
|
|
3001
|
-
"__@BRAND@
|
|
3073
|
+
"__@BRAND@510349": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$inboundSchema),
|
|
3002
3074
|
}).transform((v) => {
|
|
3003
3075
|
return remap$(v, {
|
|
3004
|
-
"__@BRAND@
|
|
3076
|
+
"__@BRAND@510349": "atBRANDAt510349",
|
|
3005
3077
|
});
|
|
3006
3078
|
});
|
|
3007
3079
|
/** @internal */
|
|
3008
3080
|
export const GetConfigurationProductsPropertiesMinLength$outboundSchema = z.object({
|
|
3009
|
-
|
|
3081
|
+
atBRANDAt510349: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$outboundSchema),
|
|
3010
3082
|
}).transform((v) => {
|
|
3011
3083
|
return remap$(v, {
|
|
3012
|
-
|
|
3084
|
+
atBRANDAt510349: "__@BRAND@510349",
|
|
3013
3085
|
});
|
|
3014
3086
|
});
|
|
3015
3087
|
/**
|
|
@@ -3030,42 +3102,42 @@ export function getConfigurationProductsPropertiesMinLengthFromJSON(jsonString)
|
|
|
3030
3102
|
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesMinLength' from JSON`);
|
|
3031
3103
|
}
|
|
3032
3104
|
/** @internal */
|
|
3033
|
-
export const
|
|
3105
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$inboundSchema = z.object({});
|
|
3034
3106
|
/** @internal */
|
|
3035
|
-
export const
|
|
3107
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$outboundSchema = z.object({});
|
|
3036
3108
|
/**
|
|
3037
3109
|
* @internal
|
|
3038
3110
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3039
3111
|
*/
|
|
3040
|
-
export var
|
|
3041
|
-
(function (
|
|
3042
|
-
/** @deprecated use `
|
|
3043
|
-
|
|
3044
|
-
/** @deprecated use `
|
|
3045
|
-
|
|
3046
|
-
})(
|
|
3047
|
-
export function
|
|
3048
|
-
return JSON.stringify(
|
|
3049
|
-
.parse(
|
|
3112
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$;
|
|
3113
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$) {
|
|
3114
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$inboundSchema` instead. */
|
|
3115
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$inboundSchema;
|
|
3116
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$outboundSchema` instead. */
|
|
3117
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$outboundSchema;
|
|
3118
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$ = {}));
|
|
3119
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349) {
|
|
3120
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$outboundSchema
|
|
3121
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349));
|
|
3050
3122
|
}
|
|
3051
|
-
export function
|
|
3052
|
-
return safeParse(jsonString, (x) =>
|
|
3053
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3123
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349FromJSON(jsonString) {
|
|
3124
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$inboundSchema
|
|
3125
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349' from JSON`);
|
|
3054
3126
|
}
|
|
3055
3127
|
/** @internal */
|
|
3056
3128
|
export const GetConfigurationProductsPropertiesMaxLength$inboundSchema = z.object({
|
|
3057
|
-
"__@BRAND@
|
|
3129
|
+
"__@BRAND@510349": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$inboundSchema),
|
|
3058
3130
|
}).transform((v) => {
|
|
3059
3131
|
return remap$(v, {
|
|
3060
|
-
"__@BRAND@
|
|
3132
|
+
"__@BRAND@510349": "atBRANDAt510349",
|
|
3061
3133
|
});
|
|
3062
3134
|
});
|
|
3063
3135
|
/** @internal */
|
|
3064
3136
|
export const GetConfigurationProductsPropertiesMaxLength$outboundSchema = z.object({
|
|
3065
|
-
|
|
3137
|
+
atBRANDAt510349: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$outboundSchema),
|
|
3066
3138
|
}).transform((v) => {
|
|
3067
3139
|
return remap$(v, {
|
|
3068
|
-
|
|
3140
|
+
atBRANDAt510349: "__@BRAND@510349",
|
|
3069
3141
|
});
|
|
3070
3142
|
});
|
|
3071
3143
|
/**
|
|
@@ -3086,42 +3158,42 @@ export function getConfigurationProductsPropertiesMaxLengthFromJSON(jsonString)
|
|
|
3086
3158
|
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesMaxLength' from JSON`);
|
|
3087
3159
|
}
|
|
3088
3160
|
/** @internal */
|
|
3089
|
-
export const
|
|
3161
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$inboundSchema = z.object({});
|
|
3090
3162
|
/** @internal */
|
|
3091
|
-
export const
|
|
3163
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$outboundSchema = z.object({});
|
|
3092
3164
|
/**
|
|
3093
3165
|
* @internal
|
|
3094
3166
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3095
3167
|
*/
|
|
3096
|
-
export var
|
|
3097
|
-
(function (
|
|
3098
|
-
/** @deprecated use `
|
|
3099
|
-
|
|
3100
|
-
/** @deprecated use `
|
|
3101
|
-
|
|
3102
|
-
})(
|
|
3103
|
-
export function
|
|
3104
|
-
return JSON.stringify(
|
|
3105
|
-
.parse(
|
|
3168
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$;
|
|
3169
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$) {
|
|
3170
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$inboundSchema` instead. */
|
|
3171
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$inboundSchema;
|
|
3172
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$outboundSchema` instead. */
|
|
3173
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$outboundSchema;
|
|
3174
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$ = {}));
|
|
3175
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349) {
|
|
3176
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$outboundSchema
|
|
3177
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349));
|
|
3106
3178
|
}
|
|
3107
|
-
export function
|
|
3108
|
-
return safeParse(jsonString, (x) =>
|
|
3109
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3179
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349FromJSON(jsonString) {
|
|
3180
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$inboundSchema
|
|
3181
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349' from JSON`);
|
|
3110
3182
|
}
|
|
3111
3183
|
/** @internal */
|
|
3112
3184
|
export const GetConfigurationProductsPropertiesPattern$inboundSchema = z.object({
|
|
3113
|
-
"__@BRAND@
|
|
3185
|
+
"__@BRAND@510349": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$inboundSchema),
|
|
3114
3186
|
}).transform((v) => {
|
|
3115
3187
|
return remap$(v, {
|
|
3116
|
-
"__@BRAND@
|
|
3188
|
+
"__@BRAND@510349": "atBRANDAt510349",
|
|
3117
3189
|
});
|
|
3118
3190
|
});
|
|
3119
3191
|
/** @internal */
|
|
3120
3192
|
export const GetConfigurationProductsPropertiesPattern$outboundSchema = z.object({
|
|
3121
|
-
|
|
3193
|
+
atBRANDAt510349: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$outboundSchema),
|
|
3122
3194
|
}).transform((v) => {
|
|
3123
3195
|
return remap$(v, {
|
|
3124
|
-
|
|
3196
|
+
atBRANDAt510349: "__@BRAND@510349",
|
|
3125
3197
|
});
|
|
3126
3198
|
});
|
|
3127
3199
|
/**
|
|
@@ -3607,42 +3679,42 @@ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJ
|
|
|
3607
3679
|
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$outboundSchema;
|
|
3608
3680
|
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$ = {}));
|
|
3609
3681
|
/** @internal */
|
|
3610
|
-
export const
|
|
3682
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$inboundSchema = z.object({});
|
|
3611
3683
|
/** @internal */
|
|
3612
|
-
export const
|
|
3684
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$outboundSchema = z.object({});
|
|
3613
3685
|
/**
|
|
3614
3686
|
* @internal
|
|
3615
3687
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3616
3688
|
*/
|
|
3617
|
-
export var
|
|
3618
|
-
(function (
|
|
3619
|
-
/** @deprecated use `
|
|
3620
|
-
|
|
3621
|
-
/** @deprecated use `
|
|
3622
|
-
|
|
3623
|
-
})(
|
|
3624
|
-
export function
|
|
3625
|
-
return JSON.stringify(
|
|
3626
|
-
.parse(
|
|
3689
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$;
|
|
3690
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$) {
|
|
3691
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$inboundSchema` instead. */
|
|
3692
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$inboundSchema;
|
|
3693
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$outboundSchema` instead. */
|
|
3694
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$outboundSchema;
|
|
3695
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$ = {}));
|
|
3696
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349) {
|
|
3697
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$outboundSchema
|
|
3698
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349));
|
|
3627
3699
|
}
|
|
3628
|
-
export function
|
|
3629
|
-
return safeParse(jsonString, (x) =>
|
|
3630
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3700
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349FromJSON(jsonString) {
|
|
3701
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$inboundSchema
|
|
3702
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349' from JSON`);
|
|
3631
3703
|
}
|
|
3632
3704
|
/** @internal */
|
|
3633
3705
|
export const GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema = z.object({
|
|
3634
|
-
"__@BRAND@
|
|
3706
|
+
"__@BRAND@510349": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$inboundSchema),
|
|
3635
3707
|
}).transform((v) => {
|
|
3636
3708
|
return remap$(v, {
|
|
3637
|
-
"__@BRAND@
|
|
3709
|
+
"__@BRAND@510349": "atBRANDAt510349",
|
|
3638
3710
|
});
|
|
3639
3711
|
});
|
|
3640
3712
|
/** @internal */
|
|
3641
3713
|
export const GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema = z.object({
|
|
3642
|
-
|
|
3714
|
+
atBRANDAt510349: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$outboundSchema),
|
|
3643
3715
|
}).transform((v) => {
|
|
3644
3716
|
return remap$(v, {
|
|
3645
|
-
|
|
3717
|
+
atBRANDAt510349: "__@BRAND@510349",
|
|
3646
3718
|
});
|
|
3647
3719
|
});
|
|
3648
3720
|
/**
|
|
@@ -3665,42 +3737,42 @@ export function getConfigurationProductsPropertiesIntegrationsMinLengthFromJSON(
|
|
|
3665
3737
|
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsMinLength' from JSON`);
|
|
3666
3738
|
}
|
|
3667
3739
|
/** @internal */
|
|
3668
|
-
export const
|
|
3740
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$inboundSchema = z.object({});
|
|
3669
3741
|
/** @internal */
|
|
3670
|
-
export const
|
|
3742
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$outboundSchema = z.object({});
|
|
3671
3743
|
/**
|
|
3672
3744
|
* @internal
|
|
3673
3745
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3674
3746
|
*/
|
|
3675
|
-
export var
|
|
3676
|
-
(function (
|
|
3677
|
-
/** @deprecated use `
|
|
3678
|
-
|
|
3679
|
-
/** @deprecated use `
|
|
3680
|
-
|
|
3681
|
-
})(
|
|
3682
|
-
export function
|
|
3683
|
-
return JSON.stringify(
|
|
3684
|
-
.parse(
|
|
3747
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$;
|
|
3748
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$) {
|
|
3749
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$inboundSchema` instead. */
|
|
3750
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$inboundSchema;
|
|
3751
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$outboundSchema` instead. */
|
|
3752
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$outboundSchema;
|
|
3753
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$ = {}));
|
|
3754
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349) {
|
|
3755
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$outboundSchema
|
|
3756
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349));
|
|
3685
3757
|
}
|
|
3686
|
-
export function
|
|
3687
|
-
return safeParse(jsonString, (x) =>
|
|
3688
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3758
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349FromJSON(jsonString) {
|
|
3759
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$inboundSchema
|
|
3760
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349' from JSON`);
|
|
3689
3761
|
}
|
|
3690
3762
|
/** @internal */
|
|
3691
3763
|
export const GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema = z.object({
|
|
3692
|
-
"__@BRAND@
|
|
3764
|
+
"__@BRAND@510349": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$inboundSchema),
|
|
3693
3765
|
}).transform((v) => {
|
|
3694
3766
|
return remap$(v, {
|
|
3695
|
-
"__@BRAND@
|
|
3767
|
+
"__@BRAND@510349": "atBRANDAt510349",
|
|
3696
3768
|
});
|
|
3697
3769
|
});
|
|
3698
3770
|
/** @internal */
|
|
3699
3771
|
export const GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema = z.object({
|
|
3700
|
-
|
|
3772
|
+
atBRANDAt510349: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$outboundSchema),
|
|
3701
3773
|
}).transform((v) => {
|
|
3702
3774
|
return remap$(v, {
|
|
3703
|
-
|
|
3775
|
+
atBRANDAt510349: "__@BRAND@510349",
|
|
3704
3776
|
});
|
|
3705
3777
|
});
|
|
3706
3778
|
/**
|
|
@@ -3723,42 +3795,42 @@ export function getConfigurationProductsPropertiesIntegrationsMaxLengthFromJSON(
|
|
|
3723
3795
|
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsMaxLength' from JSON`);
|
|
3724
3796
|
}
|
|
3725
3797
|
/** @internal */
|
|
3726
|
-
export const
|
|
3798
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$inboundSchema = z.object({});
|
|
3727
3799
|
/** @internal */
|
|
3728
|
-
export const
|
|
3800
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$outboundSchema = z.object({});
|
|
3729
3801
|
/**
|
|
3730
3802
|
* @internal
|
|
3731
3803
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3732
3804
|
*/
|
|
3733
|
-
export var
|
|
3734
|
-
(function (
|
|
3735
|
-
/** @deprecated use `
|
|
3736
|
-
|
|
3737
|
-
/** @deprecated use `
|
|
3738
|
-
|
|
3739
|
-
})(
|
|
3740
|
-
export function
|
|
3741
|
-
return JSON.stringify(
|
|
3742
|
-
.parse(
|
|
3805
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$;
|
|
3806
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$) {
|
|
3807
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$inboundSchema` instead. */
|
|
3808
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$inboundSchema;
|
|
3809
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$outboundSchema` instead. */
|
|
3810
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$outboundSchema;
|
|
3811
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$ = {}));
|
|
3812
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349) {
|
|
3813
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$outboundSchema
|
|
3814
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349));
|
|
3743
3815
|
}
|
|
3744
|
-
export function
|
|
3745
|
-
return safeParse(jsonString, (x) =>
|
|
3746
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3816
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349FromJSON(jsonString) {
|
|
3817
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$inboundSchema
|
|
3818
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349' from JSON`);
|
|
3747
3819
|
}
|
|
3748
3820
|
/** @internal */
|
|
3749
3821
|
export const GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema = z.object({
|
|
3750
|
-
"__@BRAND@
|
|
3822
|
+
"__@BRAND@510349": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$inboundSchema),
|
|
3751
3823
|
}).transform((v) => {
|
|
3752
3824
|
return remap$(v, {
|
|
3753
|
-
"__@BRAND@
|
|
3825
|
+
"__@BRAND@510349": "atBRANDAt510349",
|
|
3754
3826
|
});
|
|
3755
3827
|
});
|
|
3756
3828
|
/** @internal */
|
|
3757
3829
|
export const GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema = z.object({
|
|
3758
|
-
|
|
3830
|
+
atBRANDAt510349: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$outboundSchema),
|
|
3759
3831
|
}).transform((v) => {
|
|
3760
3832
|
return remap$(v, {
|
|
3761
|
-
|
|
3833
|
+
atBRANDAt510349: "__@BRAND@510349",
|
|
3762
3834
|
});
|
|
3763
3835
|
});
|
|
3764
3836
|
/**
|
|
@@ -4630,42 +4702,42 @@ export function uiOptionsFromJSON(jsonString) {
|
|
|
4630
4702
|
return safeParse(jsonString, (x) => UiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptions' from JSON`);
|
|
4631
4703
|
}
|
|
4632
4704
|
/** @internal */
|
|
4633
|
-
export const
|
|
4705
|
+
export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$inboundSchema = z.object({});
|
|
4634
4706
|
/** @internal */
|
|
4635
|
-
export const
|
|
4707
|
+
export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$outboundSchema = z.object({});
|
|
4636
4708
|
/**
|
|
4637
4709
|
* @internal
|
|
4638
4710
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4639
4711
|
*/
|
|
4640
|
-
export var
|
|
4641
|
-
(function (
|
|
4642
|
-
/** @deprecated use `
|
|
4643
|
-
|
|
4644
|
-
/** @deprecated use `
|
|
4645
|
-
|
|
4646
|
-
})(
|
|
4647
|
-
export function
|
|
4648
|
-
return JSON.stringify(
|
|
4649
|
-
.parse(
|
|
4712
|
+
export var GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$;
|
|
4713
|
+
(function (GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$) {
|
|
4714
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$inboundSchema` instead. */
|
|
4715
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$inboundSchema;
|
|
4716
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$outboundSchema` instead. */
|
|
4717
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$outboundSchema;
|
|
4718
|
+
})(GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$ || (GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$ = {}));
|
|
4719
|
+
export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt510349ToJSON(getConfigurationProductsPropertiesIntegrationsAtBRANDAt510349) {
|
|
4720
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$outboundSchema
|
|
4721
|
+
.parse(getConfigurationProductsPropertiesIntegrationsAtBRANDAt510349));
|
|
4650
4722
|
}
|
|
4651
|
-
export function
|
|
4652
|
-
return safeParse(jsonString, (x) =>
|
|
4653
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
4723
|
+
export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt510349FromJSON(jsonString) {
|
|
4724
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$inboundSchema
|
|
4725
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349' from JSON`);
|
|
4654
4726
|
}
|
|
4655
4727
|
/** @internal */
|
|
4656
4728
|
export const PropertiesMinLength$inboundSchema = z.object({
|
|
4657
|
-
"__@BRAND@
|
|
4729
|
+
"__@BRAND@510349": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$inboundSchema),
|
|
4658
4730
|
}).transform((v) => {
|
|
4659
4731
|
return remap$(v, {
|
|
4660
|
-
"__@BRAND@
|
|
4732
|
+
"__@BRAND@510349": "atBRANDAt510349",
|
|
4661
4733
|
});
|
|
4662
4734
|
});
|
|
4663
4735
|
/** @internal */
|
|
4664
4736
|
export const PropertiesMinLength$outboundSchema = z.object({
|
|
4665
|
-
|
|
4737
|
+
atBRANDAt510349: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$outboundSchema),
|
|
4666
4738
|
}).transform((v) => {
|
|
4667
4739
|
return remap$(v, {
|
|
4668
|
-
|
|
4740
|
+
atBRANDAt510349: "__@BRAND@510349",
|
|
4669
4741
|
});
|
|
4670
4742
|
});
|
|
4671
4743
|
/**
|
|
@@ -4686,42 +4758,42 @@ export function propertiesMinLengthFromJSON(jsonString) {
|
|
|
4686
4758
|
return safeParse(jsonString, (x) => PropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesMinLength' from JSON`);
|
|
4687
4759
|
}
|
|
4688
4760
|
/** @internal */
|
|
4689
|
-
export const
|
|
4761
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$inboundSchema = z.object({});
|
|
4690
4762
|
/** @internal */
|
|
4691
|
-
export const
|
|
4763
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$outboundSchema = z.object({});
|
|
4692
4764
|
/**
|
|
4693
4765
|
* @internal
|
|
4694
4766
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4695
4767
|
*/
|
|
4696
|
-
export var
|
|
4697
|
-
(function (
|
|
4698
|
-
/** @deprecated use `
|
|
4699
|
-
|
|
4700
|
-
/** @deprecated use `
|
|
4701
|
-
|
|
4702
|
-
})(
|
|
4703
|
-
export function
|
|
4704
|
-
return JSON.stringify(
|
|
4705
|
-
.parse(
|
|
4768
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$;
|
|
4769
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$) {
|
|
4770
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$inboundSchema` instead. */
|
|
4771
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$inboundSchema;
|
|
4772
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$outboundSchema` instead. */
|
|
4773
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$outboundSchema;
|
|
4774
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$ || (GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$ = {}));
|
|
4775
|
+
export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349ToJSON(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349) {
|
|
4776
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$outboundSchema
|
|
4777
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349));
|
|
4706
4778
|
}
|
|
4707
|
-
export function
|
|
4708
|
-
return safeParse(jsonString, (x) =>
|
|
4709
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
4779
|
+
export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349FromJSON(jsonString) {
|
|
4780
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$inboundSchema
|
|
4781
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349' from JSON`);
|
|
4710
4782
|
}
|
|
4711
4783
|
/** @internal */
|
|
4712
4784
|
export const PropertiesMaxLength$inboundSchema = z.object({
|
|
4713
|
-
"__@BRAND@
|
|
4785
|
+
"__@BRAND@510349": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$inboundSchema),
|
|
4714
4786
|
}).transform((v) => {
|
|
4715
4787
|
return remap$(v, {
|
|
4716
|
-
"__@BRAND@
|
|
4788
|
+
"__@BRAND@510349": "atBRANDAt510349",
|
|
4717
4789
|
});
|
|
4718
4790
|
});
|
|
4719
4791
|
/** @internal */
|
|
4720
4792
|
export const PropertiesMaxLength$outboundSchema = z.object({
|
|
4721
|
-
|
|
4793
|
+
atBRANDAt510349: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$outboundSchema),
|
|
4722
4794
|
}).transform((v) => {
|
|
4723
4795
|
return remap$(v, {
|
|
4724
|
-
|
|
4796
|
+
atBRANDAt510349: "__@BRAND@510349",
|
|
4725
4797
|
});
|
|
4726
4798
|
});
|
|
4727
4799
|
/**
|
|
@@ -4742,42 +4814,42 @@ export function propertiesMaxLengthFromJSON(jsonString) {
|
|
|
4742
4814
|
return safeParse(jsonString, (x) => PropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesMaxLength' from JSON`);
|
|
4743
4815
|
}
|
|
4744
4816
|
/** @internal */
|
|
4745
|
-
export const
|
|
4817
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$inboundSchema = z.object({});
|
|
4746
4818
|
/** @internal */
|
|
4747
|
-
export const
|
|
4819
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$outboundSchema = z.object({});
|
|
4748
4820
|
/**
|
|
4749
4821
|
* @internal
|
|
4750
4822
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4751
4823
|
*/
|
|
4752
|
-
export var
|
|
4753
|
-
(function (
|
|
4754
|
-
/** @deprecated use `
|
|
4755
|
-
|
|
4756
|
-
/** @deprecated use `
|
|
4757
|
-
|
|
4758
|
-
})(
|
|
4759
|
-
export function
|
|
4760
|
-
return JSON.stringify(
|
|
4761
|
-
.parse(
|
|
4824
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$;
|
|
4825
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$) {
|
|
4826
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$inboundSchema` instead. */
|
|
4827
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$inboundSchema;
|
|
4828
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$outboundSchema` instead. */
|
|
4829
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$outboundSchema;
|
|
4830
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$ || (GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$ = {}));
|
|
4831
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349) {
|
|
4832
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$outboundSchema
|
|
4833
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349));
|
|
4762
4834
|
}
|
|
4763
|
-
export function
|
|
4764
|
-
return safeParse(jsonString, (x) =>
|
|
4765
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
4835
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349FromJSON(jsonString) {
|
|
4836
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$inboundSchema
|
|
4837
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349' from JSON`);
|
|
4766
4838
|
}
|
|
4767
4839
|
/** @internal */
|
|
4768
4840
|
export const PropertiesPattern$inboundSchema = z.object({
|
|
4769
|
-
"__@BRAND@
|
|
4841
|
+
"__@BRAND@510349": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$inboundSchema),
|
|
4770
4842
|
}).transform((v) => {
|
|
4771
4843
|
return remap$(v, {
|
|
4772
|
-
"__@BRAND@
|
|
4844
|
+
"__@BRAND@510349": "atBRANDAt510349",
|
|
4773
4845
|
});
|
|
4774
4846
|
});
|
|
4775
4847
|
/** @internal */
|
|
4776
4848
|
export const PropertiesPattern$outboundSchema = z.object({
|
|
4777
|
-
|
|
4849
|
+
atBRANDAt510349: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$outboundSchema),
|
|
4778
4850
|
}).transform((v) => {
|
|
4779
4851
|
return remap$(v, {
|
|
4780
|
-
|
|
4852
|
+
atBRANDAt510349: "__@BRAND@510349",
|
|
4781
4853
|
});
|
|
4782
4854
|
});
|
|
4783
4855
|
/**
|
|
@@ -6557,40 +6629,40 @@ export var UiControl$;
|
|
|
6557
6629
|
UiControl$.outboundSchema = UiControl$outboundSchema;
|
|
6558
6630
|
})(UiControl$ || (UiControl$ = {}));
|
|
6559
6631
|
/** @internal */
|
|
6560
|
-
export const
|
|
6632
|
+
export const AtBRANDAt510349$inboundSchema = z.object({});
|
|
6561
6633
|
/** @internal */
|
|
6562
|
-
export const
|
|
6634
|
+
export const AtBRANDAt510349$outboundSchema = z.object({});
|
|
6563
6635
|
/**
|
|
6564
6636
|
* @internal
|
|
6565
6637
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6566
6638
|
*/
|
|
6567
|
-
export var
|
|
6568
|
-
(function (
|
|
6569
|
-
/** @deprecated use `
|
|
6570
|
-
|
|
6571
|
-
/** @deprecated use `
|
|
6572
|
-
|
|
6573
|
-
})(
|
|
6574
|
-
export function
|
|
6575
|
-
return JSON.stringify(
|
|
6639
|
+
export var AtBRANDAt510349$;
|
|
6640
|
+
(function (AtBRANDAt510349$) {
|
|
6641
|
+
/** @deprecated use `AtBRANDAt510349$inboundSchema` instead. */
|
|
6642
|
+
AtBRANDAt510349$.inboundSchema = AtBRANDAt510349$inboundSchema;
|
|
6643
|
+
/** @deprecated use `AtBRANDAt510349$outboundSchema` instead. */
|
|
6644
|
+
AtBRANDAt510349$.outboundSchema = AtBRANDAt510349$outboundSchema;
|
|
6645
|
+
})(AtBRANDAt510349$ || (AtBRANDAt510349$ = {}));
|
|
6646
|
+
export function atBRANDAt510349ToJSON(atBRANDAt510349) {
|
|
6647
|
+
return JSON.stringify(AtBRANDAt510349$outboundSchema.parse(atBRANDAt510349));
|
|
6576
6648
|
}
|
|
6577
|
-
export function
|
|
6578
|
-
return safeParse(jsonString, (x) =>
|
|
6649
|
+
export function atBRANDAt510349FromJSON(jsonString) {
|
|
6650
|
+
return safeParse(jsonString, (x) => AtBRANDAt510349$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt510349' from JSON`);
|
|
6579
6651
|
}
|
|
6580
6652
|
/** @internal */
|
|
6581
6653
|
export const MinLength$inboundSchema = z.object({
|
|
6582
|
-
"__@BRAND@
|
|
6654
|
+
"__@BRAND@510349": z.lazy(() => AtBRANDAt510349$inboundSchema),
|
|
6583
6655
|
}).transform((v) => {
|
|
6584
6656
|
return remap$(v, {
|
|
6585
|
-
"__@BRAND@
|
|
6657
|
+
"__@BRAND@510349": "atBRANDAt510349",
|
|
6586
6658
|
});
|
|
6587
6659
|
});
|
|
6588
6660
|
/** @internal */
|
|
6589
6661
|
export const MinLength$outboundSchema = z.object({
|
|
6590
|
-
|
|
6662
|
+
atBRANDAt510349: z.lazy(() => AtBRANDAt510349$outboundSchema),
|
|
6591
6663
|
}).transform((v) => {
|
|
6592
6664
|
return remap$(v, {
|
|
6593
|
-
|
|
6665
|
+
atBRANDAt510349: "__@BRAND@510349",
|
|
6594
6666
|
});
|
|
6595
6667
|
});
|
|
6596
6668
|
/**
|
|
@@ -6611,40 +6683,40 @@ export function minLengthFromJSON(jsonString) {
|
|
|
6611
6683
|
return safeParse(jsonString, (x) => MinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'MinLength' from JSON`);
|
|
6612
6684
|
}
|
|
6613
6685
|
/** @internal */
|
|
6614
|
-
export const
|
|
6686
|
+
export const PropertiesAtBRANDAt510349$inboundSchema = z.object({});
|
|
6615
6687
|
/** @internal */
|
|
6616
|
-
export const
|
|
6688
|
+
export const PropertiesAtBRANDAt510349$outboundSchema = z.object({});
|
|
6617
6689
|
/**
|
|
6618
6690
|
* @internal
|
|
6619
6691
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6620
6692
|
*/
|
|
6621
|
-
export var
|
|
6622
|
-
(function (
|
|
6623
|
-
/** @deprecated use `
|
|
6624
|
-
|
|
6625
|
-
/** @deprecated use `
|
|
6626
|
-
|
|
6627
|
-
})(
|
|
6628
|
-
export function
|
|
6629
|
-
return JSON.stringify(
|
|
6693
|
+
export var PropertiesAtBRANDAt510349$;
|
|
6694
|
+
(function (PropertiesAtBRANDAt510349$) {
|
|
6695
|
+
/** @deprecated use `PropertiesAtBRANDAt510349$inboundSchema` instead. */
|
|
6696
|
+
PropertiesAtBRANDAt510349$.inboundSchema = PropertiesAtBRANDAt510349$inboundSchema;
|
|
6697
|
+
/** @deprecated use `PropertiesAtBRANDAt510349$outboundSchema` instead. */
|
|
6698
|
+
PropertiesAtBRANDAt510349$.outboundSchema = PropertiesAtBRANDAt510349$outboundSchema;
|
|
6699
|
+
})(PropertiesAtBRANDAt510349$ || (PropertiesAtBRANDAt510349$ = {}));
|
|
6700
|
+
export function propertiesAtBRANDAt510349ToJSON(propertiesAtBRANDAt510349) {
|
|
6701
|
+
return JSON.stringify(PropertiesAtBRANDAt510349$outboundSchema.parse(propertiesAtBRANDAt510349));
|
|
6630
6702
|
}
|
|
6631
|
-
export function
|
|
6632
|
-
return safeParse(jsonString, (x) =>
|
|
6703
|
+
export function propertiesAtBRANDAt510349FromJSON(jsonString) {
|
|
6704
|
+
return safeParse(jsonString, (x) => PropertiesAtBRANDAt510349$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt510349' from JSON`);
|
|
6633
6705
|
}
|
|
6634
6706
|
/** @internal */
|
|
6635
6707
|
export const MaxLength$inboundSchema = z.object({
|
|
6636
|
-
"__@BRAND@
|
|
6708
|
+
"__@BRAND@510349": z.lazy(() => PropertiesAtBRANDAt510349$inboundSchema),
|
|
6637
6709
|
}).transform((v) => {
|
|
6638
6710
|
return remap$(v, {
|
|
6639
|
-
"__@BRAND@
|
|
6711
|
+
"__@BRAND@510349": "atBRANDAt510349",
|
|
6640
6712
|
});
|
|
6641
6713
|
});
|
|
6642
6714
|
/** @internal */
|
|
6643
6715
|
export const MaxLength$outboundSchema = z.object({
|
|
6644
|
-
|
|
6716
|
+
atBRANDAt510349: z.lazy(() => PropertiesAtBRANDAt510349$outboundSchema),
|
|
6645
6717
|
}).transform((v) => {
|
|
6646
6718
|
return remap$(v, {
|
|
6647
|
-
|
|
6719
|
+
atBRANDAt510349: "__@BRAND@510349",
|
|
6648
6720
|
});
|
|
6649
6721
|
});
|
|
6650
6722
|
/**
|
|
@@ -6665,40 +6737,40 @@ export function maxLengthFromJSON(jsonString) {
|
|
|
6665
6737
|
return safeParse(jsonString, (x) => MaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'MaxLength' from JSON`);
|
|
6666
6738
|
}
|
|
6667
6739
|
/** @internal */
|
|
6668
|
-
export const
|
|
6740
|
+
export const GetConfigurationProductsPropertiesAtBRANDAt510349$inboundSchema = z.object({});
|
|
6669
6741
|
/** @internal */
|
|
6670
|
-
export const
|
|
6742
|
+
export const GetConfigurationProductsPropertiesAtBRANDAt510349$outboundSchema = z.object({});
|
|
6671
6743
|
/**
|
|
6672
6744
|
* @internal
|
|
6673
6745
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6674
6746
|
*/
|
|
6675
|
-
export var
|
|
6676
|
-
(function (
|
|
6677
|
-
/** @deprecated use `
|
|
6678
|
-
|
|
6679
|
-
/** @deprecated use `
|
|
6680
|
-
|
|
6681
|
-
})(
|
|
6682
|
-
export function
|
|
6683
|
-
return JSON.stringify(
|
|
6747
|
+
export var GetConfigurationProductsPropertiesAtBRANDAt510349$;
|
|
6748
|
+
(function (GetConfigurationProductsPropertiesAtBRANDAt510349$) {
|
|
6749
|
+
/** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt510349$inboundSchema` instead. */
|
|
6750
|
+
GetConfigurationProductsPropertiesAtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesAtBRANDAt510349$inboundSchema;
|
|
6751
|
+
/** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt510349$outboundSchema` instead. */
|
|
6752
|
+
GetConfigurationProductsPropertiesAtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesAtBRANDAt510349$outboundSchema;
|
|
6753
|
+
})(GetConfigurationProductsPropertiesAtBRANDAt510349$ || (GetConfigurationProductsPropertiesAtBRANDAt510349$ = {}));
|
|
6754
|
+
export function getConfigurationProductsPropertiesAtBRANDAt510349ToJSON(getConfigurationProductsPropertiesAtBRANDAt510349) {
|
|
6755
|
+
return JSON.stringify(GetConfigurationProductsPropertiesAtBRANDAt510349$outboundSchema.parse(getConfigurationProductsPropertiesAtBRANDAt510349));
|
|
6684
6756
|
}
|
|
6685
|
-
export function
|
|
6686
|
-
return safeParse(jsonString, (x) =>
|
|
6757
|
+
export function getConfigurationProductsPropertiesAtBRANDAt510349FromJSON(jsonString) {
|
|
6758
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesAtBRANDAt510349$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesAtBRANDAt510349' from JSON`);
|
|
6687
6759
|
}
|
|
6688
6760
|
/** @internal */
|
|
6689
6761
|
export const Pattern$inboundSchema = z.object({
|
|
6690
|
-
"__@BRAND@
|
|
6762
|
+
"__@BRAND@510349": z.lazy(() => GetConfigurationProductsPropertiesAtBRANDAt510349$inboundSchema),
|
|
6691
6763
|
}).transform((v) => {
|
|
6692
6764
|
return remap$(v, {
|
|
6693
|
-
"__@BRAND@
|
|
6765
|
+
"__@BRAND@510349": "atBRANDAt510349",
|
|
6694
6766
|
});
|
|
6695
6767
|
});
|
|
6696
6768
|
/** @internal */
|
|
6697
6769
|
export const Pattern$outboundSchema = z.object({
|
|
6698
|
-
|
|
6770
|
+
atBRANDAt510349: z.lazy(() => GetConfigurationProductsPropertiesAtBRANDAt510349$outboundSchema),
|
|
6699
6771
|
}).transform((v) => {
|
|
6700
6772
|
return remap$(v, {
|
|
6701
|
-
|
|
6773
|
+
atBRANDAt510349: "__@BRAND@510349",
|
|
6702
6774
|
});
|
|
6703
6775
|
});
|
|
6704
6776
|
/**
|