@zitadel/api 0.1.0-alpha.18 → 0.1.0-alpha.19

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.
Files changed (120) hide show
  1. package/README.md +38 -3
  2. package/dist/generated/endpoints/zitadelNextGen.d.mts +2 -2
  3. package/dist/generated/endpoints/zitadelNextGen.mjs +104 -98
  4. package/dist/generated/endpoints/zitadelNextGen.mjs.map +1 -1
  5. package/dist/generated/endpoints/zitadelNextGen.msw.d.mts +6 -2
  6. package/dist/generated/endpoints/zitadelNextGen.msw.d.mts.map +1 -1
  7. package/dist/generated/endpoints/zitadelNextGen.msw.mjs +5132 -262
  8. package/dist/generated/endpoints/zitadelNextGen.msw.mjs.map +1 -1
  9. package/dist/generated/endpoints/zitadelNextGen.zod.d.mts +2523 -110
  10. package/dist/generated/endpoints/zitadelNextGen.zod.d.mts.map +1 -1
  11. package/dist/generated/endpoints/zitadelNextGen.zod.mjs +2581 -143
  12. package/dist/generated/endpoints/zitadelNextGen.zod.mjs.map +1 -1
  13. package/dist/generated/model/index.d.mts +2 -2
  14. package/dist/generated/model/index.mjs +29 -5
  15. package/dist/generated/model/index.mjs.map +1 -1
  16. package/dist/{index-D6qIOslB.d.mts → index-Dt_0fSH9.d.mts} +2759 -390
  17. package/dist/index-Dt_0fSH9.d.mts.map +1 -0
  18. package/dist/runtime/api-factory.d.mts +1 -1
  19. package/dist/{zitadelNextGen-BCljAZpG.d.mts → zitadelNextGen-BkDpEAS9.d.mts} +62 -35
  20. package/dist/zitadelNextGen-BkDpEAS9.d.mts.map +1 -0
  21. package/package.json +1 -1
  22. package/src/generated/endpoints/zitadelNextGen.msw.ts +5330 -241
  23. package/src/generated/endpoints/zitadelNextGen.ts +129 -209
  24. package/src/generated/endpoints/zitadelNextGen.zod.ts +4635 -336
  25. package/src/generated/model/createAuthAttemptDefault.ts +10 -0
  26. package/src/generated/model/createFlowDefault.ts +10 -0
  27. package/src/generated/model/createFlowDefinition201FlowDefinitionStepsItemTransitions.ts +11 -0
  28. package/src/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemTransitions.ts +11 -0
  29. package/src/generated/model/createFlowDefinitionDefault.ts +10 -0
  30. package/src/generated/model/createHandoffDefault.ts +10 -0
  31. package/src/generated/model/createProjectDefault.ts +20 -0
  32. package/src/generated/model/createSchemaBody.ts +5 -34
  33. package/src/generated/model/createSession201Session.ts +1 -1
  34. package/src/generated/model/createSession201SessionState.ts +1 -1
  35. package/src/generated/model/createSessionDefault.ts +20 -0
  36. package/src/generated/model/createUser201.ts +24 -4
  37. package/src/generated/model/createUser201Attributes.ts +14 -0
  38. package/src/generated/model/{createUserBodyMetadata.ts → createUser201Metadata.ts} +3 -3
  39. package/src/generated/model/{createUserBodyMetadataStatus.ts → createUser201MetadataStatus.ts} +3 -3
  40. package/src/generated/model/createUser500.ts +20 -0
  41. package/src/generated/model/{deleteTeamParams.ts → createUser500Details.ts} +4 -7
  42. package/src/generated/model/createUserBody.ts +22 -11
  43. package/src/generated/model/createUserBodyAttributes.ts +14 -0
  44. package/src/generated/model/createUserDefault.ts +10 -0
  45. package/src/generated/model/deleteFlowDefinitionDefault.ts +10 -0
  46. package/src/generated/model/deleteUserByIDDefault.ts +10 -0
  47. package/src/generated/model/exchangeHandoff200Session.ts +1 -1
  48. package/src/generated/model/exchangeHandoff200SessionState.ts +1 -1
  49. package/src/generated/model/exchangeHandoffDefault.ts +10 -0
  50. package/src/generated/model/getEvent200.ts +1372 -0
  51. package/src/generated/model/getEvent401.ts +20 -0
  52. package/src/generated/model/{getSessionParams.ts → getEvent401Details.ts} +4 -7
  53. package/src/generated/model/getEvent403.ts +20 -0
  54. package/src/generated/model/getEvent403Details.ts +12 -0
  55. package/src/generated/model/getEvent404.ts +20 -0
  56. package/src/generated/model/getEvent404Details.ts +12 -0
  57. package/src/generated/model/getEventDefault.ts +20 -0
  58. package/src/generated/model/getEventDefaultDetails.ts +12 -0
  59. package/src/generated/model/{getTeamParams.ts → getEventParams.ts} +1 -1
  60. package/src/generated/model/getFlowDefinition200FlowDefinitionStepsItemTransitions.ts +11 -0
  61. package/src/generated/model/getMySession200.ts +1 -1
  62. package/src/generated/model/getMySession200State.ts +1 -1
  63. package/src/generated/model/getMyUser200.ts +20 -7
  64. package/src/generated/model/getMyUser200Attributes.ts +14 -0
  65. package/src/generated/model/getSchemaById200.ts +5 -34
  66. package/src/generated/model/getSchemaByIdParams.ts +0 -5
  67. package/src/generated/model/getSession200.ts +1 -1
  68. package/src/generated/model/getSession200State.ts +1 -1
  69. package/src/generated/model/getUserByID200.ts +20 -7
  70. package/src/generated/model/getUserByID200Attributes.ts +14 -0
  71. package/src/generated/model/getUserByIDParams.ts +0 -5
  72. package/src/generated/model/index.ts +32 -13
  73. package/src/generated/model/listEvents200.ts +19 -0
  74. package/src/generated/model/listEvents200DataItem.ts +1372 -0
  75. package/src/generated/model/listEvents400.ts +20 -0
  76. package/src/generated/model/listEvents400Details.ts +12 -0
  77. package/src/generated/model/listEvents401.ts +20 -0
  78. package/src/generated/model/listEvents401Details.ts +12 -0
  79. package/src/generated/model/listEvents403.ts +20 -0
  80. package/src/generated/model/listEvents403Details.ts +12 -0
  81. package/src/generated/model/listEventsCategoryItem.ts +19 -0
  82. package/src/generated/model/listEventsDefault.ts +20 -0
  83. package/src/generated/model/{getFlowDefinitionParams.ts → listEventsDefaultDetails.ts} +4 -7
  84. package/src/generated/model/{getBrandingByIdParams.ts → listEventsOrder.ts} +6 -7
  85. package/src/generated/model/listEventsParams.ts +67 -0
  86. package/src/generated/model/listUserPasskeysParams.ts +0 -5
  87. package/src/generated/model/listUserTeamsDefault.ts +0 -20
  88. package/src/generated/model/listUserTeamsParams.ts +0 -5
  89. package/src/generated/model/listUsers200UsersItem.ts +20 -7
  90. package/src/generated/model/listUsers200UsersItemAttributes.ts +14 -0
  91. package/src/generated/model/patchProjectDefault.ts +10 -0
  92. package/src/generated/model/queryProjectsBodyFilterItem.ts +4 -0
  93. package/src/generated/model/queryProjectsBodyFilterItemOperation.ts +4 -0
  94. package/src/generated/model/querySessions200SessionsItem.ts +1 -1
  95. package/src/generated/model/querySessions200SessionsItemState.ts +1 -1
  96. package/src/generated/model/querySessionsBodyFilterItem.ts +6 -1
  97. package/src/generated/model/querySessionsBodyFilterItemField.ts +2 -1
  98. package/src/generated/model/querySessionsBodyFilterItemOperation.ts +4 -0
  99. package/src/generated/model/querySessionsDefault.ts +10 -0
  100. package/src/generated/model/queryTeamsBodyFilterItem.ts +9 -0
  101. package/src/generated/model/queryTeamsBodyFilterItemField.ts +9 -0
  102. package/src/generated/model/queryTeamsBodyFilterItemOperation.ts +4 -0
  103. package/src/generated/model/queryTeamsBodySorting.ts +5 -0
  104. package/src/generated/model/queryTeamsBodySortingField.ts +9 -0
  105. package/src/generated/model/revokeMySessionDefault.ts +10 -0
  106. package/src/generated/model/revokeSessionDefault.ts +10 -0
  107. package/src/generated/model/setUserPasswordDefault.ts +10 -0
  108. package/src/generated/model/submitFlowStepDefault.ts +10 -0
  109. package/src/generated/model/updateFlowDefinition200FlowDefinitionStepsItemTransitions.ts +11 -0
  110. package/src/generated/model/updateFlowDefinitionBodyFlowDefinitionStepsItemTransitions.ts +11 -0
  111. package/src/generated/model/updateFlowDefinitionDefault.ts +10 -0
  112. package/src/generated/model/verifyChallengeProofDefault.ts +10 -0
  113. package/dist/index-D6qIOslB.d.mts.map +0 -1
  114. package/dist/zitadelNextGen-BCljAZpG.d.mts.map +0 -1
  115. package/src/generated/model/deleteFlowDefinitionParams.ts +0 -15
  116. package/src/generated/model/deleteUserByIDParams.ts +0 -15
  117. package/src/generated/model/revokeSessionParams.ts +0 -15
  118. package/src/generated/model/setUserPasswordParams.ts +0 -15
  119. package/src/generated/model/updateFlowDefinitionParams.ts +0 -15
  120. package/src/generated/model/updateTeamParams.ts +0 -15
@@ -10,20 +10,9 @@ declare const CreateUserQueryParams: zod.ZodObject<{
10
10
  project_id: zod.ZodString;
11
11
  team_id: zod.ZodOptional<zod.ZodString>;
12
12
  }, zod.z.core.$strict>;
13
- declare const createUserBodyIdRegExp: RegExp;
14
13
  declare const CreateUserBody: zod.ZodObject<{
15
- id: zod.ZodOptional<zod.ZodString>;
16
- metadata: zod.ZodOptional<zod.ZodObject<{
17
- created_at: zod.z.ZodISODateTime;
18
- updated_at: zod.z.ZodISODateTime;
19
- status: zod.ZodEnum<{
20
- active: "active";
21
- suspended: "suspended";
22
- deactivated: "deactivated";
23
- pending_purge: "pending_purge";
24
- }>;
25
- lifecycle_owner_team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
26
- }, zod.z.core.$strip>>;
14
+ schema: zod.ZodString;
15
+ attributes: zod.ZodRecord<zod.ZodString, zod.ZodUnknown>;
27
16
  }, zod.z.core.$strip>;
28
17
  /**
29
18
  * @summary List users
@@ -37,8 +26,10 @@ declare const ListUsersQueryParams: zod.ZodObject<{
37
26
  declare const listUsersResponseUsersItemIdRegExp: RegExp;
38
27
  declare const ListUsersResponse: zod.ZodObject<{
39
28
  users: zod.ZodArray<zod.ZodObject<{
40
- id: zod.ZodOptional<zod.ZodString>;
41
- metadata: zod.ZodOptional<zod.ZodObject<{
29
+ id: zod.ZodString;
30
+ schema: zod.ZodString;
31
+ attributes: zod.ZodRecord<zod.ZodString, zod.ZodUnknown>;
32
+ metadata: zod.ZodObject<{
42
33
  created_at: zod.z.ZodISODateTime;
43
34
  updated_at: zod.z.ZodISODateTime;
44
35
  status: zod.ZodEnum<{
@@ -48,7 +39,7 @@ declare const ListUsersResponse: zod.ZodObject<{
48
39
  pending_purge: "pending_purge";
49
40
  }>;
50
41
  lifecycle_owner_team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
51
- }, zod.z.core.$strip>>;
42
+ }, zod.z.core.$strip>;
52
43
  }, zod.z.core.$strip>>;
53
44
  next_page_token: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
54
45
  }, zod.z.core.$strip>;
@@ -59,16 +50,16 @@ declare const getUserByIDPathUserIdRegExp: RegExp;
59
50
  declare const GetUserByIDParams: zod.ZodObject<{
60
51
  user_id: zod.ZodString;
61
52
  }, zod.z.core.$strip>;
62
- declare const getUserByIDQueryProjectIdRegExp: RegExp;
63
53
  declare const getUserByIDQueryTeamIdRegExp: RegExp;
64
54
  declare const GetUserByIDQueryParams: zod.ZodObject<{
65
- project_id: zod.ZodString;
66
55
  team_id: zod.ZodOptional<zod.ZodString>;
67
56
  }, zod.z.core.$strict>;
68
57
  declare const getUserByIDResponseIdRegExp: RegExp;
69
58
  declare const GetUserByIDResponse: zod.ZodObject<{
70
- id: zod.ZodOptional<zod.ZodString>;
71
- metadata: zod.ZodOptional<zod.ZodObject<{
59
+ id: zod.ZodString;
60
+ schema: zod.ZodString;
61
+ attributes: zod.ZodRecord<zod.ZodString, zod.ZodUnknown>;
62
+ metadata: zod.ZodObject<{
72
63
  created_at: zod.z.ZodISODateTime;
73
64
  updated_at: zod.z.ZodISODateTime;
74
65
  status: zod.ZodEnum<{
@@ -78,7 +69,7 @@ declare const GetUserByIDResponse: zod.ZodObject<{
78
69
  pending_purge: "pending_purge";
79
70
  }>;
80
71
  lifecycle_owner_team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
81
- }, zod.z.core.$strip>>;
72
+ }, zod.z.core.$strip>;
82
73
  }, zod.z.core.$strip>;
83
74
  /**
84
75
  * @summary Delete user by ID
@@ -87,10 +78,6 @@ declare const deleteUserByIDPathUserIdRegExp: RegExp;
87
78
  declare const DeleteUserByIDParams: zod.ZodObject<{
88
79
  user_id: zod.ZodString;
89
80
  }, zod.z.core.$strip>;
90
- declare const deleteUserByIDQueryProjectIdRegExp: RegExp;
91
- declare const DeleteUserByIDQueryParams: zod.ZodObject<{
92
- project_id: zod.ZodString;
93
- }, zod.z.core.$strict>;
94
81
  /**
95
82
  * @summary List user passkeys
96
83
  */
@@ -100,11 +87,9 @@ declare const ListUserPasskeysParams: zod.ZodObject<{
100
87
  }, zod.z.core.$strip>;
101
88
  declare const listUserPasskeysQueryLimitDefault = 20;
102
89
  declare const listUserPasskeysQueryLimitMax = 100;
103
- declare const listUserPasskeysQueryProjectIdRegExp: RegExp;
104
90
  declare const ListUserPasskeysQueryParams: zod.ZodObject<{
105
91
  limit: zod.ZodDefault<zod.ZodNumber>;
106
92
  page_token: zod.ZodOptional<zod.ZodString>;
107
- project_id: zod.ZodString;
108
93
  }, zod.z.core.$strict>;
109
94
  declare const ListUserPasskeysResponse: zod.ZodObject<{
110
95
  passkeys: zod.ZodArray<zod.ZodObject<{
@@ -121,10 +106,6 @@ declare const setUserPasswordPathUserIdRegExp: RegExp;
121
106
  declare const SetUserPasswordParams: zod.ZodObject<{
122
107
  user_id: zod.ZodString;
123
108
  }, zod.z.core.$strip>;
124
- declare const setUserPasswordQueryProjectIdRegExp: RegExp;
125
- declare const SetUserPasswordQueryParams: zod.ZodObject<{
126
- project_id: zod.ZodString;
127
- }, zod.z.core.$strict>;
128
109
  declare const SetUserPasswordBody: zod.ZodObject<{
129
110
  password: zod.ZodString;
130
111
  is_change_required: zod.ZodOptional<zod.ZodBoolean>;
@@ -146,11 +127,9 @@ declare const ListUserTeamsParams: zod.ZodObject<{
146
127
  }, zod.z.core.$strip>;
147
128
  declare const listUserTeamsQueryLimitDefault = 20;
148
129
  declare const listUserTeamsQueryLimitMax = 100;
149
- declare const listUserTeamsQueryProjectIdRegExp: RegExp;
150
130
  declare const ListUserTeamsQueryParams: zod.ZodObject<{
151
131
  limit: zod.ZodDefault<zod.ZodNumber>;
152
132
  page_token: zod.ZodOptional<zod.ZodString>;
153
- project_id: zod.ZodString;
154
133
  }, zod.z.core.$strict>;
155
134
  declare const ListUserTeamsResponse: zod.ZodObject<{
156
135
  teams: zod.ZodArray<zod.ZodObject<{
@@ -171,8 +150,10 @@ declare const ListUserTeamsResponse: zod.ZodObject<{
171
150
  */
172
151
  declare const getMyUserResponseIdRegExp: RegExp;
173
152
  declare const GetMyUserResponse: zod.ZodObject<{
174
- id: zod.ZodOptional<zod.ZodString>;
175
- metadata: zod.ZodOptional<zod.ZodObject<{
153
+ id: zod.ZodString;
154
+ schema: zod.ZodString;
155
+ attributes: zod.ZodRecord<zod.ZodString, zod.ZodUnknown>;
156
+ metadata: zod.ZodObject<{
176
157
  created_at: zod.z.ZodISODateTime;
177
158
  updated_at: zod.z.ZodISODateTime;
178
159
  status: zod.ZodEnum<{
@@ -182,7 +163,7 @@ declare const GetMyUserResponse: zod.ZodObject<{
182
163
  pending_purge: "pending_purge";
183
164
  }>;
184
165
  lifecycle_owner_team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
185
- }, zod.z.core.$strip>>;
166
+ }, zod.z.core.$strip>;
186
167
  }, zod.z.core.$strip>;
187
168
  /**
188
169
  * Resolves a flow definition based on purpose + audience context and returns
@@ -1134,10 +1115,6 @@ declare const getSessionPathSessionIdRegExp: RegExp;
1134
1115
  declare const GetSessionParams: zod.ZodObject<{
1135
1116
  session_id: zod.ZodString;
1136
1117
  }, zod.z.core.$strip>;
1137
- declare const getSessionQueryProjectIdRegExp: RegExp;
1138
- declare const GetSessionQueryParams: zod.ZodObject<{
1139
- project_id: zod.ZodString;
1140
- }, zod.z.core.$strict>;
1141
1118
  declare const getSessionResponseSessionIdRegExp: RegExp;
1142
1119
  declare const getSessionResponseProjectIdRegExp: RegExp;
1143
1120
  declare const getSessionResponseUserIdOneRegExp: RegExp;
@@ -1199,10 +1176,6 @@ declare const revokeSessionPathSessionIdRegExp: RegExp;
1199
1176
  declare const RevokeSessionParams: zod.ZodObject<{
1200
1177
  session_id: zod.ZodString;
1201
1178
  }, zod.z.core.$strip>;
1202
- declare const revokeSessionQueryProjectIdRegExp: RegExp;
1203
- declare const RevokeSessionQueryParams: zod.ZodObject<{
1204
- project_id: zod.ZodString;
1205
- }, zod.z.core.$strict>;
1206
1179
  /**
1207
1180
  * Returns the current state of the current session including its factors and all currently
1208
1181
  satisfied assurance levels.
@@ -1277,14 +1250,7 @@ declare const CreateSchemaQueryParams: zod.ZodObject<{
1277
1250
  team_id: zod.ZodOptional<zod.ZodString>;
1278
1251
  }, zod.z.core.$strict>;
1279
1252
  declare const createSchemaBodyOneObjectTypeMax = 256;
1280
- declare const createSchemaBodyOneXAuthMethodsPasswordPositionMin = 0;
1281
- declare const createSchemaBodyOneXAuthMethodsPasskeyPositionMin = 0;
1282
- declare const createSchemaBodyOneXAuthMethodsMagicLinkPositionMin = 0;
1283
- declare const createSchemaBodyOneXAuthMethodsSsoPositionMin = 0;
1284
- declare const createSchemaBodyOneXAuthMethodsOtpPositionMin = 0;
1285
- declare const createSchemaBodyOnePropertiesXEditableDefault = true;
1286
- declare const createSchemaBodyOnePropertiesXSensitiveDefault = false;
1287
- declare const createSchemaBodyOnePropertiesXMfaDefault = false;
1253
+ declare const createSchemaBodyOnePropertiesXAuditDefault = false;
1288
1254
  declare const CreateSchemaBody: zod.ZodUnion<readonly [zod.ZodObject<{
1289
1255
  objectType: zod.ZodOptional<zod.ZodString>;
1290
1256
  kind: zod.ZodLiteral<"user-schema">;
@@ -1292,36 +1258,28 @@ declare const CreateSchemaBody: zod.ZodUnion<readonly [zod.ZodObject<{
1292
1258
  "x-auth-methods": zod.ZodObject<{
1293
1259
  password: zod.ZodOptional<zod.ZodObject<{
1294
1260
  enabled: zod.ZodBoolean;
1295
- position: zod.ZodNumber;
1296
1261
  }, zod.z.core.$strip>>;
1297
1262
  passkey: zod.ZodOptional<zod.ZodObject<{
1298
1263
  enabled: zod.ZodBoolean;
1299
- position: zod.ZodNumber;
1300
1264
  }, zod.z.core.$strip>>;
1301
1265
  magic_link: zod.ZodOptional<zod.ZodObject<{
1302
1266
  enabled: zod.ZodBoolean;
1303
- position: zod.ZodNumber;
1304
1267
  }, zod.z.core.$strip>>;
1305
1268
  sso: zod.ZodOptional<zod.ZodObject<{
1306
1269
  enabled: zod.ZodBoolean;
1307
- position: zod.ZodNumber;
1308
1270
  }, zod.z.core.$strip>>;
1309
1271
  otp: zod.ZodOptional<zod.ZodObject<{
1310
1272
  enabled: zod.ZodBoolean;
1311
- position: zod.ZodNumber;
1312
1273
  }, zod.z.core.$strip>>;
1313
1274
  }, zod.z.core.$strip>;
1314
1275
  properties: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1315
- "x-verify": zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
1316
1276
  "x-unique": zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
1317
1277
  unspecified: "unspecified";
1318
1278
  project: "project";
1319
1279
  team: "team";
1320
1280
  }>, zod.ZodNull]>>;
1321
1281
  "x-claim": zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
1322
- "x-editable": zod.ZodDefault<zod.ZodBoolean>;
1323
- "x-sensitive": zod.ZodDefault<zod.ZodBoolean>;
1324
- "x-mfa": zod.ZodDefault<zod.ZodBoolean>;
1282
+ "x-audit": zod.ZodDefault<zod.ZodBoolean>;
1325
1283
  properties: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
1326
1284
  }, zod.z.core.$strip>>>;
1327
1285
  }, zod.z.core.$strip>, zod.ZodObject<{
@@ -1359,21 +1317,12 @@ declare const ListSchemasResponse: zod.ZodArray<zod.ZodObject<{
1359
1317
  declare const GetSchemaByIdParams: zod.ZodObject<{
1360
1318
  id: zod.ZodString;
1361
1319
  }, zod.z.core.$strip>;
1362
- declare const getSchemaByIdQueryProjectIdRegExp: RegExp;
1363
1320
  declare const getSchemaByIdQueryTeamIdRegExp: RegExp;
1364
1321
  declare const GetSchemaByIdQueryParams: zod.ZodObject<{
1365
- project_id: zod.ZodString;
1366
1322
  team_id: zod.ZodOptional<zod.ZodString>;
1367
1323
  }, zod.z.core.$strict>;
1368
1324
  declare const getSchemaByIdResponseOneObjectTypeMax = 256;
1369
- declare const getSchemaByIdResponseOneXAuthMethodsPasswordPositionMin = 0;
1370
- declare const getSchemaByIdResponseOneXAuthMethodsPasskeyPositionMin = 0;
1371
- declare const getSchemaByIdResponseOneXAuthMethodsMagicLinkPositionMin = 0;
1372
- declare const getSchemaByIdResponseOneXAuthMethodsSsoPositionMin = 0;
1373
- declare const getSchemaByIdResponseOneXAuthMethodsOtpPositionMin = 0;
1374
- declare const getSchemaByIdResponseOnePropertiesXEditableDefault = true;
1375
- declare const getSchemaByIdResponseOnePropertiesXSensitiveDefault = false;
1376
- declare const getSchemaByIdResponseOnePropertiesXMfaDefault = false;
1325
+ declare const getSchemaByIdResponseOnePropertiesXAuditDefault = false;
1377
1326
  declare const GetSchemaByIdResponse: zod.ZodObject<{
1378
1327
  objectType: zod.ZodOptional<zod.ZodString>;
1379
1328
  kind: zod.ZodLiteral<"user-schema">;
@@ -1381,36 +1330,28 @@ declare const GetSchemaByIdResponse: zod.ZodObject<{
1381
1330
  "x-auth-methods": zod.ZodObject<{
1382
1331
  password: zod.ZodOptional<zod.ZodObject<{
1383
1332
  enabled: zod.ZodBoolean;
1384
- position: zod.ZodNumber;
1385
1333
  }, zod.z.core.$strip>>;
1386
1334
  passkey: zod.ZodOptional<zod.ZodObject<{
1387
1335
  enabled: zod.ZodBoolean;
1388
- position: zod.ZodNumber;
1389
1336
  }, zod.z.core.$strip>>;
1390
1337
  magic_link: zod.ZodOptional<zod.ZodObject<{
1391
1338
  enabled: zod.ZodBoolean;
1392
- position: zod.ZodNumber;
1393
1339
  }, zod.z.core.$strip>>;
1394
1340
  sso: zod.ZodOptional<zod.ZodObject<{
1395
1341
  enabled: zod.ZodBoolean;
1396
- position: zod.ZodNumber;
1397
1342
  }, zod.z.core.$strip>>;
1398
1343
  otp: zod.ZodOptional<zod.ZodObject<{
1399
1344
  enabled: zod.ZodBoolean;
1400
- position: zod.ZodNumber;
1401
1345
  }, zod.z.core.$strip>>;
1402
1346
  }, zod.z.core.$strip>;
1403
1347
  properties: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1404
- "x-verify": zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
1405
1348
  "x-unique": zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
1406
1349
  unspecified: "unspecified";
1407
1350
  project: "project";
1408
1351
  team: "team";
1409
1352
  }>, zod.ZodNull]>>;
1410
1353
  "x-claim": zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
1411
- "x-editable": zod.ZodDefault<zod.ZodBoolean>;
1412
- "x-sensitive": zod.ZodDefault<zod.ZodBoolean>;
1413
- "x-mfa": zod.ZodDefault<zod.ZodBoolean>;
1354
+ "x-audit": zod.ZodDefault<zod.ZodBoolean>;
1414
1355
  properties: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
1415
1356
  }, zod.z.core.$strip>>>;
1416
1357
  }, zod.z.core.$strip>;
@@ -1485,6 +1426,14 @@ declare const CreateFlowDefinitionBody: zod.ZodObject<{
1485
1426
  switch: "switch";
1486
1427
  pivot: "pivot";
1487
1428
  }>, zod.ZodNull]>>;
1429
+ purpose: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
1430
+ login: "login";
1431
+ register: "register";
1432
+ recovery: "recovery";
1433
+ profiling: "profiling";
1434
+ reauth: "reauth";
1435
+ link_account: "link_account";
1436
+ }>, zod.ZodNull]>>;
1488
1437
  }, zod.z.core.$strip>>>;
1489
1438
  }, zod.z.core.$strip>>;
1490
1439
  }, zod.z.core.$strip>;
@@ -1534,10 +1483,6 @@ declare const ListFlowDefinitionsResponse: zod.ZodObject<{
1534
1483
  declare const GetFlowDefinitionParams: zod.ZodObject<{
1535
1484
  id: zod.ZodString;
1536
1485
  }, zod.z.core.$strip>;
1537
- declare const getFlowDefinitionQueryProjectIdRegExp: RegExp;
1538
- declare const GetFlowDefinitionQueryParams: zod.ZodObject<{
1539
- project_id: zod.ZodString;
1540
- }, zod.z.core.$strict>;
1541
1486
  declare const getFlowDefinitionResponseFlowDefinitionNameRegExp: RegExp;
1542
1487
  declare const getFlowDefinitionResponseFlowDefinitionStepsItemFieldsDefault: never[];
1543
1488
  declare const getFlowDefinitionResponseFlowDefinitionStepsItemActionsItemPrimaryDefault = false;
@@ -1599,6 +1544,14 @@ declare const GetFlowDefinitionResponse: zod.ZodObject<{
1599
1544
  switch: "switch";
1600
1545
  pivot: "pivot";
1601
1546
  }>, zod.ZodNull]>>;
1547
+ purpose: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
1548
+ login: "login";
1549
+ register: "register";
1550
+ recovery: "recovery";
1551
+ profiling: "profiling";
1552
+ reauth: "reauth";
1553
+ link_account: "link_account";
1554
+ }>, zod.ZodNull]>>;
1602
1555
  }, zod.z.core.$strip>>>;
1603
1556
  }, zod.z.core.$strip>>;
1604
1557
  }, zod.z.core.$strip>;
@@ -1614,10 +1567,6 @@ If `flow_definition.status` is omitted, the current status is preserved
1614
1567
  declare const UpdateFlowDefinitionParams: zod.ZodObject<{
1615
1568
  id: zod.ZodString;
1616
1569
  }, zod.z.core.$strip>;
1617
- declare const updateFlowDefinitionQueryProjectIdRegExp: RegExp;
1618
- declare const UpdateFlowDefinitionQueryParams: zod.ZodObject<{
1619
- project_id: zod.ZodString;
1620
- }, zod.z.core.$strict>;
1621
1570
  declare const updateFlowDefinitionBodyFlowDefinitionNameRegExp: RegExp;
1622
1571
  declare const updateFlowDefinitionBodyFlowDefinitionStepsItemFieldsDefault: never[];
1623
1572
  declare const updateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemPrimaryDefault = false;
@@ -1678,6 +1627,14 @@ declare const UpdateFlowDefinitionBody: zod.ZodObject<{
1678
1627
  switch: "switch";
1679
1628
  pivot: "pivot";
1680
1629
  }>, zod.ZodNull]>>;
1630
+ purpose: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
1631
+ login: "login";
1632
+ register: "register";
1633
+ recovery: "recovery";
1634
+ profiling: "profiling";
1635
+ reauth: "reauth";
1636
+ link_account: "link_account";
1637
+ }>, zod.ZodNull]>>;
1681
1638
  }, zod.z.core.$strip>>>;
1682
1639
  }, zod.z.core.$strip>>;
1683
1640
  }, zod.z.core.$strip>;
@@ -1743,6 +1700,14 @@ declare const UpdateFlowDefinitionResponse: zod.ZodObject<{
1743
1700
  switch: "switch";
1744
1701
  pivot: "pivot";
1745
1702
  }>, zod.ZodNull]>>;
1703
+ purpose: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
1704
+ login: "login";
1705
+ register: "register";
1706
+ recovery: "recovery";
1707
+ profiling: "profiling";
1708
+ reauth: "reauth";
1709
+ link_account: "link_account";
1710
+ }>, zod.ZodNull]>>;
1746
1711
  }, zod.z.core.$strip>>>;
1747
1712
  }, zod.z.core.$strip>>;
1748
1713
  }, zod.z.core.$strip>;
@@ -1759,10 +1724,6 @@ If the flow definition is the last active flow definition for a given purpose, t
1759
1724
  declare const DeleteFlowDefinitionParams: zod.ZodObject<{
1760
1725
  id: zod.ZodString;
1761
1726
  }, zod.z.core.$strip>;
1762
- declare const deleteFlowDefinitionQueryProjectIdRegExp: RegExp;
1763
- declare const DeleteFlowDefinitionQueryParams: zod.ZodObject<{
1764
- project_id: zod.ZodString;
1765
- }, zod.z.core.$strict>;
1766
1727
  /**
1767
1728
  * @summary Create team
1768
1729
  */
@@ -1776,7 +1737,6 @@ declare const CreateTeamBody: zod.ZodObject<{
1776
1737
  }, zod.z.core.$strip>;
1777
1738
  /**
1778
1739
  * Returns the teams of a project, paginated with a cursor.
1779
- Teams of every lifecycle status are returned; each carries its `status`.
1780
1740
 
1781
1741
  * @summary Query teams
1782
1742
  */
@@ -1792,6 +1752,8 @@ declare const QueryTeamsBody: zod.ZodObject<{
1792
1752
  sorting: zod.ZodOptional<zod.ZodObject<{
1793
1753
  field: zod.ZodEnum<{
1794
1754
  created_at: "created_at";
1755
+ name: "name";
1756
+ status: "status";
1795
1757
  }>;
1796
1758
  direction: zod.ZodEnum<{
1797
1759
  asc: "asc";
@@ -1801,6 +1763,8 @@ declare const QueryTeamsBody: zod.ZodObject<{
1801
1763
  filter: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
1802
1764
  field: zod.ZodEnum<{
1803
1765
  created_at: "created_at";
1766
+ name: "name";
1767
+ status: "status";
1804
1768
  }>;
1805
1769
  value: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNumber, zod.ZodBoolean, zod.ZodNull]>>;
1806
1770
  operation: zod.ZodEnum<{
@@ -1837,10 +1801,6 @@ declare const getTeamPathTeamIdRegExp: RegExp;
1837
1801
  declare const GetTeamParams: zod.ZodObject<{
1838
1802
  team_id: zod.ZodString;
1839
1803
  }, zod.z.core.$strip>;
1840
- declare const getTeamQueryProjectIdRegExp: RegExp;
1841
- declare const GetTeamQueryParams: zod.ZodObject<{
1842
- project_id: zod.ZodString;
1843
- }, zod.z.core.$strict>;
1844
1804
  declare const GetTeamResponse: zod.ZodObject<{
1845
1805
  id: zod.ZodString;
1846
1806
  name: zod.ZodString;
@@ -1867,10 +1827,6 @@ declare const deleteTeamPathTeamIdRegExp: RegExp;
1867
1827
  declare const DeleteTeamParams: zod.ZodObject<{
1868
1828
  team_id: zod.ZodString;
1869
1829
  }, zod.z.core.$strip>;
1870
- declare const deleteTeamQueryProjectIdRegExp: RegExp;
1871
- declare const DeleteTeamQueryParams: zod.ZodObject<{
1872
- project_id: zod.ZodString;
1873
- }, zod.z.core.$strict>;
1874
1830
  /**
1875
1831
  * Update team. Only active teams can be updated.
1876
1832
 
@@ -1880,10 +1836,6 @@ declare const updateTeamPathTeamIdRegExp: RegExp;
1880
1836
  declare const UpdateTeamParams: zod.ZodObject<{
1881
1837
  team_id: zod.ZodString;
1882
1838
  }, zod.z.core.$strip>;
1883
- declare const updateTeamQueryProjectIdRegExp: RegExp;
1884
- declare const UpdateTeamQueryParams: zod.ZodObject<{
1885
- project_id: zod.ZodString;
1886
- }, zod.z.core.$strict>;
1887
1839
  declare const updateTeamBodyNameMax = 200;
1888
1840
  declare const UpdateTeamBody: zod.ZodObject<{
1889
1841
  name: zod.ZodOptional<zod.ZodString>;
@@ -1955,10 +1907,6 @@ declare const ListBrandingResponse: zod.ZodArray<zod.ZodObject<{
1955
1907
  declare const GetBrandingByIdParams: zod.ZodObject<{
1956
1908
  id: zod.ZodString;
1957
1909
  }, zod.z.core.$strip>;
1958
- declare const getBrandingByIdQueryProjectIdRegExp: RegExp;
1959
- declare const GetBrandingByIdQueryParams: zod.ZodObject<{
1960
- project_id: zod.ZodString;
1961
- }, zod.z.core.$strict>;
1962
1910
  declare const getBrandingByIdResponseBrandingLayoutDefault = "centered";
1963
1911
  declare const getBrandingByIdResponseBrandingLiquidTemplateMax = 131072;
1964
1912
  declare const GetBrandingByIdResponse: zod.ZodObject<{
@@ -1975,6 +1923,2471 @@ declare const GetBrandingByIdResponse: zod.ZodObject<{
1975
1923
  hero_url: zod.ZodOptional<zod.ZodURL>;
1976
1924
  }, zod.z.core.$strip>;
1977
1925
  }, zod.z.core.$strip>;
1926
+ /**
1927
+ * Returns project-scoped audit events, newest-first by keyset on
1928
+ `(created_at, id)` (ADR 027 / ADR 049). Pass `order=asc` for oldest-first.
1929
+ Requires `events.read`.
1930
+
1931
+ Pre-claim projects return an empty list (events are stored but not
1932
+ visible until claim succeeds). Team-scoped credentials see only events
1933
+ whose emit-time `team_id` matches the credential team (enforced when
1934
+ team-scoped tokens exist).
1935
+
1936
+ Clients discriminate each item via `event_type` (OpenAPI Event oneOf) —
1937
+ see docs/design/api/events-catalog.md.
1938
+
1939
+ * @summary List events
1940
+ */
1941
+ declare const listEventsQueryProjectIdRegExp: RegExp;
1942
+ declare const listEventsQueryOrderDefault = "desc";
1943
+ declare const listEventsQueryLimitDefault = 20;
1944
+ declare const listEventsQueryLimitMax = 100;
1945
+ declare const ListEventsQueryParams: zod.ZodObject<{
1946
+ project_id: zod.ZodString;
1947
+ category: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<{
1948
+ session: "session";
1949
+ request: "request";
1950
+ auth: "auth";
1951
+ admin: "admin";
1952
+ entity: "entity";
1953
+ signal: "signal";
1954
+ }>>>;
1955
+ event_type: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
1956
+ actor_id: zod.ZodOptional<zod.ZodString>;
1957
+ client_id: zod.ZodOptional<zod.ZodString>;
1958
+ session_id: zod.ZodOptional<zod.ZodString>;
1959
+ flow_id: zod.ZodOptional<zod.ZodString>;
1960
+ request_id: zod.ZodOptional<zod.ZodString>;
1961
+ fingerprint: zod.ZodOptional<zod.ZodString>;
1962
+ entity_type: zod.ZodOptional<zod.ZodString>;
1963
+ entity_id: zod.ZodOptional<zod.ZodString>;
1964
+ team_id: zod.ZodOptional<zod.ZodString>;
1965
+ created_after: zod.ZodOptional<zod.z.ZodISODateTime>;
1966
+ created_before: zod.ZodOptional<zod.z.ZodISODateTime>;
1967
+ order: zod.ZodDefault<zod.ZodEnum<{
1968
+ asc: "asc";
1969
+ desc: "desc";
1970
+ }>>;
1971
+ page_token: zod.ZodOptional<zod.ZodString>;
1972
+ limit: zod.ZodDefault<zod.ZodNumber>;
1973
+ }, zod.z.core.$strict>;
1974
+ declare const listEventsResponseDataItemOneOneProjectIdRegExp: RegExp;
1975
+ declare const listEventsResponseDataItemTwoOneProjectIdRegExp: RegExp;
1976
+ declare const listEventsResponseDataItemThreeOneProjectIdRegExp: RegExp;
1977
+ declare const listEventsResponseDataItemFourOneProjectIdRegExp: RegExp;
1978
+ declare const listEventsResponseDataItemFiveOneProjectIdRegExp: RegExp;
1979
+ declare const listEventsResponseDataItemSixOneProjectIdRegExp: RegExp;
1980
+ declare const listEventsResponseDataItemSevenOneProjectIdRegExp: RegExp;
1981
+ declare const listEventsResponseDataItemEightOneProjectIdRegExp: RegExp;
1982
+ declare const listEventsResponseDataItemNineOneProjectIdRegExp: RegExp;
1983
+ declare const listEventsResponseDataItemOnezeroOneProjectIdRegExp: RegExp;
1984
+ declare const listEventsResponseDataItemOneoneOneProjectIdRegExp: RegExp;
1985
+ declare const listEventsResponseDataItemOnetwoOneProjectIdRegExp: RegExp;
1986
+ declare const listEventsResponseDataItemOnethreeOneProjectIdRegExp: RegExp;
1987
+ declare const listEventsResponseDataItemOnefourOneProjectIdRegExp: RegExp;
1988
+ declare const listEventsResponseDataItemOnefiveOneProjectIdRegExp: RegExp;
1989
+ declare const listEventsResponseDataItemOnesixOneProjectIdRegExp: RegExp;
1990
+ declare const listEventsResponseDataItemOnesevenOneProjectIdRegExp: RegExp;
1991
+ declare const listEventsResponseDataItemOnesevenTwoPayloadStatusMin = 100;
1992
+ declare const listEventsResponseDataItemOnesevenTwoPayloadStatusMax = 599;
1993
+ declare const listEventsResponseDataItemOnesevenTwoPayloadDurationMsMin = 0;
1994
+ declare const listEventsResponseDataItemOneeightOneProjectIdRegExp: RegExp;
1995
+ declare const listEventsResponseDataItemOnenineOneProjectIdRegExp: RegExp;
1996
+ declare const listEventsResponseDataItemTwozeroOneProjectIdRegExp: RegExp;
1997
+ declare const listEventsResponseDataItemTwooneOneProjectIdRegExp: RegExp;
1998
+ declare const listEventsResponseDataItemTwotwoOneProjectIdRegExp: RegExp;
1999
+ declare const listEventsResponseDataItemTwothreeOneProjectIdRegExp: RegExp;
2000
+ declare const listEventsResponseDataItemTwofourOneProjectIdRegExp: RegExp;
2001
+ declare const listEventsResponseDataItemTwofiveOneProjectIdRegExp: RegExp;
2002
+ declare const listEventsResponseDataItemTwosixOneProjectIdRegExp: RegExp;
2003
+ declare const ListEventsResponse: zod.ZodObject<{
2004
+ data: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodIntersection<zod.ZodObject<{
2005
+ id: zod.ZodString;
2006
+ project_id: zod.ZodString;
2007
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2008
+ event_type: zod.ZodString;
2009
+ category: zod.ZodEnum<{
2010
+ session: "session";
2011
+ request: "request";
2012
+ auth: "auth";
2013
+ admin: "admin";
2014
+ entity: "entity";
2015
+ signal: "signal";
2016
+ }>;
2017
+ occurred_at: zod.z.ZodISODateTime;
2018
+ created_at: zod.z.ZodISODateTime;
2019
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2020
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
2021
+ human: "human";
2022
+ service: "service";
2023
+ system: "system";
2024
+ agent: "agent";
2025
+ }>, zod.ZodNull]>>;
2026
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2027
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2028
+ client_id: zod.ZodString;
2029
+ token_id: zod.ZodOptional<zod.ZodString>;
2030
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
2031
+ direct: "direct";
2032
+ delegated: "delegated";
2033
+ pat_shared: "pat_shared";
2034
+ exchanged: "exchanged";
2035
+ }>>;
2036
+ delegation_id: zod.ZodOptional<zod.ZodString>;
2037
+ grantor: zod.ZodOptional<zod.ZodString>;
2038
+ fingerprint: zod.ZodOptional<zod.ZodString>;
2039
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2040
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2041
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2042
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
2043
+ }, zod.z.core.$strip>, zod.ZodObject<{
2044
+ event_type: zod.ZodLiteral<"auth.attempt.created">;
2045
+ payload: zod.ZodObject<{}, zod.z.core.$strip>;
2046
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
2047
+ id: zod.ZodString;
2048
+ project_id: zod.ZodString;
2049
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2050
+ event_type: zod.ZodString;
2051
+ category: zod.ZodEnum<{
2052
+ session: "session";
2053
+ request: "request";
2054
+ auth: "auth";
2055
+ admin: "admin";
2056
+ entity: "entity";
2057
+ signal: "signal";
2058
+ }>;
2059
+ occurred_at: zod.z.ZodISODateTime;
2060
+ created_at: zod.z.ZodISODateTime;
2061
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2062
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
2063
+ human: "human";
2064
+ service: "service";
2065
+ system: "system";
2066
+ agent: "agent";
2067
+ }>, zod.ZodNull]>>;
2068
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2069
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2070
+ client_id: zod.ZodString;
2071
+ token_id: zod.ZodOptional<zod.ZodString>;
2072
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
2073
+ direct: "direct";
2074
+ delegated: "delegated";
2075
+ pat_shared: "pat_shared";
2076
+ exchanged: "exchanged";
2077
+ }>>;
2078
+ delegation_id: zod.ZodOptional<zod.ZodString>;
2079
+ grantor: zod.ZodOptional<zod.ZodString>;
2080
+ fingerprint: zod.ZodOptional<zod.ZodString>;
2081
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2082
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2083
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2084
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
2085
+ }, zod.z.core.$strip>, zod.ZodObject<{
2086
+ event_type: zod.ZodLiteral<"auth.attempt.handed_off">;
2087
+ payload: zod.ZodObject<{}, zod.z.core.$strip>;
2088
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
2089
+ id: zod.ZodString;
2090
+ project_id: zod.ZodString;
2091
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2092
+ event_type: zod.ZodString;
2093
+ category: zod.ZodEnum<{
2094
+ session: "session";
2095
+ request: "request";
2096
+ auth: "auth";
2097
+ admin: "admin";
2098
+ entity: "entity";
2099
+ signal: "signal";
2100
+ }>;
2101
+ occurred_at: zod.z.ZodISODateTime;
2102
+ created_at: zod.z.ZodISODateTime;
2103
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2104
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
2105
+ human: "human";
2106
+ service: "service";
2107
+ system: "system";
2108
+ agent: "agent";
2109
+ }>, zod.ZodNull]>>;
2110
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2111
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2112
+ client_id: zod.ZodString;
2113
+ token_id: zod.ZodOptional<zod.ZodString>;
2114
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
2115
+ direct: "direct";
2116
+ delegated: "delegated";
2117
+ pat_shared: "pat_shared";
2118
+ exchanged: "exchanged";
2119
+ }>>;
2120
+ delegation_id: zod.ZodOptional<zod.ZodString>;
2121
+ grantor: zod.ZodOptional<zod.ZodString>;
2122
+ fingerprint: zod.ZodOptional<zod.ZodString>;
2123
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2124
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2125
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2126
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
2127
+ }, zod.z.core.$strip>, zod.ZodObject<{
2128
+ event_type: zod.ZodLiteral<"auth.check.failed">;
2129
+ payload: zod.ZodObject<{
2130
+ check_id: zod.ZodString;
2131
+ check_type: zod.ZodOptional<zod.ZodString>;
2132
+ auth_attempt_id: zod.ZodOptional<zod.ZodString>;
2133
+ }, zod.z.core.$strip>;
2134
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
2135
+ id: zod.ZodString;
2136
+ project_id: zod.ZodString;
2137
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2138
+ event_type: zod.ZodString;
2139
+ category: zod.ZodEnum<{
2140
+ session: "session";
2141
+ request: "request";
2142
+ auth: "auth";
2143
+ admin: "admin";
2144
+ entity: "entity";
2145
+ signal: "signal";
2146
+ }>;
2147
+ occurred_at: zod.z.ZodISODateTime;
2148
+ created_at: zod.z.ZodISODateTime;
2149
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2150
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
2151
+ human: "human";
2152
+ service: "service";
2153
+ system: "system";
2154
+ agent: "agent";
2155
+ }>, zod.ZodNull]>>;
2156
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2157
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2158
+ client_id: zod.ZodString;
2159
+ token_id: zod.ZodOptional<zod.ZodString>;
2160
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
2161
+ direct: "direct";
2162
+ delegated: "delegated";
2163
+ pat_shared: "pat_shared";
2164
+ exchanged: "exchanged";
2165
+ }>>;
2166
+ delegation_id: zod.ZodOptional<zod.ZodString>;
2167
+ grantor: zod.ZodOptional<zod.ZodString>;
2168
+ fingerprint: zod.ZodOptional<zod.ZodString>;
2169
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2170
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2171
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2172
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
2173
+ }, zod.z.core.$strip>, zod.ZodObject<{
2174
+ event_type: zod.ZodLiteral<"auth.check.succeeded">;
2175
+ payload: zod.ZodObject<{
2176
+ check_id: zod.ZodString;
2177
+ check_type: zod.ZodOptional<zod.ZodString>;
2178
+ auth_attempt_id: zod.ZodOptional<zod.ZodString>;
2179
+ }, zod.z.core.$strip>;
2180
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
2181
+ id: zod.ZodString;
2182
+ project_id: zod.ZodString;
2183
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2184
+ event_type: zod.ZodString;
2185
+ category: zod.ZodEnum<{
2186
+ session: "session";
2187
+ request: "request";
2188
+ auth: "auth";
2189
+ admin: "admin";
2190
+ entity: "entity";
2191
+ signal: "signal";
2192
+ }>;
2193
+ occurred_at: zod.z.ZodISODateTime;
2194
+ created_at: zod.z.ZodISODateTime;
2195
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2196
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
2197
+ human: "human";
2198
+ service: "service";
2199
+ system: "system";
2200
+ agent: "agent";
2201
+ }>, zod.ZodNull]>>;
2202
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2203
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2204
+ client_id: zod.ZodString;
2205
+ token_id: zod.ZodOptional<zod.ZodString>;
2206
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
2207
+ direct: "direct";
2208
+ delegated: "delegated";
2209
+ pat_shared: "pat_shared";
2210
+ exchanged: "exchanged";
2211
+ }>>;
2212
+ delegation_id: zod.ZodOptional<zod.ZodString>;
2213
+ grantor: zod.ZodOptional<zod.ZodString>;
2214
+ fingerprint: zod.ZodOptional<zod.ZodString>;
2215
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2216
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2217
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2218
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
2219
+ }, zod.z.core.$strip>, zod.ZodObject<{
2220
+ event_type: zod.ZodLiteral<"auth.factor.passkey.enrolled">;
2221
+ payload: zod.ZodObject<{
2222
+ user_id: zod.ZodString;
2223
+ factor_id: zod.ZodOptional<zod.ZodString>;
2224
+ }, zod.z.core.$strip>;
2225
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
2226
+ id: zod.ZodString;
2227
+ project_id: zod.ZodString;
2228
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2229
+ event_type: zod.ZodString;
2230
+ category: zod.ZodEnum<{
2231
+ session: "session";
2232
+ request: "request";
2233
+ auth: "auth";
2234
+ admin: "admin";
2235
+ entity: "entity";
2236
+ signal: "signal";
2237
+ }>;
2238
+ occurred_at: zod.z.ZodISODateTime;
2239
+ created_at: zod.z.ZodISODateTime;
2240
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2241
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
2242
+ human: "human";
2243
+ service: "service";
2244
+ system: "system";
2245
+ agent: "agent";
2246
+ }>, zod.ZodNull]>>;
2247
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2248
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2249
+ client_id: zod.ZodString;
2250
+ token_id: zod.ZodOptional<zod.ZodString>;
2251
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
2252
+ direct: "direct";
2253
+ delegated: "delegated";
2254
+ pat_shared: "pat_shared";
2255
+ exchanged: "exchanged";
2256
+ }>>;
2257
+ delegation_id: zod.ZodOptional<zod.ZodString>;
2258
+ grantor: zod.ZodOptional<zod.ZodString>;
2259
+ fingerprint: zod.ZodOptional<zod.ZodString>;
2260
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2261
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2262
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2263
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
2264
+ }, zod.z.core.$strip>, zod.ZodObject<{
2265
+ event_type: zod.ZodLiteral<"auth.factor.password.set">;
2266
+ payload: zod.ZodObject<{
2267
+ user_id: zod.ZodString;
2268
+ factor_id: zod.ZodOptional<zod.ZodString>;
2269
+ }, zod.z.core.$strip>;
2270
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
2271
+ id: zod.ZodString;
2272
+ project_id: zod.ZodString;
2273
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2274
+ event_type: zod.ZodString;
2275
+ category: zod.ZodEnum<{
2276
+ session: "session";
2277
+ request: "request";
2278
+ auth: "auth";
2279
+ admin: "admin";
2280
+ entity: "entity";
2281
+ signal: "signal";
2282
+ }>;
2283
+ occurred_at: zod.z.ZodISODateTime;
2284
+ created_at: zod.z.ZodISODateTime;
2285
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2286
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
2287
+ human: "human";
2288
+ service: "service";
2289
+ system: "system";
2290
+ agent: "agent";
2291
+ }>, zod.ZodNull]>>;
2292
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2293
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2294
+ client_id: zod.ZodString;
2295
+ token_id: zod.ZodOptional<zod.ZodString>;
2296
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
2297
+ direct: "direct";
2298
+ delegated: "delegated";
2299
+ pat_shared: "pat_shared";
2300
+ exchanged: "exchanged";
2301
+ }>>;
2302
+ delegation_id: zod.ZodOptional<zod.ZodString>;
2303
+ grantor: zod.ZodOptional<zod.ZodString>;
2304
+ fingerprint: zod.ZodOptional<zod.ZodString>;
2305
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2306
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2307
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2308
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
2309
+ }, zod.z.core.$strip>, zod.ZodObject<{
2310
+ event_type: zod.ZodLiteral<"auth.token.issued">;
2311
+ payload: zod.ZodObject<{
2312
+ scopes: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
2313
+ }, zod.z.core.$strip>;
2314
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
2315
+ id: zod.ZodString;
2316
+ project_id: zod.ZodString;
2317
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2318
+ event_type: zod.ZodString;
2319
+ category: zod.ZodEnum<{
2320
+ session: "session";
2321
+ request: "request";
2322
+ auth: "auth";
2323
+ admin: "admin";
2324
+ entity: "entity";
2325
+ signal: "signal";
2326
+ }>;
2327
+ occurred_at: zod.z.ZodISODateTime;
2328
+ created_at: zod.z.ZodISODateTime;
2329
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2330
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
2331
+ human: "human";
2332
+ service: "service";
2333
+ system: "system";
2334
+ agent: "agent";
2335
+ }>, zod.ZodNull]>>;
2336
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2337
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2338
+ client_id: zod.ZodString;
2339
+ token_id: zod.ZodOptional<zod.ZodString>;
2340
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
2341
+ direct: "direct";
2342
+ delegated: "delegated";
2343
+ pat_shared: "pat_shared";
2344
+ exchanged: "exchanged";
2345
+ }>>;
2346
+ delegation_id: zod.ZodOptional<zod.ZodString>;
2347
+ grantor: zod.ZodOptional<zod.ZodString>;
2348
+ fingerprint: zod.ZodOptional<zod.ZodString>;
2349
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2350
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2351
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2352
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
2353
+ }, zod.z.core.$strip>, zod.ZodObject<{
2354
+ event_type: zod.ZodLiteral<"auth.token.revoked">;
2355
+ payload: zod.ZodObject<{}, zod.z.core.$strip>;
2356
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
2357
+ id: zod.ZodString;
2358
+ project_id: zod.ZodString;
2359
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2360
+ event_type: zod.ZodString;
2361
+ category: zod.ZodEnum<{
2362
+ session: "session";
2363
+ request: "request";
2364
+ auth: "auth";
2365
+ admin: "admin";
2366
+ entity: "entity";
2367
+ signal: "signal";
2368
+ }>;
2369
+ occurred_at: zod.z.ZodISODateTime;
2370
+ created_at: zod.z.ZodISODateTime;
2371
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2372
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
2373
+ human: "human";
2374
+ service: "service";
2375
+ system: "system";
2376
+ agent: "agent";
2377
+ }>, zod.ZodNull]>>;
2378
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2379
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2380
+ client_id: zod.ZodString;
2381
+ token_id: zod.ZodOptional<zod.ZodString>;
2382
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
2383
+ direct: "direct";
2384
+ delegated: "delegated";
2385
+ pat_shared: "pat_shared";
2386
+ exchanged: "exchanged";
2387
+ }>>;
2388
+ delegation_id: zod.ZodOptional<zod.ZodString>;
2389
+ grantor: zod.ZodOptional<zod.ZodString>;
2390
+ fingerprint: zod.ZodOptional<zod.ZodString>;
2391
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2392
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2393
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2394
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
2395
+ }, zod.z.core.$strip>, zod.ZodObject<{
2396
+ event_type: zod.ZodLiteral<"authz.granted">;
2397
+ payload: zod.ZodObject<{
2398
+ principal_type: zod.ZodOptional<zod.ZodString>;
2399
+ principal_id: zod.ZodOptional<zod.ZodString>;
2400
+ relation: zod.ZodOptional<zod.ZodString>;
2401
+ }, zod.z.core.$strip>;
2402
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
2403
+ id: zod.ZodString;
2404
+ project_id: zod.ZodString;
2405
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2406
+ event_type: zod.ZodString;
2407
+ category: zod.ZodEnum<{
2408
+ session: "session";
2409
+ request: "request";
2410
+ auth: "auth";
2411
+ admin: "admin";
2412
+ entity: "entity";
2413
+ signal: "signal";
2414
+ }>;
2415
+ occurred_at: zod.z.ZodISODateTime;
2416
+ created_at: zod.z.ZodISODateTime;
2417
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2418
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
2419
+ human: "human";
2420
+ service: "service";
2421
+ system: "system";
2422
+ agent: "agent";
2423
+ }>, zod.ZodNull]>>;
2424
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2425
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2426
+ client_id: zod.ZodString;
2427
+ token_id: zod.ZodOptional<zod.ZodString>;
2428
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
2429
+ direct: "direct";
2430
+ delegated: "delegated";
2431
+ pat_shared: "pat_shared";
2432
+ exchanged: "exchanged";
2433
+ }>>;
2434
+ delegation_id: zod.ZodOptional<zod.ZodString>;
2435
+ grantor: zod.ZodOptional<zod.ZodString>;
2436
+ fingerprint: zod.ZodOptional<zod.ZodString>;
2437
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2438
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2439
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2440
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
2441
+ }, zod.z.core.$strip>, zod.ZodObject<{
2442
+ event_type: zod.ZodLiteral<"branding.created">;
2443
+ payload: zod.ZodObject<{
2444
+ layout: zod.ZodOptional<zod.ZodString>;
2445
+ logo_url: zod.ZodOptional<zod.ZodString>;
2446
+ font_url: zod.ZodOptional<zod.ZodString>;
2447
+ hero_url: zod.ZodOptional<zod.ZodString>;
2448
+ }, zod.z.core.$strip>;
2449
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
2450
+ id: zod.ZodString;
2451
+ project_id: zod.ZodString;
2452
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2453
+ event_type: zod.ZodString;
2454
+ category: zod.ZodEnum<{
2455
+ session: "session";
2456
+ request: "request";
2457
+ auth: "auth";
2458
+ admin: "admin";
2459
+ entity: "entity";
2460
+ signal: "signal";
2461
+ }>;
2462
+ occurred_at: zod.z.ZodISODateTime;
2463
+ created_at: zod.z.ZodISODateTime;
2464
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2465
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
2466
+ human: "human";
2467
+ service: "service";
2468
+ system: "system";
2469
+ agent: "agent";
2470
+ }>, zod.ZodNull]>>;
2471
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2472
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2473
+ client_id: zod.ZodString;
2474
+ token_id: zod.ZodOptional<zod.ZodString>;
2475
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
2476
+ direct: "direct";
2477
+ delegated: "delegated";
2478
+ pat_shared: "pat_shared";
2479
+ exchanged: "exchanged";
2480
+ }>>;
2481
+ delegation_id: zod.ZodOptional<zod.ZodString>;
2482
+ grantor: zod.ZodOptional<zod.ZodString>;
2483
+ fingerprint: zod.ZodOptional<zod.ZodString>;
2484
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2485
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2486
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2487
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
2488
+ }, zod.z.core.$strip>, zod.ZodObject<{
2489
+ event_type: zod.ZodLiteral<"flowdef.created">;
2490
+ payload: zod.ZodObject<{
2491
+ name: zod.ZodOptional<zod.ZodString>;
2492
+ status: zod.ZodOptional<zod.ZodString>;
2493
+ user_schema: zod.ZodOptional<zod.ZodString>;
2494
+ purposes: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
2495
+ audience: zod.ZodOptional<zod.ZodObject<{
2496
+ app_ids: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
2497
+ team_ids: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
2498
+ }, zod.z.core.$strip>>;
2499
+ }, zod.z.core.$strip>;
2500
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
2501
+ id: zod.ZodString;
2502
+ project_id: zod.ZodString;
2503
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2504
+ event_type: zod.ZodString;
2505
+ category: zod.ZodEnum<{
2506
+ session: "session";
2507
+ request: "request";
2508
+ auth: "auth";
2509
+ admin: "admin";
2510
+ entity: "entity";
2511
+ signal: "signal";
2512
+ }>;
2513
+ occurred_at: zod.z.ZodISODateTime;
2514
+ created_at: zod.z.ZodISODateTime;
2515
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2516
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
2517
+ human: "human";
2518
+ service: "service";
2519
+ system: "system";
2520
+ agent: "agent";
2521
+ }>, zod.ZodNull]>>;
2522
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2523
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2524
+ client_id: zod.ZodString;
2525
+ token_id: zod.ZodOptional<zod.ZodString>;
2526
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
2527
+ direct: "direct";
2528
+ delegated: "delegated";
2529
+ pat_shared: "pat_shared";
2530
+ exchanged: "exchanged";
2531
+ }>>;
2532
+ delegation_id: zod.ZodOptional<zod.ZodString>;
2533
+ grantor: zod.ZodOptional<zod.ZodString>;
2534
+ fingerprint: zod.ZodOptional<zod.ZodString>;
2535
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2536
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2537
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2538
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
2539
+ }, zod.z.core.$strip>, zod.ZodObject<{
2540
+ event_type: zod.ZodLiteral<"flowdef.deleted">;
2541
+ payload: zod.ZodObject<{}, zod.z.core.$strip>;
2542
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
2543
+ id: zod.ZodString;
2544
+ project_id: zod.ZodString;
2545
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2546
+ event_type: zod.ZodString;
2547
+ category: zod.ZodEnum<{
2548
+ session: "session";
2549
+ request: "request";
2550
+ auth: "auth";
2551
+ admin: "admin";
2552
+ entity: "entity";
2553
+ signal: "signal";
2554
+ }>;
2555
+ occurred_at: zod.z.ZodISODateTime;
2556
+ created_at: zod.z.ZodISODateTime;
2557
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2558
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
2559
+ human: "human";
2560
+ service: "service";
2561
+ system: "system";
2562
+ agent: "agent";
2563
+ }>, zod.ZodNull]>>;
2564
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2565
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2566
+ client_id: zod.ZodString;
2567
+ token_id: zod.ZodOptional<zod.ZodString>;
2568
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
2569
+ direct: "direct";
2570
+ delegated: "delegated";
2571
+ pat_shared: "pat_shared";
2572
+ exchanged: "exchanged";
2573
+ }>>;
2574
+ delegation_id: zod.ZodOptional<zod.ZodString>;
2575
+ grantor: zod.ZodOptional<zod.ZodString>;
2576
+ fingerprint: zod.ZodOptional<zod.ZodString>;
2577
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2578
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2579
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2580
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
2581
+ }, zod.z.core.$strip>, zod.ZodObject<{
2582
+ event_type: zod.ZodLiteral<"flowdef.updated">;
2583
+ payload: zod.ZodObject<{
2584
+ name: zod.ZodOptional<zod.ZodString>;
2585
+ status: zod.ZodOptional<zod.ZodString>;
2586
+ user_schema: zod.ZodOptional<zod.ZodString>;
2587
+ purposes: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
2588
+ audience: zod.ZodOptional<zod.ZodObject<{
2589
+ app_ids: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
2590
+ team_ids: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
2591
+ }, zod.z.core.$strip>>;
2592
+ }, zod.z.core.$strip>;
2593
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
2594
+ id: zod.ZodString;
2595
+ project_id: zod.ZodString;
2596
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2597
+ event_type: zod.ZodString;
2598
+ category: zod.ZodEnum<{
2599
+ session: "session";
2600
+ request: "request";
2601
+ auth: "auth";
2602
+ admin: "admin";
2603
+ entity: "entity";
2604
+ signal: "signal";
2605
+ }>;
2606
+ occurred_at: zod.z.ZodISODateTime;
2607
+ created_at: zod.z.ZodISODateTime;
2608
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2609
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
2610
+ human: "human";
2611
+ service: "service";
2612
+ system: "system";
2613
+ agent: "agent";
2614
+ }>, zod.ZodNull]>>;
2615
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2616
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2617
+ client_id: zod.ZodString;
2618
+ token_id: zod.ZodOptional<zod.ZodString>;
2619
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
2620
+ direct: "direct";
2621
+ delegated: "delegated";
2622
+ pat_shared: "pat_shared";
2623
+ exchanged: "exchanged";
2624
+ }>>;
2625
+ delegation_id: zod.ZodOptional<zod.ZodString>;
2626
+ grantor: zod.ZodOptional<zod.ZodString>;
2627
+ fingerprint: zod.ZodOptional<zod.ZodString>;
2628
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2629
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2630
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2631
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
2632
+ }, zod.z.core.$strip>, zod.ZodObject<{
2633
+ event_type: zod.ZodLiteral<"project.created">;
2634
+ payload: zod.ZodObject<{
2635
+ name: zod.ZodOptional<zod.ZodString>;
2636
+ preview_origins: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
2637
+ }, zod.z.core.$strip>;
2638
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
2639
+ id: zod.ZodString;
2640
+ project_id: zod.ZodString;
2641
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2642
+ event_type: zod.ZodString;
2643
+ category: zod.ZodEnum<{
2644
+ session: "session";
2645
+ request: "request";
2646
+ auth: "auth";
2647
+ admin: "admin";
2648
+ entity: "entity";
2649
+ signal: "signal";
2650
+ }>;
2651
+ occurred_at: zod.z.ZodISODateTime;
2652
+ created_at: zod.z.ZodISODateTime;
2653
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2654
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
2655
+ human: "human";
2656
+ service: "service";
2657
+ system: "system";
2658
+ agent: "agent";
2659
+ }>, zod.ZodNull]>>;
2660
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2661
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2662
+ client_id: zod.ZodString;
2663
+ token_id: zod.ZodOptional<zod.ZodString>;
2664
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
2665
+ direct: "direct";
2666
+ delegated: "delegated";
2667
+ pat_shared: "pat_shared";
2668
+ exchanged: "exchanged";
2669
+ }>>;
2670
+ delegation_id: zod.ZodOptional<zod.ZodString>;
2671
+ grantor: zod.ZodOptional<zod.ZodString>;
2672
+ fingerprint: zod.ZodOptional<zod.ZodString>;
2673
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2674
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2675
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2676
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
2677
+ }, zod.z.core.$strip>, zod.ZodObject<{
2678
+ event_type: zod.ZodLiteral<"project.deleted">;
2679
+ payload: zod.ZodObject<{}, zod.z.core.$strip>;
2680
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
2681
+ id: zod.ZodString;
2682
+ project_id: zod.ZodString;
2683
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2684
+ event_type: zod.ZodString;
2685
+ category: zod.ZodEnum<{
2686
+ session: "session";
2687
+ request: "request";
2688
+ auth: "auth";
2689
+ admin: "admin";
2690
+ entity: "entity";
2691
+ signal: "signal";
2692
+ }>;
2693
+ occurred_at: zod.z.ZodISODateTime;
2694
+ created_at: zod.z.ZodISODateTime;
2695
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2696
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
2697
+ human: "human";
2698
+ service: "service";
2699
+ system: "system";
2700
+ agent: "agent";
2701
+ }>, zod.ZodNull]>>;
2702
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2703
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2704
+ client_id: zod.ZodString;
2705
+ token_id: zod.ZodOptional<zod.ZodString>;
2706
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
2707
+ direct: "direct";
2708
+ delegated: "delegated";
2709
+ pat_shared: "pat_shared";
2710
+ exchanged: "exchanged";
2711
+ }>>;
2712
+ delegation_id: zod.ZodOptional<zod.ZodString>;
2713
+ grantor: zod.ZodOptional<zod.ZodString>;
2714
+ fingerprint: zod.ZodOptional<zod.ZodString>;
2715
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2716
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2717
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2718
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
2719
+ }, zod.z.core.$strip>, zod.ZodObject<{
2720
+ event_type: zod.ZodLiteral<"project.updated">;
2721
+ payload: zod.ZodObject<{
2722
+ name: zod.ZodOptional<zod.ZodString>;
2723
+ preview_origins: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
2724
+ }, zod.z.core.$strip>;
2725
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
2726
+ id: zod.ZodString;
2727
+ project_id: zod.ZodString;
2728
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2729
+ event_type: zod.ZodString;
2730
+ category: zod.ZodEnum<{
2731
+ session: "session";
2732
+ request: "request";
2733
+ auth: "auth";
2734
+ admin: "admin";
2735
+ entity: "entity";
2736
+ signal: "signal";
2737
+ }>;
2738
+ occurred_at: zod.z.ZodISODateTime;
2739
+ created_at: zod.z.ZodISODateTime;
2740
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2741
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
2742
+ human: "human";
2743
+ service: "service";
2744
+ system: "system";
2745
+ agent: "agent";
2746
+ }>, zod.ZodNull]>>;
2747
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2748
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2749
+ client_id: zod.ZodString;
2750
+ token_id: zod.ZodOptional<zod.ZodString>;
2751
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
2752
+ direct: "direct";
2753
+ delegated: "delegated";
2754
+ pat_shared: "pat_shared";
2755
+ exchanged: "exchanged";
2756
+ }>>;
2757
+ delegation_id: zod.ZodOptional<zod.ZodString>;
2758
+ grantor: zod.ZodOptional<zod.ZodString>;
2759
+ fingerprint: zod.ZodOptional<zod.ZodString>;
2760
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2761
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2762
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2763
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
2764
+ }, zod.z.core.$strip>, zod.ZodObject<{
2765
+ event_type: zod.ZodLiteral<"request.api">;
2766
+ payload: zod.ZodObject<{
2767
+ operation_id: zod.ZodString;
2768
+ method: zod.ZodEnum<{
2769
+ GET: "GET";
2770
+ POST: "POST";
2771
+ PUT: "PUT";
2772
+ PATCH: "PATCH";
2773
+ DELETE: "DELETE";
2774
+ HEAD: "HEAD";
2775
+ OPTIONS: "OPTIONS";
2776
+ }>;
2777
+ route_template: zod.ZodString;
2778
+ status: zod.ZodNumber;
2779
+ duration_ms: zod.ZodNumber;
2780
+ }, zod.z.core.$strip>;
2781
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
2782
+ id: zod.ZodString;
2783
+ project_id: zod.ZodString;
2784
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2785
+ event_type: zod.ZodString;
2786
+ category: zod.ZodEnum<{
2787
+ session: "session";
2788
+ request: "request";
2789
+ auth: "auth";
2790
+ admin: "admin";
2791
+ entity: "entity";
2792
+ signal: "signal";
2793
+ }>;
2794
+ occurred_at: zod.z.ZodISODateTime;
2795
+ created_at: zod.z.ZodISODateTime;
2796
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2797
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
2798
+ human: "human";
2799
+ service: "service";
2800
+ system: "system";
2801
+ agent: "agent";
2802
+ }>, zod.ZodNull]>>;
2803
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2804
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2805
+ client_id: zod.ZodString;
2806
+ token_id: zod.ZodOptional<zod.ZodString>;
2807
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
2808
+ direct: "direct";
2809
+ delegated: "delegated";
2810
+ pat_shared: "pat_shared";
2811
+ exchanged: "exchanged";
2812
+ }>>;
2813
+ delegation_id: zod.ZodOptional<zod.ZodString>;
2814
+ grantor: zod.ZodOptional<zod.ZodString>;
2815
+ fingerprint: zod.ZodOptional<zod.ZodString>;
2816
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2817
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2818
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2819
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
2820
+ }, zod.z.core.$strip>, zod.ZodObject<{
2821
+ event_type: zod.ZodLiteral<"schema.created">;
2822
+ payload: zod.ZodObject<{}, zod.z.core.$strip>;
2823
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
2824
+ id: zod.ZodString;
2825
+ project_id: zod.ZodString;
2826
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2827
+ event_type: zod.ZodString;
2828
+ category: zod.ZodEnum<{
2829
+ session: "session";
2830
+ request: "request";
2831
+ auth: "auth";
2832
+ admin: "admin";
2833
+ entity: "entity";
2834
+ signal: "signal";
2835
+ }>;
2836
+ occurred_at: zod.z.ZodISODateTime;
2837
+ created_at: zod.z.ZodISODateTime;
2838
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2839
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
2840
+ human: "human";
2841
+ service: "service";
2842
+ system: "system";
2843
+ agent: "agent";
2844
+ }>, zod.ZodNull]>>;
2845
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2846
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2847
+ client_id: zod.ZodString;
2848
+ token_id: zod.ZodOptional<zod.ZodString>;
2849
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
2850
+ direct: "direct";
2851
+ delegated: "delegated";
2852
+ pat_shared: "pat_shared";
2853
+ exchanged: "exchanged";
2854
+ }>>;
2855
+ delegation_id: zod.ZodOptional<zod.ZodString>;
2856
+ grantor: zod.ZodOptional<zod.ZodString>;
2857
+ fingerprint: zod.ZodOptional<zod.ZodString>;
2858
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2859
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2860
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2861
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
2862
+ }, zod.z.core.$strip>, zod.ZodObject<{
2863
+ event_type: zod.ZodLiteral<"session.deleted">;
2864
+ payload: zod.ZodObject<{
2865
+ reason: zod.ZodOptional<zod.ZodString>;
2866
+ }, zod.z.core.$strip>;
2867
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
2868
+ id: zod.ZodString;
2869
+ project_id: zod.ZodString;
2870
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2871
+ event_type: zod.ZodString;
2872
+ category: zod.ZodEnum<{
2873
+ session: "session";
2874
+ request: "request";
2875
+ auth: "auth";
2876
+ admin: "admin";
2877
+ entity: "entity";
2878
+ signal: "signal";
2879
+ }>;
2880
+ occurred_at: zod.z.ZodISODateTime;
2881
+ created_at: zod.z.ZodISODateTime;
2882
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2883
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
2884
+ human: "human";
2885
+ service: "service";
2886
+ system: "system";
2887
+ agent: "agent";
2888
+ }>, zod.ZodNull]>>;
2889
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2890
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2891
+ client_id: zod.ZodString;
2892
+ token_id: zod.ZodOptional<zod.ZodString>;
2893
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
2894
+ direct: "direct";
2895
+ delegated: "delegated";
2896
+ pat_shared: "pat_shared";
2897
+ exchanged: "exchanged";
2898
+ }>>;
2899
+ delegation_id: zod.ZodOptional<zod.ZodString>;
2900
+ grantor: zod.ZodOptional<zod.ZodString>;
2901
+ fingerprint: zod.ZodOptional<zod.ZodString>;
2902
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2903
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2904
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2905
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
2906
+ }, zod.z.core.$strip>, zod.ZodObject<{
2907
+ event_type: zod.ZodLiteral<"session.established">;
2908
+ payload: zod.ZodObject<{
2909
+ user_id: zod.ZodOptional<zod.ZodString>;
2910
+ }, zod.z.core.$strip>;
2911
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
2912
+ id: zod.ZodString;
2913
+ project_id: zod.ZodString;
2914
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2915
+ event_type: zod.ZodString;
2916
+ category: zod.ZodEnum<{
2917
+ session: "session";
2918
+ request: "request";
2919
+ auth: "auth";
2920
+ admin: "admin";
2921
+ entity: "entity";
2922
+ signal: "signal";
2923
+ }>;
2924
+ occurred_at: zod.z.ZodISODateTime;
2925
+ created_at: zod.z.ZodISODateTime;
2926
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2927
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
2928
+ human: "human";
2929
+ service: "service";
2930
+ system: "system";
2931
+ agent: "agent";
2932
+ }>, zod.ZodNull]>>;
2933
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2934
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2935
+ client_id: zod.ZodString;
2936
+ token_id: zod.ZodOptional<zod.ZodString>;
2937
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
2938
+ direct: "direct";
2939
+ delegated: "delegated";
2940
+ pat_shared: "pat_shared";
2941
+ exchanged: "exchanged";
2942
+ }>>;
2943
+ delegation_id: zod.ZodOptional<zod.ZodString>;
2944
+ grantor: zod.ZodOptional<zod.ZodString>;
2945
+ fingerprint: zod.ZodOptional<zod.ZodString>;
2946
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2947
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2948
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2949
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
2950
+ }, zod.z.core.$strip>, zod.ZodObject<{
2951
+ event_type: zod.ZodLiteral<"team.created">;
2952
+ payload: zod.ZodObject<{
2953
+ name: zod.ZodOptional<zod.ZodString>;
2954
+ }, zod.z.core.$strip>;
2955
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
2956
+ id: zod.ZodString;
2957
+ project_id: zod.ZodString;
2958
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2959
+ event_type: zod.ZodString;
2960
+ category: zod.ZodEnum<{
2961
+ session: "session";
2962
+ request: "request";
2963
+ auth: "auth";
2964
+ admin: "admin";
2965
+ entity: "entity";
2966
+ signal: "signal";
2967
+ }>;
2968
+ occurred_at: zod.z.ZodISODateTime;
2969
+ created_at: zod.z.ZodISODateTime;
2970
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2971
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
2972
+ human: "human";
2973
+ service: "service";
2974
+ system: "system";
2975
+ agent: "agent";
2976
+ }>, zod.ZodNull]>>;
2977
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2978
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2979
+ client_id: zod.ZodString;
2980
+ token_id: zod.ZodOptional<zod.ZodString>;
2981
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
2982
+ direct: "direct";
2983
+ delegated: "delegated";
2984
+ pat_shared: "pat_shared";
2985
+ exchanged: "exchanged";
2986
+ }>>;
2987
+ delegation_id: zod.ZodOptional<zod.ZodString>;
2988
+ grantor: zod.ZodOptional<zod.ZodString>;
2989
+ fingerprint: zod.ZodOptional<zod.ZodString>;
2990
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2991
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2992
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
2993
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
2994
+ }, zod.z.core.$strip>, zod.ZodObject<{
2995
+ event_type: zod.ZodLiteral<"team.deactivated">;
2996
+ payload: zod.ZodObject<{}, zod.z.core.$strip>;
2997
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
2998
+ id: zod.ZodString;
2999
+ project_id: zod.ZodString;
3000
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3001
+ event_type: zod.ZodString;
3002
+ category: zod.ZodEnum<{
3003
+ session: "session";
3004
+ request: "request";
3005
+ auth: "auth";
3006
+ admin: "admin";
3007
+ entity: "entity";
3008
+ signal: "signal";
3009
+ }>;
3010
+ occurred_at: zod.z.ZodISODateTime;
3011
+ created_at: zod.z.ZodISODateTime;
3012
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3013
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
3014
+ human: "human";
3015
+ service: "service";
3016
+ system: "system";
3017
+ agent: "agent";
3018
+ }>, zod.ZodNull]>>;
3019
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3020
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3021
+ client_id: zod.ZodString;
3022
+ token_id: zod.ZodOptional<zod.ZodString>;
3023
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
3024
+ direct: "direct";
3025
+ delegated: "delegated";
3026
+ pat_shared: "pat_shared";
3027
+ exchanged: "exchanged";
3028
+ }>>;
3029
+ delegation_id: zod.ZodOptional<zod.ZodString>;
3030
+ grantor: zod.ZodOptional<zod.ZodString>;
3031
+ fingerprint: zod.ZodOptional<zod.ZodString>;
3032
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3033
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3034
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3035
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
3036
+ }, zod.z.core.$strip>, zod.ZodObject<{
3037
+ event_type: zod.ZodLiteral<"team.updated">;
3038
+ payload: zod.ZodObject<{
3039
+ name: zod.ZodOptional<zod.ZodString>;
3040
+ }, zod.z.core.$strip>;
3041
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
3042
+ id: zod.ZodString;
3043
+ project_id: zod.ZodString;
3044
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3045
+ event_type: zod.ZodString;
3046
+ category: zod.ZodEnum<{
3047
+ session: "session";
3048
+ request: "request";
3049
+ auth: "auth";
3050
+ admin: "admin";
3051
+ entity: "entity";
3052
+ signal: "signal";
3053
+ }>;
3054
+ occurred_at: zod.z.ZodISODateTime;
3055
+ created_at: zod.z.ZodISODateTime;
3056
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3057
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
3058
+ human: "human";
3059
+ service: "service";
3060
+ system: "system";
3061
+ agent: "agent";
3062
+ }>, zod.ZodNull]>>;
3063
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3064
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3065
+ client_id: zod.ZodString;
3066
+ token_id: zod.ZodOptional<zod.ZodString>;
3067
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
3068
+ direct: "direct";
3069
+ delegated: "delegated";
3070
+ pat_shared: "pat_shared";
3071
+ exchanged: "exchanged";
3072
+ }>>;
3073
+ delegation_id: zod.ZodOptional<zod.ZodString>;
3074
+ grantor: zod.ZodOptional<zod.ZodString>;
3075
+ fingerprint: zod.ZodOptional<zod.ZodString>;
3076
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3077
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3078
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3079
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
3080
+ }, zod.z.core.$strip>, zod.ZodObject<{
3081
+ event_type: zod.ZodLiteral<"user.create.failed">;
3082
+ payload: zod.ZodObject<{
3083
+ key_name: zod.ZodOptional<zod.ZodString>;
3084
+ }, zod.z.core.$strip>;
3085
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
3086
+ id: zod.ZodString;
3087
+ project_id: zod.ZodString;
3088
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3089
+ event_type: zod.ZodString;
3090
+ category: zod.ZodEnum<{
3091
+ session: "session";
3092
+ request: "request";
3093
+ auth: "auth";
3094
+ admin: "admin";
3095
+ entity: "entity";
3096
+ signal: "signal";
3097
+ }>;
3098
+ occurred_at: zod.z.ZodISODateTime;
3099
+ created_at: zod.z.ZodISODateTime;
3100
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3101
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
3102
+ human: "human";
3103
+ service: "service";
3104
+ system: "system";
3105
+ agent: "agent";
3106
+ }>, zod.ZodNull]>>;
3107
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3108
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3109
+ client_id: zod.ZodString;
3110
+ token_id: zod.ZodOptional<zod.ZodString>;
3111
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
3112
+ direct: "direct";
3113
+ delegated: "delegated";
3114
+ pat_shared: "pat_shared";
3115
+ exchanged: "exchanged";
3116
+ }>>;
3117
+ delegation_id: zod.ZodOptional<zod.ZodString>;
3118
+ grantor: zod.ZodOptional<zod.ZodString>;
3119
+ fingerprint: zod.ZodOptional<zod.ZodString>;
3120
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3121
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3122
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3123
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
3124
+ }, zod.z.core.$strip>, zod.ZodObject<{
3125
+ event_type: zod.ZodLiteral<"user.created">;
3126
+ payload: zod.ZodObject<{
3127
+ schema_id: zod.ZodOptional<zod.ZodString>;
3128
+ attribute_keys: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
3129
+ attributes: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
3130
+ }, zod.z.core.$strip>;
3131
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
3132
+ id: zod.ZodString;
3133
+ project_id: zod.ZodString;
3134
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3135
+ event_type: zod.ZodString;
3136
+ category: zod.ZodEnum<{
3137
+ session: "session";
3138
+ request: "request";
3139
+ auth: "auth";
3140
+ admin: "admin";
3141
+ entity: "entity";
3142
+ signal: "signal";
3143
+ }>;
3144
+ occurred_at: zod.z.ZodISODateTime;
3145
+ created_at: zod.z.ZodISODateTime;
3146
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3147
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
3148
+ human: "human";
3149
+ service: "service";
3150
+ system: "system";
3151
+ agent: "agent";
3152
+ }>, zod.ZodNull]>>;
3153
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3154
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3155
+ client_id: zod.ZodString;
3156
+ token_id: zod.ZodOptional<zod.ZodString>;
3157
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
3158
+ direct: "direct";
3159
+ delegated: "delegated";
3160
+ pat_shared: "pat_shared";
3161
+ exchanged: "exchanged";
3162
+ }>>;
3163
+ delegation_id: zod.ZodOptional<zod.ZodString>;
3164
+ grantor: zod.ZodOptional<zod.ZodString>;
3165
+ fingerprint: zod.ZodOptional<zod.ZodString>;
3166
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3167
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3168
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3169
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
3170
+ }, zod.z.core.$strip>, zod.ZodObject<{
3171
+ event_type: zod.ZodLiteral<"user.deleted">;
3172
+ payload: zod.ZodObject<{}, zod.z.core.$strip>;
3173
+ }, zod.z.core.$strip>>]>>;
3174
+ next_page_token: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3175
+ }, zod.z.core.$strip>;
3176
+ /**
3177
+ * Loads a single event by `(project_id, id)`. Requires `events.read`.
3178
+ Events are not registered in `resource_scope_index`; project scope is
3179
+ required on the query (ADR 049). Misses and cross-project ids return 404.
3180
+
3181
+ Pre-claim projects return 404 (stored events stay invisible until claim).
3182
+
3183
+ * @summary Get event by ID
3184
+ */
3185
+ declare const GetEventParams: zod.ZodObject<{
3186
+ id: zod.ZodString;
3187
+ }, zod.z.core.$strip>;
3188
+ declare const getEventQueryProjectIdRegExp: RegExp;
3189
+ declare const GetEventQueryParams: zod.ZodObject<{
3190
+ project_id: zod.ZodString;
3191
+ }, zod.z.core.$strict>;
3192
+ declare const getEventResponseOneOneProjectIdRegExp: RegExp;
3193
+ declare const getEventResponseTwoOneProjectIdRegExp: RegExp;
3194
+ declare const getEventResponseThreeOneProjectIdRegExp: RegExp;
3195
+ declare const getEventResponseFourOneProjectIdRegExp: RegExp;
3196
+ declare const getEventResponseFiveOneProjectIdRegExp: RegExp;
3197
+ declare const getEventResponseSixOneProjectIdRegExp: RegExp;
3198
+ declare const getEventResponseSevenOneProjectIdRegExp: RegExp;
3199
+ declare const getEventResponseEightOneProjectIdRegExp: RegExp;
3200
+ declare const getEventResponseNineOneProjectIdRegExp: RegExp;
3201
+ declare const getEventResponseOnezeroOneProjectIdRegExp: RegExp;
3202
+ declare const getEventResponseOneoneOneProjectIdRegExp: RegExp;
3203
+ declare const getEventResponseOnetwoOneProjectIdRegExp: RegExp;
3204
+ declare const getEventResponseOnethreeOneProjectIdRegExp: RegExp;
3205
+ declare const getEventResponseOnefourOneProjectIdRegExp: RegExp;
3206
+ declare const getEventResponseOnefiveOneProjectIdRegExp: RegExp;
3207
+ declare const getEventResponseOnesixOneProjectIdRegExp: RegExp;
3208
+ declare const getEventResponseOnesevenOneProjectIdRegExp: RegExp;
3209
+ declare const getEventResponseOnesevenTwoPayloadStatusMin = 100;
3210
+ declare const getEventResponseOnesevenTwoPayloadStatusMax = 599;
3211
+ declare const getEventResponseOnesevenTwoPayloadDurationMsMin = 0;
3212
+ declare const getEventResponseOneeightOneProjectIdRegExp: RegExp;
3213
+ declare const getEventResponseOnenineOneProjectIdRegExp: RegExp;
3214
+ declare const getEventResponseTwozeroOneProjectIdRegExp: RegExp;
3215
+ declare const getEventResponseTwooneOneProjectIdRegExp: RegExp;
3216
+ declare const getEventResponseTwotwoOneProjectIdRegExp: RegExp;
3217
+ declare const getEventResponseTwothreeOneProjectIdRegExp: RegExp;
3218
+ declare const getEventResponseTwofourOneProjectIdRegExp: RegExp;
3219
+ declare const getEventResponseTwofiveOneProjectIdRegExp: RegExp;
3220
+ declare const getEventResponseTwosixOneProjectIdRegExp: RegExp;
3221
+ declare const GetEventResponse: zod.ZodUnion<readonly [zod.ZodIntersection<zod.ZodObject<{
3222
+ id: zod.ZodString;
3223
+ project_id: zod.ZodString;
3224
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3225
+ event_type: zod.ZodString;
3226
+ category: zod.ZodEnum<{
3227
+ session: "session";
3228
+ request: "request";
3229
+ auth: "auth";
3230
+ admin: "admin";
3231
+ entity: "entity";
3232
+ signal: "signal";
3233
+ }>;
3234
+ occurred_at: zod.z.ZodISODateTime;
3235
+ created_at: zod.z.ZodISODateTime;
3236
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3237
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
3238
+ human: "human";
3239
+ service: "service";
3240
+ system: "system";
3241
+ agent: "agent";
3242
+ }>, zod.ZodNull]>>;
3243
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3244
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3245
+ client_id: zod.ZodString;
3246
+ token_id: zod.ZodOptional<zod.ZodString>;
3247
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
3248
+ direct: "direct";
3249
+ delegated: "delegated";
3250
+ pat_shared: "pat_shared";
3251
+ exchanged: "exchanged";
3252
+ }>>;
3253
+ delegation_id: zod.ZodOptional<zod.ZodString>;
3254
+ grantor: zod.ZodOptional<zod.ZodString>;
3255
+ fingerprint: zod.ZodOptional<zod.ZodString>;
3256
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3257
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3258
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3259
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
3260
+ }, zod.z.core.$strip>, zod.ZodObject<{
3261
+ event_type: zod.ZodLiteral<"auth.attempt.created">;
3262
+ payload: zod.ZodObject<{}, zod.z.core.$strip>;
3263
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
3264
+ id: zod.ZodString;
3265
+ project_id: zod.ZodString;
3266
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3267
+ event_type: zod.ZodString;
3268
+ category: zod.ZodEnum<{
3269
+ session: "session";
3270
+ request: "request";
3271
+ auth: "auth";
3272
+ admin: "admin";
3273
+ entity: "entity";
3274
+ signal: "signal";
3275
+ }>;
3276
+ occurred_at: zod.z.ZodISODateTime;
3277
+ created_at: zod.z.ZodISODateTime;
3278
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3279
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
3280
+ human: "human";
3281
+ service: "service";
3282
+ system: "system";
3283
+ agent: "agent";
3284
+ }>, zod.ZodNull]>>;
3285
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3286
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3287
+ client_id: zod.ZodString;
3288
+ token_id: zod.ZodOptional<zod.ZodString>;
3289
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
3290
+ direct: "direct";
3291
+ delegated: "delegated";
3292
+ pat_shared: "pat_shared";
3293
+ exchanged: "exchanged";
3294
+ }>>;
3295
+ delegation_id: zod.ZodOptional<zod.ZodString>;
3296
+ grantor: zod.ZodOptional<zod.ZodString>;
3297
+ fingerprint: zod.ZodOptional<zod.ZodString>;
3298
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3299
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3300
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3301
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
3302
+ }, zod.z.core.$strip>, zod.ZodObject<{
3303
+ event_type: zod.ZodLiteral<"auth.attempt.handed_off">;
3304
+ payload: zod.ZodObject<{}, zod.z.core.$strip>;
3305
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
3306
+ id: zod.ZodString;
3307
+ project_id: zod.ZodString;
3308
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3309
+ event_type: zod.ZodString;
3310
+ category: zod.ZodEnum<{
3311
+ session: "session";
3312
+ request: "request";
3313
+ auth: "auth";
3314
+ admin: "admin";
3315
+ entity: "entity";
3316
+ signal: "signal";
3317
+ }>;
3318
+ occurred_at: zod.z.ZodISODateTime;
3319
+ created_at: zod.z.ZodISODateTime;
3320
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3321
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
3322
+ human: "human";
3323
+ service: "service";
3324
+ system: "system";
3325
+ agent: "agent";
3326
+ }>, zod.ZodNull]>>;
3327
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3328
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3329
+ client_id: zod.ZodString;
3330
+ token_id: zod.ZodOptional<zod.ZodString>;
3331
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
3332
+ direct: "direct";
3333
+ delegated: "delegated";
3334
+ pat_shared: "pat_shared";
3335
+ exchanged: "exchanged";
3336
+ }>>;
3337
+ delegation_id: zod.ZodOptional<zod.ZodString>;
3338
+ grantor: zod.ZodOptional<zod.ZodString>;
3339
+ fingerprint: zod.ZodOptional<zod.ZodString>;
3340
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3341
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3342
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3343
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
3344
+ }, zod.z.core.$strip>, zod.ZodObject<{
3345
+ event_type: zod.ZodLiteral<"auth.check.failed">;
3346
+ payload: zod.ZodObject<{
3347
+ check_id: zod.ZodString;
3348
+ check_type: zod.ZodOptional<zod.ZodString>;
3349
+ auth_attempt_id: zod.ZodOptional<zod.ZodString>;
3350
+ }, zod.z.core.$strip>;
3351
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
3352
+ id: zod.ZodString;
3353
+ project_id: zod.ZodString;
3354
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3355
+ event_type: zod.ZodString;
3356
+ category: zod.ZodEnum<{
3357
+ session: "session";
3358
+ request: "request";
3359
+ auth: "auth";
3360
+ admin: "admin";
3361
+ entity: "entity";
3362
+ signal: "signal";
3363
+ }>;
3364
+ occurred_at: zod.z.ZodISODateTime;
3365
+ created_at: zod.z.ZodISODateTime;
3366
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3367
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
3368
+ human: "human";
3369
+ service: "service";
3370
+ system: "system";
3371
+ agent: "agent";
3372
+ }>, zod.ZodNull]>>;
3373
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3374
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3375
+ client_id: zod.ZodString;
3376
+ token_id: zod.ZodOptional<zod.ZodString>;
3377
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
3378
+ direct: "direct";
3379
+ delegated: "delegated";
3380
+ pat_shared: "pat_shared";
3381
+ exchanged: "exchanged";
3382
+ }>>;
3383
+ delegation_id: zod.ZodOptional<zod.ZodString>;
3384
+ grantor: zod.ZodOptional<zod.ZodString>;
3385
+ fingerprint: zod.ZodOptional<zod.ZodString>;
3386
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3387
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3388
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3389
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
3390
+ }, zod.z.core.$strip>, zod.ZodObject<{
3391
+ event_type: zod.ZodLiteral<"auth.check.succeeded">;
3392
+ payload: zod.ZodObject<{
3393
+ check_id: zod.ZodString;
3394
+ check_type: zod.ZodOptional<zod.ZodString>;
3395
+ auth_attempt_id: zod.ZodOptional<zod.ZodString>;
3396
+ }, zod.z.core.$strip>;
3397
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
3398
+ id: zod.ZodString;
3399
+ project_id: zod.ZodString;
3400
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3401
+ event_type: zod.ZodString;
3402
+ category: zod.ZodEnum<{
3403
+ session: "session";
3404
+ request: "request";
3405
+ auth: "auth";
3406
+ admin: "admin";
3407
+ entity: "entity";
3408
+ signal: "signal";
3409
+ }>;
3410
+ occurred_at: zod.z.ZodISODateTime;
3411
+ created_at: zod.z.ZodISODateTime;
3412
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3413
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
3414
+ human: "human";
3415
+ service: "service";
3416
+ system: "system";
3417
+ agent: "agent";
3418
+ }>, zod.ZodNull]>>;
3419
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3420
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3421
+ client_id: zod.ZodString;
3422
+ token_id: zod.ZodOptional<zod.ZodString>;
3423
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
3424
+ direct: "direct";
3425
+ delegated: "delegated";
3426
+ pat_shared: "pat_shared";
3427
+ exchanged: "exchanged";
3428
+ }>>;
3429
+ delegation_id: zod.ZodOptional<zod.ZodString>;
3430
+ grantor: zod.ZodOptional<zod.ZodString>;
3431
+ fingerprint: zod.ZodOptional<zod.ZodString>;
3432
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3433
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3434
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3435
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
3436
+ }, zod.z.core.$strip>, zod.ZodObject<{
3437
+ event_type: zod.ZodLiteral<"auth.factor.passkey.enrolled">;
3438
+ payload: zod.ZodObject<{
3439
+ user_id: zod.ZodString;
3440
+ factor_id: zod.ZodOptional<zod.ZodString>;
3441
+ }, zod.z.core.$strip>;
3442
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
3443
+ id: zod.ZodString;
3444
+ project_id: zod.ZodString;
3445
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3446
+ event_type: zod.ZodString;
3447
+ category: zod.ZodEnum<{
3448
+ session: "session";
3449
+ request: "request";
3450
+ auth: "auth";
3451
+ admin: "admin";
3452
+ entity: "entity";
3453
+ signal: "signal";
3454
+ }>;
3455
+ occurred_at: zod.z.ZodISODateTime;
3456
+ created_at: zod.z.ZodISODateTime;
3457
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3458
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
3459
+ human: "human";
3460
+ service: "service";
3461
+ system: "system";
3462
+ agent: "agent";
3463
+ }>, zod.ZodNull]>>;
3464
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3465
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3466
+ client_id: zod.ZodString;
3467
+ token_id: zod.ZodOptional<zod.ZodString>;
3468
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
3469
+ direct: "direct";
3470
+ delegated: "delegated";
3471
+ pat_shared: "pat_shared";
3472
+ exchanged: "exchanged";
3473
+ }>>;
3474
+ delegation_id: zod.ZodOptional<zod.ZodString>;
3475
+ grantor: zod.ZodOptional<zod.ZodString>;
3476
+ fingerprint: zod.ZodOptional<zod.ZodString>;
3477
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3478
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3479
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3480
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
3481
+ }, zod.z.core.$strip>, zod.ZodObject<{
3482
+ event_type: zod.ZodLiteral<"auth.factor.password.set">;
3483
+ payload: zod.ZodObject<{
3484
+ user_id: zod.ZodString;
3485
+ factor_id: zod.ZodOptional<zod.ZodString>;
3486
+ }, zod.z.core.$strip>;
3487
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
3488
+ id: zod.ZodString;
3489
+ project_id: zod.ZodString;
3490
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3491
+ event_type: zod.ZodString;
3492
+ category: zod.ZodEnum<{
3493
+ session: "session";
3494
+ request: "request";
3495
+ auth: "auth";
3496
+ admin: "admin";
3497
+ entity: "entity";
3498
+ signal: "signal";
3499
+ }>;
3500
+ occurred_at: zod.z.ZodISODateTime;
3501
+ created_at: zod.z.ZodISODateTime;
3502
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3503
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
3504
+ human: "human";
3505
+ service: "service";
3506
+ system: "system";
3507
+ agent: "agent";
3508
+ }>, zod.ZodNull]>>;
3509
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3510
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3511
+ client_id: zod.ZodString;
3512
+ token_id: zod.ZodOptional<zod.ZodString>;
3513
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
3514
+ direct: "direct";
3515
+ delegated: "delegated";
3516
+ pat_shared: "pat_shared";
3517
+ exchanged: "exchanged";
3518
+ }>>;
3519
+ delegation_id: zod.ZodOptional<zod.ZodString>;
3520
+ grantor: zod.ZodOptional<zod.ZodString>;
3521
+ fingerprint: zod.ZodOptional<zod.ZodString>;
3522
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3523
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3524
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3525
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
3526
+ }, zod.z.core.$strip>, zod.ZodObject<{
3527
+ event_type: zod.ZodLiteral<"auth.token.issued">;
3528
+ payload: zod.ZodObject<{
3529
+ scopes: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
3530
+ }, zod.z.core.$strip>;
3531
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
3532
+ id: zod.ZodString;
3533
+ project_id: zod.ZodString;
3534
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3535
+ event_type: zod.ZodString;
3536
+ category: zod.ZodEnum<{
3537
+ session: "session";
3538
+ request: "request";
3539
+ auth: "auth";
3540
+ admin: "admin";
3541
+ entity: "entity";
3542
+ signal: "signal";
3543
+ }>;
3544
+ occurred_at: zod.z.ZodISODateTime;
3545
+ created_at: zod.z.ZodISODateTime;
3546
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3547
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
3548
+ human: "human";
3549
+ service: "service";
3550
+ system: "system";
3551
+ agent: "agent";
3552
+ }>, zod.ZodNull]>>;
3553
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3554
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3555
+ client_id: zod.ZodString;
3556
+ token_id: zod.ZodOptional<zod.ZodString>;
3557
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
3558
+ direct: "direct";
3559
+ delegated: "delegated";
3560
+ pat_shared: "pat_shared";
3561
+ exchanged: "exchanged";
3562
+ }>>;
3563
+ delegation_id: zod.ZodOptional<zod.ZodString>;
3564
+ grantor: zod.ZodOptional<zod.ZodString>;
3565
+ fingerprint: zod.ZodOptional<zod.ZodString>;
3566
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3567
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3568
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3569
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
3570
+ }, zod.z.core.$strip>, zod.ZodObject<{
3571
+ event_type: zod.ZodLiteral<"auth.token.revoked">;
3572
+ payload: zod.ZodObject<{}, zod.z.core.$strip>;
3573
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
3574
+ id: zod.ZodString;
3575
+ project_id: zod.ZodString;
3576
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3577
+ event_type: zod.ZodString;
3578
+ category: zod.ZodEnum<{
3579
+ session: "session";
3580
+ request: "request";
3581
+ auth: "auth";
3582
+ admin: "admin";
3583
+ entity: "entity";
3584
+ signal: "signal";
3585
+ }>;
3586
+ occurred_at: zod.z.ZodISODateTime;
3587
+ created_at: zod.z.ZodISODateTime;
3588
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3589
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
3590
+ human: "human";
3591
+ service: "service";
3592
+ system: "system";
3593
+ agent: "agent";
3594
+ }>, zod.ZodNull]>>;
3595
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3596
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3597
+ client_id: zod.ZodString;
3598
+ token_id: zod.ZodOptional<zod.ZodString>;
3599
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
3600
+ direct: "direct";
3601
+ delegated: "delegated";
3602
+ pat_shared: "pat_shared";
3603
+ exchanged: "exchanged";
3604
+ }>>;
3605
+ delegation_id: zod.ZodOptional<zod.ZodString>;
3606
+ grantor: zod.ZodOptional<zod.ZodString>;
3607
+ fingerprint: zod.ZodOptional<zod.ZodString>;
3608
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3609
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3610
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3611
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
3612
+ }, zod.z.core.$strip>, zod.ZodObject<{
3613
+ event_type: zod.ZodLiteral<"authz.granted">;
3614
+ payload: zod.ZodObject<{
3615
+ principal_type: zod.ZodOptional<zod.ZodString>;
3616
+ principal_id: zod.ZodOptional<zod.ZodString>;
3617
+ relation: zod.ZodOptional<zod.ZodString>;
3618
+ }, zod.z.core.$strip>;
3619
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
3620
+ id: zod.ZodString;
3621
+ project_id: zod.ZodString;
3622
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3623
+ event_type: zod.ZodString;
3624
+ category: zod.ZodEnum<{
3625
+ session: "session";
3626
+ request: "request";
3627
+ auth: "auth";
3628
+ admin: "admin";
3629
+ entity: "entity";
3630
+ signal: "signal";
3631
+ }>;
3632
+ occurred_at: zod.z.ZodISODateTime;
3633
+ created_at: zod.z.ZodISODateTime;
3634
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3635
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
3636
+ human: "human";
3637
+ service: "service";
3638
+ system: "system";
3639
+ agent: "agent";
3640
+ }>, zod.ZodNull]>>;
3641
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3642
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3643
+ client_id: zod.ZodString;
3644
+ token_id: zod.ZodOptional<zod.ZodString>;
3645
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
3646
+ direct: "direct";
3647
+ delegated: "delegated";
3648
+ pat_shared: "pat_shared";
3649
+ exchanged: "exchanged";
3650
+ }>>;
3651
+ delegation_id: zod.ZodOptional<zod.ZodString>;
3652
+ grantor: zod.ZodOptional<zod.ZodString>;
3653
+ fingerprint: zod.ZodOptional<zod.ZodString>;
3654
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3655
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3656
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3657
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
3658
+ }, zod.z.core.$strip>, zod.ZodObject<{
3659
+ event_type: zod.ZodLiteral<"branding.created">;
3660
+ payload: zod.ZodObject<{
3661
+ layout: zod.ZodOptional<zod.ZodString>;
3662
+ logo_url: zod.ZodOptional<zod.ZodString>;
3663
+ font_url: zod.ZodOptional<zod.ZodString>;
3664
+ hero_url: zod.ZodOptional<zod.ZodString>;
3665
+ }, zod.z.core.$strip>;
3666
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
3667
+ id: zod.ZodString;
3668
+ project_id: zod.ZodString;
3669
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3670
+ event_type: zod.ZodString;
3671
+ category: zod.ZodEnum<{
3672
+ session: "session";
3673
+ request: "request";
3674
+ auth: "auth";
3675
+ admin: "admin";
3676
+ entity: "entity";
3677
+ signal: "signal";
3678
+ }>;
3679
+ occurred_at: zod.z.ZodISODateTime;
3680
+ created_at: zod.z.ZodISODateTime;
3681
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3682
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
3683
+ human: "human";
3684
+ service: "service";
3685
+ system: "system";
3686
+ agent: "agent";
3687
+ }>, zod.ZodNull]>>;
3688
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3689
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3690
+ client_id: zod.ZodString;
3691
+ token_id: zod.ZodOptional<zod.ZodString>;
3692
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
3693
+ direct: "direct";
3694
+ delegated: "delegated";
3695
+ pat_shared: "pat_shared";
3696
+ exchanged: "exchanged";
3697
+ }>>;
3698
+ delegation_id: zod.ZodOptional<zod.ZodString>;
3699
+ grantor: zod.ZodOptional<zod.ZodString>;
3700
+ fingerprint: zod.ZodOptional<zod.ZodString>;
3701
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3702
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3703
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3704
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
3705
+ }, zod.z.core.$strip>, zod.ZodObject<{
3706
+ event_type: zod.ZodLiteral<"flowdef.created">;
3707
+ payload: zod.ZodObject<{
3708
+ name: zod.ZodOptional<zod.ZodString>;
3709
+ status: zod.ZodOptional<zod.ZodString>;
3710
+ user_schema: zod.ZodOptional<zod.ZodString>;
3711
+ purposes: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
3712
+ audience: zod.ZodOptional<zod.ZodObject<{
3713
+ app_ids: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
3714
+ team_ids: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
3715
+ }, zod.z.core.$strip>>;
3716
+ }, zod.z.core.$strip>;
3717
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
3718
+ id: zod.ZodString;
3719
+ project_id: zod.ZodString;
3720
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3721
+ event_type: zod.ZodString;
3722
+ category: zod.ZodEnum<{
3723
+ session: "session";
3724
+ request: "request";
3725
+ auth: "auth";
3726
+ admin: "admin";
3727
+ entity: "entity";
3728
+ signal: "signal";
3729
+ }>;
3730
+ occurred_at: zod.z.ZodISODateTime;
3731
+ created_at: zod.z.ZodISODateTime;
3732
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3733
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
3734
+ human: "human";
3735
+ service: "service";
3736
+ system: "system";
3737
+ agent: "agent";
3738
+ }>, zod.ZodNull]>>;
3739
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3740
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3741
+ client_id: zod.ZodString;
3742
+ token_id: zod.ZodOptional<zod.ZodString>;
3743
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
3744
+ direct: "direct";
3745
+ delegated: "delegated";
3746
+ pat_shared: "pat_shared";
3747
+ exchanged: "exchanged";
3748
+ }>>;
3749
+ delegation_id: zod.ZodOptional<zod.ZodString>;
3750
+ grantor: zod.ZodOptional<zod.ZodString>;
3751
+ fingerprint: zod.ZodOptional<zod.ZodString>;
3752
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3753
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3754
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3755
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
3756
+ }, zod.z.core.$strip>, zod.ZodObject<{
3757
+ event_type: zod.ZodLiteral<"flowdef.deleted">;
3758
+ payload: zod.ZodObject<{}, zod.z.core.$strip>;
3759
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
3760
+ id: zod.ZodString;
3761
+ project_id: zod.ZodString;
3762
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3763
+ event_type: zod.ZodString;
3764
+ category: zod.ZodEnum<{
3765
+ session: "session";
3766
+ request: "request";
3767
+ auth: "auth";
3768
+ admin: "admin";
3769
+ entity: "entity";
3770
+ signal: "signal";
3771
+ }>;
3772
+ occurred_at: zod.z.ZodISODateTime;
3773
+ created_at: zod.z.ZodISODateTime;
3774
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3775
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
3776
+ human: "human";
3777
+ service: "service";
3778
+ system: "system";
3779
+ agent: "agent";
3780
+ }>, zod.ZodNull]>>;
3781
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3782
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3783
+ client_id: zod.ZodString;
3784
+ token_id: zod.ZodOptional<zod.ZodString>;
3785
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
3786
+ direct: "direct";
3787
+ delegated: "delegated";
3788
+ pat_shared: "pat_shared";
3789
+ exchanged: "exchanged";
3790
+ }>>;
3791
+ delegation_id: zod.ZodOptional<zod.ZodString>;
3792
+ grantor: zod.ZodOptional<zod.ZodString>;
3793
+ fingerprint: zod.ZodOptional<zod.ZodString>;
3794
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3795
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3796
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3797
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
3798
+ }, zod.z.core.$strip>, zod.ZodObject<{
3799
+ event_type: zod.ZodLiteral<"flowdef.updated">;
3800
+ payload: zod.ZodObject<{
3801
+ name: zod.ZodOptional<zod.ZodString>;
3802
+ status: zod.ZodOptional<zod.ZodString>;
3803
+ user_schema: zod.ZodOptional<zod.ZodString>;
3804
+ purposes: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
3805
+ audience: zod.ZodOptional<zod.ZodObject<{
3806
+ app_ids: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
3807
+ team_ids: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
3808
+ }, zod.z.core.$strip>>;
3809
+ }, zod.z.core.$strip>;
3810
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
3811
+ id: zod.ZodString;
3812
+ project_id: zod.ZodString;
3813
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3814
+ event_type: zod.ZodString;
3815
+ category: zod.ZodEnum<{
3816
+ session: "session";
3817
+ request: "request";
3818
+ auth: "auth";
3819
+ admin: "admin";
3820
+ entity: "entity";
3821
+ signal: "signal";
3822
+ }>;
3823
+ occurred_at: zod.z.ZodISODateTime;
3824
+ created_at: zod.z.ZodISODateTime;
3825
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3826
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
3827
+ human: "human";
3828
+ service: "service";
3829
+ system: "system";
3830
+ agent: "agent";
3831
+ }>, zod.ZodNull]>>;
3832
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3833
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3834
+ client_id: zod.ZodString;
3835
+ token_id: zod.ZodOptional<zod.ZodString>;
3836
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
3837
+ direct: "direct";
3838
+ delegated: "delegated";
3839
+ pat_shared: "pat_shared";
3840
+ exchanged: "exchanged";
3841
+ }>>;
3842
+ delegation_id: zod.ZodOptional<zod.ZodString>;
3843
+ grantor: zod.ZodOptional<zod.ZodString>;
3844
+ fingerprint: zod.ZodOptional<zod.ZodString>;
3845
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3846
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3847
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3848
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
3849
+ }, zod.z.core.$strip>, zod.ZodObject<{
3850
+ event_type: zod.ZodLiteral<"project.created">;
3851
+ payload: zod.ZodObject<{
3852
+ name: zod.ZodOptional<zod.ZodString>;
3853
+ preview_origins: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
3854
+ }, zod.z.core.$strip>;
3855
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
3856
+ id: zod.ZodString;
3857
+ project_id: zod.ZodString;
3858
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3859
+ event_type: zod.ZodString;
3860
+ category: zod.ZodEnum<{
3861
+ session: "session";
3862
+ request: "request";
3863
+ auth: "auth";
3864
+ admin: "admin";
3865
+ entity: "entity";
3866
+ signal: "signal";
3867
+ }>;
3868
+ occurred_at: zod.z.ZodISODateTime;
3869
+ created_at: zod.z.ZodISODateTime;
3870
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3871
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
3872
+ human: "human";
3873
+ service: "service";
3874
+ system: "system";
3875
+ agent: "agent";
3876
+ }>, zod.ZodNull]>>;
3877
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3878
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3879
+ client_id: zod.ZodString;
3880
+ token_id: zod.ZodOptional<zod.ZodString>;
3881
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
3882
+ direct: "direct";
3883
+ delegated: "delegated";
3884
+ pat_shared: "pat_shared";
3885
+ exchanged: "exchanged";
3886
+ }>>;
3887
+ delegation_id: zod.ZodOptional<zod.ZodString>;
3888
+ grantor: zod.ZodOptional<zod.ZodString>;
3889
+ fingerprint: zod.ZodOptional<zod.ZodString>;
3890
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3891
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3892
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3893
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
3894
+ }, zod.z.core.$strip>, zod.ZodObject<{
3895
+ event_type: zod.ZodLiteral<"project.deleted">;
3896
+ payload: zod.ZodObject<{}, zod.z.core.$strip>;
3897
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
3898
+ id: zod.ZodString;
3899
+ project_id: zod.ZodString;
3900
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3901
+ event_type: zod.ZodString;
3902
+ category: zod.ZodEnum<{
3903
+ session: "session";
3904
+ request: "request";
3905
+ auth: "auth";
3906
+ admin: "admin";
3907
+ entity: "entity";
3908
+ signal: "signal";
3909
+ }>;
3910
+ occurred_at: zod.z.ZodISODateTime;
3911
+ created_at: zod.z.ZodISODateTime;
3912
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3913
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
3914
+ human: "human";
3915
+ service: "service";
3916
+ system: "system";
3917
+ agent: "agent";
3918
+ }>, zod.ZodNull]>>;
3919
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3920
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3921
+ client_id: zod.ZodString;
3922
+ token_id: zod.ZodOptional<zod.ZodString>;
3923
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
3924
+ direct: "direct";
3925
+ delegated: "delegated";
3926
+ pat_shared: "pat_shared";
3927
+ exchanged: "exchanged";
3928
+ }>>;
3929
+ delegation_id: zod.ZodOptional<zod.ZodString>;
3930
+ grantor: zod.ZodOptional<zod.ZodString>;
3931
+ fingerprint: zod.ZodOptional<zod.ZodString>;
3932
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3933
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3934
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3935
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
3936
+ }, zod.z.core.$strip>, zod.ZodObject<{
3937
+ event_type: zod.ZodLiteral<"project.updated">;
3938
+ payload: zod.ZodObject<{
3939
+ name: zod.ZodOptional<zod.ZodString>;
3940
+ preview_origins: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
3941
+ }, zod.z.core.$strip>;
3942
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
3943
+ id: zod.ZodString;
3944
+ project_id: zod.ZodString;
3945
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3946
+ event_type: zod.ZodString;
3947
+ category: zod.ZodEnum<{
3948
+ session: "session";
3949
+ request: "request";
3950
+ auth: "auth";
3951
+ admin: "admin";
3952
+ entity: "entity";
3953
+ signal: "signal";
3954
+ }>;
3955
+ occurred_at: zod.z.ZodISODateTime;
3956
+ created_at: zod.z.ZodISODateTime;
3957
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3958
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
3959
+ human: "human";
3960
+ service: "service";
3961
+ system: "system";
3962
+ agent: "agent";
3963
+ }>, zod.ZodNull]>>;
3964
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3965
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3966
+ client_id: zod.ZodString;
3967
+ token_id: zod.ZodOptional<zod.ZodString>;
3968
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
3969
+ direct: "direct";
3970
+ delegated: "delegated";
3971
+ pat_shared: "pat_shared";
3972
+ exchanged: "exchanged";
3973
+ }>>;
3974
+ delegation_id: zod.ZodOptional<zod.ZodString>;
3975
+ grantor: zod.ZodOptional<zod.ZodString>;
3976
+ fingerprint: zod.ZodOptional<zod.ZodString>;
3977
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3978
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3979
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
3980
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
3981
+ }, zod.z.core.$strip>, zod.ZodObject<{
3982
+ event_type: zod.ZodLiteral<"request.api">;
3983
+ payload: zod.ZodObject<{
3984
+ operation_id: zod.ZodString;
3985
+ method: zod.ZodEnum<{
3986
+ GET: "GET";
3987
+ POST: "POST";
3988
+ PUT: "PUT";
3989
+ PATCH: "PATCH";
3990
+ DELETE: "DELETE";
3991
+ HEAD: "HEAD";
3992
+ OPTIONS: "OPTIONS";
3993
+ }>;
3994
+ route_template: zod.ZodString;
3995
+ status: zod.ZodNumber;
3996
+ duration_ms: zod.ZodNumber;
3997
+ }, zod.z.core.$strip>;
3998
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
3999
+ id: zod.ZodString;
4000
+ project_id: zod.ZodString;
4001
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4002
+ event_type: zod.ZodString;
4003
+ category: zod.ZodEnum<{
4004
+ session: "session";
4005
+ request: "request";
4006
+ auth: "auth";
4007
+ admin: "admin";
4008
+ entity: "entity";
4009
+ signal: "signal";
4010
+ }>;
4011
+ occurred_at: zod.z.ZodISODateTime;
4012
+ created_at: zod.z.ZodISODateTime;
4013
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4014
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
4015
+ human: "human";
4016
+ service: "service";
4017
+ system: "system";
4018
+ agent: "agent";
4019
+ }>, zod.ZodNull]>>;
4020
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4021
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4022
+ client_id: zod.ZodString;
4023
+ token_id: zod.ZodOptional<zod.ZodString>;
4024
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
4025
+ direct: "direct";
4026
+ delegated: "delegated";
4027
+ pat_shared: "pat_shared";
4028
+ exchanged: "exchanged";
4029
+ }>>;
4030
+ delegation_id: zod.ZodOptional<zod.ZodString>;
4031
+ grantor: zod.ZodOptional<zod.ZodString>;
4032
+ fingerprint: zod.ZodOptional<zod.ZodString>;
4033
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4034
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4035
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4036
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
4037
+ }, zod.z.core.$strip>, zod.ZodObject<{
4038
+ event_type: zod.ZodLiteral<"schema.created">;
4039
+ payload: zod.ZodObject<{}, zod.z.core.$strip>;
4040
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
4041
+ id: zod.ZodString;
4042
+ project_id: zod.ZodString;
4043
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4044
+ event_type: zod.ZodString;
4045
+ category: zod.ZodEnum<{
4046
+ session: "session";
4047
+ request: "request";
4048
+ auth: "auth";
4049
+ admin: "admin";
4050
+ entity: "entity";
4051
+ signal: "signal";
4052
+ }>;
4053
+ occurred_at: zod.z.ZodISODateTime;
4054
+ created_at: zod.z.ZodISODateTime;
4055
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4056
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
4057
+ human: "human";
4058
+ service: "service";
4059
+ system: "system";
4060
+ agent: "agent";
4061
+ }>, zod.ZodNull]>>;
4062
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4063
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4064
+ client_id: zod.ZodString;
4065
+ token_id: zod.ZodOptional<zod.ZodString>;
4066
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
4067
+ direct: "direct";
4068
+ delegated: "delegated";
4069
+ pat_shared: "pat_shared";
4070
+ exchanged: "exchanged";
4071
+ }>>;
4072
+ delegation_id: zod.ZodOptional<zod.ZodString>;
4073
+ grantor: zod.ZodOptional<zod.ZodString>;
4074
+ fingerprint: zod.ZodOptional<zod.ZodString>;
4075
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4076
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4077
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4078
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
4079
+ }, zod.z.core.$strip>, zod.ZodObject<{
4080
+ event_type: zod.ZodLiteral<"session.deleted">;
4081
+ payload: zod.ZodObject<{
4082
+ reason: zod.ZodOptional<zod.ZodString>;
4083
+ }, zod.z.core.$strip>;
4084
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
4085
+ id: zod.ZodString;
4086
+ project_id: zod.ZodString;
4087
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4088
+ event_type: zod.ZodString;
4089
+ category: zod.ZodEnum<{
4090
+ session: "session";
4091
+ request: "request";
4092
+ auth: "auth";
4093
+ admin: "admin";
4094
+ entity: "entity";
4095
+ signal: "signal";
4096
+ }>;
4097
+ occurred_at: zod.z.ZodISODateTime;
4098
+ created_at: zod.z.ZodISODateTime;
4099
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4100
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
4101
+ human: "human";
4102
+ service: "service";
4103
+ system: "system";
4104
+ agent: "agent";
4105
+ }>, zod.ZodNull]>>;
4106
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4107
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4108
+ client_id: zod.ZodString;
4109
+ token_id: zod.ZodOptional<zod.ZodString>;
4110
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
4111
+ direct: "direct";
4112
+ delegated: "delegated";
4113
+ pat_shared: "pat_shared";
4114
+ exchanged: "exchanged";
4115
+ }>>;
4116
+ delegation_id: zod.ZodOptional<zod.ZodString>;
4117
+ grantor: zod.ZodOptional<zod.ZodString>;
4118
+ fingerprint: zod.ZodOptional<zod.ZodString>;
4119
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4120
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4121
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4122
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
4123
+ }, zod.z.core.$strip>, zod.ZodObject<{
4124
+ event_type: zod.ZodLiteral<"session.established">;
4125
+ payload: zod.ZodObject<{
4126
+ user_id: zod.ZodOptional<zod.ZodString>;
4127
+ }, zod.z.core.$strip>;
4128
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
4129
+ id: zod.ZodString;
4130
+ project_id: zod.ZodString;
4131
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4132
+ event_type: zod.ZodString;
4133
+ category: zod.ZodEnum<{
4134
+ session: "session";
4135
+ request: "request";
4136
+ auth: "auth";
4137
+ admin: "admin";
4138
+ entity: "entity";
4139
+ signal: "signal";
4140
+ }>;
4141
+ occurred_at: zod.z.ZodISODateTime;
4142
+ created_at: zod.z.ZodISODateTime;
4143
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4144
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
4145
+ human: "human";
4146
+ service: "service";
4147
+ system: "system";
4148
+ agent: "agent";
4149
+ }>, zod.ZodNull]>>;
4150
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4151
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4152
+ client_id: zod.ZodString;
4153
+ token_id: zod.ZodOptional<zod.ZodString>;
4154
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
4155
+ direct: "direct";
4156
+ delegated: "delegated";
4157
+ pat_shared: "pat_shared";
4158
+ exchanged: "exchanged";
4159
+ }>>;
4160
+ delegation_id: zod.ZodOptional<zod.ZodString>;
4161
+ grantor: zod.ZodOptional<zod.ZodString>;
4162
+ fingerprint: zod.ZodOptional<zod.ZodString>;
4163
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4164
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4165
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4166
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
4167
+ }, zod.z.core.$strip>, zod.ZodObject<{
4168
+ event_type: zod.ZodLiteral<"team.created">;
4169
+ payload: zod.ZodObject<{
4170
+ name: zod.ZodOptional<zod.ZodString>;
4171
+ }, zod.z.core.$strip>;
4172
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
4173
+ id: zod.ZodString;
4174
+ project_id: zod.ZodString;
4175
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4176
+ event_type: zod.ZodString;
4177
+ category: zod.ZodEnum<{
4178
+ session: "session";
4179
+ request: "request";
4180
+ auth: "auth";
4181
+ admin: "admin";
4182
+ entity: "entity";
4183
+ signal: "signal";
4184
+ }>;
4185
+ occurred_at: zod.z.ZodISODateTime;
4186
+ created_at: zod.z.ZodISODateTime;
4187
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4188
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
4189
+ human: "human";
4190
+ service: "service";
4191
+ system: "system";
4192
+ agent: "agent";
4193
+ }>, zod.ZodNull]>>;
4194
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4195
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4196
+ client_id: zod.ZodString;
4197
+ token_id: zod.ZodOptional<zod.ZodString>;
4198
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
4199
+ direct: "direct";
4200
+ delegated: "delegated";
4201
+ pat_shared: "pat_shared";
4202
+ exchanged: "exchanged";
4203
+ }>>;
4204
+ delegation_id: zod.ZodOptional<zod.ZodString>;
4205
+ grantor: zod.ZodOptional<zod.ZodString>;
4206
+ fingerprint: zod.ZodOptional<zod.ZodString>;
4207
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4208
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4209
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4210
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
4211
+ }, zod.z.core.$strip>, zod.ZodObject<{
4212
+ event_type: zod.ZodLiteral<"team.deactivated">;
4213
+ payload: zod.ZodObject<{}, zod.z.core.$strip>;
4214
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
4215
+ id: zod.ZodString;
4216
+ project_id: zod.ZodString;
4217
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4218
+ event_type: zod.ZodString;
4219
+ category: zod.ZodEnum<{
4220
+ session: "session";
4221
+ request: "request";
4222
+ auth: "auth";
4223
+ admin: "admin";
4224
+ entity: "entity";
4225
+ signal: "signal";
4226
+ }>;
4227
+ occurred_at: zod.z.ZodISODateTime;
4228
+ created_at: zod.z.ZodISODateTime;
4229
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4230
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
4231
+ human: "human";
4232
+ service: "service";
4233
+ system: "system";
4234
+ agent: "agent";
4235
+ }>, zod.ZodNull]>>;
4236
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4237
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4238
+ client_id: zod.ZodString;
4239
+ token_id: zod.ZodOptional<zod.ZodString>;
4240
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
4241
+ direct: "direct";
4242
+ delegated: "delegated";
4243
+ pat_shared: "pat_shared";
4244
+ exchanged: "exchanged";
4245
+ }>>;
4246
+ delegation_id: zod.ZodOptional<zod.ZodString>;
4247
+ grantor: zod.ZodOptional<zod.ZodString>;
4248
+ fingerprint: zod.ZodOptional<zod.ZodString>;
4249
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4250
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4251
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4252
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
4253
+ }, zod.z.core.$strip>, zod.ZodObject<{
4254
+ event_type: zod.ZodLiteral<"team.updated">;
4255
+ payload: zod.ZodObject<{
4256
+ name: zod.ZodOptional<zod.ZodString>;
4257
+ }, zod.z.core.$strip>;
4258
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
4259
+ id: zod.ZodString;
4260
+ project_id: zod.ZodString;
4261
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4262
+ event_type: zod.ZodString;
4263
+ category: zod.ZodEnum<{
4264
+ session: "session";
4265
+ request: "request";
4266
+ auth: "auth";
4267
+ admin: "admin";
4268
+ entity: "entity";
4269
+ signal: "signal";
4270
+ }>;
4271
+ occurred_at: zod.z.ZodISODateTime;
4272
+ created_at: zod.z.ZodISODateTime;
4273
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4274
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
4275
+ human: "human";
4276
+ service: "service";
4277
+ system: "system";
4278
+ agent: "agent";
4279
+ }>, zod.ZodNull]>>;
4280
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4281
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4282
+ client_id: zod.ZodString;
4283
+ token_id: zod.ZodOptional<zod.ZodString>;
4284
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
4285
+ direct: "direct";
4286
+ delegated: "delegated";
4287
+ pat_shared: "pat_shared";
4288
+ exchanged: "exchanged";
4289
+ }>>;
4290
+ delegation_id: zod.ZodOptional<zod.ZodString>;
4291
+ grantor: zod.ZodOptional<zod.ZodString>;
4292
+ fingerprint: zod.ZodOptional<zod.ZodString>;
4293
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4294
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4295
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4296
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
4297
+ }, zod.z.core.$strip>, zod.ZodObject<{
4298
+ event_type: zod.ZodLiteral<"user.create.failed">;
4299
+ payload: zod.ZodObject<{
4300
+ key_name: zod.ZodOptional<zod.ZodString>;
4301
+ }, zod.z.core.$strip>;
4302
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
4303
+ id: zod.ZodString;
4304
+ project_id: zod.ZodString;
4305
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4306
+ event_type: zod.ZodString;
4307
+ category: zod.ZodEnum<{
4308
+ session: "session";
4309
+ request: "request";
4310
+ auth: "auth";
4311
+ admin: "admin";
4312
+ entity: "entity";
4313
+ signal: "signal";
4314
+ }>;
4315
+ occurred_at: zod.z.ZodISODateTime;
4316
+ created_at: zod.z.ZodISODateTime;
4317
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4318
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
4319
+ human: "human";
4320
+ service: "service";
4321
+ system: "system";
4322
+ agent: "agent";
4323
+ }>, zod.ZodNull]>>;
4324
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4325
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4326
+ client_id: zod.ZodString;
4327
+ token_id: zod.ZodOptional<zod.ZodString>;
4328
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
4329
+ direct: "direct";
4330
+ delegated: "delegated";
4331
+ pat_shared: "pat_shared";
4332
+ exchanged: "exchanged";
4333
+ }>>;
4334
+ delegation_id: zod.ZodOptional<zod.ZodString>;
4335
+ grantor: zod.ZodOptional<zod.ZodString>;
4336
+ fingerprint: zod.ZodOptional<zod.ZodString>;
4337
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4338
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4339
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4340
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
4341
+ }, zod.z.core.$strip>, zod.ZodObject<{
4342
+ event_type: zod.ZodLiteral<"user.created">;
4343
+ payload: zod.ZodObject<{
4344
+ schema_id: zod.ZodOptional<zod.ZodString>;
4345
+ attribute_keys: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
4346
+ attributes: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
4347
+ }, zod.z.core.$strip>;
4348
+ }, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
4349
+ id: zod.ZodString;
4350
+ project_id: zod.ZodString;
4351
+ team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4352
+ event_type: zod.ZodString;
4353
+ category: zod.ZodEnum<{
4354
+ session: "session";
4355
+ request: "request";
4356
+ auth: "auth";
4357
+ admin: "admin";
4358
+ entity: "entity";
4359
+ signal: "signal";
4360
+ }>;
4361
+ occurred_at: zod.z.ZodISODateTime;
4362
+ created_at: zod.z.ZodISODateTime;
4363
+ actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4364
+ actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
4365
+ human: "human";
4366
+ service: "service";
4367
+ system: "system";
4368
+ agent: "agent";
4369
+ }>, zod.ZodNull]>>;
4370
+ entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4371
+ entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4372
+ client_id: zod.ZodString;
4373
+ token_id: zod.ZodOptional<zod.ZodString>;
4374
+ delegation_type: zod.ZodOptional<zod.ZodEnum<{
4375
+ direct: "direct";
4376
+ delegated: "delegated";
4377
+ pat_shared: "pat_shared";
4378
+ exchanged: "exchanged";
4379
+ }>>;
4380
+ delegation_id: zod.ZodOptional<zod.ZodString>;
4381
+ grantor: zod.ZodOptional<zod.ZodString>;
4382
+ fingerprint: zod.ZodOptional<zod.ZodString>;
4383
+ request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4384
+ session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4385
+ flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
4386
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
4387
+ }, zod.z.core.$strip>, zod.ZodObject<{
4388
+ event_type: zod.ZodLiteral<"user.deleted">;
4389
+ payload: zod.ZodObject<{}, zod.z.core.$strip>;
4390
+ }, zod.z.core.$strip>>]>;
1978
4391
  //#endregion
1979
- export { CompleteClaimBody, CompleteClaimParams, CompleteClaimResponse, CreateAuthAttemptBody, CreateBrandingBody, CreateBrandingQueryParams, CreateFlowBody, CreateFlowDefinitionBody, CreateHandoffHeader, CreateHandoffParams, CreateHandoffResponse, CreateProjectBody, CreateSchemaBody, CreateSchemaQueryParams, CreateSessionBody, CreateTeamBody, CreateTeamQueryParams, CreateUserBody, CreateUserQueryParams, DeleteFlowDefinitionParams, DeleteFlowDefinitionQueryParams, DeleteTeamParams, DeleteTeamQueryParams, DeleteUserByIDParams, DeleteUserByIDQueryParams, ExchangeHandoffBody, ExchangeHandoffHeader, ExchangeHandoffQueryParams, ExchangeHandoffResponse, GetAuthAttemptParams, GetAuthAttemptResponse, GetBrandingByIdParams, GetBrandingByIdQueryParams, GetBrandingByIdResponse, GetClaimStatusParams, GetClaimStatusQueryParams, GetClaimStatusResponse, GetFlowDefinitionParams, GetFlowDefinitionQueryParams, GetFlowDefinitionResponse, GetFlowStepParams, GetFlowStepResponse, GetMySessionResponse, GetMyUserResponse, GetProjectParams, GetProjectResponse, GetSchemaByIdParams, GetSchemaByIdQueryParams, GetSchemaByIdResponse, GetSessionParams, GetSessionQueryParams, GetSessionResponse, GetTeamParams, GetTeamQueryParams, GetTeamResponse, GetUserByIDParams, GetUserByIDQueryParams, GetUserByIDResponse, InitClaimParams, IssueChallengeBody, IssueChallengeParams, ListBrandingQueryParams, ListBrandingResponse, ListBrandingResponseItem, ListFlowDefinitionsQueryParams, ListFlowDefinitionsResponse, ListSchemasQueryParams, ListSchemasResponse, ListSchemasResponseItem, ListUserPasskeysParams, ListUserPasskeysQueryParams, ListUserPasskeysResponse, ListUserTeamsParams, ListUserTeamsQueryParams, ListUserTeamsResponse, ListUsersQueryParams, ListUsersResponse, PatchProjectBody, PatchProjectParams, PatchProjectResponse, QueryProjectsBody, QueryProjectsResponse, QuerySessionsBody, QuerySessionsQueryParams, QuerySessionsResponse, QueryTeamsBody, QueryTeamsQueryParams, QueryTeamsResponse, RevokeSessionParams, RevokeSessionQueryParams, SetUserPasswordBody, SetUserPasswordParams, SetUserPasswordQueryParams, SubmitFlowStepBody, SubmitFlowStepHeader, SubmitFlowStepParams, SubmitFlowStepResponse, UpdateFlowDefinitionBody, UpdateFlowDefinitionParams, UpdateFlowDefinitionQueryParams, UpdateFlowDefinitionResponse, UpdateTeamBody, UpdateTeamParams, UpdateTeamQueryParams, UpdateTeamResponse, VerifyChallengeProofBody, VerifyChallengeProofHeader, VerifyChallengeProofParams, VerifyChallengeProofResponse, completeClaimBodyChallengeIdRegExp, completeClaimPathProjectIdRegExp, completeClaimResponseProjectIdRegExp, completeClaimResponseTeamIdRegExp, createAuthAttemptBodyProjectIdRegExp, createAuthAttemptBodySessionIdOneRegExp, createBrandingBodyLayoutDefault, createBrandingBodyLiquidTemplateMax, createBrandingQueryProjectIdRegExp, createFlowBodyDryRunDefault, createFlowBodyFlowDefinitionNameRegExp, createFlowBodyProjectIdRegExp, createFlowBodySchemaVersionRegExp, createFlowDefinitionBodyFlowDefinitionNameRegExp, createFlowDefinitionBodyFlowDefinitionStepsItemActionsDefault, createFlowDefinitionBodyFlowDefinitionStepsItemActionsItemPrimaryDefault, createFlowDefinitionBodyFlowDefinitionStepsItemFieldsDefault, createFlowDefinitionBodyFlowDefinitionStepsItemGatesDefault, createFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersDefault, createFlowDefinitionBodyProjectIdRegExp, createHandoffPathAttemptIdRegExp, createProjectBodySeedDefaultsDefault, createSchemaBodyOneObjectTypeMax, createSchemaBodyOnePropertiesXEditableDefault, createSchemaBodyOnePropertiesXMfaDefault, createSchemaBodyOnePropertiesXSensitiveDefault, createSchemaBodyOneXAuthMethodsMagicLinkPositionMin, createSchemaBodyOneXAuthMethodsOtpPositionMin, createSchemaBodyOneXAuthMethodsPasskeyPositionMin, createSchemaBodyOneXAuthMethodsPasswordPositionMin, createSchemaBodyOneXAuthMethodsSsoPositionMin, createSchemaQueryProjectIdRegExp, createSchemaQueryTeamIdRegExp, createSessionBodyProjectIdRegExp, createTeamBodyNameMax, createTeamQueryProjectIdRegExp, createUserBodyIdRegExp, createUserQueryProjectIdRegExp, createUserQueryTeamIdRegExp, deleteFlowDefinitionQueryProjectIdRegExp, deleteTeamPathTeamIdRegExp, deleteTeamQueryProjectIdRegExp, deleteUserByIDPathUserIdRegExp, deleteUserByIDQueryProjectIdRegExp, exchangeHandoffQueryProjectIdRegExp, exchangeHandoffResponseSessionFactorsItemPayloadOneUserIdRegExp, exchangeHandoffResponseSessionProjectIdRegExp, exchangeHandoffResponseSessionSessionIdRegExp, exchangeHandoffResponseSessionUserIdOneRegExp, getAuthAttemptPathAttemptIdRegExp, getAuthAttemptResponseAttemptIdRegExp, getAuthAttemptResponseChallengesItemChallengeIdRegExp, getAuthAttemptResponseCompletedFactorsItemPayloadOneUserIdRegExp, getAuthAttemptResponseProjectIdRegExp, getAuthAttemptResponseSessionIdOneRegExp, getAuthAttemptResponseUserIdOneRegExp, getBrandingByIdQueryProjectIdRegExp, getBrandingByIdResponseBrandingLayoutDefault, getBrandingByIdResponseBrandingLiquidTemplateMax, getClaimStatusPathProjectIdRegExp, getClaimStatusQueryChallengeIdRegExp, getClaimStatusResponseTwoTeamIdRegExp, getFlowDefinitionQueryProjectIdRegExp, getFlowDefinitionResponseFlowDefinitionNameRegExp, getFlowDefinitionResponseFlowDefinitionStepsItemActionsDefault, getFlowDefinitionResponseFlowDefinitionStepsItemActionsItemPrimaryDefault, getFlowDefinitionResponseFlowDefinitionStepsItemFieldsDefault, getFlowDefinitionResponseFlowDefinitionStepsItemGatesDefault, getFlowDefinitionResponseFlowDefinitionStepsItemSsoProvidersDefault, getFlowStepResponseBrandingLayoutDefault, getFlowStepResponseBrandingLiquidTemplateMax, getFlowStepResponseStepActionsDefault, getFlowStepResponseStepActionsItemPrimaryDefault, getFlowStepResponseStepFieldsDefault, getFlowStepResponseStepFieldsItemRequiredDefault, getFlowStepResponseStepFieldsItemValidationMaxLengthMin, getFlowStepResponseStepFieldsItemValidationMinLengthMin, getFlowStepResponseStepGatesDefault, getFlowStepResponseStepSsoProvidersDefault, getMySessionResponseFactorsItemPayloadOneUserIdRegExp, getMySessionResponseProjectIdRegExp, getMySessionResponseSessionIdRegExp, getMySessionResponseUserIdOneRegExp, getMyUserResponseIdRegExp, getProjectPathProjectIdRegExp, getSchemaByIdQueryProjectIdRegExp, getSchemaByIdQueryTeamIdRegExp, getSchemaByIdResponseOneObjectTypeMax, getSchemaByIdResponseOnePropertiesXEditableDefault, getSchemaByIdResponseOnePropertiesXMfaDefault, getSchemaByIdResponseOnePropertiesXSensitiveDefault, getSchemaByIdResponseOneXAuthMethodsMagicLinkPositionMin, getSchemaByIdResponseOneXAuthMethodsOtpPositionMin, getSchemaByIdResponseOneXAuthMethodsPasskeyPositionMin, getSchemaByIdResponseOneXAuthMethodsPasswordPositionMin, getSchemaByIdResponseOneXAuthMethodsSsoPositionMin, getSessionPathSessionIdRegExp, getSessionQueryProjectIdRegExp, getSessionResponseFactorsItemPayloadOneUserIdRegExp, getSessionResponseProjectIdRegExp, getSessionResponseSessionIdRegExp, getSessionResponseUserIdOneRegExp, getTeamPathTeamIdRegExp, getTeamQueryProjectIdRegExp, getUserByIDPathUserIdRegExp, getUserByIDQueryProjectIdRegExp, getUserByIDQueryTeamIdRegExp, getUserByIDResponseIdRegExp, initClaimPathProjectIdRegExp, issueChallengePathAttemptIdRegExp, listBrandingQueryProjectIdRegExp, listFlowDefinitionsQueryLimitDefault, listFlowDefinitionsQueryLimitMax, listFlowDefinitionsQueryProjectIdRegExp, listFlowDefinitionsResponseFlowDefinitionsItemNameRegExp, listSchemasQueryObjectTypeMax, listSchemasQueryOffsetDefault, listSchemasQueryOffsetMin, listSchemasQueryProjectIdRegExp, listUserPasskeysPathUserIdRegExp, listUserPasskeysQueryLimitDefault, listUserPasskeysQueryLimitMax, listUserPasskeysQueryProjectIdRegExp, listUserTeamsPathUserIdRegExp, listUserTeamsQueryLimitDefault, listUserTeamsQueryLimitMax, listUserTeamsQueryProjectIdRegExp, listUsersQueryLimitDefault, listUsersQueryLimitMax, listUsersResponseUsersItemIdRegExp, patchProjectPathProjectIdRegExp, queryProjectsBodyLimitDefault, queryProjectsBodyLimitMax, querySessionsBodyLimitDefault, querySessionsBodyLimitMax, querySessionsQueryProjectIdRegExp, querySessionsResponseSessionsItemFactorsItemPayloadOneUserIdRegExp, querySessionsResponseSessionsItemProjectIdRegExp, querySessionsResponseSessionsItemSessionIdRegExp, querySessionsResponseSessionsItemUserIdOneRegExp, queryTeamsBodyLimitDefault, queryTeamsBodyLimitMax, queryTeamsQueryProjectIdRegExp, revokeSessionPathSessionIdRegExp, revokeSessionQueryProjectIdRegExp, setUserPasswordPathUserIdRegExp, setUserPasswordQueryProjectIdRegExp, submitFlowStepResponseBrandingLayoutDefault, submitFlowStepResponseBrandingLiquidTemplateMax, submitFlowStepResponseStepActionsDefault, submitFlowStepResponseStepActionsItemPrimaryDefault, submitFlowStepResponseStepFieldsDefault, submitFlowStepResponseStepFieldsItemRequiredDefault, submitFlowStepResponseStepFieldsItemValidationMaxLengthMin, submitFlowStepResponseStepFieldsItemValidationMinLengthMin, submitFlowStepResponseStepGatesDefault, submitFlowStepResponseStepSsoProvidersDefault, updateFlowDefinitionBodyFlowDefinitionNameRegExp, updateFlowDefinitionBodyFlowDefinitionStepsItemActionsDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemPrimaryDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemFieldsDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemGatesDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersDefault, updateFlowDefinitionQueryProjectIdRegExp, updateFlowDefinitionResponseFlowDefinitionNameRegExp, updateFlowDefinitionResponseFlowDefinitionStepsItemActionsDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemActionsItemPrimaryDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemFieldsDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemGatesDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemSsoProvidersDefault, updateTeamBodyNameMax, updateTeamPathTeamIdRegExp, updateTeamQueryProjectIdRegExp, verifyChallengeProofPathAttemptIdRegExp, verifyChallengeProofPathChallengeIdRegExp, verifyChallengeProofResponseAttemptIdRegExp, verifyChallengeProofResponseChallengesItemChallengeIdRegExp, verifyChallengeProofResponseCompletedFactorsItemPayloadOneUserIdRegExp, verifyChallengeProofResponseProjectIdRegExp, verifyChallengeProofResponseSessionIdOneRegExp, verifyChallengeProofResponseUserIdOneRegExp };
4392
+ export { CompleteClaimBody, CompleteClaimParams, CompleteClaimResponse, CreateAuthAttemptBody, CreateBrandingBody, CreateBrandingQueryParams, CreateFlowBody, CreateFlowDefinitionBody, CreateHandoffHeader, CreateHandoffParams, CreateHandoffResponse, CreateProjectBody, CreateSchemaBody, CreateSchemaQueryParams, CreateSessionBody, CreateTeamBody, CreateTeamQueryParams, CreateUserBody, CreateUserQueryParams, DeleteFlowDefinitionParams, DeleteTeamParams, DeleteUserByIDParams, ExchangeHandoffBody, ExchangeHandoffHeader, ExchangeHandoffQueryParams, ExchangeHandoffResponse, GetAuthAttemptParams, GetAuthAttemptResponse, GetBrandingByIdParams, GetBrandingByIdResponse, GetClaimStatusParams, GetClaimStatusQueryParams, GetClaimStatusResponse, GetEventParams, GetEventQueryParams, GetEventResponse, GetFlowDefinitionParams, GetFlowDefinitionResponse, GetFlowStepParams, GetFlowStepResponse, GetMySessionResponse, GetMyUserResponse, GetProjectParams, GetProjectResponse, GetSchemaByIdParams, GetSchemaByIdQueryParams, GetSchemaByIdResponse, GetSessionParams, GetSessionResponse, GetTeamParams, GetTeamResponse, GetUserByIDParams, GetUserByIDQueryParams, GetUserByIDResponse, InitClaimParams, IssueChallengeBody, IssueChallengeParams, ListBrandingQueryParams, ListBrandingResponse, ListBrandingResponseItem, ListEventsQueryParams, ListEventsResponse, ListFlowDefinitionsQueryParams, ListFlowDefinitionsResponse, ListSchemasQueryParams, ListSchemasResponse, ListSchemasResponseItem, ListUserPasskeysParams, ListUserPasskeysQueryParams, ListUserPasskeysResponse, ListUserTeamsParams, ListUserTeamsQueryParams, ListUserTeamsResponse, ListUsersQueryParams, ListUsersResponse, PatchProjectBody, PatchProjectParams, PatchProjectResponse, QueryProjectsBody, QueryProjectsResponse, QuerySessionsBody, QuerySessionsQueryParams, QuerySessionsResponse, QueryTeamsBody, QueryTeamsQueryParams, QueryTeamsResponse, RevokeSessionParams, SetUserPasswordBody, SetUserPasswordParams, SubmitFlowStepBody, SubmitFlowStepHeader, SubmitFlowStepParams, SubmitFlowStepResponse, UpdateFlowDefinitionBody, UpdateFlowDefinitionParams, UpdateFlowDefinitionResponse, UpdateTeamBody, UpdateTeamParams, UpdateTeamResponse, VerifyChallengeProofBody, VerifyChallengeProofHeader, VerifyChallengeProofParams, VerifyChallengeProofResponse, completeClaimBodyChallengeIdRegExp, completeClaimPathProjectIdRegExp, completeClaimResponseProjectIdRegExp, completeClaimResponseTeamIdRegExp, createAuthAttemptBodyProjectIdRegExp, createAuthAttemptBodySessionIdOneRegExp, createBrandingBodyLayoutDefault, createBrandingBodyLiquidTemplateMax, createBrandingQueryProjectIdRegExp, createFlowBodyDryRunDefault, createFlowBodyFlowDefinitionNameRegExp, createFlowBodyProjectIdRegExp, createFlowBodySchemaVersionRegExp, createFlowDefinitionBodyFlowDefinitionNameRegExp, createFlowDefinitionBodyFlowDefinitionStepsItemActionsDefault, createFlowDefinitionBodyFlowDefinitionStepsItemActionsItemPrimaryDefault, createFlowDefinitionBodyFlowDefinitionStepsItemFieldsDefault, createFlowDefinitionBodyFlowDefinitionStepsItemGatesDefault, createFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersDefault, createFlowDefinitionBodyProjectIdRegExp, createHandoffPathAttemptIdRegExp, createProjectBodySeedDefaultsDefault, createSchemaBodyOneObjectTypeMax, createSchemaBodyOnePropertiesXAuditDefault, createSchemaQueryProjectIdRegExp, createSchemaQueryTeamIdRegExp, createSessionBodyProjectIdRegExp, createTeamBodyNameMax, createTeamQueryProjectIdRegExp, createUserQueryProjectIdRegExp, createUserQueryTeamIdRegExp, deleteTeamPathTeamIdRegExp, deleteUserByIDPathUserIdRegExp, exchangeHandoffQueryProjectIdRegExp, exchangeHandoffResponseSessionFactorsItemPayloadOneUserIdRegExp, exchangeHandoffResponseSessionProjectIdRegExp, exchangeHandoffResponseSessionSessionIdRegExp, exchangeHandoffResponseSessionUserIdOneRegExp, getAuthAttemptPathAttemptIdRegExp, getAuthAttemptResponseAttemptIdRegExp, getAuthAttemptResponseChallengesItemChallengeIdRegExp, getAuthAttemptResponseCompletedFactorsItemPayloadOneUserIdRegExp, getAuthAttemptResponseProjectIdRegExp, getAuthAttemptResponseSessionIdOneRegExp, getAuthAttemptResponseUserIdOneRegExp, getBrandingByIdResponseBrandingLayoutDefault, getBrandingByIdResponseBrandingLiquidTemplateMax, getClaimStatusPathProjectIdRegExp, getClaimStatusQueryChallengeIdRegExp, getClaimStatusResponseTwoTeamIdRegExp, getEventQueryProjectIdRegExp, getEventResponseEightOneProjectIdRegExp, getEventResponseFiveOneProjectIdRegExp, getEventResponseFourOneProjectIdRegExp, getEventResponseNineOneProjectIdRegExp, getEventResponseOneOneProjectIdRegExp, getEventResponseOneeightOneProjectIdRegExp, getEventResponseOnefiveOneProjectIdRegExp, getEventResponseOnefourOneProjectIdRegExp, getEventResponseOnenineOneProjectIdRegExp, getEventResponseOneoneOneProjectIdRegExp, getEventResponseOnesevenOneProjectIdRegExp, getEventResponseOnesevenTwoPayloadDurationMsMin, getEventResponseOnesevenTwoPayloadStatusMax, getEventResponseOnesevenTwoPayloadStatusMin, getEventResponseOnesixOneProjectIdRegExp, getEventResponseOnethreeOneProjectIdRegExp, getEventResponseOnetwoOneProjectIdRegExp, getEventResponseOnezeroOneProjectIdRegExp, getEventResponseSevenOneProjectIdRegExp, getEventResponseSixOneProjectIdRegExp, getEventResponseThreeOneProjectIdRegExp, getEventResponseTwoOneProjectIdRegExp, getEventResponseTwofiveOneProjectIdRegExp, getEventResponseTwofourOneProjectIdRegExp, getEventResponseTwooneOneProjectIdRegExp, getEventResponseTwosixOneProjectIdRegExp, getEventResponseTwothreeOneProjectIdRegExp, getEventResponseTwotwoOneProjectIdRegExp, getEventResponseTwozeroOneProjectIdRegExp, getFlowDefinitionResponseFlowDefinitionNameRegExp, getFlowDefinitionResponseFlowDefinitionStepsItemActionsDefault, getFlowDefinitionResponseFlowDefinitionStepsItemActionsItemPrimaryDefault, getFlowDefinitionResponseFlowDefinitionStepsItemFieldsDefault, getFlowDefinitionResponseFlowDefinitionStepsItemGatesDefault, getFlowDefinitionResponseFlowDefinitionStepsItemSsoProvidersDefault, getFlowStepResponseBrandingLayoutDefault, getFlowStepResponseBrandingLiquidTemplateMax, getFlowStepResponseStepActionsDefault, getFlowStepResponseStepActionsItemPrimaryDefault, getFlowStepResponseStepFieldsDefault, getFlowStepResponseStepFieldsItemRequiredDefault, getFlowStepResponseStepFieldsItemValidationMaxLengthMin, getFlowStepResponseStepFieldsItemValidationMinLengthMin, getFlowStepResponseStepGatesDefault, getFlowStepResponseStepSsoProvidersDefault, getMySessionResponseFactorsItemPayloadOneUserIdRegExp, getMySessionResponseProjectIdRegExp, getMySessionResponseSessionIdRegExp, getMySessionResponseUserIdOneRegExp, getMyUserResponseIdRegExp, getProjectPathProjectIdRegExp, getSchemaByIdQueryTeamIdRegExp, getSchemaByIdResponseOneObjectTypeMax, getSchemaByIdResponseOnePropertiesXAuditDefault, getSessionPathSessionIdRegExp, getSessionResponseFactorsItemPayloadOneUserIdRegExp, getSessionResponseProjectIdRegExp, getSessionResponseSessionIdRegExp, getSessionResponseUserIdOneRegExp, getTeamPathTeamIdRegExp, getUserByIDPathUserIdRegExp, getUserByIDQueryTeamIdRegExp, getUserByIDResponseIdRegExp, initClaimPathProjectIdRegExp, issueChallengePathAttemptIdRegExp, listBrandingQueryProjectIdRegExp, listEventsQueryLimitDefault, listEventsQueryLimitMax, listEventsQueryOrderDefault, listEventsQueryProjectIdRegExp, listEventsResponseDataItemEightOneProjectIdRegExp, listEventsResponseDataItemFiveOneProjectIdRegExp, listEventsResponseDataItemFourOneProjectIdRegExp, listEventsResponseDataItemNineOneProjectIdRegExp, listEventsResponseDataItemOneOneProjectIdRegExp, listEventsResponseDataItemOneeightOneProjectIdRegExp, listEventsResponseDataItemOnefiveOneProjectIdRegExp, listEventsResponseDataItemOnefourOneProjectIdRegExp, listEventsResponseDataItemOnenineOneProjectIdRegExp, listEventsResponseDataItemOneoneOneProjectIdRegExp, listEventsResponseDataItemOnesevenOneProjectIdRegExp, listEventsResponseDataItemOnesevenTwoPayloadDurationMsMin, listEventsResponseDataItemOnesevenTwoPayloadStatusMax, listEventsResponseDataItemOnesevenTwoPayloadStatusMin, listEventsResponseDataItemOnesixOneProjectIdRegExp, listEventsResponseDataItemOnethreeOneProjectIdRegExp, listEventsResponseDataItemOnetwoOneProjectIdRegExp, listEventsResponseDataItemOnezeroOneProjectIdRegExp, listEventsResponseDataItemSevenOneProjectIdRegExp, listEventsResponseDataItemSixOneProjectIdRegExp, listEventsResponseDataItemThreeOneProjectIdRegExp, listEventsResponseDataItemTwoOneProjectIdRegExp, listEventsResponseDataItemTwofiveOneProjectIdRegExp, listEventsResponseDataItemTwofourOneProjectIdRegExp, listEventsResponseDataItemTwooneOneProjectIdRegExp, listEventsResponseDataItemTwosixOneProjectIdRegExp, listEventsResponseDataItemTwothreeOneProjectIdRegExp, listEventsResponseDataItemTwotwoOneProjectIdRegExp, listEventsResponseDataItemTwozeroOneProjectIdRegExp, listFlowDefinitionsQueryLimitDefault, listFlowDefinitionsQueryLimitMax, listFlowDefinitionsQueryProjectIdRegExp, listFlowDefinitionsResponseFlowDefinitionsItemNameRegExp, listSchemasQueryObjectTypeMax, listSchemasQueryOffsetDefault, listSchemasQueryOffsetMin, listSchemasQueryProjectIdRegExp, listUserPasskeysPathUserIdRegExp, listUserPasskeysQueryLimitDefault, listUserPasskeysQueryLimitMax, listUserTeamsPathUserIdRegExp, listUserTeamsQueryLimitDefault, listUserTeamsQueryLimitMax, listUsersQueryLimitDefault, listUsersQueryLimitMax, listUsersResponseUsersItemIdRegExp, patchProjectPathProjectIdRegExp, queryProjectsBodyLimitDefault, queryProjectsBodyLimitMax, querySessionsBodyLimitDefault, querySessionsBodyLimitMax, querySessionsQueryProjectIdRegExp, querySessionsResponseSessionsItemFactorsItemPayloadOneUserIdRegExp, querySessionsResponseSessionsItemProjectIdRegExp, querySessionsResponseSessionsItemSessionIdRegExp, querySessionsResponseSessionsItemUserIdOneRegExp, queryTeamsBodyLimitDefault, queryTeamsBodyLimitMax, queryTeamsQueryProjectIdRegExp, revokeSessionPathSessionIdRegExp, setUserPasswordPathUserIdRegExp, submitFlowStepResponseBrandingLayoutDefault, submitFlowStepResponseBrandingLiquidTemplateMax, submitFlowStepResponseStepActionsDefault, submitFlowStepResponseStepActionsItemPrimaryDefault, submitFlowStepResponseStepFieldsDefault, submitFlowStepResponseStepFieldsItemRequiredDefault, submitFlowStepResponseStepFieldsItemValidationMaxLengthMin, submitFlowStepResponseStepFieldsItemValidationMinLengthMin, submitFlowStepResponseStepGatesDefault, submitFlowStepResponseStepSsoProvidersDefault, updateFlowDefinitionBodyFlowDefinitionNameRegExp, updateFlowDefinitionBodyFlowDefinitionStepsItemActionsDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemPrimaryDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemFieldsDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemGatesDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersDefault, updateFlowDefinitionResponseFlowDefinitionNameRegExp, updateFlowDefinitionResponseFlowDefinitionStepsItemActionsDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemActionsItemPrimaryDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemFieldsDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemGatesDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemSsoProvidersDefault, updateTeamBodyNameMax, updateTeamPathTeamIdRegExp, verifyChallengeProofPathAttemptIdRegExp, verifyChallengeProofPathChallengeIdRegExp, verifyChallengeProofResponseAttemptIdRegExp, verifyChallengeProofResponseChallengesItemChallengeIdRegExp, verifyChallengeProofResponseCompletedFactorsItemPayloadOneUserIdRegExp, verifyChallengeProofResponseProjectIdRegExp, verifyChallengeProofResponseSessionIdOneRegExp, verifyChallengeProofResponseUserIdOneRegExp };
1980
4393
  //# sourceMappingURL=zitadelNextGen.zod.d.mts.map