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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (120) hide show
  1. package/README.md +38 -3
  2. package/dist/generated/endpoints/zitadelNextGen.d.mts +2 -2
  3. package/dist/generated/endpoints/zitadelNextGen.mjs +104 -98
  4. package/dist/generated/endpoints/zitadelNextGen.mjs.map +1 -1
  5. package/dist/generated/endpoints/zitadelNextGen.msw.d.mts +6 -2
  6. package/dist/generated/endpoints/zitadelNextGen.msw.d.mts.map +1 -1
  7. package/dist/generated/endpoints/zitadelNextGen.msw.mjs +5132 -262
  8. package/dist/generated/endpoints/zitadelNextGen.msw.mjs.map +1 -1
  9. package/dist/generated/endpoints/zitadelNextGen.zod.d.mts +2523 -110
  10. package/dist/generated/endpoints/zitadelNextGen.zod.d.mts.map +1 -1
  11. package/dist/generated/endpoints/zitadelNextGen.zod.mjs +2581 -143
  12. package/dist/generated/endpoints/zitadelNextGen.zod.mjs.map +1 -1
  13. package/dist/generated/model/index.d.mts +2 -2
  14. package/dist/generated/model/index.mjs +29 -5
  15. package/dist/generated/model/index.mjs.map +1 -1
  16. package/dist/{index-D6qIOslB.d.mts → index-Dt_0fSH9.d.mts} +2759 -390
  17. package/dist/index-Dt_0fSH9.d.mts.map +1 -0
  18. package/dist/runtime/api-factory.d.mts +1 -1
  19. package/dist/{zitadelNextGen-BCljAZpG.d.mts → zitadelNextGen-BkDpEAS9.d.mts} +62 -35
  20. package/dist/zitadelNextGen-BkDpEAS9.d.mts.map +1 -0
  21. package/package.json +1 -1
  22. package/src/generated/endpoints/zitadelNextGen.msw.ts +5330 -241
  23. package/src/generated/endpoints/zitadelNextGen.ts +129 -209
  24. package/src/generated/endpoints/zitadelNextGen.zod.ts +4635 -336
  25. package/src/generated/model/createAuthAttemptDefault.ts +10 -0
  26. package/src/generated/model/createFlowDefault.ts +10 -0
  27. package/src/generated/model/createFlowDefinition201FlowDefinitionStepsItemTransitions.ts +11 -0
  28. package/src/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemTransitions.ts +11 -0
  29. package/src/generated/model/createFlowDefinitionDefault.ts +10 -0
  30. package/src/generated/model/createHandoffDefault.ts +10 -0
  31. package/src/generated/model/createProjectDefault.ts +20 -0
  32. package/src/generated/model/createSchemaBody.ts +5 -34
  33. package/src/generated/model/createSession201Session.ts +1 -1
  34. package/src/generated/model/createSession201SessionState.ts +1 -1
  35. package/src/generated/model/createSessionDefault.ts +20 -0
  36. package/src/generated/model/createUser201.ts +24 -4
  37. package/src/generated/model/createUser201Attributes.ts +14 -0
  38. package/src/generated/model/{createUserBodyMetadata.ts → createUser201Metadata.ts} +3 -3
  39. package/src/generated/model/{createUserBodyMetadataStatus.ts → createUser201MetadataStatus.ts} +3 -3
  40. package/src/generated/model/createUser500.ts +20 -0
  41. package/src/generated/model/{deleteTeamParams.ts → createUser500Details.ts} +4 -7
  42. package/src/generated/model/createUserBody.ts +22 -11
  43. package/src/generated/model/createUserBodyAttributes.ts +14 -0
  44. package/src/generated/model/createUserDefault.ts +10 -0
  45. package/src/generated/model/deleteFlowDefinitionDefault.ts +10 -0
  46. package/src/generated/model/deleteUserByIDDefault.ts +10 -0
  47. package/src/generated/model/exchangeHandoff200Session.ts +1 -1
  48. package/src/generated/model/exchangeHandoff200SessionState.ts +1 -1
  49. package/src/generated/model/exchangeHandoffDefault.ts +10 -0
  50. package/src/generated/model/getEvent200.ts +1372 -0
  51. package/src/generated/model/getEvent401.ts +20 -0
  52. package/src/generated/model/{getSessionParams.ts → getEvent401Details.ts} +4 -7
  53. package/src/generated/model/getEvent403.ts +20 -0
  54. package/src/generated/model/getEvent403Details.ts +12 -0
  55. package/src/generated/model/getEvent404.ts +20 -0
  56. package/src/generated/model/getEvent404Details.ts +12 -0
  57. package/src/generated/model/getEventDefault.ts +20 -0
  58. package/src/generated/model/getEventDefaultDetails.ts +12 -0
  59. package/src/generated/model/{getTeamParams.ts → getEventParams.ts} +1 -1
  60. package/src/generated/model/getFlowDefinition200FlowDefinitionStepsItemTransitions.ts +11 -0
  61. package/src/generated/model/getMySession200.ts +1 -1
  62. package/src/generated/model/getMySession200State.ts +1 -1
  63. package/src/generated/model/getMyUser200.ts +20 -7
  64. package/src/generated/model/getMyUser200Attributes.ts +14 -0
  65. package/src/generated/model/getSchemaById200.ts +5 -34
  66. package/src/generated/model/getSchemaByIdParams.ts +0 -5
  67. package/src/generated/model/getSession200.ts +1 -1
  68. package/src/generated/model/getSession200State.ts +1 -1
  69. package/src/generated/model/getUserByID200.ts +20 -7
  70. package/src/generated/model/getUserByID200Attributes.ts +14 -0
  71. package/src/generated/model/getUserByIDParams.ts +0 -5
  72. package/src/generated/model/index.ts +32 -13
  73. package/src/generated/model/listEvents200.ts +19 -0
  74. package/src/generated/model/listEvents200DataItem.ts +1372 -0
  75. package/src/generated/model/listEvents400.ts +20 -0
  76. package/src/generated/model/listEvents400Details.ts +12 -0
  77. package/src/generated/model/listEvents401.ts +20 -0
  78. package/src/generated/model/listEvents401Details.ts +12 -0
  79. package/src/generated/model/listEvents403.ts +20 -0
  80. package/src/generated/model/listEvents403Details.ts +12 -0
  81. package/src/generated/model/listEventsCategoryItem.ts +19 -0
  82. package/src/generated/model/listEventsDefault.ts +20 -0
  83. package/src/generated/model/{getFlowDefinitionParams.ts → listEventsDefaultDetails.ts} +4 -7
  84. package/src/generated/model/{getBrandingByIdParams.ts → listEventsOrder.ts} +6 -7
  85. package/src/generated/model/listEventsParams.ts +67 -0
  86. package/src/generated/model/listUserPasskeysParams.ts +0 -5
  87. package/src/generated/model/listUserTeamsDefault.ts +0 -20
  88. package/src/generated/model/listUserTeamsParams.ts +0 -5
  89. package/src/generated/model/listUsers200UsersItem.ts +20 -7
  90. package/src/generated/model/listUsers200UsersItemAttributes.ts +14 -0
  91. package/src/generated/model/patchProjectDefault.ts +10 -0
  92. package/src/generated/model/queryProjectsBodyFilterItem.ts +4 -0
  93. package/src/generated/model/queryProjectsBodyFilterItemOperation.ts +4 -0
  94. package/src/generated/model/querySessions200SessionsItem.ts +1 -1
  95. package/src/generated/model/querySessions200SessionsItemState.ts +1 -1
  96. package/src/generated/model/querySessionsBodyFilterItem.ts +6 -1
  97. package/src/generated/model/querySessionsBodyFilterItemField.ts +2 -1
  98. package/src/generated/model/querySessionsBodyFilterItemOperation.ts +4 -0
  99. package/src/generated/model/querySessionsDefault.ts +10 -0
  100. package/src/generated/model/queryTeamsBodyFilterItem.ts +9 -0
  101. package/src/generated/model/queryTeamsBodyFilterItemField.ts +9 -0
  102. package/src/generated/model/queryTeamsBodyFilterItemOperation.ts +4 -0
  103. package/src/generated/model/queryTeamsBodySorting.ts +5 -0
  104. package/src/generated/model/queryTeamsBodySortingField.ts +9 -0
  105. package/src/generated/model/revokeMySessionDefault.ts +10 -0
  106. package/src/generated/model/revokeSessionDefault.ts +10 -0
  107. package/src/generated/model/setUserPasswordDefault.ts +10 -0
  108. package/src/generated/model/submitFlowStepDefault.ts +10 -0
  109. package/src/generated/model/updateFlowDefinition200FlowDefinitionStepsItemTransitions.ts +11 -0
  110. package/src/generated/model/updateFlowDefinitionBodyFlowDefinitionStepsItemTransitions.ts +11 -0
  111. package/src/generated/model/updateFlowDefinitionDefault.ts +10 -0
  112. package/src/generated/model/verifyChallengeProofDefault.ts +10 -0
  113. package/dist/index-D6qIOslB.d.mts.map +0 -1
  114. package/dist/zitadelNextGen-BCljAZpG.d.mts.map +0 -1
  115. package/src/generated/model/deleteFlowDefinitionParams.ts +0 -15
  116. package/src/generated/model/deleteUserByIDParams.ts +0 -15
  117. package/src/generated/model/revokeSessionParams.ts +0 -15
  118. package/src/generated/model/setUserPasswordParams.ts +0 -15
  119. package/src/generated/model/updateFlowDefinitionParams.ts +0 -15
  120. package/src/generated/model/updateTeamParams.ts +0 -15
@@ -1,8 +1,8 @@
1
- import { Al as CreateFlowDefinitionBody, As as GetAuthAttempt200, Bs as ExchangeHandoffParams, Bu as CreateBranding201, Cl as CreateProjectBody, D as UpdateTeam200, Da as GetSession200, Ei as ListFlowDefinitionsParams, El as CreateProject201, Er as QueryProjects200, Es as GetBrandingById200, Fc as CreateUser201, Gu as CreateAuthAttempt201, Ha as GetReadyDefault, Hs as ExchangeHandoffBody, Ic as CreateTeamParams, Ir as PatchProject200, It as SubmitFlowStep200, Iu as CreateBrandingBody, Jl as CreateFlowDefinition201, Li as ListBranding200Item, Lr as ListUserTeamsParams, Nu as CreateBrandingParams, Ol as CreateHandoff200, Oo as GetFlowStep200, Pa as GetSchemaByIdParams, Pi as ListBrandingParams, Qc as CreateTeam201, Qr as ListUsersParams, Rn as QueryTeams200, Sc as CreateUserParams, Si as ListSchemasParams, Ti as ListSchemas200Item, Ui as IssueChallenge201, Un as QuerySessionsBody, Va as GetSchemaById200, Vn as QuerySessionsParams, Wu as CreateAuthAttemptBody, Y as UpdateFlowDefinition200, Yo as GetFlowDefinition200, Yr as ListUserTeams200, Ys as ExchangeHandoff200, Za as GetProject200, _a as GetTeam200, al as CreateSession201, bi as ListUserPasskeys200, bs as GetClaimStatus200, ci as ListUserPasskeysParams, co as GetMySession200, dr as QueryProjectsBody, ea as InitClaim201, g as UpdateTeamBody, gl as CreateSchemaBody, ho as GetLiveDefault, ii as ListUsers200, j as UpdateFlowDefinitionBody, ji as ListFlowDefinitions200, k as UpdateFlowDefinitionParams, kr as PatchProjectBody, lc as DeleteTeamParams, ls as GetClaimStatusParams, lu as CreateFlowBody, md as CompleteClaim200, mu as CreateFlow201, n as VerifyChallengeProofBody, no as GetMyUser200, nr as QuerySessions200, p as UpdateTeamParams, pl as CreateSchemaParams, qo as GetFlowDefinitionParams, r as VerifyChallengeProof200, rc as DeleteUserByIDParams, rd as CompleteClaimBody, rn as SetUserPasswordBody, sa as GetUserByID200, ta as GetUserByIDParams, tl as CreateSessionBody, tn as SetUserPasswordParams, ua as GetTeamParams, un as RevokeSessionParams, ut as SubmitFlowStepBody, vc as DeleteFlowDefinitionParams, vn as QueryTeamsParams, wc as CreateUserBody, xl as CreateSchema201, xn as QueryTeamsBody, xs as GetBrandingByIdParams, ya as GetSessionParams, yo as GetHealthDefault, zc as CreateTeamBody, zi as IssueChallengeBody } from "./index-D6qIOslB.mjs";
1
+ import { $i as IssueChallenge201, Bl as CreateSchema201, Ci as ListFlowDefinitionsParams, Da as GetTeam200, Ds as GetEvent200, E as UpdateTeam200, Fl as CreateSchemaBody, Gl as CreateProject201, Gr as ListUserTeams200, Hi as ListEvents200, Hl as CreateProjectBody, Ia as GetSession200, Jr as ListUsersParams, Js as GetAuthAttempt200, Lc as CreateUserParams, Ln as QuerySessionsParams, Ml as CreateSchemaParams, Mr as PatchProject200, Nd as CompleteClaim200, Nr as ListUserTeamsParams, Nu as CreateFlow201, Oi as ListFlowDefinitions200, Os as GetClaimStatusParams, Ou as CreateFlowBody, Pn as QueryTeams200, Pt as SubmitFlowStep200, Qn as QuerySessions200, Qu as CreateBrandingParams, Ro as GetFlowStep200, Sd as CompleteClaimBody, Si as ListSchemas200Item, Sr as QueryProjects200, To as GetLiveDefault, Tr as PatchProjectBody, Ua as GetSchemaByIdParams, Wi as ListBrandingParams, Ws as GetBrandingById200, Xa as GetSchemaById200, Yi as IssueChallengeBody, Yl as CreateFlowDefinitionBody, Za as GetReadyDefault, Zc as CreateUser201, _a as GetUserByID200, _i as ListUserPasskeys200, _l as CreateTeam201, _n as QueryTeamsBody, ad as CreateBranding201, ai as ListUserPasskeysParams, bl as CreateSessionBody, ct as SubmitFlowStepBody, da as GetUserByIDParams, do as GetMyUser200, ei as ListUsers200, en as SetUserPasswordBody, h as UpdateTeamBody, ic as ExchangeHandoffParams, il as CreateTeamBody, is as GetFlowDefinition200, ji as ListEventsParams, k as UpdateFlowDefinitionBody, ko as GetHealthDefault, ld as CreateAuthAttemptBody, mn as QueryTeamsParams, n as VerifyChallengeProofBody, oc as ExchangeHandoffBody, oo as GetProject200, pc as ExchangeHandoff200, pu as CreateFlowDefinition201, q as UpdateFlowDefinition200, qi as ListBranding200Item, ql as CreateHandoff200, r as VerifyChallengeProof200, sr as QueryProjectsBody, td as CreateBrandingBody, tl as CreateTeamParams, ua as InitClaim201, ud as CreateAuthAttempt201, vo as GetMySession200, vs as GetEventParams, wl as CreateSession201, yi as ListSchemasParams, zc as CreateUserBody, zn as QuerySessionsBody, zs as GetClaimStatus200 } from "./index-Dt_0fSH9.mjs";
2
2
 
3
3
  //#region src/generated/endpoints/zitadelNextGen.d.ts
4
4
  declare namespace zitadelNextGen_d_exports {
5
- export { completeClaim, createAuthAttempt, createBranding, createFlow, createFlowDefinition, createHandoff, createProject, createSchema, createSession, createTeam, createUser, deleteFlowDefinition, deleteTeam, deleteUserByID, exchangeHandoff, getAuthAttempt, getBrandingById, getClaimStatus, getCompleteClaimUrl, getCreateAuthAttemptUrl, getCreateBrandingUrl, getCreateFlowDefinitionUrl, getCreateFlowUrl, getCreateHandoffUrl, getCreateProjectUrl, getCreateSchemaUrl, getCreateSessionUrl, getCreateTeamUrl, getCreateUserUrl, getDeleteFlowDefinitionUrl, getDeleteTeamUrl, getDeleteUserByIDUrl, getExchangeHandoffUrl, getFlowDefinition, getFlowStep, getGetAuthAttemptUrl, getGetBrandingByIdUrl, getGetClaimStatusUrl, getGetFlowDefinitionUrl, getGetFlowStepUrl, getGetHealthUrl, getGetLiveUrl, getGetMySessionUrl, getGetMyUserUrl, getGetProjectUrl, getGetReadyUrl, getGetSchemaByIdUrl, getGetSessionUrl, getGetTeamUrl, getGetUserByIDUrl, getHealth, getInitClaimUrl, getIssueChallengeUrl, getListBrandingUrl, getListFlowDefinitionsUrl, getListSchemasUrl, getListUserPasskeysUrl, getListUserTeamsUrl, getListUsersUrl, getLive, getMySession, getMyUser, getPatchProjectUrl, getProject, getQueryProjectsUrl, getQuerySessionsUrl, getQueryTeamsUrl, getReady, getRevokeMySessionUrl, getRevokeSessionUrl, getSchemaById, getSession, getSetUserPasswordUrl, getSubmitFlowStepUrl, getTeam, getUpdateFlowDefinitionUrl, getUpdateTeamUrl, getUserByID, getVerifyChallengeProofUrl, initClaim, issueChallenge, listBranding, listFlowDefinitions, listSchemas, listUserPasskeys, listUserTeams, listUsers, patchProject, queryProjects, querySessions, queryTeams, revokeMySession, revokeSession, setUserPassword, submitFlowStep, updateFlowDefinition, updateTeam, verifyChallengeProof };
5
+ export { completeClaim, createAuthAttempt, createBranding, createFlow, createFlowDefinition, createHandoff, createProject, createSchema, createSession, createTeam, createUser, deleteFlowDefinition, deleteTeam, deleteUserByID, exchangeHandoff, getAuthAttempt, getBrandingById, getClaimStatus, getCompleteClaimUrl, getCreateAuthAttemptUrl, getCreateBrandingUrl, getCreateFlowDefinitionUrl, getCreateFlowUrl, getCreateHandoffUrl, getCreateProjectUrl, getCreateSchemaUrl, getCreateSessionUrl, getCreateTeamUrl, getCreateUserUrl, getDeleteFlowDefinitionUrl, getDeleteTeamUrl, getDeleteUserByIDUrl, getEvent, getExchangeHandoffUrl, getFlowDefinition, getFlowStep, getGetAuthAttemptUrl, getGetBrandingByIdUrl, getGetClaimStatusUrl, getGetEventUrl, getGetFlowDefinitionUrl, getGetFlowStepUrl, getGetHealthUrl, getGetLiveUrl, getGetMySessionUrl, getGetMyUserUrl, getGetProjectUrl, getGetReadyUrl, getGetSchemaByIdUrl, getGetSessionUrl, getGetTeamUrl, getGetUserByIDUrl, getHealth, getInitClaimUrl, getIssueChallengeUrl, getListBrandingUrl, getListEventsUrl, getListFlowDefinitionsUrl, getListSchemasUrl, getListUserPasskeysUrl, getListUserTeamsUrl, getListUsersUrl, getLive, getMySession, getMyUser, getPatchProjectUrl, getProject, getQueryProjectsUrl, getQuerySessionsUrl, getQueryTeamsUrl, getReady, getRevokeMySessionUrl, getRevokeSessionUrl, getSchemaById, getSession, getSetUserPasswordUrl, getSubmitFlowStepUrl, getTeam, getUpdateFlowDefinitionUrl, getUpdateTeamUrl, getUserByID, getVerifyChallengeProofUrl, initClaim, issueChallenge, listBranding, listEvents, listFlowDefinitions, listSchemas, listUserPasskeys, listUserTeams, listUsers, patchProject, queryProjects, querySessions, queryTeams, revokeMySession, revokeSession, setUserPassword, submitFlowStep, updateFlowDefinition, updateTeam, verifyChallengeProof };
6
6
  }
7
7
  declare const getGetHealthUrl: () => string;
8
8
  /**
@@ -32,27 +32,27 @@ declare const getListUsersUrl: (params?: ListUsersParams) => string;
32
32
  * @summary List users
33
33
  */
34
34
  declare const listUsers: (params?: ListUsersParams, options?: RequestInit) => Promise<ListUsers200>;
35
- declare const getGetUserByIDUrl: (userId: string, params: GetUserByIDParams) => string;
35
+ declare const getGetUserByIDUrl: (userId: string, params?: GetUserByIDParams) => string;
36
36
  /**
37
37
  * @summary Get user by ID
38
38
  */
39
- declare const getUserByID: (userId: string, params: GetUserByIDParams, options?: RequestInit) => Promise<GetUserByID200>;
40
- declare const getDeleteUserByIDUrl: (userId: string, params: DeleteUserByIDParams) => string;
39
+ declare const getUserByID: (userId: string, params?: GetUserByIDParams, options?: RequestInit) => Promise<GetUserByID200>;
40
+ declare const getDeleteUserByIDUrl: (userId: string) => string;
41
41
  /**
42
42
  * @summary Delete user by ID
43
43
  */
44
- declare const deleteUserByID: (userId: string, params: DeleteUserByIDParams, options?: RequestInit) => Promise<void>;
45
- declare const getListUserPasskeysUrl: (userId: string, params: ListUserPasskeysParams) => string;
44
+ declare const deleteUserByID: (userId: string, options?: RequestInit) => Promise<void>;
45
+ declare const getListUserPasskeysUrl: (userId: string, params?: ListUserPasskeysParams) => string;
46
46
  /**
47
47
  * @summary List user passkeys
48
48
  */
49
- declare const listUserPasskeys: (userId: string, params: ListUserPasskeysParams, options?: RequestInit) => Promise<ListUserPasskeys200>;
50
- declare const getSetUserPasswordUrl: (userId: string, params: SetUserPasswordParams) => string;
49
+ declare const listUserPasskeys: (userId: string, params?: ListUserPasskeysParams, options?: RequestInit) => Promise<ListUserPasskeys200>;
50
+ declare const getSetUserPasswordUrl: (userId: string) => string;
51
51
  /**
52
52
  * @summary Set user password
53
53
  */
54
- declare const setUserPassword: (userId: string, setUserPasswordBody: SetUserPasswordBody, params: SetUserPasswordParams, options?: RequestInit) => Promise<void>;
55
- declare const getListUserTeamsUrl: (userId: string, params: ListUserTeamsParams) => string;
54
+ declare const setUserPassword: (userId: string, setUserPasswordBody: SetUserPasswordBody, options?: RequestInit) => Promise<void>;
55
+ declare const getListUserTeamsUrl: (userId: string, params?: ListUserTeamsParams) => string;
56
56
  /**
57
57
  * The user's team roster, ordered by team name. Each entry carries the
58
58
  team's name, so a client renders a page without resolving ids one by one.
@@ -64,7 +64,7 @@ returned.
64
64
 
65
65
  * @summary List the teams a user belongs to
66
66
  */
67
- declare const listUserTeams: (userId: string, params: ListUserTeamsParams, options?: RequestInit) => Promise<ListUserTeams200>;
67
+ declare const listUserTeams: (userId: string, params?: ListUserTeamsParams, options?: RequestInit) => Promise<ListUserTeams200>;
68
68
  declare const getGetMyUserUrl: () => string;
69
69
  /**
70
70
  * @summary Get my user information
@@ -312,7 +312,7 @@ Requires a project service key (OAuth2 client credentials).
312
312
  * @summary Exchange handoff token for a session
313
313
  */
314
314
  declare const exchangeHandoff: (exchangeHandoffBody: ExchangeHandoffBody, params: ExchangeHandoffParams, options?: RequestInit) => Promise<ExchangeHandoff200>;
315
- declare const getGetSessionUrl: (sessionId: string, params: GetSessionParams) => string;
315
+ declare const getGetSessionUrl: (sessionId: string) => string;
316
316
  /**
317
317
  * Returns the current state of a session including its factors and all currently
318
318
  satisfied assurance levels.
@@ -323,8 +323,8 @@ against the same `session_id`) to restore a dropped assurance level.
323
323
 
324
324
  * @summary Get session state
325
325
  */
326
- declare const getSession: (sessionId: string, params: GetSessionParams, options?: RequestInit) => Promise<GetSession200>;
327
- declare const getRevokeSessionUrl: (sessionId: string, params: RevokeSessionParams) => string;
326
+ declare const getSession: (sessionId: string, options?: RequestInit) => Promise<GetSession200>;
327
+ declare const getRevokeSessionUrl: (sessionId: string) => string;
328
328
  /**
329
329
  * Permanently deletes the session, terminating it immediately.
330
330
 
@@ -338,7 +338,7 @@ invalidated.
338
338
 
339
339
  * @summary Revoke session
340
340
  */
341
- declare const revokeSession: (sessionId: string, params: RevokeSessionParams, options?: RequestInit) => Promise<void>;
341
+ declare const revokeSession: (sessionId: string, options?: RequestInit) => Promise<void>;
342
342
  declare const getGetMySessionUrl: () => string;
343
343
  /**
344
344
  * Returns the current state of the current session including its factors and all currently
@@ -386,12 +386,12 @@ supports pagination and filtering based on schema attributes.
386
386
  * @summary List all schemas
387
387
  */
388
388
  declare const listSchemas: (params: ListSchemasParams, options?: RequestInit) => Promise<ListSchemas200Item[]>;
389
- declare const getGetSchemaByIdUrl: (id: string, params: GetSchemaByIdParams) => string;
389
+ declare const getGetSchemaByIdUrl: (id: string, params?: GetSchemaByIdParams) => string;
390
390
  /**
391
391
  * Get a schema by its ID. This will return the default revision of the schema.
392
392
  * @summary Get schema by ID
393
393
  */
394
- declare const getSchemaById: (id: string, params: GetSchemaByIdParams, options?: RequestInit) => Promise<GetSchemaById200>;
394
+ declare const getSchemaById: (id: string, params?: GetSchemaByIdParams, options?: RequestInit) => Promise<GetSchemaById200>;
395
395
  declare const getCreateFlowDefinitionUrl: () => string;
396
396
  /**
397
397
  * Creates a new flow definition.
@@ -411,21 +411,21 @@ This endpoint can be used to view existing flow definitions and their configurat
411
411
  * @summary List flow definitions
412
412
  */
413
413
  declare const listFlowDefinitions: (params: ListFlowDefinitionsParams, options?: RequestInit) => Promise<ListFlowDefinitions200>;
414
- declare const getGetFlowDefinitionUrl: (id: string, params: GetFlowDefinitionParams) => string;
414
+ declare const getGetFlowDefinitionUrl: (id: string) => string;
415
415
  /**
416
416
  * Get a flow definition by id
417
417
  * @summary Get a flow definition by id
418
418
  */
419
- declare const getFlowDefinition: (id: string, params: GetFlowDefinitionParams, options?: RequestInit) => Promise<GetFlowDefinition200>;
420
- declare const getUpdateFlowDefinitionUrl: (id: string, params: UpdateFlowDefinitionParams) => string;
419
+ declare const getFlowDefinition: (id: string, options?: RequestInit) => Promise<GetFlowDefinition200>;
420
+ declare const getUpdateFlowDefinitionUrl: (id: string) => string;
421
421
  /**
422
422
  * Update a flow definition by id. This endpoint replaces the existing flow definition.
423
423
  If `flow_definition.status` is omitted, the current status is preserved
424
424
 
425
425
  * @summary Update a flow definition by id
426
426
  */
427
- declare const updateFlowDefinition: (id: string, updateFlowDefinitionBody: UpdateFlowDefinitionBody, params: UpdateFlowDefinitionParams, options?: RequestInit) => Promise<UpdateFlowDefinition200>;
428
- declare const getDeleteFlowDefinitionUrl: (id: string, params: DeleteFlowDefinitionParams) => string;
427
+ declare const updateFlowDefinition: (id: string, updateFlowDefinitionBody: UpdateFlowDefinitionBody, options?: RequestInit) => Promise<UpdateFlowDefinition200>;
428
+ declare const getDeleteFlowDefinitionUrl: (id: string) => string;
429
429
  /**
430
430
  * Delete a flow definition by id.
431
431
  If the flow definition is currently being used by a flow, the deletion will fail.
@@ -433,7 +433,7 @@ If the flow definition is the last active flow definition for a given purpose, t
433
433
 
434
434
  * @summary Delete a flow definition by id
435
435
  */
436
- declare const deleteFlowDefinition: (id: string, params: DeleteFlowDefinitionParams, options?: RequestInit) => Promise<void>;
436
+ declare const deleteFlowDefinition: (id: string, options?: RequestInit) => Promise<void>;
437
437
  declare const getCreateTeamUrl: (params: CreateTeamParams) => string;
438
438
  /**
439
439
  * @summary Create team
@@ -442,19 +442,18 @@ declare const createTeam: (createTeamBody: CreateTeamBody, params: CreateTeamPar
442
442
  declare const getQueryTeamsUrl: (params: QueryTeamsParams) => string;
443
443
  /**
444
444
  * Returns the teams of a project, paginated with a cursor.
445
- Teams of every lifecycle status are returned; each carries its `status`.
446
445
 
447
446
  * @summary Query teams
448
447
  */
449
448
  declare const queryTeams: (queryTeamsBody: QueryTeamsBody, params: QueryTeamsParams, options?: RequestInit) => Promise<QueryTeams200>;
450
- declare const getGetTeamUrl: (teamId: string, params: GetTeamParams) => string;
449
+ declare const getGetTeamUrl: (teamId: string) => string;
451
450
  /**
452
451
  * Returns a Team by its id.
453
452
 
454
453
  * @summary Get team
455
454
  */
456
- declare const getTeam: (teamId: string, params: GetTeamParams, options?: RequestInit) => Promise<GetTeam200>;
457
- declare const getDeleteTeamUrl: (teamId: string, params: DeleteTeamParams) => string;
455
+ declare const getTeam: (teamId: string, options?: RequestInit) => Promise<GetTeam200>;
456
+ declare const getDeleteTeamUrl: (teamId: string) => string;
458
457
  /**
459
458
  * Deactivates the team.
460
459
 
@@ -467,14 +466,14 @@ or doesn't exist succeeds without changing anything.
467
466
 
468
467
  * @summary Delete team
469
468
  */
470
- declare const deleteTeam: (teamId: string, params: DeleteTeamParams, options?: RequestInit) => Promise<void>;
471
- declare const getUpdateTeamUrl: (teamId: string, params: UpdateTeamParams) => string;
469
+ declare const deleteTeam: (teamId: string, options?: RequestInit) => Promise<void>;
470
+ declare const getUpdateTeamUrl: (teamId: string) => string;
472
471
  /**
473
472
  * Update team. Only active teams can be updated.
474
473
 
475
474
  * @summary Update team
476
475
  */
477
- declare const updateTeam: (teamId: string, updateTeamBody: UpdateTeamBody, params: UpdateTeamParams, options?: RequestInit) => Promise<UpdateTeam200>;
476
+ declare const updateTeam: (teamId: string, updateTeamBody: UpdateTeamBody, options?: RequestInit) => Promise<UpdateTeam200>;
478
477
  declare const getCreateBrandingUrl: (params: CreateBrandingParams) => string;
479
478
  /**
480
479
  * Publishes a new immutable branding revision for the project. Branding
@@ -501,12 +500,40 @@ parameters the server ignores would be worse than none.
501
500
  * @summary List branding revisions
502
501
  */
503
502
  declare const listBranding: (params: ListBrandingParams, options?: RequestInit) => Promise<ListBranding200Item[]>;
504
- declare const getGetBrandingByIdUrl: (id: string, params: GetBrandingByIdParams) => string;
503
+ declare const getGetBrandingByIdUrl: (id: string) => string;
505
504
  /**
506
505
  * Retrieves a single branding revision, including its stored configuration.
507
506
  * @summary Get a branding revision by ID
508
507
  */
509
- declare const getBrandingById: (id: string, params: GetBrandingByIdParams, options?: RequestInit) => Promise<GetBrandingById200>;
508
+ declare const getBrandingById: (id: string, options?: RequestInit) => Promise<GetBrandingById200>;
509
+ declare const getListEventsUrl: (params: ListEventsParams) => string;
510
+ /**
511
+ * Returns project-scoped audit events, newest-first by keyset on
512
+ `(created_at, id)` (ADR 027 / ADR 049). Pass `order=asc` for oldest-first.
513
+ Requires `events.read`.
514
+
515
+ Pre-claim projects return an empty list (events are stored but not
516
+ visible until claim succeeds). Team-scoped credentials see only events
517
+ whose emit-time `team_id` matches the credential team (enforced when
518
+ team-scoped tokens exist).
519
+
520
+ Clients discriminate each item via `event_type` (OpenAPI Event oneOf) —
521
+ see docs/design/api/events-catalog.md.
522
+
523
+ * @summary List events
524
+ */
525
+ declare const listEvents: (params: ListEventsParams, options?: RequestInit) => Promise<ListEvents200>;
526
+ declare const getGetEventUrl: (id: string, params: GetEventParams) => string;
527
+ /**
528
+ * Loads a single event by `(project_id, id)`. Requires `events.read`.
529
+ Events are not registered in `resource_scope_index`; project scope is
530
+ required on the query (ADR 049). Misses and cross-project ids return 404.
531
+
532
+ Pre-claim projects return 404 (stored events stay invisible until claim).
533
+
534
+ * @summary Get event by ID
535
+ */
536
+ declare const getEvent: (id: string, params: GetEventParams, options?: RequestInit) => Promise<GetEvent200>;
510
537
  //#endregion
511
- export { getIssueChallengeUrl as $, getDeleteFlowDefinitionUrl as A, listSchemas as At, getGetFlowStepUrl as B, setUserPassword as Bt, getCreateFlowUrl as C, getUpdateTeamUrl as Ct, getCreateSessionUrl as D, issueChallenge as Dt, getCreateSchemaUrl as E, initClaim as Et, getFlowStep as F, queryProjects as Ft, getGetProjectUrl as G, zitadelNextGen_d_exports as Gt, getGetLiveUrl as H, updateFlowDefinition as Ht, getGetAuthAttemptUrl as I, querySessions as It, getGetSessionUrl as J, getGetReadyUrl as K, getGetBrandingByIdUrl as L, queryTeams as Lt, getDeleteUserByIDUrl as M, listUserTeams as Mt, getExchangeHandoffUrl as N, listUsers as Nt, getCreateTeamUrl as O, listBranding as Ot, getFlowDefinition as P, patchProject as Pt, getInitClaimUrl as Q, getGetClaimStatusUrl as R, revokeMySession as Rt, getCreateFlowDefinitionUrl as S, getUpdateFlowDefinitionUrl as St, getCreateProjectUrl as T, getVerifyChallengeProofUrl as Tt, getGetMySessionUrl as U, updateTeam as Ut, getGetHealthUrl as V, submitFlowStep as Vt, getGetMyUserUrl as W, verifyChallengeProof as Wt, getGetUserByIDUrl as X, getGetTeamUrl as Y, getHealth as Z, getBrandingById as _, getSchemaById as _t, createFlowDefinition as a, getListUsersUrl as at, getCreateAuthAttemptUrl as b, getSubmitFlowStepUrl as bt, createSchema as c, getMyUser as ct, createUser as d, getQueryProjectsUrl as dt, getListBrandingUrl as et, deleteFlowDefinition as f, getQuerySessionsUrl as ft, getAuthAttempt as g, getRevokeSessionUrl as gt, exchangeHandoff as h, getRevokeMySessionUrl as ht, createFlow as i, getListUserTeamsUrl as it, getDeleteTeamUrl as j, listUserPasskeys as jt, getCreateUserUrl as k, listFlowDefinitions as kt, createSession as l, getPatchProjectUrl as lt, deleteUserByID as m, getReady as mt, createAuthAttempt as n, getListSchemasUrl as nt, createHandoff as o, getLive as ot, deleteTeam as p, getQueryTeamsUrl as pt, getGetSchemaByIdUrl as q, createBranding as r, getListUserPasskeysUrl as rt, createProject as s, getMySession as st, completeClaim as t, getListFlowDefinitionsUrl as tt, createTeam as u, getProject as ut, getClaimStatus as v, getSession as vt, getCreateHandoffUrl as w, getUserByID as wt, getCreateBrandingUrl as x, getTeam as xt, getCompleteClaimUrl as y, getSetUserPasswordUrl as yt, getGetFlowDefinitionUrl as z, revokeSession as zt };
512
- //# sourceMappingURL=zitadelNextGen-BCljAZpG.d.mts.map
538
+ export { getHealth as $, getDeleteFlowDefinitionUrl as A, issueChallenge as At, getGetEventUrl as B, querySessions as Bt, getCreateFlowUrl as C, getSubmitFlowStepUrl as Ct, getCreateSessionUrl as D, getUserByID as Dt, getCreateSchemaUrl as E, getUpdateTeamUrl as Et, getFlowDefinition as F, listUserPasskeys as Ft, getGetMySessionUrl as G, submitFlowStep as Gt, getGetFlowStepUrl as H, revokeMySession as Ht, getFlowStep as I, listUserTeams as It, getGetReadyUrl as J, verifyChallengeProof as Jt, getGetMyUserUrl as K, updateFlowDefinition as Kt, getGetAuthAttemptUrl as L, listUsers as Lt, getDeleteUserByIDUrl as M, listEvents as Mt, getEvent as N, listFlowDefinitions as Nt, getCreateTeamUrl as O, getVerifyChallengeProofUrl as Ot, getExchangeHandoffUrl as P, listSchemas as Pt, getGetUserByIDUrl as Q, getGetBrandingByIdUrl as R, patchProject as Rt, getCreateFlowDefinitionUrl as S, getSetUserPasswordUrl as St, getCreateProjectUrl as T, getUpdateFlowDefinitionUrl as Tt, getGetHealthUrl as U, revokeSession as Ut, getGetFlowDefinitionUrl as V, queryTeams as Vt, getGetLiveUrl as W, setUserPassword as Wt, getGetSessionUrl as X, getGetSchemaByIdUrl as Y, zitadelNextGen_d_exports as Yt, getGetTeamUrl as Z, getBrandingById as _, getReady as _t, createFlowDefinition as a, getListSchemasUrl as at, getCreateAuthAttemptUrl as b, getSchemaById as bt, createSchema as c, getListUsersUrl as ct, createUser as d, getMyUser as dt, getInitClaimUrl as et, deleteFlowDefinition as f, getPatchProjectUrl as ft, getAuthAttempt as g, getQueryTeamsUrl as gt, exchangeHandoff as h, getQuerySessionsUrl as ht, createFlow as i, getListFlowDefinitionsUrl as it, getDeleteTeamUrl as j, listBranding as jt, getCreateUserUrl as k, initClaim as kt, createSession as l, getLive as lt, deleteUserByID as m, getQueryProjectsUrl as mt, createAuthAttempt as n, getListBrandingUrl as nt, createHandoff as o, getListUserPasskeysUrl as ot, deleteTeam as p, getProject as pt, getGetProjectUrl as q, updateTeam as qt, createBranding as r, getListEventsUrl as rt, createProject as s, getListUserTeamsUrl as st, completeClaim as t, getIssueChallengeUrl as tt, createTeam as u, getMySession as ut, getClaimStatus as v, getRevokeMySessionUrl as vt, getCreateHandoffUrl as w, getTeam as wt, getCreateBrandingUrl as x, getSession as xt, getCompleteClaimUrl as y, getRevokeSessionUrl as yt, getGetClaimStatusUrl as z, queryProjects as zt };
539
+ //# sourceMappingURL=zitadelNextGen-BkDpEAS9.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zitadelNextGen-BkDpEAS9.d.mts","names":[],"sources":["../src/generated/endpoints/zitadelNextGen.ts"],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zitadel/api",
3
- "version": "0.1.0-alpha.18",
3
+ "version": "0.1.0-alpha.19",
4
4
  "description": "Generated TypeScript API client for the pre-release Zitadel preview.",
5
5
  "homepage": "https://github.com/zitadel/nextgen/tree/main/packages/api#readme",
6
6
  "bugs": {