@vercel/sdk 1.18.0 → 1.18.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 +462 -388
- package/bin/mcp-server.js.map +36 -36
- package/esm/__tests__/accessgroups.test.js +3 -1
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/checks.test.js +1 -1
- package/esm/__tests__/checks.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +3 -6
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/drains.test.js +27 -0
- package/esm/__tests__/drains.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__/logdrains.test.js +7 -6
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/security.test.js +11 -1
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/integrationsGetBillingPlans.js +1 -0
- package/esm/funcs/integrationsGetBillingPlans.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/buydomainsop.d.ts +4 -4
- package/esm/models/buydomainsop.d.ts.map +1 -1
- package/esm/models/buysingledomainop.d.ts +1 -4
- package/esm/models/buysingledomainop.d.ts.map +1 -1
- package/esm/models/buysingledomainop.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +18 -0
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +17 -0
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +18 -0
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +17 -0
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createdrainop.d.ts +8 -8
- package/esm/models/createdrainop.d.ts.map +1 -1
- package/esm/models/createdrainop.js +8 -10
- package/esm/models/createdrainop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +152 -152
- package/esm/models/createintegrationstoredirectop.js +218 -218
- package/esm/models/createprojectop.d.ts +2 -0
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +2 -0
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/createwebhookop.d.ts +4 -0
- package/esm/models/createwebhookop.d.ts.map +1 -1
- package/esm/models/createwebhookop.js +4 -0
- package/esm/models/createwebhookop.js.map +1 -1
- package/esm/models/getalllogdrainsop.d.ts +8 -8
- package/esm/models/getalllogdrainsop.d.ts.map +1 -1
- package/esm/models/getalllogdrainsop.js +8 -10
- package/esm/models/getalllogdrainsop.js.map +1 -1
- package/esm/models/getbillingplansop.d.ts +2 -0
- package/esm/models/getbillingplansop.d.ts.map +1 -1
- package/esm/models/getbillingplansop.js +2 -0
- package/esm/models/getbillingplansop.js.map +1 -1
- package/esm/models/getbulkavailabilityop.d.ts +3 -0
- package/esm/models/getbulkavailabilityop.d.ts.map +1 -1
- package/esm/models/getbulkavailabilityop.js.map +1 -1
- package/esm/models/getconfigurationop.d.ts +2 -38
- package/esm/models/getconfigurationop.d.ts.map +1 -1
- package/esm/models/getconfigurationop.js +4 -35
- package/esm/models/getconfigurationop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +200 -200
- package/esm/models/getconfigurationproductsop.js +290 -290
- package/esm/models/getconfigurationsop.d.ts +2 -38
- package/esm/models/getconfigurationsop.d.ts.map +1 -1
- package/esm/models/getconfigurationsop.js +4 -35
- package/esm/models/getconfigurationsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +18 -0
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +20 -0
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdomainpriceop.d.ts +36 -15
- package/esm/models/getdomainpriceop.d.ts.map +1 -1
- package/esm/models/getdomainpriceop.js +36 -6
- package/esm/models/getdomainpriceop.js.map +1 -1
- package/esm/models/getdrainop.d.ts +8 -8
- package/esm/models/getdrainop.d.ts.map +1 -1
- package/esm/models/getdrainop.js +8 -10
- package/esm/models/getdrainop.js.map +1 -1
- package/esm/models/getdrainsop.d.ts +8 -8
- package/esm/models/getdrainsop.d.ts.map +1 -1
- package/esm/models/getdrainsop.js +8 -8
- package/esm/models/getdrainsop.js.map +1 -1
- package/esm/models/getinvoiceop.d.ts +10 -0
- package/esm/models/getinvoiceop.d.ts.map +1 -1
- package/esm/models/getinvoiceop.js +4 -0
- package/esm/models/getinvoiceop.js.map +1 -1
- package/esm/models/getorderop.d.ts +9 -9
- package/esm/models/getorderop.d.ts.map +1 -1
- package/esm/models/getprojectsop.d.ts +2 -0
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +2 -0
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/gettldpriceop.d.ts +36 -15
- package/esm/models/gettldpriceop.d.ts.map +1 -1
- package/esm/models/gettldpriceop.js +36 -6
- package/esm/models/gettldpriceop.js.map +1 -1
- package/esm/models/getwebhookop.d.ts +2 -0
- package/esm/models/getwebhookop.d.ts.map +1 -1
- package/esm/models/getwebhookop.js +2 -0
- package/esm/models/getwebhookop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +4 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +4 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/renewdomainop.d.ts +1 -4
- package/esm/models/renewdomainop.d.ts.map +1 -1
- package/esm/models/renewdomainop.js.map +1 -1
- package/esm/models/transferindomainop.d.ts +4 -4
- package/esm/models/transferindomainop.d.ts.map +1 -1
- package/esm/models/updatedrainop.d.ts +8 -8
- package/esm/models/updatedrainop.d.ts.map +1 -1
- package/esm/models/updatedrainop.js +8 -12
- package/esm/models/updatedrainop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +2 -0
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +2 -0
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +2 -0
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +2 -0
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +52 -10
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +50 -10
- package/esm/models/userevent.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/accessgroups.test.ts +3 -1
- package/src/__tests__/checks.test.ts +1 -1
- package/src/__tests__/domains.test.ts +3 -6
- package/src/__tests__/drains.test.ts +27 -0
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/logdrains.test.ts +7 -6
- package/src/__tests__/security.test.ts +11 -1
- package/src/funcs/integrationsGetBillingPlans.ts +1 -0
- 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/buydomainsop.ts +4 -4
- package/src/models/buysingledomainop.ts +1 -4
- package/src/models/canceldeploymentop.ts +29 -0
- package/src/models/createdeploymentop.ts +29 -0
- package/src/models/createdrainop.ts +19 -29
- package/src/models/createintegrationstoredirectop.ts +471 -471
- package/src/models/createprojectop.ts +4 -0
- package/src/models/createwebhookop.ts +4 -0
- package/src/models/getalllogdrainsop.ts +20 -26
- package/src/models/getbillingplansop.ts +4 -0
- package/src/models/getbulkavailabilityop.ts +3 -0
- package/src/models/getconfigurationop.ts +6 -60
- package/src/models/getconfigurationproductsop.ts +627 -627
- package/src/models/getconfigurationsop.ts +6 -60
- package/src/models/getdeploymentop.ts +30 -0
- package/src/models/getdomainpriceop.ts +124 -21
- package/src/models/getdrainop.ts +20 -26
- package/src/models/getdrainsop.ts +20 -24
- package/src/models/getinvoiceop.ts +14 -0
- package/src/models/getorderop.ts +9 -9
- package/src/models/getprojectsop.ts +4 -0
- package/src/models/gettldpriceop.ts +108 -21
- package/src/models/getwebhookop.ts +2 -0
- package/src/models/getwebhooksop.ts +4 -0
- package/src/models/renewdomainop.ts +1 -4
- package/src/models/transferindomainop.ts +4 -4
- package/src/models/updatedrainop.ts +20 -28
- package/src/models/updateprojectdatacacheop.ts +4 -0
- package/src/models/updateprojectop.ts +4 -0
- package/src/models/userevent.ts +112 -22
- package/tsconfig.json +1 -1
- package/vercel-spec.json +312 -159
|
@@ -632,31 +632,31 @@ export const GetConfigurationProductsType$inboundSchema = z.nativeEnum(GetConfig
|
|
|
632
632
|
/** @internal */
|
|
633
633
|
export const GetConfigurationProductsType$outboundSchema = GetConfigurationProductsType$inboundSchema;
|
|
634
634
|
/** @internal */
|
|
635
|
-
export const
|
|
635
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547006$inboundSchema = z.object({});
|
|
636
636
|
/** @internal */
|
|
637
|
-
export const
|
|
638
|
-
export function
|
|
639
|
-
return JSON.stringify(
|
|
640
|
-
.parse(
|
|
637
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547006$outboundSchema = z.object({});
|
|
638
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547006ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547006) {
|
|
639
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547006$outboundSchema
|
|
640
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547006));
|
|
641
641
|
}
|
|
642
|
-
export function
|
|
643
|
-
return safeParse(jsonString, (x) =>
|
|
644
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
642
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547006FromJSON(jsonString) {
|
|
643
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547006$inboundSchema
|
|
644
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547006' from JSON`);
|
|
645
645
|
}
|
|
646
646
|
/** @internal */
|
|
647
647
|
export const PropertiesValue$inboundSchema = z.object({
|
|
648
|
-
"__@BRAND@
|
|
648
|
+
"__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547006$inboundSchema),
|
|
649
649
|
}).transform((v) => {
|
|
650
650
|
return remap$(v, {
|
|
651
|
-
"__@BRAND@
|
|
651
|
+
"__@BRAND@547006": "atBRANDAt547006",
|
|
652
652
|
});
|
|
653
653
|
});
|
|
654
654
|
/** @internal */
|
|
655
655
|
export const PropertiesValue$outboundSchema = z.object({
|
|
656
|
-
|
|
656
|
+
atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547006$outboundSchema),
|
|
657
657
|
}).transform((v) => {
|
|
658
658
|
return remap$(v, {
|
|
659
|
-
|
|
659
|
+
atBRANDAt547006: "__@BRAND@547006",
|
|
660
660
|
});
|
|
661
661
|
});
|
|
662
662
|
export function propertiesValueToJSON(propertiesValue) {
|
|
@@ -780,31 +780,31 @@ export const GetConfigurationProductsPropertiesIntegrationsResponse200Applicatio
|
|
|
780
780
|
/** @internal */
|
|
781
781
|
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$inboundSchema;
|
|
782
782
|
/** @internal */
|
|
783
|
-
export const
|
|
783
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547006$inboundSchema = z.object({});
|
|
784
784
|
/** @internal */
|
|
785
|
-
export const
|
|
786
|
-
export function
|
|
787
|
-
return JSON.stringify(
|
|
788
|
-
.parse(
|
|
785
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547006$outboundSchema = z.object({});
|
|
786
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547006ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547006) {
|
|
787
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547006$outboundSchema
|
|
788
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547006));
|
|
789
789
|
}
|
|
790
|
-
export function
|
|
791
|
-
return safeParse(jsonString, (x) =>
|
|
792
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
790
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547006FromJSON(jsonString) {
|
|
791
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547006$inboundSchema
|
|
792
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547006' from JSON`);
|
|
793
793
|
}
|
|
794
794
|
/** @internal */
|
|
795
795
|
export const GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema = z.object({
|
|
796
|
-
"__@BRAND@
|
|
796
|
+
"__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547006$inboundSchema),
|
|
797
797
|
}).transform((v) => {
|
|
798
798
|
return remap$(v, {
|
|
799
|
-
"__@BRAND@
|
|
799
|
+
"__@BRAND@547006": "atBRANDAt547006",
|
|
800
800
|
});
|
|
801
801
|
});
|
|
802
802
|
/** @internal */
|
|
803
803
|
export const GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema = z.object({
|
|
804
|
-
|
|
804
|
+
atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547006$outboundSchema),
|
|
805
805
|
}).transform((v) => {
|
|
806
806
|
return remap$(v, {
|
|
807
|
-
|
|
807
|
+
atBRANDAt547006: "__@BRAND@547006",
|
|
808
808
|
});
|
|
809
809
|
});
|
|
810
810
|
export function getConfigurationProductsPropertiesIntegrationsMinLengthToJSON(getConfigurationProductsPropertiesIntegrationsMinLength) {
|
|
@@ -816,31 +816,31 @@ export function getConfigurationProductsPropertiesIntegrationsMinLengthFromJSON(
|
|
|
816
816
|
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsMinLength' from JSON`);
|
|
817
817
|
}
|
|
818
818
|
/** @internal */
|
|
819
|
-
export const
|
|
819
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547006$inboundSchema = z.object({});
|
|
820
820
|
/** @internal */
|
|
821
|
-
export const
|
|
822
|
-
export function
|
|
823
|
-
return JSON.stringify(
|
|
824
|
-
.parse(
|
|
821
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547006$outboundSchema = z.object({});
|
|
822
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547006ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547006) {
|
|
823
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547006$outboundSchema
|
|
824
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547006));
|
|
825
825
|
}
|
|
826
|
-
export function
|
|
827
|
-
return safeParse(jsonString, (x) =>
|
|
828
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
826
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547006FromJSON(jsonString) {
|
|
827
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547006$inboundSchema
|
|
828
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547006' from JSON`);
|
|
829
829
|
}
|
|
830
830
|
/** @internal */
|
|
831
831
|
export const GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema = z.object({
|
|
832
|
-
"__@BRAND@
|
|
832
|
+
"__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547006$inboundSchema),
|
|
833
833
|
}).transform((v) => {
|
|
834
834
|
return remap$(v, {
|
|
835
|
-
"__@BRAND@
|
|
835
|
+
"__@BRAND@547006": "atBRANDAt547006",
|
|
836
836
|
});
|
|
837
837
|
});
|
|
838
838
|
/** @internal */
|
|
839
839
|
export const GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema = z.object({
|
|
840
|
-
|
|
840
|
+
atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547006$outboundSchema),
|
|
841
841
|
}).transform((v) => {
|
|
842
842
|
return remap$(v, {
|
|
843
|
-
|
|
843
|
+
atBRANDAt547006: "__@BRAND@547006",
|
|
844
844
|
});
|
|
845
845
|
});
|
|
846
846
|
export function getConfigurationProductsPropertiesIntegrationsMaxLengthToJSON(getConfigurationProductsPropertiesIntegrationsMaxLength) {
|
|
@@ -852,31 +852,31 @@ export function getConfigurationProductsPropertiesIntegrationsMaxLengthFromJSON(
|
|
|
852
852
|
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsMaxLength' from JSON`);
|
|
853
853
|
}
|
|
854
854
|
/** @internal */
|
|
855
|
-
export const
|
|
855
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547006$inboundSchema = z.object({});
|
|
856
856
|
/** @internal */
|
|
857
|
-
export const
|
|
858
|
-
export function
|
|
859
|
-
return JSON.stringify(
|
|
860
|
-
.parse(
|
|
857
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547006$outboundSchema = z.object({});
|
|
858
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547006ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547006) {
|
|
859
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547006$outboundSchema
|
|
860
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547006));
|
|
861
861
|
}
|
|
862
|
-
export function
|
|
863
|
-
return safeParse(jsonString, (x) =>
|
|
864
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
862
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547006FromJSON(jsonString) {
|
|
863
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547006$inboundSchema
|
|
864
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547006' from JSON`);
|
|
865
865
|
}
|
|
866
866
|
/** @internal */
|
|
867
867
|
export const GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema = z.object({
|
|
868
|
-
"__@BRAND@
|
|
868
|
+
"__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547006$inboundSchema),
|
|
869
869
|
}).transform((v) => {
|
|
870
870
|
return remap$(v, {
|
|
871
|
-
"__@BRAND@
|
|
871
|
+
"__@BRAND@547006": "atBRANDAt547006",
|
|
872
872
|
});
|
|
873
873
|
});
|
|
874
874
|
/** @internal */
|
|
875
875
|
export const GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema = z.object({
|
|
876
|
-
|
|
876
|
+
atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547006$outboundSchema),
|
|
877
877
|
}).transform((v) => {
|
|
878
878
|
return remap$(v, {
|
|
879
|
-
|
|
879
|
+
atBRANDAt547006: "__@BRAND@547006",
|
|
880
880
|
});
|
|
881
881
|
});
|
|
882
882
|
export function getConfigurationProductsPropertiesIntegrationsPatternToJSON(getConfigurationProductsPropertiesIntegrationsPattern) {
|
|
@@ -1162,31 +1162,31 @@ export const GetConfigurationProductsPropertiesIntegrationsResponse200Applicatio
|
|
|
1162
1162
|
/** @internal */
|
|
1163
1163
|
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$inboundSchema;
|
|
1164
1164
|
/** @internal */
|
|
1165
|
-
export const
|
|
1165
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547006$inboundSchema = z.object({});
|
|
1166
1166
|
/** @internal */
|
|
1167
|
-
export const
|
|
1168
|
-
export function
|
|
1169
|
-
return JSON.stringify(
|
|
1170
|
-
.parse(
|
|
1167
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547006$outboundSchema = z.object({});
|
|
1168
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547006ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547006) {
|
|
1169
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547006$outboundSchema
|
|
1170
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547006));
|
|
1171
1171
|
}
|
|
1172
|
-
export function
|
|
1173
|
-
return safeParse(jsonString, (x) =>
|
|
1174
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1172
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547006FromJSON(jsonString) {
|
|
1173
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547006$inboundSchema
|
|
1174
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547006' from JSON`);
|
|
1175
1175
|
}
|
|
1176
1176
|
/** @internal */
|
|
1177
1177
|
export const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
|
|
1178
|
-
"__@BRAND@
|
|
1178
|
+
"__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547006$inboundSchema),
|
|
1179
1179
|
}).transform((v) => {
|
|
1180
1180
|
return remap$(v, {
|
|
1181
|
-
"__@BRAND@
|
|
1181
|
+
"__@BRAND@547006": "atBRANDAt547006",
|
|
1182
1182
|
});
|
|
1183
1183
|
});
|
|
1184
1184
|
/** @internal */
|
|
1185
1185
|
export const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
|
|
1186
|
-
|
|
1186
|
+
atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547006$outboundSchema),
|
|
1187
1187
|
}).transform((v) => {
|
|
1188
1188
|
return remap$(v, {
|
|
1189
|
-
|
|
1189
|
+
atBRANDAt547006: "__@BRAND@547006",
|
|
1190
1190
|
});
|
|
1191
1191
|
});
|
|
1192
1192
|
export function getConfigurationProductsPropertiesIntegrationsResponseMinLengthToJSON(getConfigurationProductsPropertiesIntegrationsResponseMinLength) {
|
|
@@ -1198,31 +1198,31 @@ export function getConfigurationProductsPropertiesIntegrationsResponseMinLengthF
|
|
|
1198
1198
|
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseMinLength' from JSON`);
|
|
1199
1199
|
}
|
|
1200
1200
|
/** @internal */
|
|
1201
|
-
export const
|
|
1201
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547006$inboundSchema = z.object({});
|
|
1202
1202
|
/** @internal */
|
|
1203
|
-
export const
|
|
1204
|
-
export function
|
|
1205
|
-
return JSON.stringify(
|
|
1206
|
-
.parse(
|
|
1203
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547006$outboundSchema = z.object({});
|
|
1204
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547006ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547006) {
|
|
1205
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547006$outboundSchema
|
|
1206
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547006));
|
|
1207
1207
|
}
|
|
1208
|
-
export function
|
|
1209
|
-
return safeParse(jsonString, (x) =>
|
|
1210
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1208
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547006FromJSON(jsonString) {
|
|
1209
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547006$inboundSchema
|
|
1210
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547006' from JSON`);
|
|
1211
1211
|
}
|
|
1212
1212
|
/** @internal */
|
|
1213
1213
|
export const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
|
|
1214
|
-
"__@BRAND@
|
|
1214
|
+
"__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547006$inboundSchema),
|
|
1215
1215
|
}).transform((v) => {
|
|
1216
1216
|
return remap$(v, {
|
|
1217
|
-
"__@BRAND@
|
|
1217
|
+
"__@BRAND@547006": "atBRANDAt547006",
|
|
1218
1218
|
});
|
|
1219
1219
|
});
|
|
1220
1220
|
/** @internal */
|
|
1221
1221
|
export const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
|
|
1222
|
-
|
|
1222
|
+
atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547006$outboundSchema),
|
|
1223
1223
|
}).transform((v) => {
|
|
1224
1224
|
return remap$(v, {
|
|
1225
|
-
|
|
1225
|
+
atBRANDAt547006: "__@BRAND@547006",
|
|
1226
1226
|
});
|
|
1227
1227
|
});
|
|
1228
1228
|
export function getConfigurationProductsPropertiesIntegrationsResponseMaxLengthToJSON(getConfigurationProductsPropertiesIntegrationsResponseMaxLength) {
|
|
@@ -1234,31 +1234,31 @@ export function getConfigurationProductsPropertiesIntegrationsResponseMaxLengthF
|
|
|
1234
1234
|
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseMaxLength' from JSON`);
|
|
1235
1235
|
}
|
|
1236
1236
|
/** @internal */
|
|
1237
|
-
export const
|
|
1237
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547006$inboundSchema = z.object({});
|
|
1238
1238
|
/** @internal */
|
|
1239
|
-
export const
|
|
1240
|
-
export function
|
|
1241
|
-
return JSON.stringify(
|
|
1242
|
-
.parse(
|
|
1239
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547006$outboundSchema = z.object({});
|
|
1240
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547006ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547006) {
|
|
1241
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547006$outboundSchema
|
|
1242
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547006));
|
|
1243
1243
|
}
|
|
1244
|
-
export function
|
|
1245
|
-
return safeParse(jsonString, (x) =>
|
|
1246
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1244
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547006FromJSON(jsonString) {
|
|
1245
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547006$inboundSchema
|
|
1246
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547006' from JSON`);
|
|
1247
1247
|
}
|
|
1248
1248
|
/** @internal */
|
|
1249
1249
|
export const GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
|
|
1250
|
-
"__@BRAND@
|
|
1250
|
+
"__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547006$inboundSchema),
|
|
1251
1251
|
}).transform((v) => {
|
|
1252
1252
|
return remap$(v, {
|
|
1253
|
-
"__@BRAND@
|
|
1253
|
+
"__@BRAND@547006": "atBRANDAt547006",
|
|
1254
1254
|
});
|
|
1255
1255
|
});
|
|
1256
1256
|
/** @internal */
|
|
1257
1257
|
export const GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
|
|
1258
|
-
|
|
1258
|
+
atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547006$outboundSchema),
|
|
1259
1259
|
}).transform((v) => {
|
|
1260
1260
|
return remap$(v, {
|
|
1261
|
-
|
|
1261
|
+
atBRANDAt547006: "__@BRAND@547006",
|
|
1262
1262
|
});
|
|
1263
1263
|
});
|
|
1264
1264
|
export function getConfigurationProductsPropertiesIntegrationsResponsePatternToJSON(getConfigurationProductsPropertiesIntegrationsResponsePattern) {
|
|
@@ -1296,31 +1296,31 @@ export function getConfigurationProductsPropertiesIntegrationsItemsFromJSON(json
|
|
|
1296
1296
|
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsItems$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsItems' from JSON`);
|
|
1297
1297
|
}
|
|
1298
1298
|
/** @internal */
|
|
1299
|
-
export const
|
|
1299
|
+
export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547006$inboundSchema = z.object({});
|
|
1300
1300
|
/** @internal */
|
|
1301
|
-
export const
|
|
1302
|
-
export function
|
|
1303
|
-
return JSON.stringify(
|
|
1304
|
-
.parse(
|
|
1301
|
+
export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547006$outboundSchema = z.object({});
|
|
1302
|
+
export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547006ToJSON(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547006) {
|
|
1303
|
+
return JSON.stringify(GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547006$outboundSchema
|
|
1304
|
+
.parse(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547006));
|
|
1305
1305
|
}
|
|
1306
|
-
export function
|
|
1307
|
-
return safeParse(jsonString, (x) =>
|
|
1308
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1306
|
+
export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547006FromJSON(jsonString) {
|
|
1307
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547006$inboundSchema
|
|
1308
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547006' from JSON`);
|
|
1309
1309
|
}
|
|
1310
1310
|
/** @internal */
|
|
1311
1311
|
export const GetConfigurationProductsUiOptionsValue$inboundSchema = z.object({
|
|
1312
|
-
"__@BRAND@
|
|
1312
|
+
"__@BRAND@547006": z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547006$inboundSchema),
|
|
1313
1313
|
}).transform((v) => {
|
|
1314
1314
|
return remap$(v, {
|
|
1315
|
-
"__@BRAND@
|
|
1315
|
+
"__@BRAND@547006": "atBRANDAt547006",
|
|
1316
1316
|
});
|
|
1317
1317
|
});
|
|
1318
1318
|
/** @internal */
|
|
1319
1319
|
export const GetConfigurationProductsUiOptionsValue$outboundSchema = z.object({
|
|
1320
|
-
|
|
1320
|
+
atBRANDAt547006: z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547006$outboundSchema),
|
|
1321
1321
|
}).transform((v) => {
|
|
1322
1322
|
return remap$(v, {
|
|
1323
|
-
|
|
1323
|
+
atBRANDAt547006: "__@BRAND@547006",
|
|
1324
1324
|
});
|
|
1325
1325
|
});
|
|
1326
1326
|
export function getConfigurationProductsUiOptionsValueToJSON(getConfigurationProductsUiOptionsValue) {
|
|
@@ -1444,29 +1444,29 @@ export function getConfigurationProductsUiOptions3FromJSON(jsonString) {
|
|
|
1444
1444
|
return safeParse(jsonString, (x) => GetConfigurationProductsUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptions3' from JSON`);
|
|
1445
1445
|
}
|
|
1446
1446
|
/** @internal */
|
|
1447
|
-
export const
|
|
1447
|
+
export const GetConfigurationProductsUiOptionsAtBRANDAt547006$inboundSchema = z.object({});
|
|
1448
1448
|
/** @internal */
|
|
1449
|
-
export const
|
|
1450
|
-
export function
|
|
1451
|
-
return JSON.stringify(
|
|
1449
|
+
export const GetConfigurationProductsUiOptionsAtBRANDAt547006$outboundSchema = z.object({});
|
|
1450
|
+
export function getConfigurationProductsUiOptionsAtBRANDAt547006ToJSON(getConfigurationProductsUiOptionsAtBRANDAt547006) {
|
|
1451
|
+
return JSON.stringify(GetConfigurationProductsUiOptionsAtBRANDAt547006$outboundSchema.parse(getConfigurationProductsUiOptionsAtBRANDAt547006));
|
|
1452
1452
|
}
|
|
1453
|
-
export function
|
|
1454
|
-
return safeParse(jsonString, (x) =>
|
|
1453
|
+
export function getConfigurationProductsUiOptionsAtBRANDAt547006FromJSON(jsonString) {
|
|
1454
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsAtBRANDAt547006$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsAtBRANDAt547006' from JSON`);
|
|
1455
1455
|
}
|
|
1456
1456
|
/** @internal */
|
|
1457
1457
|
export const GetConfigurationProductsUiOptions2$inboundSchema = z.object({
|
|
1458
|
-
"__@BRAND@
|
|
1458
|
+
"__@BRAND@547006": z.lazy(() => GetConfigurationProductsUiOptionsAtBRANDAt547006$inboundSchema),
|
|
1459
1459
|
}).transform((v) => {
|
|
1460
1460
|
return remap$(v, {
|
|
1461
|
-
"__@BRAND@
|
|
1461
|
+
"__@BRAND@547006": "atBRANDAt547006",
|
|
1462
1462
|
});
|
|
1463
1463
|
});
|
|
1464
1464
|
/** @internal */
|
|
1465
1465
|
export const GetConfigurationProductsUiOptions2$outboundSchema = z.object({
|
|
1466
|
-
|
|
1466
|
+
atBRANDAt547006: z.lazy(() => GetConfigurationProductsUiOptionsAtBRANDAt547006$outboundSchema),
|
|
1467
1467
|
}).transform((v) => {
|
|
1468
1468
|
return remap$(v, {
|
|
1469
|
-
|
|
1469
|
+
atBRANDAt547006: "__@BRAND@547006",
|
|
1470
1470
|
});
|
|
1471
1471
|
});
|
|
1472
1472
|
export function getConfigurationProductsUiOptions2ToJSON(getConfigurationProductsUiOptions2) {
|
|
@@ -1777,31 +1777,31 @@ export function getConfigurationProductsPropertiesIntegrationsResponse200Applica
|
|
|
1777
1777
|
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue' from JSON`);
|
|
1778
1778
|
}
|
|
1779
1779
|
/** @internal */
|
|
1780
|
-
export const
|
|
1780
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547006$inboundSchema = z.object({});
|
|
1781
1781
|
/** @internal */
|
|
1782
|
-
export const
|
|
1783
|
-
export function
|
|
1784
|
-
return JSON.stringify(
|
|
1785
|
-
.parse(
|
|
1782
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547006$outboundSchema = z.object({});
|
|
1783
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547006ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547006) {
|
|
1784
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547006$outboundSchema
|
|
1785
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547006));
|
|
1786
1786
|
}
|
|
1787
|
-
export function
|
|
1788
|
-
return safeParse(jsonString, (x) =>
|
|
1789
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1787
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547006FromJSON(jsonString) {
|
|
1788
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547006$inboundSchema
|
|
1789
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547006' from JSON`);
|
|
1790
1790
|
}
|
|
1791
1791
|
/** @internal */
|
|
1792
1792
|
export const Default$inboundSchema = z.object({
|
|
1793
|
-
"__@BRAND@
|
|
1793
|
+
"__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547006$inboundSchema),
|
|
1794
1794
|
}).transform((v) => {
|
|
1795
1795
|
return remap$(v, {
|
|
1796
|
-
"__@BRAND@
|
|
1796
|
+
"__@BRAND@547006": "atBRANDAt547006",
|
|
1797
1797
|
});
|
|
1798
1798
|
});
|
|
1799
1799
|
/** @internal */
|
|
1800
1800
|
export const Default$outboundSchema = z.object({
|
|
1801
|
-
|
|
1801
|
+
atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547006$outboundSchema),
|
|
1802
1802
|
}).transform((v) => {
|
|
1803
1803
|
return remap$(v, {
|
|
1804
|
-
|
|
1804
|
+
atBRANDAt547006: "__@BRAND@547006",
|
|
1805
1805
|
});
|
|
1806
1806
|
});
|
|
1807
1807
|
export function defaultToJSON(value) {
|
|
@@ -1811,31 +1811,31 @@ export function defaultFromJSON(jsonString) {
|
|
|
1811
1811
|
return safeParse(jsonString, (x) => Default$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Default' from JSON`);
|
|
1812
1812
|
}
|
|
1813
1813
|
/** @internal */
|
|
1814
|
-
export const
|
|
1814
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547006$inboundSchema = z.object({});
|
|
1815
1815
|
/** @internal */
|
|
1816
|
-
export const
|
|
1817
|
-
export function
|
|
1818
|
-
return JSON.stringify(
|
|
1819
|
-
.parse(
|
|
1816
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547006$outboundSchema = z.object({});
|
|
1817
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547006ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547006) {
|
|
1818
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547006$outboundSchema
|
|
1819
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547006));
|
|
1820
1820
|
}
|
|
1821
|
-
export function
|
|
1822
|
-
return safeParse(jsonString, (x) =>
|
|
1823
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1821
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547006FromJSON(jsonString) {
|
|
1822
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547006$inboundSchema
|
|
1823
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547006' from JSON`);
|
|
1824
1824
|
}
|
|
1825
1825
|
/** @internal */
|
|
1826
1826
|
export const Example$inboundSchema = z.object({
|
|
1827
|
-
"__@BRAND@
|
|
1827
|
+
"__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547006$inboundSchema),
|
|
1828
1828
|
}).transform((v) => {
|
|
1829
1829
|
return remap$(v, {
|
|
1830
|
-
"__@BRAND@
|
|
1830
|
+
"__@BRAND@547006": "atBRANDAt547006",
|
|
1831
1831
|
});
|
|
1832
1832
|
});
|
|
1833
1833
|
/** @internal */
|
|
1834
1834
|
export const Example$outboundSchema = z.object({
|
|
1835
|
-
|
|
1835
|
+
atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547006$outboundSchema),
|
|
1836
1836
|
}).transform((v) => {
|
|
1837
1837
|
return remap$(v, {
|
|
1838
|
-
|
|
1838
|
+
atBRANDAt547006: "__@BRAND@547006",
|
|
1839
1839
|
});
|
|
1840
1840
|
});
|
|
1841
1841
|
export function exampleToJSON(example) {
|
|
@@ -1959,31 +1959,31 @@ export const GetConfigurationProductsPropertiesIntegrationsResponse200Applicatio
|
|
|
1959
1959
|
/** @internal */
|
|
1960
1960
|
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$inboundSchema;
|
|
1961
1961
|
/** @internal */
|
|
1962
|
-
export const
|
|
1962
|
+
export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt547006$inboundSchema = z.object({});
|
|
1963
1963
|
/** @internal */
|
|
1964
|
-
export const
|
|
1965
|
-
export function
|
|
1966
|
-
return JSON.stringify(
|
|
1967
|
-
.parse(
|
|
1964
|
+
export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt547006$outboundSchema = z.object({});
|
|
1965
|
+
export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt547006ToJSON(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt547006) {
|
|
1966
|
+
return JSON.stringify(GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt547006$outboundSchema
|
|
1967
|
+
.parse(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt547006));
|
|
1968
1968
|
}
|
|
1969
|
-
export function
|
|
1970
|
-
return safeParse(jsonString, (x) =>
|
|
1971
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1969
|
+
export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt547006FromJSON(jsonString) {
|
|
1970
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt547006$inboundSchema
|
|
1971
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt547006' from JSON`);
|
|
1972
1972
|
}
|
|
1973
1973
|
/** @internal */
|
|
1974
1974
|
export const UiOptionsValue$inboundSchema = z.object({
|
|
1975
|
-
"__@BRAND@
|
|
1975
|
+
"__@BRAND@547006": z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt547006$inboundSchema),
|
|
1976
1976
|
}).transform((v) => {
|
|
1977
1977
|
return remap$(v, {
|
|
1978
|
-
"__@BRAND@
|
|
1978
|
+
"__@BRAND@547006": "atBRANDAt547006",
|
|
1979
1979
|
});
|
|
1980
1980
|
});
|
|
1981
1981
|
/** @internal */
|
|
1982
1982
|
export const UiOptionsValue$outboundSchema = z.object({
|
|
1983
|
-
|
|
1983
|
+
atBRANDAt547006: z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt547006$outboundSchema),
|
|
1984
1984
|
}).transform((v) => {
|
|
1985
1985
|
return remap$(v, {
|
|
1986
|
-
|
|
1986
|
+
atBRANDAt547006: "__@BRAND@547006",
|
|
1987
1987
|
});
|
|
1988
1988
|
});
|
|
1989
1989
|
export function uiOptionsValueToJSON(uiOptionsValue) {
|
|
@@ -2103,29 +2103,29 @@ export function uiOptions3FromJSON(jsonString) {
|
|
|
2103
2103
|
return safeParse(jsonString, (x) => UiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptions3' from JSON`);
|
|
2104
2104
|
}
|
|
2105
2105
|
/** @internal */
|
|
2106
|
-
export const
|
|
2106
|
+
export const UiOptionsAtBRANDAt547006$inboundSchema = z.object({});
|
|
2107
2107
|
/** @internal */
|
|
2108
|
-
export const
|
|
2109
|
-
export function
|
|
2110
|
-
return JSON.stringify(
|
|
2108
|
+
export const UiOptionsAtBRANDAt547006$outboundSchema = z.object({});
|
|
2109
|
+
export function uiOptionsAtBRANDAt547006ToJSON(uiOptionsAtBRANDAt547006) {
|
|
2110
|
+
return JSON.stringify(UiOptionsAtBRANDAt547006$outboundSchema.parse(uiOptionsAtBRANDAt547006));
|
|
2111
2111
|
}
|
|
2112
|
-
export function
|
|
2113
|
-
return safeParse(jsonString, (x) =>
|
|
2112
|
+
export function uiOptionsAtBRANDAt547006FromJSON(jsonString) {
|
|
2113
|
+
return safeParse(jsonString, (x) => UiOptionsAtBRANDAt547006$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt547006' from JSON`);
|
|
2114
2114
|
}
|
|
2115
2115
|
/** @internal */
|
|
2116
2116
|
export const UiOptions2$inboundSchema = z.object({
|
|
2117
|
-
"__@BRAND@
|
|
2117
|
+
"__@BRAND@547006": z.lazy(() => UiOptionsAtBRANDAt547006$inboundSchema),
|
|
2118
2118
|
}).transform((v) => {
|
|
2119
2119
|
return remap$(v, {
|
|
2120
|
-
"__@BRAND@
|
|
2120
|
+
"__@BRAND@547006": "atBRANDAt547006",
|
|
2121
2121
|
});
|
|
2122
2122
|
});
|
|
2123
2123
|
/** @internal */
|
|
2124
2124
|
export const UiOptions2$outboundSchema = z.object({
|
|
2125
|
-
|
|
2125
|
+
atBRANDAt547006: z.lazy(() => UiOptionsAtBRANDAt547006$outboundSchema),
|
|
2126
2126
|
}).transform((v) => {
|
|
2127
2127
|
return remap$(v, {
|
|
2128
|
-
|
|
2128
|
+
atBRANDAt547006: "__@BRAND@547006",
|
|
2129
2129
|
});
|
|
2130
2130
|
});
|
|
2131
2131
|
export function uiOptions2ToJSON(uiOptions2) {
|
|
@@ -2265,31 +2265,31 @@ export function getConfigurationProductsPropertiesUiOptionsFromJSON(jsonString)
|
|
|
2265
2265
|
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesUiOptions' from JSON`);
|
|
2266
2266
|
}
|
|
2267
2267
|
/** @internal */
|
|
2268
|
-
export const
|
|
2268
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547006$inboundSchema = z.object({});
|
|
2269
2269
|
/** @internal */
|
|
2270
|
-
export const
|
|
2271
|
-
export function
|
|
2272
|
-
return JSON.stringify(
|
|
2273
|
-
.parse(
|
|
2270
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547006$outboundSchema = z.object({});
|
|
2271
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547006ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547006) {
|
|
2272
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547006$outboundSchema
|
|
2273
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547006));
|
|
2274
2274
|
}
|
|
2275
|
-
export function
|
|
2276
|
-
return safeParse(jsonString, (x) =>
|
|
2277
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2275
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547006FromJSON(jsonString) {
|
|
2276
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547006$inboundSchema
|
|
2277
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547006' from JSON`);
|
|
2278
2278
|
}
|
|
2279
2279
|
/** @internal */
|
|
2280
2280
|
export const GetConfigurationProductsPropertiesMinLength$inboundSchema = z.object({
|
|
2281
|
-
"__@BRAND@
|
|
2281
|
+
"__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547006$inboundSchema),
|
|
2282
2282
|
}).transform((v) => {
|
|
2283
2283
|
return remap$(v, {
|
|
2284
|
-
"__@BRAND@
|
|
2284
|
+
"__@BRAND@547006": "atBRANDAt547006",
|
|
2285
2285
|
});
|
|
2286
2286
|
});
|
|
2287
2287
|
/** @internal */
|
|
2288
2288
|
export const GetConfigurationProductsPropertiesMinLength$outboundSchema = z.object({
|
|
2289
|
-
|
|
2289
|
+
atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547006$outboundSchema),
|
|
2290
2290
|
}).transform((v) => {
|
|
2291
2291
|
return remap$(v, {
|
|
2292
|
-
|
|
2292
|
+
atBRANDAt547006: "__@BRAND@547006",
|
|
2293
2293
|
});
|
|
2294
2294
|
});
|
|
2295
2295
|
export function getConfigurationProductsPropertiesMinLengthToJSON(getConfigurationProductsPropertiesMinLength) {
|
|
@@ -2299,31 +2299,31 @@ export function getConfigurationProductsPropertiesMinLengthFromJSON(jsonString)
|
|
|
2299
2299
|
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesMinLength' from JSON`);
|
|
2300
2300
|
}
|
|
2301
2301
|
/** @internal */
|
|
2302
|
-
export const
|
|
2302
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547006$inboundSchema = z.object({});
|
|
2303
2303
|
/** @internal */
|
|
2304
|
-
export const
|
|
2305
|
-
export function
|
|
2306
|
-
return JSON.stringify(
|
|
2307
|
-
.parse(
|
|
2304
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547006$outboundSchema = z.object({});
|
|
2305
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547006ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547006) {
|
|
2306
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547006$outboundSchema
|
|
2307
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547006));
|
|
2308
2308
|
}
|
|
2309
|
-
export function
|
|
2310
|
-
return safeParse(jsonString, (x) =>
|
|
2311
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2309
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547006FromJSON(jsonString) {
|
|
2310
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547006$inboundSchema
|
|
2311
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547006' from JSON`);
|
|
2312
2312
|
}
|
|
2313
2313
|
/** @internal */
|
|
2314
2314
|
export const GetConfigurationProductsPropertiesMaxLength$inboundSchema = z.object({
|
|
2315
|
-
"__@BRAND@
|
|
2315
|
+
"__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547006$inboundSchema),
|
|
2316
2316
|
}).transform((v) => {
|
|
2317
2317
|
return remap$(v, {
|
|
2318
|
-
"__@BRAND@
|
|
2318
|
+
"__@BRAND@547006": "atBRANDAt547006",
|
|
2319
2319
|
});
|
|
2320
2320
|
});
|
|
2321
2321
|
/** @internal */
|
|
2322
2322
|
export const GetConfigurationProductsPropertiesMaxLength$outboundSchema = z.object({
|
|
2323
|
-
|
|
2323
|
+
atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547006$outboundSchema),
|
|
2324
2324
|
}).transform((v) => {
|
|
2325
2325
|
return remap$(v, {
|
|
2326
|
-
|
|
2326
|
+
atBRANDAt547006: "__@BRAND@547006",
|
|
2327
2327
|
});
|
|
2328
2328
|
});
|
|
2329
2329
|
export function getConfigurationProductsPropertiesMaxLengthToJSON(getConfigurationProductsPropertiesMaxLength) {
|
|
@@ -2333,31 +2333,31 @@ export function getConfigurationProductsPropertiesMaxLengthFromJSON(jsonString)
|
|
|
2333
2333
|
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesMaxLength' from JSON`);
|
|
2334
2334
|
}
|
|
2335
2335
|
/** @internal */
|
|
2336
|
-
export const
|
|
2336
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547006$inboundSchema = z.object({});
|
|
2337
2337
|
/** @internal */
|
|
2338
|
-
export const
|
|
2339
|
-
export function
|
|
2340
|
-
return JSON.stringify(
|
|
2341
|
-
.parse(
|
|
2338
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547006$outboundSchema = z.object({});
|
|
2339
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547006ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547006) {
|
|
2340
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547006$outboundSchema
|
|
2341
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547006));
|
|
2342
2342
|
}
|
|
2343
|
-
export function
|
|
2344
|
-
return safeParse(jsonString, (x) =>
|
|
2345
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2343
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547006FromJSON(jsonString) {
|
|
2344
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547006$inboundSchema
|
|
2345
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547006' from JSON`);
|
|
2346
2346
|
}
|
|
2347
2347
|
/** @internal */
|
|
2348
2348
|
export const GetConfigurationProductsPropertiesPattern$inboundSchema = z.object({
|
|
2349
|
-
"__@BRAND@
|
|
2349
|
+
"__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547006$inboundSchema),
|
|
2350
2350
|
}).transform((v) => {
|
|
2351
2351
|
return remap$(v, {
|
|
2352
|
-
"__@BRAND@
|
|
2352
|
+
"__@BRAND@547006": "atBRANDAt547006",
|
|
2353
2353
|
});
|
|
2354
2354
|
});
|
|
2355
2355
|
/** @internal */
|
|
2356
2356
|
export const GetConfigurationProductsPropertiesPattern$outboundSchema = z.object({
|
|
2357
|
-
|
|
2357
|
+
atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547006$outboundSchema),
|
|
2358
2358
|
}).transform((v) => {
|
|
2359
2359
|
return remap$(v, {
|
|
2360
|
-
|
|
2360
|
+
atBRANDAt547006: "__@BRAND@547006",
|
|
2361
2361
|
});
|
|
2362
2362
|
});
|
|
2363
2363
|
export function getConfigurationProductsPropertiesPatternToJSON(getConfigurationProductsPropertiesPattern) {
|
|
@@ -2656,31 +2656,31 @@ export const GetConfigurationProductsPropertiesIntegrationsResponse200Applicatio
|
|
|
2656
2656
|
/** @internal */
|
|
2657
2657
|
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$inboundSchema;
|
|
2658
2658
|
/** @internal */
|
|
2659
|
-
export const
|
|
2659
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547006$inboundSchema = z.object({});
|
|
2660
2660
|
/** @internal */
|
|
2661
|
-
export const
|
|
2662
|
-
export function
|
|
2663
|
-
return JSON.stringify(
|
|
2664
|
-
.parse(
|
|
2661
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547006$outboundSchema = z.object({});
|
|
2662
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547006ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547006) {
|
|
2663
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547006$outboundSchema
|
|
2664
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547006));
|
|
2665
2665
|
}
|
|
2666
|
-
export function
|
|
2667
|
-
return safeParse(jsonString, (x) =>
|
|
2668
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2666
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547006FromJSON(jsonString) {
|
|
2667
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547006$inboundSchema
|
|
2668
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547006' from JSON`);
|
|
2669
2669
|
}
|
|
2670
2670
|
/** @internal */
|
|
2671
2671
|
export const GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$inboundSchema = z.object({
|
|
2672
|
-
"__@BRAND@
|
|
2672
|
+
"__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547006$inboundSchema),
|
|
2673
2673
|
}).transform((v) => {
|
|
2674
2674
|
return remap$(v, {
|
|
2675
|
-
"__@BRAND@
|
|
2675
|
+
"__@BRAND@547006": "atBRANDAt547006",
|
|
2676
2676
|
});
|
|
2677
2677
|
});
|
|
2678
2678
|
/** @internal */
|
|
2679
2679
|
export const GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$outboundSchema = z.object({
|
|
2680
|
-
|
|
2680
|
+
atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547006$outboundSchema),
|
|
2681
2681
|
}).transform((v) => {
|
|
2682
2682
|
return remap$(v, {
|
|
2683
|
-
|
|
2683
|
+
atBRANDAt547006: "__@BRAND@547006",
|
|
2684
2684
|
});
|
|
2685
2685
|
});
|
|
2686
2686
|
export function getConfigurationProductsPropertiesIntegrationsResponse200MinLengthToJSON(getConfigurationProductsPropertiesIntegrationsResponse200MinLength) {
|
|
@@ -2692,31 +2692,31 @@ export function getConfigurationProductsPropertiesIntegrationsResponse200MinLeng
|
|
|
2692
2692
|
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200MinLength' from JSON`);
|
|
2693
2693
|
}
|
|
2694
2694
|
/** @internal */
|
|
2695
|
-
export const
|
|
2695
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547006$inboundSchema = z.object({});
|
|
2696
2696
|
/** @internal */
|
|
2697
|
-
export const
|
|
2698
|
-
export function
|
|
2699
|
-
return JSON.stringify(
|
|
2700
|
-
.parse(
|
|
2697
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547006$outboundSchema = z.object({});
|
|
2698
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547006ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547006) {
|
|
2699
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547006$outboundSchema
|
|
2700
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547006));
|
|
2701
2701
|
}
|
|
2702
|
-
export function
|
|
2703
|
-
return safeParse(jsonString, (x) =>
|
|
2704
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2702
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547006FromJSON(jsonString) {
|
|
2703
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547006$inboundSchema
|
|
2704
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547006' from JSON`);
|
|
2705
2705
|
}
|
|
2706
2706
|
/** @internal */
|
|
2707
2707
|
export const GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$inboundSchema = z.object({
|
|
2708
|
-
"__@BRAND@
|
|
2708
|
+
"__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547006$inboundSchema),
|
|
2709
2709
|
}).transform((v) => {
|
|
2710
2710
|
return remap$(v, {
|
|
2711
|
-
"__@BRAND@
|
|
2711
|
+
"__@BRAND@547006": "atBRANDAt547006",
|
|
2712
2712
|
});
|
|
2713
2713
|
});
|
|
2714
2714
|
/** @internal */
|
|
2715
2715
|
export const GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$outboundSchema = z.object({
|
|
2716
|
-
|
|
2716
|
+
atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547006$outboundSchema),
|
|
2717
2717
|
}).transform((v) => {
|
|
2718
2718
|
return remap$(v, {
|
|
2719
|
-
|
|
2719
|
+
atBRANDAt547006: "__@BRAND@547006",
|
|
2720
2720
|
});
|
|
2721
2721
|
});
|
|
2722
2722
|
export function getConfigurationProductsPropertiesIntegrationsResponse200MaxLengthToJSON(getConfigurationProductsPropertiesIntegrationsResponse200MaxLength) {
|
|
@@ -2728,31 +2728,31 @@ export function getConfigurationProductsPropertiesIntegrationsResponse200MaxLeng
|
|
|
2728
2728
|
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength' from JSON`);
|
|
2729
2729
|
}
|
|
2730
2730
|
/** @internal */
|
|
2731
|
-
export const
|
|
2731
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547006$inboundSchema = z.object({});
|
|
2732
2732
|
/** @internal */
|
|
2733
|
-
export const
|
|
2734
|
-
export function
|
|
2735
|
-
return JSON.stringify(
|
|
2736
|
-
.parse(
|
|
2733
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547006$outboundSchema = z.object({});
|
|
2734
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547006ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547006) {
|
|
2735
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547006$outboundSchema
|
|
2736
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547006));
|
|
2737
2737
|
}
|
|
2738
|
-
export function
|
|
2739
|
-
return safeParse(jsonString, (x) =>
|
|
2740
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2738
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547006FromJSON(jsonString) {
|
|
2739
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547006$inboundSchema
|
|
2740
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547006' from JSON`);
|
|
2741
2741
|
}
|
|
2742
2742
|
/** @internal */
|
|
2743
2743
|
export const GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$inboundSchema = z.object({
|
|
2744
|
-
"__@BRAND@
|
|
2744
|
+
"__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547006$inboundSchema),
|
|
2745
2745
|
}).transform((v) => {
|
|
2746
2746
|
return remap$(v, {
|
|
2747
|
-
"__@BRAND@
|
|
2747
|
+
"__@BRAND@547006": "atBRANDAt547006",
|
|
2748
2748
|
});
|
|
2749
2749
|
});
|
|
2750
2750
|
/** @internal */
|
|
2751
2751
|
export const GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$outboundSchema = z.object({
|
|
2752
|
-
|
|
2752
|
+
atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547006$outboundSchema),
|
|
2753
2753
|
}).transform((v) => {
|
|
2754
2754
|
return remap$(v, {
|
|
2755
|
-
|
|
2755
|
+
atBRANDAt547006: "__@BRAND@547006",
|
|
2756
2756
|
});
|
|
2757
2757
|
});
|
|
2758
2758
|
export function getConfigurationProductsPropertiesIntegrationsResponse200PatternToJSON(getConfigurationProductsPropertiesIntegrationsResponse200Pattern) {
|
|
@@ -3285,31 +3285,31 @@ export function uiOptionsFromJSON(jsonString) {
|
|
|
3285
3285
|
return safeParse(jsonString, (x) => UiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptions' from JSON`);
|
|
3286
3286
|
}
|
|
3287
3287
|
/** @internal */
|
|
3288
|
-
export const
|
|
3288
|
+
export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt547006$inboundSchema = z.object({});
|
|
3289
3289
|
/** @internal */
|
|
3290
|
-
export const
|
|
3291
|
-
export function
|
|
3292
|
-
return JSON.stringify(
|
|
3293
|
-
.parse(
|
|
3290
|
+
export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt547006$outboundSchema = z.object({});
|
|
3291
|
+
export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt547006ToJSON(getConfigurationProductsPropertiesIntegrationsAtBRANDAt547006) {
|
|
3292
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsAtBRANDAt547006$outboundSchema
|
|
3293
|
+
.parse(getConfigurationProductsPropertiesIntegrationsAtBRANDAt547006));
|
|
3294
3294
|
}
|
|
3295
|
-
export function
|
|
3296
|
-
return safeParse(jsonString, (x) =>
|
|
3297
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3295
|
+
export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt547006FromJSON(jsonString) {
|
|
3296
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt547006$inboundSchema
|
|
3297
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsAtBRANDAt547006' from JSON`);
|
|
3298
3298
|
}
|
|
3299
3299
|
/** @internal */
|
|
3300
3300
|
export const PropertiesMinLength$inboundSchema = z.object({
|
|
3301
|
-
"__@BRAND@
|
|
3301
|
+
"__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt547006$inboundSchema),
|
|
3302
3302
|
}).transform((v) => {
|
|
3303
3303
|
return remap$(v, {
|
|
3304
|
-
"__@BRAND@
|
|
3304
|
+
"__@BRAND@547006": "atBRANDAt547006",
|
|
3305
3305
|
});
|
|
3306
3306
|
});
|
|
3307
3307
|
/** @internal */
|
|
3308
3308
|
export const PropertiesMinLength$outboundSchema = z.object({
|
|
3309
|
-
|
|
3309
|
+
atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt547006$outboundSchema),
|
|
3310
3310
|
}).transform((v) => {
|
|
3311
3311
|
return remap$(v, {
|
|
3312
|
-
|
|
3312
|
+
atBRANDAt547006: "__@BRAND@547006",
|
|
3313
3313
|
});
|
|
3314
3314
|
});
|
|
3315
3315
|
export function propertiesMinLengthToJSON(propertiesMinLength) {
|
|
@@ -3319,31 +3319,31 @@ export function propertiesMinLengthFromJSON(jsonString) {
|
|
|
3319
3319
|
return safeParse(jsonString, (x) => PropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesMinLength' from JSON`);
|
|
3320
3320
|
}
|
|
3321
3321
|
/** @internal */
|
|
3322
|
-
export const
|
|
3322
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547006$inboundSchema = z.object({});
|
|
3323
3323
|
/** @internal */
|
|
3324
|
-
export const
|
|
3325
|
-
export function
|
|
3326
|
-
return JSON.stringify(
|
|
3327
|
-
.parse(
|
|
3324
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547006$outboundSchema = z.object({});
|
|
3325
|
+
export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547006ToJSON(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547006) {
|
|
3326
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547006$outboundSchema
|
|
3327
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547006));
|
|
3328
3328
|
}
|
|
3329
|
-
export function
|
|
3330
|
-
return safeParse(jsonString, (x) =>
|
|
3331
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3329
|
+
export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547006FromJSON(jsonString) {
|
|
3330
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547006$inboundSchema
|
|
3331
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547006' from JSON`);
|
|
3332
3332
|
}
|
|
3333
3333
|
/** @internal */
|
|
3334
3334
|
export const PropertiesMaxLength$inboundSchema = z.object({
|
|
3335
|
-
"__@BRAND@
|
|
3335
|
+
"__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547006$inboundSchema),
|
|
3336
3336
|
}).transform((v) => {
|
|
3337
3337
|
return remap$(v, {
|
|
3338
|
-
"__@BRAND@
|
|
3338
|
+
"__@BRAND@547006": "atBRANDAt547006",
|
|
3339
3339
|
});
|
|
3340
3340
|
});
|
|
3341
3341
|
/** @internal */
|
|
3342
3342
|
export const PropertiesMaxLength$outboundSchema = z.object({
|
|
3343
|
-
|
|
3343
|
+
atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547006$outboundSchema),
|
|
3344
3344
|
}).transform((v) => {
|
|
3345
3345
|
return remap$(v, {
|
|
3346
|
-
|
|
3346
|
+
atBRANDAt547006: "__@BRAND@547006",
|
|
3347
3347
|
});
|
|
3348
3348
|
});
|
|
3349
3349
|
export function propertiesMaxLengthToJSON(propertiesMaxLength) {
|
|
@@ -3353,31 +3353,31 @@ export function propertiesMaxLengthFromJSON(jsonString) {
|
|
|
3353
3353
|
return safeParse(jsonString, (x) => PropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesMaxLength' from JSON`);
|
|
3354
3354
|
}
|
|
3355
3355
|
/** @internal */
|
|
3356
|
-
export const
|
|
3356
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547006$inboundSchema = z.object({});
|
|
3357
3357
|
/** @internal */
|
|
3358
|
-
export const
|
|
3359
|
-
export function
|
|
3360
|
-
return JSON.stringify(
|
|
3361
|
-
.parse(
|
|
3358
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547006$outboundSchema = z.object({});
|
|
3359
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547006ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547006) {
|
|
3360
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547006$outboundSchema
|
|
3361
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547006));
|
|
3362
3362
|
}
|
|
3363
|
-
export function
|
|
3364
|
-
return safeParse(jsonString, (x) =>
|
|
3365
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3363
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547006FromJSON(jsonString) {
|
|
3364
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547006$inboundSchema
|
|
3365
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547006' from JSON`);
|
|
3366
3366
|
}
|
|
3367
3367
|
/** @internal */
|
|
3368
3368
|
export const PropertiesPattern$inboundSchema = z.object({
|
|
3369
|
-
"__@BRAND@
|
|
3369
|
+
"__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547006$inboundSchema),
|
|
3370
3370
|
}).transform((v) => {
|
|
3371
3371
|
return remap$(v, {
|
|
3372
|
-
"__@BRAND@
|
|
3372
|
+
"__@BRAND@547006": "atBRANDAt547006",
|
|
3373
3373
|
});
|
|
3374
3374
|
});
|
|
3375
3375
|
/** @internal */
|
|
3376
3376
|
export const PropertiesPattern$outboundSchema = z.object({
|
|
3377
|
-
|
|
3377
|
+
atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547006$outboundSchema),
|
|
3378
3378
|
}).transform((v) => {
|
|
3379
3379
|
return remap$(v, {
|
|
3380
|
-
|
|
3380
|
+
atBRANDAt547006: "__@BRAND@547006",
|
|
3381
3381
|
});
|
|
3382
3382
|
});
|
|
3383
3383
|
export function propertiesPatternToJSON(propertiesPattern) {
|
|
@@ -4464,29 +4464,29 @@ export const UiControl$inboundSchema = z
|
|
|
4464
4464
|
/** @internal */
|
|
4465
4465
|
export const UiControl$outboundSchema = UiControl$inboundSchema;
|
|
4466
4466
|
/** @internal */
|
|
4467
|
-
export const
|
|
4467
|
+
export const AtBRANDAt547006$inboundSchema = z.object({});
|
|
4468
4468
|
/** @internal */
|
|
4469
|
-
export const
|
|
4470
|
-
export function
|
|
4471
|
-
return JSON.stringify(
|
|
4469
|
+
export const AtBRANDAt547006$outboundSchema = z.object({});
|
|
4470
|
+
export function atBRANDAt547006ToJSON(atBRANDAt547006) {
|
|
4471
|
+
return JSON.stringify(AtBRANDAt547006$outboundSchema.parse(atBRANDAt547006));
|
|
4472
4472
|
}
|
|
4473
|
-
export function
|
|
4474
|
-
return safeParse(jsonString, (x) =>
|
|
4473
|
+
export function atBRANDAt547006FromJSON(jsonString) {
|
|
4474
|
+
return safeParse(jsonString, (x) => AtBRANDAt547006$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt547006' from JSON`);
|
|
4475
4475
|
}
|
|
4476
4476
|
/** @internal */
|
|
4477
4477
|
export const MinLength$inboundSchema = z.object({
|
|
4478
|
-
"__@BRAND@
|
|
4478
|
+
"__@BRAND@547006": z.lazy(() => AtBRANDAt547006$inboundSchema),
|
|
4479
4479
|
}).transform((v) => {
|
|
4480
4480
|
return remap$(v, {
|
|
4481
|
-
"__@BRAND@
|
|
4481
|
+
"__@BRAND@547006": "atBRANDAt547006",
|
|
4482
4482
|
});
|
|
4483
4483
|
});
|
|
4484
4484
|
/** @internal */
|
|
4485
4485
|
export const MinLength$outboundSchema = z.object({
|
|
4486
|
-
|
|
4486
|
+
atBRANDAt547006: z.lazy(() => AtBRANDAt547006$outboundSchema),
|
|
4487
4487
|
}).transform((v) => {
|
|
4488
4488
|
return remap$(v, {
|
|
4489
|
-
|
|
4489
|
+
atBRANDAt547006: "__@BRAND@547006",
|
|
4490
4490
|
});
|
|
4491
4491
|
});
|
|
4492
4492
|
export function minLengthToJSON(minLength) {
|
|
@@ -4496,29 +4496,29 @@ export function minLengthFromJSON(jsonString) {
|
|
|
4496
4496
|
return safeParse(jsonString, (x) => MinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'MinLength' from JSON`);
|
|
4497
4497
|
}
|
|
4498
4498
|
/** @internal */
|
|
4499
|
-
export const
|
|
4499
|
+
export const PropertiesAtBRANDAt547006$inboundSchema = z.object({});
|
|
4500
4500
|
/** @internal */
|
|
4501
|
-
export const
|
|
4502
|
-
export function
|
|
4503
|
-
return JSON.stringify(
|
|
4501
|
+
export const PropertiesAtBRANDAt547006$outboundSchema = z.object({});
|
|
4502
|
+
export function propertiesAtBRANDAt547006ToJSON(propertiesAtBRANDAt547006) {
|
|
4503
|
+
return JSON.stringify(PropertiesAtBRANDAt547006$outboundSchema.parse(propertiesAtBRANDAt547006));
|
|
4504
4504
|
}
|
|
4505
|
-
export function
|
|
4506
|
-
return safeParse(jsonString, (x) =>
|
|
4505
|
+
export function propertiesAtBRANDAt547006FromJSON(jsonString) {
|
|
4506
|
+
return safeParse(jsonString, (x) => PropertiesAtBRANDAt547006$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt547006' from JSON`);
|
|
4507
4507
|
}
|
|
4508
4508
|
/** @internal */
|
|
4509
4509
|
export const MaxLength$inboundSchema = z.object({
|
|
4510
|
-
"__@BRAND@
|
|
4510
|
+
"__@BRAND@547006": z.lazy(() => PropertiesAtBRANDAt547006$inboundSchema),
|
|
4511
4511
|
}).transform((v) => {
|
|
4512
4512
|
return remap$(v, {
|
|
4513
|
-
"__@BRAND@
|
|
4513
|
+
"__@BRAND@547006": "atBRANDAt547006",
|
|
4514
4514
|
});
|
|
4515
4515
|
});
|
|
4516
4516
|
/** @internal */
|
|
4517
4517
|
export const MaxLength$outboundSchema = z.object({
|
|
4518
|
-
|
|
4518
|
+
atBRANDAt547006: z.lazy(() => PropertiesAtBRANDAt547006$outboundSchema),
|
|
4519
4519
|
}).transform((v) => {
|
|
4520
4520
|
return remap$(v, {
|
|
4521
|
-
|
|
4521
|
+
atBRANDAt547006: "__@BRAND@547006",
|
|
4522
4522
|
});
|
|
4523
4523
|
});
|
|
4524
4524
|
export function maxLengthToJSON(maxLength) {
|
|
@@ -4528,29 +4528,29 @@ export function maxLengthFromJSON(jsonString) {
|
|
|
4528
4528
|
return safeParse(jsonString, (x) => MaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'MaxLength' from JSON`);
|
|
4529
4529
|
}
|
|
4530
4530
|
/** @internal */
|
|
4531
|
-
export const
|
|
4531
|
+
export const GetConfigurationProductsPropertiesAtBRANDAt547006$inboundSchema = z.object({});
|
|
4532
4532
|
/** @internal */
|
|
4533
|
-
export const
|
|
4534
|
-
export function
|
|
4535
|
-
return JSON.stringify(
|
|
4533
|
+
export const GetConfigurationProductsPropertiesAtBRANDAt547006$outboundSchema = z.object({});
|
|
4534
|
+
export function getConfigurationProductsPropertiesAtBRANDAt547006ToJSON(getConfigurationProductsPropertiesAtBRANDAt547006) {
|
|
4535
|
+
return JSON.stringify(GetConfigurationProductsPropertiesAtBRANDAt547006$outboundSchema.parse(getConfigurationProductsPropertiesAtBRANDAt547006));
|
|
4536
4536
|
}
|
|
4537
|
-
export function
|
|
4538
|
-
return safeParse(jsonString, (x) =>
|
|
4537
|
+
export function getConfigurationProductsPropertiesAtBRANDAt547006FromJSON(jsonString) {
|
|
4538
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesAtBRANDAt547006$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesAtBRANDAt547006' from JSON`);
|
|
4539
4539
|
}
|
|
4540
4540
|
/** @internal */
|
|
4541
4541
|
export const Pattern$inboundSchema = z.object({
|
|
4542
|
-
"__@BRAND@
|
|
4542
|
+
"__@BRAND@547006": z.lazy(() => GetConfigurationProductsPropertiesAtBRANDAt547006$inboundSchema),
|
|
4543
4543
|
}).transform((v) => {
|
|
4544
4544
|
return remap$(v, {
|
|
4545
|
-
"__@BRAND@
|
|
4545
|
+
"__@BRAND@547006": "atBRANDAt547006",
|
|
4546
4546
|
});
|
|
4547
4547
|
});
|
|
4548
4548
|
/** @internal */
|
|
4549
4549
|
export const Pattern$outboundSchema = z.object({
|
|
4550
|
-
|
|
4550
|
+
atBRANDAt547006: z.lazy(() => GetConfigurationProductsPropertiesAtBRANDAt547006$outboundSchema),
|
|
4551
4551
|
}).transform((v) => {
|
|
4552
4552
|
return remap$(v, {
|
|
4553
|
-
|
|
4553
|
+
atBRANDAt547006: "__@BRAND@547006",
|
|
4554
4554
|
});
|
|
4555
4555
|
});
|
|
4556
4556
|
export function patternToJSON(pattern) {
|