@zitadel/api 1.0.0-alpha.21 → 1.0.0-alpha.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/endpoints/zitadelNextGen.d.mts +2 -2
- package/dist/generated/endpoints/zitadelNextGen.mjs +75 -4
- package/dist/generated/endpoints/zitadelNextGen.mjs.map +1 -1
- package/dist/generated/endpoints/zitadelNextGen.msw.d.mts +6 -2
- package/dist/generated/endpoints/zitadelNextGen.msw.d.mts.map +1 -1
- package/dist/generated/endpoints/zitadelNextGen.msw.mjs +622 -1
- package/dist/generated/endpoints/zitadelNextGen.msw.mjs.map +1 -1
- package/dist/generated/endpoints/zitadelNextGen.zod.d.mts +380 -24
- package/dist/generated/endpoints/zitadelNextGen.zod.d.mts.map +1 -1
- package/dist/generated/endpoints/zitadelNextGen.zod.mjs +370 -39
- package/dist/generated/endpoints/zitadelNextGen.zod.mjs.map +1 -1
- package/dist/generated/model/index.d.mts +2 -2
- package/dist/generated/model/index.mjs +54 -1
- package/dist/generated/model/index.mjs.map +1 -1
- package/dist/{index-BK4Q468Q.d.mts → index-DtExHu2p.d.mts} +1452 -140
- package/dist/index-DtExHu2p.d.mts.map +1 -0
- package/dist/runtime/api-factory.d.mts +1 -1
- package/dist/{zitadelNextGen-C8m49W5h.d.mts → zitadelNextGen-C79YSuEo.d.mts} +45 -7
- package/dist/zitadelNextGen-C79YSuEo.d.mts.map +1 -0
- package/package.json +1 -1
- package/src/generated/endpoints/zitadelNextGen.msw.ts +759 -55
- package/src/generated/endpoints/zitadelNextGen.ts +98 -3
- package/src/generated/endpoints/zitadelNextGen.zod.ts +1199 -422
- package/src/generated/model/completeClaim410.ts +21 -16
- package/src/generated/model/createFlowDefinition201FlowDefinition.ts +5 -3
- package/src/generated/model/createFlowDefinitionBodyFlowDefinition.ts +5 -3
- package/src/generated/model/createFlowDefinitionDefault.ts +0 -10
- package/src/generated/model/createGrant201.ts +32 -0
- package/src/generated/model/createGrant201Principal.ts +147 -0
- package/src/generated/model/createGrant201Team.ts +22 -0
- package/src/generated/model/createGrant201User.ts +38 -0
- package/src/generated/model/createSession201Session.ts +1 -0
- package/src/generated/model/createSession201SessionUser.ts +1 -0
- package/src/generated/model/exchangeHandoff200Session.ts +1 -0
- package/src/generated/model/exchangeHandoff200SessionUser.ts +1 -0
- package/src/generated/model/getClaimStatus410.ts +21 -16
- package/src/generated/model/getClaimWindow200.ts +23 -0
- package/src/generated/model/{createFlowDefinition409.ts → getClaimWindow404.ts} +3 -3
- package/src/generated/model/{createFlowDefinition409Details.ts → getClaimWindow404Details.ts} +1 -1
- package/src/generated/model/getClaimWindow429.ts +20 -0
- package/src/generated/model/getClaimWindow429Details.ts +12 -0
- package/src/generated/model/getClaimWindowDefault.ts +20 -0
- package/src/generated/model/getClaimWindowDefaultDetails.ts +12 -0
- package/src/generated/model/getClaimWindowParams.ts +15 -0
- package/src/generated/model/getEvent200.ts +75 -0
- package/src/generated/model/getFlowDefinition200FlowDefinition.ts +5 -3
- package/src/generated/model/getGrant200.ts +32 -0
- package/src/generated/model/getGrant200Principal.ts +147 -0
- package/src/generated/model/getGrant200Team.ts +22 -0
- package/src/generated/model/getGrant200User.ts +38 -0
- package/src/generated/model/getMySession200.ts +1 -0
- package/src/generated/model/getMySession200User.ts +1 -0
- package/src/generated/model/getSession200.ts +1 -0
- package/src/generated/model/getSession200User.ts +1 -0
- package/src/generated/model/index.ts +39 -2
- package/src/generated/model/initClaim410.ts +24 -0
- package/src/generated/model/listEvents200DataItem.ts +75 -0
- package/src/generated/model/listFlowDefinitions200.ts +3 -0
- package/src/generated/model/listFlowDefinitions200FlowDefinitionsItemFlowDefinition.ts +5 -3
- package/src/generated/model/listFlowDefinitionsParams.ts +8 -0
- package/src/generated/model/queryGrants200.ts +20 -0
- package/src/generated/model/queryGrants200GrantsItem.ts +66 -0
- package/src/generated/model/queryGrants200GrantsItemObjectType.ts +17 -0
- package/src/generated/model/queryGrants200GrantsItemPrincipal.ts +147 -0
- package/src/generated/model/queryGrants200GrantsItemPrincipalType.ts +18 -0
- package/src/generated/model/queryGrants200GrantsItemRelation.ts +19 -0
- package/src/generated/model/queryGrants200GrantsItemTeam.ts +22 -0
- package/src/generated/model/queryGrants200GrantsItemUser.ts +38 -0
- package/src/generated/model/queryGrants400.ts +20 -0
- package/src/generated/model/queryGrants400Details.ts +12 -0
- package/src/generated/model/queryGrants401.ts +20 -0
- package/src/generated/model/queryGrants401Details.ts +12 -0
- package/src/generated/model/queryGrants403.ts +20 -0
- package/src/generated/model/queryGrants403Details.ts +12 -0
- package/src/generated/model/queryGrantsBody.ts +33 -0
- package/src/generated/model/queryGrantsBodyExpandItem.ts +30 -0
- package/src/generated/model/queryGrantsBodyFilterItem.ts +33 -0
- package/src/generated/model/queryGrantsBodyFilterItemField.ts +27 -0
- package/src/generated/model/queryGrantsBodyFilterItemOperation.ts +30 -0
- package/src/generated/model/queryGrantsBodySorting.ts +17 -0
- package/src/generated/model/queryGrantsBodySortingDirection.ts +15 -0
- package/src/generated/model/queryGrantsBodySortingField.ts +21 -0
- package/src/generated/model/queryGrantsDefault.ts +99 -0
- package/src/generated/model/queryGrantsParams.ts +15 -0
- package/src/generated/model/querySessions200SessionsItem.ts +1 -0
- package/src/generated/model/querySessions200SessionsItemUser.ts +1 -0
- package/src/generated/model/updateFlowDefinition200FlowDefinition.ts +5 -3
- package/src/generated/model/updateFlowDefinitionBodyFlowDefinition.ts +5 -3
- package/dist/index-BK4Q468Q.d.mts.map +0 -1
- package/dist/zitadelNextGen-C8m49W5h.d.mts.map +0 -1
|
@@ -934,7 +934,11 @@ const InitClaimParams = zod.object({ project_id: zod.string().regex(initClaimPat
|
|
|
934
934
|
* Polled by the CLI while a browser completes the claim. Authorized by the
|
|
935
935
|
project secret that initiated the challenge. Returns `pending`, or
|
|
936
936
|
`completed` with the owning team, the claim timestamp, and the dashboard
|
|
937
|
-
URL once the
|
|
937
|
+
URL once the project is claimed. The claim grant, not the polled
|
|
938
|
+
challenge, is the source of truth: a project claimed through another
|
|
939
|
+
concurrent challenge also reports `completed`, and a completed claim
|
|
940
|
+
keeps reporting `completed` past this challenge's expiry and past the
|
|
941
|
+
project's claim window.
|
|
938
942
|
|
|
939
943
|
* @summary Get claim status
|
|
940
944
|
*/
|
|
@@ -969,6 +973,24 @@ const CompleteClaimResponse = zod.object({
|
|
|
969
973
|
claimed_at: zod.iso.datetime({ offset: true }).describe("The time when the project was claimed.")
|
|
970
974
|
}).describe("The result of a completed project claim.");
|
|
971
975
|
/**
|
|
976
|
+
* Read by the claim page in the browser to show how long is left to claim the
|
|
977
|
+
project. Unauthenticated by design: the claim page runs this before the
|
|
978
|
+
developer has signed in, and holding the `challenge_id` from the claim URL
|
|
979
|
+
is the authorization — the same capability `claim/complete` accepts. It
|
|
980
|
+
reveals only the window, never the project itself, and unlike
|
|
981
|
+
`claim/complete` it spends nothing, so a reload is free.
|
|
982
|
+
|
|
983
|
+
* @summary Get the claim window for a project
|
|
984
|
+
*/
|
|
985
|
+
const getClaimWindowPathProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
986
|
+
const GetClaimWindowParams = zod.object({ project_id: zod.string().regex(getClaimWindowPathProjectIdRegExp) });
|
|
987
|
+
const getClaimWindowQueryChallengeIdRegExp = /* @__PURE__ */ new RegExp("^ch_[a-zA-Z0-9_-]+$");
|
|
988
|
+
const GetClaimWindowQueryParams = zod.strictObject({ challenge_id: zod.string().regex(getClaimWindowQueryChallengeIdRegExp).describe("The challenge from the claim URL.") });
|
|
989
|
+
const GetClaimWindowResponse = zod.object({
|
|
990
|
+
expires_at: zod.iso.datetime({ offset: true }).describe("The time when the project's claim window closes."),
|
|
991
|
+
expired: zod.boolean().describe("Whether the window has already closed. Reported alongside `expires_at`\nrather than left to the client so a skewed browser clock cannot show a\nclaimable project as expired, or the reverse.\n")
|
|
992
|
+
}).describe("How long the project can still be claimed. Derived from the project's\ncreation time and the fixed 14-day claim window (ADR 046); it does not\ndepend on the challenge, which has its own much shorter expiry.\n");
|
|
993
|
+
/**
|
|
972
994
|
* Creates an anonymous session shell with no user and no factors (`state: building`).
|
|
973
995
|
|
|
974
996
|
This is optional — an `auth_attempt` will create a session implicitly if none is provided.
|
|
@@ -1064,7 +1086,7 @@ const QuerySessionsResponse = zod.object({
|
|
|
1064
1086
|
identifier: zod.string().optional().describe("The current value of the schema's designated identifier\n(`x-identifier`). Absent when the schema designates no identifier or\nthe user carries no value for it.\n"),
|
|
1065
1087
|
identifier_property: zod.string().optional().describe("The schema property `identifier` came from, so clients can reach the\nproperty's schema for semantics (a mailto link, a field label)\ninstead of guessing from the value. Present exactly when\n`identifier` is.\n"),
|
|
1066
1088
|
display: zod.string().optional().describe("The `x-display` rendering — the designated properties' values joined\nin list order. Purely presentational, with no source attribution.\nAbsent when the schema designates no display properties or the user\ncarries no values for them.\n")
|
|
1067
|
-
}).optional().describe("A resolved reference to a user (ADR 058 §3). Fields are role-named, not\nproperty-named, so responses can mix users from different schemas.\n`identifier` and `display` are resolved independently from the user\nschema's `x-identifier` and `x-display` designations, live at read time.\nClients render `display`, falling back to `identifier`, then `user_id`.\n"),
|
|
1089
|
+
}).optional().describe("A resolved reference to a user (ADR 058 §3). Fields are role-named, not\nproperty-named, so responses can mix users from different schemas.\n`identifier` and `display` are resolved independently from the user\nschema's `x-identifier` and `x-display` designations, live at read time.\nClients render `display`, falling back to `identifier`, then `user_id`.\nMissing or deleted users degrade to `user_id` only.\n"),
|
|
1068
1090
|
factors: zod.array(zod.object({
|
|
1069
1091
|
method: zod.enum([
|
|
1070
1092
|
"identifier",
|
|
@@ -1143,7 +1165,7 @@ const ExchangeHandoffResponse = zod.object({
|
|
|
1143
1165
|
identifier: zod.string().optional().describe("The current value of the schema's designated identifier\n(`x-identifier`). Absent when the schema designates no identifier or\nthe user carries no value for it.\n"),
|
|
1144
1166
|
identifier_property: zod.string().optional().describe("The schema property `identifier` came from, so clients can reach the\nproperty's schema for semantics (a mailto link, a field label)\ninstead of guessing from the value. Present exactly when\n`identifier` is.\n"),
|
|
1145
1167
|
display: zod.string().optional().describe("The `x-display` rendering — the designated properties' values joined\nin list order. Purely presentational, with no source attribution.\nAbsent when the schema designates no display properties or the user\ncarries no values for them.\n")
|
|
1146
|
-
}).optional().describe("A resolved reference to a user (ADR 058 §3). Fields are role-named, not\nproperty-named, so responses can mix users from different schemas.\n`identifier` and `display` are resolved independently from the user\nschema's `x-identifier` and `x-display` designations, live at read time.\nClients render `display`, falling back to `identifier`, then `user_id`.\n"),
|
|
1168
|
+
}).optional().describe("A resolved reference to a user (ADR 058 §3). Fields are role-named, not\nproperty-named, so responses can mix users from different schemas.\n`identifier` and `display` are resolved independently from the user\nschema's `x-identifier` and `x-display` designations, live at read time.\nClients render `display`, falling back to `identifier`, then `user_id`.\nMissing or deleted users degrade to `user_id` only.\n"),
|
|
1147
1169
|
factors: zod.array(zod.object({
|
|
1148
1170
|
method: zod.enum([
|
|
1149
1171
|
"identifier",
|
|
@@ -1205,7 +1227,7 @@ const GetSessionResponse = zod.object({
|
|
|
1205
1227
|
identifier: zod.string().optional().describe("The current value of the schema's designated identifier\n(`x-identifier`). Absent when the schema designates no identifier or\nthe user carries no value for it.\n"),
|
|
1206
1228
|
identifier_property: zod.string().optional().describe("The schema property `identifier` came from, so clients can reach the\nproperty's schema for semantics (a mailto link, a field label)\ninstead of guessing from the value. Present exactly when\n`identifier` is.\n"),
|
|
1207
1229
|
display: zod.string().optional().describe("The `x-display` rendering — the designated properties' values joined\nin list order. Purely presentational, with no source attribution.\nAbsent when the schema designates no display properties or the user\ncarries no values for them.\n")
|
|
1208
|
-
}).optional().describe("A resolved reference to a user (ADR 058 §3). Fields are role-named, not\nproperty-named, so responses can mix users from different schemas.\n`identifier` and `display` are resolved independently from the user\nschema's `x-identifier` and `x-display` designations, live at read time.\nClients render `display`, falling back to `identifier`, then `user_id`.\n"),
|
|
1230
|
+
}).optional().describe("A resolved reference to a user (ADR 058 §3). Fields are role-named, not\nproperty-named, so responses can mix users from different schemas.\n`identifier` and `display` are resolved independently from the user\nschema's `x-identifier` and `x-display` designations, live at read time.\nClients render `display`, falling back to `identifier`, then `user_id`.\nMissing or deleted users degrade to `user_id` only.\n"),
|
|
1209
1231
|
factors: zod.array(zod.object({
|
|
1210
1232
|
method: zod.enum([
|
|
1211
1233
|
"identifier",
|
|
@@ -1278,7 +1300,7 @@ const GetMySessionResponse = zod.object({
|
|
|
1278
1300
|
identifier: zod.string().optional().describe("The current value of the schema's designated identifier\n(`x-identifier`). Absent when the schema designates no identifier or\nthe user carries no value for it.\n"),
|
|
1279
1301
|
identifier_property: zod.string().optional().describe("The schema property `identifier` came from, so clients can reach the\nproperty's schema for semantics (a mailto link, a field label)\ninstead of guessing from the value. Present exactly when\n`identifier` is.\n"),
|
|
1280
1302
|
display: zod.string().optional().describe("The `x-display` rendering — the designated properties' values joined\nin list order. Purely presentational, with no source attribution.\nAbsent when the schema designates no display properties or the user\ncarries no values for them.\n")
|
|
1281
|
-
}).optional().describe("A resolved reference to a user (ADR 058 §3). Fields are role-named, not\nproperty-named, so responses can mix users from different schemas.\n`identifier` and `display` are resolved independently from the user\nschema's `x-identifier` and `x-display` designations, live at read time.\nClients render `display`, falling back to `identifier`, then `user_id`.\n"),
|
|
1303
|
+
}).optional().describe("A resolved reference to a user (ADR 058 §3). Fields are role-named, not\nproperty-named, so responses can mix users from different schemas.\n`identifier` and `display` are resolved independently from the user\nschema's `x-identifier` and `x-display` designations, live at read time.\nClients render `display`, falling back to `identifier`, then `user_id`.\nMissing or deleted users degrade to `user_id` only.\n"),
|
|
1282
1304
|
factors: zod.array(zod.object({
|
|
1283
1305
|
method: zod.enum([
|
|
1284
1306
|
"identifier",
|
|
@@ -1448,12 +1470,17 @@ const GetSchemaByIdResponse = zod.object({
|
|
|
1448
1470
|
metadata: zod.object({ created_at: zod.iso.datetime({ offset: true }).describe("The time when the schema was created.") })
|
|
1449
1471
|
}).describe("A schema resource: the server-owned envelope around a customer-authored\nJSON Schema document.\n\n`schema` is the customer-authored document, served verbatim: its keys and\ncontents are defined entirely by its author. The rest of the object — `id`,\n`metadata` — is the server-owned envelope. Keeping the two apart means the\ndocument may declare any property (including `id` or `metadata`) without\ncolliding with the envelope, and the resource `id` stays distinguishable\nfrom the document's own `$id`.\n");
|
|
1450
1472
|
/**
|
|
1451
|
-
*
|
|
1473
|
+
* Publishes a new flow definition revision.
|
|
1452
1474
|
Flow definitions are templates that define the sequence of steps (capabilities)
|
|
1453
1475
|
for a particular user journey (e.g., registration, login, password reset).
|
|
1454
1476
|
|
|
1455
1477
|
Flow definitions are created based on the flow definition schema, which includes the flow's purpose, audience, and the steps involved.
|
|
1456
1478
|
|
|
1479
|
+
Every call allocates a new opaque id. Revisions of one flow share its
|
|
1480
|
+
`name`; posting a definition under an existing `name` publishes a new
|
|
1481
|
+
revision of that flow, it is not a conflict. List with `name` to see a
|
|
1482
|
+
flow's revisions, newest by creation time first.
|
|
1483
|
+
|
|
1457
1484
|
* @summary Create a new flow definition
|
|
1458
1485
|
*/
|
|
1459
1486
|
const createFlowDefinitionBodyProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
@@ -1467,7 +1494,7 @@ const CreateFlowDefinitionBody = zod.object({
|
|
|
1467
1494
|
project_id: zod.string().regex(createFlowDefinitionBodyProjectIdRegExp),
|
|
1468
1495
|
schema_uri: zod.url().optional().describe("URI of the server-published flow definition schema this definition was\nauthored against. The server uses this to validate the definition.\nIf not provided, the engine will use the latest schema version for validation.\n"),
|
|
1469
1496
|
flow_definition: zod.object({
|
|
1470
|
-
name: zod.string().regex(createFlowDefinitionBodyFlowDefinitionNameRegExp).describe("Stable identifier for this flow, used as the target of cross-flow\n`switch` and `pivot` transitions. Renaming is not supported — the
|
|
1497
|
+
name: zod.string().regex(createFlowDefinitionBodyFlowDefinitionNameRegExp).describe("Stable identifier for this flow, used as the target of cross-flow\n`switch` and `pivot` transitions. Every revision of a flow shares its\n`name`; publishing a definition under an existing `name` adds a\nrevision to that flow. Renaming is not supported — the `name` is part\nof the public contract another definition may reference. Acts as the\nhuman display label as well; no separate slug.\n"),
|
|
1471
1498
|
status: zod.enum(["active", "draft"]).describe("The lifecycle state of this flow definition. \n\nactive: The flow definition is ready to be used. The flow engine can select it for new flows.\ndraft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.\n\nAllowed transitions:\n- draft -> active: To activate the flow definition.\n- active -> draft: To remove the flow definition from active use immediately.\n"),
|
|
1472
1499
|
user_schema: zod.string().describe("Server-assigned identifier of the user schema this flow operates on,\nas returned by `POST /schemas`. Opaque to the client — the shape is a\nserver implementation detail. Step `fields` reference properties\ndefined in the resolved schema; the engine resolves field types, validation, and\nimplicit outcomes from schema annotations at runtime.\n"),
|
|
1473
1500
|
purposes: zod.record(zod.string(), zod.string()).describe("Maps each purpose this definition handles to its entry-point step.\nKeys are purpose names; values must match a `name` in `steps`. A\ndefinition can serve multiple purposes (e.g. a combined login/register\nflow) by listing one entry per purpose.\n"),
|
|
@@ -1518,14 +1545,16 @@ const CreateFlowDefinitionBody = zod.object({
|
|
|
1518
1545
|
}).describe("A flow definition is the server-side configuration that describes a complete\nauthentication or identity flow. It is NOT sent to the frontend — the flow\nengine evaluates it and produces FlowResponse payloads (steps with capability\ndictionaries) for the client.\n\nFlow definitions are created by administrators and stored in the project/team\nconfiguration hierarchy. The engine selects the matching definition based on\nthe purpose + audience when a flow is created via POST /flow.\n")
|
|
1519
1546
|
}).describe("Creates a flow definition.\nThe flow definition is created in an `active` state by default.\nThe status can also be set via the `status` attribute in the flow definition payload.\n");
|
|
1520
1547
|
/**
|
|
1521
|
-
* Retrieves a list of all flow definitions.
|
|
1548
|
+
* Retrieves a list of all flow definitions, newest by creation time first.
|
|
1522
1549
|
This endpoint can be used to view existing flow definitions and their configurations.
|
|
1550
|
+
Filter by `name` to list the revisions of one flow.
|
|
1523
1551
|
|
|
1524
1552
|
* @summary List flow definitions
|
|
1525
1553
|
*/
|
|
1526
1554
|
const listFlowDefinitionsQueryLimitDefault = 20;
|
|
1527
1555
|
const listFlowDefinitionsQueryLimitMax = 100;
|
|
1528
1556
|
const listFlowDefinitionsQueryProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
1557
|
+
const listFlowDefinitionsQueryNameRegExp = /* @__PURE__ */ new RegExp("^[a-z][a-z0-9-]*$");
|
|
1529
1558
|
const ListFlowDefinitionsQueryParams = zod.strictObject({
|
|
1530
1559
|
limit: zod.number().min(1).max(100).default(20).describe("Maximum number of items to return."),
|
|
1531
1560
|
page_token: zod.string().optional().describe("Token for fetching the next page of results.\nObtain this value from `next_page_token` in the previous response.\nOmit to start from the beginning.\nIts format is opaque and may change between releases.\n"),
|
|
@@ -1538,6 +1567,7 @@ const ListFlowDefinitionsQueryParams = zod.strictObject({
|
|
|
1538
1567
|
"reauth",
|
|
1539
1568
|
"link_account"
|
|
1540
1569
|
]).optional().describe("Filter flow definitions by purpose (e.g., registration, login)."),
|
|
1570
|
+
name: zod.string().regex(listFlowDefinitionsQueryNameRegExp).optional().describe("The flow name to filter by. Every revision of a flow shares its\n`name`, so the result is that flow's revisions, newest by creation\ntime first.\n"),
|
|
1541
1571
|
expand: zod.array(zod.enum(["user_schema"]).describe("A related entity to embed on each returned flow definition.\n\n- `user_schema`: the user schema the flow operates on, embedded as\n `user_schema` on each entry: the same object `GET /schemas/{id}` returns.\n The property is omitted entirely when not requested and `null` when the\n referenced schema no longer resolves or the caller may not read it, so\n \"did not ask\" stays distinguishable from \"cannot resolve\". Requesting it\n requires read access to schemas.\n")).optional().describe("Related entities to embed on each returned flow definition.")
|
|
1542
1572
|
});
|
|
1543
1573
|
const listFlowDefinitionsResponseFlowDefinitionsItemFlowDefinitionNameRegExp = /* @__PURE__ */ new RegExp("^[a-z][a-z0-9-]*$");
|
|
@@ -1553,7 +1583,7 @@ const ListFlowDefinitionsResponse = zod.object({
|
|
|
1553
1583
|
id: zod.string().describe("Unique identifier for the flow definition."),
|
|
1554
1584
|
project_id: zod.string().describe("Identifier of the project this flow definition belongs to."),
|
|
1555
1585
|
flow_definition: zod.object({
|
|
1556
|
-
name: zod.string().regex(listFlowDefinitionsResponseFlowDefinitionsItemFlowDefinitionNameRegExp).describe("Stable identifier for this flow, used as the target of cross-flow\n`switch` and `pivot` transitions. Renaming is not supported — the
|
|
1586
|
+
name: zod.string().regex(listFlowDefinitionsResponseFlowDefinitionsItemFlowDefinitionNameRegExp).describe("Stable identifier for this flow, used as the target of cross-flow\n`switch` and `pivot` transitions. Every revision of a flow shares its\n`name`; publishing a definition under an existing `name` adds a\nrevision to that flow. Renaming is not supported — the `name` is part\nof the public contract another definition may reference. Acts as the\nhuman display label as well; no separate slug.\n"),
|
|
1557
1587
|
status: zod.enum(["active", "draft"]).describe("The lifecycle state of this flow definition. \n\nactive: The flow definition is ready to be used. The flow engine can select it for new flows.\ndraft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.\n\nAllowed transitions:\n- draft -> active: To activate the flow definition.\n- active -> draft: To remove the flow definition from active use immediately.\n"),
|
|
1558
1588
|
user_schema: zod.string().describe("Server-assigned identifier of the user schema this flow operates on,\nas returned by `POST /schemas`. Opaque to the client — the shape is a\nserver implementation detail. Step `fields` reference properties\ndefined in the resolved schema; the engine resolves field types, validation, and\nimplicit outcomes from schema annotations at runtime.\n"),
|
|
1559
1589
|
purposes: zod.record(zod.string(), zod.string()).describe("Maps each purpose this definition handles to its entry-point step.\nKeys are purpose names; values must match a `name` in `steps`. A\ndefinition can serve multiple purposes (e.g. a combined login/register\nflow) by listing one entry per purpose.\n"),
|
|
@@ -1634,7 +1664,7 @@ const ListFlowDefinitionsResponse = zod.object({
|
|
|
1634
1664
|
updated_at: zod.iso.datetime({ offset: true })
|
|
1635
1665
|
})),
|
|
1636
1666
|
next_page_token: zod.union([zod.string(), zod.null()]).optional().describe("The token to retrieve the next page of results. Absent if there are no more results.")
|
|
1637
|
-
});
|
|
1667
|
+
}).describe("List of flow definitions, newest by creation time first.");
|
|
1638
1668
|
/**
|
|
1639
1669
|
* Get a flow definition by id
|
|
1640
1670
|
* @summary Get a flow definition by id
|
|
@@ -1652,7 +1682,7 @@ const GetFlowDefinitionResponse = zod.object({
|
|
|
1652
1682
|
id: zod.string().describe("Unique identifier for the flow definition."),
|
|
1653
1683
|
project_id: zod.string().describe("Identifier of the project this flow definition belongs to."),
|
|
1654
1684
|
flow_definition: zod.object({
|
|
1655
|
-
name: zod.string().regex(getFlowDefinitionResponseFlowDefinitionNameRegExp).describe("Stable identifier for this flow, used as the target of cross-flow\n`switch` and `pivot` transitions. Renaming is not supported — the
|
|
1685
|
+
name: zod.string().regex(getFlowDefinitionResponseFlowDefinitionNameRegExp).describe("Stable identifier for this flow, used as the target of cross-flow\n`switch` and `pivot` transitions. Every revision of a flow shares its\n`name`; publishing a definition under an existing `name` adds a\nrevision to that flow. Renaming is not supported — the `name` is part\nof the public contract another definition may reference. Acts as the\nhuman display label as well; no separate slug.\n"),
|
|
1656
1686
|
status: zod.enum(["active", "draft"]).describe("The lifecycle state of this flow definition. \n\nactive: The flow definition is ready to be used. The flow engine can select it for new flows.\ndraft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.\n\nAllowed transitions:\n- draft -> active: To activate the flow definition.\n- active -> draft: To remove the flow definition from active use immediately.\n"),
|
|
1657
1687
|
user_schema: zod.string().describe("Server-assigned identifier of the user schema this flow operates on,\nas returned by `POST /schemas`. Opaque to the client — the shape is a\nserver implementation detail. Step `fields` reference properties\ndefined in the resolved schema; the engine resolves field types, validation, and\nimplicit outcomes from schema annotations at runtime.\n"),
|
|
1658
1688
|
purposes: zod.record(zod.string(), zod.string()).describe("Maps each purpose this definition handles to its entry-point step.\nKeys are purpose names; values must match a `name` in `steps`. A\ndefinition can serve multiple purposes (e.g. a combined login/register\nflow) by listing one entry per purpose.\n"),
|
|
@@ -1748,7 +1778,7 @@ const updateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersDefault = [];
|
|
|
1748
1778
|
const UpdateFlowDefinitionBody = zod.object({
|
|
1749
1779
|
schema_uri: zod.url().optional().describe("URI of the server-published flow definition schema this definition was\nauthored against. The server uses this to validate the definition.\nIf not provided, the engine will use the latest schema version for validation.\n"),
|
|
1750
1780
|
flow_definition: zod.object({
|
|
1751
|
-
name: zod.string().regex(updateFlowDefinitionBodyFlowDefinitionNameRegExp).describe("Stable identifier for this flow, used as the target of cross-flow\n`switch` and `pivot` transitions. Renaming is not supported — the
|
|
1781
|
+
name: zod.string().regex(updateFlowDefinitionBodyFlowDefinitionNameRegExp).describe("Stable identifier for this flow, used as the target of cross-flow\n`switch` and `pivot` transitions. Every revision of a flow shares its\n`name`; publishing a definition under an existing `name` adds a\nrevision to that flow. Renaming is not supported — the `name` is part\nof the public contract another definition may reference. Acts as the\nhuman display label as well; no separate slug.\n"),
|
|
1752
1782
|
status: zod.enum(["active", "draft"]).describe("The lifecycle state of this flow definition. \n\nactive: The flow definition is ready to be used. The flow engine can select it for new flows.\ndraft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.\n\nAllowed transitions:\n- draft -> active: To activate the flow definition.\n- active -> draft: To remove the flow definition from active use immediately.\n"),
|
|
1753
1783
|
user_schema: zod.string().describe("Server-assigned identifier of the user schema this flow operates on,\nas returned by `POST /schemas`. Opaque to the client — the shape is a\nserver implementation detail. Step `fields` reference properties\ndefined in the resolved schema; the engine resolves field types, validation, and\nimplicit outcomes from schema annotations at runtime.\n"),
|
|
1754
1784
|
purposes: zod.record(zod.string(), zod.string()).describe("Maps each purpose this definition handles to its entry-point step.\nKeys are purpose names; values must match a `name` in `steps`. A\ndefinition can serve multiple purposes (e.g. a combined login/register\nflow) by listing one entry per purpose.\n"),
|
|
@@ -1810,7 +1840,7 @@ const UpdateFlowDefinitionResponse = zod.object({
|
|
|
1810
1840
|
id: zod.string().describe("Unique identifier for the flow definition."),
|
|
1811
1841
|
project_id: zod.string().describe("Identifier of the project this flow definition belongs to."),
|
|
1812
1842
|
flow_definition: zod.object({
|
|
1813
|
-
name: zod.string().regex(updateFlowDefinitionResponseFlowDefinitionNameRegExp).describe("Stable identifier for this flow, used as the target of cross-flow\n`switch` and `pivot` transitions. Renaming is not supported — the
|
|
1843
|
+
name: zod.string().regex(updateFlowDefinitionResponseFlowDefinitionNameRegExp).describe("Stable identifier for this flow, used as the target of cross-flow\n`switch` and `pivot` transitions. Every revision of a flow shares its\n`name`; publishing a definition under an existing `name` adds a\nrevision to that flow. Renaming is not supported — the `name` is part\nof the public contract another definition may reference. Acts as the\nhuman display label as well; no separate slug.\n"),
|
|
1814
1844
|
status: zod.enum(["active", "draft"]).describe("The lifecycle state of this flow definition. \n\nactive: The flow definition is ready to be used. The flow engine can select it for new flows.\ndraft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.\n\nAllowed transitions:\n- draft -> active: To activate the flow definition.\n- active -> draft: To remove the flow definition from active use immediately.\n"),
|
|
1815
1845
|
user_schema: zod.string().describe("Server-assigned identifier of the user schema this flow operates on,\nas returned by `POST /schemas`. Opaque to the client — the shape is a\nserver implementation detail. Step `fields` reference properties\ndefined in the resolved schema; the engine resolves field types, validation, and\nimplicit outcomes from schema annotations at runtime.\n"),
|
|
1816
1846
|
purposes: zod.record(zod.string(), zod.string()).describe("Maps each purpose this definition handles to its entry-point step.\nKeys are purpose names; values must match a `name` in `steps`. A\ndefinition can serve multiple purposes (e.g. a combined login/register\nflow) by listing one entry per purpose.\n"),
|
|
@@ -2294,6 +2324,135 @@ const CreateGrantBody = zod.object({
|
|
|
2294
2324
|
expires_at: zod.iso.datetime({ offset: true }).optional().describe("Optional expiry. Must be in the future when set. Expiry stops\nauthorization but does not free the unique binding; DELETE the grant\nbefore posting the same principal and relation again.\n")
|
|
2295
2325
|
});
|
|
2296
2326
|
/**
|
|
2327
|
+
* Returns the collaboration grants of a project, paginated with a cursor.
|
|
2328
|
+
Only unrevoked grants this API manages are listed (user or team bound to
|
|
2329
|
+
viewer, editor, or admin), including expired grants so a client can
|
|
2330
|
+
DELETE before re-granting. Project-secret setup (`sk_proj`) and
|
|
2331
|
+
owning-team (`relation=team`) rows are not returned. Grants are not in
|
|
2332
|
+
`resource_scope_index`; project scope is required on the query (same as
|
|
2333
|
+
get). Requires `project.read`. `expand: ["principal"]` additionally
|
|
2334
|
+
requires `user.read` and `team.read` (documented on the expand enum;
|
|
2335
|
+
those scopes cannot be ANDed onto this security block because they are
|
|
2336
|
+
body-conditional).
|
|
2337
|
+
|
|
2338
|
+
* @summary Query grants
|
|
2339
|
+
*/
|
|
2340
|
+
const queryGrantsQueryProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
2341
|
+
const QueryGrantsQueryParams = zod.strictObject({ project_id: zod.string().regex(queryGrantsQueryProjectIdRegExp).describe("The unique identifier of the project") });
|
|
2342
|
+
const queryGrantsBodyLimitDefault = 20;
|
|
2343
|
+
const queryGrantsBodyLimitMax = 100;
|
|
2344
|
+
const QueryGrantsBody = zod.object({
|
|
2345
|
+
limit: zod.number().min(1).max(100).default(20),
|
|
2346
|
+
page_token: zod.union([zod.string(), zod.null()]).optional().describe("Token to retrieve the next page of results. Must be sent with the same\n`sorting` as the request that issued the token. Omitting `sorting` reuses\nthe default sort and only succeeds when that default matches the token.\n"),
|
|
2347
|
+
expand: zod.array(zod.enum(["principal"]).describe("A related object to embed on each returned grant (ADR 059).\n\n- `principal`: the principal named by `principal_id`, as `principal` on\n each grant. The property is omitted entirely when not requested. When\n requested, it is the same body `GET /users/{id}` serves for\n `principal_type=user`, or `GET /teams/{id}` for `principal_type=team`,\n and `null` when that principal cannot be loaded. Discriminate with the\n grant's existing `principal_type`.\n\n Requires `user.read` and `team.read` in addition to `project.read`.\n Both are checked on the whole request before the list, because a mixed\n page is the common case. A caller who may not read either resource\n receives 403 rather than a silently missing `principal`.\n")).optional().describe("Related objects to embed on each grant (ADR 059). Omit it and no\nembedded object is returned. An unrecognised value is rejected.\n"),
|
|
2348
|
+
sorting: zod.object({
|
|
2349
|
+
field: zod.enum([
|
|
2350
|
+
"created_at",
|
|
2351
|
+
"expires_at",
|
|
2352
|
+
"id"
|
|
2353
|
+
]).describe("Field to sort grants by. Default is `created_at` ascending with `id` as\nthe tiebreaker.\n"),
|
|
2354
|
+
direction: zod.enum(["asc", "desc"])
|
|
2355
|
+
}).optional(),
|
|
2356
|
+
filter: zod.array(zod.object({
|
|
2357
|
+
field: zod.enum([
|
|
2358
|
+
"created_at",
|
|
2359
|
+
"principal_type",
|
|
2360
|
+
"principal_id",
|
|
2361
|
+
"relation",
|
|
2362
|
+
"expires_at"
|
|
2363
|
+
]).describe("Field to filter grants by:\n- `created_at`: RFC3339 timestamp\n- `principal_type`: `user` or `team`\n- `principal_id`: principal id (`user_<opaque>` or `team_<opaque>`)\n- `relation`: `viewer`, `editor`, or `admin`\n- `expires_at`: RFC3339 timestamp (null when the grant does not expire)\n"),
|
|
2364
|
+
value: zod.union([
|
|
2365
|
+
zod.string(),
|
|
2366
|
+
zod.number(),
|
|
2367
|
+
zod.boolean(),
|
|
2368
|
+
zod.null()
|
|
2369
|
+
]).optional().describe("Filter-value specifies which values can be filtered by a query endpoint. This\nis a union of types. When a value is specified which is not assignable to the\nfield which is being filtered, a 400 error will be returned.\n"),
|
|
2370
|
+
operation: zod.enum([
|
|
2371
|
+
"equals",
|
|
2372
|
+
"not_equals",
|
|
2373
|
+
"contains",
|
|
2374
|
+
"not_contains",
|
|
2375
|
+
"less_than",
|
|
2376
|
+
"less_than_or_equal",
|
|
2377
|
+
"greater_than",
|
|
2378
|
+
"greater_than_or_equal"
|
|
2379
|
+
]).describe("Filter operation defines the operations which can be used when filtering on a\nquery endpoint.\n\nOn text fields, `contains` is a case-insensitive substring match. `equals`\ncompares the whole value and is case-sensitive unless the field documents\notherwise.\n")
|
|
2380
|
+
})).optional().describe("Filter criteria for querying grants. Combined with AND.")
|
|
2381
|
+
}).describe("Request to query the grants of a project.");
|
|
2382
|
+
const queryGrantsResponseGrantsItemUserUserIdRegExp = /* @__PURE__ */ new RegExp("^user_[a-zA-Z0-9_-]+$");
|
|
2383
|
+
const queryGrantsResponseGrantsItemPrincipalOneOneOneIdRegExp = /* @__PURE__ */ new RegExp("^user_[a-zA-Z0-9_-]+$");
|
|
2384
|
+
const QueryGrantsResponse = zod.object({
|
|
2385
|
+
grants: zod.array(zod.object({
|
|
2386
|
+
id: zod.string().describe("Managed assignment id (`asgn_<opaque>`)."),
|
|
2387
|
+
project_id: zod.string().describe("Project this grant is scoped to."),
|
|
2388
|
+
principal_type: zod.enum(["user", "team"]).describe("Kind of principal bound by this grant."),
|
|
2389
|
+
principal_id: zod.string().describe("Principal id (`user_<opaque>` or `team_<opaque>`)."),
|
|
2390
|
+
object_type: zod.enum(["project"]).describe("Catalog object type. Always `project` for this API."),
|
|
2391
|
+
relation: zod.enum([
|
|
2392
|
+
"viewer",
|
|
2393
|
+
"editor",
|
|
2394
|
+
"admin"
|
|
2395
|
+
]).describe("Catalog relation on the project."),
|
|
2396
|
+
created_at: zod.iso.datetime({ offset: true }).describe("When the grant was created."),
|
|
2397
|
+
expires_at: zod.union([zod.iso.datetime({ offset: true }), zod.null()]).optional().describe("When the grant expires. Null when it does not expire. GET still\nreturns expired unrevoked grants; authorization ignores them.\n"),
|
|
2398
|
+
user: zod.object({
|
|
2399
|
+
user_id: zod.string().regex(queryGrantsResponseGrantsItemUserUserIdRegExp),
|
|
2400
|
+
identifier: zod.string().optional().describe("The current value of the schema's designated identifier\n(`x-identifier`). Absent when the schema designates no identifier or\nthe user carries no value for it.\n"),
|
|
2401
|
+
identifier_property: zod.string().optional().describe("The schema property `identifier` came from, so clients can reach the\nproperty's schema for semantics (a mailto link, a field label)\ninstead of guessing from the value. Present exactly when\n`identifier` is.\n"),
|
|
2402
|
+
display: zod.string().optional().describe("The `x-display` rendering — the designated properties' values joined\nin list order. Purely presentational, with no source attribution.\nAbsent when the schema designates no display properties or the user\ncarries no values for them.\n")
|
|
2403
|
+
}).optional().describe("A resolved reference to a user (ADR 058 §3). Fields are role-named, not\nproperty-named, so responses can mix users from different schemas.\n`identifier` and `display` are resolved independently from the user\nschema's `x-identifier` and `x-display` designations, live at read time.\nClients render `display`, falling back to `identifier`, then `user_id`.\nMissing or deleted users degrade to `user_id` only.\n"),
|
|
2404
|
+
team: zod.object({
|
|
2405
|
+
team_id: zod.string().describe("The referenced team's id (`team_<opaque>`). Always present."),
|
|
2406
|
+
name: zod.string().optional().describe("The team's name. Absent when the team can no longer be loaded.")
|
|
2407
|
+
}).optional().describe("A resolved reference to a team. Carries the team's id and name so a grant\nlist is readable without embedding the full Team body. Id and display ride\n`project.read` (ADR 059 rule 8): a reference field carrying only the\ntarget's id and display strings needs no gate of its own. Missing or\ndeleted teams degrade to `team_id` only.\n"),
|
|
2408
|
+
principal: zod.union([zod.union([zod.object({
|
|
2409
|
+
id: zod.string().regex(queryGrantsResponseGrantsItemPrincipalOneOneOneIdRegExp),
|
|
2410
|
+
schema: zod.string().describe("The schema that defines the content of `attributes`. These schemas can be\ncreated using the `/schemas` endpoint. A default schema is provided.\nThis schema can be retrieved using the same endpoint.\n"),
|
|
2411
|
+
attributes: zod.record(zod.string(), zod.unknown()).describe("The user's content, satisfying the schema named by `schema`. Property\nnames and types are determined entirely by that schema.\n"),
|
|
2412
|
+
metadata: zod.object({
|
|
2413
|
+
created_at: zod.iso.datetime({ offset: true }).describe("The time when the user was created."),
|
|
2414
|
+
updated_at: zod.iso.datetime({ offset: true }).describe("The time when the user was last updated."),
|
|
2415
|
+
status: zod.enum([
|
|
2416
|
+
"active",
|
|
2417
|
+
"suspended",
|
|
2418
|
+
"deactivated",
|
|
2419
|
+
"pending_purge"
|
|
2420
|
+
]).describe("The status of the user."),
|
|
2421
|
+
lifecycle_owner_team_id: zod.union([zod.string(), zod.null()]).optional().describe("The team that owns this user's identity lifecycle, or `null` when the\nuser is self-owned. This is a single team and a different concept from\nthe user's team memberships: it decides who may deprovision the user, not\nwhich teams the user collaborates in. Memberships are their own paginated\nresource — `GET /users/{user_id}/teams`.\n"),
|
|
2422
|
+
lifecycle_owner_team: zod.union([zod.object({
|
|
2423
|
+
id: zod.string().describe("The unique identifier of the team."),
|
|
2424
|
+
name: zod.string().describe("The name of the team."),
|
|
2425
|
+
status: zod.enum(["active", "deactivated"]).describe("The lifecycle state of a team.\n\nactive: The team is available for use.\ndeactivated: The team is no longer active but is retained for historical and audit purposes.\n"),
|
|
2426
|
+
created_at: zod.iso.datetime({ offset: true }).describe("The time when the team was created."),
|
|
2427
|
+
updated_at: zod.iso.datetime({ offset: true }).describe("The time when the team was last updated.")
|
|
2428
|
+
}).describe("Details of a team."), zod.null()]).optional().describe("The team named by `lifecycle_owner_team_id`, present only when the\nrequest asked for it with `expand: [\"lifecycle_owner_team\"]` (ADR 059).\nAbsent means it was not requested; `null` means the user is self-owned\nand there is no owner to resolve.\n\nRequesting it does not guarantee it is present on every user. Today\n`team.read` is checked once for the whole request, so it is; once that\ncheck is per team, a page may contain a user whose owner the caller may\nnot read, and such a row answers with neither the team nor `null` —\n`null` already means self-owned. What it answers with instead is decided\nwith the granular scopes (#420); do not read the two cases above as the\ncomplete set.\n\nThis is the same representation `GET /teams/{team_id}` serves. It is a\nsingle team, not a collection, so it carries no cap and no truncation\nflag.\n")
|
|
2429
|
+
}),
|
|
2430
|
+
identifier: zod.string().optional().describe("The current value of the user schema's designated identifier\n(`x-identifier`), resolved live at read time. Absent when the schema\ndesignates no identifier or the user carries no value for it.\n"),
|
|
2431
|
+
identifier_property: zod.string().optional().describe("The schema property `identifier` came from, so clients can reach the\nproperty's schema for semantics (a mailto link, a field label)\ninstead of guessing from the value. Present exactly when\n`identifier` is.\n"),
|
|
2432
|
+
display: zod.string().optional().describe("The `x-display` rendering — the designated properties' values joined\nin list order, resolved live at read time. Purely presentational.\nAbsent when the schema designates no display properties or the user\ncarries no values for them. Clients render `display`, falling back\nto `identifier`, then `id`.\n"),
|
|
2433
|
+
teams: zod.array(zod.object({
|
|
2434
|
+
id: zod.string().describe("The unique identifier of the team."),
|
|
2435
|
+
name: zod.string().describe("The name of the team."),
|
|
2436
|
+
membership_status: zod.enum([
|
|
2437
|
+
"pending",
|
|
2438
|
+
"active",
|
|
2439
|
+
"inactive"
|
|
2440
|
+
]).describe("The user's participation state on this team. Memberships the user was\nremoved from are not returned.\n"),
|
|
2441
|
+
created_at: zod.iso.datetime({ offset: true }).describe("The time when the user joined this team."),
|
|
2442
|
+
updated_at: zod.iso.datetime({ offset: true }).describe("The time when this membership was last changed.")
|
|
2443
|
+
}).describe("One entry of a user's team roster: a team the user belongs to, with the\nmembership's participation state. The team's `name` travels with the entry, so\na page renders without a follow-up `POST /teams/query` per row.\n\nRoster membership is not lifecycle ownership. A user can belong to many teams\nwhile still owning their own lifecycle — that single owning team is reported\nas `metadata.lifecycle_owner_team_id` on the user itself.\n")).optional().describe("The user's team memberships, present only when the request asked for them with\n`expand: [\"teams\"]` (ADR 059). Absent means it was not requested; `[]`\nmeans the user has none.\n\nDeliberately outside `metadata`: memberships are a related collection, not\npart of the server-owned envelope, and it is a different concept from\n`metadata.lifecycle_owner_team_id` (ADR 024).\n"),
|
|
2444
|
+
teams_truncated: zod.boolean().optional().describe("True when the user is on more teams than the embedded list carries. The\nembedded list is capped and cannot be paged; read them all at\n`GET /users/{user_id}/teams`. Present only alongside `teams`.\n")
|
|
2445
|
+
}).describe("A user represents an individual identity in the system. It can be used to\nrepresent a human user, but also a service account or any other type of\nidentity.\n\n`attributes` is the document that satisfies the user schema named by\n`schema`: its property names and types are defined entirely by that schema,\nand it is what the schema validates. The rest of the object — `id`,\n`schema`, `metadata` — is the server-owned envelope. Keeping the two apart\nmeans a schema may name a property `id` or `metadata` without colliding with\nthe envelope, and closed-world keywords (`additionalProperties: false`,\n`propertyNames`, `unevaluatedProperties`) behave as their author expects.\n"), zod.object({
|
|
2446
|
+
id: zod.string().describe("The unique identifier of the team."),
|
|
2447
|
+
name: zod.string().describe("The name of the team."),
|
|
2448
|
+
status: zod.enum(["active", "deactivated"]).describe("The lifecycle state of a team.\n\nactive: The team is available for use.\ndeactivated: The team is no longer active but is retained for historical and audit purposes.\n"),
|
|
2449
|
+
created_at: zod.iso.datetime({ offset: true }).describe("The time when the team was created."),
|
|
2450
|
+
updated_at: zod.iso.datetime({ offset: true }).describe("The time when the team was last updated.")
|
|
2451
|
+
}).describe("Details of a team.")]).describe("The principal bound by a grant: the User body when `principal_type` is\n`user`, or the Team body when `principal_type` is `team`. Same\nrepresentation as `GET /users/{id}` and `GET /teams/{id}` respectively.\nClients discriminate with the grant's existing `principal_type`.\n"), zod.null()]).optional().describe("The principal named by `principal_id`, present only when the request\nasked for it with `expand: [\"principal\"]` (ADR 059). Absent means it\nwas not requested; `null` means the principal cannot be loaded\n(deleted or missing). GET and create never set this field.\n\nWhen present, the body is the same representation `GET /users/{id}`\nserves for `principal_type=user`, or `GET /teams/{id}` for\n`principal_type=team`. Discriminate with the grant's existing\n`principal_type`.\n\nRequires `user.read` and `team.read` in addition to `project.read`.\nBoth are checked on the whole request before the list.\n")
|
|
2452
|
+
}).describe("A collaboration grant binding a principal to a project relation.")),
|
|
2453
|
+
next_page_token: zod.union([zod.string(), zod.null()]).optional().describe("Token to pass as `page_token` in the next request to fetch the following page.\nAbsent when there are no more results. The follow-up request must repeat the\nsame `sorting` that produced this token (omit only when both pages use the default).\n")
|
|
2454
|
+
}).describe("Paginated list of grants.");
|
|
2455
|
+
/**
|
|
2297
2456
|
* Loads a grant by `(project_id, id)` that this API manages (user or team
|
|
2298
2457
|
bound to viewer, editor, or admin) and that has not been revoked.
|
|
2299
2458
|
"Active" here means not revoked: expired grants stay visible so the
|
|
@@ -2308,6 +2467,8 @@ owning-team (`relation=team`) rows, and cross-project ids return 404.
|
|
|
2308
2467
|
const GetGrantParams = zod.object({ id: zod.string().describe("Managed assignment id (`asgn_<opaque>`).") });
|
|
2309
2468
|
const getGrantQueryProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
2310
2469
|
const GetGrantQueryParams = zod.strictObject({ project_id: zod.string().regex(getGrantQueryProjectIdRegExp).describe("The unique identifier of the project") });
|
|
2470
|
+
const getGrantResponseUserUserIdRegExp = /* @__PURE__ */ new RegExp("^user_[a-zA-Z0-9_-]+$");
|
|
2471
|
+
const getGrantResponsePrincipalOneOneOneIdRegExp = /* @__PURE__ */ new RegExp("^user_[a-zA-Z0-9_-]+$");
|
|
2311
2472
|
const GetGrantResponse = zod.object({
|
|
2312
2473
|
id: zod.string().describe("Managed assignment id (`asgn_<opaque>`)."),
|
|
2313
2474
|
project_id: zod.string().describe("Project this grant is scoped to."),
|
|
@@ -2320,7 +2481,61 @@ const GetGrantResponse = zod.object({
|
|
|
2320
2481
|
"admin"
|
|
2321
2482
|
]).describe("Catalog relation on the project."),
|
|
2322
2483
|
created_at: zod.iso.datetime({ offset: true }).describe("When the grant was created."),
|
|
2323
|
-
expires_at: zod.union([zod.iso.datetime({ offset: true }), zod.null()]).optional().describe("When the grant expires. Null when it does not expire. GET still\nreturns expired unrevoked grants; authorization ignores them.\n")
|
|
2484
|
+
expires_at: zod.union([zod.iso.datetime({ offset: true }), zod.null()]).optional().describe("When the grant expires. Null when it does not expire. GET still\nreturns expired unrevoked grants; authorization ignores them.\n"),
|
|
2485
|
+
user: zod.object({
|
|
2486
|
+
user_id: zod.string().regex(getGrantResponseUserUserIdRegExp),
|
|
2487
|
+
identifier: zod.string().optional().describe("The current value of the schema's designated identifier\n(`x-identifier`). Absent when the schema designates no identifier or\nthe user carries no value for it.\n"),
|
|
2488
|
+
identifier_property: zod.string().optional().describe("The schema property `identifier` came from, so clients can reach the\nproperty's schema for semantics (a mailto link, a field label)\ninstead of guessing from the value. Present exactly when\n`identifier` is.\n"),
|
|
2489
|
+
display: zod.string().optional().describe("The `x-display` rendering — the designated properties' values joined\nin list order. Purely presentational, with no source attribution.\nAbsent when the schema designates no display properties or the user\ncarries no values for them.\n")
|
|
2490
|
+
}).optional().describe("A resolved reference to a user (ADR 058 §3). Fields are role-named, not\nproperty-named, so responses can mix users from different schemas.\n`identifier` and `display` are resolved independently from the user\nschema's `x-identifier` and `x-display` designations, live at read time.\nClients render `display`, falling back to `identifier`, then `user_id`.\nMissing or deleted users degrade to `user_id` only.\n"),
|
|
2491
|
+
team: zod.object({
|
|
2492
|
+
team_id: zod.string().describe("The referenced team's id (`team_<opaque>`). Always present."),
|
|
2493
|
+
name: zod.string().optional().describe("The team's name. Absent when the team can no longer be loaded.")
|
|
2494
|
+
}).optional().describe("A resolved reference to a team. Carries the team's id and name so a grant\nlist is readable without embedding the full Team body. Id and display ride\n`project.read` (ADR 059 rule 8): a reference field carrying only the\ntarget's id and display strings needs no gate of its own. Missing or\ndeleted teams degrade to `team_id` only.\n"),
|
|
2495
|
+
principal: zod.union([zod.union([zod.object({
|
|
2496
|
+
id: zod.string().regex(getGrantResponsePrincipalOneOneOneIdRegExp),
|
|
2497
|
+
schema: zod.string().describe("The schema that defines the content of `attributes`. These schemas can be\ncreated using the `/schemas` endpoint. A default schema is provided.\nThis schema can be retrieved using the same endpoint.\n"),
|
|
2498
|
+
attributes: zod.record(zod.string(), zod.unknown()).describe("The user's content, satisfying the schema named by `schema`. Property\nnames and types are determined entirely by that schema.\n"),
|
|
2499
|
+
metadata: zod.object({
|
|
2500
|
+
created_at: zod.iso.datetime({ offset: true }).describe("The time when the user was created."),
|
|
2501
|
+
updated_at: zod.iso.datetime({ offset: true }).describe("The time when the user was last updated."),
|
|
2502
|
+
status: zod.enum([
|
|
2503
|
+
"active",
|
|
2504
|
+
"suspended",
|
|
2505
|
+
"deactivated",
|
|
2506
|
+
"pending_purge"
|
|
2507
|
+
]).describe("The status of the user."),
|
|
2508
|
+
lifecycle_owner_team_id: zod.union([zod.string(), zod.null()]).optional().describe("The team that owns this user's identity lifecycle, or `null` when the\nuser is self-owned. This is a single team and a different concept from\nthe user's team memberships: it decides who may deprovision the user, not\nwhich teams the user collaborates in. Memberships are their own paginated\nresource — `GET /users/{user_id}/teams`.\n"),
|
|
2509
|
+
lifecycle_owner_team: zod.union([zod.object({
|
|
2510
|
+
id: zod.string().describe("The unique identifier of the team."),
|
|
2511
|
+
name: zod.string().describe("The name of the team."),
|
|
2512
|
+
status: zod.enum(["active", "deactivated"]).describe("The lifecycle state of a team.\n\nactive: The team is available for use.\ndeactivated: The team is no longer active but is retained for historical and audit purposes.\n"),
|
|
2513
|
+
created_at: zod.iso.datetime({ offset: true }).describe("The time when the team was created."),
|
|
2514
|
+
updated_at: zod.iso.datetime({ offset: true }).describe("The time when the team was last updated.")
|
|
2515
|
+
}).describe("Details of a team."), zod.null()]).optional().describe("The team named by `lifecycle_owner_team_id`, present only when the\nrequest asked for it with `expand: [\"lifecycle_owner_team\"]` (ADR 059).\nAbsent means it was not requested; `null` means the user is self-owned\nand there is no owner to resolve.\n\nRequesting it does not guarantee it is present on every user. Today\n`team.read` is checked once for the whole request, so it is; once that\ncheck is per team, a page may contain a user whose owner the caller may\nnot read, and such a row answers with neither the team nor `null` —\n`null` already means self-owned. What it answers with instead is decided\nwith the granular scopes (#420); do not read the two cases above as the\ncomplete set.\n\nThis is the same representation `GET /teams/{team_id}` serves. It is a\nsingle team, not a collection, so it carries no cap and no truncation\nflag.\n")
|
|
2516
|
+
}),
|
|
2517
|
+
identifier: zod.string().optional().describe("The current value of the user schema's designated identifier\n(`x-identifier`), resolved live at read time. Absent when the schema\ndesignates no identifier or the user carries no value for it.\n"),
|
|
2518
|
+
identifier_property: zod.string().optional().describe("The schema property `identifier` came from, so clients can reach the\nproperty's schema for semantics (a mailto link, a field label)\ninstead of guessing from the value. Present exactly when\n`identifier` is.\n"),
|
|
2519
|
+
display: zod.string().optional().describe("The `x-display` rendering — the designated properties' values joined\nin list order, resolved live at read time. Purely presentational.\nAbsent when the schema designates no display properties or the user\ncarries no values for them. Clients render `display`, falling back\nto `identifier`, then `id`.\n"),
|
|
2520
|
+
teams: zod.array(zod.object({
|
|
2521
|
+
id: zod.string().describe("The unique identifier of the team."),
|
|
2522
|
+
name: zod.string().describe("The name of the team."),
|
|
2523
|
+
membership_status: zod.enum([
|
|
2524
|
+
"pending",
|
|
2525
|
+
"active",
|
|
2526
|
+
"inactive"
|
|
2527
|
+
]).describe("The user's participation state on this team. Memberships the user was\nremoved from are not returned.\n"),
|
|
2528
|
+
created_at: zod.iso.datetime({ offset: true }).describe("The time when the user joined this team."),
|
|
2529
|
+
updated_at: zod.iso.datetime({ offset: true }).describe("The time when this membership was last changed.")
|
|
2530
|
+
}).describe("One entry of a user's team roster: a team the user belongs to, with the\nmembership's participation state. The team's `name` travels with the entry, so\na page renders without a follow-up `POST /teams/query` per row.\n\nRoster membership is not lifecycle ownership. A user can belong to many teams\nwhile still owning their own lifecycle — that single owning team is reported\nas `metadata.lifecycle_owner_team_id` on the user itself.\n")).optional().describe("The user's team memberships, present only when the request asked for them with\n`expand: [\"teams\"]` (ADR 059). Absent means it was not requested; `[]`\nmeans the user has none.\n\nDeliberately outside `metadata`: memberships are a related collection, not\npart of the server-owned envelope, and it is a different concept from\n`metadata.lifecycle_owner_team_id` (ADR 024).\n"),
|
|
2531
|
+
teams_truncated: zod.boolean().optional().describe("True when the user is on more teams than the embedded list carries. The\nembedded list is capped and cannot be paged; read them all at\n`GET /users/{user_id}/teams`. Present only alongside `teams`.\n")
|
|
2532
|
+
}).describe("A user represents an individual identity in the system. It can be used to\nrepresent a human user, but also a service account or any other type of\nidentity.\n\n`attributes` is the document that satisfies the user schema named by\n`schema`: its property names and types are defined entirely by that schema,\nand it is what the schema validates. The rest of the object — `id`,\n`schema`, `metadata` — is the server-owned envelope. Keeping the two apart\nmeans a schema may name a property `id` or `metadata` without colliding with\nthe envelope, and closed-world keywords (`additionalProperties: false`,\n`propertyNames`, `unevaluatedProperties`) behave as their author expects.\n"), zod.object({
|
|
2533
|
+
id: zod.string().describe("The unique identifier of the team."),
|
|
2534
|
+
name: zod.string().describe("The name of the team."),
|
|
2535
|
+
status: zod.enum(["active", "deactivated"]).describe("The lifecycle state of a team.\n\nactive: The team is available for use.\ndeactivated: The team is no longer active but is retained for historical and audit purposes.\n"),
|
|
2536
|
+
created_at: zod.iso.datetime({ offset: true }).describe("The time when the team was created."),
|
|
2537
|
+
updated_at: zod.iso.datetime({ offset: true }).describe("The time when the team was last updated.")
|
|
2538
|
+
}).describe("Details of a team.")]).describe("The principal bound by a grant: the User body when `principal_type` is\n`user`, or the Team body when `principal_type` is `team`. Same\nrepresentation as `GET /users/{id}` and `GET /teams/{id}` respectively.\nClients discriminate with the grant's existing `principal_type`.\n"), zod.null()]).optional().describe("The principal named by `principal_id`, present only when the request\nasked for it with `expand: [\"principal\"]` (ADR 059). Absent means it\nwas not requested; `null` means the principal cannot be loaded\n(deleted or missing). GET and create never set this field.\n\nWhen present, the body is the same representation `GET /users/{id}`\nserves for `principal_type=user`, or `GET /teams/{id}` for\n`principal_type=team`. Discriminate with the grant's existing\n`principal_type`.\n\nRequires `user.read` and `team.read` in addition to `project.read`.\nBoth are checked on the whole request before the list.\n")
|
|
2324
2539
|
}).describe("A collaboration grant binding a principal to a project relation.");
|
|
2325
2540
|
/**
|
|
2326
2541
|
* Soft-revokes a grant this API manages and emits `authz.revoked`.
|
|
@@ -2397,10 +2612,10 @@ const listEventsResponseDataItemOnesixOneProjectIdRegExp = /* @__PURE__ */ new R
|
|
|
2397
2612
|
const listEventsResponseDataItemOnesevenOneProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
2398
2613
|
const listEventsResponseDataItemOneeightOneProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
2399
2614
|
const listEventsResponseDataItemOnenineOneProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
2400
|
-
const listEventsResponseDataItemOnenineTwoPayloadStatusMin = 100;
|
|
2401
|
-
const listEventsResponseDataItemOnenineTwoPayloadStatusMax = 599;
|
|
2402
|
-
const listEventsResponseDataItemOnenineTwoPayloadDurationMsMin = 0;
|
|
2403
2615
|
const listEventsResponseDataItemTwozeroOneProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
2616
|
+
const listEventsResponseDataItemTwozeroTwoPayloadStatusMin = 100;
|
|
2617
|
+
const listEventsResponseDataItemTwozeroTwoPayloadStatusMax = 599;
|
|
2618
|
+
const listEventsResponseDataItemTwozeroTwoPayloadDurationMsMin = 0;
|
|
2404
2619
|
const listEventsResponseDataItemTwooneOneProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
2405
2620
|
const listEventsResponseDataItemTwotwoOneProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
2406
2621
|
const listEventsResponseDataItemTwothreeOneProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
@@ -2409,6 +2624,7 @@ const listEventsResponseDataItemTwofiveOneProjectIdRegExp = /* @__PURE__ */ new
|
|
|
2409
2624
|
const listEventsResponseDataItemTwosixOneProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
2410
2625
|
const listEventsResponseDataItemTwosevenOneProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
2411
2626
|
const listEventsResponseDataItemTwoeightOneProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
2627
|
+
const listEventsResponseDataItemTwonineOneProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
2412
2628
|
const ListEventsResponse = zod.object({
|
|
2413
2629
|
data: zod.array(zod.union([
|
|
2414
2630
|
zod.object({
|
|
@@ -3351,6 +3567,63 @@ const ListEventsResponse = zod.object({
|
|
|
3351
3567
|
user_agent: zod.string().optional().describe("Observed User-Agent header."),
|
|
3352
3568
|
origin: zod.string().optional().describe("Origin header when present.")
|
|
3353
3569
|
}).optional().describe("Observed HTTP requestor context on Path A request.api only.") }).optional().describe("Emit-time metadata, already redacted at write. Path A request.api may\nset client (ip, user_agent, origin) for SIEM join on request_id. Not a\nlive risk-evaluator input.\n")
|
|
3570
|
+
}).describe("Shared wide-event envelope (ADR 048 / ADR 049). Concrete events are\n`allOf` this schema plus a `const` `event_type` and a typed `payload`.\n").and(zod.object({
|
|
3571
|
+
event_type: zod.literal("release.created"),
|
|
3572
|
+
payload: zod.object({
|
|
3573
|
+
content_hash: zod.string().optional(),
|
|
3574
|
+
message: zod.string().optional(),
|
|
3575
|
+
git_sha: zod.string().optional(),
|
|
3576
|
+
git_dirty: zod.boolean().optional(),
|
|
3577
|
+
pointers: zod.array(zod.object({
|
|
3578
|
+
kind: zod.string().optional(),
|
|
3579
|
+
handle: zod.string().optional(),
|
|
3580
|
+
revision_id: zod.string().optional()
|
|
3581
|
+
})).optional()
|
|
3582
|
+
}).describe("Allowlisted fields for `release.created`. The release id is already the\nevent's `entity_id`; the pinned set is repeated here so the audit stream\nanswers what a release contained without reading the release itself.\n")
|
|
3583
|
+
})).describe("Wide event with event_type=release.created.\n"),
|
|
3584
|
+
zod.object({
|
|
3585
|
+
id: zod.string().describe("Managed event id (`evt_<opaque>`)."),
|
|
3586
|
+
project_id: zod.string().regex(listEventsResponseDataItemTwozeroOneProjectIdRegExp),
|
|
3587
|
+
team_id: zod.union([zod.string(), zod.null()]).optional().describe("Emit-time team scope, when the actor operated under a team."),
|
|
3588
|
+
event_type: zod.string().describe("Semantic event name (dot-separated). Discriminator for the Event union —\nsee docs/design/api/events-catalog.md.\n"),
|
|
3589
|
+
category: zod.enum([
|
|
3590
|
+
"request",
|
|
3591
|
+
"auth",
|
|
3592
|
+
"session",
|
|
3593
|
+
"admin",
|
|
3594
|
+
"entity",
|
|
3595
|
+
"signal"
|
|
3596
|
+
]).describe("Wide-event category."),
|
|
3597
|
+
occurred_at: zod.iso.datetime({ offset: true }).describe("When the action happened (server/storage clock, dialect-owned)."),
|
|
3598
|
+
created_at: zod.iso.datetime({ offset: true }).describe("When the row was inserted (server/storage clock, dialect-owned)."),
|
|
3599
|
+
actor_id: zod.union([zod.string(), zod.null()]).optional().describe("Who triggered the event."),
|
|
3600
|
+
actor_type: zod.union([zod.enum([
|
|
3601
|
+
"human",
|
|
3602
|
+
"service",
|
|
3603
|
+
"system",
|
|
3604
|
+
"agent"
|
|
3605
|
+
]), zod.null()]).optional().describe("Actor kind."),
|
|
3606
|
+
entity_type: zod.union([zod.string(), zod.null()]).optional().describe("Resource type affected."),
|
|
3607
|
+
entity_id: zod.union([zod.string(), zod.null()]).optional().describe("Resource id affected."),
|
|
3608
|
+
client_id: zod.string().describe("Application or agent that produced the event."),
|
|
3609
|
+
token_id: zod.string().optional().describe("Token id present at emit time, when any."),
|
|
3610
|
+
delegation_type: zod.enum([
|
|
3611
|
+
"direct",
|
|
3612
|
+
"delegated",
|
|
3613
|
+
"pat_shared",
|
|
3614
|
+
"exchanged"
|
|
3615
|
+
]).optional().describe("Delegation kind (omit when unset)."),
|
|
3616
|
+
delegation_id: zod.string().optional(),
|
|
3617
|
+
grantor: zod.string().optional(),
|
|
3618
|
+
fingerprint: zod.string().optional().describe("Device fingerprint correlation id."),
|
|
3619
|
+
request_id: zod.union([zod.string(), zod.null()]).optional().describe("HTTP request correlation id."),
|
|
3620
|
+
session_id: zod.union([zod.string(), zod.null()]).optional().describe("Session correlation id."),
|
|
3621
|
+
flow_id: zod.union([zod.string(), zod.null()]).optional().describe("Login flow correlation id."),
|
|
3622
|
+
metadata: zod.object({ client: zod.object({
|
|
3623
|
+
ip: zod.string().optional().describe("Client IP from the first X-Forwarded-For hop or RemoteAddr."),
|
|
3624
|
+
user_agent: zod.string().optional().describe("Observed User-Agent header."),
|
|
3625
|
+
origin: zod.string().optional().describe("Origin header when present.")
|
|
3626
|
+
}).optional().describe("Observed HTTP requestor context on Path A request.api only.") }).optional().describe("Emit-time metadata, already redacted at write. Path A request.api may\nset client (ip, user_agent, origin) for SIEM join on request_id. Not a\nlive risk-evaluator input.\n")
|
|
3354
3627
|
}).describe("Shared wide-event envelope (ADR 048 / ADR 049). Concrete events are\n`allOf` this schema plus a `const` `event_type` and a typed `payload`.\n").and(zod.object({
|
|
3355
3628
|
event_type: zod.literal("request.api"),
|
|
3356
3629
|
payload: zod.object({
|
|
@@ -3371,7 +3644,7 @@ const ListEventsResponse = zod.object({
|
|
|
3371
3644
|
})).describe("Wide event with event_type=request.api.\n"),
|
|
3372
3645
|
zod.object({
|
|
3373
3646
|
id: zod.string().describe("Managed event id (`evt_<opaque>`)."),
|
|
3374
|
-
project_id: zod.string().regex(
|
|
3647
|
+
project_id: zod.string().regex(listEventsResponseDataItemTwooneOneProjectIdRegExp),
|
|
3375
3648
|
team_id: zod.union([zod.string(), zod.null()]).optional().describe("Emit-time team scope, when the actor operated under a team."),
|
|
3376
3649
|
event_type: zod.string().describe("Semantic event name (dot-separated). Discriminator for the Event union —\nsee docs/design/api/events-catalog.md.\n"),
|
|
3377
3650
|
category: zod.enum([
|
|
@@ -3421,7 +3694,7 @@ const ListEventsResponse = zod.object({
|
|
|
3421
3694
|
})).describe("Wide event with event_type=schema.created.\n"),
|
|
3422
3695
|
zod.object({
|
|
3423
3696
|
id: zod.string().describe("Managed event id (`evt_<opaque>`)."),
|
|
3424
|
-
project_id: zod.string().regex(
|
|
3697
|
+
project_id: zod.string().regex(listEventsResponseDataItemTwotwoOneProjectIdRegExp),
|
|
3425
3698
|
team_id: zod.union([zod.string(), zod.null()]).optional().describe("Emit-time team scope, when the actor operated under a team."),
|
|
3426
3699
|
event_type: zod.string().describe("Semantic event name (dot-separated). Discriminator for the Event union —\nsee docs/design/api/events-catalog.md.\n"),
|
|
3427
3700
|
category: zod.enum([
|
|
@@ -3468,7 +3741,7 @@ const ListEventsResponse = zod.object({
|
|
|
3468
3741
|
})).describe("Wide event with event_type=session.deleted.\n"),
|
|
3469
3742
|
zod.object({
|
|
3470
3743
|
id: zod.string().describe("Managed event id (`evt_<opaque>`)."),
|
|
3471
|
-
project_id: zod.string().regex(
|
|
3744
|
+
project_id: zod.string().regex(listEventsResponseDataItemTwothreeOneProjectIdRegExp),
|
|
3472
3745
|
team_id: zod.union([zod.string(), zod.null()]).optional().describe("Emit-time team scope, when the actor operated under a team."),
|
|
3473
3746
|
event_type: zod.string().describe("Semantic event name (dot-separated). Discriminator for the Event union —\nsee docs/design/api/events-catalog.md.\n"),
|
|
3474
3747
|
category: zod.enum([
|
|
@@ -3515,7 +3788,7 @@ const ListEventsResponse = zod.object({
|
|
|
3515
3788
|
})).describe("Wide event with event_type=session.established.\n"),
|
|
3516
3789
|
zod.object({
|
|
3517
3790
|
id: zod.string().describe("Managed event id (`evt_<opaque>`)."),
|
|
3518
|
-
project_id: zod.string().regex(
|
|
3791
|
+
project_id: zod.string().regex(listEventsResponseDataItemTwofourOneProjectIdRegExp),
|
|
3519
3792
|
team_id: zod.union([zod.string(), zod.null()]).optional().describe("Emit-time team scope, when the actor operated under a team."),
|
|
3520
3793
|
event_type: zod.string().describe("Semantic event name (dot-separated). Discriminator for the Event union —\nsee docs/design/api/events-catalog.md.\n"),
|
|
3521
3794
|
category: zod.enum([
|
|
@@ -3562,7 +3835,7 @@ const ListEventsResponse = zod.object({
|
|
|
3562
3835
|
})).describe("Wide event with event_type=team.created.\n"),
|
|
3563
3836
|
zod.object({
|
|
3564
3837
|
id: zod.string().describe("Managed event id (`evt_<opaque>`)."),
|
|
3565
|
-
project_id: zod.string().regex(
|
|
3838
|
+
project_id: zod.string().regex(listEventsResponseDataItemTwofiveOneProjectIdRegExp),
|
|
3566
3839
|
team_id: zod.union([zod.string(), zod.null()]).optional().describe("Emit-time team scope, when the actor operated under a team."),
|
|
3567
3840
|
event_type: zod.string().describe("Semantic event name (dot-separated). Discriminator for the Event union —\nsee docs/design/api/events-catalog.md.\n"),
|
|
3568
3841
|
category: zod.enum([
|
|
@@ -3609,7 +3882,7 @@ const ListEventsResponse = zod.object({
|
|
|
3609
3882
|
})).describe("Wide event with event_type=team.deactivated.\n"),
|
|
3610
3883
|
zod.object({
|
|
3611
3884
|
id: zod.string().describe("Managed event id (`evt_<opaque>`)."),
|
|
3612
|
-
project_id: zod.string().regex(
|
|
3885
|
+
project_id: zod.string().regex(listEventsResponseDataItemTwosixOneProjectIdRegExp),
|
|
3613
3886
|
team_id: zod.union([zod.string(), zod.null()]).optional().describe("Emit-time team scope, when the actor operated under a team."),
|
|
3614
3887
|
event_type: zod.string().describe("Semantic event name (dot-separated). Discriminator for the Event union —\nsee docs/design/api/events-catalog.md.\n"),
|
|
3615
3888
|
category: zod.enum([
|
|
@@ -3656,7 +3929,7 @@ const ListEventsResponse = zod.object({
|
|
|
3656
3929
|
})).describe("Wide event with event_type=team.updated.\n"),
|
|
3657
3930
|
zod.object({
|
|
3658
3931
|
id: zod.string().describe("Managed event id (`evt_<opaque>`)."),
|
|
3659
|
-
project_id: zod.string().regex(
|
|
3932
|
+
project_id: zod.string().regex(listEventsResponseDataItemTwosevenOneProjectIdRegExp),
|
|
3660
3933
|
team_id: zod.union([zod.string(), zod.null()]).optional().describe("Emit-time team scope, when the actor operated under a team."),
|
|
3661
3934
|
event_type: zod.string().describe("Semantic event name (dot-separated). Discriminator for the Event union —\nsee docs/design/api/events-catalog.md.\n"),
|
|
3662
3935
|
category: zod.enum([
|
|
@@ -3703,7 +3976,7 @@ const ListEventsResponse = zod.object({
|
|
|
3703
3976
|
})).describe("Wide event with event_type=user.create.failed.\n"),
|
|
3704
3977
|
zod.object({
|
|
3705
3978
|
id: zod.string().describe("Managed event id (`evt_<opaque>`)."),
|
|
3706
|
-
project_id: zod.string().regex(
|
|
3979
|
+
project_id: zod.string().regex(listEventsResponseDataItemTwoeightOneProjectIdRegExp),
|
|
3707
3980
|
team_id: zod.union([zod.string(), zod.null()]).optional().describe("Emit-time team scope, when the actor operated under a team."),
|
|
3708
3981
|
event_type: zod.string().describe("Semantic event name (dot-separated). Discriminator for the Event union —\nsee docs/design/api/events-catalog.md.\n"),
|
|
3709
3982
|
category: zod.enum([
|
|
@@ -3754,7 +4027,7 @@ const ListEventsResponse = zod.object({
|
|
|
3754
4027
|
})).describe("Wide event with event_type=user.created.\n"),
|
|
3755
4028
|
zod.object({
|
|
3756
4029
|
id: zod.string().describe("Managed event id (`evt_<opaque>`)."),
|
|
3757
|
-
project_id: zod.string().regex(
|
|
4030
|
+
project_id: zod.string().regex(listEventsResponseDataItemTwonineOneProjectIdRegExp),
|
|
3758
4031
|
team_id: zod.union([zod.string(), zod.null()]).optional().describe("Emit-time team scope, when the actor operated under a team."),
|
|
3759
4032
|
event_type: zod.string().describe("Semantic event name (dot-separated). Discriminator for the Event union —\nsee docs/design/api/events-catalog.md.\n"),
|
|
3760
4033
|
category: zod.enum([
|
|
@@ -3833,10 +4106,10 @@ const getEventResponseOnesixOneProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a
|
|
|
3833
4106
|
const getEventResponseOnesevenOneProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
3834
4107
|
const getEventResponseOneeightOneProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
3835
4108
|
const getEventResponseOnenineOneProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
3836
|
-
const getEventResponseOnenineTwoPayloadStatusMin = 100;
|
|
3837
|
-
const getEventResponseOnenineTwoPayloadStatusMax = 599;
|
|
3838
|
-
const getEventResponseOnenineTwoPayloadDurationMsMin = 0;
|
|
3839
4109
|
const getEventResponseTwozeroOneProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
4110
|
+
const getEventResponseTwozeroTwoPayloadStatusMin = 100;
|
|
4111
|
+
const getEventResponseTwozeroTwoPayloadStatusMax = 599;
|
|
4112
|
+
const getEventResponseTwozeroTwoPayloadDurationMsMin = 0;
|
|
3840
4113
|
const getEventResponseTwooneOneProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
3841
4114
|
const getEventResponseTwotwoOneProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
3842
4115
|
const getEventResponseTwothreeOneProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
@@ -3845,6 +4118,7 @@ const getEventResponseTwofiveOneProjectIdRegExp = /* @__PURE__ */ new RegExp("^[
|
|
|
3845
4118
|
const getEventResponseTwosixOneProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
3846
4119
|
const getEventResponseTwosevenOneProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
3847
4120
|
const getEventResponseTwoeightOneProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
4121
|
+
const getEventResponseTwonineOneProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
3848
4122
|
const GetEventResponse = zod.union([
|
|
3849
4123
|
zod.object({
|
|
3850
4124
|
id: zod.string().describe("Managed event id (`evt_<opaque>`)."),
|
|
@@ -4786,6 +5060,63 @@ const GetEventResponse = zod.union([
|
|
|
4786
5060
|
user_agent: zod.string().optional().describe("Observed User-Agent header."),
|
|
4787
5061
|
origin: zod.string().optional().describe("Origin header when present.")
|
|
4788
5062
|
}).optional().describe("Observed HTTP requestor context on Path A request.api only.") }).optional().describe("Emit-time metadata, already redacted at write. Path A request.api may\nset client (ip, user_agent, origin) for SIEM join on request_id. Not a\nlive risk-evaluator input.\n")
|
|
5063
|
+
}).describe("Shared wide-event envelope (ADR 048 / ADR 049). Concrete events are\n`allOf` this schema plus a `const` `event_type` and a typed `payload`.\n").and(zod.object({
|
|
5064
|
+
event_type: zod.literal("release.created"),
|
|
5065
|
+
payload: zod.object({
|
|
5066
|
+
content_hash: zod.string().optional(),
|
|
5067
|
+
message: zod.string().optional(),
|
|
5068
|
+
git_sha: zod.string().optional(),
|
|
5069
|
+
git_dirty: zod.boolean().optional(),
|
|
5070
|
+
pointers: zod.array(zod.object({
|
|
5071
|
+
kind: zod.string().optional(),
|
|
5072
|
+
handle: zod.string().optional(),
|
|
5073
|
+
revision_id: zod.string().optional()
|
|
5074
|
+
})).optional()
|
|
5075
|
+
}).describe("Allowlisted fields for `release.created`. The release id is already the\nevent's `entity_id`; the pinned set is repeated here so the audit stream\nanswers what a release contained without reading the release itself.\n")
|
|
5076
|
+
})).describe("Wide event with event_type=release.created.\n"),
|
|
5077
|
+
zod.object({
|
|
5078
|
+
id: zod.string().describe("Managed event id (`evt_<opaque>`)."),
|
|
5079
|
+
project_id: zod.string().regex(getEventResponseTwozeroOneProjectIdRegExp),
|
|
5080
|
+
team_id: zod.union([zod.string(), zod.null()]).optional().describe("Emit-time team scope, when the actor operated under a team."),
|
|
5081
|
+
event_type: zod.string().describe("Semantic event name (dot-separated). Discriminator for the Event union —\nsee docs/design/api/events-catalog.md.\n"),
|
|
5082
|
+
category: zod.enum([
|
|
5083
|
+
"request",
|
|
5084
|
+
"auth",
|
|
5085
|
+
"session",
|
|
5086
|
+
"admin",
|
|
5087
|
+
"entity",
|
|
5088
|
+
"signal"
|
|
5089
|
+
]).describe("Wide-event category."),
|
|
5090
|
+
occurred_at: zod.iso.datetime({ offset: true }).describe("When the action happened (server/storage clock, dialect-owned)."),
|
|
5091
|
+
created_at: zod.iso.datetime({ offset: true }).describe("When the row was inserted (server/storage clock, dialect-owned)."),
|
|
5092
|
+
actor_id: zod.union([zod.string(), zod.null()]).optional().describe("Who triggered the event."),
|
|
5093
|
+
actor_type: zod.union([zod.enum([
|
|
5094
|
+
"human",
|
|
5095
|
+
"service",
|
|
5096
|
+
"system",
|
|
5097
|
+
"agent"
|
|
5098
|
+
]), zod.null()]).optional().describe("Actor kind."),
|
|
5099
|
+
entity_type: zod.union([zod.string(), zod.null()]).optional().describe("Resource type affected."),
|
|
5100
|
+
entity_id: zod.union([zod.string(), zod.null()]).optional().describe("Resource id affected."),
|
|
5101
|
+
client_id: zod.string().describe("Application or agent that produced the event."),
|
|
5102
|
+
token_id: zod.string().optional().describe("Token id present at emit time, when any."),
|
|
5103
|
+
delegation_type: zod.enum([
|
|
5104
|
+
"direct",
|
|
5105
|
+
"delegated",
|
|
5106
|
+
"pat_shared",
|
|
5107
|
+
"exchanged"
|
|
5108
|
+
]).optional().describe("Delegation kind (omit when unset)."),
|
|
5109
|
+
delegation_id: zod.string().optional(),
|
|
5110
|
+
grantor: zod.string().optional(),
|
|
5111
|
+
fingerprint: zod.string().optional().describe("Device fingerprint correlation id."),
|
|
5112
|
+
request_id: zod.union([zod.string(), zod.null()]).optional().describe("HTTP request correlation id."),
|
|
5113
|
+
session_id: zod.union([zod.string(), zod.null()]).optional().describe("Session correlation id."),
|
|
5114
|
+
flow_id: zod.union([zod.string(), zod.null()]).optional().describe("Login flow correlation id."),
|
|
5115
|
+
metadata: zod.object({ client: zod.object({
|
|
5116
|
+
ip: zod.string().optional().describe("Client IP from the first X-Forwarded-For hop or RemoteAddr."),
|
|
5117
|
+
user_agent: zod.string().optional().describe("Observed User-Agent header."),
|
|
5118
|
+
origin: zod.string().optional().describe("Origin header when present.")
|
|
5119
|
+
}).optional().describe("Observed HTTP requestor context on Path A request.api only.") }).optional().describe("Emit-time metadata, already redacted at write. Path A request.api may\nset client (ip, user_agent, origin) for SIEM join on request_id. Not a\nlive risk-evaluator input.\n")
|
|
4789
5120
|
}).describe("Shared wide-event envelope (ADR 048 / ADR 049). Concrete events are\n`allOf` this schema plus a `const` `event_type` and a typed `payload`.\n").and(zod.object({
|
|
4790
5121
|
event_type: zod.literal("request.api"),
|
|
4791
5122
|
payload: zod.object({
|
|
@@ -4806,7 +5137,7 @@ const GetEventResponse = zod.union([
|
|
|
4806
5137
|
})).describe("Wide event with event_type=request.api.\n"),
|
|
4807
5138
|
zod.object({
|
|
4808
5139
|
id: zod.string().describe("Managed event id (`evt_<opaque>`)."),
|
|
4809
|
-
project_id: zod.string().regex(
|
|
5140
|
+
project_id: zod.string().regex(getEventResponseTwooneOneProjectIdRegExp),
|
|
4810
5141
|
team_id: zod.union([zod.string(), zod.null()]).optional().describe("Emit-time team scope, when the actor operated under a team."),
|
|
4811
5142
|
event_type: zod.string().describe("Semantic event name (dot-separated). Discriminator for the Event union —\nsee docs/design/api/events-catalog.md.\n"),
|
|
4812
5143
|
category: zod.enum([
|
|
@@ -4856,7 +5187,7 @@ const GetEventResponse = zod.union([
|
|
|
4856
5187
|
})).describe("Wide event with event_type=schema.created.\n"),
|
|
4857
5188
|
zod.object({
|
|
4858
5189
|
id: zod.string().describe("Managed event id (`evt_<opaque>`)."),
|
|
4859
|
-
project_id: zod.string().regex(
|
|
5190
|
+
project_id: zod.string().regex(getEventResponseTwotwoOneProjectIdRegExp),
|
|
4860
5191
|
team_id: zod.union([zod.string(), zod.null()]).optional().describe("Emit-time team scope, when the actor operated under a team."),
|
|
4861
5192
|
event_type: zod.string().describe("Semantic event name (dot-separated). Discriminator for the Event union —\nsee docs/design/api/events-catalog.md.\n"),
|
|
4862
5193
|
category: zod.enum([
|
|
@@ -4903,7 +5234,7 @@ const GetEventResponse = zod.union([
|
|
|
4903
5234
|
})).describe("Wide event with event_type=session.deleted.\n"),
|
|
4904
5235
|
zod.object({
|
|
4905
5236
|
id: zod.string().describe("Managed event id (`evt_<opaque>`)."),
|
|
4906
|
-
project_id: zod.string().regex(
|
|
5237
|
+
project_id: zod.string().regex(getEventResponseTwothreeOneProjectIdRegExp),
|
|
4907
5238
|
team_id: zod.union([zod.string(), zod.null()]).optional().describe("Emit-time team scope, when the actor operated under a team."),
|
|
4908
5239
|
event_type: zod.string().describe("Semantic event name (dot-separated). Discriminator for the Event union —\nsee docs/design/api/events-catalog.md.\n"),
|
|
4909
5240
|
category: zod.enum([
|
|
@@ -4950,7 +5281,7 @@ const GetEventResponse = zod.union([
|
|
|
4950
5281
|
})).describe("Wide event with event_type=session.established.\n"),
|
|
4951
5282
|
zod.object({
|
|
4952
5283
|
id: zod.string().describe("Managed event id (`evt_<opaque>`)."),
|
|
4953
|
-
project_id: zod.string().regex(
|
|
5284
|
+
project_id: zod.string().regex(getEventResponseTwofourOneProjectIdRegExp),
|
|
4954
5285
|
team_id: zod.union([zod.string(), zod.null()]).optional().describe("Emit-time team scope, when the actor operated under a team."),
|
|
4955
5286
|
event_type: zod.string().describe("Semantic event name (dot-separated). Discriminator for the Event union —\nsee docs/design/api/events-catalog.md.\n"),
|
|
4956
5287
|
category: zod.enum([
|
|
@@ -4997,7 +5328,7 @@ const GetEventResponse = zod.union([
|
|
|
4997
5328
|
})).describe("Wide event with event_type=team.created.\n"),
|
|
4998
5329
|
zod.object({
|
|
4999
5330
|
id: zod.string().describe("Managed event id (`evt_<opaque>`)."),
|
|
5000
|
-
project_id: zod.string().regex(
|
|
5331
|
+
project_id: zod.string().regex(getEventResponseTwofiveOneProjectIdRegExp),
|
|
5001
5332
|
team_id: zod.union([zod.string(), zod.null()]).optional().describe("Emit-time team scope, when the actor operated under a team."),
|
|
5002
5333
|
event_type: zod.string().describe("Semantic event name (dot-separated). Discriminator for the Event union —\nsee docs/design/api/events-catalog.md.\n"),
|
|
5003
5334
|
category: zod.enum([
|
|
@@ -5044,7 +5375,7 @@ const GetEventResponse = zod.union([
|
|
|
5044
5375
|
})).describe("Wide event with event_type=team.deactivated.\n"),
|
|
5045
5376
|
zod.object({
|
|
5046
5377
|
id: zod.string().describe("Managed event id (`evt_<opaque>`)."),
|
|
5047
|
-
project_id: zod.string().regex(
|
|
5378
|
+
project_id: zod.string().regex(getEventResponseTwosixOneProjectIdRegExp),
|
|
5048
5379
|
team_id: zod.union([zod.string(), zod.null()]).optional().describe("Emit-time team scope, when the actor operated under a team."),
|
|
5049
5380
|
event_type: zod.string().describe("Semantic event name (dot-separated). Discriminator for the Event union —\nsee docs/design/api/events-catalog.md.\n"),
|
|
5050
5381
|
category: zod.enum([
|
|
@@ -5091,7 +5422,7 @@ const GetEventResponse = zod.union([
|
|
|
5091
5422
|
})).describe("Wide event with event_type=team.updated.\n"),
|
|
5092
5423
|
zod.object({
|
|
5093
5424
|
id: zod.string().describe("Managed event id (`evt_<opaque>`)."),
|
|
5094
|
-
project_id: zod.string().regex(
|
|
5425
|
+
project_id: zod.string().regex(getEventResponseTwosevenOneProjectIdRegExp),
|
|
5095
5426
|
team_id: zod.union([zod.string(), zod.null()]).optional().describe("Emit-time team scope, when the actor operated under a team."),
|
|
5096
5427
|
event_type: zod.string().describe("Semantic event name (dot-separated). Discriminator for the Event union —\nsee docs/design/api/events-catalog.md.\n"),
|
|
5097
5428
|
category: zod.enum([
|
|
@@ -5138,7 +5469,7 @@ const GetEventResponse = zod.union([
|
|
|
5138
5469
|
})).describe("Wide event with event_type=user.create.failed.\n"),
|
|
5139
5470
|
zod.object({
|
|
5140
5471
|
id: zod.string().describe("Managed event id (`evt_<opaque>`)."),
|
|
5141
|
-
project_id: zod.string().regex(
|
|
5472
|
+
project_id: zod.string().regex(getEventResponseTwoeightOneProjectIdRegExp),
|
|
5142
5473
|
team_id: zod.union([zod.string(), zod.null()]).optional().describe("Emit-time team scope, when the actor operated under a team."),
|
|
5143
5474
|
event_type: zod.string().describe("Semantic event name (dot-separated). Discriminator for the Event union —\nsee docs/design/api/events-catalog.md.\n"),
|
|
5144
5475
|
category: zod.enum([
|
|
@@ -5189,7 +5520,7 @@ const GetEventResponse = zod.union([
|
|
|
5189
5520
|
})).describe("Wide event with event_type=user.created.\n"),
|
|
5190
5521
|
zod.object({
|
|
5191
5522
|
id: zod.string().describe("Managed event id (`evt_<opaque>`)."),
|
|
5192
|
-
project_id: zod.string().regex(
|
|
5523
|
+
project_id: zod.string().regex(getEventResponseTwonineOneProjectIdRegExp),
|
|
5193
5524
|
team_id: zod.union([zod.string(), zod.null()]).optional().describe("Emit-time team scope, when the actor operated under a team."),
|
|
5194
5525
|
event_type: zod.string().describe("Semantic event name (dot-separated). Discriminator for the Event union —\nsee docs/design/api/events-catalog.md.\n"),
|
|
5195
5526
|
category: zod.enum([
|
|
@@ -5236,6 +5567,6 @@ const GetEventResponse = zod.union([
|
|
|
5236
5567
|
})).describe("Wide event with event_type=user.deleted.\n")
|
|
5237
5568
|
]).describe("Discriminated wide-event union (ADR 048 / ADR 049). Clients select the\nmember via event_type; each member carries a typed payload.\n");
|
|
5238
5569
|
//#endregion
|
|
5239
|
-
export { BeginUserPasskeyRegistrationBody, BeginUserPasskeyRegistrationParams, CompleteClaimBody, CompleteClaimParams, CompleteClaimResponse, CreateAuthAttemptBody, CreateBrandingBody, CreateBrandingQueryParams, CreateFlowBody, CreateFlowDefinitionBody, CreateGrantBody, CreateGrantQueryParams, CreateHandoffHeader, CreateHandoffParams, CreateHandoffResponse, CreateProjectBody, CreateReleaseBody, CreateReleaseQueryParams, CreateReleaseResponse, CreateSchemaBody, CreateSchemaQueryParams, CreateSessionBody, CreateTeamBody, CreateTeamQueryParams, CreateUserBody, CreateUserQueryParams, DeleteFlowDefinitionParams, DeleteGrantParams, DeleteGrantQueryParams, DeleteTeamParams, DeleteUserByIDParams, ExchangeHandoffBody, ExchangeHandoffHeader, ExchangeHandoffQueryParams, ExchangeHandoffResponse, FinishUserPasskeyRegistrationBody, FinishUserPasskeyRegistrationParams, GetAuthAttemptParams, GetAuthAttemptResponse, GetBrandingByIdParams, GetBrandingByIdResponse, GetClaimStatusParams, GetClaimStatusQueryParams, GetClaimStatusResponse, GetEnvironmentByNameParams, GetEnvironmentByNameQueryParams, GetEnvironmentByNameResponse, GetEventParams, GetEventQueryParams, GetEventResponse, GetFlowDefinitionParams, GetFlowDefinitionResponse, GetFlowStepParams, GetFlowStepResponse, GetGrantParams, GetGrantQueryParams, GetGrantResponse, GetMySessionResponse, GetMyUserResponse, GetProjectParams, GetProjectResponse, GetReleaseByIdParams, GetReleaseByIdQueryParams, GetReleaseByIdResponse, GetSchemaByIdParams, GetSchemaByIdQueryParams, GetSchemaByIdResponse, GetSessionParams, GetSessionResponse, GetTeamParams, GetTeamResponse, GetUserByIDParams, GetUserByIDQueryParams, GetUserByIDResponse, InitClaimParams, IssueChallengeBody, IssueChallengeParams, ListBrandingQueryParams, ListBrandingResponse, ListBrandingResponseItem, ListEnvironmentsQueryParams, ListEnvironmentsResponse, ListEventsQueryParams, ListEventsResponse, ListFlowDefinitionsQueryParams, ListFlowDefinitionsResponse, ListReleasesQueryParams, ListReleasesResponse, ListSchemasQueryParams, ListSchemasResponse, ListUserPasskeysParams, ListUserPasskeysQueryParams, ListUserPasskeysResponse, ListUserTeamsParams, ListUserTeamsQueryParams, ListUserTeamsResponse, PatchProjectBody, PatchProjectParams, PatchProjectResponse, QueryProjectsBody, QueryProjectsResponse, QuerySessionsBody, QuerySessionsQueryParams, QuerySessionsResponse, QueryTeamsBody, QueryTeamsQueryParams, QueryTeamsResponse, QueryUsersBody, QueryUsersResponse, RevokeSessionParams, SetUserPasswordBody, SetUserPasswordParams, SubmitFlowStepBody, SubmitFlowStepHeader, SubmitFlowStepParams, SubmitFlowStepResponse, UpdateFlowDefinitionBody, UpdateFlowDefinitionParams, UpdateFlowDefinitionResponse, UpdateTeamBody, UpdateTeamParams, UpdateTeamResponse, VerifyChallengeProofBody, VerifyChallengeProofHeader, VerifyChallengeProofParams, VerifyChallengeProofResponse, beginUserPasskeyRegistrationPathUserIdRegExp, completeClaimBodyChallengeIdRegExp, completeClaimPathProjectIdRegExp, completeClaimResponseProjectIdRegExp, completeClaimResponseTeamIdRegExp, createAuthAttemptBodyProjectIdRegExp, createAuthAttemptBodySessionIdOneRegExp, createBrandingBodyLayoutDefault, createBrandingBodyLiquidTemplateMax, createBrandingQueryProjectIdRegExp, createFlowBodyDryRunDefault, createFlowBodyFlowDefinitionNameRegExp, createFlowBodyProjectIdRegExp, createFlowBodySchemaVersionRegExp, createFlowDefinitionBodyFlowDefinitionNameRegExp, createFlowDefinitionBodyFlowDefinitionStepsItemActionsDefault, createFlowDefinitionBodyFlowDefinitionStepsItemActionsItemPrimaryDefault, createFlowDefinitionBodyFlowDefinitionStepsItemFieldsDefault, createFlowDefinitionBodyFlowDefinitionStepsItemGatesDefault, createFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersDefault, createFlowDefinitionBodyProjectIdRegExp, createGrantQueryProjectIdRegExp, createHandoffPathAttemptIdRegExp, createProjectBodySeedDefaultsDefault, createReleaseBodyGitDirtyDefault, createReleaseBodyGitShaMax, createReleaseBodyMessageMax, createReleaseBodyPointersItemRevisionIdMax, createReleaseQueryProjectIdRegExp, createReleaseResponseIdRegExp, createReleaseResponseMetadataGitDirtyDefault, createReleaseResponseMetadataGitShaOneMax, createReleaseResponseMetadataMessageOneMax, createReleaseResponsePointersItemHandleMax, createReleaseResponsePointersItemRevisionIdMax, createReleaseResponseProjectIdRegExp, createSchemaBodyOneObjectTypeMax, createSchemaBodyOnePropertiesXAuditDefault, createSchemaQueryProjectIdRegExp, createSchemaQueryTeamIdRegExp, createSessionBodyProjectIdRegExp, createTeamBodyNameMax, createTeamQueryProjectIdRegExp, createUserQueryProjectIdRegExp, createUserQueryTeamIdRegExp, deleteGrantQueryProjectIdRegExp, deleteTeamPathTeamIdRegExp, deleteUserByIDPathUserIdRegExp, exchangeHandoffQueryProjectIdRegExp, exchangeHandoffResponseSessionFactorsItemPayloadOneUserIdRegExp, exchangeHandoffResponseSessionProjectIdRegExp, exchangeHandoffResponseSessionSessionIdRegExp, exchangeHandoffResponseSessionUserIdOneRegExp, exchangeHandoffResponseSessionUserUserIdRegExp, finishUserPasskeyRegistrationPathUserIdRegExp, getAuthAttemptPathAttemptIdRegExp, getAuthAttemptResponseAttemptIdRegExp, getAuthAttemptResponseChallengesItemChallengeIdRegExp, getAuthAttemptResponseCompletedFactorsItemPayloadOneUserIdRegExp, getAuthAttemptResponseProjectIdRegExp, getAuthAttemptResponseSessionIdOneRegExp, getAuthAttemptResponseUserIdOneRegExp, getBrandingByIdResponseBrandingLayoutDefault, getBrandingByIdResponseBrandingLiquidTemplateMax, getClaimStatusPathProjectIdRegExp, getClaimStatusQueryChallengeIdRegExp, getClaimStatusResponseTwoTeamIdRegExp, getEnvironmentByNamePathNameMax, getEnvironmentByNamePathNameRegExp, getEnvironmentByNameQueryProjectIdRegExp, getEnvironmentByNameResponseNameMax, getEnvironmentByNameResponseNameRegExp, getEnvironmentByNameResponseProjectIdRegExp, getEventQueryProjectIdRegExp, getEventResponseEightOneProjectIdRegExp, getEventResponseFiveOneProjectIdRegExp, getEventResponseFourOneProjectIdRegExp, getEventResponseNineOneProjectIdRegExp, getEventResponseOneOneProjectIdRegExp, getEventResponseOneeightOneProjectIdRegExp, getEventResponseOnefiveOneProjectIdRegExp, getEventResponseOnefourOneProjectIdRegExp, getEventResponseOnenineOneProjectIdRegExp, getEventResponseOnenineTwoPayloadDurationMsMin, getEventResponseOnenineTwoPayloadStatusMax, getEventResponseOnenineTwoPayloadStatusMin, getEventResponseOneoneOneProjectIdRegExp, getEventResponseOnesevenOneProjectIdRegExp, getEventResponseOnesixOneProjectIdRegExp, getEventResponseOnethreeOneProjectIdRegExp, getEventResponseOnetwoOneProjectIdRegExp, getEventResponseOnezeroOneProjectIdRegExp, getEventResponseSevenOneProjectIdRegExp, getEventResponseSixOneProjectIdRegExp, getEventResponseThreeOneProjectIdRegExp, getEventResponseTwoOneProjectIdRegExp, getEventResponseTwoeightOneProjectIdRegExp, getEventResponseTwofiveOneProjectIdRegExp, getEventResponseTwofourOneProjectIdRegExp, getEventResponseTwooneOneProjectIdRegExp, getEventResponseTwosevenOneProjectIdRegExp, getEventResponseTwosixOneProjectIdRegExp, getEventResponseTwothreeOneProjectIdRegExp, getEventResponseTwotwoOneProjectIdRegExp, getEventResponseTwozeroOneProjectIdRegExp, getFlowDefinitionResponseFlowDefinitionNameRegExp, getFlowDefinitionResponseFlowDefinitionStepsItemActionsDefault, getFlowDefinitionResponseFlowDefinitionStepsItemActionsItemPrimaryDefault, getFlowDefinitionResponseFlowDefinitionStepsItemFieldsDefault, getFlowDefinitionResponseFlowDefinitionStepsItemGatesDefault, getFlowDefinitionResponseFlowDefinitionStepsItemSsoProvidersDefault, getFlowDefinitionResponseUserSchemaOneSchemaOneObjectTypeMax, getFlowDefinitionResponseUserSchemaOneSchemaOnePropertiesXAuditDefault, getFlowStepResponseBrandingLayoutDefault, getFlowStepResponseBrandingLiquidTemplateMax, getFlowStepResponseStepActionsDefault, getFlowStepResponseStepActionsItemPrimaryDefault, getFlowStepResponseStepFieldsDefault, getFlowStepResponseStepFieldsItemRequiredDefault, getFlowStepResponseStepFieldsItemValidationMaxLengthMin, getFlowStepResponseStepFieldsItemValidationMinLengthMin, getFlowStepResponseStepGatesDefault, getFlowStepResponseStepSsoProvidersDefault, getGrantQueryProjectIdRegExp, getMySessionResponseFactorsItemPayloadOneUserIdRegExp, getMySessionResponseProjectIdRegExp, getMySessionResponseSessionIdRegExp, getMySessionResponseUserIdOneRegExp, getMySessionResponseUserUserIdRegExp, getMyUserResponseIdRegExp, getProjectPathProjectIdRegExp, getReleaseByIdPathReleaseIdRegExp, getReleaseByIdQueryProjectIdRegExp, getReleaseByIdResponseIdRegExp, getReleaseByIdResponseMetadataGitDirtyDefault, getReleaseByIdResponseMetadataGitShaOneMax, getReleaseByIdResponseMetadataMessageOneMax, getReleaseByIdResponsePointersItemHandleMax, getReleaseByIdResponsePointersItemRevisionIdMax, getReleaseByIdResponseProjectIdRegExp, getSchemaByIdQueryTeamIdRegExp, getSchemaByIdResponseSchemaOneObjectTypeMax, getSchemaByIdResponseSchemaOnePropertiesXAuditDefault, getSessionPathSessionIdRegExp, getSessionResponseFactorsItemPayloadOneUserIdRegExp, getSessionResponseProjectIdRegExp, getSessionResponseSessionIdRegExp, getSessionResponseUserIdOneRegExp, getSessionResponseUserUserIdRegExp, getTeamPathTeamIdRegExp, getUserByIDPathUserIdRegExp, getUserByIDQueryTeamIdRegExp, getUserByIDResponseIdRegExp, initClaimPathProjectIdRegExp, issueChallengePathAttemptIdRegExp, listBrandingQueryProjectIdRegExp, listEnvironmentsQueryLimitDefault, listEnvironmentsQueryLimitMax, listEnvironmentsQueryProjectIdRegExp, listEnvironmentsResponseEnvironmentsItemNameMax, listEnvironmentsResponseEnvironmentsItemNameRegExp, listEnvironmentsResponseEnvironmentsItemProjectIdRegExp, listEventsQueryLimitDefault, listEventsQueryLimitMax, listEventsQueryOrderDefault, listEventsQueryProjectIdRegExp, listEventsResponseDataItemEightOneProjectIdRegExp, listEventsResponseDataItemFiveOneProjectIdRegExp, listEventsResponseDataItemFourOneProjectIdRegExp, listEventsResponseDataItemNineOneProjectIdRegExp, listEventsResponseDataItemOneOneProjectIdRegExp, listEventsResponseDataItemOneeightOneProjectIdRegExp, listEventsResponseDataItemOnefiveOneProjectIdRegExp, listEventsResponseDataItemOnefourOneProjectIdRegExp, listEventsResponseDataItemOnenineOneProjectIdRegExp, listEventsResponseDataItemOnenineTwoPayloadDurationMsMin, listEventsResponseDataItemOnenineTwoPayloadStatusMax, listEventsResponseDataItemOnenineTwoPayloadStatusMin, listEventsResponseDataItemOneoneOneProjectIdRegExp, listEventsResponseDataItemOnesevenOneProjectIdRegExp, listEventsResponseDataItemOnesixOneProjectIdRegExp, listEventsResponseDataItemOnethreeOneProjectIdRegExp, listEventsResponseDataItemOnetwoOneProjectIdRegExp, listEventsResponseDataItemOnezeroOneProjectIdRegExp, listEventsResponseDataItemSevenOneProjectIdRegExp, listEventsResponseDataItemSixOneProjectIdRegExp, listEventsResponseDataItemThreeOneProjectIdRegExp, listEventsResponseDataItemTwoOneProjectIdRegExp, listEventsResponseDataItemTwoeightOneProjectIdRegExp, listEventsResponseDataItemTwofiveOneProjectIdRegExp, listEventsResponseDataItemTwofourOneProjectIdRegExp, listEventsResponseDataItemTwooneOneProjectIdRegExp, listEventsResponseDataItemTwosevenOneProjectIdRegExp, listEventsResponseDataItemTwosixOneProjectIdRegExp, listEventsResponseDataItemTwothreeOneProjectIdRegExp, listEventsResponseDataItemTwotwoOneProjectIdRegExp, listEventsResponseDataItemTwozeroOneProjectIdRegExp, listFlowDefinitionsQueryLimitDefault, listFlowDefinitionsQueryLimitMax, listFlowDefinitionsQueryProjectIdRegExp, listFlowDefinitionsResponseFlowDefinitionsItemFlowDefinitionNameRegExp, listFlowDefinitionsResponseFlowDefinitionsItemFlowDefinitionStepsItemActionsDefault, listFlowDefinitionsResponseFlowDefinitionsItemFlowDefinitionStepsItemActionsItemPrimaryDefault, listFlowDefinitionsResponseFlowDefinitionsItemFlowDefinitionStepsItemFieldsDefault, listFlowDefinitionsResponseFlowDefinitionsItemFlowDefinitionStepsItemGatesDefault, listFlowDefinitionsResponseFlowDefinitionsItemFlowDefinitionStepsItemSsoProvidersDefault, listFlowDefinitionsResponseFlowDefinitionsItemUserSchemaOneSchemaOneObjectTypeMax, listFlowDefinitionsResponseFlowDefinitionsItemUserSchemaOneSchemaOnePropertiesXAuditDefault, listReleasesQueryLimitDefault, listReleasesQueryLimitMax, listReleasesQueryProjectIdRegExp, listReleasesResponseReleasesItemIdRegExp, listReleasesResponseReleasesItemMetadataGitDirtyDefault, listReleasesResponseReleasesItemMetadataGitShaOneMax, listReleasesResponseReleasesItemMetadataMessageOneMax, listReleasesResponseReleasesItemProjectIdRegExp, listSchemasQueryLimitDefault, listSchemasQueryLimitMax, listSchemasQueryObjectTypeMax, listSchemasQueryProjectIdRegExp, listSchemasQueryRevisionsDefault, listSchemasResponseSchemasItemSchemaOneObjectTypeMax, listSchemasResponseSchemasItemSchemaOnePropertiesXAuditDefault, listUserPasskeysPathUserIdRegExp, listUserPasskeysQueryLimitDefault, listUserPasskeysQueryLimitMax, listUserTeamsPathUserIdRegExp, listUserTeamsQueryLimitDefault, listUserTeamsQueryLimitMax, patchProjectPathProjectIdRegExp, queryProjectsBodyLimitDefault, queryProjectsBodyLimitMax, querySessionsBodyLimitDefault, querySessionsBodyLimitMax, querySessionsQueryProjectIdRegExp, querySessionsResponseSessionsItemFactorsItemPayloadOneUserIdRegExp, querySessionsResponseSessionsItemProjectIdRegExp, querySessionsResponseSessionsItemSessionIdRegExp, querySessionsResponseSessionsItemUserIdOneRegExp, querySessionsResponseSessionsItemUserUserIdRegExp, queryTeamsBodyLimitDefault, queryTeamsBodyLimitMax, queryTeamsQueryProjectIdRegExp, queryUsersBodyLimitDefault, queryUsersBodyLimitMax, queryUsersResponseUsersItemIdRegExp, revokeSessionPathSessionIdRegExp, setUserPasswordPathUserIdRegExp, submitFlowStepResponseBrandingLayoutDefault, submitFlowStepResponseBrandingLiquidTemplateMax, submitFlowStepResponseStepActionsDefault, submitFlowStepResponseStepActionsItemPrimaryDefault, submitFlowStepResponseStepFieldsDefault, submitFlowStepResponseStepFieldsItemRequiredDefault, submitFlowStepResponseStepFieldsItemValidationMaxLengthMin, submitFlowStepResponseStepFieldsItemValidationMinLengthMin, submitFlowStepResponseStepGatesDefault, submitFlowStepResponseStepSsoProvidersDefault, updateFlowDefinitionBodyFlowDefinitionNameRegExp, updateFlowDefinitionBodyFlowDefinitionStepsItemActionsDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemPrimaryDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemFieldsDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemGatesDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersDefault, updateFlowDefinitionResponseFlowDefinitionNameRegExp, updateFlowDefinitionResponseFlowDefinitionStepsItemActionsDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemActionsItemPrimaryDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemFieldsDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemGatesDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemSsoProvidersDefault, updateFlowDefinitionResponseUserSchemaOneSchemaOneObjectTypeMax, updateFlowDefinitionResponseUserSchemaOneSchemaOnePropertiesXAuditDefault, updateTeamBodyNameMax, updateTeamPathTeamIdRegExp, verifyChallengeProofPathAttemptIdRegExp, verifyChallengeProofPathChallengeIdRegExp, verifyChallengeProofResponseAttemptIdRegExp, verifyChallengeProofResponseChallengesItemChallengeIdRegExp, verifyChallengeProofResponseCompletedFactorsItemPayloadOneUserIdRegExp, verifyChallengeProofResponseProjectIdRegExp, verifyChallengeProofResponseSessionIdOneRegExp, verifyChallengeProofResponseUserIdOneRegExp };
|
|
5570
|
+
export { BeginUserPasskeyRegistrationBody, BeginUserPasskeyRegistrationParams, CompleteClaimBody, CompleteClaimParams, CompleteClaimResponse, CreateAuthAttemptBody, CreateBrandingBody, CreateBrandingQueryParams, CreateFlowBody, CreateFlowDefinitionBody, CreateGrantBody, CreateGrantQueryParams, CreateHandoffHeader, CreateHandoffParams, CreateHandoffResponse, CreateProjectBody, CreateReleaseBody, CreateReleaseQueryParams, CreateReleaseResponse, CreateSchemaBody, CreateSchemaQueryParams, CreateSessionBody, CreateTeamBody, CreateTeamQueryParams, CreateUserBody, CreateUserQueryParams, DeleteFlowDefinitionParams, DeleteGrantParams, DeleteGrantQueryParams, DeleteTeamParams, DeleteUserByIDParams, ExchangeHandoffBody, ExchangeHandoffHeader, ExchangeHandoffQueryParams, ExchangeHandoffResponse, FinishUserPasskeyRegistrationBody, FinishUserPasskeyRegistrationParams, GetAuthAttemptParams, GetAuthAttemptResponse, GetBrandingByIdParams, GetBrandingByIdResponse, GetClaimStatusParams, GetClaimStatusQueryParams, GetClaimStatusResponse, GetClaimWindowParams, GetClaimWindowQueryParams, GetClaimWindowResponse, GetEnvironmentByNameParams, GetEnvironmentByNameQueryParams, GetEnvironmentByNameResponse, GetEventParams, GetEventQueryParams, GetEventResponse, GetFlowDefinitionParams, GetFlowDefinitionResponse, GetFlowStepParams, GetFlowStepResponse, GetGrantParams, GetGrantQueryParams, GetGrantResponse, GetMySessionResponse, GetMyUserResponse, GetProjectParams, GetProjectResponse, GetReleaseByIdParams, GetReleaseByIdQueryParams, GetReleaseByIdResponse, GetSchemaByIdParams, GetSchemaByIdQueryParams, GetSchemaByIdResponse, GetSessionParams, GetSessionResponse, GetTeamParams, GetTeamResponse, GetUserByIDParams, GetUserByIDQueryParams, GetUserByIDResponse, InitClaimParams, IssueChallengeBody, IssueChallengeParams, ListBrandingQueryParams, ListBrandingResponse, ListBrandingResponseItem, ListEnvironmentsQueryParams, ListEnvironmentsResponse, ListEventsQueryParams, ListEventsResponse, ListFlowDefinitionsQueryParams, ListFlowDefinitionsResponse, ListReleasesQueryParams, ListReleasesResponse, ListSchemasQueryParams, ListSchemasResponse, ListUserPasskeysParams, ListUserPasskeysQueryParams, ListUserPasskeysResponse, ListUserTeamsParams, ListUserTeamsQueryParams, ListUserTeamsResponse, PatchProjectBody, PatchProjectParams, PatchProjectResponse, QueryGrantsBody, QueryGrantsQueryParams, QueryGrantsResponse, QueryProjectsBody, QueryProjectsResponse, QuerySessionsBody, QuerySessionsQueryParams, QuerySessionsResponse, QueryTeamsBody, QueryTeamsQueryParams, QueryTeamsResponse, QueryUsersBody, QueryUsersResponse, RevokeSessionParams, SetUserPasswordBody, SetUserPasswordParams, SubmitFlowStepBody, SubmitFlowStepHeader, SubmitFlowStepParams, SubmitFlowStepResponse, UpdateFlowDefinitionBody, UpdateFlowDefinitionParams, UpdateFlowDefinitionResponse, UpdateTeamBody, UpdateTeamParams, UpdateTeamResponse, VerifyChallengeProofBody, VerifyChallengeProofHeader, VerifyChallengeProofParams, VerifyChallengeProofResponse, beginUserPasskeyRegistrationPathUserIdRegExp, completeClaimBodyChallengeIdRegExp, completeClaimPathProjectIdRegExp, completeClaimResponseProjectIdRegExp, completeClaimResponseTeamIdRegExp, createAuthAttemptBodyProjectIdRegExp, createAuthAttemptBodySessionIdOneRegExp, createBrandingBodyLayoutDefault, createBrandingBodyLiquidTemplateMax, createBrandingQueryProjectIdRegExp, createFlowBodyDryRunDefault, createFlowBodyFlowDefinitionNameRegExp, createFlowBodyProjectIdRegExp, createFlowBodySchemaVersionRegExp, createFlowDefinitionBodyFlowDefinitionNameRegExp, createFlowDefinitionBodyFlowDefinitionStepsItemActionsDefault, createFlowDefinitionBodyFlowDefinitionStepsItemActionsItemPrimaryDefault, createFlowDefinitionBodyFlowDefinitionStepsItemFieldsDefault, createFlowDefinitionBodyFlowDefinitionStepsItemGatesDefault, createFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersDefault, createFlowDefinitionBodyProjectIdRegExp, createGrantQueryProjectIdRegExp, createHandoffPathAttemptIdRegExp, createProjectBodySeedDefaultsDefault, createReleaseBodyGitDirtyDefault, createReleaseBodyGitShaMax, createReleaseBodyMessageMax, createReleaseBodyPointersItemRevisionIdMax, createReleaseQueryProjectIdRegExp, createReleaseResponseIdRegExp, createReleaseResponseMetadataGitDirtyDefault, createReleaseResponseMetadataGitShaOneMax, createReleaseResponseMetadataMessageOneMax, createReleaseResponsePointersItemHandleMax, createReleaseResponsePointersItemRevisionIdMax, createReleaseResponseProjectIdRegExp, createSchemaBodyOneObjectTypeMax, createSchemaBodyOnePropertiesXAuditDefault, createSchemaQueryProjectIdRegExp, createSchemaQueryTeamIdRegExp, createSessionBodyProjectIdRegExp, createTeamBodyNameMax, createTeamQueryProjectIdRegExp, createUserQueryProjectIdRegExp, createUserQueryTeamIdRegExp, deleteGrantQueryProjectIdRegExp, deleteTeamPathTeamIdRegExp, deleteUserByIDPathUserIdRegExp, exchangeHandoffQueryProjectIdRegExp, exchangeHandoffResponseSessionFactorsItemPayloadOneUserIdRegExp, exchangeHandoffResponseSessionProjectIdRegExp, exchangeHandoffResponseSessionSessionIdRegExp, exchangeHandoffResponseSessionUserIdOneRegExp, exchangeHandoffResponseSessionUserUserIdRegExp, finishUserPasskeyRegistrationPathUserIdRegExp, getAuthAttemptPathAttemptIdRegExp, getAuthAttemptResponseAttemptIdRegExp, getAuthAttemptResponseChallengesItemChallengeIdRegExp, getAuthAttemptResponseCompletedFactorsItemPayloadOneUserIdRegExp, getAuthAttemptResponseProjectIdRegExp, getAuthAttemptResponseSessionIdOneRegExp, getAuthAttemptResponseUserIdOneRegExp, getBrandingByIdResponseBrandingLayoutDefault, getBrandingByIdResponseBrandingLiquidTemplateMax, getClaimStatusPathProjectIdRegExp, getClaimStatusQueryChallengeIdRegExp, getClaimStatusResponseTwoTeamIdRegExp, getClaimWindowPathProjectIdRegExp, getClaimWindowQueryChallengeIdRegExp, getEnvironmentByNamePathNameMax, getEnvironmentByNamePathNameRegExp, getEnvironmentByNameQueryProjectIdRegExp, getEnvironmentByNameResponseNameMax, getEnvironmentByNameResponseNameRegExp, getEnvironmentByNameResponseProjectIdRegExp, getEventQueryProjectIdRegExp, getEventResponseEightOneProjectIdRegExp, getEventResponseFiveOneProjectIdRegExp, getEventResponseFourOneProjectIdRegExp, getEventResponseNineOneProjectIdRegExp, getEventResponseOneOneProjectIdRegExp, getEventResponseOneeightOneProjectIdRegExp, getEventResponseOnefiveOneProjectIdRegExp, getEventResponseOnefourOneProjectIdRegExp, getEventResponseOnenineOneProjectIdRegExp, getEventResponseOneoneOneProjectIdRegExp, getEventResponseOnesevenOneProjectIdRegExp, getEventResponseOnesixOneProjectIdRegExp, getEventResponseOnethreeOneProjectIdRegExp, getEventResponseOnetwoOneProjectIdRegExp, getEventResponseOnezeroOneProjectIdRegExp, getEventResponseSevenOneProjectIdRegExp, getEventResponseSixOneProjectIdRegExp, getEventResponseThreeOneProjectIdRegExp, getEventResponseTwoOneProjectIdRegExp, getEventResponseTwoeightOneProjectIdRegExp, getEventResponseTwofiveOneProjectIdRegExp, getEventResponseTwofourOneProjectIdRegExp, getEventResponseTwonineOneProjectIdRegExp, getEventResponseTwooneOneProjectIdRegExp, getEventResponseTwosevenOneProjectIdRegExp, getEventResponseTwosixOneProjectIdRegExp, getEventResponseTwothreeOneProjectIdRegExp, getEventResponseTwotwoOneProjectIdRegExp, getEventResponseTwozeroOneProjectIdRegExp, getEventResponseTwozeroTwoPayloadDurationMsMin, getEventResponseTwozeroTwoPayloadStatusMax, getEventResponseTwozeroTwoPayloadStatusMin, getFlowDefinitionResponseFlowDefinitionNameRegExp, getFlowDefinitionResponseFlowDefinitionStepsItemActionsDefault, getFlowDefinitionResponseFlowDefinitionStepsItemActionsItemPrimaryDefault, getFlowDefinitionResponseFlowDefinitionStepsItemFieldsDefault, getFlowDefinitionResponseFlowDefinitionStepsItemGatesDefault, getFlowDefinitionResponseFlowDefinitionStepsItemSsoProvidersDefault, getFlowDefinitionResponseUserSchemaOneSchemaOneObjectTypeMax, getFlowDefinitionResponseUserSchemaOneSchemaOnePropertiesXAuditDefault, getFlowStepResponseBrandingLayoutDefault, getFlowStepResponseBrandingLiquidTemplateMax, getFlowStepResponseStepActionsDefault, getFlowStepResponseStepActionsItemPrimaryDefault, getFlowStepResponseStepFieldsDefault, getFlowStepResponseStepFieldsItemRequiredDefault, getFlowStepResponseStepFieldsItemValidationMaxLengthMin, getFlowStepResponseStepFieldsItemValidationMinLengthMin, getFlowStepResponseStepGatesDefault, getFlowStepResponseStepSsoProvidersDefault, getGrantQueryProjectIdRegExp, getGrantResponsePrincipalOneOneOneIdRegExp, getGrantResponseUserUserIdRegExp, getMySessionResponseFactorsItemPayloadOneUserIdRegExp, getMySessionResponseProjectIdRegExp, getMySessionResponseSessionIdRegExp, getMySessionResponseUserIdOneRegExp, getMySessionResponseUserUserIdRegExp, getMyUserResponseIdRegExp, getProjectPathProjectIdRegExp, getReleaseByIdPathReleaseIdRegExp, getReleaseByIdQueryProjectIdRegExp, getReleaseByIdResponseIdRegExp, getReleaseByIdResponseMetadataGitDirtyDefault, getReleaseByIdResponseMetadataGitShaOneMax, getReleaseByIdResponseMetadataMessageOneMax, getReleaseByIdResponsePointersItemHandleMax, getReleaseByIdResponsePointersItemRevisionIdMax, getReleaseByIdResponseProjectIdRegExp, getSchemaByIdQueryTeamIdRegExp, getSchemaByIdResponseSchemaOneObjectTypeMax, getSchemaByIdResponseSchemaOnePropertiesXAuditDefault, getSessionPathSessionIdRegExp, getSessionResponseFactorsItemPayloadOneUserIdRegExp, getSessionResponseProjectIdRegExp, getSessionResponseSessionIdRegExp, getSessionResponseUserIdOneRegExp, getSessionResponseUserUserIdRegExp, getTeamPathTeamIdRegExp, getUserByIDPathUserIdRegExp, getUserByIDQueryTeamIdRegExp, getUserByIDResponseIdRegExp, initClaimPathProjectIdRegExp, issueChallengePathAttemptIdRegExp, listBrandingQueryProjectIdRegExp, listEnvironmentsQueryLimitDefault, listEnvironmentsQueryLimitMax, listEnvironmentsQueryProjectIdRegExp, listEnvironmentsResponseEnvironmentsItemNameMax, listEnvironmentsResponseEnvironmentsItemNameRegExp, listEnvironmentsResponseEnvironmentsItemProjectIdRegExp, listEventsQueryLimitDefault, listEventsQueryLimitMax, listEventsQueryOrderDefault, listEventsQueryProjectIdRegExp, listEventsResponseDataItemEightOneProjectIdRegExp, listEventsResponseDataItemFiveOneProjectIdRegExp, listEventsResponseDataItemFourOneProjectIdRegExp, listEventsResponseDataItemNineOneProjectIdRegExp, listEventsResponseDataItemOneOneProjectIdRegExp, listEventsResponseDataItemOneeightOneProjectIdRegExp, listEventsResponseDataItemOnefiveOneProjectIdRegExp, listEventsResponseDataItemOnefourOneProjectIdRegExp, listEventsResponseDataItemOnenineOneProjectIdRegExp, listEventsResponseDataItemOneoneOneProjectIdRegExp, listEventsResponseDataItemOnesevenOneProjectIdRegExp, listEventsResponseDataItemOnesixOneProjectIdRegExp, listEventsResponseDataItemOnethreeOneProjectIdRegExp, listEventsResponseDataItemOnetwoOneProjectIdRegExp, listEventsResponseDataItemOnezeroOneProjectIdRegExp, listEventsResponseDataItemSevenOneProjectIdRegExp, listEventsResponseDataItemSixOneProjectIdRegExp, listEventsResponseDataItemThreeOneProjectIdRegExp, listEventsResponseDataItemTwoOneProjectIdRegExp, listEventsResponseDataItemTwoeightOneProjectIdRegExp, listEventsResponseDataItemTwofiveOneProjectIdRegExp, listEventsResponseDataItemTwofourOneProjectIdRegExp, listEventsResponseDataItemTwonineOneProjectIdRegExp, listEventsResponseDataItemTwooneOneProjectIdRegExp, listEventsResponseDataItemTwosevenOneProjectIdRegExp, listEventsResponseDataItemTwosixOneProjectIdRegExp, listEventsResponseDataItemTwothreeOneProjectIdRegExp, listEventsResponseDataItemTwotwoOneProjectIdRegExp, listEventsResponseDataItemTwozeroOneProjectIdRegExp, listEventsResponseDataItemTwozeroTwoPayloadDurationMsMin, listEventsResponseDataItemTwozeroTwoPayloadStatusMax, listEventsResponseDataItemTwozeroTwoPayloadStatusMin, listFlowDefinitionsQueryLimitDefault, listFlowDefinitionsQueryLimitMax, listFlowDefinitionsQueryNameRegExp, listFlowDefinitionsQueryProjectIdRegExp, listFlowDefinitionsResponseFlowDefinitionsItemFlowDefinitionNameRegExp, listFlowDefinitionsResponseFlowDefinitionsItemFlowDefinitionStepsItemActionsDefault, listFlowDefinitionsResponseFlowDefinitionsItemFlowDefinitionStepsItemActionsItemPrimaryDefault, listFlowDefinitionsResponseFlowDefinitionsItemFlowDefinitionStepsItemFieldsDefault, listFlowDefinitionsResponseFlowDefinitionsItemFlowDefinitionStepsItemGatesDefault, listFlowDefinitionsResponseFlowDefinitionsItemFlowDefinitionStepsItemSsoProvidersDefault, listFlowDefinitionsResponseFlowDefinitionsItemUserSchemaOneSchemaOneObjectTypeMax, listFlowDefinitionsResponseFlowDefinitionsItemUserSchemaOneSchemaOnePropertiesXAuditDefault, listReleasesQueryLimitDefault, listReleasesQueryLimitMax, listReleasesQueryProjectIdRegExp, listReleasesResponseReleasesItemIdRegExp, listReleasesResponseReleasesItemMetadataGitDirtyDefault, listReleasesResponseReleasesItemMetadataGitShaOneMax, listReleasesResponseReleasesItemMetadataMessageOneMax, listReleasesResponseReleasesItemProjectIdRegExp, listSchemasQueryLimitDefault, listSchemasQueryLimitMax, listSchemasQueryObjectTypeMax, listSchemasQueryProjectIdRegExp, listSchemasQueryRevisionsDefault, listSchemasResponseSchemasItemSchemaOneObjectTypeMax, listSchemasResponseSchemasItemSchemaOnePropertiesXAuditDefault, listUserPasskeysPathUserIdRegExp, listUserPasskeysQueryLimitDefault, listUserPasskeysQueryLimitMax, listUserTeamsPathUserIdRegExp, listUserTeamsQueryLimitDefault, listUserTeamsQueryLimitMax, patchProjectPathProjectIdRegExp, queryGrantsBodyLimitDefault, queryGrantsBodyLimitMax, queryGrantsQueryProjectIdRegExp, queryGrantsResponseGrantsItemPrincipalOneOneOneIdRegExp, queryGrantsResponseGrantsItemUserUserIdRegExp, queryProjectsBodyLimitDefault, queryProjectsBodyLimitMax, querySessionsBodyLimitDefault, querySessionsBodyLimitMax, querySessionsQueryProjectIdRegExp, querySessionsResponseSessionsItemFactorsItemPayloadOneUserIdRegExp, querySessionsResponseSessionsItemProjectIdRegExp, querySessionsResponseSessionsItemSessionIdRegExp, querySessionsResponseSessionsItemUserIdOneRegExp, querySessionsResponseSessionsItemUserUserIdRegExp, queryTeamsBodyLimitDefault, queryTeamsBodyLimitMax, queryTeamsQueryProjectIdRegExp, queryUsersBodyLimitDefault, queryUsersBodyLimitMax, queryUsersResponseUsersItemIdRegExp, revokeSessionPathSessionIdRegExp, setUserPasswordPathUserIdRegExp, submitFlowStepResponseBrandingLayoutDefault, submitFlowStepResponseBrandingLiquidTemplateMax, submitFlowStepResponseStepActionsDefault, submitFlowStepResponseStepActionsItemPrimaryDefault, submitFlowStepResponseStepFieldsDefault, submitFlowStepResponseStepFieldsItemRequiredDefault, submitFlowStepResponseStepFieldsItemValidationMaxLengthMin, submitFlowStepResponseStepFieldsItemValidationMinLengthMin, submitFlowStepResponseStepGatesDefault, submitFlowStepResponseStepSsoProvidersDefault, updateFlowDefinitionBodyFlowDefinitionNameRegExp, updateFlowDefinitionBodyFlowDefinitionStepsItemActionsDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemPrimaryDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemFieldsDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemGatesDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersDefault, updateFlowDefinitionResponseFlowDefinitionNameRegExp, updateFlowDefinitionResponseFlowDefinitionStepsItemActionsDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemActionsItemPrimaryDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemFieldsDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemGatesDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemSsoProvidersDefault, updateFlowDefinitionResponseUserSchemaOneSchemaOneObjectTypeMax, updateFlowDefinitionResponseUserSchemaOneSchemaOnePropertiesXAuditDefault, updateTeamBodyNameMax, updateTeamPathTeamIdRegExp, verifyChallengeProofPathAttemptIdRegExp, verifyChallengeProofPathChallengeIdRegExp, verifyChallengeProofResponseAttemptIdRegExp, verifyChallengeProofResponseChallengesItemChallengeIdRegExp, verifyChallengeProofResponseCompletedFactorsItemPayloadOneUserIdRegExp, verifyChallengeProofResponseProjectIdRegExp, verifyChallengeProofResponseSessionIdOneRegExp, verifyChallengeProofResponseUserIdOneRegExp };
|
|
5240
5571
|
|
|
5241
5572
|
//# sourceMappingURL=zitadelNextGen.zod.mjs.map
|