@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
|
@@ -716,31 +716,31 @@ export const CreateIntegrationStoreDirectIntegrationsType$inboundSchema = z
|
|
|
716
716
|
/** @internal */
|
|
717
717
|
export const CreateIntegrationStoreDirectIntegrationsType$outboundSchema = CreateIntegrationStoreDirectIntegrationsType$inboundSchema;
|
|
718
718
|
/** @internal */
|
|
719
|
-
export const
|
|
719
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831$inboundSchema = z.object({});
|
|
720
720
|
/** @internal */
|
|
721
|
-
export const
|
|
722
|
-
export function
|
|
723
|
-
return JSON.stringify(
|
|
724
|
-
.parse(
|
|
721
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831$outboundSchema = z.object({});
|
|
722
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831) {
|
|
723
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831$outboundSchema
|
|
724
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831));
|
|
725
725
|
}
|
|
726
|
-
export function
|
|
727
|
-
return safeParse(jsonString, (x) =>
|
|
728
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
726
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831FromJSON(jsonString) {
|
|
727
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831$inboundSchema
|
|
728
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831' from JSON`);
|
|
729
729
|
}
|
|
730
730
|
/** @internal */
|
|
731
731
|
export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema = z.object({
|
|
732
|
-
"__@BRAND@
|
|
732
|
+
"__@BRAND@8831": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831$inboundSchema),
|
|
733
733
|
}).transform((v) => {
|
|
734
734
|
return remap$(v, {
|
|
735
|
-
"__@BRAND@
|
|
735
|
+
"__@BRAND@8831": "atBRANDAt8831",
|
|
736
736
|
});
|
|
737
737
|
});
|
|
738
738
|
/** @internal */
|
|
739
739
|
export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema = z.object({
|
|
740
|
-
|
|
740
|
+
atBRANDAt8831: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831$outboundSchema),
|
|
741
741
|
}).transform((v) => {
|
|
742
742
|
return remap$(v, {
|
|
743
|
-
|
|
743
|
+
atBRANDAt8831: "__@BRAND@8831",
|
|
744
744
|
});
|
|
745
745
|
});
|
|
746
746
|
export function createIntegrationStoreDirectPropertiesValueToJSON(createIntegrationStoreDirectPropertiesValue) {
|
|
@@ -864,31 +864,31 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
864
864
|
/** @internal */
|
|
865
865
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema;
|
|
866
866
|
/** @internal */
|
|
867
|
-
export const
|
|
867
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831$inboundSchema = z.object({});
|
|
868
868
|
/** @internal */
|
|
869
|
-
export const
|
|
870
|
-
export function
|
|
871
|
-
return JSON.stringify(
|
|
872
|
-
.parse(
|
|
869
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831$outboundSchema = z.object({});
|
|
870
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831) {
|
|
871
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831$outboundSchema
|
|
872
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831));
|
|
873
873
|
}
|
|
874
|
-
export function
|
|
875
|
-
return safeParse(jsonString, (x) =>
|
|
876
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
874
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831FromJSON(jsonString) {
|
|
875
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831$inboundSchema
|
|
876
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831' from JSON`);
|
|
877
877
|
}
|
|
878
878
|
/** @internal */
|
|
879
879
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema = z.object({
|
|
880
|
-
"__@BRAND@
|
|
880
|
+
"__@BRAND@8831": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831$inboundSchema),
|
|
881
881
|
}).transform((v) => {
|
|
882
882
|
return remap$(v, {
|
|
883
|
-
"__@BRAND@
|
|
883
|
+
"__@BRAND@8831": "atBRANDAt8831",
|
|
884
884
|
});
|
|
885
885
|
});
|
|
886
886
|
/** @internal */
|
|
887
887
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema = z.object({
|
|
888
|
-
|
|
888
|
+
atBRANDAt8831: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831$outboundSchema),
|
|
889
889
|
}).transform((v) => {
|
|
890
890
|
return remap$(v, {
|
|
891
|
-
|
|
891
|
+
atBRANDAt8831: "__@BRAND@8831",
|
|
892
892
|
});
|
|
893
893
|
});
|
|
894
894
|
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength) {
|
|
@@ -900,31 +900,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
|
|
|
900
900
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength' from JSON`);
|
|
901
901
|
}
|
|
902
902
|
/** @internal */
|
|
903
|
-
export const
|
|
903
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831$inboundSchema = z.object({});
|
|
904
904
|
/** @internal */
|
|
905
|
-
export const
|
|
906
|
-
export function
|
|
907
|
-
return JSON.stringify(
|
|
908
|
-
.parse(
|
|
905
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831$outboundSchema = z.object({});
|
|
906
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831) {
|
|
907
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831$outboundSchema
|
|
908
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831));
|
|
909
909
|
}
|
|
910
|
-
export function
|
|
911
|
-
return safeParse(jsonString, (x) =>
|
|
912
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
910
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831FromJSON(jsonString) {
|
|
911
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831$inboundSchema
|
|
912
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831' from JSON`);
|
|
913
913
|
}
|
|
914
914
|
/** @internal */
|
|
915
915
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema = z.object({
|
|
916
|
-
"__@BRAND@
|
|
916
|
+
"__@BRAND@8831": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831$inboundSchema),
|
|
917
917
|
}).transform((v) => {
|
|
918
918
|
return remap$(v, {
|
|
919
|
-
"__@BRAND@
|
|
919
|
+
"__@BRAND@8831": "atBRANDAt8831",
|
|
920
920
|
});
|
|
921
921
|
});
|
|
922
922
|
/** @internal */
|
|
923
923
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema = z.object({
|
|
924
|
-
|
|
924
|
+
atBRANDAt8831: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831$outboundSchema),
|
|
925
925
|
}).transform((v) => {
|
|
926
926
|
return remap$(v, {
|
|
927
|
-
|
|
927
|
+
atBRANDAt8831: "__@BRAND@8831",
|
|
928
928
|
});
|
|
929
929
|
});
|
|
930
930
|
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength) {
|
|
@@ -936,31 +936,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
|
|
|
936
936
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength' from JSON`);
|
|
937
937
|
}
|
|
938
938
|
/** @internal */
|
|
939
|
-
export const
|
|
939
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831$inboundSchema = z.object({});
|
|
940
940
|
/** @internal */
|
|
941
|
-
export const
|
|
942
|
-
export function
|
|
943
|
-
return JSON.stringify(
|
|
944
|
-
.parse(
|
|
941
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831$outboundSchema = z.object({});
|
|
942
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831) {
|
|
943
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831$outboundSchema
|
|
944
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831));
|
|
945
945
|
}
|
|
946
|
-
export function
|
|
947
|
-
return safeParse(jsonString, (x) =>
|
|
948
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
946
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831FromJSON(jsonString) {
|
|
947
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831$inboundSchema
|
|
948
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831' from JSON`);
|
|
949
949
|
}
|
|
950
950
|
/** @internal */
|
|
951
951
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema = z.object({
|
|
952
|
-
"__@BRAND@
|
|
952
|
+
"__@BRAND@8831": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831$inboundSchema),
|
|
953
953
|
}).transform((v) => {
|
|
954
954
|
return remap$(v, {
|
|
955
|
-
"__@BRAND@
|
|
955
|
+
"__@BRAND@8831": "atBRANDAt8831",
|
|
956
956
|
});
|
|
957
957
|
});
|
|
958
958
|
/** @internal */
|
|
959
959
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema = z.object({
|
|
960
|
-
|
|
960
|
+
atBRANDAt8831: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831$outboundSchema),
|
|
961
961
|
}).transform((v) => {
|
|
962
962
|
return remap$(v, {
|
|
963
|
-
|
|
963
|
+
atBRANDAt8831: "__@BRAND@8831",
|
|
964
964
|
});
|
|
965
965
|
});
|
|
966
966
|
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200PatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern) {
|
|
@@ -1244,29 +1244,29 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
1244
1244
|
/** @internal */
|
|
1245
1245
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$inboundSchema;
|
|
1246
1246
|
/** @internal */
|
|
1247
|
-
export const
|
|
1247
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8831$inboundSchema = z.object({});
|
|
1248
1248
|
/** @internal */
|
|
1249
|
-
export const
|
|
1250
|
-
export function
|
|
1251
|
-
return JSON.stringify(
|
|
1249
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8831$outboundSchema = z.object({});
|
|
1250
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8831ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8831) {
|
|
1251
|
+
return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8831$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt8831));
|
|
1252
1252
|
}
|
|
1253
|
-
export function
|
|
1254
|
-
return safeParse(jsonString, (x) =>
|
|
1253
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8831FromJSON(jsonString) {
|
|
1254
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8831$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8831' from JSON`);
|
|
1255
1255
|
}
|
|
1256
1256
|
/** @internal */
|
|
1257
1257
|
export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema = z.object({
|
|
1258
|
-
"__@BRAND@
|
|
1258
|
+
"__@BRAND@8831": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8831$inboundSchema),
|
|
1259
1259
|
}).transform((v) => {
|
|
1260
1260
|
return remap$(v, {
|
|
1261
|
-
"__@BRAND@
|
|
1261
|
+
"__@BRAND@8831": "atBRANDAt8831",
|
|
1262
1262
|
});
|
|
1263
1263
|
});
|
|
1264
1264
|
/** @internal */
|
|
1265
1265
|
export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema = z.object({
|
|
1266
|
-
|
|
1266
|
+
atBRANDAt8831: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8831$outboundSchema),
|
|
1267
1267
|
}).transform((v) => {
|
|
1268
1268
|
return remap$(v, {
|
|
1269
|
-
|
|
1269
|
+
atBRANDAt8831: "__@BRAND@8831",
|
|
1270
1270
|
});
|
|
1271
1271
|
});
|
|
1272
1272
|
export function createIntegrationStoreDirectUiOptionsValueToJSON(createIntegrationStoreDirectUiOptionsValue) {
|
|
@@ -1390,29 +1390,29 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(jsonString) {
|
|
|
1390
1390
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptions3' from JSON`);
|
|
1391
1391
|
}
|
|
1392
1392
|
/** @internal */
|
|
1393
|
-
export const
|
|
1393
|
+
export const UiOptionsAtBRANDAt8831$inboundSchema = z.object({});
|
|
1394
1394
|
/** @internal */
|
|
1395
|
-
export const
|
|
1396
|
-
export function
|
|
1397
|
-
return JSON.stringify(
|
|
1395
|
+
export const UiOptionsAtBRANDAt8831$outboundSchema = z.object({});
|
|
1396
|
+
export function uiOptionsAtBRANDAt8831ToJSON(uiOptionsAtBRANDAt8831) {
|
|
1397
|
+
return JSON.stringify(UiOptionsAtBRANDAt8831$outboundSchema.parse(uiOptionsAtBRANDAt8831));
|
|
1398
1398
|
}
|
|
1399
|
-
export function
|
|
1400
|
-
return safeParse(jsonString, (x) =>
|
|
1399
|
+
export function uiOptionsAtBRANDAt8831FromJSON(jsonString) {
|
|
1400
|
+
return safeParse(jsonString, (x) => UiOptionsAtBRANDAt8831$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt8831' from JSON`);
|
|
1401
1401
|
}
|
|
1402
1402
|
/** @internal */
|
|
1403
1403
|
export const CreateIntegrationStoreDirectUiOptions2$inboundSchema = z.object({
|
|
1404
|
-
"__@BRAND@
|
|
1404
|
+
"__@BRAND@8831": z.lazy(() => UiOptionsAtBRANDAt8831$inboundSchema),
|
|
1405
1405
|
}).transform((v) => {
|
|
1406
1406
|
return remap$(v, {
|
|
1407
|
-
"__@BRAND@
|
|
1407
|
+
"__@BRAND@8831": "atBRANDAt8831",
|
|
1408
1408
|
});
|
|
1409
1409
|
});
|
|
1410
1410
|
/** @internal */
|
|
1411
1411
|
export const CreateIntegrationStoreDirectUiOptions2$outboundSchema = z.object({
|
|
1412
|
-
|
|
1412
|
+
atBRANDAt8831: z.lazy(() => UiOptionsAtBRANDAt8831$outboundSchema),
|
|
1413
1413
|
}).transform((v) => {
|
|
1414
1414
|
return remap$(v, {
|
|
1415
|
-
|
|
1415
|
+
atBRANDAt8831: "__@BRAND@8831",
|
|
1416
1416
|
});
|
|
1417
1417
|
});
|
|
1418
1418
|
export function createIntegrationStoreDirectUiOptions2ToJSON(createIntegrationStoreDirectUiOptions2) {
|
|
@@ -1554,31 +1554,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
|
|
|
1554
1554
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions' from JSON`);
|
|
1555
1555
|
}
|
|
1556
1556
|
/** @internal */
|
|
1557
|
-
export const
|
|
1557
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831$inboundSchema = z.object({});
|
|
1558
1558
|
/** @internal */
|
|
1559
|
-
export const
|
|
1560
|
-
export function
|
|
1561
|
-
return JSON.stringify(
|
|
1562
|
-
.parse(
|
|
1559
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831$outboundSchema = z.object({});
|
|
1560
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831) {
|
|
1561
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831$outboundSchema
|
|
1562
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831));
|
|
1563
1563
|
}
|
|
1564
|
-
export function
|
|
1565
|
-
return safeParse(jsonString, (x) =>
|
|
1566
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1564
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831FromJSON(jsonString) {
|
|
1565
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831$inboundSchema
|
|
1566
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831' from JSON`);
|
|
1567
1567
|
}
|
|
1568
1568
|
/** @internal */
|
|
1569
1569
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
|
|
1570
|
-
"__@BRAND@
|
|
1570
|
+
"__@BRAND@8831": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831$inboundSchema),
|
|
1571
1571
|
}).transform((v) => {
|
|
1572
1572
|
return remap$(v, {
|
|
1573
|
-
"__@BRAND@
|
|
1573
|
+
"__@BRAND@8831": "atBRANDAt8831",
|
|
1574
1574
|
});
|
|
1575
1575
|
});
|
|
1576
1576
|
/** @internal */
|
|
1577
1577
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
|
|
1578
|
-
|
|
1578
|
+
atBRANDAt8831: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831$outboundSchema),
|
|
1579
1579
|
}).transform((v) => {
|
|
1580
1580
|
return remap$(v, {
|
|
1581
|
-
|
|
1581
|
+
atBRANDAt8831: "__@BRAND@8831",
|
|
1582
1582
|
});
|
|
1583
1583
|
});
|
|
1584
1584
|
export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength) {
|
|
@@ -1590,31 +1590,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
|
|
|
1590
1590
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength' from JSON`);
|
|
1591
1591
|
}
|
|
1592
1592
|
/** @internal */
|
|
1593
|
-
export const
|
|
1593
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831$inboundSchema = z.object({});
|
|
1594
1594
|
/** @internal */
|
|
1595
|
-
export const
|
|
1596
|
-
export function
|
|
1597
|
-
return JSON.stringify(
|
|
1598
|
-
.parse(
|
|
1595
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831$outboundSchema = z.object({});
|
|
1596
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831) {
|
|
1597
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831$outboundSchema
|
|
1598
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831));
|
|
1599
1599
|
}
|
|
1600
|
-
export function
|
|
1601
|
-
return safeParse(jsonString, (x) =>
|
|
1602
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1600
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831FromJSON(jsonString) {
|
|
1601
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831$inboundSchema
|
|
1602
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831' from JSON`);
|
|
1603
1603
|
}
|
|
1604
1604
|
/** @internal */
|
|
1605
1605
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
|
|
1606
|
-
"__@BRAND@
|
|
1606
|
+
"__@BRAND@8831": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831$inboundSchema),
|
|
1607
1607
|
}).transform((v) => {
|
|
1608
1608
|
return remap$(v, {
|
|
1609
|
-
"__@BRAND@
|
|
1609
|
+
"__@BRAND@8831": "atBRANDAt8831",
|
|
1610
1610
|
});
|
|
1611
1611
|
});
|
|
1612
1612
|
/** @internal */
|
|
1613
1613
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
|
|
1614
|
-
|
|
1614
|
+
atBRANDAt8831: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831$outboundSchema),
|
|
1615
1615
|
}).transform((v) => {
|
|
1616
1616
|
return remap$(v, {
|
|
1617
|
-
|
|
1617
|
+
atBRANDAt8831: "__@BRAND@8831",
|
|
1618
1618
|
});
|
|
1619
1619
|
});
|
|
1620
1620
|
export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMinLength) {
|
|
@@ -1626,31 +1626,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
|
|
|
1626
1626
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength' from JSON`);
|
|
1627
1627
|
}
|
|
1628
1628
|
/** @internal */
|
|
1629
|
-
export const
|
|
1629
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831$inboundSchema = z.object({});
|
|
1630
1630
|
/** @internal */
|
|
1631
|
-
export const
|
|
1632
|
-
export function
|
|
1633
|
-
return JSON.stringify(
|
|
1634
|
-
.parse(
|
|
1631
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831$outboundSchema = z.object({});
|
|
1632
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831) {
|
|
1633
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831$outboundSchema
|
|
1634
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831));
|
|
1635
1635
|
}
|
|
1636
|
-
export function
|
|
1637
|
-
return safeParse(jsonString, (x) =>
|
|
1638
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1636
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831FromJSON(jsonString) {
|
|
1637
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831$inboundSchema
|
|
1638
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831' from JSON`);
|
|
1639
1639
|
}
|
|
1640
1640
|
/** @internal */
|
|
1641
1641
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
|
|
1642
|
-
"__@BRAND@
|
|
1642
|
+
"__@BRAND@8831": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831$inboundSchema),
|
|
1643
1643
|
}).transform((v) => {
|
|
1644
1644
|
return remap$(v, {
|
|
1645
|
-
"__@BRAND@
|
|
1645
|
+
"__@BRAND@8831": "atBRANDAt8831",
|
|
1646
1646
|
});
|
|
1647
1647
|
});
|
|
1648
1648
|
/** @internal */
|
|
1649
1649
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
|
|
1650
|
-
|
|
1650
|
+
atBRANDAt8831: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831$outboundSchema),
|
|
1651
1651
|
}).transform((v) => {
|
|
1652
1652
|
return remap$(v, {
|
|
1653
|
-
|
|
1653
|
+
atBRANDAt8831: "__@BRAND@8831",
|
|
1654
1654
|
});
|
|
1655
1655
|
});
|
|
1656
1656
|
export function createIntegrationStoreDirectPropertiesIntegrationsResponsePatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponsePattern) {
|
|
@@ -1946,31 +1946,31 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
1946
1946
|
/** @internal */
|
|
1947
1947
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema;
|
|
1948
1948
|
/** @internal */
|
|
1949
|
-
export const
|
|
1949
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831$inboundSchema = z.object({});
|
|
1950
1950
|
/** @internal */
|
|
1951
|
-
export const
|
|
1952
|
-
export function
|
|
1953
|
-
return JSON.stringify(
|
|
1954
|
-
.parse(
|
|
1951
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831$outboundSchema = z.object({});
|
|
1952
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831) {
|
|
1953
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831$outboundSchema
|
|
1954
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831));
|
|
1955
1955
|
}
|
|
1956
|
-
export function
|
|
1957
|
-
return safeParse(jsonString, (x) =>
|
|
1958
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1956
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831FromJSON(jsonString) {
|
|
1957
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831$inboundSchema
|
|
1958
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831' from JSON`);
|
|
1959
1959
|
}
|
|
1960
1960
|
/** @internal */
|
|
1961
1961
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema = z.object({
|
|
1962
|
-
"__@BRAND@
|
|
1962
|
+
"__@BRAND@8831": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831$inboundSchema),
|
|
1963
1963
|
}).transform((v) => {
|
|
1964
1964
|
return remap$(v, {
|
|
1965
|
-
"__@BRAND@
|
|
1965
|
+
"__@BRAND@8831": "atBRANDAt8831",
|
|
1966
1966
|
});
|
|
1967
1967
|
});
|
|
1968
1968
|
/** @internal */
|
|
1969
1969
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema = z.object({
|
|
1970
|
-
|
|
1970
|
+
atBRANDAt8831: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831$outboundSchema),
|
|
1971
1971
|
}).transform((v) => {
|
|
1972
1972
|
return remap$(v, {
|
|
1973
|
-
|
|
1973
|
+
atBRANDAt8831: "__@BRAND@8831",
|
|
1974
1974
|
});
|
|
1975
1975
|
});
|
|
1976
1976
|
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength) {
|
|
@@ -1982,31 +1982,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
|
|
|
1982
1982
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength' from JSON`);
|
|
1983
1983
|
}
|
|
1984
1984
|
/** @internal */
|
|
1985
|
-
export const
|
|
1985
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831$inboundSchema = z.object({});
|
|
1986
1986
|
/** @internal */
|
|
1987
|
-
export const
|
|
1988
|
-
export function
|
|
1989
|
-
return JSON.stringify(
|
|
1990
|
-
.parse(
|
|
1987
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831$outboundSchema = z.object({});
|
|
1988
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831) {
|
|
1989
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831$outboundSchema
|
|
1990
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831));
|
|
1991
1991
|
}
|
|
1992
|
-
export function
|
|
1993
|
-
return safeParse(jsonString, (x) =>
|
|
1994
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1992
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831FromJSON(jsonString) {
|
|
1993
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831$inboundSchema
|
|
1994
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831' from JSON`);
|
|
1995
1995
|
}
|
|
1996
1996
|
/** @internal */
|
|
1997
1997
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema = z.object({
|
|
1998
|
-
"__@BRAND@
|
|
1998
|
+
"__@BRAND@8831": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831$inboundSchema),
|
|
1999
1999
|
}).transform((v) => {
|
|
2000
2000
|
return remap$(v, {
|
|
2001
|
-
"__@BRAND@
|
|
2001
|
+
"__@BRAND@8831": "atBRANDAt8831",
|
|
2002
2002
|
});
|
|
2003
2003
|
});
|
|
2004
2004
|
/** @internal */
|
|
2005
2005
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema = z.object({
|
|
2006
|
-
|
|
2006
|
+
atBRANDAt8831: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831$outboundSchema),
|
|
2007
2007
|
}).transform((v) => {
|
|
2008
2008
|
return remap$(v, {
|
|
2009
|
-
|
|
2009
|
+
atBRANDAt8831: "__@BRAND@8831",
|
|
2010
2010
|
});
|
|
2011
2011
|
});
|
|
2012
2012
|
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength) {
|
|
@@ -2018,31 +2018,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
|
|
|
2018
2018
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength' from JSON`);
|
|
2019
2019
|
}
|
|
2020
2020
|
/** @internal */
|
|
2021
|
-
export const
|
|
2021
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831$inboundSchema = z.object({});
|
|
2022
2022
|
/** @internal */
|
|
2023
|
-
export const
|
|
2024
|
-
export function
|
|
2025
|
-
return JSON.stringify(
|
|
2026
|
-
.parse(
|
|
2023
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831$outboundSchema = z.object({});
|
|
2024
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831) {
|
|
2025
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831$outboundSchema
|
|
2026
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831));
|
|
2027
2027
|
}
|
|
2028
|
-
export function
|
|
2029
|
-
return safeParse(jsonString, (x) =>
|
|
2030
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2028
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831FromJSON(jsonString) {
|
|
2029
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831$inboundSchema
|
|
2030
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831' from JSON`);
|
|
2031
2031
|
}
|
|
2032
2032
|
/** @internal */
|
|
2033
2033
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema = z.object({
|
|
2034
|
-
"__@BRAND@
|
|
2034
|
+
"__@BRAND@8831": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831$inboundSchema),
|
|
2035
2035
|
}).transform((v) => {
|
|
2036
2036
|
return remap$(v, {
|
|
2037
|
-
"__@BRAND@
|
|
2037
|
+
"__@BRAND@8831": "atBRANDAt8831",
|
|
2038
2038
|
});
|
|
2039
2039
|
});
|
|
2040
2040
|
/** @internal */
|
|
2041
2041
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema = z.object({
|
|
2042
|
-
|
|
2042
|
+
atBRANDAt8831: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831$outboundSchema),
|
|
2043
2043
|
}).transform((v) => {
|
|
2044
2044
|
return remap$(v, {
|
|
2045
|
-
|
|
2045
|
+
atBRANDAt8831: "__@BRAND@8831",
|
|
2046
2046
|
});
|
|
2047
2047
|
});
|
|
2048
2048
|
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern) {
|
|
@@ -2594,31 +2594,31 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonStri
|
|
|
2594
2594
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesUiOptions' from JSON`);
|
|
2595
2595
|
}
|
|
2596
2596
|
/** @internal */
|
|
2597
|
-
export const
|
|
2597
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831$inboundSchema = z.object({});
|
|
2598
2598
|
/** @internal */
|
|
2599
|
-
export const
|
|
2600
|
-
export function
|
|
2601
|
-
return JSON.stringify(
|
|
2602
|
-
.parse(
|
|
2599
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831$outboundSchema = z.object({});
|
|
2600
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831) {
|
|
2601
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831$outboundSchema
|
|
2602
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831));
|
|
2603
2603
|
}
|
|
2604
|
-
export function
|
|
2605
|
-
return safeParse(jsonString, (x) =>
|
|
2606
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2604
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831FromJSON(jsonString) {
|
|
2605
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831$inboundSchema
|
|
2606
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831' from JSON`);
|
|
2607
2607
|
}
|
|
2608
2608
|
/** @internal */
|
|
2609
2609
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema = z.object({
|
|
2610
|
-
"__@BRAND@
|
|
2610
|
+
"__@BRAND@8831": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831$inboundSchema),
|
|
2611
2611
|
}).transform((v) => {
|
|
2612
2612
|
return remap$(v, {
|
|
2613
|
-
"__@BRAND@
|
|
2613
|
+
"__@BRAND@8831": "atBRANDAt8831",
|
|
2614
2614
|
});
|
|
2615
2615
|
});
|
|
2616
2616
|
/** @internal */
|
|
2617
2617
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema = z.object({
|
|
2618
|
-
|
|
2618
|
+
atBRANDAt8831: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831$outboundSchema),
|
|
2619
2619
|
}).transform((v) => {
|
|
2620
2620
|
return remap$(v, {
|
|
2621
|
-
|
|
2621
|
+
atBRANDAt8831: "__@BRAND@8831",
|
|
2622
2622
|
});
|
|
2623
2623
|
});
|
|
2624
2624
|
export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMaxLength) {
|
|
@@ -2630,31 +2630,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
|
|
|
2630
2630
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength' from JSON`);
|
|
2631
2631
|
}
|
|
2632
2632
|
/** @internal */
|
|
2633
|
-
export const
|
|
2633
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831$inboundSchema = z.object({});
|
|
2634
2634
|
/** @internal */
|
|
2635
|
-
export const
|
|
2636
|
-
export function
|
|
2637
|
-
return JSON.stringify(
|
|
2638
|
-
.parse(
|
|
2635
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831$outboundSchema = z.object({});
|
|
2636
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831) {
|
|
2637
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831$outboundSchema
|
|
2638
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831));
|
|
2639
2639
|
}
|
|
2640
|
-
export function
|
|
2641
|
-
return safeParse(jsonString, (x) =>
|
|
2642
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2640
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831FromJSON(jsonString) {
|
|
2641
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831$inboundSchema
|
|
2642
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831' from JSON`);
|
|
2643
2643
|
}
|
|
2644
2644
|
/** @internal */
|
|
2645
2645
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema = z.object({
|
|
2646
|
-
"__@BRAND@
|
|
2646
|
+
"__@BRAND@8831": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831$inboundSchema),
|
|
2647
2647
|
}).transform((v) => {
|
|
2648
2648
|
return remap$(v, {
|
|
2649
|
-
"__@BRAND@
|
|
2649
|
+
"__@BRAND@8831": "atBRANDAt8831",
|
|
2650
2650
|
});
|
|
2651
2651
|
});
|
|
2652
2652
|
/** @internal */
|
|
2653
2653
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema = z.object({
|
|
2654
|
-
|
|
2654
|
+
atBRANDAt8831: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831$outboundSchema),
|
|
2655
2655
|
}).transform((v) => {
|
|
2656
2656
|
return remap$(v, {
|
|
2657
|
-
|
|
2657
|
+
atBRANDAt8831: "__@BRAND@8831",
|
|
2658
2658
|
});
|
|
2659
2659
|
});
|
|
2660
2660
|
export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMinLength) {
|
|
@@ -2666,31 +2666,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
|
|
|
2666
2666
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMinLength' from JSON`);
|
|
2667
2667
|
}
|
|
2668
2668
|
/** @internal */
|
|
2669
|
-
export const
|
|
2669
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831$inboundSchema = z.object({});
|
|
2670
2670
|
/** @internal */
|
|
2671
|
-
export const
|
|
2672
|
-
export function
|
|
2673
|
-
return JSON.stringify(
|
|
2674
|
-
.parse(
|
|
2671
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831$outboundSchema = z.object({});
|
|
2672
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831) {
|
|
2673
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831$outboundSchema
|
|
2674
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831));
|
|
2675
2675
|
}
|
|
2676
|
-
export function
|
|
2677
|
-
return safeParse(jsonString, (x) =>
|
|
2678
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2676
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831FromJSON(jsonString) {
|
|
2677
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831$inboundSchema
|
|
2678
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831' from JSON`);
|
|
2679
2679
|
}
|
|
2680
2680
|
/** @internal */
|
|
2681
2681
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema = z.object({
|
|
2682
|
-
"__@BRAND@
|
|
2682
|
+
"__@BRAND@8831": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831$inboundSchema),
|
|
2683
2683
|
}).transform((v) => {
|
|
2684
2684
|
return remap$(v, {
|
|
2685
|
-
"__@BRAND@
|
|
2685
|
+
"__@BRAND@8831": "atBRANDAt8831",
|
|
2686
2686
|
});
|
|
2687
2687
|
});
|
|
2688
2688
|
/** @internal */
|
|
2689
2689
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema = z.object({
|
|
2690
|
-
|
|
2690
|
+
atBRANDAt8831: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831$outboundSchema),
|
|
2691
2691
|
}).transform((v) => {
|
|
2692
2692
|
return remap$(v, {
|
|
2693
|
-
|
|
2693
|
+
atBRANDAt8831: "__@BRAND@8831",
|
|
2694
2694
|
});
|
|
2695
2695
|
});
|
|
2696
2696
|
export function createIntegrationStoreDirectPropertiesIntegrationsPatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsPattern) {
|
|
@@ -3806,31 +3806,31 @@ export const CreateIntegrationStoreDirectPropertiesUiControl$inboundSchema = z
|
|
|
3806
3806
|
/** @internal */
|
|
3807
3807
|
export const CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$inboundSchema;
|
|
3808
3808
|
/** @internal */
|
|
3809
|
-
export const
|
|
3809
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831$inboundSchema = z.object({});
|
|
3810
3810
|
/** @internal */
|
|
3811
|
-
export const
|
|
3812
|
-
export function
|
|
3813
|
-
return JSON.stringify(
|
|
3814
|
-
.parse(
|
|
3811
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831$outboundSchema = z.object({});
|
|
3812
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831) {
|
|
3813
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831$outboundSchema
|
|
3814
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831));
|
|
3815
3815
|
}
|
|
3816
|
-
export function
|
|
3817
|
-
return safeParse(jsonString, (x) =>
|
|
3818
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3816
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831FromJSON(jsonString) {
|
|
3817
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831$inboundSchema
|
|
3818
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831' from JSON`);
|
|
3819
3819
|
}
|
|
3820
3820
|
/** @internal */
|
|
3821
3821
|
export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema = z.object({
|
|
3822
|
-
"__@BRAND@
|
|
3822
|
+
"__@BRAND@8831": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831$inboundSchema),
|
|
3823
3823
|
}).transform((v) => {
|
|
3824
3824
|
return remap$(v, {
|
|
3825
|
-
"__@BRAND@
|
|
3825
|
+
"__@BRAND@8831": "atBRANDAt8831",
|
|
3826
3826
|
});
|
|
3827
3827
|
});
|
|
3828
3828
|
/** @internal */
|
|
3829
3829
|
export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema = z.object({
|
|
3830
|
-
|
|
3830
|
+
atBRANDAt8831: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831$outboundSchema),
|
|
3831
3831
|
}).transform((v) => {
|
|
3832
3832
|
return remap$(v, {
|
|
3833
|
-
|
|
3833
|
+
atBRANDAt8831: "__@BRAND@8831",
|
|
3834
3834
|
});
|
|
3835
3835
|
});
|
|
3836
3836
|
export function createIntegrationStoreDirectPropertiesMaxLengthToJSON(createIntegrationStoreDirectPropertiesMaxLength) {
|
|
@@ -3840,29 +3840,29 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonStri
|
|
|
3840
3840
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMaxLength' from JSON`);
|
|
3841
3841
|
}
|
|
3842
3842
|
/** @internal */
|
|
3843
|
-
export const
|
|
3843
|
+
export const PropertiesAtBRANDAt8831$inboundSchema = z.object({});
|
|
3844
3844
|
/** @internal */
|
|
3845
|
-
export const
|
|
3846
|
-
export function
|
|
3847
|
-
return JSON.stringify(
|
|
3845
|
+
export const PropertiesAtBRANDAt8831$outboundSchema = z.object({});
|
|
3846
|
+
export function propertiesAtBRANDAt8831ToJSON(propertiesAtBRANDAt8831) {
|
|
3847
|
+
return JSON.stringify(PropertiesAtBRANDAt8831$outboundSchema.parse(propertiesAtBRANDAt8831));
|
|
3848
3848
|
}
|
|
3849
|
-
export function
|
|
3850
|
-
return safeParse(jsonString, (x) =>
|
|
3849
|
+
export function propertiesAtBRANDAt8831FromJSON(jsonString) {
|
|
3850
|
+
return safeParse(jsonString, (x) => PropertiesAtBRANDAt8831$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt8831' from JSON`);
|
|
3851
3851
|
}
|
|
3852
3852
|
/** @internal */
|
|
3853
3853
|
export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema = z.object({
|
|
3854
|
-
"__@BRAND@
|
|
3854
|
+
"__@BRAND@8831": z.lazy(() => PropertiesAtBRANDAt8831$inboundSchema),
|
|
3855
3855
|
}).transform((v) => {
|
|
3856
3856
|
return remap$(v, {
|
|
3857
|
-
"__@BRAND@
|
|
3857
|
+
"__@BRAND@8831": "atBRANDAt8831",
|
|
3858
3858
|
});
|
|
3859
3859
|
});
|
|
3860
3860
|
/** @internal */
|
|
3861
3861
|
export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema = z.object({
|
|
3862
|
-
|
|
3862
|
+
atBRANDAt8831: z.lazy(() => PropertiesAtBRANDAt8831$outboundSchema),
|
|
3863
3863
|
}).transform((v) => {
|
|
3864
3864
|
return remap$(v, {
|
|
3865
|
-
|
|
3865
|
+
atBRANDAt8831: "__@BRAND@8831",
|
|
3866
3866
|
});
|
|
3867
3867
|
});
|
|
3868
3868
|
export function createIntegrationStoreDirectPropertiesMinLengthToJSON(createIntegrationStoreDirectPropertiesMinLength) {
|
|
@@ -3872,29 +3872,29 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonStri
|
|
|
3872
3872
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMinLength' from JSON`);
|
|
3873
3873
|
}
|
|
3874
3874
|
/** @internal */
|
|
3875
|
-
export const
|
|
3875
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8831$inboundSchema = z.object({});
|
|
3876
3876
|
/** @internal */
|
|
3877
|
-
export const
|
|
3878
|
-
export function
|
|
3879
|
-
return JSON.stringify(
|
|
3877
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8831$outboundSchema = z.object({});
|
|
3878
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8831ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8831) {
|
|
3879
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt8831$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt8831));
|
|
3880
3880
|
}
|
|
3881
|
-
export function
|
|
3882
|
-
return safeParse(jsonString, (x) =>
|
|
3881
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8831FromJSON(jsonString) {
|
|
3882
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt8831$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8831' from JSON`);
|
|
3883
3883
|
}
|
|
3884
3884
|
/** @internal */
|
|
3885
3885
|
export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema = z.object({
|
|
3886
|
-
"__@BRAND@
|
|
3886
|
+
"__@BRAND@8831": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8831$inboundSchema),
|
|
3887
3887
|
}).transform((v) => {
|
|
3888
3888
|
return remap$(v, {
|
|
3889
|
-
"__@BRAND@
|
|
3889
|
+
"__@BRAND@8831": "atBRANDAt8831",
|
|
3890
3890
|
});
|
|
3891
3891
|
});
|
|
3892
3892
|
/** @internal */
|
|
3893
3893
|
export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema = z.object({
|
|
3894
|
-
|
|
3894
|
+
atBRANDAt8831: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8831$outboundSchema),
|
|
3895
3895
|
}).transform((v) => {
|
|
3896
3896
|
return remap$(v, {
|
|
3897
|
-
|
|
3897
|
+
atBRANDAt8831: "__@BRAND@8831",
|
|
3898
3898
|
});
|
|
3899
3899
|
});
|
|
3900
3900
|
export function createIntegrationStoreDirectPropertiesPatternToJSON(createIntegrationStoreDirectPropertiesPattern) {
|
|
@@ -4320,29 +4320,29 @@ export function guidesFromJSON(jsonString) {
|
|
|
4320
4320
|
return safeParse(jsonString, (x) => Guides$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Guides' from JSON`);
|
|
4321
4321
|
}
|
|
4322
4322
|
/** @internal */
|
|
4323
|
-
export const
|
|
4323
|
+
export const AtBRANDAt8831$inboundSchema = z.object({});
|
|
4324
4324
|
/** @internal */
|
|
4325
|
-
export const
|
|
4326
|
-
export function
|
|
4327
|
-
return JSON.stringify(
|
|
4325
|
+
export const AtBRANDAt8831$outboundSchema = z.object({});
|
|
4326
|
+
export function atBRANDAt8831ToJSON(atBRANDAt8831) {
|
|
4327
|
+
return JSON.stringify(AtBRANDAt8831$outboundSchema.parse(atBRANDAt8831));
|
|
4328
4328
|
}
|
|
4329
|
-
export function
|
|
4330
|
-
return safeParse(jsonString, (x) =>
|
|
4329
|
+
export function atBRANDAt8831FromJSON(jsonString) {
|
|
4330
|
+
return safeParse(jsonString, (x) => AtBRANDAt8831$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt8831' from JSON`);
|
|
4331
4331
|
}
|
|
4332
4332
|
/** @internal */
|
|
4333
4333
|
export const CreateIntegrationStoreDirectValue$inboundSchema = z.object({
|
|
4334
|
-
"__@BRAND@
|
|
4334
|
+
"__@BRAND@8831": z.lazy(() => AtBRANDAt8831$inboundSchema),
|
|
4335
4335
|
}).transform((v) => {
|
|
4336
4336
|
return remap$(v, {
|
|
4337
|
-
"__@BRAND@
|
|
4337
|
+
"__@BRAND@8831": "atBRANDAt8831",
|
|
4338
4338
|
});
|
|
4339
4339
|
});
|
|
4340
4340
|
/** @internal */
|
|
4341
4341
|
export const CreateIntegrationStoreDirectValue$outboundSchema = z.object({
|
|
4342
|
-
|
|
4342
|
+
atBRANDAt8831: z.lazy(() => AtBRANDAt8831$outboundSchema),
|
|
4343
4343
|
}).transform((v) => {
|
|
4344
4344
|
return remap$(v, {
|
|
4345
|
-
|
|
4345
|
+
atBRANDAt8831: "__@BRAND@8831",
|
|
4346
4346
|
});
|
|
4347
4347
|
});
|
|
4348
4348
|
export function createIntegrationStoreDirectValueToJSON(createIntegrationStoreDirectValue) {
|