@vercel/sdk 1.11.0 → 1.11.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 +1341 -1092
- package/bin/mcp-server.js.map +30 -30
- package/esm/__tests__/accessgroups.test.js +1 -3
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/checks.test.js +1 -0
- package/esm/__tests__/checks.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +3 -1
- 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__/rollingrelease.test.js +6 -2
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +4 -4
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/__tests__/teams.test.js +2 -2
- package/esm/__tests__/teams.test.js.map +1 -1
- package/esm/funcs/deploymentsUploadFile.js +0 -1
- package/esm/funcs/deploymentsUploadFile.js.map +1 -1
- package/esm/funcs/domainsGetDomainTransfer.js +2 -2
- package/esm/funcs/domainsGetDomainTransfer.js.map +1 -1
- package/esm/funcs/marketplaceUpdateResourceSecrets.js +2 -2
- package/esm/funcs/marketplaceUpdateResourceSecrets.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 +9 -6
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +3 -2
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +47 -41
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +17 -15
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createedgeconfigop.d.ts +2 -0
- package/esm/models/createedgeconfigop.d.ts.map +1 -1
- package/esm/models/createedgeconfigop.js +2 -0
- package/esm/models/createedgeconfigop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +282 -243
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +320 -295
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +6 -0
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +2 -0
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/getallchecksop.d.ts +2 -0
- package/esm/models/getallchecksop.d.ts.map +1 -1
- package/esm/models/getallchecksop.js +2 -0
- package/esm/models/getallchecksop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +421 -331
- package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
- package/esm/models/getconfigurationproductsop.js +482 -410
- package/esm/models/getconfigurationproductsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +9 -6
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +3 -2
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +3 -0
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +1 -0
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getdomaintransferop.d.ts +99 -25
- package/esm/models/getdomaintransferop.d.ts.map +1 -1
- package/esm/models/getdomaintransferop.js +101 -25
- package/esm/models/getdomaintransferop.js.map +1 -1
- package/esm/models/getedgeconfigop.d.ts +2 -0
- package/esm/models/getedgeconfigop.d.ts.map +1 -1
- package/esm/models/getedgeconfigop.js +2 -0
- package/esm/models/getedgeconfigop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +3 -0
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +1 -0
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getteammembersop.d.ts +36 -30
- package/esm/models/getteammembersop.d.ts.map +1 -1
- package/esm/models/getteammembersop.js +12 -10
- package/esm/models/getteammembersop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +3 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +1 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/importresourceop.d.ts +36 -0
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +25 -0
- package/esm/models/importresourceop.js.map +1 -1
- package/esm/models/patchteamop.d.ts +12 -0
- package/esm/models/patchteamop.d.ts.map +1 -1
- package/esm/models/patchteamop.js +4 -0
- package/esm/models/patchteamop.js.map +1 -1
- package/esm/models/team.d.ts +150 -26
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +110 -30
- package/esm/models/team.js.map +1 -1
- package/esm/models/updateedgeconfigop.d.ts +2 -0
- package/esm/models/updateedgeconfigop.d.ts.map +1 -1
- package/esm/models/updateedgeconfigop.js +2 -0
- package/esm/models/updateedgeconfigop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +3 -0
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +1 -0
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +6 -0
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +2 -0
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/uploadfileop.d.ts +0 -5
- package/esm/models/uploadfileop.d.ts.map +1 -1
- package/esm/models/uploadfileop.js +0 -4
- package/esm/models/uploadfileop.js.map +1 -1
- package/esm/models/userevent.d.ts +963 -773
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +1102 -974
- package/esm/models/userevent.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/accessgroups.test.ts +1 -3
- package/src/__tests__/checks.test.ts +1 -0
- package/src/__tests__/domains.test.ts +3 -1
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/rollingrelease.test.ts +6 -2
- package/src/__tests__/security.test.ts +4 -4
- package/src/__tests__/teams.test.ts +2 -2
- package/src/funcs/deploymentsUploadFile.ts +0 -5
- package/src/funcs/domainsGetDomainTransfer.ts +2 -2
- package/src/funcs/marketplaceUpdateResourceSecrets.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 +5 -4
- package/src/models/createdeploymentop.ts +21 -19
- package/src/models/createedgeconfigop.ts +4 -0
- package/src/models/createintegrationstoredirectop.ts +546 -506
- package/src/models/createprojectop.ts +2 -0
- package/src/models/getallchecksop.ts +4 -0
- package/src/models/getconfigurationproductsop.ts +847 -706
- package/src/models/getdeploymentop.ts +5 -4
- package/src/models/getdeploymentsop.ts +1 -0
- package/src/models/getdomaintransferop.ts +203 -39
- package/src/models/getedgeconfigop.ts +4 -0
- package/src/models/getprojectsop.ts +1 -0
- package/src/models/getteammembersop.ts +12 -10
- package/src/models/getwebhooksop.ts +1 -0
- package/src/models/importresourceop.ts +34 -0
- package/src/models/patchteamop.ts +4 -0
- package/src/models/team.ts +177 -42
- package/src/models/updateedgeconfigop.ts +4 -0
- package/src/models/updateprojectdatacacheop.ts +1 -0
- package/src/models/updateprojectop.ts +2 -0
- package/src/models/uploadfileop.ts +0 -9
- package/src/models/userevent.ts +2222 -1920
- package/vercel-spec.json +517 -260
package/esm/models/userevent.js
CHANGED
|
@@ -66,16 +66,16 @@ export const Tier = {
|
|
|
66
66
|
Pro: "pro",
|
|
67
67
|
Plus: "plus",
|
|
68
68
|
};
|
|
69
|
-
export const
|
|
69
|
+
export const UserEventPayload145Action = {
|
|
70
70
|
Enable: "enable",
|
|
71
71
|
Disable: "disable",
|
|
72
72
|
};
|
|
73
|
-
export const
|
|
73
|
+
export const UserEventPayload139Role = {
|
|
74
74
|
Admin: "ADMIN",
|
|
75
75
|
ProjectDeveloper: "PROJECT_DEVELOPER",
|
|
76
76
|
ProjectViewer: "PROJECT_VIEWER",
|
|
77
77
|
};
|
|
78
|
-
export const
|
|
78
|
+
export const UserEventPayload138Role = {
|
|
79
79
|
Admin: "ADMIN",
|
|
80
80
|
ProjectDeveloper: "PROJECT_DEVELOPER",
|
|
81
81
|
ProjectViewer: "PROJECT_VIEWER",
|
|
@@ -134,6 +134,20 @@ export const PricingPlan = {
|
|
|
134
134
|
Legacy: "legacy",
|
|
135
135
|
Unbundled: "unbundled",
|
|
136
136
|
};
|
|
137
|
+
/**
|
|
138
|
+
* The budget type
|
|
139
|
+
*/
|
|
140
|
+
export const UserEventPayload102Type = {
|
|
141
|
+
Fixed: "fixed",
|
|
142
|
+
};
|
|
143
|
+
/**
|
|
144
|
+
* The acive pricing plan the team is billed with
|
|
145
|
+
*/
|
|
146
|
+
export const UserEventPayloadPricingPlan = {
|
|
147
|
+
Plus: "plus",
|
|
148
|
+
Legacy: "legacy",
|
|
149
|
+
Unbundled: "unbundled",
|
|
150
|
+
};
|
|
137
151
|
export const EnvId2 = {
|
|
138
152
|
Preview: "preview",
|
|
139
153
|
Production: "production",
|
|
@@ -1026,7 +1040,7 @@ export var AuthMethod$;
|
|
|
1026
1040
|
AuthMethod$.outboundSchema = AuthMethod$outboundSchema;
|
|
1027
1041
|
})(AuthMethod$ || (AuthMethod$ = {}));
|
|
1028
1042
|
/** @internal */
|
|
1029
|
-
export const
|
|
1043
|
+
export const OneHundredAndSixtyTwo$inboundSchema = z.object({
|
|
1030
1044
|
grantType: GrantType$inboundSchema,
|
|
1031
1045
|
appName: z.string(),
|
|
1032
1046
|
atTTL: z.number(),
|
|
@@ -1035,7 +1049,7 @@ export const OneHundredAndSixtyOne$inboundSchema = z.object({
|
|
|
1035
1049
|
authMethod: AuthMethod$inboundSchema,
|
|
1036
1050
|
});
|
|
1037
1051
|
/** @internal */
|
|
1038
|
-
export const
|
|
1052
|
+
export const OneHundredAndSixtyTwo$outboundSchema = z.object({
|
|
1039
1053
|
grantType: GrantType$outboundSchema,
|
|
1040
1054
|
appName: z.string(),
|
|
1041
1055
|
atTTL: z.number(),
|
|
@@ -1043,6 +1057,118 @@ export const OneHundredAndSixtyOne$outboundSchema = z.object({
|
|
|
1043
1057
|
scope: z.string(),
|
|
1044
1058
|
authMethod: AuthMethod$outboundSchema,
|
|
1045
1059
|
});
|
|
1060
|
+
/**
|
|
1061
|
+
* @internal
|
|
1062
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1063
|
+
*/
|
|
1064
|
+
export var OneHundredAndSixtyTwo$;
|
|
1065
|
+
(function (OneHundredAndSixtyTwo$) {
|
|
1066
|
+
/** @deprecated use `OneHundredAndSixtyTwo$inboundSchema` instead. */
|
|
1067
|
+
OneHundredAndSixtyTwo$.inboundSchema = OneHundredAndSixtyTwo$inboundSchema;
|
|
1068
|
+
/** @deprecated use `OneHundredAndSixtyTwo$outboundSchema` instead. */
|
|
1069
|
+
OneHundredAndSixtyTwo$.outboundSchema = OneHundredAndSixtyTwo$outboundSchema;
|
|
1070
|
+
})(OneHundredAndSixtyTwo$ || (OneHundredAndSixtyTwo$ = {}));
|
|
1071
|
+
export function oneHundredAndSixtyTwoToJSON(oneHundredAndSixtyTwo) {
|
|
1072
|
+
return JSON.stringify(OneHundredAndSixtyTwo$outboundSchema.parse(oneHundredAndSixtyTwo));
|
|
1073
|
+
}
|
|
1074
|
+
export function oneHundredAndSixtyTwoFromJSON(jsonString) {
|
|
1075
|
+
return safeParse(jsonString, (x) => OneHundredAndSixtyTwo$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSixtyTwo' from JSON`);
|
|
1076
|
+
}
|
|
1077
|
+
/** @internal */
|
|
1078
|
+
export const UserEventPayload161Team$inboundSchema = z.object({
|
|
1079
|
+
id: z.string(),
|
|
1080
|
+
name: z.string(),
|
|
1081
|
+
});
|
|
1082
|
+
/** @internal */
|
|
1083
|
+
export const UserEventPayload161Team$outboundSchema = z.object({
|
|
1084
|
+
id: z.string(),
|
|
1085
|
+
name: z.string(),
|
|
1086
|
+
});
|
|
1087
|
+
/**
|
|
1088
|
+
* @internal
|
|
1089
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1090
|
+
*/
|
|
1091
|
+
export var UserEventPayload161Team$;
|
|
1092
|
+
(function (UserEventPayload161Team$) {
|
|
1093
|
+
/** @deprecated use `UserEventPayload161Team$inboundSchema` instead. */
|
|
1094
|
+
UserEventPayload161Team$.inboundSchema = UserEventPayload161Team$inboundSchema;
|
|
1095
|
+
/** @deprecated use `UserEventPayload161Team$outboundSchema` instead. */
|
|
1096
|
+
UserEventPayload161Team$.outboundSchema = UserEventPayload161Team$outboundSchema;
|
|
1097
|
+
})(UserEventPayload161Team$ || (UserEventPayload161Team$ = {}));
|
|
1098
|
+
export function userEventPayload161TeamToJSON(userEventPayload161Team) {
|
|
1099
|
+
return JSON.stringify(UserEventPayload161Team$outboundSchema.parse(userEventPayload161Team));
|
|
1100
|
+
}
|
|
1101
|
+
export function userEventPayload161TeamFromJSON(jsonString) {
|
|
1102
|
+
return safeParse(jsonString, (x) => UserEventPayload161Team$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload161Team' from JSON`);
|
|
1103
|
+
}
|
|
1104
|
+
/** @internal */
|
|
1105
|
+
export const UserEventPayload161Configuration$inboundSchema = z.object({
|
|
1106
|
+
id: z.string(),
|
|
1107
|
+
name: z.string().optional(),
|
|
1108
|
+
});
|
|
1109
|
+
/** @internal */
|
|
1110
|
+
export const UserEventPayload161Configuration$outboundSchema = z.object({
|
|
1111
|
+
id: z.string(),
|
|
1112
|
+
name: z.string().optional(),
|
|
1113
|
+
});
|
|
1114
|
+
/**
|
|
1115
|
+
* @internal
|
|
1116
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1117
|
+
*/
|
|
1118
|
+
export var UserEventPayload161Configuration$;
|
|
1119
|
+
(function (UserEventPayload161Configuration$) {
|
|
1120
|
+
/** @deprecated use `UserEventPayload161Configuration$inboundSchema` instead. */
|
|
1121
|
+
UserEventPayload161Configuration$.inboundSchema = UserEventPayload161Configuration$inboundSchema;
|
|
1122
|
+
/** @deprecated use `UserEventPayload161Configuration$outboundSchema` instead. */
|
|
1123
|
+
UserEventPayload161Configuration$.outboundSchema = UserEventPayload161Configuration$outboundSchema;
|
|
1124
|
+
})(UserEventPayload161Configuration$ || (UserEventPayload161Configuration$ = {}));
|
|
1125
|
+
export function userEventPayload161ConfigurationToJSON(userEventPayload161Configuration) {
|
|
1126
|
+
return JSON.stringify(UserEventPayload161Configuration$outboundSchema.parse(userEventPayload161Configuration));
|
|
1127
|
+
}
|
|
1128
|
+
export function userEventPayload161ConfigurationFromJSON(jsonString) {
|
|
1129
|
+
return safeParse(jsonString, (x) => UserEventPayload161Configuration$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload161Configuration' from JSON`);
|
|
1130
|
+
}
|
|
1131
|
+
/** @internal */
|
|
1132
|
+
export const UserEventPayloadPeering$inboundSchema = z.object({
|
|
1133
|
+
id: z.string(),
|
|
1134
|
+
name: z.string().optional(),
|
|
1135
|
+
});
|
|
1136
|
+
/** @internal */
|
|
1137
|
+
export const UserEventPayloadPeering$outboundSchema = z.object({
|
|
1138
|
+
id: z.string(),
|
|
1139
|
+
name: z.string().optional(),
|
|
1140
|
+
});
|
|
1141
|
+
/**
|
|
1142
|
+
* @internal
|
|
1143
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1144
|
+
*/
|
|
1145
|
+
export var UserEventPayloadPeering$;
|
|
1146
|
+
(function (UserEventPayloadPeering$) {
|
|
1147
|
+
/** @deprecated use `UserEventPayloadPeering$inboundSchema` instead. */
|
|
1148
|
+
UserEventPayloadPeering$.inboundSchema = UserEventPayloadPeering$inboundSchema;
|
|
1149
|
+
/** @deprecated use `UserEventPayloadPeering$outboundSchema` instead. */
|
|
1150
|
+
UserEventPayloadPeering$.outboundSchema = UserEventPayloadPeering$outboundSchema;
|
|
1151
|
+
})(UserEventPayloadPeering$ || (UserEventPayloadPeering$ = {}));
|
|
1152
|
+
export function userEventPayloadPeeringToJSON(userEventPayloadPeering) {
|
|
1153
|
+
return JSON.stringify(UserEventPayloadPeering$outboundSchema.parse(userEventPayloadPeering));
|
|
1154
|
+
}
|
|
1155
|
+
export function userEventPayloadPeeringFromJSON(jsonString) {
|
|
1156
|
+
return safeParse(jsonString, (x) => UserEventPayloadPeering$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayloadPeering' from JSON`);
|
|
1157
|
+
}
|
|
1158
|
+
/** @internal */
|
|
1159
|
+
export const OneHundredAndSixtyOne$inboundSchema = z.object({
|
|
1160
|
+
team: z.lazy(() => UserEventPayload161Team$inboundSchema),
|
|
1161
|
+
configuration: z.lazy(() => UserEventPayload161Configuration$inboundSchema),
|
|
1162
|
+
peering: z.lazy(() => UserEventPayloadPeering$inboundSchema),
|
|
1163
|
+
newName: z.string().optional(),
|
|
1164
|
+
});
|
|
1165
|
+
/** @internal */
|
|
1166
|
+
export const OneHundredAndSixtyOne$outboundSchema = z.object({
|
|
1167
|
+
team: z.lazy(() => UserEventPayload161Team$outboundSchema),
|
|
1168
|
+
configuration: z.lazy(() => UserEventPayload161Configuration$outboundSchema),
|
|
1169
|
+
peering: z.lazy(() => UserEventPayloadPeering$outboundSchema),
|
|
1170
|
+
newName: z.string().optional(),
|
|
1171
|
+
});
|
|
1046
1172
|
/**
|
|
1047
1173
|
* @internal
|
|
1048
1174
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
@@ -1115,12 +1241,12 @@ export function userEventPayload160ConfigurationFromJSON(jsonString) {
|
|
|
1115
1241
|
return safeParse(jsonString, (x) => UserEventPayload160Configuration$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload160Configuration' from JSON`);
|
|
1116
1242
|
}
|
|
1117
1243
|
/** @internal */
|
|
1118
|
-
export const
|
|
1244
|
+
export const PayloadPeering$inboundSchema = z.object({
|
|
1119
1245
|
id: z.string(),
|
|
1120
1246
|
name: z.string().optional(),
|
|
1121
1247
|
});
|
|
1122
1248
|
/** @internal */
|
|
1123
|
-
export const
|
|
1249
|
+
export const PayloadPeering$outboundSchema = z.object({
|
|
1124
1250
|
id: z.string(),
|
|
1125
1251
|
name: z.string().optional(),
|
|
1126
1252
|
});
|
|
@@ -1128,32 +1254,30 @@ export const UserEventPayloadPeering$outboundSchema = z.object({
|
|
|
1128
1254
|
* @internal
|
|
1129
1255
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1130
1256
|
*/
|
|
1131
|
-
export var
|
|
1132
|
-
(function (
|
|
1133
|
-
/** @deprecated use `
|
|
1134
|
-
|
|
1135
|
-
/** @deprecated use `
|
|
1136
|
-
|
|
1137
|
-
})(
|
|
1138
|
-
export function
|
|
1139
|
-
return JSON.stringify(
|
|
1257
|
+
export var PayloadPeering$;
|
|
1258
|
+
(function (PayloadPeering$) {
|
|
1259
|
+
/** @deprecated use `PayloadPeering$inboundSchema` instead. */
|
|
1260
|
+
PayloadPeering$.inboundSchema = PayloadPeering$inboundSchema;
|
|
1261
|
+
/** @deprecated use `PayloadPeering$outboundSchema` instead. */
|
|
1262
|
+
PayloadPeering$.outboundSchema = PayloadPeering$outboundSchema;
|
|
1263
|
+
})(PayloadPeering$ || (PayloadPeering$ = {}));
|
|
1264
|
+
export function payloadPeeringToJSON(payloadPeering) {
|
|
1265
|
+
return JSON.stringify(PayloadPeering$outboundSchema.parse(payloadPeering));
|
|
1140
1266
|
}
|
|
1141
|
-
export function
|
|
1142
|
-
return safeParse(jsonString, (x) =>
|
|
1267
|
+
export function payloadPeeringFromJSON(jsonString) {
|
|
1268
|
+
return safeParse(jsonString, (x) => PayloadPeering$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadPeering' from JSON`);
|
|
1143
1269
|
}
|
|
1144
1270
|
/** @internal */
|
|
1145
1271
|
export const OneHundredAndSixty$inboundSchema = z.object({
|
|
1146
1272
|
team: z.lazy(() => UserEventPayload160Team$inboundSchema),
|
|
1147
1273
|
configuration: z.lazy(() => UserEventPayload160Configuration$inboundSchema),
|
|
1148
|
-
peering: z.lazy(() =>
|
|
1149
|
-
newName: z.string().optional(),
|
|
1274
|
+
peering: z.lazy(() => PayloadPeering$inboundSchema),
|
|
1150
1275
|
});
|
|
1151
1276
|
/** @internal */
|
|
1152
1277
|
export const OneHundredAndSixty$outboundSchema = z.object({
|
|
1153
1278
|
team: z.lazy(() => UserEventPayload160Team$outboundSchema),
|
|
1154
1279
|
configuration: z.lazy(() => UserEventPayload160Configuration$outboundSchema),
|
|
1155
|
-
peering: z.lazy(() =>
|
|
1156
|
-
newName: z.string().optional(),
|
|
1280
|
+
peering: z.lazy(() => PayloadPeering$outboundSchema),
|
|
1157
1281
|
});
|
|
1158
1282
|
/**
|
|
1159
1283
|
* @internal
|
|
@@ -1227,43 +1351,47 @@ export function userEventPayload159ConfigurationFromJSON(jsonString) {
|
|
|
1227
1351
|
return safeParse(jsonString, (x) => UserEventPayload159Configuration$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload159Configuration' from JSON`);
|
|
1228
1352
|
}
|
|
1229
1353
|
/** @internal */
|
|
1230
|
-
export const
|
|
1354
|
+
export const Peering$inboundSchema = z.object({
|
|
1231
1355
|
id: z.string(),
|
|
1232
|
-
|
|
1356
|
+
accountId: z.string(),
|
|
1357
|
+
region: z.string(),
|
|
1358
|
+
vpcId: z.string(),
|
|
1233
1359
|
});
|
|
1234
1360
|
/** @internal */
|
|
1235
|
-
export const
|
|
1361
|
+
export const Peering$outboundSchema = z.object({
|
|
1236
1362
|
id: z.string(),
|
|
1237
|
-
|
|
1363
|
+
accountId: z.string(),
|
|
1364
|
+
region: z.string(),
|
|
1365
|
+
vpcId: z.string(),
|
|
1238
1366
|
});
|
|
1239
1367
|
/**
|
|
1240
1368
|
* @internal
|
|
1241
1369
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1242
1370
|
*/
|
|
1243
|
-
export var
|
|
1244
|
-
(function (
|
|
1245
|
-
/** @deprecated use `
|
|
1246
|
-
|
|
1247
|
-
/** @deprecated use `
|
|
1248
|
-
|
|
1249
|
-
})(
|
|
1250
|
-
export function
|
|
1251
|
-
return JSON.stringify(
|
|
1371
|
+
export var Peering$;
|
|
1372
|
+
(function (Peering$) {
|
|
1373
|
+
/** @deprecated use `Peering$inboundSchema` instead. */
|
|
1374
|
+
Peering$.inboundSchema = Peering$inboundSchema;
|
|
1375
|
+
/** @deprecated use `Peering$outboundSchema` instead. */
|
|
1376
|
+
Peering$.outboundSchema = Peering$outboundSchema;
|
|
1377
|
+
})(Peering$ || (Peering$ = {}));
|
|
1378
|
+
export function peeringToJSON(peering) {
|
|
1379
|
+
return JSON.stringify(Peering$outboundSchema.parse(peering));
|
|
1252
1380
|
}
|
|
1253
|
-
export function
|
|
1254
|
-
return safeParse(jsonString, (x) =>
|
|
1381
|
+
export function peeringFromJSON(jsonString) {
|
|
1382
|
+
return safeParse(jsonString, (x) => Peering$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Peering' from JSON`);
|
|
1255
1383
|
}
|
|
1256
1384
|
/** @internal */
|
|
1257
1385
|
export const OneHundredAndFiftyNine$inboundSchema = z.object({
|
|
1258
1386
|
team: z.lazy(() => UserEventPayload159Team$inboundSchema),
|
|
1259
1387
|
configuration: z.lazy(() => UserEventPayload159Configuration$inboundSchema),
|
|
1260
|
-
peering: z.lazy(() =>
|
|
1388
|
+
peering: z.lazy(() => Peering$inboundSchema),
|
|
1261
1389
|
});
|
|
1262
1390
|
/** @internal */
|
|
1263
1391
|
export const OneHundredAndFiftyNine$outboundSchema = z.object({
|
|
1264
1392
|
team: z.lazy(() => UserEventPayload159Team$outboundSchema),
|
|
1265
1393
|
configuration: z.lazy(() => UserEventPayload159Configuration$outboundSchema),
|
|
1266
|
-
peering: z.lazy(() =>
|
|
1394
|
+
peering: z.lazy(() => Peering$outboundSchema),
|
|
1267
1395
|
});
|
|
1268
1396
|
/**
|
|
1269
1397
|
* @internal
|
|
@@ -1283,101 +1411,16 @@ export function oneHundredAndFiftyNineFromJSON(jsonString) {
|
|
|
1283
1411
|
return safeParse(jsonString, (x) => OneHundredAndFiftyNine$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFiftyNine' from JSON`);
|
|
1284
1412
|
}
|
|
1285
1413
|
/** @internal */
|
|
1286
|
-
export const UserEventPayload158Team$inboundSchema = z.object({
|
|
1287
|
-
id: z.string(),
|
|
1288
|
-
name: z.string(),
|
|
1289
|
-
});
|
|
1290
|
-
/** @internal */
|
|
1291
|
-
export const UserEventPayload158Team$outboundSchema = z.object({
|
|
1292
|
-
id: z.string(),
|
|
1293
|
-
name: z.string(),
|
|
1294
|
-
});
|
|
1295
|
-
/**
|
|
1296
|
-
* @internal
|
|
1297
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1298
|
-
*/
|
|
1299
|
-
export var UserEventPayload158Team$;
|
|
1300
|
-
(function (UserEventPayload158Team$) {
|
|
1301
|
-
/** @deprecated use `UserEventPayload158Team$inboundSchema` instead. */
|
|
1302
|
-
UserEventPayload158Team$.inboundSchema = UserEventPayload158Team$inboundSchema;
|
|
1303
|
-
/** @deprecated use `UserEventPayload158Team$outboundSchema` instead. */
|
|
1304
|
-
UserEventPayload158Team$.outboundSchema = UserEventPayload158Team$outboundSchema;
|
|
1305
|
-
})(UserEventPayload158Team$ || (UserEventPayload158Team$ = {}));
|
|
1306
|
-
export function userEventPayload158TeamToJSON(userEventPayload158Team) {
|
|
1307
|
-
return JSON.stringify(UserEventPayload158Team$outboundSchema.parse(userEventPayload158Team));
|
|
1308
|
-
}
|
|
1309
|
-
export function userEventPayload158TeamFromJSON(jsonString) {
|
|
1310
|
-
return safeParse(jsonString, (x) => UserEventPayload158Team$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload158Team' from JSON`);
|
|
1311
|
-
}
|
|
1312
|
-
/** @internal */
|
|
1313
|
-
export const UserEventPayload158Configuration$inboundSchema = z.object({
|
|
1314
|
-
id: z.string(),
|
|
1315
|
-
name: z.string().optional(),
|
|
1316
|
-
});
|
|
1317
|
-
/** @internal */
|
|
1318
|
-
export const UserEventPayload158Configuration$outboundSchema = z.object({
|
|
1319
|
-
id: z.string(),
|
|
1320
|
-
name: z.string().optional(),
|
|
1321
|
-
});
|
|
1322
|
-
/**
|
|
1323
|
-
* @internal
|
|
1324
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1325
|
-
*/
|
|
1326
|
-
export var UserEventPayload158Configuration$;
|
|
1327
|
-
(function (UserEventPayload158Configuration$) {
|
|
1328
|
-
/** @deprecated use `UserEventPayload158Configuration$inboundSchema` instead. */
|
|
1329
|
-
UserEventPayload158Configuration$.inboundSchema = UserEventPayload158Configuration$inboundSchema;
|
|
1330
|
-
/** @deprecated use `UserEventPayload158Configuration$outboundSchema` instead. */
|
|
1331
|
-
UserEventPayload158Configuration$.outboundSchema = UserEventPayload158Configuration$outboundSchema;
|
|
1332
|
-
})(UserEventPayload158Configuration$ || (UserEventPayload158Configuration$ = {}));
|
|
1333
|
-
export function userEventPayload158ConfigurationToJSON(userEventPayload158Configuration) {
|
|
1334
|
-
return JSON.stringify(UserEventPayload158Configuration$outboundSchema.parse(userEventPayload158Configuration));
|
|
1335
|
-
}
|
|
1336
|
-
export function userEventPayload158ConfigurationFromJSON(jsonString) {
|
|
1337
|
-
return safeParse(jsonString, (x) => UserEventPayload158Configuration$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload158Configuration' from JSON`);
|
|
1338
|
-
}
|
|
1339
|
-
/** @internal */
|
|
1340
|
-
export const Peering$inboundSchema = z.object({
|
|
1341
|
-
id: z.string(),
|
|
1342
|
-
accountId: z.string(),
|
|
1343
|
-
region: z.string(),
|
|
1344
|
-
vpcId: z.string(),
|
|
1345
|
-
});
|
|
1346
|
-
/** @internal */
|
|
1347
|
-
export const Peering$outboundSchema = z.object({
|
|
1348
|
-
id: z.string(),
|
|
1349
|
-
accountId: z.string(),
|
|
1350
|
-
region: z.string(),
|
|
1351
|
-
vpcId: z.string(),
|
|
1352
|
-
});
|
|
1353
|
-
/**
|
|
1354
|
-
* @internal
|
|
1355
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1356
|
-
*/
|
|
1357
|
-
export var Peering$;
|
|
1358
|
-
(function (Peering$) {
|
|
1359
|
-
/** @deprecated use `Peering$inboundSchema` instead. */
|
|
1360
|
-
Peering$.inboundSchema = Peering$inboundSchema;
|
|
1361
|
-
/** @deprecated use `Peering$outboundSchema` instead. */
|
|
1362
|
-
Peering$.outboundSchema = Peering$outboundSchema;
|
|
1363
|
-
})(Peering$ || (Peering$ = {}));
|
|
1364
|
-
export function peeringToJSON(peering) {
|
|
1365
|
-
return JSON.stringify(Peering$outboundSchema.parse(peering));
|
|
1366
|
-
}
|
|
1367
|
-
export function peeringFromJSON(jsonString) {
|
|
1368
|
-
return safeParse(jsonString, (x) => Peering$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Peering' from JSON`);
|
|
1369
|
-
}
|
|
1370
|
-
/** @internal */
|
|
1371
1414
|
export const OneHundredAndFiftyEight$inboundSchema = z.object({
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1415
|
+
appName: z.string(),
|
|
1416
|
+
appId: z.string().optional(),
|
|
1417
|
+
installationId: z.string().optional(),
|
|
1375
1418
|
});
|
|
1376
1419
|
/** @internal */
|
|
1377
1420
|
export const OneHundredAndFiftyEight$outboundSchema = z.object({
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1421
|
+
appName: z.string(),
|
|
1422
|
+
appId: z.string().optional(),
|
|
1423
|
+
installationId: z.string().optional(),
|
|
1381
1424
|
});
|
|
1382
1425
|
/**
|
|
1383
1426
|
* @internal
|
|
@@ -1400,13 +1443,11 @@ export function oneHundredAndFiftyEightFromJSON(jsonString) {
|
|
|
1400
1443
|
export const OneHundredAndFiftySeven$inboundSchema = z.object({
|
|
1401
1444
|
appName: z.string(),
|
|
1402
1445
|
appId: z.string().optional(),
|
|
1403
|
-
installationId: z.string().optional(),
|
|
1404
1446
|
});
|
|
1405
1447
|
/** @internal */
|
|
1406
1448
|
export const OneHundredAndFiftySeven$outboundSchema = z.object({
|
|
1407
1449
|
appName: z.string(),
|
|
1408
1450
|
appId: z.string().optional(),
|
|
1409
|
-
installationId: z.string().optional(),
|
|
1410
1451
|
});
|
|
1411
1452
|
/**
|
|
1412
1453
|
* @internal
|
|
@@ -1428,12 +1469,12 @@ export function oneHundredAndFiftySevenFromJSON(jsonString) {
|
|
|
1428
1469
|
/** @internal */
|
|
1429
1470
|
export const OneHundredAndFiftySix$inboundSchema = z.object({
|
|
1430
1471
|
appName: z.string(),
|
|
1431
|
-
appId: z.string()
|
|
1472
|
+
appId: z.string(),
|
|
1432
1473
|
});
|
|
1433
1474
|
/** @internal */
|
|
1434
1475
|
export const OneHundredAndFiftySix$outboundSchema = z.object({
|
|
1435
1476
|
appName: z.string(),
|
|
1436
|
-
appId: z.string()
|
|
1477
|
+
appId: z.string(),
|
|
1437
1478
|
});
|
|
1438
1479
|
/**
|
|
1439
1480
|
* @internal
|
|
@@ -1455,12 +1496,10 @@ export function oneHundredAndFiftySixFromJSON(jsonString) {
|
|
|
1455
1496
|
/** @internal */
|
|
1456
1497
|
export const OneHundredAndFiftyFive$inboundSchema = z.object({
|
|
1457
1498
|
appName: z.string(),
|
|
1458
|
-
appId: z.string(),
|
|
1459
1499
|
});
|
|
1460
1500
|
/** @internal */
|
|
1461
1501
|
export const OneHundredAndFiftyFive$outboundSchema = z.object({
|
|
1462
1502
|
appName: z.string(),
|
|
1463
|
-
appId: z.string(),
|
|
1464
1503
|
});
|
|
1465
1504
|
/**
|
|
1466
1505
|
* @internal
|
|
@@ -1482,10 +1521,12 @@ export function oneHundredAndFiftyFiveFromJSON(jsonString) {
|
|
|
1482
1521
|
/** @internal */
|
|
1483
1522
|
export const OneHundredAndFiftyFour$inboundSchema = z.object({
|
|
1484
1523
|
appName: z.string(),
|
|
1524
|
+
nextScopes: z.array(z.string()),
|
|
1485
1525
|
});
|
|
1486
1526
|
/** @internal */
|
|
1487
1527
|
export const OneHundredAndFiftyFour$outboundSchema = z.object({
|
|
1488
1528
|
appName: z.string(),
|
|
1529
|
+
nextScopes: z.array(z.string()),
|
|
1489
1530
|
});
|
|
1490
1531
|
/**
|
|
1491
1532
|
* @internal
|
|
@@ -1507,12 +1548,12 @@ export function oneHundredAndFiftyFourFromJSON(jsonString) {
|
|
|
1507
1548
|
/** @internal */
|
|
1508
1549
|
export const OneHundredAndFiftyThree$inboundSchema = z.object({
|
|
1509
1550
|
appName: z.string(),
|
|
1510
|
-
|
|
1551
|
+
scopes: z.array(z.string()),
|
|
1511
1552
|
});
|
|
1512
1553
|
/** @internal */
|
|
1513
1554
|
export const OneHundredAndFiftyThree$outboundSchema = z.object({
|
|
1514
1555
|
appName: z.string(),
|
|
1515
|
-
|
|
1556
|
+
scopes: z.array(z.string()),
|
|
1516
1557
|
});
|
|
1517
1558
|
/**
|
|
1518
1559
|
* @internal
|
|
@@ -1533,13 +1574,13 @@ export function oneHundredAndFiftyThreeFromJSON(jsonString) {
|
|
|
1533
1574
|
}
|
|
1534
1575
|
/** @internal */
|
|
1535
1576
|
export const OneHundredAndFiftyTwo$inboundSchema = z.object({
|
|
1536
|
-
|
|
1537
|
-
|
|
1577
|
+
oldName: z.string(),
|
|
1578
|
+
newName: z.string(),
|
|
1538
1579
|
});
|
|
1539
1580
|
/** @internal */
|
|
1540
1581
|
export const OneHundredAndFiftyTwo$outboundSchema = z.object({
|
|
1541
|
-
|
|
1542
|
-
|
|
1582
|
+
oldName: z.string(),
|
|
1583
|
+
newName: z.string(),
|
|
1543
1584
|
});
|
|
1544
1585
|
/**
|
|
1545
1586
|
* @internal
|
|
@@ -1559,36 +1600,9 @@ export function oneHundredAndFiftyTwoFromJSON(jsonString) {
|
|
|
1559
1600
|
return safeParse(jsonString, (x) => OneHundredAndFiftyTwo$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFiftyTwo' from JSON`);
|
|
1560
1601
|
}
|
|
1561
1602
|
/** @internal */
|
|
1562
|
-
export const
|
|
1563
|
-
oldName: z.string(),
|
|
1564
|
-
newName: z.string(),
|
|
1565
|
-
});
|
|
1603
|
+
export const Tier$inboundSchema = z.nativeEnum(Tier);
|
|
1566
1604
|
/** @internal */
|
|
1567
|
-
export const
|
|
1568
|
-
oldName: z.string(),
|
|
1569
|
-
newName: z.string(),
|
|
1570
|
-
});
|
|
1571
|
-
/**
|
|
1572
|
-
* @internal
|
|
1573
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1574
|
-
*/
|
|
1575
|
-
export var OneHundredAndFiftyOne$;
|
|
1576
|
-
(function (OneHundredAndFiftyOne$) {
|
|
1577
|
-
/** @deprecated use `OneHundredAndFiftyOne$inboundSchema` instead. */
|
|
1578
|
-
OneHundredAndFiftyOne$.inboundSchema = OneHundredAndFiftyOne$inboundSchema;
|
|
1579
|
-
/** @deprecated use `OneHundredAndFiftyOne$outboundSchema` instead. */
|
|
1580
|
-
OneHundredAndFiftyOne$.outboundSchema = OneHundredAndFiftyOne$outboundSchema;
|
|
1581
|
-
})(OneHundredAndFiftyOne$ || (OneHundredAndFiftyOne$ = {}));
|
|
1582
|
-
export function oneHundredAndFiftyOneToJSON(oneHundredAndFiftyOne) {
|
|
1583
|
-
return JSON.stringify(OneHundredAndFiftyOne$outboundSchema.parse(oneHundredAndFiftyOne));
|
|
1584
|
-
}
|
|
1585
|
-
export function oneHundredAndFiftyOneFromJSON(jsonString) {
|
|
1586
|
-
return safeParse(jsonString, (x) => OneHundredAndFiftyOne$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFiftyOne' from JSON`);
|
|
1587
|
-
}
|
|
1588
|
-
/** @internal */
|
|
1589
|
-
export const Tier$inboundSchema = z.nativeEnum(Tier);
|
|
1590
|
-
/** @internal */
|
|
1591
|
-
export const Tier$outboundSchema = Tier$inboundSchema;
|
|
1605
|
+
export const Tier$outboundSchema = Tier$inboundSchema;
|
|
1592
1606
|
/**
|
|
1593
1607
|
* @internal
|
|
1594
1608
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
@@ -1601,29 +1615,29 @@ export var Tier$;
|
|
|
1601
1615
|
Tier$.outboundSchema = Tier$outboundSchema;
|
|
1602
1616
|
})(Tier$ || (Tier$ = {}));
|
|
1603
1617
|
/** @internal */
|
|
1604
|
-
export const
|
|
1618
|
+
export const OneHundredAndFiftyOne$inboundSchema = z.object({
|
|
1605
1619
|
tier: Tier$inboundSchema,
|
|
1606
1620
|
});
|
|
1607
1621
|
/** @internal */
|
|
1608
|
-
export const
|
|
1622
|
+
export const OneHundredAndFiftyOne$outboundSchema = z.object({
|
|
1609
1623
|
tier: Tier$outboundSchema,
|
|
1610
1624
|
});
|
|
1611
1625
|
/**
|
|
1612
1626
|
* @internal
|
|
1613
1627
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1614
1628
|
*/
|
|
1615
|
-
export var
|
|
1616
|
-
(function (
|
|
1617
|
-
/** @deprecated use `
|
|
1618
|
-
|
|
1619
|
-
/** @deprecated use `
|
|
1620
|
-
|
|
1621
|
-
})(
|
|
1622
|
-
export function
|
|
1623
|
-
return JSON.stringify(
|
|
1629
|
+
export var OneHundredAndFiftyOne$;
|
|
1630
|
+
(function (OneHundredAndFiftyOne$) {
|
|
1631
|
+
/** @deprecated use `OneHundredAndFiftyOne$inboundSchema` instead. */
|
|
1632
|
+
OneHundredAndFiftyOne$.inboundSchema = OneHundredAndFiftyOne$inboundSchema;
|
|
1633
|
+
/** @deprecated use `OneHundredAndFiftyOne$outboundSchema` instead. */
|
|
1634
|
+
OneHundredAndFiftyOne$.outboundSchema = OneHundredAndFiftyOne$outboundSchema;
|
|
1635
|
+
})(OneHundredAndFiftyOne$ || (OneHundredAndFiftyOne$ = {}));
|
|
1636
|
+
export function oneHundredAndFiftyOneToJSON(oneHundredAndFiftyOne) {
|
|
1637
|
+
return JSON.stringify(OneHundredAndFiftyOne$outboundSchema.parse(oneHundredAndFiftyOne));
|
|
1624
1638
|
}
|
|
1625
|
-
export function
|
|
1626
|
-
return safeParse(jsonString, (x) =>
|
|
1639
|
+
export function oneHundredAndFiftyOneFromJSON(jsonString) {
|
|
1640
|
+
return safeParse(jsonString, (x) => OneHundredAndFiftyOne$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFiftyOne' from JSON`);
|
|
1627
1641
|
}
|
|
1628
1642
|
/** @internal */
|
|
1629
1643
|
export const ProjectWebAnalytics$inboundSchema = z.object({
|
|
@@ -1692,7 +1706,7 @@ export function prevProjectWebAnalyticsFromJSON(jsonString) {
|
|
|
1692
1706
|
return safeParse(jsonString, (x) => PrevProjectWebAnalytics$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PrevProjectWebAnalytics' from JSON`);
|
|
1693
1707
|
}
|
|
1694
1708
|
/** @internal */
|
|
1695
|
-
export const
|
|
1709
|
+
export const OneHundredAndFifty$inboundSchema = z.object({
|
|
1696
1710
|
projectId: z.string(),
|
|
1697
1711
|
projectName: z.string(),
|
|
1698
1712
|
projectWebAnalytics: z.lazy(() => ProjectWebAnalytics$inboundSchema)
|
|
@@ -1700,7 +1714,7 @@ export const OneHundredAndFortyNine$inboundSchema = z.object({
|
|
|
1700
1714
|
prevProjectWebAnalytics: z.nullable(z.lazy(() => PrevProjectWebAnalytics$inboundSchema)).optional(),
|
|
1701
1715
|
});
|
|
1702
1716
|
/** @internal */
|
|
1703
|
-
export const
|
|
1717
|
+
export const OneHundredAndFifty$outboundSchema = z.object({
|
|
1704
1718
|
projectId: z.string(),
|
|
1705
1719
|
projectName: z.string(),
|
|
1706
1720
|
projectWebAnalytics: z.lazy(() => ProjectWebAnalytics$outboundSchema)
|
|
@@ -1711,18 +1725,18 @@ export const OneHundredAndFortyNine$outboundSchema = z.object({
|
|
|
1711
1725
|
* @internal
|
|
1712
1726
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1713
1727
|
*/
|
|
1714
|
-
export var
|
|
1715
|
-
(function (
|
|
1716
|
-
/** @deprecated use `
|
|
1717
|
-
|
|
1718
|
-
/** @deprecated use `
|
|
1719
|
-
|
|
1720
|
-
})(
|
|
1721
|
-
export function
|
|
1722
|
-
return JSON.stringify(
|
|
1728
|
+
export var OneHundredAndFifty$;
|
|
1729
|
+
(function (OneHundredAndFifty$) {
|
|
1730
|
+
/** @deprecated use `OneHundredAndFifty$inboundSchema` instead. */
|
|
1731
|
+
OneHundredAndFifty$.inboundSchema = OneHundredAndFifty$inboundSchema;
|
|
1732
|
+
/** @deprecated use `OneHundredAndFifty$outboundSchema` instead. */
|
|
1733
|
+
OneHundredAndFifty$.outboundSchema = OneHundredAndFifty$outboundSchema;
|
|
1734
|
+
})(OneHundredAndFifty$ || (OneHundredAndFifty$ = {}));
|
|
1735
|
+
export function oneHundredAndFiftyToJSON(oneHundredAndFifty) {
|
|
1736
|
+
return JSON.stringify(OneHundredAndFifty$outboundSchema.parse(oneHundredAndFifty));
|
|
1723
1737
|
}
|
|
1724
|
-
export function
|
|
1725
|
-
return safeParse(jsonString, (x) =>
|
|
1738
|
+
export function oneHundredAndFiftyFromJSON(jsonString) {
|
|
1739
|
+
return safeParse(jsonString, (x) => OneHundredAndFifty$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFifty' from JSON`);
|
|
1726
1740
|
}
|
|
1727
1741
|
/** @internal */
|
|
1728
1742
|
export const Microfrontends2$inboundSchema = z.object({
|
|
@@ -1816,7 +1830,7 @@ export function microfrontendsFromJSON(jsonString) {
|
|
|
1816
1830
|
return safeParse(jsonString, (x) => Microfrontends$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Microfrontends' from JSON`);
|
|
1817
1831
|
}
|
|
1818
1832
|
/** @internal */
|
|
1819
|
-
export const
|
|
1833
|
+
export const UserEventPayload149Project$inboundSchema = z.object({
|
|
1820
1834
|
id: z.string(),
|
|
1821
1835
|
name: z.string(),
|
|
1822
1836
|
microfrontends: z.union([
|
|
@@ -1825,7 +1839,7 @@ export const UserEventPayload148Project$inboundSchema = z.object({
|
|
|
1825
1839
|
]).optional(),
|
|
1826
1840
|
});
|
|
1827
1841
|
/** @internal */
|
|
1828
|
-
export const
|
|
1842
|
+
export const UserEventPayload149Project$outboundSchema = z.object({
|
|
1829
1843
|
id: z.string(),
|
|
1830
1844
|
name: z.string(),
|
|
1831
1845
|
microfrontends: z.union([
|
|
@@ -1837,18 +1851,18 @@ export const UserEventPayload148Project$outboundSchema = z.object({
|
|
|
1837
1851
|
* @internal
|
|
1838
1852
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1839
1853
|
*/
|
|
1840
|
-
export var
|
|
1841
|
-
(function (
|
|
1842
|
-
/** @deprecated use `
|
|
1843
|
-
|
|
1844
|
-
/** @deprecated use `
|
|
1845
|
-
|
|
1846
|
-
})(
|
|
1847
|
-
export function
|
|
1848
|
-
return JSON.stringify(
|
|
1854
|
+
export var UserEventPayload149Project$;
|
|
1855
|
+
(function (UserEventPayload149Project$) {
|
|
1856
|
+
/** @deprecated use `UserEventPayload149Project$inboundSchema` instead. */
|
|
1857
|
+
UserEventPayload149Project$.inboundSchema = UserEventPayload149Project$inboundSchema;
|
|
1858
|
+
/** @deprecated use `UserEventPayload149Project$outboundSchema` instead. */
|
|
1859
|
+
UserEventPayload149Project$.outboundSchema = UserEventPayload149Project$outboundSchema;
|
|
1860
|
+
})(UserEventPayload149Project$ || (UserEventPayload149Project$ = {}));
|
|
1861
|
+
export function userEventPayload149ProjectToJSON(userEventPayload149Project) {
|
|
1862
|
+
return JSON.stringify(UserEventPayload149Project$outboundSchema.parse(userEventPayload149Project));
|
|
1849
1863
|
}
|
|
1850
|
-
export function
|
|
1851
|
-
return safeParse(jsonString, (x) =>
|
|
1864
|
+
export function userEventPayload149ProjectFromJSON(jsonString) {
|
|
1865
|
+
return safeParse(jsonString, (x) => UserEventPayload149Project$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload149Project' from JSON`);
|
|
1852
1866
|
}
|
|
1853
1867
|
/** @internal */
|
|
1854
1868
|
export const UserEventMicrofrontends2$inboundSchema = z.object({
|
|
@@ -1942,14 +1956,14 @@ export function payloadMicrofrontendsFromJSON(jsonString) {
|
|
|
1942
1956
|
return safeParse(jsonString, (x) => PayloadMicrofrontends$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadMicrofrontends' from JSON`);
|
|
1943
1957
|
}
|
|
1944
1958
|
/** @internal */
|
|
1945
|
-
export const
|
|
1959
|
+
export const UserEventPayload149PrevProject$inboundSchema = z.object({
|
|
1946
1960
|
microfrontends: z.union([
|
|
1947
1961
|
z.lazy(() => UserEventMicrofrontends1$inboundSchema),
|
|
1948
1962
|
z.lazy(() => UserEventMicrofrontends2$inboundSchema),
|
|
1949
1963
|
]).optional(),
|
|
1950
1964
|
});
|
|
1951
1965
|
/** @internal */
|
|
1952
|
-
export const
|
|
1966
|
+
export const UserEventPayload149PrevProject$outboundSchema = z.object({
|
|
1953
1967
|
microfrontends: z.union([
|
|
1954
1968
|
z.lazy(() => UserEventMicrofrontends1$outboundSchema),
|
|
1955
1969
|
z.lazy(() => UserEventMicrofrontends2$outboundSchema),
|
|
@@ -1959,26 +1973,26 @@ export const UserEventPayload148PrevProject$outboundSchema = z.object({
|
|
|
1959
1973
|
* @internal
|
|
1960
1974
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1961
1975
|
*/
|
|
1962
|
-
export var
|
|
1963
|
-
(function (
|
|
1964
|
-
/** @deprecated use `
|
|
1965
|
-
|
|
1966
|
-
/** @deprecated use `
|
|
1967
|
-
|
|
1968
|
-
})(
|
|
1969
|
-
export function
|
|
1970
|
-
return JSON.stringify(
|
|
1976
|
+
export var UserEventPayload149PrevProject$;
|
|
1977
|
+
(function (UserEventPayload149PrevProject$) {
|
|
1978
|
+
/** @deprecated use `UserEventPayload149PrevProject$inboundSchema` instead. */
|
|
1979
|
+
UserEventPayload149PrevProject$.inboundSchema = UserEventPayload149PrevProject$inboundSchema;
|
|
1980
|
+
/** @deprecated use `UserEventPayload149PrevProject$outboundSchema` instead. */
|
|
1981
|
+
UserEventPayload149PrevProject$.outboundSchema = UserEventPayload149PrevProject$outboundSchema;
|
|
1982
|
+
})(UserEventPayload149PrevProject$ || (UserEventPayload149PrevProject$ = {}));
|
|
1983
|
+
export function userEventPayload149PrevProjectToJSON(userEventPayload149PrevProject) {
|
|
1984
|
+
return JSON.stringify(UserEventPayload149PrevProject$outboundSchema.parse(userEventPayload149PrevProject));
|
|
1971
1985
|
}
|
|
1972
|
-
export function
|
|
1973
|
-
return safeParse(jsonString, (x) =>
|
|
1986
|
+
export function userEventPayload149PrevProjectFromJSON(jsonString) {
|
|
1987
|
+
return safeParse(jsonString, (x) => UserEventPayload149PrevProject$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload149PrevProject' from JSON`);
|
|
1974
1988
|
}
|
|
1975
1989
|
/** @internal */
|
|
1976
1990
|
export const PayloadPrev$inboundSchema = z.object({
|
|
1977
|
-
project: z.lazy(() =>
|
|
1991
|
+
project: z.lazy(() => UserEventPayload149PrevProject$inboundSchema),
|
|
1978
1992
|
});
|
|
1979
1993
|
/** @internal */
|
|
1980
1994
|
export const PayloadPrev$outboundSchema = z.object({
|
|
1981
|
-
project: z.lazy(() =>
|
|
1995
|
+
project: z.lazy(() => UserEventPayload149PrevProject$outboundSchema),
|
|
1982
1996
|
});
|
|
1983
1997
|
/**
|
|
1984
1998
|
* @internal
|
|
@@ -2027,14 +2041,14 @@ export function payloadGroupFromJSON(jsonString) {
|
|
|
2027
2041
|
return safeParse(jsonString, (x) => PayloadGroup$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadGroup' from JSON`);
|
|
2028
2042
|
}
|
|
2029
2043
|
/** @internal */
|
|
2030
|
-
export const
|
|
2031
|
-
project: z.lazy(() =>
|
|
2044
|
+
export const OneHundredAndFortyNine$inboundSchema = z.object({
|
|
2045
|
+
project: z.lazy(() => UserEventPayload149Project$inboundSchema),
|
|
2032
2046
|
prev: z.lazy(() => PayloadPrev$inboundSchema),
|
|
2033
2047
|
group: z.lazy(() => PayloadGroup$inboundSchema),
|
|
2034
2048
|
});
|
|
2035
2049
|
/** @internal */
|
|
2036
|
-
export const
|
|
2037
|
-
project: z.lazy(() =>
|
|
2050
|
+
export const OneHundredAndFortyNine$outboundSchema = z.object({
|
|
2051
|
+
project: z.lazy(() => UserEventPayload149Project$outboundSchema),
|
|
2038
2052
|
prev: z.lazy(() => PayloadPrev$outboundSchema),
|
|
2039
2053
|
group: z.lazy(() => PayloadGroup$outboundSchema),
|
|
2040
2054
|
});
|
|
@@ -2042,26 +2056,26 @@ export const OneHundredAndFortyEight$outboundSchema = z.object({
|
|
|
2042
2056
|
* @internal
|
|
2043
2057
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2044
2058
|
*/
|
|
2045
|
-
export var
|
|
2046
|
-
(function (
|
|
2047
|
-
/** @deprecated use `
|
|
2048
|
-
|
|
2049
|
-
/** @deprecated use `
|
|
2050
|
-
|
|
2051
|
-
})(
|
|
2052
|
-
export function
|
|
2053
|
-
return JSON.stringify(
|
|
2059
|
+
export var OneHundredAndFortyNine$;
|
|
2060
|
+
(function (OneHundredAndFortyNine$) {
|
|
2061
|
+
/** @deprecated use `OneHundredAndFortyNine$inboundSchema` instead. */
|
|
2062
|
+
OneHundredAndFortyNine$.inboundSchema = OneHundredAndFortyNine$inboundSchema;
|
|
2063
|
+
/** @deprecated use `OneHundredAndFortyNine$outboundSchema` instead. */
|
|
2064
|
+
OneHundredAndFortyNine$.outboundSchema = OneHundredAndFortyNine$outboundSchema;
|
|
2065
|
+
})(OneHundredAndFortyNine$ || (OneHundredAndFortyNine$ = {}));
|
|
2066
|
+
export function oneHundredAndFortyNineToJSON(oneHundredAndFortyNine) {
|
|
2067
|
+
return JSON.stringify(OneHundredAndFortyNine$outboundSchema.parse(oneHundredAndFortyNine));
|
|
2054
2068
|
}
|
|
2055
|
-
export function
|
|
2056
|
-
return safeParse(jsonString, (x) =>
|
|
2069
|
+
export function oneHundredAndFortyNineFromJSON(jsonString) {
|
|
2070
|
+
return safeParse(jsonString, (x) => OneHundredAndFortyNine$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFortyNine' from JSON`);
|
|
2057
2071
|
}
|
|
2058
2072
|
/** @internal */
|
|
2059
|
-
export const
|
|
2073
|
+
export const UserEventPayload148Project$inboundSchema = z.object({
|
|
2060
2074
|
id: z.string(),
|
|
2061
2075
|
name: z.string(),
|
|
2062
2076
|
});
|
|
2063
2077
|
/** @internal */
|
|
2064
|
-
export const
|
|
2078
|
+
export const UserEventPayload148Project$outboundSchema = z.object({
|
|
2065
2079
|
id: z.string(),
|
|
2066
2080
|
name: z.string(),
|
|
2067
2081
|
});
|
|
@@ -2069,18 +2083,18 @@ export const UserEventPayload147Project$outboundSchema = z.object({
|
|
|
2069
2083
|
* @internal
|
|
2070
2084
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2071
2085
|
*/
|
|
2072
|
-
export var
|
|
2073
|
-
(function (
|
|
2074
|
-
/** @deprecated use `
|
|
2075
|
-
|
|
2076
|
-
/** @deprecated use `
|
|
2077
|
-
|
|
2078
|
-
})(
|
|
2079
|
-
export function
|
|
2080
|
-
return JSON.stringify(
|
|
2086
|
+
export var UserEventPayload148Project$;
|
|
2087
|
+
(function (UserEventPayload148Project$) {
|
|
2088
|
+
/** @deprecated use `UserEventPayload148Project$inboundSchema` instead. */
|
|
2089
|
+
UserEventPayload148Project$.inboundSchema = UserEventPayload148Project$inboundSchema;
|
|
2090
|
+
/** @deprecated use `UserEventPayload148Project$outboundSchema` instead. */
|
|
2091
|
+
UserEventPayload148Project$.outboundSchema = UserEventPayload148Project$outboundSchema;
|
|
2092
|
+
})(UserEventPayload148Project$ || (UserEventPayload148Project$ = {}));
|
|
2093
|
+
export function userEventPayload148ProjectToJSON(userEventPayload148Project) {
|
|
2094
|
+
return JSON.stringify(UserEventPayload148Project$outboundSchema.parse(userEventPayload148Project));
|
|
2081
2095
|
}
|
|
2082
|
-
export function
|
|
2083
|
-
return safeParse(jsonString, (x) =>
|
|
2096
|
+
export function userEventPayload148ProjectFromJSON(jsonString) {
|
|
2097
|
+
return safeParse(jsonString, (x) => UserEventPayload148Project$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload148Project' from JSON`);
|
|
2084
2098
|
}
|
|
2085
2099
|
/** @internal */
|
|
2086
2100
|
export const Group$inboundSchema = z
|
|
@@ -2113,31 +2127,31 @@ export function groupFromJSON(jsonString) {
|
|
|
2113
2127
|
return safeParse(jsonString, (x) => Group$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Group' from JSON`);
|
|
2114
2128
|
}
|
|
2115
2129
|
/** @internal */
|
|
2116
|
-
export const
|
|
2117
|
-
project: z.lazy(() =>
|
|
2130
|
+
export const OneHundredAndFortyEight$inboundSchema = z.object({
|
|
2131
|
+
project: z.lazy(() => UserEventPayload148Project$inboundSchema),
|
|
2118
2132
|
group: z.lazy(() => Group$inboundSchema),
|
|
2119
2133
|
});
|
|
2120
2134
|
/** @internal */
|
|
2121
|
-
export const
|
|
2122
|
-
project: z.lazy(() =>
|
|
2135
|
+
export const OneHundredAndFortyEight$outboundSchema = z.object({
|
|
2136
|
+
project: z.lazy(() => UserEventPayload148Project$outboundSchema),
|
|
2123
2137
|
group: z.lazy(() => Group$outboundSchema),
|
|
2124
2138
|
});
|
|
2125
2139
|
/**
|
|
2126
2140
|
* @internal
|
|
2127
2141
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2128
2142
|
*/
|
|
2129
|
-
export var
|
|
2130
|
-
(function (
|
|
2131
|
-
/** @deprecated use `
|
|
2132
|
-
|
|
2133
|
-
/** @deprecated use `
|
|
2134
|
-
|
|
2135
|
-
})(
|
|
2136
|
-
export function
|
|
2137
|
-
return JSON.stringify(
|
|
2143
|
+
export var OneHundredAndFortyEight$;
|
|
2144
|
+
(function (OneHundredAndFortyEight$) {
|
|
2145
|
+
/** @deprecated use `OneHundredAndFortyEight$inboundSchema` instead. */
|
|
2146
|
+
OneHundredAndFortyEight$.inboundSchema = OneHundredAndFortyEight$inboundSchema;
|
|
2147
|
+
/** @deprecated use `OneHundredAndFortyEight$outboundSchema` instead. */
|
|
2148
|
+
OneHundredAndFortyEight$.outboundSchema = OneHundredAndFortyEight$outboundSchema;
|
|
2149
|
+
})(OneHundredAndFortyEight$ || (OneHundredAndFortyEight$ = {}));
|
|
2150
|
+
export function oneHundredAndFortyEightToJSON(oneHundredAndFortyEight) {
|
|
2151
|
+
return JSON.stringify(OneHundredAndFortyEight$outboundSchema.parse(oneHundredAndFortyEight));
|
|
2138
2152
|
}
|
|
2139
|
-
export function
|
|
2140
|
-
return safeParse(jsonString, (x) =>
|
|
2153
|
+
export function oneHundredAndFortyEightFromJSON(jsonString) {
|
|
2154
|
+
return safeParse(jsonString, (x) => OneHundredAndFortyEight$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFortyEight' from JSON`);
|
|
2141
2155
|
}
|
|
2142
2156
|
/** @internal */
|
|
2143
2157
|
export const Prev$inboundSchema = z
|
|
@@ -2170,7 +2184,7 @@ export function prevFromJSON(jsonString) {
|
|
|
2170
2184
|
return safeParse(jsonString, (x) => Prev$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Prev' from JSON`);
|
|
2171
2185
|
}
|
|
2172
2186
|
/** @internal */
|
|
2173
|
-
export const
|
|
2187
|
+
export const OneHundredAndFortySeven$inboundSchema = z.object({
|
|
2174
2188
|
id: z.string(),
|
|
2175
2189
|
slug: z.string().optional(),
|
|
2176
2190
|
name: z.string().optional(),
|
|
@@ -2178,13 +2192,42 @@ export const OneHundredAndFortySix$inboundSchema = z.object({
|
|
|
2178
2192
|
prev: z.lazy(() => Prev$inboundSchema),
|
|
2179
2193
|
});
|
|
2180
2194
|
/** @internal */
|
|
2181
|
-
export const
|
|
2195
|
+
export const OneHundredAndFortySeven$outboundSchema = z.object({
|
|
2182
2196
|
id: z.string(),
|
|
2183
2197
|
slug: z.string().optional(),
|
|
2184
2198
|
name: z.string().optional(),
|
|
2185
2199
|
fallbackEnvironment: z.string().optional(),
|
|
2186
2200
|
prev: z.lazy(() => Prev$outboundSchema),
|
|
2187
2201
|
});
|
|
2202
|
+
/**
|
|
2203
|
+
* @internal
|
|
2204
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2205
|
+
*/
|
|
2206
|
+
export var OneHundredAndFortySeven$;
|
|
2207
|
+
(function (OneHundredAndFortySeven$) {
|
|
2208
|
+
/** @deprecated use `OneHundredAndFortySeven$inboundSchema` instead. */
|
|
2209
|
+
OneHundredAndFortySeven$.inboundSchema = OneHundredAndFortySeven$inboundSchema;
|
|
2210
|
+
/** @deprecated use `OneHundredAndFortySeven$outboundSchema` instead. */
|
|
2211
|
+
OneHundredAndFortySeven$.outboundSchema = OneHundredAndFortySeven$outboundSchema;
|
|
2212
|
+
})(OneHundredAndFortySeven$ || (OneHundredAndFortySeven$ = {}));
|
|
2213
|
+
export function oneHundredAndFortySevenToJSON(oneHundredAndFortySeven) {
|
|
2214
|
+
return JSON.stringify(OneHundredAndFortySeven$outboundSchema.parse(oneHundredAndFortySeven));
|
|
2215
|
+
}
|
|
2216
|
+
export function oneHundredAndFortySevenFromJSON(jsonString) {
|
|
2217
|
+
return safeParse(jsonString, (x) => OneHundredAndFortySeven$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFortySeven' from JSON`);
|
|
2218
|
+
}
|
|
2219
|
+
/** @internal */
|
|
2220
|
+
export const OneHundredAndFortySix$inboundSchema = z.object({
|
|
2221
|
+
id: z.string(),
|
|
2222
|
+
slug: z.string(),
|
|
2223
|
+
name: z.string(),
|
|
2224
|
+
});
|
|
2225
|
+
/** @internal */
|
|
2226
|
+
export const OneHundredAndFortySix$outboundSchema = z.object({
|
|
2227
|
+
id: z.string(),
|
|
2228
|
+
slug: z.string(),
|
|
2229
|
+
name: z.string(),
|
|
2230
|
+
});
|
|
2188
2231
|
/**
|
|
2189
2232
|
* @internal
|
|
2190
2233
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
@@ -2203,16 +2246,27 @@ export function oneHundredAndFortySixFromJSON(jsonString) {
|
|
|
2203
2246
|
return safeParse(jsonString, (x) => OneHundredAndFortySix$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFortySix' from JSON`);
|
|
2204
2247
|
}
|
|
2205
2248
|
/** @internal */
|
|
2249
|
+
export const UserEventPayload145Action$inboundSchema = z.nativeEnum(UserEventPayload145Action);
|
|
2250
|
+
/** @internal */
|
|
2251
|
+
export const UserEventPayload145Action$outboundSchema = UserEventPayload145Action$inboundSchema;
|
|
2252
|
+
/**
|
|
2253
|
+
* @internal
|
|
2254
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2255
|
+
*/
|
|
2256
|
+
export var UserEventPayload145Action$;
|
|
2257
|
+
(function (UserEventPayload145Action$) {
|
|
2258
|
+
/** @deprecated use `UserEventPayload145Action$inboundSchema` instead. */
|
|
2259
|
+
UserEventPayload145Action$.inboundSchema = UserEventPayload145Action$inboundSchema;
|
|
2260
|
+
/** @deprecated use `UserEventPayload145Action$outboundSchema` instead. */
|
|
2261
|
+
UserEventPayload145Action$.outboundSchema = UserEventPayload145Action$outboundSchema;
|
|
2262
|
+
})(UserEventPayload145Action$ || (UserEventPayload145Action$ = {}));
|
|
2263
|
+
/** @internal */
|
|
2206
2264
|
export const OneHundredAndFortyFive$inboundSchema = z.object({
|
|
2207
|
-
|
|
2208
|
-
slug: z.string(),
|
|
2209
|
-
name: z.string(),
|
|
2265
|
+
action: UserEventPayload145Action$inboundSchema,
|
|
2210
2266
|
});
|
|
2211
2267
|
/** @internal */
|
|
2212
2268
|
export const OneHundredAndFortyFive$outboundSchema = z.object({
|
|
2213
|
-
|
|
2214
|
-
slug: z.string(),
|
|
2215
|
-
name: z.string(),
|
|
2269
|
+
action: UserEventPayload145Action$outboundSchema,
|
|
2216
2270
|
});
|
|
2217
2271
|
/**
|
|
2218
2272
|
* @internal
|
|
@@ -2232,27 +2286,16 @@ export function oneHundredAndFortyFiveFromJSON(jsonString) {
|
|
|
2232
2286
|
return safeParse(jsonString, (x) => OneHundredAndFortyFive$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFortyFive' from JSON`);
|
|
2233
2287
|
}
|
|
2234
2288
|
/** @internal */
|
|
2235
|
-
export const UserEventPayload144Action$inboundSchema = z.nativeEnum(UserEventPayload144Action);
|
|
2236
|
-
/** @internal */
|
|
2237
|
-
export const UserEventPayload144Action$outboundSchema = UserEventPayload144Action$inboundSchema;
|
|
2238
|
-
/**
|
|
2239
|
-
* @internal
|
|
2240
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2241
|
-
*/
|
|
2242
|
-
export var UserEventPayload144Action$;
|
|
2243
|
-
(function (UserEventPayload144Action$) {
|
|
2244
|
-
/** @deprecated use `UserEventPayload144Action$inboundSchema` instead. */
|
|
2245
|
-
UserEventPayload144Action$.inboundSchema = UserEventPayload144Action$inboundSchema;
|
|
2246
|
-
/** @deprecated use `UserEventPayload144Action$outboundSchema` instead. */
|
|
2247
|
-
UserEventPayload144Action$.outboundSchema = UserEventPayload144Action$outboundSchema;
|
|
2248
|
-
})(UserEventPayload144Action$ || (UserEventPayload144Action$ = {}));
|
|
2249
|
-
/** @internal */
|
|
2250
2289
|
export const OneHundredAndFortyFour$inboundSchema = z.object({
|
|
2251
|
-
|
|
2290
|
+
edgeConfigId: z.string(),
|
|
2291
|
+
edgeConfigSlug: z.string(),
|
|
2292
|
+
edgeConfigTokenIds: z.array(z.string()),
|
|
2252
2293
|
});
|
|
2253
2294
|
/** @internal */
|
|
2254
2295
|
export const OneHundredAndFortyFour$outboundSchema = z.object({
|
|
2255
|
-
|
|
2296
|
+
edgeConfigId: z.string(),
|
|
2297
|
+
edgeConfigSlug: z.string(),
|
|
2298
|
+
edgeConfigTokenIds: z.array(z.string()),
|
|
2256
2299
|
});
|
|
2257
2300
|
/**
|
|
2258
2301
|
* @internal
|
|
@@ -2275,13 +2318,15 @@ export function oneHundredAndFortyFourFromJSON(jsonString) {
|
|
|
2275
2318
|
export const OneHundredAndFortyThree$inboundSchema = z.object({
|
|
2276
2319
|
edgeConfigId: z.string(),
|
|
2277
2320
|
edgeConfigSlug: z.string(),
|
|
2278
|
-
|
|
2321
|
+
edgeConfigTokenId: z.string(),
|
|
2322
|
+
label: z.string(),
|
|
2279
2323
|
});
|
|
2280
2324
|
/** @internal */
|
|
2281
2325
|
export const OneHundredAndFortyThree$outboundSchema = z.object({
|
|
2282
2326
|
edgeConfigId: z.string(),
|
|
2283
2327
|
edgeConfigSlug: z.string(),
|
|
2284
|
-
|
|
2328
|
+
edgeConfigTokenId: z.string(),
|
|
2329
|
+
label: z.string(),
|
|
2285
2330
|
});
|
|
2286
2331
|
/**
|
|
2287
2332
|
* @internal
|
|
@@ -2304,15 +2349,13 @@ export function oneHundredAndFortyThreeFromJSON(jsonString) {
|
|
|
2304
2349
|
export const OneHundredAndFortyTwo$inboundSchema = z.object({
|
|
2305
2350
|
edgeConfigId: z.string(),
|
|
2306
2351
|
edgeConfigSlug: z.string(),
|
|
2307
|
-
|
|
2308
|
-
label: z.string(),
|
|
2352
|
+
edgeConfigDigest: z.string(),
|
|
2309
2353
|
});
|
|
2310
2354
|
/** @internal */
|
|
2311
2355
|
export const OneHundredAndFortyTwo$outboundSchema = z.object({
|
|
2312
2356
|
edgeConfigId: z.string(),
|
|
2313
2357
|
edgeConfigSlug: z.string(),
|
|
2314
|
-
|
|
2315
|
-
label: z.string(),
|
|
2358
|
+
edgeConfigDigest: z.string(),
|
|
2316
2359
|
});
|
|
2317
2360
|
/**
|
|
2318
2361
|
* @internal
|
|
@@ -2333,15 +2376,13 @@ export function oneHundredAndFortyTwoFromJSON(jsonString) {
|
|
|
2333
2376
|
}
|
|
2334
2377
|
/** @internal */
|
|
2335
2378
|
export const OneHundredAndFortyOne$inboundSchema = z.object({
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
edgeConfigDigest: z.string(),
|
|
2379
|
+
projectName: z.string(),
|
|
2380
|
+
urls: z.array(z.string()),
|
|
2339
2381
|
});
|
|
2340
2382
|
/** @internal */
|
|
2341
2383
|
export const OneHundredAndFortyOne$outboundSchema = z.object({
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
edgeConfigDigest: z.string(),
|
|
2384
|
+
projectName: z.string(),
|
|
2385
|
+
urls: z.array(z.string()),
|
|
2345
2386
|
});
|
|
2346
2387
|
/**
|
|
2347
2388
|
* @internal
|
|
@@ -2363,12 +2404,14 @@ export function oneHundredAndFortyOneFromJSON(jsonString) {
|
|
|
2363
2404
|
/** @internal */
|
|
2364
2405
|
export const OneHundredAndForty$inboundSchema = z.object({
|
|
2365
2406
|
projectName: z.string(),
|
|
2366
|
-
|
|
2407
|
+
tags: z.array(z.string()),
|
|
2408
|
+
target: z.string().optional(),
|
|
2367
2409
|
});
|
|
2368
2410
|
/** @internal */
|
|
2369
2411
|
export const OneHundredAndForty$outboundSchema = z.object({
|
|
2370
2412
|
projectName: z.string(),
|
|
2371
|
-
|
|
2413
|
+
tags: z.array(z.string()),
|
|
2414
|
+
target: z.string().optional(),
|
|
2372
2415
|
});
|
|
2373
2416
|
/**
|
|
2374
2417
|
* @internal
|
|
@@ -2388,61 +2431,32 @@ export function oneHundredAndFortyFromJSON(jsonString) {
|
|
|
2388
2431
|
return safeParse(jsonString, (x) => OneHundredAndForty$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndForty' from JSON`);
|
|
2389
2432
|
}
|
|
2390
2433
|
/** @internal */
|
|
2391
|
-
export const
|
|
2392
|
-
projectName: z.string(),
|
|
2393
|
-
tags: z.array(z.string()),
|
|
2394
|
-
target: z.string().optional(),
|
|
2395
|
-
});
|
|
2434
|
+
export const UserEventPayload139Role$inboundSchema = z.nativeEnum(UserEventPayload139Role);
|
|
2396
2435
|
/** @internal */
|
|
2397
|
-
export const
|
|
2398
|
-
projectName: z.string(),
|
|
2399
|
-
tags: z.array(z.string()),
|
|
2400
|
-
target: z.string().optional(),
|
|
2401
|
-
});
|
|
2436
|
+
export const UserEventPayload139Role$outboundSchema = UserEventPayload139Role$inboundSchema;
|
|
2402
2437
|
/**
|
|
2403
2438
|
* @internal
|
|
2404
2439
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2405
2440
|
*/
|
|
2406
|
-
export var
|
|
2407
|
-
(function (
|
|
2408
|
-
/** @deprecated use `
|
|
2409
|
-
|
|
2410
|
-
/** @deprecated use `
|
|
2411
|
-
|
|
2412
|
-
})(
|
|
2413
|
-
export function oneHundredAndThirtyNineToJSON(oneHundredAndThirtyNine) {
|
|
2414
|
-
return JSON.stringify(OneHundredAndThirtyNine$outboundSchema.parse(oneHundredAndThirtyNine));
|
|
2415
|
-
}
|
|
2416
|
-
export function oneHundredAndThirtyNineFromJSON(jsonString) {
|
|
2417
|
-
return safeParse(jsonString, (x) => OneHundredAndThirtyNine$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndThirtyNine' from JSON`);
|
|
2418
|
-
}
|
|
2419
|
-
/** @internal */
|
|
2420
|
-
export const UserEventPayload138Role$inboundSchema = z.nativeEnum(UserEventPayload138Role);
|
|
2421
|
-
/** @internal */
|
|
2422
|
-
export const UserEventPayload138Role$outboundSchema = UserEventPayload138Role$inboundSchema;
|
|
2423
|
-
/**
|
|
2424
|
-
* @internal
|
|
2425
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2426
|
-
*/
|
|
2427
|
-
export var UserEventPayload138Role$;
|
|
2428
|
-
(function (UserEventPayload138Role$) {
|
|
2429
|
-
/** @deprecated use `UserEventPayload138Role$inboundSchema` instead. */
|
|
2430
|
-
UserEventPayload138Role$.inboundSchema = UserEventPayload138Role$inboundSchema;
|
|
2431
|
-
/** @deprecated use `UserEventPayload138Role$outboundSchema` instead. */
|
|
2432
|
-
UserEventPayload138Role$.outboundSchema = UserEventPayload138Role$outboundSchema;
|
|
2433
|
-
})(UserEventPayload138Role$ || (UserEventPayload138Role$ = {}));
|
|
2441
|
+
export var UserEventPayload139Role$;
|
|
2442
|
+
(function (UserEventPayload139Role$) {
|
|
2443
|
+
/** @deprecated use `UserEventPayload139Role$inboundSchema` instead. */
|
|
2444
|
+
UserEventPayload139Role$.inboundSchema = UserEventPayload139Role$inboundSchema;
|
|
2445
|
+
/** @deprecated use `UserEventPayload139Role$outboundSchema` instead. */
|
|
2446
|
+
UserEventPayload139Role$.outboundSchema = UserEventPayload139Role$outboundSchema;
|
|
2447
|
+
})(UserEventPayload139Role$ || (UserEventPayload139Role$ = {}));
|
|
2434
2448
|
/** @internal */
|
|
2435
|
-
export const
|
|
2449
|
+
export const UserEventPayload139Project$inboundSchema = z.object({
|
|
2436
2450
|
name: z.string(),
|
|
2437
|
-
role:
|
|
2451
|
+
role: UserEventPayload139Role$inboundSchema,
|
|
2438
2452
|
invitedUserName: z.string(),
|
|
2439
2453
|
id: z.string().optional(),
|
|
2440
2454
|
invitedUserId: z.string().optional(),
|
|
2441
2455
|
});
|
|
2442
2456
|
/** @internal */
|
|
2443
|
-
export const
|
|
2457
|
+
export const UserEventPayload139Project$outboundSchema = z.object({
|
|
2444
2458
|
name: z.string(),
|
|
2445
|
-
role:
|
|
2459
|
+
role: UserEventPayload139Role$outboundSchema,
|
|
2446
2460
|
invitedUserName: z.string(),
|
|
2447
2461
|
id: z.string().optional(),
|
|
2448
2462
|
invitedUserId: z.string().optional(),
|
|
@@ -2451,51 +2465,51 @@ export const UserEventPayload138Project$outboundSchema = z.object({
|
|
|
2451
2465
|
* @internal
|
|
2452
2466
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2453
2467
|
*/
|
|
2454
|
-
export var
|
|
2455
|
-
(function (
|
|
2456
|
-
/** @deprecated use `
|
|
2457
|
-
|
|
2458
|
-
/** @deprecated use `
|
|
2459
|
-
|
|
2460
|
-
})(
|
|
2461
|
-
export function
|
|
2462
|
-
return JSON.stringify(
|
|
2468
|
+
export var UserEventPayload139Project$;
|
|
2469
|
+
(function (UserEventPayload139Project$) {
|
|
2470
|
+
/** @deprecated use `UserEventPayload139Project$inboundSchema` instead. */
|
|
2471
|
+
UserEventPayload139Project$.inboundSchema = UserEventPayload139Project$inboundSchema;
|
|
2472
|
+
/** @deprecated use `UserEventPayload139Project$outboundSchema` instead. */
|
|
2473
|
+
UserEventPayload139Project$.outboundSchema = UserEventPayload139Project$outboundSchema;
|
|
2474
|
+
})(UserEventPayload139Project$ || (UserEventPayload139Project$ = {}));
|
|
2475
|
+
export function userEventPayload139ProjectToJSON(userEventPayload139Project) {
|
|
2476
|
+
return JSON.stringify(UserEventPayload139Project$outboundSchema.parse(userEventPayload139Project));
|
|
2463
2477
|
}
|
|
2464
|
-
export function
|
|
2465
|
-
return safeParse(jsonString, (x) =>
|
|
2478
|
+
export function userEventPayload139ProjectFromJSON(jsonString) {
|
|
2479
|
+
return safeParse(jsonString, (x) => UserEventPayload139Project$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload139Project' from JSON`);
|
|
2466
2480
|
}
|
|
2467
2481
|
/** @internal */
|
|
2468
|
-
export const
|
|
2469
|
-
project: z.lazy(() =>
|
|
2482
|
+
export const OneHundredAndThirtyNine$inboundSchema = z.object({
|
|
2483
|
+
project: z.lazy(() => UserEventPayload139Project$inboundSchema),
|
|
2470
2484
|
});
|
|
2471
2485
|
/** @internal */
|
|
2472
|
-
export const
|
|
2473
|
-
project: z.lazy(() =>
|
|
2486
|
+
export const OneHundredAndThirtyNine$outboundSchema = z.object({
|
|
2487
|
+
project: z.lazy(() => UserEventPayload139Project$outboundSchema),
|
|
2474
2488
|
});
|
|
2475
2489
|
/**
|
|
2476
2490
|
* @internal
|
|
2477
2491
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2478
2492
|
*/
|
|
2479
|
-
export var
|
|
2480
|
-
(function (
|
|
2481
|
-
/** @deprecated use `
|
|
2482
|
-
|
|
2483
|
-
/** @deprecated use `
|
|
2484
|
-
|
|
2485
|
-
})(
|
|
2486
|
-
export function
|
|
2487
|
-
return JSON.stringify(
|
|
2493
|
+
export var OneHundredAndThirtyNine$;
|
|
2494
|
+
(function (OneHundredAndThirtyNine$) {
|
|
2495
|
+
/** @deprecated use `OneHundredAndThirtyNine$inboundSchema` instead. */
|
|
2496
|
+
OneHundredAndThirtyNine$.inboundSchema = OneHundredAndThirtyNine$inboundSchema;
|
|
2497
|
+
/** @deprecated use `OneHundredAndThirtyNine$outboundSchema` instead. */
|
|
2498
|
+
OneHundredAndThirtyNine$.outboundSchema = OneHundredAndThirtyNine$outboundSchema;
|
|
2499
|
+
})(OneHundredAndThirtyNine$ || (OneHundredAndThirtyNine$ = {}));
|
|
2500
|
+
export function oneHundredAndThirtyNineToJSON(oneHundredAndThirtyNine) {
|
|
2501
|
+
return JSON.stringify(OneHundredAndThirtyNine$outboundSchema.parse(oneHundredAndThirtyNine));
|
|
2488
2502
|
}
|
|
2489
|
-
export function
|
|
2490
|
-
return safeParse(jsonString, (x) =>
|
|
2503
|
+
export function oneHundredAndThirtyNineFromJSON(jsonString) {
|
|
2504
|
+
return safeParse(jsonString, (x) => OneHundredAndThirtyNine$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndThirtyNine' from JSON`);
|
|
2491
2505
|
}
|
|
2492
2506
|
/** @internal */
|
|
2493
|
-
export const
|
|
2507
|
+
export const UserEventPayload138Project$inboundSchema = z.object({
|
|
2494
2508
|
id: z.string(),
|
|
2495
2509
|
name: z.string(),
|
|
2496
2510
|
});
|
|
2497
2511
|
/** @internal */
|
|
2498
|
-
export const
|
|
2512
|
+
export const UserEventPayload138Project$outboundSchema = z.object({
|
|
2499
2513
|
id: z.string(),
|
|
2500
2514
|
name: z.string(),
|
|
2501
2515
|
});
|
|
@@ -2503,34 +2517,34 @@ export const UserEventPayload137Project$outboundSchema = z.object({
|
|
|
2503
2517
|
* @internal
|
|
2504
2518
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2505
2519
|
*/
|
|
2506
|
-
export var
|
|
2507
|
-
(function (
|
|
2508
|
-
/** @deprecated use `
|
|
2509
|
-
|
|
2510
|
-
/** @deprecated use `
|
|
2511
|
-
|
|
2512
|
-
})(
|
|
2513
|
-
export function
|
|
2514
|
-
return JSON.stringify(
|
|
2520
|
+
export var UserEventPayload138Project$;
|
|
2521
|
+
(function (UserEventPayload138Project$) {
|
|
2522
|
+
/** @deprecated use `UserEventPayload138Project$inboundSchema` instead. */
|
|
2523
|
+
UserEventPayload138Project$.inboundSchema = UserEventPayload138Project$inboundSchema;
|
|
2524
|
+
/** @deprecated use `UserEventPayload138Project$outboundSchema` instead. */
|
|
2525
|
+
UserEventPayload138Project$.outboundSchema = UserEventPayload138Project$outboundSchema;
|
|
2526
|
+
})(UserEventPayload138Project$ || (UserEventPayload138Project$ = {}));
|
|
2527
|
+
export function userEventPayload138ProjectToJSON(userEventPayload138Project) {
|
|
2528
|
+
return JSON.stringify(UserEventPayload138Project$outboundSchema.parse(userEventPayload138Project));
|
|
2515
2529
|
}
|
|
2516
|
-
export function
|
|
2517
|
-
return safeParse(jsonString, (x) =>
|
|
2530
|
+
export function userEventPayload138ProjectFromJSON(jsonString) {
|
|
2531
|
+
return safeParse(jsonString, (x) => UserEventPayload138Project$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload138Project' from JSON`);
|
|
2518
2532
|
}
|
|
2519
2533
|
/** @internal */
|
|
2520
|
-
export const
|
|
2534
|
+
export const UserEventPayload138Role$inboundSchema = z.nativeEnum(UserEventPayload138Role);
|
|
2521
2535
|
/** @internal */
|
|
2522
|
-
export const
|
|
2536
|
+
export const UserEventPayload138Role$outboundSchema = UserEventPayload138Role$inboundSchema;
|
|
2523
2537
|
/**
|
|
2524
2538
|
* @internal
|
|
2525
2539
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2526
2540
|
*/
|
|
2527
|
-
export var
|
|
2528
|
-
(function (
|
|
2529
|
-
/** @deprecated use `
|
|
2530
|
-
|
|
2531
|
-
/** @deprecated use `
|
|
2532
|
-
|
|
2533
|
-
})(
|
|
2541
|
+
export var UserEventPayload138Role$;
|
|
2542
|
+
(function (UserEventPayload138Role$) {
|
|
2543
|
+
/** @deprecated use `UserEventPayload138Role$inboundSchema` instead. */
|
|
2544
|
+
UserEventPayload138Role$.inboundSchema = UserEventPayload138Role$inboundSchema;
|
|
2545
|
+
/** @deprecated use `UserEventPayload138Role$outboundSchema` instead. */
|
|
2546
|
+
UserEventPayload138Role$.outboundSchema = UserEventPayload138Role$outboundSchema;
|
|
2547
|
+
})(UserEventPayload138Role$ || (UserEventPayload138Role$ = {}));
|
|
2534
2548
|
/** @internal */
|
|
2535
2549
|
export const PayloadPreviousRole$inboundSchema = z.nativeEnum(PayloadPreviousRole);
|
|
2536
2550
|
/** @internal */
|
|
@@ -2548,7 +2562,7 @@ export var PayloadPreviousRole$;
|
|
|
2548
2562
|
})(PayloadPreviousRole$ || (PayloadPreviousRole$ = {}));
|
|
2549
2563
|
/** @internal */
|
|
2550
2564
|
export const PayloadProjectMembership$inboundSchema = z.object({
|
|
2551
|
-
role:
|
|
2565
|
+
role: UserEventPayload138Role$inboundSchema.optional(),
|
|
2552
2566
|
uid: z.string().optional(),
|
|
2553
2567
|
createdAt: z.number().optional(),
|
|
2554
2568
|
username: z.string().optional(),
|
|
@@ -2556,7 +2570,7 @@ export const PayloadProjectMembership$inboundSchema = z.object({
|
|
|
2556
2570
|
});
|
|
2557
2571
|
/** @internal */
|
|
2558
2572
|
export const PayloadProjectMembership$outboundSchema = z.object({
|
|
2559
|
-
role:
|
|
2573
|
+
role: UserEventPayload138Role$outboundSchema.optional(),
|
|
2560
2574
|
uid: z.string().optional(),
|
|
2561
2575
|
createdAt: z.number().optional(),
|
|
2562
2576
|
username: z.string().optional(),
|
|
@@ -2580,39 +2594,39 @@ export function payloadProjectMembershipFromJSON(jsonString) {
|
|
|
2580
2594
|
return safeParse(jsonString, (x) => PayloadProjectMembership$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadProjectMembership' from JSON`);
|
|
2581
2595
|
}
|
|
2582
2596
|
/** @internal */
|
|
2583
|
-
export const
|
|
2584
|
-
project: z.lazy(() =>
|
|
2597
|
+
export const OneHundredAndThirtyEight$inboundSchema = z.object({
|
|
2598
|
+
project: z.lazy(() => UserEventPayload138Project$inboundSchema),
|
|
2585
2599
|
projectMembership: z.lazy(() => PayloadProjectMembership$inboundSchema),
|
|
2586
2600
|
});
|
|
2587
2601
|
/** @internal */
|
|
2588
|
-
export const
|
|
2589
|
-
project: z.lazy(() =>
|
|
2602
|
+
export const OneHundredAndThirtyEight$outboundSchema = z.object({
|
|
2603
|
+
project: z.lazy(() => UserEventPayload138Project$outboundSchema),
|
|
2590
2604
|
projectMembership: z.lazy(() => PayloadProjectMembership$outboundSchema),
|
|
2591
2605
|
});
|
|
2592
2606
|
/**
|
|
2593
2607
|
* @internal
|
|
2594
2608
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2595
2609
|
*/
|
|
2596
|
-
export var
|
|
2597
|
-
(function (
|
|
2598
|
-
/** @deprecated use `
|
|
2599
|
-
|
|
2600
|
-
/** @deprecated use `
|
|
2601
|
-
|
|
2602
|
-
})(
|
|
2603
|
-
export function
|
|
2604
|
-
return JSON.stringify(
|
|
2610
|
+
export var OneHundredAndThirtyEight$;
|
|
2611
|
+
(function (OneHundredAndThirtyEight$) {
|
|
2612
|
+
/** @deprecated use `OneHundredAndThirtyEight$inboundSchema` instead. */
|
|
2613
|
+
OneHundredAndThirtyEight$.inboundSchema = OneHundredAndThirtyEight$inboundSchema;
|
|
2614
|
+
/** @deprecated use `OneHundredAndThirtyEight$outboundSchema` instead. */
|
|
2615
|
+
OneHundredAndThirtyEight$.outboundSchema = OneHundredAndThirtyEight$outboundSchema;
|
|
2616
|
+
})(OneHundredAndThirtyEight$ || (OneHundredAndThirtyEight$ = {}));
|
|
2617
|
+
export function oneHundredAndThirtyEightToJSON(oneHundredAndThirtyEight) {
|
|
2618
|
+
return JSON.stringify(OneHundredAndThirtyEight$outboundSchema.parse(oneHundredAndThirtyEight));
|
|
2605
2619
|
}
|
|
2606
|
-
export function
|
|
2607
|
-
return safeParse(jsonString, (x) =>
|
|
2620
|
+
export function oneHundredAndThirtyEightFromJSON(jsonString) {
|
|
2621
|
+
return safeParse(jsonString, (x) => OneHundredAndThirtyEight$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndThirtyEight' from JSON`);
|
|
2608
2622
|
}
|
|
2609
2623
|
/** @internal */
|
|
2610
|
-
export const
|
|
2624
|
+
export const UserEventPayload137Project$inboundSchema = z.object({
|
|
2611
2625
|
name: z.string(),
|
|
2612
2626
|
id: z.string().optional(),
|
|
2613
2627
|
});
|
|
2614
2628
|
/** @internal */
|
|
2615
|
-
export const
|
|
2629
|
+
export const UserEventPayload137Project$outboundSchema = z.object({
|
|
2616
2630
|
name: z.string(),
|
|
2617
2631
|
id: z.string().optional(),
|
|
2618
2632
|
});
|
|
@@ -2620,18 +2634,18 @@ export const UserEventPayload136Project$outboundSchema = z.object({
|
|
|
2620
2634
|
* @internal
|
|
2621
2635
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2622
2636
|
*/
|
|
2623
|
-
export var
|
|
2624
|
-
(function (
|
|
2625
|
-
/** @deprecated use `
|
|
2626
|
-
|
|
2627
|
-
/** @deprecated use `
|
|
2628
|
-
|
|
2629
|
-
})(
|
|
2630
|
-
export function
|
|
2631
|
-
return JSON.stringify(
|
|
2637
|
+
export var UserEventPayload137Project$;
|
|
2638
|
+
(function (UserEventPayload137Project$) {
|
|
2639
|
+
/** @deprecated use `UserEventPayload137Project$inboundSchema` instead. */
|
|
2640
|
+
UserEventPayload137Project$.inboundSchema = UserEventPayload137Project$inboundSchema;
|
|
2641
|
+
/** @deprecated use `UserEventPayload137Project$outboundSchema` instead. */
|
|
2642
|
+
UserEventPayload137Project$.outboundSchema = UserEventPayload137Project$outboundSchema;
|
|
2643
|
+
})(UserEventPayload137Project$ || (UserEventPayload137Project$ = {}));
|
|
2644
|
+
export function userEventPayload137ProjectToJSON(userEventPayload137Project) {
|
|
2645
|
+
return JSON.stringify(UserEventPayload137Project$outboundSchema.parse(userEventPayload137Project));
|
|
2632
2646
|
}
|
|
2633
|
-
export function
|
|
2634
|
-
return safeParse(jsonString, (x) =>
|
|
2647
|
+
export function userEventPayload137ProjectFromJSON(jsonString) {
|
|
2648
|
+
return safeParse(jsonString, (x) => UserEventPayload137Project$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload137Project' from JSON`);
|
|
2635
2649
|
}
|
|
2636
2650
|
/** @internal */
|
|
2637
2651
|
export const UserEventPayloadRole$inboundSchema = z.nativeEnum(UserEventPayloadRole);
|
|
@@ -2680,39 +2694,39 @@ export function removedMembershipFromJSON(jsonString) {
|
|
|
2680
2694
|
return safeParse(jsonString, (x) => RemovedMembership$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemovedMembership' from JSON`);
|
|
2681
2695
|
}
|
|
2682
2696
|
/** @internal */
|
|
2683
|
-
export const
|
|
2684
|
-
project: z.lazy(() =>
|
|
2697
|
+
export const OneHundredAndThirtySeven$inboundSchema = z.object({
|
|
2698
|
+
project: z.lazy(() => UserEventPayload137Project$inboundSchema),
|
|
2685
2699
|
removedMembership: z.lazy(() => RemovedMembership$inboundSchema),
|
|
2686
2700
|
});
|
|
2687
2701
|
/** @internal */
|
|
2688
|
-
export const
|
|
2689
|
-
project: z.lazy(() =>
|
|
2702
|
+
export const OneHundredAndThirtySeven$outboundSchema = z.object({
|
|
2703
|
+
project: z.lazy(() => UserEventPayload137Project$outboundSchema),
|
|
2690
2704
|
removedMembership: z.lazy(() => RemovedMembership$outboundSchema),
|
|
2691
2705
|
});
|
|
2692
2706
|
/**
|
|
2693
2707
|
* @internal
|
|
2694
2708
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2695
2709
|
*/
|
|
2696
|
-
export var
|
|
2697
|
-
(function (
|
|
2698
|
-
/** @deprecated use `
|
|
2699
|
-
|
|
2700
|
-
/** @deprecated use `
|
|
2701
|
-
|
|
2702
|
-
})(
|
|
2703
|
-
export function
|
|
2704
|
-
return JSON.stringify(
|
|
2710
|
+
export var OneHundredAndThirtySeven$;
|
|
2711
|
+
(function (OneHundredAndThirtySeven$) {
|
|
2712
|
+
/** @deprecated use `OneHundredAndThirtySeven$inboundSchema` instead. */
|
|
2713
|
+
OneHundredAndThirtySeven$.inboundSchema = OneHundredAndThirtySeven$inboundSchema;
|
|
2714
|
+
/** @deprecated use `OneHundredAndThirtySeven$outboundSchema` instead. */
|
|
2715
|
+
OneHundredAndThirtySeven$.outboundSchema = OneHundredAndThirtySeven$outboundSchema;
|
|
2716
|
+
})(OneHundredAndThirtySeven$ || (OneHundredAndThirtySeven$ = {}));
|
|
2717
|
+
export function oneHundredAndThirtySevenToJSON(oneHundredAndThirtySeven) {
|
|
2718
|
+
return JSON.stringify(OneHundredAndThirtySeven$outboundSchema.parse(oneHundredAndThirtySeven));
|
|
2705
2719
|
}
|
|
2706
|
-
export function
|
|
2707
|
-
return safeParse(jsonString, (x) =>
|
|
2720
|
+
export function oneHundredAndThirtySevenFromJSON(jsonString) {
|
|
2721
|
+
return safeParse(jsonString, (x) => OneHundredAndThirtySeven$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndThirtySeven' from JSON`);
|
|
2708
2722
|
}
|
|
2709
2723
|
/** @internal */
|
|
2710
|
-
export const
|
|
2724
|
+
export const UserEventPayload136Project$inboundSchema = z.object({
|
|
2711
2725
|
name: z.string(),
|
|
2712
2726
|
id: z.string().optional(),
|
|
2713
2727
|
});
|
|
2714
2728
|
/** @internal */
|
|
2715
|
-
export const
|
|
2729
|
+
export const UserEventPayload136Project$outboundSchema = z.object({
|
|
2716
2730
|
name: z.string(),
|
|
2717
2731
|
id: z.string().optional(),
|
|
2718
2732
|
});
|
|
@@ -2720,18 +2734,18 @@ export const UserEventPayload135Project$outboundSchema = z.object({
|
|
|
2720
2734
|
* @internal
|
|
2721
2735
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2722
2736
|
*/
|
|
2723
|
-
export var
|
|
2724
|
-
(function (
|
|
2725
|
-
/** @deprecated use `
|
|
2726
|
-
|
|
2727
|
-
/** @deprecated use `
|
|
2728
|
-
|
|
2729
|
-
})(
|
|
2730
|
-
export function
|
|
2731
|
-
return JSON.stringify(
|
|
2737
|
+
export var UserEventPayload136Project$;
|
|
2738
|
+
(function (UserEventPayload136Project$) {
|
|
2739
|
+
/** @deprecated use `UserEventPayload136Project$inboundSchema` instead. */
|
|
2740
|
+
UserEventPayload136Project$.inboundSchema = UserEventPayload136Project$inboundSchema;
|
|
2741
|
+
/** @deprecated use `UserEventPayload136Project$outboundSchema` instead. */
|
|
2742
|
+
UserEventPayload136Project$.outboundSchema = UserEventPayload136Project$outboundSchema;
|
|
2743
|
+
})(UserEventPayload136Project$ || (UserEventPayload136Project$ = {}));
|
|
2744
|
+
export function userEventPayload136ProjectToJSON(userEventPayload136Project) {
|
|
2745
|
+
return JSON.stringify(UserEventPayload136Project$outboundSchema.parse(userEventPayload136Project));
|
|
2732
2746
|
}
|
|
2733
|
-
export function
|
|
2734
|
-
return safeParse(jsonString, (x) =>
|
|
2747
|
+
export function userEventPayload136ProjectFromJSON(jsonString) {
|
|
2748
|
+
return safeParse(jsonString, (x) => UserEventPayload136Project$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload136Project' from JSON`);
|
|
2735
2749
|
}
|
|
2736
2750
|
/** @internal */
|
|
2737
2751
|
export const PayloadRole$inboundSchema = z
|
|
@@ -2781,15 +2795,46 @@ export function projectMembershipFromJSON(jsonString) {
|
|
|
2781
2795
|
return safeParse(jsonString, (x) => ProjectMembership$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProjectMembership' from JSON`);
|
|
2782
2796
|
}
|
|
2783
2797
|
/** @internal */
|
|
2784
|
-
export const
|
|
2785
|
-
project: z.lazy(() =>
|
|
2798
|
+
export const OneHundredAndThirtySix$inboundSchema = z.object({
|
|
2799
|
+
project: z.lazy(() => UserEventPayload136Project$inboundSchema),
|
|
2786
2800
|
projectMembership: z.nullable(z.lazy(() => ProjectMembership$inboundSchema)),
|
|
2787
2801
|
});
|
|
2788
2802
|
/** @internal */
|
|
2789
|
-
export const
|
|
2790
|
-
project: z.lazy(() =>
|
|
2803
|
+
export const OneHundredAndThirtySix$outboundSchema = z.object({
|
|
2804
|
+
project: z.lazy(() => UserEventPayload136Project$outboundSchema),
|
|
2791
2805
|
projectMembership: z.nullable(z.lazy(() => ProjectMembership$outboundSchema)),
|
|
2792
2806
|
});
|
|
2807
|
+
/**
|
|
2808
|
+
* @internal
|
|
2809
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2810
|
+
*/
|
|
2811
|
+
export var OneHundredAndThirtySix$;
|
|
2812
|
+
(function (OneHundredAndThirtySix$) {
|
|
2813
|
+
/** @deprecated use `OneHundredAndThirtySix$inboundSchema` instead. */
|
|
2814
|
+
OneHundredAndThirtySix$.inboundSchema = OneHundredAndThirtySix$inboundSchema;
|
|
2815
|
+
/** @deprecated use `OneHundredAndThirtySix$outboundSchema` instead. */
|
|
2816
|
+
OneHundredAndThirtySix$.outboundSchema = OneHundredAndThirtySix$outboundSchema;
|
|
2817
|
+
})(OneHundredAndThirtySix$ || (OneHundredAndThirtySix$ = {}));
|
|
2818
|
+
export function oneHundredAndThirtySixToJSON(oneHundredAndThirtySix) {
|
|
2819
|
+
return JSON.stringify(OneHundredAndThirtySix$outboundSchema.parse(oneHundredAndThirtySix));
|
|
2820
|
+
}
|
|
2821
|
+
export function oneHundredAndThirtySixFromJSON(jsonString) {
|
|
2822
|
+
return safeParse(jsonString, (x) => OneHundredAndThirtySix$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndThirtySix' from JSON`);
|
|
2823
|
+
}
|
|
2824
|
+
/** @internal */
|
|
2825
|
+
export const OneHundredAndThirtyFive$inboundSchema = z.object({
|
|
2826
|
+
previousProjectName: z.string(),
|
|
2827
|
+
newProjectName: z.string(),
|
|
2828
|
+
originAccountName: z.string(),
|
|
2829
|
+
transferId: z.string().optional(),
|
|
2830
|
+
});
|
|
2831
|
+
/** @internal */
|
|
2832
|
+
export const OneHundredAndThirtyFive$outboundSchema = z.object({
|
|
2833
|
+
previousProjectName: z.string(),
|
|
2834
|
+
newProjectName: z.string(),
|
|
2835
|
+
originAccountName: z.string(),
|
|
2836
|
+
transferId: z.string().optional(),
|
|
2837
|
+
});
|
|
2793
2838
|
/**
|
|
2794
2839
|
* @internal
|
|
2795
2840
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
@@ -2811,14 +2856,14 @@ export function oneHundredAndThirtyFiveFromJSON(jsonString) {
|
|
|
2811
2856
|
export const OneHundredAndThirtyFour$inboundSchema = z.object({
|
|
2812
2857
|
previousProjectName: z.string(),
|
|
2813
2858
|
newProjectName: z.string(),
|
|
2814
|
-
|
|
2859
|
+
destinationAccountName: z.string(),
|
|
2815
2860
|
transferId: z.string().optional(),
|
|
2816
2861
|
});
|
|
2817
2862
|
/** @internal */
|
|
2818
2863
|
export const OneHundredAndThirtyFour$outboundSchema = z.object({
|
|
2819
2864
|
previousProjectName: z.string(),
|
|
2820
2865
|
newProjectName: z.string(),
|
|
2821
|
-
|
|
2866
|
+
destinationAccountName: z.string(),
|
|
2822
2867
|
transferId: z.string().optional(),
|
|
2823
2868
|
});
|
|
2824
2869
|
/**
|
|
@@ -2840,16 +2885,14 @@ export function oneHundredAndThirtyFourFromJSON(jsonString) {
|
|
|
2840
2885
|
}
|
|
2841
2886
|
/** @internal */
|
|
2842
2887
|
export const OneHundredAndThirtyThree$inboundSchema = z.object({
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
destinationAccountName: z.string(),
|
|
2888
|
+
projectName: z.string(),
|
|
2889
|
+
destinationAccountName: z.nullable(z.string()),
|
|
2846
2890
|
transferId: z.string().optional(),
|
|
2847
2891
|
});
|
|
2848
2892
|
/** @internal */
|
|
2849
2893
|
export const OneHundredAndThirtyThree$outboundSchema = z.object({
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
|
-
destinationAccountName: z.string(),
|
|
2894
|
+
projectName: z.string(),
|
|
2895
|
+
destinationAccountName: z.nullable(z.string()),
|
|
2853
2896
|
transferId: z.string().optional(),
|
|
2854
2897
|
});
|
|
2855
2898
|
/**
|
|
@@ -2871,14 +2914,20 @@ export function oneHundredAndThirtyThreeFromJSON(jsonString) {
|
|
|
2871
2914
|
}
|
|
2872
2915
|
/** @internal */
|
|
2873
2916
|
export const OneHundredAndThirtyTwo$inboundSchema = z.object({
|
|
2917
|
+
projectId: z.string(),
|
|
2874
2918
|
projectName: z.string(),
|
|
2875
|
-
|
|
2919
|
+
originAccountName: z.string(),
|
|
2920
|
+
destinationAccountName: z.string(),
|
|
2921
|
+
destinationAccountId: z.string(),
|
|
2876
2922
|
transferId: z.string().optional(),
|
|
2877
2923
|
});
|
|
2878
2924
|
/** @internal */
|
|
2879
2925
|
export const OneHundredAndThirtyTwo$outboundSchema = z.object({
|
|
2926
|
+
projectId: z.string(),
|
|
2880
2927
|
projectName: z.string(),
|
|
2881
|
-
|
|
2928
|
+
originAccountName: z.string(),
|
|
2929
|
+
destinationAccountName: z.string(),
|
|
2930
|
+
destinationAccountId: z.string(),
|
|
2882
2931
|
transferId: z.string().optional(),
|
|
2883
2932
|
});
|
|
2884
2933
|
/**
|
|
@@ -2900,21 +2949,21 @@ export function oneHundredAndThirtyTwoFromJSON(jsonString) {
|
|
|
2900
2949
|
}
|
|
2901
2950
|
/** @internal */
|
|
2902
2951
|
export const OneHundredAndThirtyOne$inboundSchema = z.object({
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2952
|
+
requestedTeamName: z.string(),
|
|
2953
|
+
requestedUserName: z.string().optional(),
|
|
2954
|
+
gitUsername: z.string().optional(),
|
|
2955
|
+
githubUsername: z.string().optional(),
|
|
2956
|
+
gitlabUsername: z.string().optional(),
|
|
2957
|
+
bitbucketUsername: z.string().optional(),
|
|
2909
2958
|
});
|
|
2910
2959
|
/** @internal */
|
|
2911
2960
|
export const OneHundredAndThirtyOne$outboundSchema = z.object({
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
|
|
2961
|
+
requestedTeamName: z.string(),
|
|
2962
|
+
requestedUserName: z.string().optional(),
|
|
2963
|
+
gitUsername: z.string().optional(),
|
|
2964
|
+
githubUsername: z.string().optional(),
|
|
2965
|
+
gitlabUsername: z.string().optional(),
|
|
2966
|
+
bitbucketUsername: z.string().optional(),
|
|
2918
2967
|
});
|
|
2919
2968
|
/**
|
|
2920
2969
|
* @internal
|
|
@@ -2935,21 +2984,21 @@ export function oneHundredAndThirtyOneFromJSON(jsonString) {
|
|
|
2935
2984
|
}
|
|
2936
2985
|
/** @internal */
|
|
2937
2986
|
export const OneHundredAndThirty$inboundSchema = z.object({
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
gitUsername: z.string().optional(),
|
|
2941
|
-
githubUsername: z.string().optional(),
|
|
2942
|
-
gitlabUsername: z.string().optional(),
|
|
2943
|
-
bitbucketUsername: z.string().optional(),
|
|
2987
|
+
teamName: z.string(),
|
|
2988
|
+
username: z.string().optional(),
|
|
2989
|
+
gitUsername: z.nullable(z.string()).optional(),
|
|
2990
|
+
githubUsername: z.nullable(z.string()).optional(),
|
|
2991
|
+
gitlabUsername: z.nullable(z.string()).optional(),
|
|
2992
|
+
bitbucketUsername: z.nullable(z.string()).optional(),
|
|
2944
2993
|
});
|
|
2945
2994
|
/** @internal */
|
|
2946
2995
|
export const OneHundredAndThirty$outboundSchema = z.object({
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
gitUsername: z.string().optional(),
|
|
2950
|
-
githubUsername: z.string().optional(),
|
|
2951
|
-
gitlabUsername: z.string().optional(),
|
|
2952
|
-
bitbucketUsername: z.string().optional(),
|
|
2996
|
+
teamName: z.string(),
|
|
2997
|
+
username: z.string().optional(),
|
|
2998
|
+
gitUsername: z.nullable(z.string()).optional(),
|
|
2999
|
+
githubUsername: z.nullable(z.string()).optional(),
|
|
3000
|
+
gitlabUsername: z.nullable(z.string()).optional(),
|
|
3001
|
+
bitbucketUsername: z.nullable(z.string()).optional(),
|
|
2953
3002
|
});
|
|
2954
3003
|
/**
|
|
2955
3004
|
* @internal
|
|
@@ -2972,19 +3021,23 @@ export function oneHundredAndThirtyFromJSON(jsonString) {
|
|
|
2972
3021
|
export const OneHundredAndTwentyNine$inboundSchema = z.object({
|
|
2973
3022
|
teamName: z.string(),
|
|
2974
3023
|
username: z.string().optional(),
|
|
2975
|
-
gitUsername: z.
|
|
3024
|
+
gitUsername: z.string().optional(),
|
|
2976
3025
|
githubUsername: z.nullable(z.string()).optional(),
|
|
2977
3026
|
gitlabUsername: z.nullable(z.string()).optional(),
|
|
2978
3027
|
bitbucketUsername: z.nullable(z.string()).optional(),
|
|
3028
|
+
updatedUid: z.string().optional(),
|
|
3029
|
+
teamId: z.string().optional(),
|
|
2979
3030
|
});
|
|
2980
3031
|
/** @internal */
|
|
2981
3032
|
export const OneHundredAndTwentyNine$outboundSchema = z.object({
|
|
2982
3033
|
teamName: z.string(),
|
|
2983
3034
|
username: z.string().optional(),
|
|
2984
|
-
gitUsername: z.
|
|
3035
|
+
gitUsername: z.string().optional(),
|
|
2985
3036
|
githubUsername: z.nullable(z.string()).optional(),
|
|
2986
3037
|
gitlabUsername: z.nullable(z.string()).optional(),
|
|
2987
3038
|
bitbucketUsername: z.nullable(z.string()).optional(),
|
|
3039
|
+
updatedUid: z.string().optional(),
|
|
3040
|
+
teamId: z.string().optional(),
|
|
2988
3041
|
});
|
|
2989
3042
|
/**
|
|
2990
3043
|
* @internal
|
|
@@ -3005,25 +3058,13 @@ export function oneHundredAndTwentyNineFromJSON(jsonString) {
|
|
|
3005
3058
|
}
|
|
3006
3059
|
/** @internal */
|
|
3007
3060
|
export const OneHundredAndTwentyEight$inboundSchema = z.object({
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
gitUsername: z.string().optional(),
|
|
3011
|
-
githubUsername: z.nullable(z.string()).optional(),
|
|
3012
|
-
gitlabUsername: z.nullable(z.string()).optional(),
|
|
3013
|
-
bitbucketUsername: z.nullable(z.string()).optional(),
|
|
3014
|
-
updatedUid: z.string().optional(),
|
|
3015
|
-
teamId: z.string().optional(),
|
|
3061
|
+
price: z.number().optional(),
|
|
3062
|
+
currency: z.string().optional(),
|
|
3016
3063
|
});
|
|
3017
3064
|
/** @internal */
|
|
3018
3065
|
export const OneHundredAndTwentyEight$outboundSchema = z.object({
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
gitUsername: z.string().optional(),
|
|
3022
|
-
githubUsername: z.nullable(z.string()).optional(),
|
|
3023
|
-
gitlabUsername: z.nullable(z.string()).optional(),
|
|
3024
|
-
bitbucketUsername: z.nullable(z.string()).optional(),
|
|
3025
|
-
updatedUid: z.string().optional(),
|
|
3026
|
-
teamId: z.string().optional(),
|
|
3066
|
+
price: z.number().optional(),
|
|
3067
|
+
currency: z.string().optional(),
|
|
3027
3068
|
});
|
|
3028
3069
|
/**
|
|
3029
3070
|
* @internal
|
|
@@ -3044,13 +3085,13 @@ export function oneHundredAndTwentyEightFromJSON(jsonString) {
|
|
|
3044
3085
|
}
|
|
3045
3086
|
/** @internal */
|
|
3046
3087
|
export const OneHundredAndTwentySeven$inboundSchema = z.object({
|
|
3047
|
-
|
|
3048
|
-
|
|
3088
|
+
previewDeploymentSuffix: z.nullable(z.string()).optional(),
|
|
3089
|
+
previousPreviewDeploymentSuffix: z.nullable(z.string()).optional(),
|
|
3049
3090
|
});
|
|
3050
3091
|
/** @internal */
|
|
3051
3092
|
export const OneHundredAndTwentySeven$outboundSchema = z.object({
|
|
3052
|
-
|
|
3053
|
-
|
|
3093
|
+
previewDeploymentSuffix: z.nullable(z.string()).optional(),
|
|
3094
|
+
previousPreviewDeploymentSuffix: z.nullable(z.string()).optional(),
|
|
3054
3095
|
});
|
|
3055
3096
|
/**
|
|
3056
3097
|
* @internal
|
|
@@ -3071,13 +3112,15 @@ export function oneHundredAndTwentySevenFromJSON(jsonString) {
|
|
|
3071
3112
|
}
|
|
3072
3113
|
/** @internal */
|
|
3073
3114
|
export const OneHundredAndTwentySix$inboundSchema = z.object({
|
|
3074
|
-
|
|
3075
|
-
|
|
3115
|
+
price: z.number().optional(),
|
|
3116
|
+
currency: z.string().optional(),
|
|
3117
|
+
enabled: z.boolean().optional(),
|
|
3076
3118
|
});
|
|
3077
3119
|
/** @internal */
|
|
3078
3120
|
export const OneHundredAndTwentySix$outboundSchema = z.object({
|
|
3079
|
-
|
|
3080
|
-
|
|
3121
|
+
price: z.number().optional(),
|
|
3122
|
+
currency: z.string().optional(),
|
|
3123
|
+
enabled: z.boolean().optional(),
|
|
3081
3124
|
});
|
|
3082
3125
|
/**
|
|
3083
3126
|
* @internal
|
|
@@ -3098,15 +3141,11 @@ export function oneHundredAndTwentySixFromJSON(jsonString) {
|
|
|
3098
3141
|
}
|
|
3099
3142
|
/** @internal */
|
|
3100
3143
|
export const OneHundredAndTwentyFive$inboundSchema = z.object({
|
|
3101
|
-
|
|
3102
|
-
currency: z.string().optional(),
|
|
3103
|
-
enabled: z.boolean().optional(),
|
|
3144
|
+
username: z.string(),
|
|
3104
3145
|
});
|
|
3105
3146
|
/** @internal */
|
|
3106
3147
|
export const OneHundredAndTwentyFive$outboundSchema = z.object({
|
|
3107
|
-
|
|
3108
|
-
currency: z.string().optional(),
|
|
3109
|
-
enabled: z.boolean().optional(),
|
|
3148
|
+
username: z.string(),
|
|
3110
3149
|
});
|
|
3111
3150
|
/**
|
|
3112
3151
|
* @internal
|
|
@@ -3127,11 +3166,13 @@ export function oneHundredAndTwentyFiveFromJSON(jsonString) {
|
|
|
3127
3166
|
}
|
|
3128
3167
|
/** @internal */
|
|
3129
3168
|
export const OneHundredAndTwentyFour$inboundSchema = z.object({
|
|
3130
|
-
|
|
3169
|
+
email: z.string(),
|
|
3170
|
+
prevEmail: z.string(),
|
|
3131
3171
|
});
|
|
3132
3172
|
/** @internal */
|
|
3133
3173
|
export const OneHundredAndTwentyFour$outboundSchema = z.object({
|
|
3134
|
-
|
|
3174
|
+
email: z.string(),
|
|
3175
|
+
prevEmail: z.string(),
|
|
3135
3176
|
});
|
|
3136
3177
|
/**
|
|
3137
3178
|
* @internal
|
|
@@ -3152,13 +3193,11 @@ export function oneHundredAndTwentyFourFromJSON(jsonString) {
|
|
|
3152
3193
|
}
|
|
3153
3194
|
/** @internal */
|
|
3154
3195
|
export const OneHundredAndTwentyThree$inboundSchema = z.object({
|
|
3155
|
-
|
|
3156
|
-
prevEmail: z.string(),
|
|
3196
|
+
mfaEnabled: z.boolean(),
|
|
3157
3197
|
});
|
|
3158
3198
|
/** @internal */
|
|
3159
3199
|
export const OneHundredAndTwentyThree$outboundSchema = z.object({
|
|
3160
|
-
|
|
3161
|
-
prevEmail: z.string(),
|
|
3200
|
+
mfaEnabled: z.boolean(),
|
|
3162
3201
|
});
|
|
3163
3202
|
/**
|
|
3164
3203
|
* @internal
|
|
@@ -3179,11 +3218,13 @@ export function oneHundredAndTwentyThreeFromJSON(jsonString) {
|
|
|
3179
3218
|
}
|
|
3180
3219
|
/** @internal */
|
|
3181
3220
|
export const OneHundredAndTwentyTwo$inboundSchema = z.object({
|
|
3182
|
-
|
|
3221
|
+
enabled: z.boolean(),
|
|
3222
|
+
totpVerified: z.boolean(),
|
|
3183
3223
|
});
|
|
3184
3224
|
/** @internal */
|
|
3185
3225
|
export const OneHundredAndTwentyTwo$outboundSchema = z.object({
|
|
3186
|
-
|
|
3226
|
+
enabled: z.boolean(),
|
|
3227
|
+
totpVerified: z.boolean(),
|
|
3187
3228
|
});
|
|
3188
3229
|
/**
|
|
3189
3230
|
* @internal
|
|
@@ -3203,33 +3244,6 @@ export function oneHundredAndTwentyTwoFromJSON(jsonString) {
|
|
|
3203
3244
|
return safeParse(jsonString, (x) => OneHundredAndTwentyTwo$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTwentyTwo' from JSON`);
|
|
3204
3245
|
}
|
|
3205
3246
|
/** @internal */
|
|
3206
|
-
export const OneHundredAndTwentyOne$inboundSchema = z.object({
|
|
3207
|
-
enabled: z.boolean(),
|
|
3208
|
-
totpVerified: z.boolean(),
|
|
3209
|
-
});
|
|
3210
|
-
/** @internal */
|
|
3211
|
-
export const OneHundredAndTwentyOne$outboundSchema = z.object({
|
|
3212
|
-
enabled: z.boolean(),
|
|
3213
|
-
totpVerified: z.boolean(),
|
|
3214
|
-
});
|
|
3215
|
-
/**
|
|
3216
|
-
* @internal
|
|
3217
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3218
|
-
*/
|
|
3219
|
-
export var OneHundredAndTwentyOne$;
|
|
3220
|
-
(function (OneHundredAndTwentyOne$) {
|
|
3221
|
-
/** @deprecated use `OneHundredAndTwentyOne$inboundSchema` instead. */
|
|
3222
|
-
OneHundredAndTwentyOne$.inboundSchema = OneHundredAndTwentyOne$inboundSchema;
|
|
3223
|
-
/** @deprecated use `OneHundredAndTwentyOne$outboundSchema` instead. */
|
|
3224
|
-
OneHundredAndTwentyOne$.outboundSchema = OneHundredAndTwentyOne$outboundSchema;
|
|
3225
|
-
})(OneHundredAndTwentyOne$ || (OneHundredAndTwentyOne$ = {}));
|
|
3226
|
-
export function oneHundredAndTwentyOneToJSON(oneHundredAndTwentyOne) {
|
|
3227
|
-
return JSON.stringify(OneHundredAndTwentyOne$outboundSchema.parse(oneHundredAndTwentyOne));
|
|
3228
|
-
}
|
|
3229
|
-
export function oneHundredAndTwentyOneFromJSON(jsonString) {
|
|
3230
|
-
return safeParse(jsonString, (x) => OneHundredAndTwentyOne$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTwentyOne' from JSON`);
|
|
3231
|
-
}
|
|
3232
|
-
/** @internal */
|
|
3233
3247
|
export const Previous$inboundSchema = z.object({
|
|
3234
3248
|
enabled: z.boolean(),
|
|
3235
3249
|
totpVerified: z.boolean(),
|
|
@@ -3285,12 +3299,12 @@ export function nextFromJSON(jsonString) {
|
|
|
3285
3299
|
return safeParse(jsonString, (x) => Next$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Next' from JSON`);
|
|
3286
3300
|
}
|
|
3287
3301
|
/** @internal */
|
|
3288
|
-
export const
|
|
3302
|
+
export const OneHundredAndTwentyOne$inboundSchema = z.object({
|
|
3289
3303
|
previous: z.lazy(() => Previous$inboundSchema),
|
|
3290
3304
|
next: z.lazy(() => Next$inboundSchema),
|
|
3291
3305
|
});
|
|
3292
3306
|
/** @internal */
|
|
3293
|
-
export const
|
|
3307
|
+
export const OneHundredAndTwentyOne$outboundSchema = z.object({
|
|
3294
3308
|
previous: z.lazy(() => Previous$outboundSchema),
|
|
3295
3309
|
next: z.lazy(() => Next$outboundSchema),
|
|
3296
3310
|
});
|
|
@@ -3298,18 +3312,18 @@ export const OneHundredAndTwenty$outboundSchema = z.object({
|
|
|
3298
3312
|
* @internal
|
|
3299
3313
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3300
3314
|
*/
|
|
3301
|
-
export var
|
|
3302
|
-
(function (
|
|
3303
|
-
/** @deprecated use `
|
|
3304
|
-
|
|
3305
|
-
/** @deprecated use `
|
|
3306
|
-
|
|
3307
|
-
})(
|
|
3308
|
-
export function
|
|
3309
|
-
return JSON.stringify(
|
|
3315
|
+
export var OneHundredAndTwentyOne$;
|
|
3316
|
+
(function (OneHundredAndTwentyOne$) {
|
|
3317
|
+
/** @deprecated use `OneHundredAndTwentyOne$inboundSchema` instead. */
|
|
3318
|
+
OneHundredAndTwentyOne$.inboundSchema = OneHundredAndTwentyOne$inboundSchema;
|
|
3319
|
+
/** @deprecated use `OneHundredAndTwentyOne$outboundSchema` instead. */
|
|
3320
|
+
OneHundredAndTwentyOne$.outboundSchema = OneHundredAndTwentyOne$outboundSchema;
|
|
3321
|
+
})(OneHundredAndTwentyOne$ || (OneHundredAndTwentyOne$ = {}));
|
|
3322
|
+
export function oneHundredAndTwentyOneToJSON(oneHundredAndTwentyOne) {
|
|
3323
|
+
return JSON.stringify(OneHundredAndTwentyOne$outboundSchema.parse(oneHundredAndTwentyOne));
|
|
3310
3324
|
}
|
|
3311
|
-
export function
|
|
3312
|
-
return safeParse(jsonString, (x) =>
|
|
3325
|
+
export function oneHundredAndTwentyOneFromJSON(jsonString) {
|
|
3326
|
+
return safeParse(jsonString, (x) => OneHundredAndTwentyOne$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTwentyOne' from JSON`);
|
|
3313
3327
|
}
|
|
3314
3328
|
/** @internal */
|
|
3315
3329
|
export const PayloadRemoteCaching$inboundSchema = z.object({
|
|
@@ -3337,13 +3351,38 @@ export function payloadRemoteCachingFromJSON(jsonString) {
|
|
|
3337
3351
|
return safeParse(jsonString, (x) => PayloadRemoteCaching$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadRemoteCaching' from JSON`);
|
|
3338
3352
|
}
|
|
3339
3353
|
/** @internal */
|
|
3340
|
-
export const
|
|
3354
|
+
export const OneHundredAndTwenty$inboundSchema = z.object({
|
|
3341
3355
|
remoteCaching: z.lazy(() => PayloadRemoteCaching$inboundSchema).optional(),
|
|
3342
3356
|
});
|
|
3343
3357
|
/** @internal */
|
|
3344
|
-
export const
|
|
3358
|
+
export const OneHundredAndTwenty$outboundSchema = z.object({
|
|
3345
3359
|
remoteCaching: z.lazy(() => PayloadRemoteCaching$outboundSchema).optional(),
|
|
3346
3360
|
});
|
|
3361
|
+
/**
|
|
3362
|
+
* @internal
|
|
3363
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3364
|
+
*/
|
|
3365
|
+
export var OneHundredAndTwenty$;
|
|
3366
|
+
(function (OneHundredAndTwenty$) {
|
|
3367
|
+
/** @deprecated use `OneHundredAndTwenty$inboundSchema` instead. */
|
|
3368
|
+
OneHundredAndTwenty$.inboundSchema = OneHundredAndTwenty$inboundSchema;
|
|
3369
|
+
/** @deprecated use `OneHundredAndTwenty$outboundSchema` instead. */
|
|
3370
|
+
OneHundredAndTwenty$.outboundSchema = OneHundredAndTwenty$outboundSchema;
|
|
3371
|
+
})(OneHundredAndTwenty$ || (OneHundredAndTwenty$ = {}));
|
|
3372
|
+
export function oneHundredAndTwentyToJSON(oneHundredAndTwenty) {
|
|
3373
|
+
return JSON.stringify(OneHundredAndTwenty$outboundSchema.parse(oneHundredAndTwenty));
|
|
3374
|
+
}
|
|
3375
|
+
export function oneHundredAndTwentyFromJSON(jsonString) {
|
|
3376
|
+
return safeParse(jsonString, (x) => OneHundredAndTwenty$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTwenty' from JSON`);
|
|
3377
|
+
}
|
|
3378
|
+
/** @internal */
|
|
3379
|
+
export const OneHundredAndNineteen$inboundSchema = z.object({
|
|
3380
|
+
slug: z.string().optional(),
|
|
3381
|
+
});
|
|
3382
|
+
/** @internal */
|
|
3383
|
+
export const OneHundredAndNineteen$outboundSchema = z.object({
|
|
3384
|
+
slug: z.string().optional(),
|
|
3385
|
+
});
|
|
3347
3386
|
/**
|
|
3348
3387
|
* @internal
|
|
3349
3388
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
@@ -3363,11 +3402,11 @@ export function oneHundredAndNineteenFromJSON(jsonString) {
|
|
|
3363
3402
|
}
|
|
3364
3403
|
/** @internal */
|
|
3365
3404
|
export const OneHundredAndEighteen$inboundSchema = z.object({
|
|
3366
|
-
|
|
3405
|
+
name: z.string().optional(),
|
|
3367
3406
|
});
|
|
3368
3407
|
/** @internal */
|
|
3369
3408
|
export const OneHundredAndEighteen$outboundSchema = z.object({
|
|
3370
|
-
|
|
3409
|
+
name: z.string().optional(),
|
|
3371
3410
|
});
|
|
3372
3411
|
/**
|
|
3373
3412
|
* @internal
|
|
@@ -3388,61 +3427,36 @@ export function oneHundredAndEighteenFromJSON(jsonString) {
|
|
|
3388
3427
|
}
|
|
3389
3428
|
/** @internal */
|
|
3390
3429
|
export const OneHundredAndSeventeen$inboundSchema = z.object({
|
|
3391
|
-
name: z.string().optional(),
|
|
3392
|
-
});
|
|
3393
|
-
/** @internal */
|
|
3394
|
-
export const OneHundredAndSeventeen$outboundSchema = z.object({
|
|
3395
|
-
name: z.string().optional(),
|
|
3396
|
-
});
|
|
3397
|
-
/**
|
|
3398
|
-
* @internal
|
|
3399
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3400
|
-
*/
|
|
3401
|
-
export var OneHundredAndSeventeen$;
|
|
3402
|
-
(function (OneHundredAndSeventeen$) {
|
|
3403
|
-
/** @deprecated use `OneHundredAndSeventeen$inboundSchema` instead. */
|
|
3404
|
-
OneHundredAndSeventeen$.inboundSchema = OneHundredAndSeventeen$inboundSchema;
|
|
3405
|
-
/** @deprecated use `OneHundredAndSeventeen$outboundSchema` instead. */
|
|
3406
|
-
OneHundredAndSeventeen$.outboundSchema = OneHundredAndSeventeen$outboundSchema;
|
|
3407
|
-
})(OneHundredAndSeventeen$ || (OneHundredAndSeventeen$ = {}));
|
|
3408
|
-
export function oneHundredAndSeventeenToJSON(oneHundredAndSeventeen) {
|
|
3409
|
-
return JSON.stringify(OneHundredAndSeventeen$outboundSchema.parse(oneHundredAndSeventeen));
|
|
3410
|
-
}
|
|
3411
|
-
export function oneHundredAndSeventeenFromJSON(jsonString) {
|
|
3412
|
-
return safeParse(jsonString, (x) => OneHundredAndSeventeen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSeventeen' from JSON`);
|
|
3413
|
-
}
|
|
3414
|
-
/** @internal */
|
|
3415
|
-
export const OneHundredAndSixteen$inboundSchema = z.object({
|
|
3416
3430
|
enforced: z.boolean(),
|
|
3417
3431
|
});
|
|
3418
|
-
/** @internal */
|
|
3419
|
-
export const
|
|
3420
|
-
enforced: z.boolean(),
|
|
3421
|
-
});
|
|
3422
|
-
/**
|
|
3423
|
-
* @internal
|
|
3424
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3425
|
-
*/
|
|
3426
|
-
export var
|
|
3427
|
-
(function (
|
|
3428
|
-
/** @deprecated use `
|
|
3429
|
-
|
|
3430
|
-
/** @deprecated use `
|
|
3431
|
-
|
|
3432
|
-
})(
|
|
3433
|
-
export function
|
|
3434
|
-
return JSON.stringify(
|
|
3432
|
+
/** @internal */
|
|
3433
|
+
export const OneHundredAndSeventeen$outboundSchema = z.object({
|
|
3434
|
+
enforced: z.boolean(),
|
|
3435
|
+
});
|
|
3436
|
+
/**
|
|
3437
|
+
* @internal
|
|
3438
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3439
|
+
*/
|
|
3440
|
+
export var OneHundredAndSeventeen$;
|
|
3441
|
+
(function (OneHundredAndSeventeen$) {
|
|
3442
|
+
/** @deprecated use `OneHundredAndSeventeen$inboundSchema` instead. */
|
|
3443
|
+
OneHundredAndSeventeen$.inboundSchema = OneHundredAndSeventeen$inboundSchema;
|
|
3444
|
+
/** @deprecated use `OneHundredAndSeventeen$outboundSchema` instead. */
|
|
3445
|
+
OneHundredAndSeventeen$.outboundSchema = OneHundredAndSeventeen$outboundSchema;
|
|
3446
|
+
})(OneHundredAndSeventeen$ || (OneHundredAndSeventeen$ = {}));
|
|
3447
|
+
export function oneHundredAndSeventeenToJSON(oneHundredAndSeventeen) {
|
|
3448
|
+
return JSON.stringify(OneHundredAndSeventeen$outboundSchema.parse(oneHundredAndSeventeen));
|
|
3435
3449
|
}
|
|
3436
|
-
export function
|
|
3437
|
-
return safeParse(jsonString, (x) =>
|
|
3450
|
+
export function oneHundredAndSeventeenFromJSON(jsonString) {
|
|
3451
|
+
return safeParse(jsonString, (x) => OneHundredAndSeventeen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSeventeen' from JSON`);
|
|
3438
3452
|
}
|
|
3439
3453
|
/** @internal */
|
|
3440
|
-
export const
|
|
3454
|
+
export const UserEventPayload116User$inboundSchema = z.object({
|
|
3441
3455
|
id: z.string(),
|
|
3442
3456
|
username: z.string(),
|
|
3443
3457
|
});
|
|
3444
3458
|
/** @internal */
|
|
3445
|
-
export const
|
|
3459
|
+
export const UserEventPayload116User$outboundSchema = z.object({
|
|
3446
3460
|
id: z.string(),
|
|
3447
3461
|
username: z.string(),
|
|
3448
3462
|
});
|
|
@@ -3450,47 +3464,47 @@ export const UserEventPayload115User$outboundSchema = z.object({
|
|
|
3450
3464
|
* @internal
|
|
3451
3465
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3452
3466
|
*/
|
|
3453
|
-
export var
|
|
3454
|
-
(function (
|
|
3455
|
-
/** @deprecated use `
|
|
3456
|
-
|
|
3457
|
-
/** @deprecated use `
|
|
3458
|
-
|
|
3459
|
-
})(
|
|
3460
|
-
export function
|
|
3461
|
-
return JSON.stringify(
|
|
3467
|
+
export var UserEventPayload116User$;
|
|
3468
|
+
(function (UserEventPayload116User$) {
|
|
3469
|
+
/** @deprecated use `UserEventPayload116User$inboundSchema` instead. */
|
|
3470
|
+
UserEventPayload116User$.inboundSchema = UserEventPayload116User$inboundSchema;
|
|
3471
|
+
/** @deprecated use `UserEventPayload116User$outboundSchema` instead. */
|
|
3472
|
+
UserEventPayload116User$.outboundSchema = UserEventPayload116User$outboundSchema;
|
|
3473
|
+
})(UserEventPayload116User$ || (UserEventPayload116User$ = {}));
|
|
3474
|
+
export function userEventPayload116UserToJSON(userEventPayload116User) {
|
|
3475
|
+
return JSON.stringify(UserEventPayload116User$outboundSchema.parse(userEventPayload116User));
|
|
3462
3476
|
}
|
|
3463
|
-
export function
|
|
3464
|
-
return safeParse(jsonString, (x) =>
|
|
3477
|
+
export function userEventPayload116UserFromJSON(jsonString) {
|
|
3478
|
+
return safeParse(jsonString, (x) => UserEventPayload116User$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload116User' from JSON`);
|
|
3465
3479
|
}
|
|
3466
3480
|
/** @internal */
|
|
3467
|
-
export const
|
|
3481
|
+
export const OneHundredAndSixteen$inboundSchema = z.object({
|
|
3468
3482
|
entitlement: z.string(),
|
|
3469
|
-
user: z.lazy(() =>
|
|
3483
|
+
user: z.lazy(() => UserEventPayload116User$inboundSchema),
|
|
3470
3484
|
previousCanceledAt: z.string().optional(),
|
|
3471
3485
|
});
|
|
3472
3486
|
/** @internal */
|
|
3473
|
-
export const
|
|
3487
|
+
export const OneHundredAndSixteen$outboundSchema = z.object({
|
|
3474
3488
|
entitlement: z.string(),
|
|
3475
|
-
user: z.lazy(() =>
|
|
3489
|
+
user: z.lazy(() => UserEventPayload116User$outboundSchema),
|
|
3476
3490
|
previousCanceledAt: z.string().optional(),
|
|
3477
3491
|
});
|
|
3478
3492
|
/**
|
|
3479
3493
|
* @internal
|
|
3480
3494
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3481
3495
|
*/
|
|
3482
|
-
export var
|
|
3483
|
-
(function (
|
|
3484
|
-
/** @deprecated use `
|
|
3485
|
-
|
|
3486
|
-
/** @deprecated use `
|
|
3487
|
-
|
|
3488
|
-
})(
|
|
3489
|
-
export function
|
|
3490
|
-
return JSON.stringify(
|
|
3496
|
+
export var OneHundredAndSixteen$;
|
|
3497
|
+
(function (OneHundredAndSixteen$) {
|
|
3498
|
+
/** @deprecated use `OneHundredAndSixteen$inboundSchema` instead. */
|
|
3499
|
+
OneHundredAndSixteen$.inboundSchema = OneHundredAndSixteen$inboundSchema;
|
|
3500
|
+
/** @deprecated use `OneHundredAndSixteen$outboundSchema` instead. */
|
|
3501
|
+
OneHundredAndSixteen$.outboundSchema = OneHundredAndSixteen$outboundSchema;
|
|
3502
|
+
})(OneHundredAndSixteen$ || (OneHundredAndSixteen$ = {}));
|
|
3503
|
+
export function oneHundredAndSixteenToJSON(oneHundredAndSixteen) {
|
|
3504
|
+
return JSON.stringify(OneHundredAndSixteen$outboundSchema.parse(oneHundredAndSixteen));
|
|
3491
3505
|
}
|
|
3492
|
-
export function
|
|
3493
|
-
return safeParse(jsonString, (x) =>
|
|
3506
|
+
export function oneHundredAndSixteenFromJSON(jsonString) {
|
|
3507
|
+
return safeParse(jsonString, (x) => OneHundredAndSixteen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSixteen' from JSON`);
|
|
3494
3508
|
}
|
|
3495
3509
|
/** @internal */
|
|
3496
3510
|
export const UserEventPayloadUser$inboundSchema = z.object({
|
|
@@ -3520,12 +3534,12 @@ export function userEventPayloadUserFromJSON(jsonString) {
|
|
|
3520
3534
|
return safeParse(jsonString, (x) => UserEventPayloadUser$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayloadUser' from JSON`);
|
|
3521
3535
|
}
|
|
3522
3536
|
/** @internal */
|
|
3523
|
-
export const
|
|
3537
|
+
export const OneHundredAndFifteen$inboundSchema = z.object({
|
|
3524
3538
|
entitlement: z.string(),
|
|
3525
3539
|
user: z.lazy(() => UserEventPayloadUser$inboundSchema),
|
|
3526
3540
|
});
|
|
3527
3541
|
/** @internal */
|
|
3528
|
-
export const
|
|
3542
|
+
export const OneHundredAndFifteen$outboundSchema = z.object({
|
|
3529
3543
|
entitlement: z.string(),
|
|
3530
3544
|
user: z.lazy(() => UserEventPayloadUser$outboundSchema),
|
|
3531
3545
|
});
|
|
@@ -3533,18 +3547,18 @@ export const OneHundredAndFourteen$outboundSchema = z.object({
|
|
|
3533
3547
|
* @internal
|
|
3534
3548
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3535
3549
|
*/
|
|
3536
|
-
export var
|
|
3537
|
-
(function (
|
|
3538
|
-
/** @deprecated use `
|
|
3539
|
-
|
|
3540
|
-
/** @deprecated use `
|
|
3541
|
-
|
|
3542
|
-
})(
|
|
3543
|
-
export function
|
|
3544
|
-
return JSON.stringify(
|
|
3550
|
+
export var OneHundredAndFifteen$;
|
|
3551
|
+
(function (OneHundredAndFifteen$) {
|
|
3552
|
+
/** @deprecated use `OneHundredAndFifteen$inboundSchema` instead. */
|
|
3553
|
+
OneHundredAndFifteen$.inboundSchema = OneHundredAndFifteen$inboundSchema;
|
|
3554
|
+
/** @deprecated use `OneHundredAndFifteen$outboundSchema` instead. */
|
|
3555
|
+
OneHundredAndFifteen$.outboundSchema = OneHundredAndFifteen$outboundSchema;
|
|
3556
|
+
})(OneHundredAndFifteen$ || (OneHundredAndFifteen$ = {}));
|
|
3557
|
+
export function oneHundredAndFifteenToJSON(oneHundredAndFifteen) {
|
|
3558
|
+
return JSON.stringify(OneHundredAndFifteen$outboundSchema.parse(oneHundredAndFifteen));
|
|
3545
3559
|
}
|
|
3546
|
-
export function
|
|
3547
|
-
return safeParse(jsonString, (x) =>
|
|
3560
|
+
export function oneHundredAndFifteenFromJSON(jsonString) {
|
|
3561
|
+
return safeParse(jsonString, (x) => OneHundredAndFifteen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFifteen' from JSON`);
|
|
3548
3562
|
}
|
|
3549
3563
|
/** @internal */
|
|
3550
3564
|
export const UpdatedUser$inboundSchema = z.object({
|
|
@@ -3574,7 +3588,7 @@ export function updatedUserFromJSON(jsonString) {
|
|
|
3574
3588
|
return safeParse(jsonString, (x) => UpdatedUser$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdatedUser' from JSON`);
|
|
3575
3589
|
}
|
|
3576
3590
|
/** @internal */
|
|
3577
|
-
export const
|
|
3591
|
+
export const OneHundredAndFourteen$inboundSchema = z.object({
|
|
3578
3592
|
directoryType: z.string().optional(),
|
|
3579
3593
|
updatedUser: z.lazy(() => UpdatedUser$inboundSchema).optional(),
|
|
3580
3594
|
role: z.string().optional(),
|
|
@@ -3582,7 +3596,7 @@ export const OneHundredAndThirteen$inboundSchema = z.object({
|
|
|
3582
3596
|
updatedUid: z.string().optional(),
|
|
3583
3597
|
});
|
|
3584
3598
|
/** @internal */
|
|
3585
|
-
export const
|
|
3599
|
+
export const OneHundredAndFourteen$outboundSchema = z.object({
|
|
3586
3600
|
directoryType: z.string().optional(),
|
|
3587
3601
|
updatedUser: z.lazy(() => UpdatedUser$outboundSchema).optional(),
|
|
3588
3602
|
role: z.string().optional(),
|
|
@@ -3593,21 +3607,21 @@ export const OneHundredAndThirteen$outboundSchema = z.object({
|
|
|
3593
3607
|
* @internal
|
|
3594
3608
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3595
3609
|
*/
|
|
3596
|
-
export var
|
|
3597
|
-
(function (
|
|
3598
|
-
/** @deprecated use `
|
|
3599
|
-
|
|
3600
|
-
/** @deprecated use `
|
|
3601
|
-
|
|
3602
|
-
})(
|
|
3603
|
-
export function
|
|
3604
|
-
return JSON.stringify(
|
|
3610
|
+
export var OneHundredAndFourteen$;
|
|
3611
|
+
(function (OneHundredAndFourteen$) {
|
|
3612
|
+
/** @deprecated use `OneHundredAndFourteen$inboundSchema` instead. */
|
|
3613
|
+
OneHundredAndFourteen$.inboundSchema = OneHundredAndFourteen$inboundSchema;
|
|
3614
|
+
/** @deprecated use `OneHundredAndFourteen$outboundSchema` instead. */
|
|
3615
|
+
OneHundredAndFourteen$.outboundSchema = OneHundredAndFourteen$outboundSchema;
|
|
3616
|
+
})(OneHundredAndFourteen$ || (OneHundredAndFourteen$ = {}));
|
|
3617
|
+
export function oneHundredAndFourteenToJSON(oneHundredAndFourteen) {
|
|
3618
|
+
return JSON.stringify(OneHundredAndFourteen$outboundSchema.parse(oneHundredAndFourteen));
|
|
3605
3619
|
}
|
|
3606
|
-
export function
|
|
3607
|
-
return safeParse(jsonString, (x) =>
|
|
3620
|
+
export function oneHundredAndFourteenFromJSON(jsonString) {
|
|
3621
|
+
return safeParse(jsonString, (x) => OneHundredAndFourteen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFourteen' from JSON`);
|
|
3608
3622
|
}
|
|
3609
3623
|
/** @internal */
|
|
3610
|
-
export const
|
|
3624
|
+
export const OneHundredAndThirteen$inboundSchema = z.object({
|
|
3611
3625
|
role: z.string().optional(),
|
|
3612
3626
|
uid: z.string(),
|
|
3613
3627
|
origin: z.string().optional(),
|
|
@@ -3616,7 +3630,7 @@ export const OneHundredAndTwelve$inboundSchema = z.object({
|
|
|
3616
3630
|
entitlements: z.array(z.string()).optional(),
|
|
3617
3631
|
});
|
|
3618
3632
|
/** @internal */
|
|
3619
|
-
export const
|
|
3633
|
+
export const OneHundredAndThirteen$outboundSchema = z.object({
|
|
3620
3634
|
role: z.string().optional(),
|
|
3621
3635
|
uid: z.string(),
|
|
3622
3636
|
origin: z.string().optional(),
|
|
@@ -3628,18 +3642,18 @@ export const OneHundredAndTwelve$outboundSchema = z.object({
|
|
|
3628
3642
|
* @internal
|
|
3629
3643
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3630
3644
|
*/
|
|
3631
|
-
export var
|
|
3632
|
-
(function (
|
|
3633
|
-
/** @deprecated use `
|
|
3634
|
-
|
|
3635
|
-
/** @deprecated use `
|
|
3636
|
-
|
|
3637
|
-
})(
|
|
3638
|
-
export function
|
|
3639
|
-
return JSON.stringify(
|
|
3645
|
+
export var OneHundredAndThirteen$;
|
|
3646
|
+
(function (OneHundredAndThirteen$) {
|
|
3647
|
+
/** @deprecated use `OneHundredAndThirteen$inboundSchema` instead. */
|
|
3648
|
+
OneHundredAndThirteen$.inboundSchema = OneHundredAndThirteen$inboundSchema;
|
|
3649
|
+
/** @deprecated use `OneHundredAndThirteen$outboundSchema` instead. */
|
|
3650
|
+
OneHundredAndThirteen$.outboundSchema = OneHundredAndThirteen$outboundSchema;
|
|
3651
|
+
})(OneHundredAndThirteen$ || (OneHundredAndThirteen$ = {}));
|
|
3652
|
+
export function oneHundredAndThirteenToJSON(oneHundredAndThirteen) {
|
|
3653
|
+
return JSON.stringify(OneHundredAndThirteen$outboundSchema.parse(oneHundredAndThirteen));
|
|
3640
3654
|
}
|
|
3641
|
-
export function
|
|
3642
|
-
return safeParse(jsonString, (x) =>
|
|
3655
|
+
export function oneHundredAndThirteenFromJSON(jsonString) {
|
|
3656
|
+
return safeParse(jsonString, (x) => OneHundredAndThirteen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndThirteen' from JSON`);
|
|
3643
3657
|
}
|
|
3644
3658
|
/** @internal */
|
|
3645
3659
|
export const DeletedUser$inboundSchema = z.object({
|
|
@@ -3669,7 +3683,7 @@ export function deletedUserFromJSON(jsonString) {
|
|
|
3669
3683
|
return safeParse(jsonString, (x) => DeletedUser$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DeletedUser' from JSON`);
|
|
3670
3684
|
}
|
|
3671
3685
|
/** @internal */
|
|
3672
|
-
export const
|
|
3686
|
+
export const OneHundredAndTwelve$inboundSchema = z.object({
|
|
3673
3687
|
deletedUser: z.lazy(() => DeletedUser$inboundSchema).optional(),
|
|
3674
3688
|
deletedUid: z.string().optional(),
|
|
3675
3689
|
githubUsername: z.nullable(z.string()).optional(),
|
|
@@ -3678,7 +3692,7 @@ export const OneHundredAndEleven$inboundSchema = z.object({
|
|
|
3678
3692
|
directoryType: z.string().optional(),
|
|
3679
3693
|
});
|
|
3680
3694
|
/** @internal */
|
|
3681
|
-
export const
|
|
3695
|
+
export const OneHundredAndTwelve$outboundSchema = z.object({
|
|
3682
3696
|
deletedUser: z.lazy(() => DeletedUser$outboundSchema).optional(),
|
|
3683
3697
|
deletedUid: z.string().optional(),
|
|
3684
3698
|
githubUsername: z.nullable(z.string()).optional(),
|
|
@@ -3690,18 +3704,18 @@ export const OneHundredAndEleven$outboundSchema = z.object({
|
|
|
3690
3704
|
* @internal
|
|
3691
3705
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3692
3706
|
*/
|
|
3693
|
-
export var
|
|
3694
|
-
(function (
|
|
3695
|
-
/** @deprecated use `
|
|
3696
|
-
|
|
3697
|
-
/** @deprecated use `
|
|
3698
|
-
|
|
3699
|
-
})(
|
|
3700
|
-
export function
|
|
3701
|
-
return JSON.stringify(
|
|
3707
|
+
export var OneHundredAndTwelve$;
|
|
3708
|
+
(function (OneHundredAndTwelve$) {
|
|
3709
|
+
/** @deprecated use `OneHundredAndTwelve$inboundSchema` instead. */
|
|
3710
|
+
OneHundredAndTwelve$.inboundSchema = OneHundredAndTwelve$inboundSchema;
|
|
3711
|
+
/** @deprecated use `OneHundredAndTwelve$outboundSchema` instead. */
|
|
3712
|
+
OneHundredAndTwelve$.outboundSchema = OneHundredAndTwelve$outboundSchema;
|
|
3713
|
+
})(OneHundredAndTwelve$ || (OneHundredAndTwelve$ = {}));
|
|
3714
|
+
export function oneHundredAndTwelveToJSON(oneHundredAndTwelve) {
|
|
3715
|
+
return JSON.stringify(OneHundredAndTwelve$outboundSchema.parse(oneHundredAndTwelve));
|
|
3702
3716
|
}
|
|
3703
|
-
export function
|
|
3704
|
-
return safeParse(jsonString, (x) =>
|
|
3717
|
+
export function oneHundredAndTwelveFromJSON(jsonString) {
|
|
3718
|
+
return safeParse(jsonString, (x) => OneHundredAndTwelve$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTwelve' from JSON`);
|
|
3705
3719
|
}
|
|
3706
3720
|
/** @internal */
|
|
3707
3721
|
export const InvitedUser$inboundSchema = z.object({
|
|
@@ -3731,7 +3745,7 @@ export function invitedUserFromJSON(jsonString) {
|
|
|
3731
3745
|
return safeParse(jsonString, (x) => InvitedUser$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'InvitedUser' from JSON`);
|
|
3732
3746
|
}
|
|
3733
3747
|
/** @internal */
|
|
3734
|
-
export const
|
|
3748
|
+
export const OneHundredAndEleven$inboundSchema = z.object({
|
|
3735
3749
|
directoryType: z.string().optional(),
|
|
3736
3750
|
ssoType: z.string().optional(),
|
|
3737
3751
|
invitedUser: z.lazy(() => InvitedUser$inboundSchema).optional(),
|
|
@@ -3741,7 +3755,7 @@ export const OneHundredAndTen$inboundSchema = z.object({
|
|
|
3741
3755
|
invitedUid: z.string().optional(),
|
|
3742
3756
|
});
|
|
3743
3757
|
/** @internal */
|
|
3744
|
-
export const
|
|
3758
|
+
export const OneHundredAndEleven$outboundSchema = z.object({
|
|
3745
3759
|
directoryType: z.string().optional(),
|
|
3746
3760
|
ssoType: z.string().optional(),
|
|
3747
3761
|
invitedUser: z.lazy(() => InvitedUser$outboundSchema).optional(),
|
|
@@ -3754,18 +3768,18 @@ export const OneHundredAndTen$outboundSchema = z.object({
|
|
|
3754
3768
|
* @internal
|
|
3755
3769
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3756
3770
|
*/
|
|
3757
|
-
export var
|
|
3758
|
-
(function (
|
|
3759
|
-
/** @deprecated use `
|
|
3760
|
-
|
|
3761
|
-
/** @deprecated use `
|
|
3762
|
-
|
|
3763
|
-
})(
|
|
3764
|
-
export function
|
|
3765
|
-
return JSON.stringify(
|
|
3771
|
+
export var OneHundredAndEleven$;
|
|
3772
|
+
(function (OneHundredAndEleven$) {
|
|
3773
|
+
/** @deprecated use `OneHundredAndEleven$inboundSchema` instead. */
|
|
3774
|
+
OneHundredAndEleven$.inboundSchema = OneHundredAndEleven$inboundSchema;
|
|
3775
|
+
/** @deprecated use `OneHundredAndEleven$outboundSchema` instead. */
|
|
3776
|
+
OneHundredAndEleven$.outboundSchema = OneHundredAndEleven$outboundSchema;
|
|
3777
|
+
})(OneHundredAndEleven$ || (OneHundredAndEleven$ = {}));
|
|
3778
|
+
export function oneHundredAndElevenToJSON(oneHundredAndEleven) {
|
|
3779
|
+
return JSON.stringify(OneHundredAndEleven$outboundSchema.parse(oneHundredAndEleven));
|
|
3766
3780
|
}
|
|
3767
|
-
export function
|
|
3768
|
-
return safeParse(jsonString, (x) =>
|
|
3781
|
+
export function oneHundredAndElevenFromJSON(jsonString) {
|
|
3782
|
+
return safeParse(jsonString, (x) => OneHundredAndEleven$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndEleven' from JSON`);
|
|
3769
3783
|
}
|
|
3770
3784
|
/** @internal */
|
|
3771
3785
|
export const Reasons$inboundSchema = z.object({
|
|
@@ -3795,14 +3809,14 @@ export function reasonsFromJSON(jsonString) {
|
|
|
3795
3809
|
return safeParse(jsonString, (x) => Reasons$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Reasons' from JSON`);
|
|
3796
3810
|
}
|
|
3797
3811
|
/** @internal */
|
|
3798
|
-
export const
|
|
3812
|
+
export const OneHundredAndTen$inboundSchema = z.object({
|
|
3799
3813
|
slug: z.string(),
|
|
3800
3814
|
teamId: z.string(),
|
|
3801
3815
|
by: z.string(),
|
|
3802
3816
|
reasons: z.array(z.lazy(() => Reasons$inboundSchema)).optional(),
|
|
3803
3817
|
});
|
|
3804
3818
|
/** @internal */
|
|
3805
|
-
export const
|
|
3819
|
+
export const OneHundredAndTen$outboundSchema = z.object({
|
|
3806
3820
|
slug: z.string(),
|
|
3807
3821
|
teamId: z.string(),
|
|
3808
3822
|
by: z.string(),
|
|
@@ -3812,43 +3826,43 @@ export const OneHundredAndNine$outboundSchema = z.object({
|
|
|
3812
3826
|
* @internal
|
|
3813
3827
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3814
3828
|
*/
|
|
3815
|
-
export var
|
|
3816
|
-
(function (
|
|
3817
|
-
/** @deprecated use `
|
|
3818
|
-
|
|
3819
|
-
/** @deprecated use `
|
|
3820
|
-
|
|
3821
|
-
})(
|
|
3822
|
-
export function
|
|
3823
|
-
return JSON.stringify(
|
|
3829
|
+
export var OneHundredAndTen$;
|
|
3830
|
+
(function (OneHundredAndTen$) {
|
|
3831
|
+
/** @deprecated use `OneHundredAndTen$inboundSchema` instead. */
|
|
3832
|
+
OneHundredAndTen$.inboundSchema = OneHundredAndTen$inboundSchema;
|
|
3833
|
+
/** @deprecated use `OneHundredAndTen$outboundSchema` instead. */
|
|
3834
|
+
OneHundredAndTen$.outboundSchema = OneHundredAndTen$outboundSchema;
|
|
3835
|
+
})(OneHundredAndTen$ || (OneHundredAndTen$ = {}));
|
|
3836
|
+
export function oneHundredAndTenToJSON(oneHundredAndTen) {
|
|
3837
|
+
return JSON.stringify(OneHundredAndTen$outboundSchema.parse(oneHundredAndTen));
|
|
3824
3838
|
}
|
|
3825
|
-
export function
|
|
3826
|
-
return safeParse(jsonString, (x) =>
|
|
3839
|
+
export function oneHundredAndTenFromJSON(jsonString) {
|
|
3840
|
+
return safeParse(jsonString, (x) => OneHundredAndTen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTen' from JSON`);
|
|
3827
3841
|
}
|
|
3828
3842
|
/** @internal */
|
|
3829
|
-
export const
|
|
3843
|
+
export const OneHundredAndNine$inboundSchema = z.object({
|
|
3830
3844
|
slug: z.string(),
|
|
3831
3845
|
});
|
|
3832
3846
|
/** @internal */
|
|
3833
|
-
export const
|
|
3847
|
+
export const OneHundredAndNine$outboundSchema = z.object({
|
|
3834
3848
|
slug: z.string(),
|
|
3835
3849
|
});
|
|
3836
3850
|
/**
|
|
3837
3851
|
* @internal
|
|
3838
3852
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3839
3853
|
*/
|
|
3840
|
-
export var
|
|
3841
|
-
(function (
|
|
3842
|
-
/** @deprecated use `
|
|
3843
|
-
|
|
3844
|
-
/** @deprecated use `
|
|
3845
|
-
|
|
3846
|
-
})(
|
|
3847
|
-
export function
|
|
3848
|
-
return JSON.stringify(
|
|
3854
|
+
export var OneHundredAndNine$;
|
|
3855
|
+
(function (OneHundredAndNine$) {
|
|
3856
|
+
/** @deprecated use `OneHundredAndNine$inboundSchema` instead. */
|
|
3857
|
+
OneHundredAndNine$.inboundSchema = OneHundredAndNine$inboundSchema;
|
|
3858
|
+
/** @deprecated use `OneHundredAndNine$outboundSchema` instead. */
|
|
3859
|
+
OneHundredAndNine$.outboundSchema = OneHundredAndNine$outboundSchema;
|
|
3860
|
+
})(OneHundredAndNine$ || (OneHundredAndNine$ = {}));
|
|
3861
|
+
export function oneHundredAndNineToJSON(oneHundredAndNine) {
|
|
3862
|
+
return JSON.stringify(OneHundredAndNine$outboundSchema.parse(oneHundredAndNine));
|
|
3849
3863
|
}
|
|
3850
|
-
export function
|
|
3851
|
-
return safeParse(jsonString, (x) =>
|
|
3864
|
+
export function oneHundredAndNineFromJSON(jsonString) {
|
|
3865
|
+
return safeParse(jsonString, (x) => OneHundredAndNine$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndNine' from JSON`);
|
|
3852
3866
|
}
|
|
3853
3867
|
/** @internal */
|
|
3854
3868
|
export const Store$inboundSchema = z
|
|
@@ -3879,12 +3893,12 @@ export function storeFromJSON(jsonString) {
|
|
|
3879
3893
|
return safeParse(jsonString, (x) => Store$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Store' from JSON`);
|
|
3880
3894
|
}
|
|
3881
3895
|
/** @internal */
|
|
3882
|
-
export const
|
|
3896
|
+
export const OneHundredAndEight$inboundSchema = z.object({
|
|
3883
3897
|
store: z.lazy(() => Store$inboundSchema),
|
|
3884
3898
|
ownerId: z.string().optional(),
|
|
3885
3899
|
});
|
|
3886
3900
|
/** @internal */
|
|
3887
|
-
export const
|
|
3901
|
+
export const OneHundredAndEight$outboundSchema = z.object({
|
|
3888
3902
|
store: z.lazy(() => Store$outboundSchema),
|
|
3889
3903
|
ownerId: z.string().optional(),
|
|
3890
3904
|
});
|
|
@@ -3892,18 +3906,18 @@ export const OneHundredAndSeven$outboundSchema = z.object({
|
|
|
3892
3906
|
* @internal
|
|
3893
3907
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3894
3908
|
*/
|
|
3895
|
-
export var
|
|
3896
|
-
(function (
|
|
3897
|
-
/** @deprecated use `
|
|
3898
|
-
|
|
3899
|
-
/** @deprecated use `
|
|
3900
|
-
|
|
3901
|
-
})(
|
|
3902
|
-
export function
|
|
3903
|
-
return JSON.stringify(
|
|
3909
|
+
export var OneHundredAndEight$;
|
|
3910
|
+
(function (OneHundredAndEight$) {
|
|
3911
|
+
/** @deprecated use `OneHundredAndEight$inboundSchema` instead. */
|
|
3912
|
+
OneHundredAndEight$.inboundSchema = OneHundredAndEight$inboundSchema;
|
|
3913
|
+
/** @deprecated use `OneHundredAndEight$outboundSchema` instead. */
|
|
3914
|
+
OneHundredAndEight$.outboundSchema = OneHundredAndEight$outboundSchema;
|
|
3915
|
+
})(OneHundredAndEight$ || (OneHundredAndEight$ = {}));
|
|
3916
|
+
export function oneHundredAndEightToJSON(oneHundredAndEight) {
|
|
3917
|
+
return JSON.stringify(OneHundredAndEight$outboundSchema.parse(oneHundredAndEight));
|
|
3904
3918
|
}
|
|
3905
|
-
export function
|
|
3906
|
-
return safeParse(jsonString, (x) =>
|
|
3919
|
+
export function oneHundredAndEightFromJSON(jsonString) {
|
|
3920
|
+
return safeParse(jsonString, (x) => OneHundredAndEight$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndEight' from JSON`);
|
|
3907
3921
|
}
|
|
3908
3922
|
/** @internal */
|
|
3909
3923
|
export const StoreType$inboundSchema = z
|
|
@@ -3922,29 +3936,29 @@ export var StoreType$;
|
|
|
3922
3936
|
StoreType$.outboundSchema = StoreType$outboundSchema;
|
|
3923
3937
|
})(StoreType$ || (StoreType$ = {}));
|
|
3924
3938
|
/** @internal */
|
|
3925
|
-
export const
|
|
3939
|
+
export const OneHundredAndSeven$inboundSchema = z.object({
|
|
3926
3940
|
storeType: StoreType$inboundSchema,
|
|
3927
3941
|
});
|
|
3928
3942
|
/** @internal */
|
|
3929
|
-
export const
|
|
3943
|
+
export const OneHundredAndSeven$outboundSchema = z.object({
|
|
3930
3944
|
storeType: StoreType$outboundSchema,
|
|
3931
3945
|
});
|
|
3932
3946
|
/**
|
|
3933
3947
|
* @internal
|
|
3934
3948
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3935
3949
|
*/
|
|
3936
|
-
export var
|
|
3937
|
-
(function (
|
|
3938
|
-
/** @deprecated use `
|
|
3939
|
-
|
|
3940
|
-
/** @deprecated use `
|
|
3941
|
-
|
|
3942
|
-
})(
|
|
3943
|
-
export function
|
|
3944
|
-
return JSON.stringify(
|
|
3950
|
+
export var OneHundredAndSeven$;
|
|
3951
|
+
(function (OneHundredAndSeven$) {
|
|
3952
|
+
/** @deprecated use `OneHundredAndSeven$inboundSchema` instead. */
|
|
3953
|
+
OneHundredAndSeven$.inboundSchema = OneHundredAndSeven$inboundSchema;
|
|
3954
|
+
/** @deprecated use `OneHundredAndSeven$outboundSchema` instead. */
|
|
3955
|
+
OneHundredAndSeven$.outboundSchema = OneHundredAndSeven$outboundSchema;
|
|
3956
|
+
})(OneHundredAndSeven$ || (OneHundredAndSeven$ = {}));
|
|
3957
|
+
export function oneHundredAndSevenToJSON(oneHundredAndSeven) {
|
|
3958
|
+
return JSON.stringify(OneHundredAndSeven$outboundSchema.parse(oneHundredAndSeven));
|
|
3945
3959
|
}
|
|
3946
|
-
export function
|
|
3947
|
-
return safeParse(jsonString, (x) =>
|
|
3960
|
+
export function oneHundredAndSevenFromJSON(jsonString) {
|
|
3961
|
+
return safeParse(jsonString, (x) => OneHundredAndSeven$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSeven' from JSON`);
|
|
3948
3962
|
}
|
|
3949
3963
|
/** @internal */
|
|
3950
3964
|
export const UserEventPayloadType$inboundSchema = z.nativeEnum(UserEventPayloadType);
|
|
@@ -3962,7 +3976,7 @@ export var UserEventPayloadType$;
|
|
|
3962
3976
|
UserEventPayloadType$.outboundSchema = UserEventPayloadType$outboundSchema;
|
|
3963
3977
|
})(UserEventPayloadType$ || (UserEventPayloadType$ = {}));
|
|
3964
3978
|
/** @internal */
|
|
3965
|
-
export const
|
|
3979
|
+
export const OneHundredAndSix$inboundSchema = z.object({
|
|
3966
3980
|
id: z.string(),
|
|
3967
3981
|
name: z.string().optional(),
|
|
3968
3982
|
computeUnitsMax: z.number().optional(),
|
|
@@ -3971,7 +3985,7 @@ export const OneHundredAndFive$inboundSchema = z.object({
|
|
|
3971
3985
|
type: UserEventPayloadType$inboundSchema,
|
|
3972
3986
|
});
|
|
3973
3987
|
/** @internal */
|
|
3974
|
-
export const
|
|
3988
|
+
export const OneHundredAndSix$outboundSchema = z.object({
|
|
3975
3989
|
id: z.string(),
|
|
3976
3990
|
name: z.string().optional(),
|
|
3977
3991
|
computeUnitsMax: z.number().optional(),
|
|
@@ -3979,6 +3993,31 @@ export const OneHundredAndFive$outboundSchema = z.object({
|
|
|
3979
3993
|
suspendTimeoutSeconds: z.number().optional(),
|
|
3980
3994
|
type: UserEventPayloadType$outboundSchema,
|
|
3981
3995
|
});
|
|
3996
|
+
/**
|
|
3997
|
+
* @internal
|
|
3998
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3999
|
+
*/
|
|
4000
|
+
export var OneHundredAndSix$;
|
|
4001
|
+
(function (OneHundredAndSix$) {
|
|
4002
|
+
/** @deprecated use `OneHundredAndSix$inboundSchema` instead. */
|
|
4003
|
+
OneHundredAndSix$.inboundSchema = OneHundredAndSix$inboundSchema;
|
|
4004
|
+
/** @deprecated use `OneHundredAndSix$outboundSchema` instead. */
|
|
4005
|
+
OneHundredAndSix$.outboundSchema = OneHundredAndSix$outboundSchema;
|
|
4006
|
+
})(OneHundredAndSix$ || (OneHundredAndSix$ = {}));
|
|
4007
|
+
export function oneHundredAndSixToJSON(oneHundredAndSix) {
|
|
4008
|
+
return JSON.stringify(OneHundredAndSix$outboundSchema.parse(oneHundredAndSix));
|
|
4009
|
+
}
|
|
4010
|
+
export function oneHundredAndSixFromJSON(jsonString) {
|
|
4011
|
+
return safeParse(jsonString, (x) => OneHundredAndSix$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSix' from JSON`);
|
|
4012
|
+
}
|
|
4013
|
+
/** @internal */
|
|
4014
|
+
export const OneHundredAndFive$inboundSchema = z.object({
|
|
4015
|
+
webhookUrl: z.string().optional(),
|
|
4016
|
+
});
|
|
4017
|
+
/** @internal */
|
|
4018
|
+
export const OneHundredAndFive$outboundSchema = z.object({
|
|
4019
|
+
webhookUrl: z.string().optional(),
|
|
4020
|
+
});
|
|
3982
4021
|
/**
|
|
3983
4022
|
* @internal
|
|
3984
4023
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
@@ -4027,7 +4066,7 @@ export var PayloadPricingPlan$;
|
|
|
4027
4066
|
PayloadPricingPlan$.outboundSchema = PayloadPricingPlan$outboundSchema;
|
|
4028
4067
|
})(PayloadPricingPlan$ || (PayloadPricingPlan$ = {}));
|
|
4029
4068
|
/** @internal */
|
|
4030
|
-
export const
|
|
4069
|
+
export const UserEventPayloadBudget$inboundSchema = z.object({
|
|
4031
4070
|
type: UserEventPayload104Type$inboundSchema,
|
|
4032
4071
|
fixedBudget: z.number(),
|
|
4033
4072
|
previousSpend: z.array(z.number()),
|
|
@@ -4043,7 +4082,7 @@ export const BudgetItem$inboundSchema = z.object({
|
|
|
4043
4082
|
id: z.string(),
|
|
4044
4083
|
});
|
|
4045
4084
|
/** @internal */
|
|
4046
|
-
export const
|
|
4085
|
+
export const UserEventPayloadBudget$outboundSchema = z.object({
|
|
4047
4086
|
type: UserEventPayload104Type$outboundSchema,
|
|
4048
4087
|
fixedBudget: z.number(),
|
|
4049
4088
|
previousSpend: z.array(z.number()),
|
|
@@ -4062,51 +4101,28 @@ export const BudgetItem$outboundSchema = z.object({
|
|
|
4062
4101
|
* @internal
|
|
4063
4102
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4064
4103
|
*/
|
|
4065
|
-
export var
|
|
4066
|
-
(function (
|
|
4067
|
-
/** @deprecated use `
|
|
4068
|
-
|
|
4069
|
-
/** @deprecated use `
|
|
4070
|
-
|
|
4071
|
-
})(
|
|
4072
|
-
export function
|
|
4073
|
-
return JSON.stringify(
|
|
4074
|
-
}
|
|
4075
|
-
export function budgetItemFromJSON(jsonString) {
|
|
4076
|
-
return safeParse(jsonString, (x) => BudgetItem$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'BudgetItem' from JSON`);
|
|
4077
|
-
}
|
|
4078
|
-
/** @internal */
|
|
4079
|
-
export const PayloadBudget$inboundSchema = z.object({
|
|
4080
|
-
budgetItem: z.lazy(() => BudgetItem$inboundSchema),
|
|
4081
|
-
});
|
|
4082
|
-
/** @internal */
|
|
4083
|
-
export const PayloadBudget$outboundSchema = z.object({
|
|
4084
|
-
budgetItem: z.lazy(() => BudgetItem$outboundSchema),
|
|
4085
|
-
});
|
|
4086
|
-
/**
|
|
4087
|
-
* @internal
|
|
4088
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4089
|
-
*/
|
|
4090
|
-
export var PayloadBudget$;
|
|
4091
|
-
(function (PayloadBudget$) {
|
|
4092
|
-
/** @deprecated use `PayloadBudget$inboundSchema` instead. */
|
|
4093
|
-
PayloadBudget$.inboundSchema = PayloadBudget$inboundSchema;
|
|
4094
|
-
/** @deprecated use `PayloadBudget$outboundSchema` instead. */
|
|
4095
|
-
PayloadBudget$.outboundSchema = PayloadBudget$outboundSchema;
|
|
4096
|
-
})(PayloadBudget$ || (PayloadBudget$ = {}));
|
|
4097
|
-
export function payloadBudgetToJSON(payloadBudget) {
|
|
4098
|
-
return JSON.stringify(PayloadBudget$outboundSchema.parse(payloadBudget));
|
|
4104
|
+
export var UserEventPayloadBudget$;
|
|
4105
|
+
(function (UserEventPayloadBudget$) {
|
|
4106
|
+
/** @deprecated use `UserEventPayloadBudget$inboundSchema` instead. */
|
|
4107
|
+
UserEventPayloadBudget$.inboundSchema = UserEventPayloadBudget$inboundSchema;
|
|
4108
|
+
/** @deprecated use `UserEventPayloadBudget$outboundSchema` instead. */
|
|
4109
|
+
UserEventPayloadBudget$.outboundSchema = UserEventPayloadBudget$outboundSchema;
|
|
4110
|
+
})(UserEventPayloadBudget$ || (UserEventPayloadBudget$ = {}));
|
|
4111
|
+
export function userEventPayloadBudgetToJSON(userEventPayloadBudget) {
|
|
4112
|
+
return JSON.stringify(UserEventPayloadBudget$outboundSchema.parse(userEventPayloadBudget));
|
|
4099
4113
|
}
|
|
4100
|
-
export function
|
|
4101
|
-
return safeParse(jsonString, (x) =>
|
|
4114
|
+
export function userEventPayloadBudgetFromJSON(jsonString) {
|
|
4115
|
+
return safeParse(jsonString, (x) => UserEventPayloadBudget$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayloadBudget' from JSON`);
|
|
4102
4116
|
}
|
|
4103
4117
|
/** @internal */
|
|
4104
4118
|
export const OneHundredAndFour$inboundSchema = z.object({
|
|
4105
|
-
budget: z.lazy(() =>
|
|
4119
|
+
budget: z.lazy(() => UserEventPayloadBudget$inboundSchema),
|
|
4120
|
+
webhookUrl: z.string().optional(),
|
|
4106
4121
|
});
|
|
4107
4122
|
/** @internal */
|
|
4108
4123
|
export const OneHundredAndFour$outboundSchema = z.object({
|
|
4109
|
-
budget: z.lazy(() =>
|
|
4124
|
+
budget: z.lazy(() => UserEventPayloadBudget$outboundSchema),
|
|
4125
|
+
webhookUrl: z.string().optional(),
|
|
4110
4126
|
});
|
|
4111
4127
|
/**
|
|
4112
4128
|
* @internal
|
|
@@ -4157,8 +4173,7 @@ export var PricingPlan$;
|
|
|
4157
4173
|
PricingPlan$.outboundSchema = PricingPlan$outboundSchema;
|
|
4158
4174
|
})(PricingPlan$ || (PricingPlan$ = {}));
|
|
4159
4175
|
/** @internal */
|
|
4160
|
-
export const
|
|
4161
|
-
.object({
|
|
4176
|
+
export const PayloadBudget$inboundSchema = z.object({
|
|
4162
4177
|
type: UserEventPayload103Type$inboundSchema,
|
|
4163
4178
|
fixedBudget: z.number(),
|
|
4164
4179
|
previousSpend: z.array(z.number()),
|
|
@@ -4174,7 +4189,7 @@ export const Budget$inboundSchema = z
|
|
|
4174
4189
|
id: z.string(),
|
|
4175
4190
|
});
|
|
4176
4191
|
/** @internal */
|
|
4177
|
-
export const
|
|
4192
|
+
export const PayloadBudget$outboundSchema = z.object({
|
|
4178
4193
|
type: UserEventPayload103Type$outboundSchema,
|
|
4179
4194
|
fixedBudget: z.number(),
|
|
4180
4195
|
previousSpend: z.array(z.number()),
|
|
@@ -4193,26 +4208,26 @@ export const Budget$outboundSchema = z.object({
|
|
|
4193
4208
|
* @internal
|
|
4194
4209
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4195
4210
|
*/
|
|
4196
|
-
export var
|
|
4197
|
-
(function (
|
|
4198
|
-
/** @deprecated use `
|
|
4199
|
-
|
|
4200
|
-
/** @deprecated use `
|
|
4201
|
-
|
|
4202
|
-
})(
|
|
4203
|
-
export function
|
|
4204
|
-
return JSON.stringify(
|
|
4211
|
+
export var PayloadBudget$;
|
|
4212
|
+
(function (PayloadBudget$) {
|
|
4213
|
+
/** @deprecated use `PayloadBudget$inboundSchema` instead. */
|
|
4214
|
+
PayloadBudget$.inboundSchema = PayloadBudget$inboundSchema;
|
|
4215
|
+
/** @deprecated use `PayloadBudget$outboundSchema` instead. */
|
|
4216
|
+
PayloadBudget$.outboundSchema = PayloadBudget$outboundSchema;
|
|
4217
|
+
})(PayloadBudget$ || (PayloadBudget$ = {}));
|
|
4218
|
+
export function payloadBudgetToJSON(payloadBudget) {
|
|
4219
|
+
return JSON.stringify(PayloadBudget$outboundSchema.parse(payloadBudget));
|
|
4205
4220
|
}
|
|
4206
|
-
export function
|
|
4207
|
-
return safeParse(jsonString, (x) =>
|
|
4221
|
+
export function payloadBudgetFromJSON(jsonString) {
|
|
4222
|
+
return safeParse(jsonString, (x) => PayloadBudget$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadBudget' from JSON`);
|
|
4208
4223
|
}
|
|
4209
4224
|
/** @internal */
|
|
4210
4225
|
export const OneHundredAndThree$inboundSchema = z.object({
|
|
4211
|
-
budget: z.lazy(() =>
|
|
4226
|
+
budget: z.lazy(() => PayloadBudget$inboundSchema),
|
|
4212
4227
|
});
|
|
4213
4228
|
/** @internal */
|
|
4214
4229
|
export const OneHundredAndThree$outboundSchema = z.object({
|
|
4215
|
-
budget: z.lazy(() =>
|
|
4230
|
+
budget: z.lazy(() => PayloadBudget$outboundSchema),
|
|
4216
4231
|
});
|
|
4217
4232
|
/**
|
|
4218
4233
|
* @internal
|
|
@@ -4232,12 +4247,117 @@ export function oneHundredAndThreeFromJSON(jsonString) {
|
|
|
4232
4247
|
return safeParse(jsonString, (x) => OneHundredAndThree$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndThree' from JSON`);
|
|
4233
4248
|
}
|
|
4234
4249
|
/** @internal */
|
|
4250
|
+
export const UserEventPayload102Type$inboundSchema = z.nativeEnum(UserEventPayload102Type);
|
|
4251
|
+
/** @internal */
|
|
4252
|
+
export const UserEventPayload102Type$outboundSchema = UserEventPayload102Type$inboundSchema;
|
|
4253
|
+
/**
|
|
4254
|
+
* @internal
|
|
4255
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4256
|
+
*/
|
|
4257
|
+
export var UserEventPayload102Type$;
|
|
4258
|
+
(function (UserEventPayload102Type$) {
|
|
4259
|
+
/** @deprecated use `UserEventPayload102Type$inboundSchema` instead. */
|
|
4260
|
+
UserEventPayload102Type$.inboundSchema = UserEventPayload102Type$inboundSchema;
|
|
4261
|
+
/** @deprecated use `UserEventPayload102Type$outboundSchema` instead. */
|
|
4262
|
+
UserEventPayload102Type$.outboundSchema = UserEventPayload102Type$outboundSchema;
|
|
4263
|
+
})(UserEventPayload102Type$ || (UserEventPayload102Type$ = {}));
|
|
4264
|
+
/** @internal */
|
|
4265
|
+
export const UserEventPayloadPricingPlan$inboundSchema = z.nativeEnum(UserEventPayloadPricingPlan);
|
|
4266
|
+
/** @internal */
|
|
4267
|
+
export const UserEventPayloadPricingPlan$outboundSchema = UserEventPayloadPricingPlan$inboundSchema;
|
|
4268
|
+
/**
|
|
4269
|
+
* @internal
|
|
4270
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4271
|
+
*/
|
|
4272
|
+
export var UserEventPayloadPricingPlan$;
|
|
4273
|
+
(function (UserEventPayloadPricingPlan$) {
|
|
4274
|
+
/** @deprecated use `UserEventPayloadPricingPlan$inboundSchema` instead. */
|
|
4275
|
+
UserEventPayloadPricingPlan$.inboundSchema = UserEventPayloadPricingPlan$inboundSchema;
|
|
4276
|
+
/** @deprecated use `UserEventPayloadPricingPlan$outboundSchema` instead. */
|
|
4277
|
+
UserEventPayloadPricingPlan$.outboundSchema = UserEventPayloadPricingPlan$outboundSchema;
|
|
4278
|
+
})(UserEventPayloadPricingPlan$ || (UserEventPayloadPricingPlan$ = {}));
|
|
4279
|
+
/** @internal */
|
|
4280
|
+
export const BudgetItem$inboundSchema = z.object({
|
|
4281
|
+
type: UserEventPayload102Type$inboundSchema,
|
|
4282
|
+
fixedBudget: z.number(),
|
|
4283
|
+
previousSpend: z.array(z.number()),
|
|
4284
|
+
notifiedAt: z.array(z.number()),
|
|
4285
|
+
webhookId: z.string().optional(),
|
|
4286
|
+
webhookNotified: z.boolean().optional(),
|
|
4287
|
+
createdAt: z.number(),
|
|
4288
|
+
updatedAt: z.number().optional(),
|
|
4289
|
+
isActive: z.boolean(),
|
|
4290
|
+
pauseProjects: z.boolean().optional(),
|
|
4291
|
+
pricingPlan: UserEventPayloadPricingPlan$inboundSchema.optional(),
|
|
4292
|
+
teamId: z.string(),
|
|
4293
|
+
id: z.string(),
|
|
4294
|
+
});
|
|
4295
|
+
/** @internal */
|
|
4296
|
+
export const BudgetItem$outboundSchema = z.object({
|
|
4297
|
+
type: UserEventPayload102Type$outboundSchema,
|
|
4298
|
+
fixedBudget: z.number(),
|
|
4299
|
+
previousSpend: z.array(z.number()),
|
|
4300
|
+
notifiedAt: z.array(z.number()),
|
|
4301
|
+
webhookId: z.string().optional(),
|
|
4302
|
+
webhookNotified: z.boolean().optional(),
|
|
4303
|
+
createdAt: z.number(),
|
|
4304
|
+
updatedAt: z.number().optional(),
|
|
4305
|
+
isActive: z.boolean(),
|
|
4306
|
+
pauseProjects: z.boolean().optional(),
|
|
4307
|
+
pricingPlan: UserEventPayloadPricingPlan$outboundSchema.optional(),
|
|
4308
|
+
teamId: z.string(),
|
|
4309
|
+
id: z.string(),
|
|
4310
|
+
});
|
|
4311
|
+
/**
|
|
4312
|
+
* @internal
|
|
4313
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4314
|
+
*/
|
|
4315
|
+
export var BudgetItem$;
|
|
4316
|
+
(function (BudgetItem$) {
|
|
4317
|
+
/** @deprecated use `BudgetItem$inboundSchema` instead. */
|
|
4318
|
+
BudgetItem$.inboundSchema = BudgetItem$inboundSchema;
|
|
4319
|
+
/** @deprecated use `BudgetItem$outboundSchema` instead. */
|
|
4320
|
+
BudgetItem$.outboundSchema = BudgetItem$outboundSchema;
|
|
4321
|
+
})(BudgetItem$ || (BudgetItem$ = {}));
|
|
4322
|
+
export function budgetItemToJSON(budgetItem) {
|
|
4323
|
+
return JSON.stringify(BudgetItem$outboundSchema.parse(budgetItem));
|
|
4324
|
+
}
|
|
4325
|
+
export function budgetItemFromJSON(jsonString) {
|
|
4326
|
+
return safeParse(jsonString, (x) => BudgetItem$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'BudgetItem' from JSON`);
|
|
4327
|
+
}
|
|
4328
|
+
/** @internal */
|
|
4329
|
+
export const Budget$inboundSchema = z
|
|
4330
|
+
.object({
|
|
4331
|
+
budgetItem: z.lazy(() => BudgetItem$inboundSchema),
|
|
4332
|
+
});
|
|
4333
|
+
/** @internal */
|
|
4334
|
+
export const Budget$outboundSchema = z.object({
|
|
4335
|
+
budgetItem: z.lazy(() => BudgetItem$outboundSchema),
|
|
4336
|
+
});
|
|
4337
|
+
/**
|
|
4338
|
+
* @internal
|
|
4339
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4340
|
+
*/
|
|
4341
|
+
export var Budget$;
|
|
4342
|
+
(function (Budget$) {
|
|
4343
|
+
/** @deprecated use `Budget$inboundSchema` instead. */
|
|
4344
|
+
Budget$.inboundSchema = Budget$inboundSchema;
|
|
4345
|
+
/** @deprecated use `Budget$outboundSchema` instead. */
|
|
4346
|
+
Budget$.outboundSchema = Budget$outboundSchema;
|
|
4347
|
+
})(Budget$ || (Budget$ = {}));
|
|
4348
|
+
export function budgetToJSON(budget) {
|
|
4349
|
+
return JSON.stringify(Budget$outboundSchema.parse(budget));
|
|
4350
|
+
}
|
|
4351
|
+
export function budgetFromJSON(jsonString) {
|
|
4352
|
+
return safeParse(jsonString, (x) => Budget$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Budget' from JSON`);
|
|
4353
|
+
}
|
|
4354
|
+
/** @internal */
|
|
4235
4355
|
export const OneHundredAndTwo$inboundSchema = z.object({
|
|
4236
|
-
|
|
4356
|
+
budget: z.lazy(() => Budget$inboundSchema),
|
|
4237
4357
|
});
|
|
4238
4358
|
/** @internal */
|
|
4239
4359
|
export const OneHundredAndTwo$outboundSchema = z.object({
|
|
4240
|
-
|
|
4360
|
+
budget: z.lazy(() => Budget$outboundSchema),
|
|
4241
4361
|
});
|
|
4242
4362
|
/**
|
|
4243
4363
|
* @internal
|
|
@@ -11096,12 +11216,16 @@ export const FiftyThree$inboundSchema = z.object({
|
|
|
11096
11216
|
sha: z.string(),
|
|
11097
11217
|
gitUserPlatform: z.string(),
|
|
11098
11218
|
projectName: z.string(),
|
|
11219
|
+
gitCommitterName: z.string(),
|
|
11220
|
+
source: z.string(),
|
|
11099
11221
|
});
|
|
11100
11222
|
/** @internal */
|
|
11101
11223
|
export const FiftyThree$outboundSchema = z.object({
|
|
11102
11224
|
sha: z.string(),
|
|
11103
11225
|
gitUserPlatform: z.string(),
|
|
11104
11226
|
projectName: z.string(),
|
|
11227
|
+
gitCommitterName: z.string(),
|
|
11228
|
+
source: z.string(),
|
|
11105
11229
|
});
|
|
11106
11230
|
/**
|
|
11107
11231
|
* @internal
|
|
@@ -13572,16 +13696,17 @@ export const Payload$inboundSchema = z.union([
|
|
|
13572
13696
|
z.lazy(() => Seventy$inboundSchema),
|
|
13573
13697
|
z.lazy(() => Forty$inboundSchema),
|
|
13574
13698
|
z.lazy(() => FortyOne$inboundSchema),
|
|
13699
|
+
z.lazy(() => FiftyThree$inboundSchema),
|
|
13575
13700
|
z.lazy(() => FiftyEight$inboundSchema),
|
|
13576
13701
|
z.lazy(() => SixtyFour$inboundSchema),
|
|
13577
13702
|
z.lazy(() => SixtySeven$inboundSchema),
|
|
13578
|
-
z.lazy(() =>
|
|
13579
|
-
z.lazy(() =>
|
|
13703
|
+
z.lazy(() => OneHundredAndThirtyTwo$inboundSchema),
|
|
13704
|
+
z.lazy(() => OneHundredAndSixtyTwo$inboundSchema),
|
|
13580
13705
|
z.lazy(() => Payload2$inboundSchema),
|
|
13581
13706
|
z.lazy(() => FortyFive$inboundSchema),
|
|
13582
13707
|
z.lazy(() => SixtyEight$inboundSchema),
|
|
13583
13708
|
z.lazy(() => OneHundredAndOne$inboundSchema),
|
|
13584
|
-
z.lazy(() =>
|
|
13709
|
+
z.lazy(() => OneHundredAndFortyThree$inboundSchema),
|
|
13585
13710
|
z.lazy(() => Twelve$inboundSchema),
|
|
13586
13711
|
z.lazy(() => Sixteen$inboundSchema),
|
|
13587
13712
|
z.lazy(() => TwentyNine$inboundSchema),
|
|
@@ -13592,7 +13717,6 @@ export const Payload$inboundSchema = z.union([
|
|
|
13592
13717
|
z.lazy(() => FortyEight$inboundSchema),
|
|
13593
13718
|
z.lazy(() => FortyNine$inboundSchema),
|
|
13594
13719
|
z.lazy(() => Fifty$inboundSchema),
|
|
13595
|
-
z.lazy(() => FiftyThree$inboundSchema),
|
|
13596
13720
|
z.lazy(() => FiftyNine$inboundSchema),
|
|
13597
13721
|
z.lazy(() => Sixty$inboundSchema),
|
|
13598
13722
|
z.lazy(() => SixtyOne$inboundSchema),
|
|
@@ -13602,16 +13726,16 @@ export const Payload$inboundSchema = z.union([
|
|
|
13602
13726
|
z.lazy(() => EightyOne$inboundSchema),
|
|
13603
13727
|
z.lazy(() => EightyTwo$inboundSchema),
|
|
13604
13728
|
z.lazy(() => NinetyTwo$inboundSchema),
|
|
13605
|
-
z.lazy(() =>
|
|
13606
|
-
z.lazy(() => OneHundredAndThirtyThree$inboundSchema),
|
|
13729
|
+
z.lazy(() => OneHundredAndTen$inboundSchema),
|
|
13607
13730
|
z.lazy(() => OneHundredAndThirtyFour$inboundSchema),
|
|
13608
|
-
z.lazy(() =>
|
|
13609
|
-
z.lazy(() =>
|
|
13610
|
-
z.lazy(() =>
|
|
13611
|
-
z.lazy(() =>
|
|
13612
|
-
z.lazy(() =>
|
|
13731
|
+
z.lazy(() => OneHundredAndThirtyFive$inboundSchema),
|
|
13732
|
+
z.lazy(() => OneHundredAndFortyTwo$inboundSchema),
|
|
13733
|
+
z.lazy(() => OneHundredAndFortyFour$inboundSchema),
|
|
13734
|
+
z.lazy(() => OneHundredAndFortySix$inboundSchema),
|
|
13735
|
+
z.lazy(() => OneHundredAndFortyNine$inboundSchema),
|
|
13613
13736
|
z.lazy(() => OneHundredAndFiftyNine$inboundSchema),
|
|
13614
13737
|
z.lazy(() => OneHundredAndSixty$inboundSchema),
|
|
13738
|
+
z.lazy(() => OneHundredAndSixtyOne$inboundSchema),
|
|
13615
13739
|
z.lazy(() => Four$inboundSchema),
|
|
13616
13740
|
z.lazy(() => Five$inboundSchema),
|
|
13617
13741
|
z.lazy(() => Six$inboundSchema),
|
|
@@ -13640,25 +13764,25 @@ export const Payload$inboundSchema = z.union([
|
|
|
13640
13764
|
z.lazy(() => NinetySeven$inboundSchema),
|
|
13641
13765
|
z.lazy(() => NinetyEight$inboundSchema),
|
|
13642
13766
|
z.lazy(() => NinetyNine$inboundSchema),
|
|
13643
|
-
z.lazy(() =>
|
|
13644
|
-
z.lazy(() => OneHundredAndFourteen$inboundSchema),
|
|
13767
|
+
z.lazy(() => OneHundredAndSix$inboundSchema),
|
|
13645
13768
|
z.lazy(() => OneHundredAndFifteen$inboundSchema),
|
|
13646
|
-
z.lazy(() =>
|
|
13769
|
+
z.lazy(() => OneHundredAndSixteen$inboundSchema),
|
|
13647
13770
|
z.lazy(() => OneHundredAndTwentyOne$inboundSchema),
|
|
13648
|
-
z.lazy(() =>
|
|
13649
|
-
z.lazy(() =>
|
|
13650
|
-
z.lazy(() =>
|
|
13771
|
+
z.lazy(() => OneHundredAndTwentyTwo$inboundSchema),
|
|
13772
|
+
z.lazy(() => OneHundredAndTwentyFour$inboundSchema),
|
|
13773
|
+
z.lazy(() => OneHundredAndThirtyThree$inboundSchema),
|
|
13651
13774
|
z.lazy(() => OneHundredAndThirtySix$inboundSchema),
|
|
13652
13775
|
z.lazy(() => OneHundredAndThirtySeven$inboundSchema),
|
|
13653
|
-
z.lazy(() =>
|
|
13776
|
+
z.lazy(() => OneHundredAndThirtyEight$inboundSchema),
|
|
13654
13777
|
z.lazy(() => OneHundredAndForty$inboundSchema),
|
|
13655
|
-
z.lazy(() =>
|
|
13778
|
+
z.lazy(() => OneHundredAndFortyOne$inboundSchema),
|
|
13656
13779
|
z.lazy(() => OneHundredAndFortySeven$inboundSchema),
|
|
13657
|
-
z.lazy(() =>
|
|
13658
|
-
z.lazy(() =>
|
|
13780
|
+
z.lazy(() => OneHundredAndFortyEight$inboundSchema),
|
|
13781
|
+
z.lazy(() => OneHundredAndFifty$inboundSchema),
|
|
13659
13782
|
z.lazy(() => OneHundredAndFiftyTwo$inboundSchema),
|
|
13660
13783
|
z.lazy(() => OneHundredAndFiftyThree$inboundSchema),
|
|
13661
|
-
z.lazy(() =>
|
|
13784
|
+
z.lazy(() => OneHundredAndFiftyFour$inboundSchema),
|
|
13785
|
+
z.lazy(() => OneHundredAndFiftySix$inboundSchema),
|
|
13662
13786
|
z.lazy(() => Three$inboundSchema),
|
|
13663
13787
|
z.lazy(() => Fifteen$inboundSchema),
|
|
13664
13788
|
z.lazy(() => Twenty$inboundSchema),
|
|
@@ -13686,25 +13810,26 @@ export const Payload$inboundSchema = z.union([
|
|
|
13686
13810
|
z.lazy(() => NinetyFive$inboundSchema),
|
|
13687
13811
|
z.lazy(() => NinetySix$inboundSchema),
|
|
13688
13812
|
z.lazy(() => OneHundred$inboundSchema),
|
|
13813
|
+
z.lazy(() => OneHundredAndTwo$inboundSchema),
|
|
13689
13814
|
z.lazy(() => OneHundredAndThree$inboundSchema),
|
|
13690
13815
|
z.lazy(() => OneHundredAndFour$inboundSchema),
|
|
13691
|
-
z.lazy(() => OneHundredAndSix$inboundSchema),
|
|
13692
13816
|
z.lazy(() => OneHundredAndSeven$inboundSchema),
|
|
13693
13817
|
z.lazy(() => OneHundredAndEight$inboundSchema),
|
|
13694
|
-
z.lazy(() =>
|
|
13818
|
+
z.lazy(() => OneHundredAndNine$inboundSchema),
|
|
13695
13819
|
z.lazy(() => OneHundredAndThirteen$inboundSchema),
|
|
13696
|
-
z.lazy(() =>
|
|
13697
|
-
z.lazy(() =>
|
|
13698
|
-
z.lazy(() =>
|
|
13699
|
-
z.lazy(() =>
|
|
13820
|
+
z.lazy(() => OneHundredAndFourteen$inboundSchema),
|
|
13821
|
+
z.lazy(() => OneHundredAndSeventeen$inboundSchema),
|
|
13822
|
+
z.lazy(() => OneHundredAndTwentyThree$inboundSchema),
|
|
13823
|
+
z.lazy(() => OneHundredAndTwentyFive$inboundSchema),
|
|
13700
13824
|
z.lazy(() => OneHundredAndTwentyNine$inboundSchema),
|
|
13701
13825
|
z.lazy(() => OneHundredAndThirty$inboundSchema),
|
|
13702
|
-
z.lazy(() =>
|
|
13703
|
-
z.lazy(() =>
|
|
13704
|
-
z.lazy(() =>
|
|
13705
|
-
z.lazy(() =>
|
|
13706
|
-
z.lazy(() =>
|
|
13826
|
+
z.lazy(() => OneHundredAndThirtyOne$inboundSchema),
|
|
13827
|
+
z.lazy(() => OneHundredAndThirtyNine$inboundSchema),
|
|
13828
|
+
z.lazy(() => OneHundredAndFortyFive$inboundSchema),
|
|
13829
|
+
z.lazy(() => OneHundredAndFiftyOne$inboundSchema),
|
|
13830
|
+
z.lazy(() => OneHundredAndFiftyFive$inboundSchema),
|
|
13707
13831
|
z.lazy(() => OneHundredAndFiftySeven$inboundSchema),
|
|
13832
|
+
z.lazy(() => OneHundredAndFiftyEight$inboundSchema),
|
|
13708
13833
|
z.lazy(() => Payload1$inboundSchema),
|
|
13709
13834
|
z.lazy(() => Seven$inboundSchema),
|
|
13710
13835
|
z.lazy(() => Eight$inboundSchema),
|
|
@@ -13719,15 +13844,15 @@ export const Payload$inboundSchema = z.union([
|
|
|
13719
13844
|
z.lazy(() => FiftyFive$inboundSchema),
|
|
13720
13845
|
z.lazy(() => FiftySix$inboundSchema),
|
|
13721
13846
|
z.lazy(() => FiftySeven$inboundSchema),
|
|
13722
|
-
z.lazy(() =>
|
|
13723
|
-
z.lazy(() => OneHundredAndTen$inboundSchema),
|
|
13847
|
+
z.lazy(() => OneHundredAndFive$inboundSchema),
|
|
13724
13848
|
z.lazy(() => OneHundredAndEleven$inboundSchema),
|
|
13725
|
-
z.lazy(() =>
|
|
13849
|
+
z.lazy(() => OneHundredAndTwelve$inboundSchema),
|
|
13726
13850
|
z.lazy(() => OneHundredAndEighteen$inboundSchema),
|
|
13727
13851
|
z.lazy(() => OneHundredAndNineteen$inboundSchema),
|
|
13728
|
-
z.lazy(() =>
|
|
13852
|
+
z.lazy(() => OneHundredAndTwenty$inboundSchema),
|
|
13729
13853
|
z.lazy(() => OneHundredAndTwentySix$inboundSchema),
|
|
13730
13854
|
z.lazy(() => OneHundredAndTwentySeven$inboundSchema),
|
|
13855
|
+
z.lazy(() => OneHundredAndTwentyEight$inboundSchema),
|
|
13731
13856
|
]);
|
|
13732
13857
|
/** @internal */
|
|
13733
13858
|
export const Payload$outboundSchema = z.union([
|
|
@@ -13736,16 +13861,17 @@ export const Payload$outboundSchema = z.union([
|
|
|
13736
13861
|
z.lazy(() => Seventy$outboundSchema),
|
|
13737
13862
|
z.lazy(() => Forty$outboundSchema),
|
|
13738
13863
|
z.lazy(() => FortyOne$outboundSchema),
|
|
13864
|
+
z.lazy(() => FiftyThree$outboundSchema),
|
|
13739
13865
|
z.lazy(() => FiftyEight$outboundSchema),
|
|
13740
13866
|
z.lazy(() => SixtyFour$outboundSchema),
|
|
13741
13867
|
z.lazy(() => SixtySeven$outboundSchema),
|
|
13742
|
-
z.lazy(() =>
|
|
13743
|
-
z.lazy(() =>
|
|
13868
|
+
z.lazy(() => OneHundredAndThirtyTwo$outboundSchema),
|
|
13869
|
+
z.lazy(() => OneHundredAndSixtyTwo$outboundSchema),
|
|
13744
13870
|
z.lazy(() => Payload2$outboundSchema),
|
|
13745
13871
|
z.lazy(() => FortyFive$outboundSchema),
|
|
13746
13872
|
z.lazy(() => SixtyEight$outboundSchema),
|
|
13747
13873
|
z.lazy(() => OneHundredAndOne$outboundSchema),
|
|
13748
|
-
z.lazy(() =>
|
|
13874
|
+
z.lazy(() => OneHundredAndFortyThree$outboundSchema),
|
|
13749
13875
|
z.lazy(() => Twelve$outboundSchema),
|
|
13750
13876
|
z.lazy(() => Sixteen$outboundSchema),
|
|
13751
13877
|
z.lazy(() => TwentyNine$outboundSchema),
|
|
@@ -13756,7 +13882,6 @@ export const Payload$outboundSchema = z.union([
|
|
|
13756
13882
|
z.lazy(() => FortyEight$outboundSchema),
|
|
13757
13883
|
z.lazy(() => FortyNine$outboundSchema),
|
|
13758
13884
|
z.lazy(() => Fifty$outboundSchema),
|
|
13759
|
-
z.lazy(() => FiftyThree$outboundSchema),
|
|
13760
13885
|
z.lazy(() => FiftyNine$outboundSchema),
|
|
13761
13886
|
z.lazy(() => Sixty$outboundSchema),
|
|
13762
13887
|
z.lazy(() => SixtyOne$outboundSchema),
|
|
@@ -13766,16 +13891,16 @@ export const Payload$outboundSchema = z.union([
|
|
|
13766
13891
|
z.lazy(() => EightyOne$outboundSchema),
|
|
13767
13892
|
z.lazy(() => EightyTwo$outboundSchema),
|
|
13768
13893
|
z.lazy(() => NinetyTwo$outboundSchema),
|
|
13769
|
-
z.lazy(() =>
|
|
13770
|
-
z.lazy(() => OneHundredAndThirtyThree$outboundSchema),
|
|
13894
|
+
z.lazy(() => OneHundredAndTen$outboundSchema),
|
|
13771
13895
|
z.lazy(() => OneHundredAndThirtyFour$outboundSchema),
|
|
13772
|
-
z.lazy(() =>
|
|
13773
|
-
z.lazy(() =>
|
|
13774
|
-
z.lazy(() =>
|
|
13775
|
-
z.lazy(() =>
|
|
13776
|
-
z.lazy(() =>
|
|
13896
|
+
z.lazy(() => OneHundredAndThirtyFive$outboundSchema),
|
|
13897
|
+
z.lazy(() => OneHundredAndFortyTwo$outboundSchema),
|
|
13898
|
+
z.lazy(() => OneHundredAndFortyFour$outboundSchema),
|
|
13899
|
+
z.lazy(() => OneHundredAndFortySix$outboundSchema),
|
|
13900
|
+
z.lazy(() => OneHundredAndFortyNine$outboundSchema),
|
|
13777
13901
|
z.lazy(() => OneHundredAndFiftyNine$outboundSchema),
|
|
13778
13902
|
z.lazy(() => OneHundredAndSixty$outboundSchema),
|
|
13903
|
+
z.lazy(() => OneHundredAndSixtyOne$outboundSchema),
|
|
13779
13904
|
z.lazy(() => Four$outboundSchema),
|
|
13780
13905
|
z.lazy(() => Five$outboundSchema),
|
|
13781
13906
|
z.lazy(() => Six$outboundSchema),
|
|
@@ -13804,25 +13929,25 @@ export const Payload$outboundSchema = z.union([
|
|
|
13804
13929
|
z.lazy(() => NinetySeven$outboundSchema),
|
|
13805
13930
|
z.lazy(() => NinetyEight$outboundSchema),
|
|
13806
13931
|
z.lazy(() => NinetyNine$outboundSchema),
|
|
13807
|
-
z.lazy(() =>
|
|
13808
|
-
z.lazy(() => OneHundredAndFourteen$outboundSchema),
|
|
13932
|
+
z.lazy(() => OneHundredAndSix$outboundSchema),
|
|
13809
13933
|
z.lazy(() => OneHundredAndFifteen$outboundSchema),
|
|
13810
|
-
z.lazy(() =>
|
|
13934
|
+
z.lazy(() => OneHundredAndSixteen$outboundSchema),
|
|
13811
13935
|
z.lazy(() => OneHundredAndTwentyOne$outboundSchema),
|
|
13812
|
-
z.lazy(() =>
|
|
13813
|
-
z.lazy(() =>
|
|
13814
|
-
z.lazy(() =>
|
|
13936
|
+
z.lazy(() => OneHundredAndTwentyTwo$outboundSchema),
|
|
13937
|
+
z.lazy(() => OneHundredAndTwentyFour$outboundSchema),
|
|
13938
|
+
z.lazy(() => OneHundredAndThirtyThree$outboundSchema),
|
|
13815
13939
|
z.lazy(() => OneHundredAndThirtySix$outboundSchema),
|
|
13816
13940
|
z.lazy(() => OneHundredAndThirtySeven$outboundSchema),
|
|
13817
|
-
z.lazy(() =>
|
|
13941
|
+
z.lazy(() => OneHundredAndThirtyEight$outboundSchema),
|
|
13818
13942
|
z.lazy(() => OneHundredAndForty$outboundSchema),
|
|
13819
|
-
z.lazy(() =>
|
|
13943
|
+
z.lazy(() => OneHundredAndFortyOne$outboundSchema),
|
|
13820
13944
|
z.lazy(() => OneHundredAndFortySeven$outboundSchema),
|
|
13821
|
-
z.lazy(() =>
|
|
13822
|
-
z.lazy(() =>
|
|
13945
|
+
z.lazy(() => OneHundredAndFortyEight$outboundSchema),
|
|
13946
|
+
z.lazy(() => OneHundredAndFifty$outboundSchema),
|
|
13823
13947
|
z.lazy(() => OneHundredAndFiftyTwo$outboundSchema),
|
|
13824
13948
|
z.lazy(() => OneHundredAndFiftyThree$outboundSchema),
|
|
13825
|
-
z.lazy(() =>
|
|
13949
|
+
z.lazy(() => OneHundredAndFiftyFour$outboundSchema),
|
|
13950
|
+
z.lazy(() => OneHundredAndFiftySix$outboundSchema),
|
|
13826
13951
|
z.lazy(() => Three$outboundSchema),
|
|
13827
13952
|
z.lazy(() => Fifteen$outboundSchema),
|
|
13828
13953
|
z.lazy(() => Twenty$outboundSchema),
|
|
@@ -13850,25 +13975,26 @@ export const Payload$outboundSchema = z.union([
|
|
|
13850
13975
|
z.lazy(() => NinetyFive$outboundSchema),
|
|
13851
13976
|
z.lazy(() => NinetySix$outboundSchema),
|
|
13852
13977
|
z.lazy(() => OneHundred$outboundSchema),
|
|
13978
|
+
z.lazy(() => OneHundredAndTwo$outboundSchema),
|
|
13853
13979
|
z.lazy(() => OneHundredAndThree$outboundSchema),
|
|
13854
13980
|
z.lazy(() => OneHundredAndFour$outboundSchema),
|
|
13855
|
-
z.lazy(() => OneHundredAndSix$outboundSchema),
|
|
13856
13981
|
z.lazy(() => OneHundredAndSeven$outboundSchema),
|
|
13857
13982
|
z.lazy(() => OneHundredAndEight$outboundSchema),
|
|
13858
|
-
z.lazy(() =>
|
|
13983
|
+
z.lazy(() => OneHundredAndNine$outboundSchema),
|
|
13859
13984
|
z.lazy(() => OneHundredAndThirteen$outboundSchema),
|
|
13860
|
-
z.lazy(() =>
|
|
13861
|
-
z.lazy(() =>
|
|
13862
|
-
z.lazy(() =>
|
|
13863
|
-
z.lazy(() =>
|
|
13985
|
+
z.lazy(() => OneHundredAndFourteen$outboundSchema),
|
|
13986
|
+
z.lazy(() => OneHundredAndSeventeen$outboundSchema),
|
|
13987
|
+
z.lazy(() => OneHundredAndTwentyThree$outboundSchema),
|
|
13988
|
+
z.lazy(() => OneHundredAndTwentyFive$outboundSchema),
|
|
13864
13989
|
z.lazy(() => OneHundredAndTwentyNine$outboundSchema),
|
|
13865
13990
|
z.lazy(() => OneHundredAndThirty$outboundSchema),
|
|
13866
|
-
z.lazy(() =>
|
|
13867
|
-
z.lazy(() =>
|
|
13868
|
-
z.lazy(() =>
|
|
13869
|
-
z.lazy(() =>
|
|
13870
|
-
z.lazy(() =>
|
|
13991
|
+
z.lazy(() => OneHundredAndThirtyOne$outboundSchema),
|
|
13992
|
+
z.lazy(() => OneHundredAndThirtyNine$outboundSchema),
|
|
13993
|
+
z.lazy(() => OneHundredAndFortyFive$outboundSchema),
|
|
13994
|
+
z.lazy(() => OneHundredAndFiftyOne$outboundSchema),
|
|
13995
|
+
z.lazy(() => OneHundredAndFiftyFive$outboundSchema),
|
|
13871
13996
|
z.lazy(() => OneHundredAndFiftySeven$outboundSchema),
|
|
13997
|
+
z.lazy(() => OneHundredAndFiftyEight$outboundSchema),
|
|
13872
13998
|
z.lazy(() => Payload1$outboundSchema),
|
|
13873
13999
|
z.lazy(() => Seven$outboundSchema),
|
|
13874
14000
|
z.lazy(() => Eight$outboundSchema),
|
|
@@ -13883,15 +14009,15 @@ export const Payload$outboundSchema = z.union([
|
|
|
13883
14009
|
z.lazy(() => FiftyFive$outboundSchema),
|
|
13884
14010
|
z.lazy(() => FiftySix$outboundSchema),
|
|
13885
14011
|
z.lazy(() => FiftySeven$outboundSchema),
|
|
13886
|
-
z.lazy(() =>
|
|
13887
|
-
z.lazy(() => OneHundredAndTen$outboundSchema),
|
|
14012
|
+
z.lazy(() => OneHundredAndFive$outboundSchema),
|
|
13888
14013
|
z.lazy(() => OneHundredAndEleven$outboundSchema),
|
|
13889
|
-
z.lazy(() =>
|
|
14014
|
+
z.lazy(() => OneHundredAndTwelve$outboundSchema),
|
|
13890
14015
|
z.lazy(() => OneHundredAndEighteen$outboundSchema),
|
|
13891
14016
|
z.lazy(() => OneHundredAndNineteen$outboundSchema),
|
|
13892
|
-
z.lazy(() =>
|
|
14017
|
+
z.lazy(() => OneHundredAndTwenty$outboundSchema),
|
|
13893
14018
|
z.lazy(() => OneHundredAndTwentySix$outboundSchema),
|
|
13894
14019
|
z.lazy(() => OneHundredAndTwentySeven$outboundSchema),
|
|
14020
|
+
z.lazy(() => OneHundredAndTwentyEight$outboundSchema),
|
|
13895
14021
|
]);
|
|
13896
14022
|
/**
|
|
13897
14023
|
* @internal
|
|
@@ -13934,16 +14060,17 @@ export const UserEvent$inboundSchema = z.object({
|
|
|
13934
14060
|
z.lazy(() => Seventy$inboundSchema),
|
|
13935
14061
|
z.lazy(() => Forty$inboundSchema),
|
|
13936
14062
|
z.lazy(() => FortyOne$inboundSchema),
|
|
14063
|
+
z.lazy(() => FiftyThree$inboundSchema),
|
|
13937
14064
|
z.lazy(() => FiftyEight$inboundSchema),
|
|
13938
14065
|
z.lazy(() => SixtyFour$inboundSchema),
|
|
13939
14066
|
z.lazy(() => SixtySeven$inboundSchema),
|
|
13940
|
-
z.lazy(() =>
|
|
13941
|
-
z.lazy(() =>
|
|
14067
|
+
z.lazy(() => OneHundredAndThirtyTwo$inboundSchema),
|
|
14068
|
+
z.lazy(() => OneHundredAndSixtyTwo$inboundSchema),
|
|
13942
14069
|
z.lazy(() => Payload2$inboundSchema),
|
|
13943
14070
|
z.lazy(() => FortyFive$inboundSchema),
|
|
13944
14071
|
z.lazy(() => SixtyEight$inboundSchema),
|
|
13945
14072
|
z.lazy(() => OneHundredAndOne$inboundSchema),
|
|
13946
|
-
z.lazy(() =>
|
|
14073
|
+
z.lazy(() => OneHundredAndFortyThree$inboundSchema),
|
|
13947
14074
|
z.lazy(() => Twelve$inboundSchema),
|
|
13948
14075
|
z.lazy(() => Sixteen$inboundSchema),
|
|
13949
14076
|
z.lazy(() => TwentyNine$inboundSchema),
|
|
@@ -13954,7 +14081,6 @@ export const UserEvent$inboundSchema = z.object({
|
|
|
13954
14081
|
z.lazy(() => FortyEight$inboundSchema),
|
|
13955
14082
|
z.lazy(() => FortyNine$inboundSchema),
|
|
13956
14083
|
z.lazy(() => Fifty$inboundSchema),
|
|
13957
|
-
z.lazy(() => FiftyThree$inboundSchema),
|
|
13958
14084
|
z.lazy(() => FiftyNine$inboundSchema),
|
|
13959
14085
|
z.lazy(() => Sixty$inboundSchema),
|
|
13960
14086
|
z.lazy(() => SixtyOne$inboundSchema),
|
|
@@ -13964,16 +14090,16 @@ export const UserEvent$inboundSchema = z.object({
|
|
|
13964
14090
|
z.lazy(() => EightyOne$inboundSchema),
|
|
13965
14091
|
z.lazy(() => EightyTwo$inboundSchema),
|
|
13966
14092
|
z.lazy(() => NinetyTwo$inboundSchema),
|
|
13967
|
-
z.lazy(() =>
|
|
13968
|
-
z.lazy(() => OneHundredAndThirtyThree$inboundSchema),
|
|
14093
|
+
z.lazy(() => OneHundredAndTen$inboundSchema),
|
|
13969
14094
|
z.lazy(() => OneHundredAndThirtyFour$inboundSchema),
|
|
13970
|
-
z.lazy(() =>
|
|
13971
|
-
z.lazy(() =>
|
|
13972
|
-
z.lazy(() =>
|
|
13973
|
-
z.lazy(() =>
|
|
13974
|
-
z.lazy(() =>
|
|
14095
|
+
z.lazy(() => OneHundredAndThirtyFive$inboundSchema),
|
|
14096
|
+
z.lazy(() => OneHundredAndFortyTwo$inboundSchema),
|
|
14097
|
+
z.lazy(() => OneHundredAndFortyFour$inboundSchema),
|
|
14098
|
+
z.lazy(() => OneHundredAndFortySix$inboundSchema),
|
|
14099
|
+
z.lazy(() => OneHundredAndFortyNine$inboundSchema),
|
|
13975
14100
|
z.lazy(() => OneHundredAndFiftyNine$inboundSchema),
|
|
13976
14101
|
z.lazy(() => OneHundredAndSixty$inboundSchema),
|
|
14102
|
+
z.lazy(() => OneHundredAndSixtyOne$inboundSchema),
|
|
13977
14103
|
z.lazy(() => Four$inboundSchema),
|
|
13978
14104
|
z.lazy(() => Five$inboundSchema),
|
|
13979
14105
|
z.lazy(() => Six$inboundSchema),
|
|
@@ -14002,25 +14128,25 @@ export const UserEvent$inboundSchema = z.object({
|
|
|
14002
14128
|
z.lazy(() => NinetySeven$inboundSchema),
|
|
14003
14129
|
z.lazy(() => NinetyEight$inboundSchema),
|
|
14004
14130
|
z.lazy(() => NinetyNine$inboundSchema),
|
|
14005
|
-
z.lazy(() =>
|
|
14006
|
-
z.lazy(() => OneHundredAndFourteen$inboundSchema),
|
|
14131
|
+
z.lazy(() => OneHundredAndSix$inboundSchema),
|
|
14007
14132
|
z.lazy(() => OneHundredAndFifteen$inboundSchema),
|
|
14008
|
-
z.lazy(() =>
|
|
14133
|
+
z.lazy(() => OneHundredAndSixteen$inboundSchema),
|
|
14009
14134
|
z.lazy(() => OneHundredAndTwentyOne$inboundSchema),
|
|
14010
|
-
z.lazy(() =>
|
|
14011
|
-
z.lazy(() =>
|
|
14012
|
-
z.lazy(() =>
|
|
14135
|
+
z.lazy(() => OneHundredAndTwentyTwo$inboundSchema),
|
|
14136
|
+
z.lazy(() => OneHundredAndTwentyFour$inboundSchema),
|
|
14137
|
+
z.lazy(() => OneHundredAndThirtyThree$inboundSchema),
|
|
14013
14138
|
z.lazy(() => OneHundredAndThirtySix$inboundSchema),
|
|
14014
14139
|
z.lazy(() => OneHundredAndThirtySeven$inboundSchema),
|
|
14015
|
-
z.lazy(() =>
|
|
14140
|
+
z.lazy(() => OneHundredAndThirtyEight$inboundSchema),
|
|
14016
14141
|
z.lazy(() => OneHundredAndForty$inboundSchema),
|
|
14017
|
-
z.lazy(() =>
|
|
14142
|
+
z.lazy(() => OneHundredAndFortyOne$inboundSchema),
|
|
14018
14143
|
z.lazy(() => OneHundredAndFortySeven$inboundSchema),
|
|
14019
|
-
z.lazy(() =>
|
|
14020
|
-
z.lazy(() =>
|
|
14144
|
+
z.lazy(() => OneHundredAndFortyEight$inboundSchema),
|
|
14145
|
+
z.lazy(() => OneHundredAndFifty$inboundSchema),
|
|
14021
14146
|
z.lazy(() => OneHundredAndFiftyTwo$inboundSchema),
|
|
14022
14147
|
z.lazy(() => OneHundredAndFiftyThree$inboundSchema),
|
|
14023
|
-
z.lazy(() =>
|
|
14148
|
+
z.lazy(() => OneHundredAndFiftyFour$inboundSchema),
|
|
14149
|
+
z.lazy(() => OneHundredAndFiftySix$inboundSchema),
|
|
14024
14150
|
z.lazy(() => Three$inboundSchema),
|
|
14025
14151
|
z.lazy(() => Fifteen$inboundSchema),
|
|
14026
14152
|
z.lazy(() => Twenty$inboundSchema),
|
|
@@ -14048,25 +14174,26 @@ export const UserEvent$inboundSchema = z.object({
|
|
|
14048
14174
|
z.lazy(() => NinetyFive$inboundSchema),
|
|
14049
14175
|
z.lazy(() => NinetySix$inboundSchema),
|
|
14050
14176
|
z.lazy(() => OneHundred$inboundSchema),
|
|
14177
|
+
z.lazy(() => OneHundredAndTwo$inboundSchema),
|
|
14051
14178
|
z.lazy(() => OneHundredAndThree$inboundSchema),
|
|
14052
14179
|
z.lazy(() => OneHundredAndFour$inboundSchema),
|
|
14053
|
-
z.lazy(() => OneHundredAndSix$inboundSchema),
|
|
14054
14180
|
z.lazy(() => OneHundredAndSeven$inboundSchema),
|
|
14055
14181
|
z.lazy(() => OneHundredAndEight$inboundSchema),
|
|
14056
|
-
z.lazy(() =>
|
|
14182
|
+
z.lazy(() => OneHundredAndNine$inboundSchema),
|
|
14057
14183
|
z.lazy(() => OneHundredAndThirteen$inboundSchema),
|
|
14058
|
-
z.lazy(() =>
|
|
14059
|
-
z.lazy(() =>
|
|
14060
|
-
z.lazy(() =>
|
|
14061
|
-
z.lazy(() =>
|
|
14184
|
+
z.lazy(() => OneHundredAndFourteen$inboundSchema),
|
|
14185
|
+
z.lazy(() => OneHundredAndSeventeen$inboundSchema),
|
|
14186
|
+
z.lazy(() => OneHundredAndTwentyThree$inboundSchema),
|
|
14187
|
+
z.lazy(() => OneHundredAndTwentyFive$inboundSchema),
|
|
14062
14188
|
z.lazy(() => OneHundredAndTwentyNine$inboundSchema),
|
|
14063
14189
|
z.lazy(() => OneHundredAndThirty$inboundSchema),
|
|
14064
|
-
z.lazy(() =>
|
|
14065
|
-
z.lazy(() =>
|
|
14066
|
-
z.lazy(() =>
|
|
14067
|
-
z.lazy(() =>
|
|
14068
|
-
z.lazy(() =>
|
|
14190
|
+
z.lazy(() => OneHundredAndThirtyOne$inboundSchema),
|
|
14191
|
+
z.lazy(() => OneHundredAndThirtyNine$inboundSchema),
|
|
14192
|
+
z.lazy(() => OneHundredAndFortyFive$inboundSchema),
|
|
14193
|
+
z.lazy(() => OneHundredAndFiftyOne$inboundSchema),
|
|
14194
|
+
z.lazy(() => OneHundredAndFiftyFive$inboundSchema),
|
|
14069
14195
|
z.lazy(() => OneHundredAndFiftySeven$inboundSchema),
|
|
14196
|
+
z.lazy(() => OneHundredAndFiftyEight$inboundSchema),
|
|
14070
14197
|
z.lazy(() => Payload1$inboundSchema),
|
|
14071
14198
|
z.lazy(() => Seven$inboundSchema),
|
|
14072
14199
|
z.lazy(() => Eight$inboundSchema),
|
|
@@ -14081,15 +14208,15 @@ export const UserEvent$inboundSchema = z.object({
|
|
|
14081
14208
|
z.lazy(() => FiftyFive$inboundSchema),
|
|
14082
14209
|
z.lazy(() => FiftySix$inboundSchema),
|
|
14083
14210
|
z.lazy(() => FiftySeven$inboundSchema),
|
|
14084
|
-
z.lazy(() =>
|
|
14085
|
-
z.lazy(() => OneHundredAndTen$inboundSchema),
|
|
14211
|
+
z.lazy(() => OneHundredAndFive$inboundSchema),
|
|
14086
14212
|
z.lazy(() => OneHundredAndEleven$inboundSchema),
|
|
14087
|
-
z.lazy(() =>
|
|
14213
|
+
z.lazy(() => OneHundredAndTwelve$inboundSchema),
|
|
14088
14214
|
z.lazy(() => OneHundredAndEighteen$inboundSchema),
|
|
14089
14215
|
z.lazy(() => OneHundredAndNineteen$inboundSchema),
|
|
14090
|
-
z.lazy(() =>
|
|
14216
|
+
z.lazy(() => OneHundredAndTwenty$inboundSchema),
|
|
14091
14217
|
z.lazy(() => OneHundredAndTwentySix$inboundSchema),
|
|
14092
14218
|
z.lazy(() => OneHundredAndTwentySeven$inboundSchema),
|
|
14219
|
+
z.lazy(() => OneHundredAndTwentyEight$inboundSchema),
|
|
14093
14220
|
]).optional(),
|
|
14094
14221
|
});
|
|
14095
14222
|
/** @internal */
|
|
@@ -14116,16 +14243,17 @@ export const UserEvent$outboundSchema = z.object({
|
|
|
14116
14243
|
z.lazy(() => Seventy$outboundSchema),
|
|
14117
14244
|
z.lazy(() => Forty$outboundSchema),
|
|
14118
14245
|
z.lazy(() => FortyOne$outboundSchema),
|
|
14246
|
+
z.lazy(() => FiftyThree$outboundSchema),
|
|
14119
14247
|
z.lazy(() => FiftyEight$outboundSchema),
|
|
14120
14248
|
z.lazy(() => SixtyFour$outboundSchema),
|
|
14121
14249
|
z.lazy(() => SixtySeven$outboundSchema),
|
|
14122
|
-
z.lazy(() =>
|
|
14123
|
-
z.lazy(() =>
|
|
14250
|
+
z.lazy(() => OneHundredAndThirtyTwo$outboundSchema),
|
|
14251
|
+
z.lazy(() => OneHundredAndSixtyTwo$outboundSchema),
|
|
14124
14252
|
z.lazy(() => Payload2$outboundSchema),
|
|
14125
14253
|
z.lazy(() => FortyFive$outboundSchema),
|
|
14126
14254
|
z.lazy(() => SixtyEight$outboundSchema),
|
|
14127
14255
|
z.lazy(() => OneHundredAndOne$outboundSchema),
|
|
14128
|
-
z.lazy(() =>
|
|
14256
|
+
z.lazy(() => OneHundredAndFortyThree$outboundSchema),
|
|
14129
14257
|
z.lazy(() => Twelve$outboundSchema),
|
|
14130
14258
|
z.lazy(() => Sixteen$outboundSchema),
|
|
14131
14259
|
z.lazy(() => TwentyNine$outboundSchema),
|
|
@@ -14136,7 +14264,6 @@ export const UserEvent$outboundSchema = z.object({
|
|
|
14136
14264
|
z.lazy(() => FortyEight$outboundSchema),
|
|
14137
14265
|
z.lazy(() => FortyNine$outboundSchema),
|
|
14138
14266
|
z.lazy(() => Fifty$outboundSchema),
|
|
14139
|
-
z.lazy(() => FiftyThree$outboundSchema),
|
|
14140
14267
|
z.lazy(() => FiftyNine$outboundSchema),
|
|
14141
14268
|
z.lazy(() => Sixty$outboundSchema),
|
|
14142
14269
|
z.lazy(() => SixtyOne$outboundSchema),
|
|
@@ -14146,16 +14273,16 @@ export const UserEvent$outboundSchema = z.object({
|
|
|
14146
14273
|
z.lazy(() => EightyOne$outboundSchema),
|
|
14147
14274
|
z.lazy(() => EightyTwo$outboundSchema),
|
|
14148
14275
|
z.lazy(() => NinetyTwo$outboundSchema),
|
|
14149
|
-
z.lazy(() =>
|
|
14150
|
-
z.lazy(() => OneHundredAndThirtyThree$outboundSchema),
|
|
14276
|
+
z.lazy(() => OneHundredAndTen$outboundSchema),
|
|
14151
14277
|
z.lazy(() => OneHundredAndThirtyFour$outboundSchema),
|
|
14152
|
-
z.lazy(() =>
|
|
14153
|
-
z.lazy(() =>
|
|
14154
|
-
z.lazy(() =>
|
|
14155
|
-
z.lazy(() =>
|
|
14156
|
-
z.lazy(() =>
|
|
14278
|
+
z.lazy(() => OneHundredAndThirtyFive$outboundSchema),
|
|
14279
|
+
z.lazy(() => OneHundredAndFortyTwo$outboundSchema),
|
|
14280
|
+
z.lazy(() => OneHundredAndFortyFour$outboundSchema),
|
|
14281
|
+
z.lazy(() => OneHundredAndFortySix$outboundSchema),
|
|
14282
|
+
z.lazy(() => OneHundredAndFortyNine$outboundSchema),
|
|
14157
14283
|
z.lazy(() => OneHundredAndFiftyNine$outboundSchema),
|
|
14158
14284
|
z.lazy(() => OneHundredAndSixty$outboundSchema),
|
|
14285
|
+
z.lazy(() => OneHundredAndSixtyOne$outboundSchema),
|
|
14159
14286
|
z.lazy(() => Four$outboundSchema),
|
|
14160
14287
|
z.lazy(() => Five$outboundSchema),
|
|
14161
14288
|
z.lazy(() => Six$outboundSchema),
|
|
@@ -14184,25 +14311,25 @@ export const UserEvent$outboundSchema = z.object({
|
|
|
14184
14311
|
z.lazy(() => NinetySeven$outboundSchema),
|
|
14185
14312
|
z.lazy(() => NinetyEight$outboundSchema),
|
|
14186
14313
|
z.lazy(() => NinetyNine$outboundSchema),
|
|
14187
|
-
z.lazy(() =>
|
|
14188
|
-
z.lazy(() => OneHundredAndFourteen$outboundSchema),
|
|
14314
|
+
z.lazy(() => OneHundredAndSix$outboundSchema),
|
|
14189
14315
|
z.lazy(() => OneHundredAndFifteen$outboundSchema),
|
|
14190
|
-
z.lazy(() =>
|
|
14316
|
+
z.lazy(() => OneHundredAndSixteen$outboundSchema),
|
|
14191
14317
|
z.lazy(() => OneHundredAndTwentyOne$outboundSchema),
|
|
14192
|
-
z.lazy(() =>
|
|
14193
|
-
z.lazy(() =>
|
|
14194
|
-
z.lazy(() =>
|
|
14318
|
+
z.lazy(() => OneHundredAndTwentyTwo$outboundSchema),
|
|
14319
|
+
z.lazy(() => OneHundredAndTwentyFour$outboundSchema),
|
|
14320
|
+
z.lazy(() => OneHundredAndThirtyThree$outboundSchema),
|
|
14195
14321
|
z.lazy(() => OneHundredAndThirtySix$outboundSchema),
|
|
14196
14322
|
z.lazy(() => OneHundredAndThirtySeven$outboundSchema),
|
|
14197
|
-
z.lazy(() =>
|
|
14323
|
+
z.lazy(() => OneHundredAndThirtyEight$outboundSchema),
|
|
14198
14324
|
z.lazy(() => OneHundredAndForty$outboundSchema),
|
|
14199
|
-
z.lazy(() =>
|
|
14325
|
+
z.lazy(() => OneHundredAndFortyOne$outboundSchema),
|
|
14200
14326
|
z.lazy(() => OneHundredAndFortySeven$outboundSchema),
|
|
14201
|
-
z.lazy(() =>
|
|
14202
|
-
z.lazy(() =>
|
|
14327
|
+
z.lazy(() => OneHundredAndFortyEight$outboundSchema),
|
|
14328
|
+
z.lazy(() => OneHundredAndFifty$outboundSchema),
|
|
14203
14329
|
z.lazy(() => OneHundredAndFiftyTwo$outboundSchema),
|
|
14204
14330
|
z.lazy(() => OneHundredAndFiftyThree$outboundSchema),
|
|
14205
|
-
z.lazy(() =>
|
|
14331
|
+
z.lazy(() => OneHundredAndFiftyFour$outboundSchema),
|
|
14332
|
+
z.lazy(() => OneHundredAndFiftySix$outboundSchema),
|
|
14206
14333
|
z.lazy(() => Three$outboundSchema),
|
|
14207
14334
|
z.lazy(() => Fifteen$outboundSchema),
|
|
14208
14335
|
z.lazy(() => Twenty$outboundSchema),
|
|
@@ -14230,25 +14357,26 @@ export const UserEvent$outboundSchema = z.object({
|
|
|
14230
14357
|
z.lazy(() => NinetyFive$outboundSchema),
|
|
14231
14358
|
z.lazy(() => NinetySix$outboundSchema),
|
|
14232
14359
|
z.lazy(() => OneHundred$outboundSchema),
|
|
14360
|
+
z.lazy(() => OneHundredAndTwo$outboundSchema),
|
|
14233
14361
|
z.lazy(() => OneHundredAndThree$outboundSchema),
|
|
14234
14362
|
z.lazy(() => OneHundredAndFour$outboundSchema),
|
|
14235
|
-
z.lazy(() => OneHundredAndSix$outboundSchema),
|
|
14236
14363
|
z.lazy(() => OneHundredAndSeven$outboundSchema),
|
|
14237
14364
|
z.lazy(() => OneHundredAndEight$outboundSchema),
|
|
14238
|
-
z.lazy(() =>
|
|
14365
|
+
z.lazy(() => OneHundredAndNine$outboundSchema),
|
|
14239
14366
|
z.lazy(() => OneHundredAndThirteen$outboundSchema),
|
|
14240
|
-
z.lazy(() =>
|
|
14241
|
-
z.lazy(() =>
|
|
14242
|
-
z.lazy(() =>
|
|
14243
|
-
z.lazy(() =>
|
|
14367
|
+
z.lazy(() => OneHundredAndFourteen$outboundSchema),
|
|
14368
|
+
z.lazy(() => OneHundredAndSeventeen$outboundSchema),
|
|
14369
|
+
z.lazy(() => OneHundredAndTwentyThree$outboundSchema),
|
|
14370
|
+
z.lazy(() => OneHundredAndTwentyFive$outboundSchema),
|
|
14244
14371
|
z.lazy(() => OneHundredAndTwentyNine$outboundSchema),
|
|
14245
14372
|
z.lazy(() => OneHundredAndThirty$outboundSchema),
|
|
14246
|
-
z.lazy(() =>
|
|
14247
|
-
z.lazy(() =>
|
|
14248
|
-
z.lazy(() =>
|
|
14249
|
-
z.lazy(() =>
|
|
14250
|
-
z.lazy(() =>
|
|
14373
|
+
z.lazy(() => OneHundredAndThirtyOne$outboundSchema),
|
|
14374
|
+
z.lazy(() => OneHundredAndThirtyNine$outboundSchema),
|
|
14375
|
+
z.lazy(() => OneHundredAndFortyFive$outboundSchema),
|
|
14376
|
+
z.lazy(() => OneHundredAndFiftyOne$outboundSchema),
|
|
14377
|
+
z.lazy(() => OneHundredAndFiftyFive$outboundSchema),
|
|
14251
14378
|
z.lazy(() => OneHundredAndFiftySeven$outboundSchema),
|
|
14379
|
+
z.lazy(() => OneHundredAndFiftyEight$outboundSchema),
|
|
14252
14380
|
z.lazy(() => Payload1$outboundSchema),
|
|
14253
14381
|
z.lazy(() => Seven$outboundSchema),
|
|
14254
14382
|
z.lazy(() => Eight$outboundSchema),
|
|
@@ -14263,15 +14391,15 @@ export const UserEvent$outboundSchema = z.object({
|
|
|
14263
14391
|
z.lazy(() => FiftyFive$outboundSchema),
|
|
14264
14392
|
z.lazy(() => FiftySix$outboundSchema),
|
|
14265
14393
|
z.lazy(() => FiftySeven$outboundSchema),
|
|
14266
|
-
z.lazy(() =>
|
|
14267
|
-
z.lazy(() => OneHundredAndTen$outboundSchema),
|
|
14394
|
+
z.lazy(() => OneHundredAndFive$outboundSchema),
|
|
14268
14395
|
z.lazy(() => OneHundredAndEleven$outboundSchema),
|
|
14269
|
-
z.lazy(() =>
|
|
14396
|
+
z.lazy(() => OneHundredAndTwelve$outboundSchema),
|
|
14270
14397
|
z.lazy(() => OneHundredAndEighteen$outboundSchema),
|
|
14271
14398
|
z.lazy(() => OneHundredAndNineteen$outboundSchema),
|
|
14272
|
-
z.lazy(() =>
|
|
14399
|
+
z.lazy(() => OneHundredAndTwenty$outboundSchema),
|
|
14273
14400
|
z.lazy(() => OneHundredAndTwentySix$outboundSchema),
|
|
14274
14401
|
z.lazy(() => OneHundredAndTwentySeven$outboundSchema),
|
|
14402
|
+
z.lazy(() => OneHundredAndTwentyEight$outboundSchema),
|
|
14275
14403
|
]).optional(),
|
|
14276
14404
|
});
|
|
14277
14405
|
/**
|