@vercel/sdk 1.16.0 → 1.16.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/README.md +39 -37
- package/bin/mcp-server.js +1263 -912
- package/bin/mcp-server.js.map +42 -39
- package/docs/sdks/logdrains/README.md +7 -7
- package/docs/sdks/projects/README.md +78 -0
- package/docs/sdks/teams/README.md +1 -1
- package/esm/__tests__/accessgroups.test.js +6 -2
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +5 -5
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/logdrains.test.js +4 -4
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/projects.test.js +17 -0
- package/esm/__tests__/projects.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +2 -7
- 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/funcs/logDrainsCreateConfigurableLogDrain.d.ts +1 -1
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.js +1 -1
- package/esm/funcs/logDrainsCreateLogDrain.d.ts +1 -1
- package/esm/funcs/logDrainsCreateLogDrain.js +1 -1
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts +1 -1
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js +1 -1
- package/esm/funcs/logDrainsDeleteIntegrationLogDrain.d.ts +1 -1
- package/esm/funcs/logDrainsDeleteIntegrationLogDrain.js +1 -1
- package/esm/funcs/logDrainsGetAllLogDrains.d.ts +1 -1
- package/esm/funcs/logDrainsGetAllLogDrains.js +1 -1
- package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts +1 -1
- package/esm/funcs/logDrainsGetConfigurableLogDrain.js +1 -1
- package/esm/funcs/logDrainsGetIntegrationLogDrains.d.ts +1 -1
- package/esm/funcs/logDrainsGetIntegrationLogDrains.js +1 -1
- package/esm/funcs/projectsGetProjectClientCerts.d.ts +17 -0
- package/esm/funcs/projectsGetProjectClientCerts.d.ts.map +1 -0
- package/esm/funcs/projectsGetProjectClientCerts.js +88 -0
- package/esm/funcs/projectsGetProjectClientCerts.js.map +1 -0
- package/esm/funcs/teamsInviteUserToTeam.d.ts +1 -1
- package/esm/funcs/teamsInviteUserToTeam.js +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.d.ts.map +1 -1
- package/esm/mcp-server/server.js +3 -1
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.js +1 -1
- package/esm/mcp-server/tools/logDrainsCreateLogDrain.js +1 -1
- package/esm/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.js +1 -1
- package/esm/mcp-server/tools/logDrainsDeleteIntegrationLogDrain.d.ts.map +1 -1
- package/esm/mcp-server/tools/logDrainsDeleteIntegrationLogDrain.js +1 -1
- package/esm/mcp-server/tools/logDrainsDeleteIntegrationLogDrain.js.map +1 -1
- package/esm/mcp-server/tools/logDrainsGetAllLogDrains.js +1 -1
- package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.js +1 -1
- package/esm/mcp-server/tools/logDrainsGetIntegrationLogDrains.js +1 -1
- package/esm/mcp-server/tools/projectsGetProjectClientCerts.d.ts +7 -0
- package/esm/mcp-server/tools/projectsGetProjectClientCerts.d.ts.map +1 -0
- package/esm/mcp-server/tools/projectsGetProjectClientCerts.js +28 -0
- package/esm/mcp-server/tools/projectsGetProjectClientCerts.js.map +1 -0
- package/esm/mcp-server/tools/teamsInviteUserToTeam.js +1 -1
- package/esm/mcp-server/tools/teamsInviteUserToTeam.js.map +1 -1
- package/esm/models/approverollingreleasestageop.d.ts +78 -0
- package/esm/models/approverollingreleasestageop.d.ts.map +1 -1
- package/esm/models/approverollingreleasestageop.js +18 -0
- package/esm/models/approverollingreleasestageop.js.map +1 -1
- package/esm/models/authuser.d.ts +67 -0
- package/esm/models/authuser.d.ts.map +1 -1
- package/esm/models/authuser.js +49 -0
- package/esm/models/authuser.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +106 -1
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +9 -0
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/completerollingreleaseop.d.ts +78 -0
- package/esm/models/completerollingreleaseop.d.ts.map +1 -1
- package/esm/models/completerollingreleaseop.js +18 -0
- package/esm/models/completerollingreleaseop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +106 -1
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +9 -0
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +285 -285
- package/esm/models/createintegrationstoredirectop.js +351 -351
- package/esm/models/createlogdrainop.d.ts +3 -0
- package/esm/models/createlogdrainop.d.ts.map +1 -1
- package/esm/models/createlogdrainop.js +1 -0
- package/esm/models/createlogdrainop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +67 -15
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +47 -6
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +375 -375
- package/esm/models/getconfigurationproductsop.js +465 -465
- package/esm/models/getdeploymentop.d.ts +212 -2
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +18 -0
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getintegrationlogdrainsop.d.ts +3 -0
- package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
- package/esm/models/getintegrationlogdrainsop.js +1 -0
- package/esm/models/getintegrationlogdrainsop.js.map +1 -1
- package/esm/models/getprojectclientcertsop.d.ts +97 -0
- package/esm/models/getprojectclientcertsop.d.ts.map +1 -0
- package/esm/models/getprojectclientcertsop.js +87 -0
- package/esm/models/getprojectclientcertsop.js.map +1 -0
- package/esm/models/getprojectsop.d.ts +67 -15
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +47 -6
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getrollingreleaseop.d.ts +78 -0
- package/esm/models/getrollingreleaseop.d.ts.map +1 -1
- package/esm/models/getrollingreleaseop.js +18 -0
- package/esm/models/getrollingreleaseop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +67 -15
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +47 -6
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +67 -15
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +47 -6
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updatestaticipsop.d.ts +3 -3
- package/esm/models/updatestaticipsop.js +1 -1
- package/esm/models/updatestaticipsop.js.map +1 -1
- package/esm/models/userevent.d.ts +176 -30
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +136 -12
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/logdrains.d.ts +7 -7
- package/esm/sdk/logdrains.js +7 -7
- package/esm/sdk/projects.d.ts +8 -0
- package/esm/sdk/projects.d.ts.map +1 -1
- package/esm/sdk/projects.js +10 -0
- package/esm/sdk/projects.js.map +1 -1
- package/esm/sdk/teams.d.ts +1 -1
- package/esm/sdk/teams.js +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 +6 -2
- package/src/__tests__/domains.test.ts +5 -5
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/logdrains.test.ts +4 -4
- package/src/__tests__/projects.test.ts +20 -0
- package/src/__tests__/rollingrelease.test.ts +2 -7
- package/src/__tests__/security.test.ts +1 -11
- package/src/funcs/logDrainsCreateConfigurableLogDrain.ts +1 -1
- package/src/funcs/logDrainsCreateLogDrain.ts +1 -1
- package/src/funcs/logDrainsDeleteConfigurableLogDrain.ts +1 -1
- package/src/funcs/logDrainsDeleteIntegrationLogDrain.ts +1 -1
- package/src/funcs/logDrainsGetAllLogDrains.ts +1 -1
- package/src/funcs/logDrainsGetConfigurableLogDrain.ts +1 -1
- package/src/funcs/logDrainsGetIntegrationLogDrains.ts +1 -1
- package/src/funcs/projectsGetProjectClientCerts.ts +177 -0
- package/src/funcs/teamsInviteUserToTeam.ts +1 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +3 -1
- package/src/mcp-server/tools/logDrainsCreateConfigurableLogDrain.ts +1 -1
- package/src/mcp-server/tools/logDrainsCreateLogDrain.ts +1 -1
- package/src/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.ts +1 -1
- package/src/mcp-server/tools/logDrainsDeleteIntegrationLogDrain.ts +2 -1
- package/src/mcp-server/tools/logDrainsGetAllLogDrains.ts +1 -1
- package/src/mcp-server/tools/logDrainsGetConfigurableLogDrain.ts +1 -1
- package/src/mcp-server/tools/logDrainsGetIntegrationLogDrains.ts +1 -1
- package/src/mcp-server/tools/projectsGetProjectClientCerts.ts +37 -0
- package/src/mcp-server/tools/teamsInviteUserToTeam.ts +1 -1
- package/src/models/approverollingreleasestageop.ts +78 -0
- package/src/models/authuser.ts +100 -0
- package/src/models/canceldeploymentop.ts +106 -1
- package/src/models/completerollingreleaseop.ts +78 -0
- package/src/models/createdeploymentop.ts +106 -1
- package/src/models/createintegrationstoredirectop.ts +604 -604
- package/src/models/createlogdrainop.ts +1 -0
- package/src/models/createprojectop.ts +126 -19
- package/src/models/getconfigurationproductsop.ts +802 -802
- package/src/models/getdeploymentop.ts +212 -2
- package/src/models/getintegrationlogdrainsop.ts +1 -0
- package/src/models/getprojectclientcertsop.ts +207 -0
- package/src/models/getprojectsop.ts +124 -19
- package/src/models/getrollingreleaseop.ts +78 -0
- package/src/models/updateprojectdatacacheop.ts +129 -19
- package/src/models/updateprojectop.ts +126 -19
- package/src/models/updatestaticipsop.ts +1 -1
- package/src/models/userevent.ts +329 -39
- package/src/sdk/logdrains.ts +7 -7
- package/src/sdk/projects.ts +22 -0
- package/src/sdk/teams.ts +1 -1
- package/vercel-spec.json +1092 -278
|
@@ -941,42 +941,42 @@ export var CreateIntegrationStoreDirectIntegrationsType$;
|
|
|
941
941
|
CreateIntegrationStoreDirectIntegrationsType$.outboundSchema = CreateIntegrationStoreDirectIntegrationsType$outboundSchema;
|
|
942
942
|
})(CreateIntegrationStoreDirectIntegrationsType$ || (CreateIntegrationStoreDirectIntegrationsType$ = {}));
|
|
943
943
|
/** @internal */
|
|
944
|
-
export const
|
|
944
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$inboundSchema = z.object({});
|
|
945
945
|
/** @internal */
|
|
946
|
-
export const
|
|
946
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$outboundSchema = z.object({});
|
|
947
947
|
/**
|
|
948
948
|
* @internal
|
|
949
949
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
950
950
|
*/
|
|
951
|
-
export var
|
|
952
|
-
(function (
|
|
953
|
-
/** @deprecated use `
|
|
954
|
-
|
|
955
|
-
/** @deprecated use `
|
|
956
|
-
|
|
957
|
-
})(
|
|
958
|
-
export function
|
|
959
|
-
return JSON.stringify(
|
|
960
|
-
.parse(
|
|
951
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$;
|
|
952
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$) {
|
|
953
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$inboundSchema` instead. */
|
|
954
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$inboundSchema;
|
|
955
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$outboundSchema` instead. */
|
|
956
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$outboundSchema;
|
|
957
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$ = {}));
|
|
958
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675) {
|
|
959
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$outboundSchema
|
|
960
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675));
|
|
961
961
|
}
|
|
962
|
-
export function
|
|
963
|
-
return safeParse(jsonString, (x) =>
|
|
964
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
962
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675FromJSON(jsonString) {
|
|
963
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$inboundSchema
|
|
964
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675' from JSON`);
|
|
965
965
|
}
|
|
966
966
|
/** @internal */
|
|
967
967
|
export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema = z.object({
|
|
968
|
-
"__@BRAND@
|
|
968
|
+
"__@BRAND@8675": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$inboundSchema),
|
|
969
969
|
}).transform((v) => {
|
|
970
970
|
return remap$(v, {
|
|
971
|
-
"__@BRAND@
|
|
971
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
972
972
|
});
|
|
973
973
|
});
|
|
974
974
|
/** @internal */
|
|
975
975
|
export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema = z.object({
|
|
976
|
-
|
|
976
|
+
atBRANDAt8675: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$outboundSchema),
|
|
977
977
|
}).transform((v) => {
|
|
978
978
|
return remap$(v, {
|
|
979
|
-
|
|
979
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
980
980
|
});
|
|
981
981
|
});
|
|
982
982
|
/**
|
|
@@ -1210,42 +1210,42 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
|
|
|
1210
1210
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema;
|
|
1211
1211
|
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$ = {}));
|
|
1212
1212
|
/** @internal */
|
|
1213
|
-
export const
|
|
1213
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$inboundSchema = z.object({});
|
|
1214
1214
|
/** @internal */
|
|
1215
|
-
export const
|
|
1215
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$outboundSchema = z.object({});
|
|
1216
1216
|
/**
|
|
1217
1217
|
* @internal
|
|
1218
1218
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1219
1219
|
*/
|
|
1220
|
-
export var
|
|
1221
|
-
(function (
|
|
1222
|
-
/** @deprecated use `
|
|
1223
|
-
|
|
1224
|
-
/** @deprecated use `
|
|
1225
|
-
|
|
1226
|
-
})(
|
|
1227
|
-
export function
|
|
1228
|
-
return JSON.stringify(
|
|
1229
|
-
.parse(
|
|
1220
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$;
|
|
1221
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$) {
|
|
1222
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$inboundSchema` instead. */
|
|
1223
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$inboundSchema;
|
|
1224
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$outboundSchema` instead. */
|
|
1225
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$outboundSchema;
|
|
1226
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$ = {}));
|
|
1227
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675) {
|
|
1228
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$outboundSchema
|
|
1229
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675));
|
|
1230
1230
|
}
|
|
1231
|
-
export function
|
|
1232
|
-
return safeParse(jsonString, (x) =>
|
|
1233
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1231
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675FromJSON(jsonString) {
|
|
1232
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$inboundSchema
|
|
1233
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675' from JSON`);
|
|
1234
1234
|
}
|
|
1235
1235
|
/** @internal */
|
|
1236
1236
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema = z.object({
|
|
1237
|
-
"__@BRAND@
|
|
1237
|
+
"__@BRAND@8675": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$inboundSchema),
|
|
1238
1238
|
}).transform((v) => {
|
|
1239
1239
|
return remap$(v, {
|
|
1240
|
-
"__@BRAND@
|
|
1240
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
1241
1241
|
});
|
|
1242
1242
|
});
|
|
1243
1243
|
/** @internal */
|
|
1244
1244
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema = z.object({
|
|
1245
|
-
|
|
1245
|
+
atBRANDAt8675: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$outboundSchema),
|
|
1246
1246
|
}).transform((v) => {
|
|
1247
1247
|
return remap$(v, {
|
|
1248
|
-
|
|
1248
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
1249
1249
|
});
|
|
1250
1250
|
});
|
|
1251
1251
|
/**
|
|
@@ -1268,42 +1268,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
|
|
|
1268
1268
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength' from JSON`);
|
|
1269
1269
|
}
|
|
1270
1270
|
/** @internal */
|
|
1271
|
-
export const
|
|
1271
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$inboundSchema = z.object({});
|
|
1272
1272
|
/** @internal */
|
|
1273
|
-
export const
|
|
1273
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$outboundSchema = z.object({});
|
|
1274
1274
|
/**
|
|
1275
1275
|
* @internal
|
|
1276
1276
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1277
1277
|
*/
|
|
1278
|
-
export var
|
|
1279
|
-
(function (
|
|
1280
|
-
/** @deprecated use `
|
|
1281
|
-
|
|
1282
|
-
/** @deprecated use `
|
|
1283
|
-
|
|
1284
|
-
})(
|
|
1285
|
-
export function
|
|
1286
|
-
return JSON.stringify(
|
|
1287
|
-
.parse(
|
|
1278
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$;
|
|
1279
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$) {
|
|
1280
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$inboundSchema` instead. */
|
|
1281
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$inboundSchema;
|
|
1282
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$outboundSchema` instead. */
|
|
1283
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$outboundSchema;
|
|
1284
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$ = {}));
|
|
1285
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675) {
|
|
1286
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$outboundSchema
|
|
1287
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675));
|
|
1288
1288
|
}
|
|
1289
|
-
export function
|
|
1290
|
-
return safeParse(jsonString, (x) =>
|
|
1291
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1289
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675FromJSON(jsonString) {
|
|
1290
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$inboundSchema
|
|
1291
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675' from JSON`);
|
|
1292
1292
|
}
|
|
1293
1293
|
/** @internal */
|
|
1294
1294
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema = z.object({
|
|
1295
|
-
"__@BRAND@
|
|
1295
|
+
"__@BRAND@8675": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$inboundSchema),
|
|
1296
1296
|
}).transform((v) => {
|
|
1297
1297
|
return remap$(v, {
|
|
1298
|
-
"__@BRAND@
|
|
1298
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
1299
1299
|
});
|
|
1300
1300
|
});
|
|
1301
1301
|
/** @internal */
|
|
1302
1302
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema = z.object({
|
|
1303
|
-
|
|
1303
|
+
atBRANDAt8675: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$outboundSchema),
|
|
1304
1304
|
}).transform((v) => {
|
|
1305
1305
|
return remap$(v, {
|
|
1306
|
-
|
|
1306
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
1307
1307
|
});
|
|
1308
1308
|
});
|
|
1309
1309
|
/**
|
|
@@ -1326,42 +1326,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
|
|
|
1326
1326
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength' from JSON`);
|
|
1327
1327
|
}
|
|
1328
1328
|
/** @internal */
|
|
1329
|
-
export const
|
|
1329
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$inboundSchema = z.object({});
|
|
1330
1330
|
/** @internal */
|
|
1331
|
-
export const
|
|
1331
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$outboundSchema = z.object({});
|
|
1332
1332
|
/**
|
|
1333
1333
|
* @internal
|
|
1334
1334
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1335
1335
|
*/
|
|
1336
|
-
export var
|
|
1337
|
-
(function (
|
|
1338
|
-
/** @deprecated use `
|
|
1339
|
-
|
|
1340
|
-
/** @deprecated use `
|
|
1341
|
-
|
|
1342
|
-
})(
|
|
1343
|
-
export function
|
|
1344
|
-
return JSON.stringify(
|
|
1345
|
-
.parse(
|
|
1336
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$;
|
|
1337
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$) {
|
|
1338
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$inboundSchema` instead. */
|
|
1339
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$inboundSchema;
|
|
1340
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$outboundSchema` instead. */
|
|
1341
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$outboundSchema;
|
|
1342
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$ = {}));
|
|
1343
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675) {
|
|
1344
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$outboundSchema
|
|
1345
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675));
|
|
1346
1346
|
}
|
|
1347
|
-
export function
|
|
1348
|
-
return safeParse(jsonString, (x) =>
|
|
1349
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1347
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675FromJSON(jsonString) {
|
|
1348
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$inboundSchema
|
|
1349
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675' from JSON`);
|
|
1350
1350
|
}
|
|
1351
1351
|
/** @internal */
|
|
1352
1352
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema = z.object({
|
|
1353
|
-
"__@BRAND@
|
|
1353
|
+
"__@BRAND@8675": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$inboundSchema),
|
|
1354
1354
|
}).transform((v) => {
|
|
1355
1355
|
return remap$(v, {
|
|
1356
|
-
"__@BRAND@
|
|
1356
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
1357
1357
|
});
|
|
1358
1358
|
});
|
|
1359
1359
|
/** @internal */
|
|
1360
1360
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema = z.object({
|
|
1361
|
-
|
|
1361
|
+
atBRANDAt8675: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$outboundSchema),
|
|
1362
1362
|
}).transform((v) => {
|
|
1363
1363
|
return remap$(v, {
|
|
1364
|
-
|
|
1364
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
1365
1365
|
});
|
|
1366
1366
|
});
|
|
1367
1367
|
/**
|
|
@@ -1821,40 +1821,40 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
|
|
|
1821
1821
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema;
|
|
1822
1822
|
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ = {}));
|
|
1823
1823
|
/** @internal */
|
|
1824
|
-
export const
|
|
1824
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$inboundSchema = z.object({});
|
|
1825
1825
|
/** @internal */
|
|
1826
|
-
export const
|
|
1826
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$outboundSchema = z.object({});
|
|
1827
1827
|
/**
|
|
1828
1828
|
* @internal
|
|
1829
1829
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1830
1830
|
*/
|
|
1831
|
-
export var
|
|
1832
|
-
(function (
|
|
1833
|
-
/** @deprecated use `
|
|
1834
|
-
|
|
1835
|
-
/** @deprecated use `
|
|
1836
|
-
|
|
1837
|
-
})(
|
|
1838
|
-
export function
|
|
1839
|
-
return JSON.stringify(
|
|
1831
|
+
export var CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$;
|
|
1832
|
+
(function (CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$) {
|
|
1833
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$inboundSchema` instead. */
|
|
1834
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$inboundSchema;
|
|
1835
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$outboundSchema` instead. */
|
|
1836
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$outboundSchema;
|
|
1837
|
+
})(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$ || (CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$ = {}));
|
|
1838
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8675ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8675) {
|
|
1839
|
+
return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt8675));
|
|
1840
1840
|
}
|
|
1841
|
-
export function
|
|
1842
|
-
return safeParse(jsonString, (x) =>
|
|
1841
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8675FromJSON(jsonString) {
|
|
1842
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675' from JSON`);
|
|
1843
1843
|
}
|
|
1844
1844
|
/** @internal */
|
|
1845
1845
|
export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema = z.object({
|
|
1846
|
-
"__@BRAND@
|
|
1846
|
+
"__@BRAND@8675": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$inboundSchema),
|
|
1847
1847
|
}).transform((v) => {
|
|
1848
1848
|
return remap$(v, {
|
|
1849
|
-
"__@BRAND@
|
|
1849
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
1850
1850
|
});
|
|
1851
1851
|
});
|
|
1852
1852
|
/** @internal */
|
|
1853
1853
|
export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema = z.object({
|
|
1854
|
-
|
|
1854
|
+
atBRANDAt8675: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$outboundSchema),
|
|
1855
1855
|
}).transform((v) => {
|
|
1856
1856
|
return remap$(v, {
|
|
1857
|
-
|
|
1857
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
1858
1858
|
});
|
|
1859
1859
|
});
|
|
1860
1860
|
/**
|
|
@@ -2066,40 +2066,40 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(jsonString) {
|
|
|
2066
2066
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptions3' from JSON`);
|
|
2067
2067
|
}
|
|
2068
2068
|
/** @internal */
|
|
2069
|
-
export const
|
|
2069
|
+
export const UiOptionsAtBRANDAt8675$inboundSchema = z.object({});
|
|
2070
2070
|
/** @internal */
|
|
2071
|
-
export const
|
|
2071
|
+
export const UiOptionsAtBRANDAt8675$outboundSchema = z.object({});
|
|
2072
2072
|
/**
|
|
2073
2073
|
* @internal
|
|
2074
2074
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2075
2075
|
*/
|
|
2076
|
-
export var
|
|
2077
|
-
(function (
|
|
2078
|
-
/** @deprecated use `
|
|
2079
|
-
|
|
2080
|
-
/** @deprecated use `
|
|
2081
|
-
|
|
2082
|
-
})(
|
|
2083
|
-
export function
|
|
2084
|
-
return JSON.stringify(
|
|
2076
|
+
export var UiOptionsAtBRANDAt8675$;
|
|
2077
|
+
(function (UiOptionsAtBRANDAt8675$) {
|
|
2078
|
+
/** @deprecated use `UiOptionsAtBRANDAt8675$inboundSchema` instead. */
|
|
2079
|
+
UiOptionsAtBRANDAt8675$.inboundSchema = UiOptionsAtBRANDAt8675$inboundSchema;
|
|
2080
|
+
/** @deprecated use `UiOptionsAtBRANDAt8675$outboundSchema` instead. */
|
|
2081
|
+
UiOptionsAtBRANDAt8675$.outboundSchema = UiOptionsAtBRANDAt8675$outboundSchema;
|
|
2082
|
+
})(UiOptionsAtBRANDAt8675$ || (UiOptionsAtBRANDAt8675$ = {}));
|
|
2083
|
+
export function uiOptionsAtBRANDAt8675ToJSON(uiOptionsAtBRANDAt8675) {
|
|
2084
|
+
return JSON.stringify(UiOptionsAtBRANDAt8675$outboundSchema.parse(uiOptionsAtBRANDAt8675));
|
|
2085
2085
|
}
|
|
2086
|
-
export function
|
|
2087
|
-
return safeParse(jsonString, (x) =>
|
|
2086
|
+
export function uiOptionsAtBRANDAt8675FromJSON(jsonString) {
|
|
2087
|
+
return safeParse(jsonString, (x) => UiOptionsAtBRANDAt8675$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt8675' from JSON`);
|
|
2088
2088
|
}
|
|
2089
2089
|
/** @internal */
|
|
2090
2090
|
export const CreateIntegrationStoreDirectUiOptions2$inboundSchema = z.object({
|
|
2091
|
-
"__@BRAND@
|
|
2091
|
+
"__@BRAND@8675": z.lazy(() => UiOptionsAtBRANDAt8675$inboundSchema),
|
|
2092
2092
|
}).transform((v) => {
|
|
2093
2093
|
return remap$(v, {
|
|
2094
|
-
"__@BRAND@
|
|
2094
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
2095
2095
|
});
|
|
2096
2096
|
});
|
|
2097
2097
|
/** @internal */
|
|
2098
2098
|
export const CreateIntegrationStoreDirectUiOptions2$outboundSchema = z.object({
|
|
2099
|
-
|
|
2099
|
+
atBRANDAt8675: z.lazy(() => UiOptionsAtBRANDAt8675$outboundSchema),
|
|
2100
2100
|
}).transform((v) => {
|
|
2101
2101
|
return remap$(v, {
|
|
2102
|
-
|
|
2102
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
2103
2103
|
});
|
|
2104
2104
|
});
|
|
2105
2105
|
/**
|
|
@@ -2340,42 +2340,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
|
|
|
2340
2340
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions' from JSON`);
|
|
2341
2341
|
}
|
|
2342
2342
|
/** @internal */
|
|
2343
|
-
export const
|
|
2343
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$inboundSchema = z.object({});
|
|
2344
2344
|
/** @internal */
|
|
2345
|
-
export const
|
|
2345
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$outboundSchema = z.object({});
|
|
2346
2346
|
/**
|
|
2347
2347
|
* @internal
|
|
2348
2348
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2349
2349
|
*/
|
|
2350
|
-
export var
|
|
2351
|
-
(function (
|
|
2352
|
-
/** @deprecated use `
|
|
2353
|
-
|
|
2354
|
-
/** @deprecated use `
|
|
2355
|
-
|
|
2356
|
-
})(
|
|
2357
|
-
export function
|
|
2358
|
-
return JSON.stringify(
|
|
2359
|
-
.parse(
|
|
2350
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$;
|
|
2351
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$) {
|
|
2352
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$inboundSchema` instead. */
|
|
2353
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$inboundSchema;
|
|
2354
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$outboundSchema` instead. */
|
|
2355
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$outboundSchema;
|
|
2356
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$ = {}));
|
|
2357
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675) {
|
|
2358
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$outboundSchema
|
|
2359
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675));
|
|
2360
2360
|
}
|
|
2361
|
-
export function
|
|
2362
|
-
return safeParse(jsonString, (x) =>
|
|
2363
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2361
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675FromJSON(jsonString) {
|
|
2362
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$inboundSchema
|
|
2363
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675' from JSON`);
|
|
2364
2364
|
}
|
|
2365
2365
|
/** @internal */
|
|
2366
2366
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
|
|
2367
|
-
"__@BRAND@
|
|
2367
|
+
"__@BRAND@8675": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$inboundSchema),
|
|
2368
2368
|
}).transform((v) => {
|
|
2369
2369
|
return remap$(v, {
|
|
2370
|
-
"__@BRAND@
|
|
2370
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
2371
2371
|
});
|
|
2372
2372
|
});
|
|
2373
2373
|
/** @internal */
|
|
2374
2374
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
|
|
2375
|
-
|
|
2375
|
+
atBRANDAt8675: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$outboundSchema),
|
|
2376
2376
|
}).transform((v) => {
|
|
2377
2377
|
return remap$(v, {
|
|
2378
|
-
|
|
2378
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
2379
2379
|
});
|
|
2380
2380
|
});
|
|
2381
2381
|
/**
|
|
@@ -2398,42 +2398,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
|
|
|
2398
2398
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength' from JSON`);
|
|
2399
2399
|
}
|
|
2400
2400
|
/** @internal */
|
|
2401
|
-
export const
|
|
2401
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$inboundSchema = z.object({});
|
|
2402
2402
|
/** @internal */
|
|
2403
|
-
export const
|
|
2403
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$outboundSchema = z.object({});
|
|
2404
2404
|
/**
|
|
2405
2405
|
* @internal
|
|
2406
2406
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2407
2407
|
*/
|
|
2408
|
-
export var
|
|
2409
|
-
(function (
|
|
2410
|
-
/** @deprecated use `
|
|
2411
|
-
|
|
2412
|
-
/** @deprecated use `
|
|
2413
|
-
|
|
2414
|
-
})(
|
|
2415
|
-
export function
|
|
2416
|
-
return JSON.stringify(
|
|
2417
|
-
.parse(
|
|
2408
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$;
|
|
2409
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$) {
|
|
2410
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$inboundSchema` instead. */
|
|
2411
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$inboundSchema;
|
|
2412
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$outboundSchema` instead. */
|
|
2413
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$outboundSchema;
|
|
2414
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$ = {}));
|
|
2415
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675) {
|
|
2416
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$outboundSchema
|
|
2417
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675));
|
|
2418
2418
|
}
|
|
2419
|
-
export function
|
|
2420
|
-
return safeParse(jsonString, (x) =>
|
|
2421
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2419
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675FromJSON(jsonString) {
|
|
2420
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$inboundSchema
|
|
2421
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675' from JSON`);
|
|
2422
2422
|
}
|
|
2423
2423
|
/** @internal */
|
|
2424
2424
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
|
|
2425
|
-
"__@BRAND@
|
|
2425
|
+
"__@BRAND@8675": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$inboundSchema),
|
|
2426
2426
|
}).transform((v) => {
|
|
2427
2427
|
return remap$(v, {
|
|
2428
|
-
"__@BRAND@
|
|
2428
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
2429
2429
|
});
|
|
2430
2430
|
});
|
|
2431
2431
|
/** @internal */
|
|
2432
2432
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
|
|
2433
|
-
|
|
2433
|
+
atBRANDAt8675: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$outboundSchema),
|
|
2434
2434
|
}).transform((v) => {
|
|
2435
2435
|
return remap$(v, {
|
|
2436
|
-
|
|
2436
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
2437
2437
|
});
|
|
2438
2438
|
});
|
|
2439
2439
|
/**
|
|
@@ -2456,42 +2456,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
|
|
|
2456
2456
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength' from JSON`);
|
|
2457
2457
|
}
|
|
2458
2458
|
/** @internal */
|
|
2459
|
-
export const
|
|
2459
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$inboundSchema = z.object({});
|
|
2460
2460
|
/** @internal */
|
|
2461
|
-
export const
|
|
2461
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$outboundSchema = z.object({});
|
|
2462
2462
|
/**
|
|
2463
2463
|
* @internal
|
|
2464
2464
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2465
2465
|
*/
|
|
2466
|
-
export var
|
|
2467
|
-
(function (
|
|
2468
|
-
/** @deprecated use `
|
|
2469
|
-
|
|
2470
|
-
/** @deprecated use `
|
|
2471
|
-
|
|
2472
|
-
})(
|
|
2473
|
-
export function
|
|
2474
|
-
return JSON.stringify(
|
|
2475
|
-
.parse(
|
|
2466
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$;
|
|
2467
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$) {
|
|
2468
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$inboundSchema` instead. */
|
|
2469
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$inboundSchema;
|
|
2470
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$outboundSchema` instead. */
|
|
2471
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$outboundSchema;
|
|
2472
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$ = {}));
|
|
2473
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675) {
|
|
2474
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$outboundSchema
|
|
2475
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675));
|
|
2476
2476
|
}
|
|
2477
|
-
export function
|
|
2478
|
-
return safeParse(jsonString, (x) =>
|
|
2479
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2477
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675FromJSON(jsonString) {
|
|
2478
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$inboundSchema
|
|
2479
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675' from JSON`);
|
|
2480
2480
|
}
|
|
2481
2481
|
/** @internal */
|
|
2482
2482
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
|
|
2483
|
-
"__@BRAND@
|
|
2483
|
+
"__@BRAND@8675": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$inboundSchema),
|
|
2484
2484
|
}).transform((v) => {
|
|
2485
2485
|
return remap$(v, {
|
|
2486
|
-
"__@BRAND@
|
|
2486
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
2487
2487
|
});
|
|
2488
2488
|
});
|
|
2489
2489
|
/** @internal */
|
|
2490
2490
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
|
|
2491
|
-
|
|
2491
|
+
atBRANDAt8675: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$outboundSchema),
|
|
2492
2492
|
}).transform((v) => {
|
|
2493
2493
|
return remap$(v, {
|
|
2494
|
-
|
|
2494
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
2495
2495
|
});
|
|
2496
2496
|
});
|
|
2497
2497
|
/**
|
|
@@ -2963,42 +2963,42 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
|
|
|
2963
2963
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema;
|
|
2964
2964
|
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$ = {}));
|
|
2965
2965
|
/** @internal */
|
|
2966
|
-
export const
|
|
2966
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$inboundSchema = z.object({});
|
|
2967
2967
|
/** @internal */
|
|
2968
|
-
export const
|
|
2968
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$outboundSchema = z.object({});
|
|
2969
2969
|
/**
|
|
2970
2970
|
* @internal
|
|
2971
2971
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2972
2972
|
*/
|
|
2973
|
-
export var
|
|
2974
|
-
(function (
|
|
2975
|
-
/** @deprecated use `
|
|
2976
|
-
|
|
2977
|
-
/** @deprecated use `
|
|
2978
|
-
|
|
2979
|
-
})(
|
|
2980
|
-
export function
|
|
2981
|
-
return JSON.stringify(
|
|
2982
|
-
.parse(
|
|
2973
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$;
|
|
2974
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$) {
|
|
2975
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$inboundSchema` instead. */
|
|
2976
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$inboundSchema;
|
|
2977
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$outboundSchema` instead. */
|
|
2978
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$outboundSchema;
|
|
2979
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$ = {}));
|
|
2980
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675) {
|
|
2981
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$outboundSchema
|
|
2982
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675));
|
|
2983
2983
|
}
|
|
2984
|
-
export function
|
|
2985
|
-
return safeParse(jsonString, (x) =>
|
|
2986
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2984
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675FromJSON(jsonString) {
|
|
2985
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$inboundSchema
|
|
2986
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675' from JSON`);
|
|
2987
2987
|
}
|
|
2988
2988
|
/** @internal */
|
|
2989
2989
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema = z.object({
|
|
2990
|
-
"__@BRAND@
|
|
2990
|
+
"__@BRAND@8675": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$inboundSchema),
|
|
2991
2991
|
}).transform((v) => {
|
|
2992
2992
|
return remap$(v, {
|
|
2993
|
-
"__@BRAND@
|
|
2993
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
2994
2994
|
});
|
|
2995
2995
|
});
|
|
2996
2996
|
/** @internal */
|
|
2997
2997
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema = z.object({
|
|
2998
|
-
|
|
2998
|
+
atBRANDAt8675: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$outboundSchema),
|
|
2999
2999
|
}).transform((v) => {
|
|
3000
3000
|
return remap$(v, {
|
|
3001
|
-
|
|
3001
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
3002
3002
|
});
|
|
3003
3003
|
});
|
|
3004
3004
|
/**
|
|
@@ -3021,42 +3021,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
|
|
|
3021
3021
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength' from JSON`);
|
|
3022
3022
|
}
|
|
3023
3023
|
/** @internal */
|
|
3024
|
-
export const
|
|
3024
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$inboundSchema = z.object({});
|
|
3025
3025
|
/** @internal */
|
|
3026
|
-
export const
|
|
3026
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$outboundSchema = z.object({});
|
|
3027
3027
|
/**
|
|
3028
3028
|
* @internal
|
|
3029
3029
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3030
3030
|
*/
|
|
3031
|
-
export var
|
|
3032
|
-
(function (
|
|
3033
|
-
/** @deprecated use `
|
|
3034
|
-
|
|
3035
|
-
/** @deprecated use `
|
|
3036
|
-
|
|
3037
|
-
})(
|
|
3038
|
-
export function
|
|
3039
|
-
return JSON.stringify(
|
|
3040
|
-
.parse(
|
|
3031
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$;
|
|
3032
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$) {
|
|
3033
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$inboundSchema` instead. */
|
|
3034
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$inboundSchema;
|
|
3035
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$outboundSchema` instead. */
|
|
3036
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$outboundSchema;
|
|
3037
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$ = {}));
|
|
3038
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675) {
|
|
3039
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$outboundSchema
|
|
3040
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675));
|
|
3041
3041
|
}
|
|
3042
|
-
export function
|
|
3043
|
-
return safeParse(jsonString, (x) =>
|
|
3044
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3042
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675FromJSON(jsonString) {
|
|
3043
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$inboundSchema
|
|
3044
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675' from JSON`);
|
|
3045
3045
|
}
|
|
3046
3046
|
/** @internal */
|
|
3047
3047
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema = z.object({
|
|
3048
|
-
"__@BRAND@
|
|
3048
|
+
"__@BRAND@8675": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$inboundSchema),
|
|
3049
3049
|
}).transform((v) => {
|
|
3050
3050
|
return remap$(v, {
|
|
3051
|
-
"__@BRAND@
|
|
3051
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
3052
3052
|
});
|
|
3053
3053
|
});
|
|
3054
3054
|
/** @internal */
|
|
3055
3055
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema = z.object({
|
|
3056
|
-
|
|
3056
|
+
atBRANDAt8675: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$outboundSchema),
|
|
3057
3057
|
}).transform((v) => {
|
|
3058
3058
|
return remap$(v, {
|
|
3059
|
-
|
|
3059
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
3060
3060
|
});
|
|
3061
3061
|
});
|
|
3062
3062
|
/**
|
|
@@ -3079,42 +3079,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
|
|
|
3079
3079
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength' from JSON`);
|
|
3080
3080
|
}
|
|
3081
3081
|
/** @internal */
|
|
3082
|
-
export const
|
|
3082
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$inboundSchema = z.object({});
|
|
3083
3083
|
/** @internal */
|
|
3084
|
-
export const
|
|
3084
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$outboundSchema = z.object({});
|
|
3085
3085
|
/**
|
|
3086
3086
|
* @internal
|
|
3087
3087
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3088
3088
|
*/
|
|
3089
|
-
export var
|
|
3090
|
-
(function (
|
|
3091
|
-
/** @deprecated use `
|
|
3092
|
-
|
|
3093
|
-
/** @deprecated use `
|
|
3094
|
-
|
|
3095
|
-
})(
|
|
3096
|
-
export function
|
|
3097
|
-
return JSON.stringify(
|
|
3098
|
-
.parse(
|
|
3089
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$;
|
|
3090
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$) {
|
|
3091
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$inboundSchema` instead. */
|
|
3092
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$inboundSchema;
|
|
3093
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$outboundSchema` instead. */
|
|
3094
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$outboundSchema;
|
|
3095
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$ = {}));
|
|
3096
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675) {
|
|
3097
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$outboundSchema
|
|
3098
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675));
|
|
3099
3099
|
}
|
|
3100
|
-
export function
|
|
3101
|
-
return safeParse(jsonString, (x) =>
|
|
3102
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3100
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675FromJSON(jsonString) {
|
|
3101
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$inboundSchema
|
|
3102
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675' from JSON`);
|
|
3103
3103
|
}
|
|
3104
3104
|
/** @internal */
|
|
3105
3105
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema = z.object({
|
|
3106
|
-
"__@BRAND@
|
|
3106
|
+
"__@BRAND@8675": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$inboundSchema),
|
|
3107
3107
|
}).transform((v) => {
|
|
3108
3108
|
return remap$(v, {
|
|
3109
|
-
"__@BRAND@
|
|
3109
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
3110
3110
|
});
|
|
3111
3111
|
});
|
|
3112
3112
|
/** @internal */
|
|
3113
3113
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema = z.object({
|
|
3114
|
-
|
|
3114
|
+
atBRANDAt8675: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$outboundSchema),
|
|
3115
3115
|
}).transform((v) => {
|
|
3116
3116
|
return remap$(v, {
|
|
3117
|
-
|
|
3117
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
3118
3118
|
});
|
|
3119
3119
|
});
|
|
3120
3120
|
/**
|
|
@@ -4018,42 +4018,42 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonStri
|
|
|
4018
4018
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesUiOptions' from JSON`);
|
|
4019
4019
|
}
|
|
4020
4020
|
/** @internal */
|
|
4021
|
-
export const
|
|
4021
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$inboundSchema = z.object({});
|
|
4022
4022
|
/** @internal */
|
|
4023
|
-
export const
|
|
4023
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$outboundSchema = z.object({});
|
|
4024
4024
|
/**
|
|
4025
4025
|
* @internal
|
|
4026
4026
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4027
4027
|
*/
|
|
4028
|
-
export var
|
|
4029
|
-
(function (
|
|
4030
|
-
/** @deprecated use `
|
|
4031
|
-
|
|
4032
|
-
/** @deprecated use `
|
|
4033
|
-
|
|
4034
|
-
})(
|
|
4035
|
-
export function
|
|
4036
|
-
return JSON.stringify(
|
|
4037
|
-
.parse(
|
|
4028
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$;
|
|
4029
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$) {
|
|
4030
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$inboundSchema` instead. */
|
|
4031
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$inboundSchema;
|
|
4032
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$outboundSchema` instead. */
|
|
4033
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$outboundSchema;
|
|
4034
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$ || (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$ = {}));
|
|
4035
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675) {
|
|
4036
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$outboundSchema
|
|
4037
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675));
|
|
4038
4038
|
}
|
|
4039
|
-
export function
|
|
4040
|
-
return safeParse(jsonString, (x) =>
|
|
4041
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
4039
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675FromJSON(jsonString) {
|
|
4040
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$inboundSchema
|
|
4041
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675' from JSON`);
|
|
4042
4042
|
}
|
|
4043
4043
|
/** @internal */
|
|
4044
4044
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema = z.object({
|
|
4045
|
-
"__@BRAND@
|
|
4045
|
+
"__@BRAND@8675": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$inboundSchema),
|
|
4046
4046
|
}).transform((v) => {
|
|
4047
4047
|
return remap$(v, {
|
|
4048
|
-
"__@BRAND@
|
|
4048
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
4049
4049
|
});
|
|
4050
4050
|
});
|
|
4051
4051
|
/** @internal */
|
|
4052
4052
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema = z.object({
|
|
4053
|
-
|
|
4053
|
+
atBRANDAt8675: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$outboundSchema),
|
|
4054
4054
|
}).transform((v) => {
|
|
4055
4055
|
return remap$(v, {
|
|
4056
|
-
|
|
4056
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
4057
4057
|
});
|
|
4058
4058
|
});
|
|
4059
4059
|
/**
|
|
@@ -4076,42 +4076,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
|
|
|
4076
4076
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength' from JSON`);
|
|
4077
4077
|
}
|
|
4078
4078
|
/** @internal */
|
|
4079
|
-
export const
|
|
4079
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$inboundSchema = z.object({});
|
|
4080
4080
|
/** @internal */
|
|
4081
|
-
export const
|
|
4081
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$outboundSchema = z.object({});
|
|
4082
4082
|
/**
|
|
4083
4083
|
* @internal
|
|
4084
4084
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4085
4085
|
*/
|
|
4086
|
-
export var
|
|
4087
|
-
(function (
|
|
4088
|
-
/** @deprecated use `
|
|
4089
|
-
|
|
4090
|
-
/** @deprecated use `
|
|
4091
|
-
|
|
4092
|
-
})(
|
|
4093
|
-
export function
|
|
4094
|
-
return JSON.stringify(
|
|
4095
|
-
.parse(
|
|
4086
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$;
|
|
4087
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$) {
|
|
4088
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$inboundSchema` instead. */
|
|
4089
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$inboundSchema;
|
|
4090
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$outboundSchema` instead. */
|
|
4091
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$outboundSchema;
|
|
4092
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$ = {}));
|
|
4093
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675) {
|
|
4094
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$outboundSchema
|
|
4095
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675));
|
|
4096
4096
|
}
|
|
4097
|
-
export function
|
|
4098
|
-
return safeParse(jsonString, (x) =>
|
|
4099
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
4097
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675FromJSON(jsonString) {
|
|
4098
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$inboundSchema
|
|
4099
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675' from JSON`);
|
|
4100
4100
|
}
|
|
4101
4101
|
/** @internal */
|
|
4102
4102
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema = z.object({
|
|
4103
|
-
"__@BRAND@
|
|
4103
|
+
"__@BRAND@8675": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$inboundSchema),
|
|
4104
4104
|
}).transform((v) => {
|
|
4105
4105
|
return remap$(v, {
|
|
4106
|
-
"__@BRAND@
|
|
4106
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
4107
4107
|
});
|
|
4108
4108
|
});
|
|
4109
4109
|
/** @internal */
|
|
4110
4110
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema = z.object({
|
|
4111
|
-
|
|
4111
|
+
atBRANDAt8675: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$outboundSchema),
|
|
4112
4112
|
}).transform((v) => {
|
|
4113
4113
|
return remap$(v, {
|
|
4114
|
-
|
|
4114
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
4115
4115
|
});
|
|
4116
4116
|
});
|
|
4117
4117
|
/**
|
|
@@ -4134,42 +4134,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
|
|
|
4134
4134
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMinLength' from JSON`);
|
|
4135
4135
|
}
|
|
4136
4136
|
/** @internal */
|
|
4137
|
-
export const
|
|
4137
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$inboundSchema = z.object({});
|
|
4138
4138
|
/** @internal */
|
|
4139
|
-
export const
|
|
4139
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$outboundSchema = z.object({});
|
|
4140
4140
|
/**
|
|
4141
4141
|
* @internal
|
|
4142
4142
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4143
4143
|
*/
|
|
4144
|
-
export var
|
|
4145
|
-
(function (
|
|
4146
|
-
/** @deprecated use `
|
|
4147
|
-
|
|
4148
|
-
/** @deprecated use `
|
|
4149
|
-
|
|
4150
|
-
})(
|
|
4151
|
-
export function
|
|
4152
|
-
return JSON.stringify(
|
|
4153
|
-
.parse(
|
|
4144
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$;
|
|
4145
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$) {
|
|
4146
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$inboundSchema` instead. */
|
|
4147
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$inboundSchema;
|
|
4148
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$outboundSchema` instead. */
|
|
4149
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$outboundSchema;
|
|
4150
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$ = {}));
|
|
4151
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675) {
|
|
4152
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$outboundSchema
|
|
4153
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675));
|
|
4154
4154
|
}
|
|
4155
|
-
export function
|
|
4156
|
-
return safeParse(jsonString, (x) =>
|
|
4157
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
4155
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675FromJSON(jsonString) {
|
|
4156
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$inboundSchema
|
|
4157
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675' from JSON`);
|
|
4158
4158
|
}
|
|
4159
4159
|
/** @internal */
|
|
4160
4160
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema = z.object({
|
|
4161
|
-
"__@BRAND@
|
|
4161
|
+
"__@BRAND@8675": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$inboundSchema),
|
|
4162
4162
|
}).transform((v) => {
|
|
4163
4163
|
return remap$(v, {
|
|
4164
|
-
"__@BRAND@
|
|
4164
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
4165
4165
|
});
|
|
4166
4166
|
});
|
|
4167
4167
|
/** @internal */
|
|
4168
4168
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema = z.object({
|
|
4169
|
-
|
|
4169
|
+
atBRANDAt8675: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$outboundSchema),
|
|
4170
4170
|
}).transform((v) => {
|
|
4171
4171
|
return remap$(v, {
|
|
4172
|
-
|
|
4172
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
4173
4173
|
});
|
|
4174
4174
|
});
|
|
4175
4175
|
/**
|
|
@@ -5978,42 +5978,42 @@ export var CreateIntegrationStoreDirectPropertiesUiControl$;
|
|
|
5978
5978
|
CreateIntegrationStoreDirectPropertiesUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema;
|
|
5979
5979
|
})(CreateIntegrationStoreDirectPropertiesUiControl$ || (CreateIntegrationStoreDirectPropertiesUiControl$ = {}));
|
|
5980
5980
|
/** @internal */
|
|
5981
|
-
export const
|
|
5981
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$inboundSchema = z.object({});
|
|
5982
5982
|
/** @internal */
|
|
5983
|
-
export const
|
|
5983
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$outboundSchema = z.object({});
|
|
5984
5984
|
/**
|
|
5985
5985
|
* @internal
|
|
5986
5986
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5987
5987
|
*/
|
|
5988
|
-
export var
|
|
5989
|
-
(function (
|
|
5990
|
-
/** @deprecated use `
|
|
5991
|
-
|
|
5992
|
-
/** @deprecated use `
|
|
5993
|
-
|
|
5994
|
-
})(
|
|
5995
|
-
export function
|
|
5996
|
-
return JSON.stringify(
|
|
5997
|
-
.parse(
|
|
5988
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$;
|
|
5989
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$) {
|
|
5990
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$inboundSchema` instead. */
|
|
5991
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$inboundSchema;
|
|
5992
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$outboundSchema` instead. */
|
|
5993
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$outboundSchema;
|
|
5994
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$ = {}));
|
|
5995
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675) {
|
|
5996
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$outboundSchema
|
|
5997
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675));
|
|
5998
5998
|
}
|
|
5999
|
-
export function
|
|
6000
|
-
return safeParse(jsonString, (x) =>
|
|
6001
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
5999
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675FromJSON(jsonString) {
|
|
6000
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$inboundSchema
|
|
6001
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675' from JSON`);
|
|
6002
6002
|
}
|
|
6003
6003
|
/** @internal */
|
|
6004
6004
|
export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema = z.object({
|
|
6005
|
-
"__@BRAND@
|
|
6005
|
+
"__@BRAND@8675": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$inboundSchema),
|
|
6006
6006
|
}).transform((v) => {
|
|
6007
6007
|
return remap$(v, {
|
|
6008
|
-
"__@BRAND@
|
|
6008
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
6009
6009
|
});
|
|
6010
6010
|
});
|
|
6011
6011
|
/** @internal */
|
|
6012
6012
|
export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema = z.object({
|
|
6013
|
-
|
|
6013
|
+
atBRANDAt8675: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$outboundSchema),
|
|
6014
6014
|
}).transform((v) => {
|
|
6015
6015
|
return remap$(v, {
|
|
6016
|
-
|
|
6016
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
6017
6017
|
});
|
|
6018
6018
|
});
|
|
6019
6019
|
/**
|
|
@@ -6034,40 +6034,40 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonStri
|
|
|
6034
6034
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMaxLength' from JSON`);
|
|
6035
6035
|
}
|
|
6036
6036
|
/** @internal */
|
|
6037
|
-
export const
|
|
6037
|
+
export const PropertiesAtBRANDAt8675$inboundSchema = z.object({});
|
|
6038
6038
|
/** @internal */
|
|
6039
|
-
export const
|
|
6039
|
+
export const PropertiesAtBRANDAt8675$outboundSchema = z.object({});
|
|
6040
6040
|
/**
|
|
6041
6041
|
* @internal
|
|
6042
6042
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6043
6043
|
*/
|
|
6044
|
-
export var
|
|
6045
|
-
(function (
|
|
6046
|
-
/** @deprecated use `
|
|
6047
|
-
|
|
6048
|
-
/** @deprecated use `
|
|
6049
|
-
|
|
6050
|
-
})(
|
|
6051
|
-
export function
|
|
6052
|
-
return JSON.stringify(
|
|
6044
|
+
export var PropertiesAtBRANDAt8675$;
|
|
6045
|
+
(function (PropertiesAtBRANDAt8675$) {
|
|
6046
|
+
/** @deprecated use `PropertiesAtBRANDAt8675$inboundSchema` instead. */
|
|
6047
|
+
PropertiesAtBRANDAt8675$.inboundSchema = PropertiesAtBRANDAt8675$inboundSchema;
|
|
6048
|
+
/** @deprecated use `PropertiesAtBRANDAt8675$outboundSchema` instead. */
|
|
6049
|
+
PropertiesAtBRANDAt8675$.outboundSchema = PropertiesAtBRANDAt8675$outboundSchema;
|
|
6050
|
+
})(PropertiesAtBRANDAt8675$ || (PropertiesAtBRANDAt8675$ = {}));
|
|
6051
|
+
export function propertiesAtBRANDAt8675ToJSON(propertiesAtBRANDAt8675) {
|
|
6052
|
+
return JSON.stringify(PropertiesAtBRANDAt8675$outboundSchema.parse(propertiesAtBRANDAt8675));
|
|
6053
6053
|
}
|
|
6054
|
-
export function
|
|
6055
|
-
return safeParse(jsonString, (x) =>
|
|
6054
|
+
export function propertiesAtBRANDAt8675FromJSON(jsonString) {
|
|
6055
|
+
return safeParse(jsonString, (x) => PropertiesAtBRANDAt8675$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt8675' from JSON`);
|
|
6056
6056
|
}
|
|
6057
6057
|
/** @internal */
|
|
6058
6058
|
export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema = z.object({
|
|
6059
|
-
"__@BRAND@
|
|
6059
|
+
"__@BRAND@8675": z.lazy(() => PropertiesAtBRANDAt8675$inboundSchema),
|
|
6060
6060
|
}).transform((v) => {
|
|
6061
6061
|
return remap$(v, {
|
|
6062
|
-
"__@BRAND@
|
|
6062
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
6063
6063
|
});
|
|
6064
6064
|
});
|
|
6065
6065
|
/** @internal */
|
|
6066
6066
|
export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema = z.object({
|
|
6067
|
-
|
|
6067
|
+
atBRANDAt8675: z.lazy(() => PropertiesAtBRANDAt8675$outboundSchema),
|
|
6068
6068
|
}).transform((v) => {
|
|
6069
6069
|
return remap$(v, {
|
|
6070
|
-
|
|
6070
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
6071
6071
|
});
|
|
6072
6072
|
});
|
|
6073
6073
|
/**
|
|
@@ -6088,40 +6088,40 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonStri
|
|
|
6088
6088
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMinLength' from JSON`);
|
|
6089
6089
|
}
|
|
6090
6090
|
/** @internal */
|
|
6091
|
-
export const
|
|
6091
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$inboundSchema = z.object({});
|
|
6092
6092
|
/** @internal */
|
|
6093
|
-
export const
|
|
6093
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$outboundSchema = z.object({});
|
|
6094
6094
|
/**
|
|
6095
6095
|
* @internal
|
|
6096
6096
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6097
6097
|
*/
|
|
6098
|
-
export var
|
|
6099
|
-
(function (
|
|
6100
|
-
/** @deprecated use `
|
|
6101
|
-
|
|
6102
|
-
/** @deprecated use `
|
|
6103
|
-
|
|
6104
|
-
})(
|
|
6105
|
-
export function
|
|
6106
|
-
return JSON.stringify(
|
|
6098
|
+
export var CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$;
|
|
6099
|
+
(function (CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$) {
|
|
6100
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$inboundSchema` instead. */
|
|
6101
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$inboundSchema;
|
|
6102
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$outboundSchema` instead. */
|
|
6103
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$outboundSchema;
|
|
6104
|
+
})(CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$ || (CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$ = {}));
|
|
6105
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8675) {
|
|
6106
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt8675));
|
|
6107
6107
|
}
|
|
6108
|
-
export function
|
|
6109
|
-
return safeParse(jsonString, (x) =>
|
|
6108
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8675FromJSON(jsonString) {
|
|
6109
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8675' from JSON`);
|
|
6110
6110
|
}
|
|
6111
6111
|
/** @internal */
|
|
6112
6112
|
export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema = z.object({
|
|
6113
|
-
"__@BRAND@
|
|
6113
|
+
"__@BRAND@8675": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$inboundSchema),
|
|
6114
6114
|
}).transform((v) => {
|
|
6115
6115
|
return remap$(v, {
|
|
6116
|
-
"__@BRAND@
|
|
6116
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
6117
6117
|
});
|
|
6118
6118
|
});
|
|
6119
6119
|
/** @internal */
|
|
6120
6120
|
export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema = z.object({
|
|
6121
|
-
|
|
6121
|
+
atBRANDAt8675: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$outboundSchema),
|
|
6122
6122
|
}).transform((v) => {
|
|
6123
6123
|
return remap$(v, {
|
|
6124
|
-
|
|
6124
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
6125
6125
|
});
|
|
6126
6126
|
});
|
|
6127
6127
|
/**
|
|
@@ -6811,40 +6811,40 @@ export function guidesFromJSON(jsonString) {
|
|
|
6811
6811
|
return safeParse(jsonString, (x) => Guides$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Guides' from JSON`);
|
|
6812
6812
|
}
|
|
6813
6813
|
/** @internal */
|
|
6814
|
-
export const
|
|
6814
|
+
export const AtBRANDAt8675$inboundSchema = z.object({});
|
|
6815
6815
|
/** @internal */
|
|
6816
|
-
export const
|
|
6816
|
+
export const AtBRANDAt8675$outboundSchema = z.object({});
|
|
6817
6817
|
/**
|
|
6818
6818
|
* @internal
|
|
6819
6819
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6820
6820
|
*/
|
|
6821
|
-
export var
|
|
6822
|
-
(function (
|
|
6823
|
-
/** @deprecated use `
|
|
6824
|
-
|
|
6825
|
-
/** @deprecated use `
|
|
6826
|
-
|
|
6827
|
-
})(
|
|
6828
|
-
export function
|
|
6829
|
-
return JSON.stringify(
|
|
6821
|
+
export var AtBRANDAt8675$;
|
|
6822
|
+
(function (AtBRANDAt8675$) {
|
|
6823
|
+
/** @deprecated use `AtBRANDAt8675$inboundSchema` instead. */
|
|
6824
|
+
AtBRANDAt8675$.inboundSchema = AtBRANDAt8675$inboundSchema;
|
|
6825
|
+
/** @deprecated use `AtBRANDAt8675$outboundSchema` instead. */
|
|
6826
|
+
AtBRANDAt8675$.outboundSchema = AtBRANDAt8675$outboundSchema;
|
|
6827
|
+
})(AtBRANDAt8675$ || (AtBRANDAt8675$ = {}));
|
|
6828
|
+
export function atBRANDAt8675ToJSON(atBRANDAt8675) {
|
|
6829
|
+
return JSON.stringify(AtBRANDAt8675$outboundSchema.parse(atBRANDAt8675));
|
|
6830
6830
|
}
|
|
6831
|
-
export function
|
|
6832
|
-
return safeParse(jsonString, (x) =>
|
|
6831
|
+
export function atBRANDAt8675FromJSON(jsonString) {
|
|
6832
|
+
return safeParse(jsonString, (x) => AtBRANDAt8675$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt8675' from JSON`);
|
|
6833
6833
|
}
|
|
6834
6834
|
/** @internal */
|
|
6835
6835
|
export const CreateIntegrationStoreDirectValue$inboundSchema = z.object({
|
|
6836
|
-
"__@BRAND@
|
|
6836
|
+
"__@BRAND@8675": z.lazy(() => AtBRANDAt8675$inboundSchema),
|
|
6837
6837
|
}).transform((v) => {
|
|
6838
6838
|
return remap$(v, {
|
|
6839
|
-
"__@BRAND@
|
|
6839
|
+
"__@BRAND@8675": "atBRANDAt8675",
|
|
6840
6840
|
});
|
|
6841
6841
|
});
|
|
6842
6842
|
/** @internal */
|
|
6843
6843
|
export const CreateIntegrationStoreDirectValue$outboundSchema = z.object({
|
|
6844
|
-
|
|
6844
|
+
atBRANDAt8675: z.lazy(() => AtBRANDAt8675$outboundSchema),
|
|
6845
6845
|
}).transform((v) => {
|
|
6846
6846
|
return remap$(v, {
|
|
6847
|
-
|
|
6847
|
+
atBRANDAt8675: "__@BRAND@8675",
|
|
6848
6848
|
});
|
|
6849
6849
|
});
|
|
6850
6850
|
/**
|