@vercel/sdk 1.10.1 → 1.10.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/mcp-server.js +816 -1951
- package/bin/mcp-server.js.map +22 -22
- package/esm/__tests__/teams.test.js +2 -2
- package/esm/__tests__/teams.test.js.map +1 -1
- package/esm/funcs/domainsBuyDomain.js +2 -2
- package/esm/funcs/domainsBuyDomain.js.map +1 -1
- package/esm/funcs/domainsPatchDomain.js +2 -2
- package/esm/funcs/domainsPatchDomain.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/models/canceldeploymentop.d.ts +49 -49
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +53 -55
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +139 -139
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +153 -152
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createprojectenvop.d.ts +6 -6
- package/esm/models/createprojectenvop.js +2 -2
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +189 -741
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +179 -678
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/editprojectenvop.d.ts +3 -3
- package/esm/models/editprojectenvop.js +1 -1
- package/esm/models/editprojectenvop.js.map +1 -1
- package/esm/models/filterprojectenvsop.d.ts +9 -9
- package/esm/models/filterprojectenvsop.js +3 -3
- package/esm/models/filterprojectenvsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +90 -90
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +101 -102
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getfirewallconfigop.d.ts +3 -0
- package/esm/models/getfirewallconfigop.d.ts.map +1 -1
- package/esm/models/getfirewallconfigop.js +1 -0
- package/esm/models/getfirewallconfigop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +33 -585
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +31 -530
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/putfirewallconfigop.d.ts +3 -0
- package/esm/models/putfirewallconfigop.d.ts.map +1 -1
- package/esm/models/putfirewallconfigop.js +1 -0
- package/esm/models/putfirewallconfigop.js.map +1 -1
- package/esm/models/removeprojectenvop.d.ts +9 -9
- package/esm/models/removeprojectenvop.js +3 -3
- package/esm/models/removeprojectenvop.js.map +1 -1
- package/esm/models/team.d.ts +13 -10
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +6 -5
- package/esm/models/team.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +41 -593
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +43 -561
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +33 -585
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +31 -530
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +154 -124
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +166 -135
- package/esm/models/userevent.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/teams.test.ts +2 -2
- package/src/funcs/domainsBuyDomain.ts +2 -2
- package/src/funcs/domainsPatchDomain.ts +2 -2
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/canceldeploymentop.ts +78 -104
- package/src/models/createdeploymentop.ts +332 -335
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/createprojectop.ts +448 -1472
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/filterprojectenvsop.ts +3 -3
- package/src/models/getdeploymentop.ts +214 -216
- package/src/models/getfirewallconfigop.ts +1 -0
- package/src/models/getprojectsop.ts +202 -1207
- package/src/models/putfirewallconfigop.ts +1 -0
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/team.ts +13 -12
- package/src/models/updateprojectdatacacheop.ts +171 -1168
- package/src/models/updateprojectop.ts +197 -1221
- package/src/models/userevent.ts +309 -236
- package/vercel-spec.json +429 -1834
package/esm/models/userevent.js
CHANGED
|
@@ -1025,7 +1025,7 @@ export var AuthMethod$;
|
|
|
1025
1025
|
AuthMethod$.outboundSchema = AuthMethod$outboundSchema;
|
|
1026
1026
|
})(AuthMethod$ || (AuthMethod$ = {}));
|
|
1027
1027
|
/** @internal */
|
|
1028
|
-
export const
|
|
1028
|
+
export const OneHundredAndFiftyEight$inboundSchema = z.object({
|
|
1029
1029
|
grantType: GrantType$inboundSchema,
|
|
1030
1030
|
appName: z.string(),
|
|
1031
1031
|
atTTL: z.number(),
|
|
@@ -1034,7 +1034,7 @@ export const OneHundredAndFiftySeven$inboundSchema = z.object({
|
|
|
1034
1034
|
authMethod: AuthMethod$inboundSchema,
|
|
1035
1035
|
});
|
|
1036
1036
|
/** @internal */
|
|
1037
|
-
export const
|
|
1037
|
+
export const OneHundredAndFiftyEight$outboundSchema = z.object({
|
|
1038
1038
|
grantType: GrantType$outboundSchema,
|
|
1039
1039
|
appName: z.string(),
|
|
1040
1040
|
atTTL: z.number(),
|
|
@@ -1042,6 +1042,118 @@ export const OneHundredAndFiftySeven$outboundSchema = z.object({
|
|
|
1042
1042
|
scope: z.string(),
|
|
1043
1043
|
authMethod: AuthMethod$outboundSchema,
|
|
1044
1044
|
});
|
|
1045
|
+
/**
|
|
1046
|
+
* @internal
|
|
1047
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1048
|
+
*/
|
|
1049
|
+
export var OneHundredAndFiftyEight$;
|
|
1050
|
+
(function (OneHundredAndFiftyEight$) {
|
|
1051
|
+
/** @deprecated use `OneHundredAndFiftyEight$inboundSchema` instead. */
|
|
1052
|
+
OneHundredAndFiftyEight$.inboundSchema = OneHundredAndFiftyEight$inboundSchema;
|
|
1053
|
+
/** @deprecated use `OneHundredAndFiftyEight$outboundSchema` instead. */
|
|
1054
|
+
OneHundredAndFiftyEight$.outboundSchema = OneHundredAndFiftyEight$outboundSchema;
|
|
1055
|
+
})(OneHundredAndFiftyEight$ || (OneHundredAndFiftyEight$ = {}));
|
|
1056
|
+
export function oneHundredAndFiftyEightToJSON(oneHundredAndFiftyEight) {
|
|
1057
|
+
return JSON.stringify(OneHundredAndFiftyEight$outboundSchema.parse(oneHundredAndFiftyEight));
|
|
1058
|
+
}
|
|
1059
|
+
export function oneHundredAndFiftyEightFromJSON(jsonString) {
|
|
1060
|
+
return safeParse(jsonString, (x) => OneHundredAndFiftyEight$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFiftyEight' from JSON`);
|
|
1061
|
+
}
|
|
1062
|
+
/** @internal */
|
|
1063
|
+
export const UserEventPayload157Team$inboundSchema = z.object({
|
|
1064
|
+
id: z.string(),
|
|
1065
|
+
name: z.string(),
|
|
1066
|
+
});
|
|
1067
|
+
/** @internal */
|
|
1068
|
+
export const UserEventPayload157Team$outboundSchema = z.object({
|
|
1069
|
+
id: z.string(),
|
|
1070
|
+
name: z.string(),
|
|
1071
|
+
});
|
|
1072
|
+
/**
|
|
1073
|
+
* @internal
|
|
1074
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1075
|
+
*/
|
|
1076
|
+
export var UserEventPayload157Team$;
|
|
1077
|
+
(function (UserEventPayload157Team$) {
|
|
1078
|
+
/** @deprecated use `UserEventPayload157Team$inboundSchema` instead. */
|
|
1079
|
+
UserEventPayload157Team$.inboundSchema = UserEventPayload157Team$inboundSchema;
|
|
1080
|
+
/** @deprecated use `UserEventPayload157Team$outboundSchema` instead. */
|
|
1081
|
+
UserEventPayload157Team$.outboundSchema = UserEventPayload157Team$outboundSchema;
|
|
1082
|
+
})(UserEventPayload157Team$ || (UserEventPayload157Team$ = {}));
|
|
1083
|
+
export function userEventPayload157TeamToJSON(userEventPayload157Team) {
|
|
1084
|
+
return JSON.stringify(UserEventPayload157Team$outboundSchema.parse(userEventPayload157Team));
|
|
1085
|
+
}
|
|
1086
|
+
export function userEventPayload157TeamFromJSON(jsonString) {
|
|
1087
|
+
return safeParse(jsonString, (x) => UserEventPayload157Team$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload157Team' from JSON`);
|
|
1088
|
+
}
|
|
1089
|
+
/** @internal */
|
|
1090
|
+
export const UserEventPayload157Configuration$inboundSchema = z.object({
|
|
1091
|
+
id: z.string(),
|
|
1092
|
+
name: z.string().optional(),
|
|
1093
|
+
});
|
|
1094
|
+
/** @internal */
|
|
1095
|
+
export const UserEventPayload157Configuration$outboundSchema = z.object({
|
|
1096
|
+
id: z.string(),
|
|
1097
|
+
name: z.string().optional(),
|
|
1098
|
+
});
|
|
1099
|
+
/**
|
|
1100
|
+
* @internal
|
|
1101
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1102
|
+
*/
|
|
1103
|
+
export var UserEventPayload157Configuration$;
|
|
1104
|
+
(function (UserEventPayload157Configuration$) {
|
|
1105
|
+
/** @deprecated use `UserEventPayload157Configuration$inboundSchema` instead. */
|
|
1106
|
+
UserEventPayload157Configuration$.inboundSchema = UserEventPayload157Configuration$inboundSchema;
|
|
1107
|
+
/** @deprecated use `UserEventPayload157Configuration$outboundSchema` instead. */
|
|
1108
|
+
UserEventPayload157Configuration$.outboundSchema = UserEventPayload157Configuration$outboundSchema;
|
|
1109
|
+
})(UserEventPayload157Configuration$ || (UserEventPayload157Configuration$ = {}));
|
|
1110
|
+
export function userEventPayload157ConfigurationToJSON(userEventPayload157Configuration) {
|
|
1111
|
+
return JSON.stringify(UserEventPayload157Configuration$outboundSchema.parse(userEventPayload157Configuration));
|
|
1112
|
+
}
|
|
1113
|
+
export function userEventPayload157ConfigurationFromJSON(jsonString) {
|
|
1114
|
+
return safeParse(jsonString, (x) => UserEventPayload157Configuration$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload157Configuration' from JSON`);
|
|
1115
|
+
}
|
|
1116
|
+
/** @internal */
|
|
1117
|
+
export const UserEventPayloadPeering$inboundSchema = z.object({
|
|
1118
|
+
id: z.string(),
|
|
1119
|
+
name: z.string().optional(),
|
|
1120
|
+
});
|
|
1121
|
+
/** @internal */
|
|
1122
|
+
export const UserEventPayloadPeering$outboundSchema = z.object({
|
|
1123
|
+
id: z.string(),
|
|
1124
|
+
name: z.string().optional(),
|
|
1125
|
+
});
|
|
1126
|
+
/**
|
|
1127
|
+
* @internal
|
|
1128
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1129
|
+
*/
|
|
1130
|
+
export var UserEventPayloadPeering$;
|
|
1131
|
+
(function (UserEventPayloadPeering$) {
|
|
1132
|
+
/** @deprecated use `UserEventPayloadPeering$inboundSchema` instead. */
|
|
1133
|
+
UserEventPayloadPeering$.inboundSchema = UserEventPayloadPeering$inboundSchema;
|
|
1134
|
+
/** @deprecated use `UserEventPayloadPeering$outboundSchema` instead. */
|
|
1135
|
+
UserEventPayloadPeering$.outboundSchema = UserEventPayloadPeering$outboundSchema;
|
|
1136
|
+
})(UserEventPayloadPeering$ || (UserEventPayloadPeering$ = {}));
|
|
1137
|
+
export function userEventPayloadPeeringToJSON(userEventPayloadPeering) {
|
|
1138
|
+
return JSON.stringify(UserEventPayloadPeering$outboundSchema.parse(userEventPayloadPeering));
|
|
1139
|
+
}
|
|
1140
|
+
export function userEventPayloadPeeringFromJSON(jsonString) {
|
|
1141
|
+
return safeParse(jsonString, (x) => UserEventPayloadPeering$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayloadPeering' from JSON`);
|
|
1142
|
+
}
|
|
1143
|
+
/** @internal */
|
|
1144
|
+
export const OneHundredAndFiftySeven$inboundSchema = z.object({
|
|
1145
|
+
team: z.lazy(() => UserEventPayload157Team$inboundSchema),
|
|
1146
|
+
configuration: z.lazy(() => UserEventPayload157Configuration$inboundSchema),
|
|
1147
|
+
peering: z.lazy(() => UserEventPayloadPeering$inboundSchema),
|
|
1148
|
+
newName: z.string().optional(),
|
|
1149
|
+
});
|
|
1150
|
+
/** @internal */
|
|
1151
|
+
export const OneHundredAndFiftySeven$outboundSchema = z.object({
|
|
1152
|
+
team: z.lazy(() => UserEventPayload157Team$outboundSchema),
|
|
1153
|
+
configuration: z.lazy(() => UserEventPayload157Configuration$outboundSchema),
|
|
1154
|
+
peering: z.lazy(() => UserEventPayloadPeering$outboundSchema),
|
|
1155
|
+
newName: z.string().optional(),
|
|
1156
|
+
});
|
|
1045
1157
|
/**
|
|
1046
1158
|
* @internal
|
|
1047
1159
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
@@ -1114,12 +1226,12 @@ export function userEventPayload156ConfigurationFromJSON(jsonString) {
|
|
|
1114
1226
|
return safeParse(jsonString, (x) => UserEventPayload156Configuration$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload156Configuration' from JSON`);
|
|
1115
1227
|
}
|
|
1116
1228
|
/** @internal */
|
|
1117
|
-
export const
|
|
1229
|
+
export const PayloadPeering$inboundSchema = z.object({
|
|
1118
1230
|
id: z.string(),
|
|
1119
1231
|
name: z.string().optional(),
|
|
1120
1232
|
});
|
|
1121
1233
|
/** @internal */
|
|
1122
|
-
export const
|
|
1234
|
+
export const PayloadPeering$outboundSchema = z.object({
|
|
1123
1235
|
id: z.string(),
|
|
1124
1236
|
name: z.string().optional(),
|
|
1125
1237
|
});
|
|
@@ -1127,32 +1239,30 @@ export const UserEventPayloadPeering$outboundSchema = z.object({
|
|
|
1127
1239
|
* @internal
|
|
1128
1240
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1129
1241
|
*/
|
|
1130
|
-
export var
|
|
1131
|
-
(function (
|
|
1132
|
-
/** @deprecated use `
|
|
1133
|
-
|
|
1134
|
-
/** @deprecated use `
|
|
1135
|
-
|
|
1136
|
-
})(
|
|
1137
|
-
export function
|
|
1138
|
-
return JSON.stringify(
|
|
1242
|
+
export var PayloadPeering$;
|
|
1243
|
+
(function (PayloadPeering$) {
|
|
1244
|
+
/** @deprecated use `PayloadPeering$inboundSchema` instead. */
|
|
1245
|
+
PayloadPeering$.inboundSchema = PayloadPeering$inboundSchema;
|
|
1246
|
+
/** @deprecated use `PayloadPeering$outboundSchema` instead. */
|
|
1247
|
+
PayloadPeering$.outboundSchema = PayloadPeering$outboundSchema;
|
|
1248
|
+
})(PayloadPeering$ || (PayloadPeering$ = {}));
|
|
1249
|
+
export function payloadPeeringToJSON(payloadPeering) {
|
|
1250
|
+
return JSON.stringify(PayloadPeering$outboundSchema.parse(payloadPeering));
|
|
1139
1251
|
}
|
|
1140
|
-
export function
|
|
1141
|
-
return safeParse(jsonString, (x) =>
|
|
1252
|
+
export function payloadPeeringFromJSON(jsonString) {
|
|
1253
|
+
return safeParse(jsonString, (x) => PayloadPeering$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadPeering' from JSON`);
|
|
1142
1254
|
}
|
|
1143
1255
|
/** @internal */
|
|
1144
1256
|
export const OneHundredAndFiftySix$inboundSchema = z.object({
|
|
1145
1257
|
team: z.lazy(() => UserEventPayload156Team$inboundSchema),
|
|
1146
1258
|
configuration: z.lazy(() => UserEventPayload156Configuration$inboundSchema),
|
|
1147
|
-
peering: z.lazy(() =>
|
|
1148
|
-
newName: z.string().optional(),
|
|
1259
|
+
peering: z.lazy(() => PayloadPeering$inboundSchema),
|
|
1149
1260
|
});
|
|
1150
1261
|
/** @internal */
|
|
1151
1262
|
export const OneHundredAndFiftySix$outboundSchema = z.object({
|
|
1152
1263
|
team: z.lazy(() => UserEventPayload156Team$outboundSchema),
|
|
1153
1264
|
configuration: z.lazy(() => UserEventPayload156Configuration$outboundSchema),
|
|
1154
|
-
peering: z.lazy(() =>
|
|
1155
|
-
newName: z.string().optional(),
|
|
1265
|
+
peering: z.lazy(() => PayloadPeering$outboundSchema),
|
|
1156
1266
|
});
|
|
1157
1267
|
/**
|
|
1158
1268
|
* @internal
|
|
@@ -1226,43 +1336,47 @@ export function userEventPayload155ConfigurationFromJSON(jsonString) {
|
|
|
1226
1336
|
return safeParse(jsonString, (x) => UserEventPayload155Configuration$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload155Configuration' from JSON`);
|
|
1227
1337
|
}
|
|
1228
1338
|
/** @internal */
|
|
1229
|
-
export const
|
|
1339
|
+
export const Peering$inboundSchema = z.object({
|
|
1230
1340
|
id: z.string(),
|
|
1231
|
-
|
|
1341
|
+
accountId: z.string(),
|
|
1342
|
+
region: z.string(),
|
|
1343
|
+
vpcId: z.string(),
|
|
1232
1344
|
});
|
|
1233
1345
|
/** @internal */
|
|
1234
|
-
export const
|
|
1346
|
+
export const Peering$outboundSchema = z.object({
|
|
1235
1347
|
id: z.string(),
|
|
1236
|
-
|
|
1348
|
+
accountId: z.string(),
|
|
1349
|
+
region: z.string(),
|
|
1350
|
+
vpcId: z.string(),
|
|
1237
1351
|
});
|
|
1238
1352
|
/**
|
|
1239
1353
|
* @internal
|
|
1240
1354
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1241
1355
|
*/
|
|
1242
|
-
export var
|
|
1243
|
-
(function (
|
|
1244
|
-
/** @deprecated use `
|
|
1245
|
-
|
|
1246
|
-
/** @deprecated use `
|
|
1247
|
-
|
|
1248
|
-
})(
|
|
1249
|
-
export function
|
|
1250
|
-
return JSON.stringify(
|
|
1356
|
+
export var Peering$;
|
|
1357
|
+
(function (Peering$) {
|
|
1358
|
+
/** @deprecated use `Peering$inboundSchema` instead. */
|
|
1359
|
+
Peering$.inboundSchema = Peering$inboundSchema;
|
|
1360
|
+
/** @deprecated use `Peering$outboundSchema` instead. */
|
|
1361
|
+
Peering$.outboundSchema = Peering$outboundSchema;
|
|
1362
|
+
})(Peering$ || (Peering$ = {}));
|
|
1363
|
+
export function peeringToJSON(peering) {
|
|
1364
|
+
return JSON.stringify(Peering$outboundSchema.parse(peering));
|
|
1251
1365
|
}
|
|
1252
|
-
export function
|
|
1253
|
-
return safeParse(jsonString, (x) =>
|
|
1366
|
+
export function peeringFromJSON(jsonString) {
|
|
1367
|
+
return safeParse(jsonString, (x) => Peering$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Peering' from JSON`);
|
|
1254
1368
|
}
|
|
1255
1369
|
/** @internal */
|
|
1256
1370
|
export const OneHundredAndFiftyFive$inboundSchema = z.object({
|
|
1257
1371
|
team: z.lazy(() => UserEventPayload155Team$inboundSchema),
|
|
1258
1372
|
configuration: z.lazy(() => UserEventPayload155Configuration$inboundSchema),
|
|
1259
|
-
peering: z.lazy(() =>
|
|
1373
|
+
peering: z.lazy(() => Peering$inboundSchema),
|
|
1260
1374
|
});
|
|
1261
1375
|
/** @internal */
|
|
1262
1376
|
export const OneHundredAndFiftyFive$outboundSchema = z.object({
|
|
1263
1377
|
team: z.lazy(() => UserEventPayload155Team$outboundSchema),
|
|
1264
1378
|
configuration: z.lazy(() => UserEventPayload155Configuration$outboundSchema),
|
|
1265
|
-
peering: z.lazy(() =>
|
|
1379
|
+
peering: z.lazy(() => Peering$outboundSchema),
|
|
1266
1380
|
});
|
|
1267
1381
|
/**
|
|
1268
1382
|
* @internal
|
|
@@ -1282,101 +1396,14 @@ export function oneHundredAndFiftyFiveFromJSON(jsonString) {
|
|
|
1282
1396
|
return safeParse(jsonString, (x) => OneHundredAndFiftyFive$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFiftyFive' from JSON`);
|
|
1283
1397
|
}
|
|
1284
1398
|
/** @internal */
|
|
1285
|
-
export const UserEventPayload154Team$inboundSchema = z.object({
|
|
1286
|
-
id: z.string(),
|
|
1287
|
-
name: z.string(),
|
|
1288
|
-
});
|
|
1289
|
-
/** @internal */
|
|
1290
|
-
export const UserEventPayload154Team$outboundSchema = z.object({
|
|
1291
|
-
id: z.string(),
|
|
1292
|
-
name: z.string(),
|
|
1293
|
-
});
|
|
1294
|
-
/**
|
|
1295
|
-
* @internal
|
|
1296
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1297
|
-
*/
|
|
1298
|
-
export var UserEventPayload154Team$;
|
|
1299
|
-
(function (UserEventPayload154Team$) {
|
|
1300
|
-
/** @deprecated use `UserEventPayload154Team$inboundSchema` instead. */
|
|
1301
|
-
UserEventPayload154Team$.inboundSchema = UserEventPayload154Team$inboundSchema;
|
|
1302
|
-
/** @deprecated use `UserEventPayload154Team$outboundSchema` instead. */
|
|
1303
|
-
UserEventPayload154Team$.outboundSchema = UserEventPayload154Team$outboundSchema;
|
|
1304
|
-
})(UserEventPayload154Team$ || (UserEventPayload154Team$ = {}));
|
|
1305
|
-
export function userEventPayload154TeamToJSON(userEventPayload154Team) {
|
|
1306
|
-
return JSON.stringify(UserEventPayload154Team$outboundSchema.parse(userEventPayload154Team));
|
|
1307
|
-
}
|
|
1308
|
-
export function userEventPayload154TeamFromJSON(jsonString) {
|
|
1309
|
-
return safeParse(jsonString, (x) => UserEventPayload154Team$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload154Team' from JSON`);
|
|
1310
|
-
}
|
|
1311
|
-
/** @internal */
|
|
1312
|
-
export const UserEventPayload154Configuration$inboundSchema = z.object({
|
|
1313
|
-
id: z.string(),
|
|
1314
|
-
name: z.string().optional(),
|
|
1315
|
-
});
|
|
1316
|
-
/** @internal */
|
|
1317
|
-
export const UserEventPayload154Configuration$outboundSchema = z.object({
|
|
1318
|
-
id: z.string(),
|
|
1319
|
-
name: z.string().optional(),
|
|
1320
|
-
});
|
|
1321
|
-
/**
|
|
1322
|
-
* @internal
|
|
1323
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1324
|
-
*/
|
|
1325
|
-
export var UserEventPayload154Configuration$;
|
|
1326
|
-
(function (UserEventPayload154Configuration$) {
|
|
1327
|
-
/** @deprecated use `UserEventPayload154Configuration$inboundSchema` instead. */
|
|
1328
|
-
UserEventPayload154Configuration$.inboundSchema = UserEventPayload154Configuration$inboundSchema;
|
|
1329
|
-
/** @deprecated use `UserEventPayload154Configuration$outboundSchema` instead. */
|
|
1330
|
-
UserEventPayload154Configuration$.outboundSchema = UserEventPayload154Configuration$outboundSchema;
|
|
1331
|
-
})(UserEventPayload154Configuration$ || (UserEventPayload154Configuration$ = {}));
|
|
1332
|
-
export function userEventPayload154ConfigurationToJSON(userEventPayload154Configuration) {
|
|
1333
|
-
return JSON.stringify(UserEventPayload154Configuration$outboundSchema.parse(userEventPayload154Configuration));
|
|
1334
|
-
}
|
|
1335
|
-
export function userEventPayload154ConfigurationFromJSON(jsonString) {
|
|
1336
|
-
return safeParse(jsonString, (x) => UserEventPayload154Configuration$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload154Configuration' from JSON`);
|
|
1337
|
-
}
|
|
1338
|
-
/** @internal */
|
|
1339
|
-
export const Peering$inboundSchema = z.object({
|
|
1340
|
-
id: z.string(),
|
|
1341
|
-
accountId: z.string(),
|
|
1342
|
-
region: z.string(),
|
|
1343
|
-
vpcId: z.string(),
|
|
1344
|
-
});
|
|
1345
|
-
/** @internal */
|
|
1346
|
-
export const Peering$outboundSchema = z.object({
|
|
1347
|
-
id: z.string(),
|
|
1348
|
-
accountId: z.string(),
|
|
1349
|
-
region: z.string(),
|
|
1350
|
-
vpcId: z.string(),
|
|
1351
|
-
});
|
|
1352
|
-
/**
|
|
1353
|
-
* @internal
|
|
1354
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1355
|
-
*/
|
|
1356
|
-
export var Peering$;
|
|
1357
|
-
(function (Peering$) {
|
|
1358
|
-
/** @deprecated use `Peering$inboundSchema` instead. */
|
|
1359
|
-
Peering$.inboundSchema = Peering$inboundSchema;
|
|
1360
|
-
/** @deprecated use `Peering$outboundSchema` instead. */
|
|
1361
|
-
Peering$.outboundSchema = Peering$outboundSchema;
|
|
1362
|
-
})(Peering$ || (Peering$ = {}));
|
|
1363
|
-
export function peeringToJSON(peering) {
|
|
1364
|
-
return JSON.stringify(Peering$outboundSchema.parse(peering));
|
|
1365
|
-
}
|
|
1366
|
-
export function peeringFromJSON(jsonString) {
|
|
1367
|
-
return safeParse(jsonString, (x) => Peering$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Peering' from JSON`);
|
|
1368
|
-
}
|
|
1369
|
-
/** @internal */
|
|
1370
1399
|
export const OneHundredAndFiftyFour$inboundSchema = z.object({
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
peering: z.lazy(() => Peering$inboundSchema),
|
|
1400
|
+
appName: z.string(),
|
|
1401
|
+
appId: z.string(),
|
|
1374
1402
|
});
|
|
1375
1403
|
/** @internal */
|
|
1376
1404
|
export const OneHundredAndFiftyFour$outboundSchema = z.object({
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
peering: z.lazy(() => Peering$outboundSchema),
|
|
1405
|
+
appName: z.string(),
|
|
1406
|
+
appId: z.string(),
|
|
1380
1407
|
});
|
|
1381
1408
|
/**
|
|
1382
1409
|
* @internal
|
|
@@ -13465,7 +13492,7 @@ export const Payload$inboundSchema = z.union([
|
|
|
13465
13492
|
z.lazy(() => SixtyFour$inboundSchema),
|
|
13466
13493
|
z.lazy(() => SixtySeven$inboundSchema),
|
|
13467
13494
|
z.lazy(() => OneHundredAndThirtyOne$inboundSchema),
|
|
13468
|
-
z.lazy(() =>
|
|
13495
|
+
z.lazy(() => OneHundredAndFiftyEight$inboundSchema),
|
|
13469
13496
|
z.lazy(() => Payload2$inboundSchema),
|
|
13470
13497
|
z.lazy(() => FortyFive$inboundSchema),
|
|
13471
13498
|
z.lazy(() => SixtyEight$inboundSchema),
|
|
@@ -13498,9 +13525,9 @@ export const Payload$inboundSchema = z.union([
|
|
|
13498
13525
|
z.lazy(() => OneHundredAndFortyTwo$inboundSchema),
|
|
13499
13526
|
z.lazy(() => OneHundredAndFortyFour$inboundSchema),
|
|
13500
13527
|
z.lazy(() => OneHundredAndFortySeven$inboundSchema),
|
|
13501
|
-
z.lazy(() => OneHundredAndFiftyFour$inboundSchema),
|
|
13502
13528
|
z.lazy(() => OneHundredAndFiftyFive$inboundSchema),
|
|
13503
13529
|
z.lazy(() => OneHundredAndFiftySix$inboundSchema),
|
|
13530
|
+
z.lazy(() => OneHundredAndFiftySeven$inboundSchema),
|
|
13504
13531
|
z.lazy(() => Four$inboundSchema),
|
|
13505
13532
|
z.lazy(() => Five$inboundSchema),
|
|
13506
13533
|
z.lazy(() => Six$inboundSchema),
|
|
@@ -13545,6 +13572,7 @@ export const Payload$inboundSchema = z.union([
|
|
|
13545
13572
|
z.lazy(() => OneHundredAndFifty$inboundSchema),
|
|
13546
13573
|
z.lazy(() => OneHundredAndFiftyOne$inboundSchema),
|
|
13547
13574
|
z.lazy(() => OneHundredAndFiftyTwo$inboundSchema),
|
|
13575
|
+
z.lazy(() => OneHundredAndFiftyFour$inboundSchema),
|
|
13548
13576
|
z.lazy(() => Three$inboundSchema),
|
|
13549
13577
|
z.lazy(() => Fifteen$inboundSchema),
|
|
13550
13578
|
z.lazy(() => Twenty$inboundSchema),
|
|
@@ -13625,7 +13653,7 @@ export const Payload$outboundSchema = z.union([
|
|
|
13625
13653
|
z.lazy(() => SixtyFour$outboundSchema),
|
|
13626
13654
|
z.lazy(() => SixtySeven$outboundSchema),
|
|
13627
13655
|
z.lazy(() => OneHundredAndThirtyOne$outboundSchema),
|
|
13628
|
-
z.lazy(() =>
|
|
13656
|
+
z.lazy(() => OneHundredAndFiftyEight$outboundSchema),
|
|
13629
13657
|
z.lazy(() => Payload2$outboundSchema),
|
|
13630
13658
|
z.lazy(() => FortyFive$outboundSchema),
|
|
13631
13659
|
z.lazy(() => SixtyEight$outboundSchema),
|
|
@@ -13658,9 +13686,9 @@ export const Payload$outboundSchema = z.union([
|
|
|
13658
13686
|
z.lazy(() => OneHundredAndFortyTwo$outboundSchema),
|
|
13659
13687
|
z.lazy(() => OneHundredAndFortyFour$outboundSchema),
|
|
13660
13688
|
z.lazy(() => OneHundredAndFortySeven$outboundSchema),
|
|
13661
|
-
z.lazy(() => OneHundredAndFiftyFour$outboundSchema),
|
|
13662
13689
|
z.lazy(() => OneHundredAndFiftyFive$outboundSchema),
|
|
13663
13690
|
z.lazy(() => OneHundredAndFiftySix$outboundSchema),
|
|
13691
|
+
z.lazy(() => OneHundredAndFiftySeven$outboundSchema),
|
|
13664
13692
|
z.lazy(() => Four$outboundSchema),
|
|
13665
13693
|
z.lazy(() => Five$outboundSchema),
|
|
13666
13694
|
z.lazy(() => Six$outboundSchema),
|
|
@@ -13705,6 +13733,7 @@ export const Payload$outboundSchema = z.union([
|
|
|
13705
13733
|
z.lazy(() => OneHundredAndFifty$outboundSchema),
|
|
13706
13734
|
z.lazy(() => OneHundredAndFiftyOne$outboundSchema),
|
|
13707
13735
|
z.lazy(() => OneHundredAndFiftyTwo$outboundSchema),
|
|
13736
|
+
z.lazy(() => OneHundredAndFiftyFour$outboundSchema),
|
|
13708
13737
|
z.lazy(() => Three$outboundSchema),
|
|
13709
13738
|
z.lazy(() => Fifteen$outboundSchema),
|
|
13710
13739
|
z.lazy(() => Twenty$outboundSchema),
|
|
@@ -13819,7 +13848,7 @@ export const UserEvent$inboundSchema = z.object({
|
|
|
13819
13848
|
z.lazy(() => SixtyFour$inboundSchema),
|
|
13820
13849
|
z.lazy(() => SixtySeven$inboundSchema),
|
|
13821
13850
|
z.lazy(() => OneHundredAndThirtyOne$inboundSchema),
|
|
13822
|
-
z.lazy(() =>
|
|
13851
|
+
z.lazy(() => OneHundredAndFiftyEight$inboundSchema),
|
|
13823
13852
|
z.lazy(() => Payload2$inboundSchema),
|
|
13824
13853
|
z.lazy(() => FortyFive$inboundSchema),
|
|
13825
13854
|
z.lazy(() => SixtyEight$inboundSchema),
|
|
@@ -13852,9 +13881,9 @@ export const UserEvent$inboundSchema = z.object({
|
|
|
13852
13881
|
z.lazy(() => OneHundredAndFortyTwo$inboundSchema),
|
|
13853
13882
|
z.lazy(() => OneHundredAndFortyFour$inboundSchema),
|
|
13854
13883
|
z.lazy(() => OneHundredAndFortySeven$inboundSchema),
|
|
13855
|
-
z.lazy(() => OneHundredAndFiftyFour$inboundSchema),
|
|
13856
13884
|
z.lazy(() => OneHundredAndFiftyFive$inboundSchema),
|
|
13857
13885
|
z.lazy(() => OneHundredAndFiftySix$inboundSchema),
|
|
13886
|
+
z.lazy(() => OneHundredAndFiftySeven$inboundSchema),
|
|
13858
13887
|
z.lazy(() => Four$inboundSchema),
|
|
13859
13888
|
z.lazy(() => Five$inboundSchema),
|
|
13860
13889
|
z.lazy(() => Six$inboundSchema),
|
|
@@ -13899,6 +13928,7 @@ export const UserEvent$inboundSchema = z.object({
|
|
|
13899
13928
|
z.lazy(() => OneHundredAndFifty$inboundSchema),
|
|
13900
13929
|
z.lazy(() => OneHundredAndFiftyOne$inboundSchema),
|
|
13901
13930
|
z.lazy(() => OneHundredAndFiftyTwo$inboundSchema),
|
|
13931
|
+
z.lazy(() => OneHundredAndFiftyFour$inboundSchema),
|
|
13902
13932
|
z.lazy(() => Three$inboundSchema),
|
|
13903
13933
|
z.lazy(() => Fifteen$inboundSchema),
|
|
13904
13934
|
z.lazy(() => Twenty$inboundSchema),
|
|
@@ -13997,7 +14027,7 @@ export const UserEvent$outboundSchema = z.object({
|
|
|
13997
14027
|
z.lazy(() => SixtyFour$outboundSchema),
|
|
13998
14028
|
z.lazy(() => SixtySeven$outboundSchema),
|
|
13999
14029
|
z.lazy(() => OneHundredAndThirtyOne$outboundSchema),
|
|
14000
|
-
z.lazy(() =>
|
|
14030
|
+
z.lazy(() => OneHundredAndFiftyEight$outboundSchema),
|
|
14001
14031
|
z.lazy(() => Payload2$outboundSchema),
|
|
14002
14032
|
z.lazy(() => FortyFive$outboundSchema),
|
|
14003
14033
|
z.lazy(() => SixtyEight$outboundSchema),
|
|
@@ -14030,9 +14060,9 @@ export const UserEvent$outboundSchema = z.object({
|
|
|
14030
14060
|
z.lazy(() => OneHundredAndFortyTwo$outboundSchema),
|
|
14031
14061
|
z.lazy(() => OneHundredAndFortyFour$outboundSchema),
|
|
14032
14062
|
z.lazy(() => OneHundredAndFortySeven$outboundSchema),
|
|
14033
|
-
z.lazy(() => OneHundredAndFiftyFour$outboundSchema),
|
|
14034
14063
|
z.lazy(() => OneHundredAndFiftyFive$outboundSchema),
|
|
14035
14064
|
z.lazy(() => OneHundredAndFiftySix$outboundSchema),
|
|
14065
|
+
z.lazy(() => OneHundredAndFiftySeven$outboundSchema),
|
|
14036
14066
|
z.lazy(() => Four$outboundSchema),
|
|
14037
14067
|
z.lazy(() => Five$outboundSchema),
|
|
14038
14068
|
z.lazy(() => Six$outboundSchema),
|
|
@@ -14077,6 +14107,7 @@ export const UserEvent$outboundSchema = z.object({
|
|
|
14077
14107
|
z.lazy(() => OneHundredAndFifty$outboundSchema),
|
|
14078
14108
|
z.lazy(() => OneHundredAndFiftyOne$outboundSchema),
|
|
14079
14109
|
z.lazy(() => OneHundredAndFiftyTwo$outboundSchema),
|
|
14110
|
+
z.lazy(() => OneHundredAndFiftyFour$outboundSchema),
|
|
14080
14111
|
z.lazy(() => Three$outboundSchema),
|
|
14081
14112
|
z.lazy(() => Fifteen$outboundSchema),
|
|
14082
14113
|
z.lazy(() => Twenty$outboundSchema),
|