@vercel/sdk 1.11.2 → 1.11.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +45 -52
- package/bin/mcp-server.js +926 -870
- package/bin/mcp-server.js.map +29 -29
- package/docs/sdks/integrations/README.md +83 -0
- package/docs/sdks/vercel/README.md +0 -74
- package/esm/__tests__/checks.test.js +1 -1
- package/esm/__tests__/checks.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +3 -12
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +28 -1
- package/esm/__tests__/integrations.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +2 -6
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +1 -11
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/__tests__/vercel.test.js +3 -27
- package/esm/__tests__/vercel.test.js.map +1 -1
- package/esm/funcs/integrationsGetBillingPlans.d.ts +20 -0
- package/esm/funcs/integrationsGetBillingPlans.d.ts.map +1 -0
- package/esm/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js → integrationsGetBillingPlans.js} +21 -9
- package/esm/funcs/integrationsGetBillingPlans.js.map +1 -0
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +3 -3
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts +7 -0
- package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts.map +1 -0
- package/esm/mcp-server/tools/integrationsGetBillingPlans.js +28 -0
- package/esm/mcp-server/tools/integrationsGetBillingPlans.js.map +1 -0
- package/esm/models/approverollingreleasestageop.d.ts +15 -0
- package/esm/models/approverollingreleasestageop.d.ts.map +1 -1
- package/esm/models/approverollingreleasestageop.js +6 -0
- package/esm/models/approverollingreleasestageop.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +3 -0
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +1 -0
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/completerollingreleaseop.d.ts +15 -0
- package/esm/models/completerollingreleaseop.d.ts.map +1 -1
- package/esm/models/completerollingreleaseop.js +6 -0
- package/esm/models/completerollingreleaseop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +41 -35
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +15 -13
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +243 -240
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +295 -294
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createprojectenvop.d.ts +6 -6
- package/esm/models/createprojectenvop.js +2 -2
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +11 -0
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +4 -0
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/editprojectenvop.d.ts +3 -3
- package/esm/models/editprojectenvop.js +1 -1
- package/esm/models/editprojectenvop.js.map +1 -1
- package/esm/models/getbillingplansop.d.ts +257 -0
- package/esm/models/getbillingplansop.d.ts.map +1 -0
- package/esm/models/getbillingplansop.js +244 -0
- package/esm/models/getbillingplansop.js.map +1 -0
- package/esm/models/getconfigurationproductsop.d.ts +330 -330
- package/esm/models/getconfigurationproductsop.js +408 -408
- package/esm/models/getdeploymentop.d.ts +3 -0
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +1 -0
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +3 -0
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +1 -0
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +8 -0
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +3 -0
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getrollingreleaseconfigop.d.ts +5 -0
- package/esm/models/getrollingreleaseconfigop.d.ts.map +1 -1
- package/esm/models/getrollingreleaseconfigop.js +2 -0
- package/esm/models/getrollingreleaseconfigop.js.map +1 -1
- package/esm/models/getrollingreleaseop.d.ts +15 -0
- package/esm/models/getrollingreleaseop.d.ts.map +1 -1
- package/esm/models/getrollingreleaseop.js +6 -0
- package/esm/models/getrollingreleaseop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +3 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +1 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/importresourceop.d.ts +15 -15
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +17 -15
- package/esm/models/importresourceop.js.map +1 -1
- package/esm/models/removeprojectenvop.d.ts +9 -9
- package/esm/models/removeprojectenvop.js +3 -3
- package/esm/models/removeprojectenvop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +8 -0
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +3 -0
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +173 -162
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +158 -154
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updaterollingreleaseconfigop.d.ts +5 -0
- package/esm/models/updaterollingreleaseconfigop.d.ts.map +1 -1
- package/esm/models/updaterollingreleaseconfigop.js +2 -0
- package/esm/models/updaterollingreleaseconfigop.js.map +1 -1
- package/esm/sdk/integrations.d.ts +8 -0
- package/esm/sdk/integrations.d.ts.map +1 -1
- package/esm/sdk/integrations.js +10 -0
- package/esm/sdk/integrations.js.map +1 -1
- package/esm/sdk/sdk.d.ts +1 -3
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +0 -5
- package/esm/sdk/sdk.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/checks.test.ts +1 -1
- package/src/__tests__/domains.test.ts +3 -12
- package/src/__tests__/integrations.test.ts +32 -1
- package/src/__tests__/rollingrelease.test.ts +2 -6
- package/src/__tests__/security.test.ts +1 -11
- package/src/__tests__/vercel.test.ts +4 -33
- package/src/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts → integrationsGetBillingPlans.ts} +30 -24
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +3 -5
- package/src/mcp-server/tools/integrationsGetBillingPlans.ts +37 -0
- package/src/models/approverollingreleasestageop.ts +21 -0
- package/src/models/canceldeploymentop.ts +1 -0
- package/src/models/completerollingreleaseop.ts +21 -0
- package/src/models/createdeploymentop.ts +17 -15
- package/src/models/createintegrationstoredirectop.ts +506 -505
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/createprojectop.ts +9 -0
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/getbillingplansop.ts +508 -0
- package/src/models/getconfigurationproductsop.ts +703 -703
- package/src/models/getdeploymentop.ts +1 -0
- package/src/models/getdeploymentsop.ts +1 -0
- package/src/models/getprojectsop.ts +8 -0
- package/src/models/getrollingreleaseconfigop.ts +7 -0
- package/src/models/getrollingreleaseop.ts +21 -0
- package/src/models/getwebhooksop.ts +1 -0
- package/src/models/importresourceop.ts +27 -29
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/updateprojectdatacacheop.ts +8 -0
- package/src/models/updateprojectop.ts +347 -338
- package/src/models/updaterollingreleaseconfigop.ts +7 -0
- package/src/sdk/integrations.ts +22 -0
- package/src/sdk/sdk.ts +1 -23
- package/vercel-spec.json +715 -594
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -14
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -7
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +0 -26
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts +0 -247
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts.map +0 -1
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js +0 -246
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js.map +0 -1
- package/src/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +0 -41
- package/src/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.ts +0 -575
|
@@ -55,6 +55,7 @@ export const CreateIntegrationStoreDirectFramework = {
|
|
|
55
55
|
Nitro: "nitro",
|
|
56
56
|
Hono: "hono",
|
|
57
57
|
Express: "express",
|
|
58
|
+
H3: "h3",
|
|
58
59
|
Xmcp: "xmcp",
|
|
59
60
|
};
|
|
60
61
|
export const CreateIntegrationStoreDirectEnvironments = {
|
|
@@ -711,42 +712,42 @@ export var CreateIntegrationStoreDirectIntegrationsType$;
|
|
|
711
712
|
CreateIntegrationStoreDirectIntegrationsType$.outboundSchema = CreateIntegrationStoreDirectIntegrationsType$outboundSchema;
|
|
712
713
|
})(CreateIntegrationStoreDirectIntegrationsType$ || (CreateIntegrationStoreDirectIntegrationsType$ = {}));
|
|
713
714
|
/** @internal */
|
|
714
|
-
export const
|
|
715
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema = z.object({});
|
|
715
716
|
/** @internal */
|
|
716
|
-
export const
|
|
717
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema = z.object({});
|
|
717
718
|
/**
|
|
718
719
|
* @internal
|
|
719
720
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
720
721
|
*/
|
|
721
|
-
export var
|
|
722
|
-
(function (
|
|
723
|
-
/** @deprecated use `
|
|
724
|
-
|
|
725
|
-
/** @deprecated use `
|
|
726
|
-
|
|
727
|
-
})(
|
|
728
|
-
export function
|
|
729
|
-
return JSON.stringify(
|
|
730
|
-
.parse(
|
|
722
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$;
|
|
723
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$) {
|
|
724
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema` instead. */
|
|
725
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema;
|
|
726
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema` instead. */
|
|
727
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema;
|
|
728
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$ = {}));
|
|
729
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823) {
|
|
730
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema
|
|
731
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823));
|
|
731
732
|
}
|
|
732
|
-
export function
|
|
733
|
-
return safeParse(jsonString, (x) =>
|
|
734
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
733
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823FromJSON(jsonString) {
|
|
734
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema
|
|
735
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823' from JSON`);
|
|
735
736
|
}
|
|
736
737
|
/** @internal */
|
|
737
738
|
export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema = z.object({
|
|
738
|
-
"__@BRAND@
|
|
739
|
+
"__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema),
|
|
739
740
|
}).transform((v) => {
|
|
740
741
|
return remap$(v, {
|
|
741
|
-
"__@BRAND@
|
|
742
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
742
743
|
});
|
|
743
744
|
});
|
|
744
745
|
/** @internal */
|
|
745
746
|
export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema = z.object({
|
|
746
|
-
|
|
747
|
+
atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema),
|
|
747
748
|
}).transform((v) => {
|
|
748
749
|
return remap$(v, {
|
|
749
|
-
|
|
750
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
750
751
|
});
|
|
751
752
|
});
|
|
752
753
|
/**
|
|
@@ -980,40 +981,40 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
|
|
|
980
981
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema;
|
|
981
982
|
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ = {}));
|
|
982
983
|
/** @internal */
|
|
983
|
-
export const
|
|
984
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema = z.object({});
|
|
984
985
|
/** @internal */
|
|
985
|
-
export const
|
|
986
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema = z.object({});
|
|
986
987
|
/**
|
|
987
988
|
* @internal
|
|
988
989
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
989
990
|
*/
|
|
990
|
-
export var
|
|
991
|
-
(function (
|
|
992
|
-
/** @deprecated use `
|
|
993
|
-
|
|
994
|
-
/** @deprecated use `
|
|
995
|
-
|
|
996
|
-
})(
|
|
997
|
-
export function
|
|
998
|
-
return JSON.stringify(
|
|
991
|
+
export var CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$;
|
|
992
|
+
(function (CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$) {
|
|
993
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema` instead. */
|
|
994
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema;
|
|
995
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema` instead. */
|
|
996
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema;
|
|
997
|
+
})(CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$ || (CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$ = {}));
|
|
998
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt7823ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt7823) {
|
|
999
|
+
return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt7823));
|
|
999
1000
|
}
|
|
1000
|
-
export function
|
|
1001
|
-
return safeParse(jsonString, (x) =>
|
|
1001
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt7823FromJSON(jsonString) {
|
|
1002
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823' from JSON`);
|
|
1002
1003
|
}
|
|
1003
1004
|
/** @internal */
|
|
1004
1005
|
export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema = z.object({
|
|
1005
|
-
"__@BRAND@
|
|
1006
|
+
"__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema),
|
|
1006
1007
|
}).transform((v) => {
|
|
1007
1008
|
return remap$(v, {
|
|
1008
|
-
"__@BRAND@
|
|
1009
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
1009
1010
|
});
|
|
1010
1011
|
});
|
|
1011
1012
|
/** @internal */
|
|
1012
1013
|
export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema = z.object({
|
|
1013
|
-
|
|
1014
|
+
atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema),
|
|
1014
1015
|
}).transform((v) => {
|
|
1015
1016
|
return remap$(v, {
|
|
1016
|
-
|
|
1017
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
1017
1018
|
});
|
|
1018
1019
|
});
|
|
1019
1020
|
/**
|
|
@@ -1225,40 +1226,40 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(jsonString) {
|
|
|
1225
1226
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptions3' from JSON`);
|
|
1226
1227
|
}
|
|
1227
1228
|
/** @internal */
|
|
1228
|
-
export const
|
|
1229
|
+
export const UiOptionsAtBRANDAt7823$inboundSchema = z.object({});
|
|
1229
1230
|
/** @internal */
|
|
1230
|
-
export const
|
|
1231
|
+
export const UiOptionsAtBRANDAt7823$outboundSchema = z.object({});
|
|
1231
1232
|
/**
|
|
1232
1233
|
* @internal
|
|
1233
1234
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1234
1235
|
*/
|
|
1235
|
-
export var
|
|
1236
|
-
(function (
|
|
1237
|
-
/** @deprecated use `
|
|
1238
|
-
|
|
1239
|
-
/** @deprecated use `
|
|
1240
|
-
|
|
1241
|
-
})(
|
|
1242
|
-
export function
|
|
1243
|
-
return JSON.stringify(
|
|
1236
|
+
export var UiOptionsAtBRANDAt7823$;
|
|
1237
|
+
(function (UiOptionsAtBRANDAt7823$) {
|
|
1238
|
+
/** @deprecated use `UiOptionsAtBRANDAt7823$inboundSchema` instead. */
|
|
1239
|
+
UiOptionsAtBRANDAt7823$.inboundSchema = UiOptionsAtBRANDAt7823$inboundSchema;
|
|
1240
|
+
/** @deprecated use `UiOptionsAtBRANDAt7823$outboundSchema` instead. */
|
|
1241
|
+
UiOptionsAtBRANDAt7823$.outboundSchema = UiOptionsAtBRANDAt7823$outboundSchema;
|
|
1242
|
+
})(UiOptionsAtBRANDAt7823$ || (UiOptionsAtBRANDAt7823$ = {}));
|
|
1243
|
+
export function uiOptionsAtBRANDAt7823ToJSON(uiOptionsAtBRANDAt7823) {
|
|
1244
|
+
return JSON.stringify(UiOptionsAtBRANDAt7823$outboundSchema.parse(uiOptionsAtBRANDAt7823));
|
|
1244
1245
|
}
|
|
1245
|
-
export function
|
|
1246
|
-
return safeParse(jsonString, (x) =>
|
|
1246
|
+
export function uiOptionsAtBRANDAt7823FromJSON(jsonString) {
|
|
1247
|
+
return safeParse(jsonString, (x) => UiOptionsAtBRANDAt7823$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt7823' from JSON`);
|
|
1247
1248
|
}
|
|
1248
1249
|
/** @internal */
|
|
1249
1250
|
export const CreateIntegrationStoreDirectUiOptions2$inboundSchema = z.object({
|
|
1250
|
-
"__@BRAND@
|
|
1251
|
+
"__@BRAND@7823": z.lazy(() => UiOptionsAtBRANDAt7823$inboundSchema),
|
|
1251
1252
|
}).transform((v) => {
|
|
1252
1253
|
return remap$(v, {
|
|
1253
|
-
"__@BRAND@
|
|
1254
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
1254
1255
|
});
|
|
1255
1256
|
});
|
|
1256
1257
|
/** @internal */
|
|
1257
1258
|
export const CreateIntegrationStoreDirectUiOptions2$outboundSchema = z.object({
|
|
1258
|
-
|
|
1259
|
+
atBRANDAt7823: z.lazy(() => UiOptionsAtBRANDAt7823$outboundSchema),
|
|
1259
1260
|
}).transform((v) => {
|
|
1260
1261
|
return remap$(v, {
|
|
1261
|
-
|
|
1262
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
1262
1263
|
});
|
|
1263
1264
|
});
|
|
1264
1265
|
/**
|
|
@@ -1499,42 +1500,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
|
|
|
1499
1500
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions' from JSON`);
|
|
1500
1501
|
}
|
|
1501
1502
|
/** @internal */
|
|
1502
|
-
export const
|
|
1503
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema = z.object({});
|
|
1503
1504
|
/** @internal */
|
|
1504
|
-
export const
|
|
1505
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema = z.object({});
|
|
1505
1506
|
/**
|
|
1506
1507
|
* @internal
|
|
1507
1508
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1508
1509
|
*/
|
|
1509
|
-
export var
|
|
1510
|
-
(function (
|
|
1511
|
-
/** @deprecated use `
|
|
1512
|
-
|
|
1513
|
-
/** @deprecated use `
|
|
1514
|
-
|
|
1515
|
-
})(
|
|
1516
|
-
export function
|
|
1517
|
-
return JSON.stringify(
|
|
1518
|
-
.parse(
|
|
1510
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$;
|
|
1511
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$) {
|
|
1512
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema` instead. */
|
|
1513
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema;
|
|
1514
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema` instead. */
|
|
1515
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema;
|
|
1516
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$ = {}));
|
|
1517
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823) {
|
|
1518
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema
|
|
1519
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823));
|
|
1519
1520
|
}
|
|
1520
|
-
export function
|
|
1521
|
-
return safeParse(jsonString, (x) =>
|
|
1522
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1521
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823FromJSON(jsonString) {
|
|
1522
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema
|
|
1523
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823' from JSON`);
|
|
1523
1524
|
}
|
|
1524
1525
|
/** @internal */
|
|
1525
1526
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
|
|
1526
|
-
"__@BRAND@
|
|
1527
|
+
"__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema),
|
|
1527
1528
|
}).transform((v) => {
|
|
1528
1529
|
return remap$(v, {
|
|
1529
|
-
"__@BRAND@
|
|
1530
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
1530
1531
|
});
|
|
1531
1532
|
});
|
|
1532
1533
|
/** @internal */
|
|
1533
1534
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
|
|
1534
|
-
|
|
1535
|
+
atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema),
|
|
1535
1536
|
}).transform((v) => {
|
|
1536
1537
|
return remap$(v, {
|
|
1537
|
-
|
|
1538
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
1538
1539
|
});
|
|
1539
1540
|
});
|
|
1540
1541
|
/**
|
|
@@ -1557,42 +1558,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
|
|
|
1557
1558
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength' from JSON`);
|
|
1558
1559
|
}
|
|
1559
1560
|
/** @internal */
|
|
1560
|
-
export const
|
|
1561
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema = z.object({});
|
|
1561
1562
|
/** @internal */
|
|
1562
|
-
export const
|
|
1563
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema = z.object({});
|
|
1563
1564
|
/**
|
|
1564
1565
|
* @internal
|
|
1565
1566
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1566
1567
|
*/
|
|
1567
|
-
export var
|
|
1568
|
-
(function (
|
|
1569
|
-
/** @deprecated use `
|
|
1570
|
-
|
|
1571
|
-
/** @deprecated use `
|
|
1572
|
-
|
|
1573
|
-
})(
|
|
1574
|
-
export function
|
|
1575
|
-
return JSON.stringify(
|
|
1576
|
-
.parse(
|
|
1568
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$;
|
|
1569
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$) {
|
|
1570
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema` instead. */
|
|
1571
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema;
|
|
1572
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema` instead. */
|
|
1573
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema;
|
|
1574
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$ = {}));
|
|
1575
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823) {
|
|
1576
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema
|
|
1577
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823));
|
|
1577
1578
|
}
|
|
1578
|
-
export function
|
|
1579
|
-
return safeParse(jsonString, (x) =>
|
|
1580
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1579
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823FromJSON(jsonString) {
|
|
1580
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema
|
|
1581
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823' from JSON`);
|
|
1581
1582
|
}
|
|
1582
1583
|
/** @internal */
|
|
1583
1584
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
|
|
1584
|
-
"__@BRAND@
|
|
1585
|
+
"__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema),
|
|
1585
1586
|
}).transform((v) => {
|
|
1586
1587
|
return remap$(v, {
|
|
1587
|
-
"__@BRAND@
|
|
1588
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
1588
1589
|
});
|
|
1589
1590
|
});
|
|
1590
1591
|
/** @internal */
|
|
1591
1592
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
|
|
1592
|
-
|
|
1593
|
+
atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema),
|
|
1593
1594
|
}).transform((v) => {
|
|
1594
1595
|
return remap$(v, {
|
|
1595
|
-
|
|
1596
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
1596
1597
|
});
|
|
1597
1598
|
});
|
|
1598
1599
|
/**
|
|
@@ -1615,42 +1616,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
|
|
|
1615
1616
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength' from JSON`);
|
|
1616
1617
|
}
|
|
1617
1618
|
/** @internal */
|
|
1618
|
-
export const
|
|
1619
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema = z.object({});
|
|
1619
1620
|
/** @internal */
|
|
1620
|
-
export const
|
|
1621
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema = z.object({});
|
|
1621
1622
|
/**
|
|
1622
1623
|
* @internal
|
|
1623
1624
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1624
1625
|
*/
|
|
1625
|
-
export var
|
|
1626
|
-
(function (
|
|
1627
|
-
/** @deprecated use `
|
|
1628
|
-
|
|
1629
|
-
/** @deprecated use `
|
|
1630
|
-
|
|
1631
|
-
})(
|
|
1632
|
-
export function
|
|
1633
|
-
return JSON.stringify(
|
|
1634
|
-
.parse(
|
|
1626
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$;
|
|
1627
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$) {
|
|
1628
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema` instead. */
|
|
1629
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema;
|
|
1630
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema` instead. */
|
|
1631
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema;
|
|
1632
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$ = {}));
|
|
1633
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823) {
|
|
1634
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema
|
|
1635
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823));
|
|
1635
1636
|
}
|
|
1636
|
-
export function
|
|
1637
|
-
return safeParse(jsonString, (x) =>
|
|
1638
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1637
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823FromJSON(jsonString) {
|
|
1638
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema
|
|
1639
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823' from JSON`);
|
|
1639
1640
|
}
|
|
1640
1641
|
/** @internal */
|
|
1641
1642
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
|
|
1642
|
-
"__@BRAND@
|
|
1643
|
+
"__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema),
|
|
1643
1644
|
}).transform((v) => {
|
|
1644
1645
|
return remap$(v, {
|
|
1645
|
-
"__@BRAND@
|
|
1646
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
1646
1647
|
});
|
|
1647
1648
|
});
|
|
1648
1649
|
/** @internal */
|
|
1649
1650
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
|
|
1650
|
-
|
|
1651
|
+
atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema),
|
|
1651
1652
|
}).transform((v) => {
|
|
1652
1653
|
return remap$(v, {
|
|
1653
|
-
|
|
1654
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
1654
1655
|
});
|
|
1655
1656
|
});
|
|
1656
1657
|
/**
|
|
@@ -2122,42 +2123,42 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
|
|
|
2122
2123
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema;
|
|
2123
2124
|
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$ = {}));
|
|
2124
2125
|
/** @internal */
|
|
2125
|
-
export const
|
|
2126
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema = z.object({});
|
|
2126
2127
|
/** @internal */
|
|
2127
|
-
export const
|
|
2128
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema = z.object({});
|
|
2128
2129
|
/**
|
|
2129
2130
|
* @internal
|
|
2130
2131
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2131
2132
|
*/
|
|
2132
|
-
export var
|
|
2133
|
-
(function (
|
|
2134
|
-
/** @deprecated use `
|
|
2135
|
-
|
|
2136
|
-
/** @deprecated use `
|
|
2137
|
-
|
|
2138
|
-
})(
|
|
2139
|
-
export function
|
|
2140
|
-
return JSON.stringify(
|
|
2141
|
-
.parse(
|
|
2133
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$;
|
|
2134
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$) {
|
|
2135
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema` instead. */
|
|
2136
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema;
|
|
2137
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema` instead. */
|
|
2138
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema;
|
|
2139
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$ = {}));
|
|
2140
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823) {
|
|
2141
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema
|
|
2142
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823));
|
|
2142
2143
|
}
|
|
2143
|
-
export function
|
|
2144
|
-
return safeParse(jsonString, (x) =>
|
|
2145
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2144
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823FromJSON(jsonString) {
|
|
2145
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema
|
|
2146
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823' from JSON`);
|
|
2146
2147
|
}
|
|
2147
2148
|
/** @internal */
|
|
2148
2149
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema = z.object({
|
|
2149
|
-
"__@BRAND@
|
|
2150
|
+
"__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema),
|
|
2150
2151
|
}).transform((v) => {
|
|
2151
2152
|
return remap$(v, {
|
|
2152
|
-
"__@BRAND@
|
|
2153
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
2153
2154
|
});
|
|
2154
2155
|
});
|
|
2155
2156
|
/** @internal */
|
|
2156
2157
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema = z.object({
|
|
2157
|
-
|
|
2158
|
+
atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema),
|
|
2158
2159
|
}).transform((v) => {
|
|
2159
2160
|
return remap$(v, {
|
|
2160
|
-
|
|
2161
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
2161
2162
|
});
|
|
2162
2163
|
});
|
|
2163
2164
|
/**
|
|
@@ -2180,42 +2181,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
|
|
|
2180
2181
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength' from JSON`);
|
|
2181
2182
|
}
|
|
2182
2183
|
/** @internal */
|
|
2183
|
-
export const
|
|
2184
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema = z.object({});
|
|
2184
2185
|
/** @internal */
|
|
2185
|
-
export const
|
|
2186
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema = z.object({});
|
|
2186
2187
|
/**
|
|
2187
2188
|
* @internal
|
|
2188
2189
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2189
2190
|
*/
|
|
2190
|
-
export var
|
|
2191
|
-
(function (
|
|
2192
|
-
/** @deprecated use `
|
|
2193
|
-
|
|
2194
|
-
/** @deprecated use `
|
|
2195
|
-
|
|
2196
|
-
})(
|
|
2197
|
-
export function
|
|
2198
|
-
return JSON.stringify(
|
|
2199
|
-
.parse(
|
|
2191
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$;
|
|
2192
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$) {
|
|
2193
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema` instead. */
|
|
2194
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema;
|
|
2195
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema` instead. */
|
|
2196
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema;
|
|
2197
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$ = {}));
|
|
2198
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823) {
|
|
2199
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema
|
|
2200
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823));
|
|
2200
2201
|
}
|
|
2201
|
-
export function
|
|
2202
|
-
return safeParse(jsonString, (x) =>
|
|
2203
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2202
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823FromJSON(jsonString) {
|
|
2203
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema
|
|
2204
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823' from JSON`);
|
|
2204
2205
|
}
|
|
2205
2206
|
/** @internal */
|
|
2206
2207
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema = z.object({
|
|
2207
|
-
"__@BRAND@
|
|
2208
|
+
"__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema),
|
|
2208
2209
|
}).transform((v) => {
|
|
2209
2210
|
return remap$(v, {
|
|
2210
|
-
"__@BRAND@
|
|
2211
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
2211
2212
|
});
|
|
2212
2213
|
});
|
|
2213
2214
|
/** @internal */
|
|
2214
2215
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema = z.object({
|
|
2215
|
-
|
|
2216
|
+
atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema),
|
|
2216
2217
|
}).transform((v) => {
|
|
2217
2218
|
return remap$(v, {
|
|
2218
|
-
|
|
2219
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
2219
2220
|
});
|
|
2220
2221
|
});
|
|
2221
2222
|
/**
|
|
@@ -2238,42 +2239,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
|
|
|
2238
2239
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength' from JSON`);
|
|
2239
2240
|
}
|
|
2240
2241
|
/** @internal */
|
|
2241
|
-
export const
|
|
2242
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema = z.object({});
|
|
2242
2243
|
/** @internal */
|
|
2243
|
-
export const
|
|
2244
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema = z.object({});
|
|
2244
2245
|
/**
|
|
2245
2246
|
* @internal
|
|
2246
2247
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2247
2248
|
*/
|
|
2248
|
-
export var
|
|
2249
|
-
(function (
|
|
2250
|
-
/** @deprecated use `
|
|
2251
|
-
|
|
2252
|
-
/** @deprecated use `
|
|
2253
|
-
|
|
2254
|
-
})(
|
|
2255
|
-
export function
|
|
2256
|
-
return JSON.stringify(
|
|
2257
|
-
.parse(
|
|
2249
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$;
|
|
2250
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$) {
|
|
2251
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema` instead. */
|
|
2252
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema;
|
|
2253
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema` instead. */
|
|
2254
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema;
|
|
2255
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$ = {}));
|
|
2256
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823) {
|
|
2257
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema
|
|
2258
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823));
|
|
2258
2259
|
}
|
|
2259
|
-
export function
|
|
2260
|
-
return safeParse(jsonString, (x) =>
|
|
2261
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2260
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823FromJSON(jsonString) {
|
|
2261
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema
|
|
2262
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823' from JSON`);
|
|
2262
2263
|
}
|
|
2263
2264
|
/** @internal */
|
|
2264
2265
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema = z.object({
|
|
2265
|
-
"__@BRAND@
|
|
2266
|
+
"__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema),
|
|
2266
2267
|
}).transform((v) => {
|
|
2267
2268
|
return remap$(v, {
|
|
2268
|
-
"__@BRAND@
|
|
2269
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
2269
2270
|
});
|
|
2270
2271
|
});
|
|
2271
2272
|
/** @internal */
|
|
2272
2273
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema = z.object({
|
|
2273
|
-
|
|
2274
|
+
atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema),
|
|
2274
2275
|
}).transform((v) => {
|
|
2275
2276
|
return remap$(v, {
|
|
2276
|
-
|
|
2277
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
2277
2278
|
});
|
|
2278
2279
|
});
|
|
2279
2280
|
/**
|
|
@@ -3177,42 +3178,42 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonStri
|
|
|
3177
3178
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesUiOptions' from JSON`);
|
|
3178
3179
|
}
|
|
3179
3180
|
/** @internal */
|
|
3180
|
-
export const
|
|
3181
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema = z.object({});
|
|
3181
3182
|
/** @internal */
|
|
3182
|
-
export const
|
|
3183
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema = z.object({});
|
|
3183
3184
|
/**
|
|
3184
3185
|
* @internal
|
|
3185
3186
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3186
3187
|
*/
|
|
3187
|
-
export var
|
|
3188
|
-
(function (
|
|
3189
|
-
/** @deprecated use `
|
|
3190
|
-
|
|
3191
|
-
/** @deprecated use `
|
|
3192
|
-
|
|
3193
|
-
})(
|
|
3194
|
-
export function
|
|
3195
|
-
return JSON.stringify(
|
|
3196
|
-
.parse(
|
|
3188
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$;
|
|
3189
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$) {
|
|
3190
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema` instead. */
|
|
3191
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema;
|
|
3192
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema` instead. */
|
|
3193
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema;
|
|
3194
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$ = {}));
|
|
3195
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823) {
|
|
3196
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema
|
|
3197
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823));
|
|
3197
3198
|
}
|
|
3198
|
-
export function
|
|
3199
|
-
return safeParse(jsonString, (x) =>
|
|
3200
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3199
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823FromJSON(jsonString) {
|
|
3200
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema
|
|
3201
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823' from JSON`);
|
|
3201
3202
|
}
|
|
3202
3203
|
/** @internal */
|
|
3203
3204
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema = z.object({
|
|
3204
|
-
"__@BRAND@
|
|
3205
|
+
"__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema),
|
|
3205
3206
|
}).transform((v) => {
|
|
3206
3207
|
return remap$(v, {
|
|
3207
|
-
"__@BRAND@
|
|
3208
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
3208
3209
|
});
|
|
3209
3210
|
});
|
|
3210
3211
|
/** @internal */
|
|
3211
3212
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema = z.object({
|
|
3212
|
-
|
|
3213
|
+
atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema),
|
|
3213
3214
|
}).transform((v) => {
|
|
3214
3215
|
return remap$(v, {
|
|
3215
|
-
|
|
3216
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
3216
3217
|
});
|
|
3217
3218
|
});
|
|
3218
3219
|
/**
|
|
@@ -3235,42 +3236,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
|
|
|
3235
3236
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength' from JSON`);
|
|
3236
3237
|
}
|
|
3237
3238
|
/** @internal */
|
|
3238
|
-
export const
|
|
3239
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema = z.object({});
|
|
3239
3240
|
/** @internal */
|
|
3240
|
-
export const
|
|
3241
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema = z.object({});
|
|
3241
3242
|
/**
|
|
3242
3243
|
* @internal
|
|
3243
3244
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3244
3245
|
*/
|
|
3245
|
-
export var
|
|
3246
|
-
(function (
|
|
3247
|
-
/** @deprecated use `
|
|
3248
|
-
|
|
3249
|
-
/** @deprecated use `
|
|
3250
|
-
|
|
3251
|
-
})(
|
|
3252
|
-
export function
|
|
3253
|
-
return JSON.stringify(
|
|
3254
|
-
.parse(
|
|
3246
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$;
|
|
3247
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$) {
|
|
3248
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema` instead. */
|
|
3249
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema;
|
|
3250
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema` instead. */
|
|
3251
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema;
|
|
3252
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$ = {}));
|
|
3253
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823) {
|
|
3254
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema
|
|
3255
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823));
|
|
3255
3256
|
}
|
|
3256
|
-
export function
|
|
3257
|
-
return safeParse(jsonString, (x) =>
|
|
3258
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3257
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823FromJSON(jsonString) {
|
|
3258
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema
|
|
3259
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823' from JSON`);
|
|
3259
3260
|
}
|
|
3260
3261
|
/** @internal */
|
|
3261
3262
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema = z.object({
|
|
3262
|
-
"__@BRAND@
|
|
3263
|
+
"__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema),
|
|
3263
3264
|
}).transform((v) => {
|
|
3264
3265
|
return remap$(v, {
|
|
3265
|
-
"__@BRAND@
|
|
3266
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
3266
3267
|
});
|
|
3267
3268
|
});
|
|
3268
3269
|
/** @internal */
|
|
3269
3270
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema = z.object({
|
|
3270
|
-
|
|
3271
|
+
atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema),
|
|
3271
3272
|
}).transform((v) => {
|
|
3272
3273
|
return remap$(v, {
|
|
3273
|
-
|
|
3274
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
3274
3275
|
});
|
|
3275
3276
|
});
|
|
3276
3277
|
/**
|
|
@@ -3293,42 +3294,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
|
|
|
3293
3294
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMinLength' from JSON`);
|
|
3294
3295
|
}
|
|
3295
3296
|
/** @internal */
|
|
3296
|
-
export const
|
|
3297
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema = z.object({});
|
|
3297
3298
|
/** @internal */
|
|
3298
|
-
export const
|
|
3299
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema = z.object({});
|
|
3299
3300
|
/**
|
|
3300
3301
|
* @internal
|
|
3301
3302
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3302
3303
|
*/
|
|
3303
|
-
export var
|
|
3304
|
-
(function (
|
|
3305
|
-
/** @deprecated use `
|
|
3306
|
-
|
|
3307
|
-
/** @deprecated use `
|
|
3308
|
-
|
|
3309
|
-
})(
|
|
3310
|
-
export function
|
|
3311
|
-
return JSON.stringify(
|
|
3312
|
-
.parse(
|
|
3304
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$;
|
|
3305
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$) {
|
|
3306
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema` instead. */
|
|
3307
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema;
|
|
3308
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema` instead. */
|
|
3309
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema;
|
|
3310
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$ = {}));
|
|
3311
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823) {
|
|
3312
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema
|
|
3313
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823));
|
|
3313
3314
|
}
|
|
3314
|
-
export function
|
|
3315
|
-
return safeParse(jsonString, (x) =>
|
|
3316
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3315
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823FromJSON(jsonString) {
|
|
3316
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema
|
|
3317
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823' from JSON`);
|
|
3317
3318
|
}
|
|
3318
3319
|
/** @internal */
|
|
3319
3320
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema = z.object({
|
|
3320
|
-
"__@BRAND@
|
|
3321
|
+
"__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema),
|
|
3321
3322
|
}).transform((v) => {
|
|
3322
3323
|
return remap$(v, {
|
|
3323
|
-
"__@BRAND@
|
|
3324
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
3324
3325
|
});
|
|
3325
3326
|
});
|
|
3326
3327
|
/** @internal */
|
|
3327
3328
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema = z.object({
|
|
3328
|
-
|
|
3329
|
+
atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema),
|
|
3329
3330
|
}).transform((v) => {
|
|
3330
3331
|
return remap$(v, {
|
|
3331
|
-
|
|
3332
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
3332
3333
|
});
|
|
3333
3334
|
});
|
|
3334
3335
|
/**
|
|
@@ -5137,42 +5138,42 @@ export var CreateIntegrationStoreDirectPropertiesUiControl$;
|
|
|
5137
5138
|
CreateIntegrationStoreDirectPropertiesUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema;
|
|
5138
5139
|
})(CreateIntegrationStoreDirectPropertiesUiControl$ || (CreateIntegrationStoreDirectPropertiesUiControl$ = {}));
|
|
5139
5140
|
/** @internal */
|
|
5140
|
-
export const
|
|
5141
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema = z.object({});
|
|
5141
5142
|
/** @internal */
|
|
5142
|
-
export const
|
|
5143
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema = z.object({});
|
|
5143
5144
|
/**
|
|
5144
5145
|
* @internal
|
|
5145
5146
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5146
5147
|
*/
|
|
5147
|
-
export var
|
|
5148
|
-
(function (
|
|
5149
|
-
/** @deprecated use `
|
|
5150
|
-
|
|
5151
|
-
/** @deprecated use `
|
|
5152
|
-
|
|
5153
|
-
})(
|
|
5154
|
-
export function
|
|
5155
|
-
return JSON.stringify(
|
|
5156
|
-
.parse(
|
|
5148
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$;
|
|
5149
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$) {
|
|
5150
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema` instead. */
|
|
5151
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema;
|
|
5152
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema` instead. */
|
|
5153
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema;
|
|
5154
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$ = {}));
|
|
5155
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823) {
|
|
5156
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema
|
|
5157
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823));
|
|
5157
5158
|
}
|
|
5158
|
-
export function
|
|
5159
|
-
return safeParse(jsonString, (x) =>
|
|
5160
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
5159
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823FromJSON(jsonString) {
|
|
5160
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema
|
|
5161
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823' from JSON`);
|
|
5161
5162
|
}
|
|
5162
5163
|
/** @internal */
|
|
5163
5164
|
export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema = z.object({
|
|
5164
|
-
"__@BRAND@
|
|
5165
|
+
"__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema),
|
|
5165
5166
|
}).transform((v) => {
|
|
5166
5167
|
return remap$(v, {
|
|
5167
|
-
"__@BRAND@
|
|
5168
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
5168
5169
|
});
|
|
5169
5170
|
});
|
|
5170
5171
|
/** @internal */
|
|
5171
5172
|
export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema = z.object({
|
|
5172
|
-
|
|
5173
|
+
atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema),
|
|
5173
5174
|
}).transform((v) => {
|
|
5174
5175
|
return remap$(v, {
|
|
5175
|
-
|
|
5176
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
5176
5177
|
});
|
|
5177
5178
|
});
|
|
5178
5179
|
/**
|
|
@@ -5193,40 +5194,40 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonStri
|
|
|
5193
5194
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMaxLength' from JSON`);
|
|
5194
5195
|
}
|
|
5195
5196
|
/** @internal */
|
|
5196
|
-
export const
|
|
5197
|
+
export const PropertiesAtBRANDAt7823$inboundSchema = z.object({});
|
|
5197
5198
|
/** @internal */
|
|
5198
|
-
export const
|
|
5199
|
+
export const PropertiesAtBRANDAt7823$outboundSchema = z.object({});
|
|
5199
5200
|
/**
|
|
5200
5201
|
* @internal
|
|
5201
5202
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5202
5203
|
*/
|
|
5203
|
-
export var
|
|
5204
|
-
(function (
|
|
5205
|
-
/** @deprecated use `
|
|
5206
|
-
|
|
5207
|
-
/** @deprecated use `
|
|
5208
|
-
|
|
5209
|
-
})(
|
|
5210
|
-
export function
|
|
5211
|
-
return JSON.stringify(
|
|
5204
|
+
export var PropertiesAtBRANDAt7823$;
|
|
5205
|
+
(function (PropertiesAtBRANDAt7823$) {
|
|
5206
|
+
/** @deprecated use `PropertiesAtBRANDAt7823$inboundSchema` instead. */
|
|
5207
|
+
PropertiesAtBRANDAt7823$.inboundSchema = PropertiesAtBRANDAt7823$inboundSchema;
|
|
5208
|
+
/** @deprecated use `PropertiesAtBRANDAt7823$outboundSchema` instead. */
|
|
5209
|
+
PropertiesAtBRANDAt7823$.outboundSchema = PropertiesAtBRANDAt7823$outboundSchema;
|
|
5210
|
+
})(PropertiesAtBRANDAt7823$ || (PropertiesAtBRANDAt7823$ = {}));
|
|
5211
|
+
export function propertiesAtBRANDAt7823ToJSON(propertiesAtBRANDAt7823) {
|
|
5212
|
+
return JSON.stringify(PropertiesAtBRANDAt7823$outboundSchema.parse(propertiesAtBRANDAt7823));
|
|
5212
5213
|
}
|
|
5213
|
-
export function
|
|
5214
|
-
return safeParse(jsonString, (x) =>
|
|
5214
|
+
export function propertiesAtBRANDAt7823FromJSON(jsonString) {
|
|
5215
|
+
return safeParse(jsonString, (x) => PropertiesAtBRANDAt7823$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt7823' from JSON`);
|
|
5215
5216
|
}
|
|
5216
5217
|
/** @internal */
|
|
5217
5218
|
export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema = z.object({
|
|
5218
|
-
"__@BRAND@
|
|
5219
|
+
"__@BRAND@7823": z.lazy(() => PropertiesAtBRANDAt7823$inboundSchema),
|
|
5219
5220
|
}).transform((v) => {
|
|
5220
5221
|
return remap$(v, {
|
|
5221
|
-
"__@BRAND@
|
|
5222
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
5222
5223
|
});
|
|
5223
5224
|
});
|
|
5224
5225
|
/** @internal */
|
|
5225
5226
|
export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema = z.object({
|
|
5226
|
-
|
|
5227
|
+
atBRANDAt7823: z.lazy(() => PropertiesAtBRANDAt7823$outboundSchema),
|
|
5227
5228
|
}).transform((v) => {
|
|
5228
5229
|
return remap$(v, {
|
|
5229
|
-
|
|
5230
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
5230
5231
|
});
|
|
5231
5232
|
});
|
|
5232
5233
|
/**
|
|
@@ -5247,40 +5248,40 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonStri
|
|
|
5247
5248
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMinLength' from JSON`);
|
|
5248
5249
|
}
|
|
5249
5250
|
/** @internal */
|
|
5250
|
-
export const
|
|
5251
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema = z.object({});
|
|
5251
5252
|
/** @internal */
|
|
5252
|
-
export const
|
|
5253
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema = z.object({});
|
|
5253
5254
|
/**
|
|
5254
5255
|
* @internal
|
|
5255
5256
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5256
5257
|
*/
|
|
5257
|
-
export var
|
|
5258
|
-
(function (
|
|
5259
|
-
/** @deprecated use `
|
|
5260
|
-
|
|
5261
|
-
/** @deprecated use `
|
|
5262
|
-
|
|
5263
|
-
})(
|
|
5264
|
-
export function
|
|
5265
|
-
return JSON.stringify(
|
|
5258
|
+
export var CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$;
|
|
5259
|
+
(function (CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$) {
|
|
5260
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema` instead. */
|
|
5261
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema;
|
|
5262
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema` instead. */
|
|
5263
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema;
|
|
5264
|
+
})(CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$ || (CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$ = {}));
|
|
5265
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt7823) {
|
|
5266
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt7823));
|
|
5266
5267
|
}
|
|
5267
|
-
export function
|
|
5268
|
-
return safeParse(jsonString, (x) =>
|
|
5268
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt7823FromJSON(jsonString) {
|
|
5269
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt7823' from JSON`);
|
|
5269
5270
|
}
|
|
5270
5271
|
/** @internal */
|
|
5271
5272
|
export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema = z.object({
|
|
5272
|
-
"__@BRAND@
|
|
5273
|
+
"__@BRAND@7823": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema),
|
|
5273
5274
|
}).transform((v) => {
|
|
5274
5275
|
return remap$(v, {
|
|
5275
|
-
"__@BRAND@
|
|
5276
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
5276
5277
|
});
|
|
5277
5278
|
});
|
|
5278
5279
|
/** @internal */
|
|
5279
5280
|
export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema = z.object({
|
|
5280
|
-
|
|
5281
|
+
atBRANDAt7823: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema),
|
|
5281
5282
|
}).transform((v) => {
|
|
5282
5283
|
return remap$(v, {
|
|
5283
|
-
|
|
5284
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
5284
5285
|
});
|
|
5285
5286
|
});
|
|
5286
5287
|
/**
|
|
@@ -5966,40 +5967,40 @@ export function guidesFromJSON(jsonString) {
|
|
|
5966
5967
|
return safeParse(jsonString, (x) => Guides$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Guides' from JSON`);
|
|
5967
5968
|
}
|
|
5968
5969
|
/** @internal */
|
|
5969
|
-
export const
|
|
5970
|
+
export const AtBRANDAt7823$inboundSchema = z.object({});
|
|
5970
5971
|
/** @internal */
|
|
5971
|
-
export const
|
|
5972
|
+
export const AtBRANDAt7823$outboundSchema = z.object({});
|
|
5972
5973
|
/**
|
|
5973
5974
|
* @internal
|
|
5974
5975
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5975
5976
|
*/
|
|
5976
|
-
export var
|
|
5977
|
-
(function (
|
|
5978
|
-
/** @deprecated use `
|
|
5979
|
-
|
|
5980
|
-
/** @deprecated use `
|
|
5981
|
-
|
|
5982
|
-
})(
|
|
5983
|
-
export function
|
|
5984
|
-
return JSON.stringify(
|
|
5977
|
+
export var AtBRANDAt7823$;
|
|
5978
|
+
(function (AtBRANDAt7823$) {
|
|
5979
|
+
/** @deprecated use `AtBRANDAt7823$inboundSchema` instead. */
|
|
5980
|
+
AtBRANDAt7823$.inboundSchema = AtBRANDAt7823$inboundSchema;
|
|
5981
|
+
/** @deprecated use `AtBRANDAt7823$outboundSchema` instead. */
|
|
5982
|
+
AtBRANDAt7823$.outboundSchema = AtBRANDAt7823$outboundSchema;
|
|
5983
|
+
})(AtBRANDAt7823$ || (AtBRANDAt7823$ = {}));
|
|
5984
|
+
export function atBRANDAt7823ToJSON(atBRANDAt7823) {
|
|
5985
|
+
return JSON.stringify(AtBRANDAt7823$outboundSchema.parse(atBRANDAt7823));
|
|
5985
5986
|
}
|
|
5986
|
-
export function
|
|
5987
|
-
return safeParse(jsonString, (x) =>
|
|
5987
|
+
export function atBRANDAt7823FromJSON(jsonString) {
|
|
5988
|
+
return safeParse(jsonString, (x) => AtBRANDAt7823$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt7823' from JSON`);
|
|
5988
5989
|
}
|
|
5989
5990
|
/** @internal */
|
|
5990
5991
|
export const CreateIntegrationStoreDirectValue$inboundSchema = z.object({
|
|
5991
|
-
"__@BRAND@
|
|
5992
|
+
"__@BRAND@7823": z.lazy(() => AtBRANDAt7823$inboundSchema),
|
|
5992
5993
|
}).transform((v) => {
|
|
5993
5994
|
return remap$(v, {
|
|
5994
|
-
"__@BRAND@
|
|
5995
|
+
"__@BRAND@7823": "atBRANDAt7823",
|
|
5995
5996
|
});
|
|
5996
5997
|
});
|
|
5997
5998
|
/** @internal */
|
|
5998
5999
|
export const CreateIntegrationStoreDirectValue$outboundSchema = z.object({
|
|
5999
|
-
|
|
6000
|
+
atBRANDAt7823: z.lazy(() => AtBRANDAt7823$outboundSchema),
|
|
6000
6001
|
}).transform((v) => {
|
|
6001
6002
|
return remap$(v, {
|
|
6002
|
-
|
|
6003
|
+
atBRANDAt7823: "__@BRAND@7823",
|
|
6003
6004
|
});
|
|
6004
6005
|
});
|
|
6005
6006
|
/**
|