@zitadel/api 0.1.0-alpha.15 → 0.1.0-alpha.17

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 (74) hide show
  1. package/dist/generated/endpoints/zitadelNextGen.d.mts +2 -2
  2. package/dist/generated/endpoints/zitadelNextGen.mjs +41 -1
  3. package/dist/generated/endpoints/zitadelNextGen.mjs.map +1 -1
  4. package/dist/generated/endpoints/zitadelNextGen.msw.d.mts +6 -2
  5. package/dist/generated/endpoints/zitadelNextGen.msw.d.mts.map +1 -1
  6. package/dist/generated/endpoints/zitadelNextGen.msw.mjs +117 -1
  7. package/dist/generated/endpoints/zitadelNextGen.msw.mjs.map +1 -1
  8. package/dist/generated/endpoints/zitadelNextGen.zod.d.mts +81 -5
  9. package/dist/generated/endpoints/zitadelNextGen.zod.d.mts.map +1 -1
  10. package/dist/generated/endpoints/zitadelNextGen.zod.mjs +71 -3
  11. package/dist/generated/endpoints/zitadelNextGen.zod.mjs.map +1 -1
  12. package/dist/generated/model/index.d.mts +2 -2
  13. package/dist/generated/model/index.mjs +31 -1
  14. package/dist/generated/model/index.mjs.map +1 -1
  15. package/dist/{index-4CTwhwmD.d.mts → index-C4jNq61U.d.mts} +568 -38
  16. package/dist/index-C4jNq61U.d.mts.map +1 -0
  17. package/dist/runtime/api-factory.d.mts +1 -1
  18. package/dist/runtime/fetch.d.mts +9 -1
  19. package/dist/runtime/fetch.d.mts.map +1 -1
  20. package/dist/runtime/fetch.mjs +32 -1
  21. package/dist/runtime/fetch.mjs.map +1 -1
  22. package/dist/{zitadelNextGen-DDnOEggX.d.mts → zitadelNextGen-fcgWBw_N.d.mts} +16 -4
  23. package/dist/zitadelNextGen-fcgWBw_N.d.mts.map +1 -0
  24. package/package.json +1 -1
  25. package/src/generated/endpoints/zitadelNextGen.msw.ts +140 -0
  26. package/src/generated/endpoints/zitadelNextGen.ts +45 -0
  27. package/src/generated/endpoints/zitadelNextGen.zod.ts +175 -2
  28. package/src/generated/model/createFlow201Step.ts +11 -1
  29. package/src/generated/model/createProject201.ts +2 -0
  30. package/src/generated/model/createProjectBody.ts +2 -0
  31. package/src/generated/model/createSession201Session.ts +17 -0
  32. package/src/generated/model/exchangeHandoff200Session.ts +17 -0
  33. package/src/generated/model/getFlowStep200Step.ts +11 -1
  34. package/src/generated/model/getMySession200.ts +17 -0
  35. package/src/generated/model/getMySessionDefault.ts +21 -12
  36. package/src/generated/model/getProject200.ts +5 -0
  37. package/src/generated/model/getSession200.ts +17 -0
  38. package/src/generated/model/getSessionDefault.ts +21 -12
  39. package/src/generated/model/index.ts +29 -2
  40. package/src/generated/model/listSessions200SessionsItem.ts +17 -0
  41. package/src/generated/model/patchProject200.ts +24 -0
  42. package/src/generated/model/patchProject400.ts +20 -0
  43. package/src/generated/model/{getSessionDefaultDetails.ts → patchProject400Details.ts} +1 -1
  44. package/src/generated/model/patchProject401.ts +20 -0
  45. package/src/generated/model/patchProject401Details.ts +12 -0
  46. package/src/generated/model/patchProject404.ts +20 -0
  47. package/src/generated/model/patchProject404Details.ts +12 -0
  48. package/src/generated/model/patchProjectBody.ts +12 -0
  49. package/src/generated/model/patchProjectDefault.ts +20 -0
  50. package/src/generated/model/{getMySessionDefaultDetails.ts → patchProjectDefaultDetails.ts} +1 -1
  51. package/src/generated/model/queryProjects200.ts +19 -0
  52. package/src/generated/model/queryProjects200ProjectsItem.ts +24 -0
  53. package/src/generated/model/queryProjects400.ts +20 -0
  54. package/src/generated/model/queryProjects400Details.ts +12 -0
  55. package/src/generated/model/queryProjects401.ts +20 -0
  56. package/src/generated/model/queryProjects401Details.ts +12 -0
  57. package/src/generated/model/queryProjects403.ts +20 -0
  58. package/src/generated/model/queryProjects403Details.ts +12 -0
  59. package/src/generated/model/queryProjects429.ts +20 -0
  60. package/src/generated/model/queryProjects429Details.ts +12 -0
  61. package/src/generated/model/queryProjectsBody.ts +25 -0
  62. package/src/generated/model/queryProjectsBodyFilterItem.ts +22 -0
  63. package/src/generated/model/queryProjectsBodyFilterItemField.ts +15 -0
  64. package/src/generated/model/queryProjectsBodyFilterItemOperation.ts +26 -0
  65. package/src/generated/model/queryProjectsBodySorting.ts +14 -0
  66. package/src/generated/model/queryProjectsBodySortingDirection.ts +15 -0
  67. package/src/generated/model/queryProjectsBodySortingField.ts +15 -0
  68. package/src/generated/model/queryProjectsDefault.ts +20 -0
  69. package/src/generated/model/queryProjectsDefaultDetails.ts +12 -0
  70. package/src/generated/model/submitFlowStep200Step.ts +11 -1
  71. package/src/generated/model/submitFlowStep400Step.ts +11 -1
  72. package/src/runtime/fetch.ts +45 -0
  73. package/dist/index-4CTwhwmD.d.mts.map +0 -1
  74. package/dist/zitadelNextGen-DDnOEggX.d.mts.map +0 -1
@@ -1077,7 +1077,18 @@ type CreateFlow201Step = {
1077
1077
  /** Step-level localization keys. Resolved client-side via the `| t` LiquidJS filter.
1078
1078
  The backend never sends display text — only semantic keys.
1079
1079
  */
1080
- texts?: CreateFlow201StepTexts; /** Error message from a previous failed submission. */
1080
+ texts?: CreateFlow201StepTexts;
1081
+ /** Error from a previous failed submission. Field-validation failures
1082
+ carry localisation text keys: `error.<field>_<rule>` per violation
1083
+ (e.g. `error.email_required`; the `format` rule is spelled
1084
+ `error.<field>_invalid`), multiple violations joined with `"; "`.
1085
+ Field names appear verbatim, so clients localise unknown keys via
1086
+ the generic `error.field_<rule>` catalog entries. Other engine
1087
+ failures carry `error.*` catalog keys as well (e.g.
1088
+ `error.invalid_credentials`, `error.passkey_invalid`); a
1089
+ non-`error.` payload is an outcome token (e.g. `user_not_found`)
1090
+ that clients keep verbatim.
1091
+ */
1081
1092
  error?: string | null;
1082
1093
  /** Present only on terminal steps. Tells the frontend what to do:
1083
1094
  - redirect: navigate to redirect_uri immediately (OIDC/SAML done)
@@ -2213,7 +2224,8 @@ type CreateHandoffDefault = ({
2213
2224
  * OpenAPI spec version: 0.0.1
2214
2225
  */
2215
2226
  type CreateProject201 = {
2216
- /** The unique identifier of the project. */id: string;
2227
+ /** The unique identifier of the project. */id: string; /** The name of the project. */
2228
+ name: string;
2217
2229
  /** Secret which can be used for authentication when modifying the project.
2218
2230
  */
2219
2231
  projectSecret: string;
@@ -2260,6 +2272,7 @@ type CreateProject429 = {
2260
2272
  * OpenAPI spec version: 0.0.1
2261
2273
  */
2262
2274
  type CreateProjectBody = {
2275
+ /** The name of the project. */name: string;
2263
2276
  /** Origins which are allowed for previewing and testing the project.
2264
2277
  */
2265
2278
  previewOrigins?: string[];
@@ -2630,6 +2643,23 @@ type CreateSession201Session = {
2630
2643
  factor has been verified through an `auth_attempt`.
2631
2644
  */
2632
2645
  user_id?: string | null;
2646
+ /** Human-readable name of the authenticated user, resolved from the
2647
+ conventional user-schema properties: `name` when defined, otherwise
2648
+ the given and family name parts joined — `givenName`/`familyName`
2649
+ (the shipped presets' spelling) or `given_name`/`family_name`. Only
2650
+ present on reads that hydrate the user's identity
2651
+ (`GET /sessions/me`) and only when the session has an authenticated
2652
+ user whose schema carries those properties; clients fall back to
2653
+ `email`, then `user_id`.
2654
+ */
2655
+ name?: string;
2656
+ /** Email address of the authenticated user, resolved from the
2657
+ conventional `email` user-schema property. Only present on reads
2658
+ that hydrate the user's identity (`GET /sessions/me`) and only when
2659
+ the session has an authenticated user whose schema carries that
2660
+ property.
2661
+ */
2662
+ email?: string;
2633
2663
  /** Verified authentication factors accumulated by this session.
2634
2664
  Each key is a factor type (e.g. `password`, `totp`, `passkey`).
2635
2665
  Each value is a factor event object with at least `verified_at` and
@@ -3459,6 +3489,23 @@ type ExchangeHandoff200Session = {
3459
3489
  factor has been verified through an `auth_attempt`.
3460
3490
  */
3461
3491
  user_id?: string | null;
3492
+ /** Human-readable name of the authenticated user, resolved from the
3493
+ conventional user-schema properties: `name` when defined, otherwise
3494
+ the given and family name parts joined — `givenName`/`familyName`
3495
+ (the shipped presets' spelling) or `given_name`/`family_name`. Only
3496
+ present on reads that hydrate the user's identity
3497
+ (`GET /sessions/me`) and only when the session has an authenticated
3498
+ user whose schema carries those properties; clients fall back to
3499
+ `email`, then `user_id`.
3500
+ */
3501
+ name?: string;
3502
+ /** Email address of the authenticated user, resolved from the
3503
+ conventional `email` user-schema property. Only present on reads
3504
+ that hydrate the user's identity (`GET /sessions/me`) and only when
3505
+ the session has an authenticated user whose schema carries that
3506
+ property.
3507
+ */
3508
+ email?: string;
3462
3509
  /** Verified authentication factors accumulated by this session.
3463
3510
  Each key is a factor type (e.g. `password`, `totp`, `passkey`).
3464
3511
  Each value is a factor event object with at least `verified_at` and
@@ -4787,7 +4834,18 @@ type GetFlowStep200Step = {
4787
4834
  /** Step-level localization keys. Resolved client-side via the `| t` LiquidJS filter.
4788
4835
  The backend never sends display text — only semantic keys.
4789
4836
  */
4790
- texts?: GetFlowStep200StepTexts; /** Error message from a previous failed submission. */
4837
+ texts?: GetFlowStep200StepTexts;
4838
+ /** Error from a previous failed submission. Field-validation failures
4839
+ carry localisation text keys: `error.<field>_<rule>` per violation
4840
+ (e.g. `error.email_required`; the `format` rule is spelled
4841
+ `error.<field>_invalid`), multiple violations joined with `"; "`.
4842
+ Field names appear verbatim, so clients localise unknown keys via
4843
+ the generic `error.field_<rule>` catalog entries. Other engine
4844
+ failures carry `error.*` catalog keys as well (e.g.
4845
+ `error.invalid_credentials`, `error.passkey_invalid`); a
4846
+ non-`error.` payload is an outcome token (e.g. `user_not_found`)
4847
+ that clients keep verbatim.
4848
+ */
4791
4849
  error?: string | null;
4792
4850
  /** Present only on terminal steps. Tells the frontend what to do:
4793
4851
  - redirect: navigate to redirect_uri immediately (OIDC/SAML done)
@@ -5260,6 +5318,23 @@ type GetMySession200 = {
5260
5318
  factor has been verified through an `auth_attempt`.
5261
5319
  */
5262
5320
  user_id?: string | null;
5321
+ /** Human-readable name of the authenticated user, resolved from the
5322
+ conventional user-schema properties: `name` when defined, otherwise
5323
+ the given and family name parts joined — `givenName`/`familyName`
5324
+ (the shipped presets' spelling) or `given_name`/`family_name`. Only
5325
+ present on reads that hydrate the user's identity
5326
+ (`GET /sessions/me`) and only when the session has an authenticated
5327
+ user whose schema carries those properties; clients fall back to
5328
+ `email`, then `user_id`.
5329
+ */
5330
+ name?: string;
5331
+ /** Email address of the authenticated user, resolved from the
5332
+ conventional `email` user-schema property. Only present on reads
5333
+ that hydrate the user's identity (`GET /sessions/me`) and only when
5334
+ the session has an authenticated user whose schema carries that
5335
+ property.
5336
+ */
5337
+ email?: string;
5263
5338
  /** Verified authentication factors accumulated by this session.
5264
5339
  Each key is a factor type (e.g. `password`, `totp`, `passkey`).
5265
5340
  Each value is a factor event object with at least `verified_at` and
@@ -5331,7 +5406,7 @@ type GetMySession404 = {
5331
5406
  details?: GetMySession404Details;
5332
5407
  };
5333
5408
  //#endregion
5334
- //#region src/generated/model/getMySessionDefaultDetails.d.ts
5409
+ //#region src/generated/model/getMySessionDefault.d.ts
5335
5410
  /**
5336
5411
  * Generated by orval v8.10.0 🍺
5337
5412
  * Do not edit manually.
@@ -5339,22 +5414,23 @@ type GetMySession404 = {
5339
5414
  * This is the next generation of the Zitadel identity platform.
5340
5415
  * OpenAPI spec version: 0.0.1
5341
5416
  */
5342
- /**
5343
- * Additional error-specific context.
5344
- */
5345
- type GetMySessionDefaultDetails = {
5346
- [key: string]: unknown;
5347
- };
5348
- //#endregion
5349
- //#region src/generated/model/getMySessionDefault.d.ts
5350
- /**
5351
- * Standard error payload returned for failed API requests.
5352
- */
5353
- type GetMySessionDefault = {
5417
+ type GetMySessionDefault = ({
5354
5418
  /** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
5355
5419
  message: string; /** Additional error-specific context. */
5356
- details?: GetMySessionDefaultDetails;
5357
- };
5420
+ details?: {
5421
+ [key: string]: unknown;
5422
+ };
5423
+ } & {
5424
+ code: "sess.not_found";
5425
+ }) | ({
5426
+ /** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
5427
+ message: string; /** Additional error-specific context. */
5428
+ details?: {
5429
+ [key: string]: unknown;
5430
+ };
5431
+ } & {
5432
+ code: "internal";
5433
+ });
5358
5434
  //#endregion
5359
5435
  //#region src/generated/model/getMyUser200.d.ts
5360
5436
  /**
@@ -5607,7 +5683,11 @@ type GetOpenIDConfigurationDefault = {
5607
5683
  * The current state of a project.
5608
5684
  */
5609
5685
  type GetProject200 = {
5610
- /** The unique identifier of the project. */id: string; /** The time when the project was created. */
5686
+ /** The unique identifier of the project. */id: string; /** The name of the project. */
5687
+ name: string;
5688
+ /** Origins which are allowed for previewing and testing the project.
5689
+ */
5690
+ previewOrigins?: string[]; /** The time when the project was created. */
5611
5691
  createdAt: string; /** The time when the project was last updated. */
5612
5692
  updatedAt: string;
5613
5693
  };
@@ -6057,6 +6137,23 @@ type GetSession200 = {
6057
6137
  factor has been verified through an `auth_attempt`.
6058
6138
  */
6059
6139
  user_id?: string | null;
6140
+ /** Human-readable name of the authenticated user, resolved from the
6141
+ conventional user-schema properties: `name` when defined, otherwise
6142
+ the given and family name parts joined — `givenName`/`familyName`
6143
+ (the shipped presets' spelling) or `given_name`/`family_name`. Only
6144
+ present on reads that hydrate the user's identity
6145
+ (`GET /sessions/me`) and only when the session has an authenticated
6146
+ user whose schema carries those properties; clients fall back to
6147
+ `email`, then `user_id`.
6148
+ */
6149
+ name?: string;
6150
+ /** Email address of the authenticated user, resolved from the
6151
+ conventional `email` user-schema property. Only present on reads
6152
+ that hydrate the user's identity (`GET /sessions/me`) and only when
6153
+ the session has an authenticated user whose schema carries that
6154
+ property.
6155
+ */
6156
+ email?: string;
6060
6157
  /** Verified authentication factors accumulated by this session.
6061
6158
  Each key is a factor type (e.g. `password`, `totp`, `passkey`).
6062
6159
  Each value is a factor event object with at least `verified_at` and
@@ -6128,7 +6225,7 @@ type GetSession404 = {
6128
6225
  details?: GetSession404Details;
6129
6226
  };
6130
6227
  //#endregion
6131
- //#region src/generated/model/getSessionDefaultDetails.d.ts
6228
+ //#region src/generated/model/getSessionDefault.d.ts
6132
6229
  /**
6133
6230
  * Generated by orval v8.10.0 🍺
6134
6231
  * Do not edit manually.
@@ -6136,22 +6233,23 @@ type GetSession404 = {
6136
6233
  * This is the next generation of the Zitadel identity platform.
6137
6234
  * OpenAPI spec version: 0.0.1
6138
6235
  */
6139
- /**
6140
- * Additional error-specific context.
6141
- */
6142
- type GetSessionDefaultDetails = {
6143
- [key: string]: unknown;
6144
- };
6145
- //#endregion
6146
- //#region src/generated/model/getSessionDefault.d.ts
6147
- /**
6148
- * Standard error payload returned for failed API requests.
6149
- */
6150
- type GetSessionDefault = {
6236
+ type GetSessionDefault = ({
6151
6237
  /** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
6152
6238
  message: string; /** Additional error-specific context. */
6153
- details?: GetSessionDefaultDetails;
6154
- };
6239
+ details?: {
6240
+ [key: string]: unknown;
6241
+ };
6242
+ } & {
6243
+ code: "sess.not_found";
6244
+ }) | ({
6245
+ /** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
6246
+ message: string; /** Additional error-specific context. */
6247
+ details?: {
6248
+ [key: string]: unknown;
6249
+ };
6250
+ } & {
6251
+ code: "internal";
6252
+ });
6155
6253
  //#endregion
6156
6254
  //#region src/generated/model/getSessionParams.d.ts
6157
6255
  /**
@@ -7238,6 +7336,23 @@ type ListSessions200SessionsItem = {
7238
7336
  factor has been verified through an `auth_attempt`.
7239
7337
  */
7240
7338
  user_id?: string | null;
7339
+ /** Human-readable name of the authenticated user, resolved from the
7340
+ conventional user-schema properties: `name` when defined, otherwise
7341
+ the given and family name parts joined — `givenName`/`familyName`
7342
+ (the shipped presets' spelling) or `given_name`/`family_name`. Only
7343
+ present on reads that hydrate the user's identity
7344
+ (`GET /sessions/me`) and only when the session has an authenticated
7345
+ user whose schema carries those properties; clients fall back to
7346
+ `email`, then `user_id`.
7347
+ */
7348
+ name?: string;
7349
+ /** Email address of the authenticated user, resolved from the
7350
+ conventional `email` user-schema property. Only present on reads
7351
+ that hydrate the user's identity (`GET /sessions/me`) and only when
7352
+ the session has an authenticated user whose schema carries that
7353
+ property.
7354
+ */
7355
+ email?: string;
7241
7356
  /** Verified authentication factors accumulated by this session.
7242
7357
  Each key is a factor type (e.g. `password`, `totp`, `passkey`).
7243
7358
  Each value is a factor event object with at least `verified_at` and
@@ -7527,6 +7642,399 @@ type ListUsersParams = {
7527
7642
  limit?: number;
7528
7643
  };
7529
7644
  //#endregion
7645
+ //#region src/generated/model/patchProject200.d.ts
7646
+ /**
7647
+ * Generated by orval v8.10.0 🍺
7648
+ * Do not edit manually.
7649
+ * Zitadel NextGen
7650
+ * This is the next generation of the Zitadel identity platform.
7651
+ * OpenAPI spec version: 0.0.1
7652
+ */
7653
+ /**
7654
+ * The current state of a project.
7655
+ */
7656
+ type PatchProject200 = {
7657
+ /** The unique identifier of the project. */id: string; /** The name of the project. */
7658
+ name: string;
7659
+ /** Origins which are allowed for previewing and testing the project.
7660
+ */
7661
+ previewOrigins?: string[]; /** The time when the project was created. */
7662
+ createdAt: string; /** The time when the project was last updated. */
7663
+ updatedAt: string;
7664
+ };
7665
+ //#endregion
7666
+ //#region src/generated/model/patchProject400Details.d.ts
7667
+ /**
7668
+ * Generated by orval v8.10.0 🍺
7669
+ * Do not edit manually.
7670
+ * Zitadel NextGen
7671
+ * This is the next generation of the Zitadel identity platform.
7672
+ * OpenAPI spec version: 0.0.1
7673
+ */
7674
+ /**
7675
+ * Additional error-specific context.
7676
+ */
7677
+ type PatchProject400Details = {
7678
+ [key: string]: unknown;
7679
+ };
7680
+ //#endregion
7681
+ //#region src/generated/model/patchProject400.d.ts
7682
+ /**
7683
+ * Standard error payload returned for failed API requests.
7684
+ */
7685
+ type PatchProject400 = {
7686
+ /** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
7687
+ message: string; /** Additional error-specific context. */
7688
+ details?: PatchProject400Details;
7689
+ };
7690
+ //#endregion
7691
+ //#region src/generated/model/patchProject401Details.d.ts
7692
+ /**
7693
+ * Generated by orval v8.10.0 🍺
7694
+ * Do not edit manually.
7695
+ * Zitadel NextGen
7696
+ * This is the next generation of the Zitadel identity platform.
7697
+ * OpenAPI spec version: 0.0.1
7698
+ */
7699
+ /**
7700
+ * Additional error-specific context.
7701
+ */
7702
+ type PatchProject401Details = {
7703
+ [key: string]: unknown;
7704
+ };
7705
+ //#endregion
7706
+ //#region src/generated/model/patchProject401.d.ts
7707
+ /**
7708
+ * Standard error payload returned for failed API requests.
7709
+ */
7710
+ type PatchProject401 = {
7711
+ /** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
7712
+ message: string; /** Additional error-specific context. */
7713
+ details?: PatchProject401Details;
7714
+ };
7715
+ //#endregion
7716
+ //#region src/generated/model/patchProject404Details.d.ts
7717
+ /**
7718
+ * Generated by orval v8.10.0 🍺
7719
+ * Do not edit manually.
7720
+ * Zitadel NextGen
7721
+ * This is the next generation of the Zitadel identity platform.
7722
+ * OpenAPI spec version: 0.0.1
7723
+ */
7724
+ /**
7725
+ * Additional error-specific context.
7726
+ */
7727
+ type PatchProject404Details = {
7728
+ [key: string]: unknown;
7729
+ };
7730
+ //#endregion
7731
+ //#region src/generated/model/patchProject404.d.ts
7732
+ /**
7733
+ * Standard error payload returned for failed API requests.
7734
+ */
7735
+ type PatchProject404 = {
7736
+ /** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
7737
+ message: string; /** Additional error-specific context. */
7738
+ details?: PatchProject404Details;
7739
+ };
7740
+ //#endregion
7741
+ //#region src/generated/model/patchProjectBody.d.ts
7742
+ /**
7743
+ * Generated by orval v8.10.0 🍺
7744
+ * Do not edit manually.
7745
+ * Zitadel NextGen
7746
+ * This is the next generation of the Zitadel identity platform.
7747
+ * OpenAPI spec version: 0.0.1
7748
+ */
7749
+ type PatchProjectBody = {
7750
+ /** The name of the project. */name?: null | string;
7751
+ };
7752
+ //#endregion
7753
+ //#region src/generated/model/patchProjectDefaultDetails.d.ts
7754
+ /**
7755
+ * Generated by orval v8.10.0 🍺
7756
+ * Do not edit manually.
7757
+ * Zitadel NextGen
7758
+ * This is the next generation of the Zitadel identity platform.
7759
+ * OpenAPI spec version: 0.0.1
7760
+ */
7761
+ /**
7762
+ * Additional error-specific context.
7763
+ */
7764
+ type PatchProjectDefaultDetails = {
7765
+ [key: string]: unknown;
7766
+ };
7767
+ //#endregion
7768
+ //#region src/generated/model/patchProjectDefault.d.ts
7769
+ /**
7770
+ * Standard error payload returned for failed API requests.
7771
+ */
7772
+ type PatchProjectDefault = {
7773
+ /** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
7774
+ message: string; /** Additional error-specific context. */
7775
+ details?: PatchProjectDefaultDetails;
7776
+ };
7777
+ //#endregion
7778
+ //#region src/generated/model/queryProjects200ProjectsItem.d.ts
7779
+ /**
7780
+ * Generated by orval v8.10.0 🍺
7781
+ * Do not edit manually.
7782
+ * Zitadel NextGen
7783
+ * This is the next generation of the Zitadel identity platform.
7784
+ * OpenAPI spec version: 0.0.1
7785
+ */
7786
+ /**
7787
+ * The current state of a project.
7788
+ */
7789
+ type QueryProjects200ProjectsItem = {
7790
+ /** The unique identifier of the project. */id: string; /** The name of the project. */
7791
+ name: string;
7792
+ /** Origins which are allowed for previewing and testing the project.
7793
+ */
7794
+ previewOrigins?: string[]; /** The time when the project was created. */
7795
+ createdAt: string; /** The time when the project was last updated. */
7796
+ updatedAt: string;
7797
+ };
7798
+ //#endregion
7799
+ //#region src/generated/model/queryProjects200.d.ts
7800
+ /**
7801
+ * Paginated list of projects.
7802
+ */
7803
+ type QueryProjects200 = {
7804
+ projects: QueryProjects200ProjectsItem[];
7805
+ /** Token to pass as `page_token` in the next request to fetch the following page.
7806
+ Absent when there are no more results.
7807
+ */
7808
+ next_page_token?: string | null;
7809
+ };
7810
+ //#endregion
7811
+ //#region src/generated/model/queryProjects400Details.d.ts
7812
+ /**
7813
+ * Generated by orval v8.10.0 🍺
7814
+ * Do not edit manually.
7815
+ * Zitadel NextGen
7816
+ * This is the next generation of the Zitadel identity platform.
7817
+ * OpenAPI spec version: 0.0.1
7818
+ */
7819
+ /**
7820
+ * Additional error-specific context.
7821
+ */
7822
+ type QueryProjects400Details = {
7823
+ [key: string]: unknown;
7824
+ };
7825
+ //#endregion
7826
+ //#region src/generated/model/queryProjects400.d.ts
7827
+ /**
7828
+ * Standard error payload returned for failed API requests.
7829
+ */
7830
+ type QueryProjects400 = {
7831
+ /** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
7832
+ message: string; /** Additional error-specific context. */
7833
+ details?: QueryProjects400Details;
7834
+ };
7835
+ //#endregion
7836
+ //#region src/generated/model/queryProjects401Details.d.ts
7837
+ /**
7838
+ * Generated by orval v8.10.0 🍺
7839
+ * Do not edit manually.
7840
+ * Zitadel NextGen
7841
+ * This is the next generation of the Zitadel identity platform.
7842
+ * OpenAPI spec version: 0.0.1
7843
+ */
7844
+ /**
7845
+ * Additional error-specific context.
7846
+ */
7847
+ type QueryProjects401Details = {
7848
+ [key: string]: unknown;
7849
+ };
7850
+ //#endregion
7851
+ //#region src/generated/model/queryProjects401.d.ts
7852
+ /**
7853
+ * Standard error payload returned for failed API requests.
7854
+ */
7855
+ type QueryProjects401 = {
7856
+ /** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
7857
+ message: string; /** Additional error-specific context. */
7858
+ details?: QueryProjects401Details;
7859
+ };
7860
+ //#endregion
7861
+ //#region src/generated/model/queryProjects403Details.d.ts
7862
+ /**
7863
+ * Generated by orval v8.10.0 🍺
7864
+ * Do not edit manually.
7865
+ * Zitadel NextGen
7866
+ * This is the next generation of the Zitadel identity platform.
7867
+ * OpenAPI spec version: 0.0.1
7868
+ */
7869
+ /**
7870
+ * Additional error-specific context.
7871
+ */
7872
+ type QueryProjects403Details = {
7873
+ [key: string]: unknown;
7874
+ };
7875
+ //#endregion
7876
+ //#region src/generated/model/queryProjects403.d.ts
7877
+ /**
7878
+ * Standard error payload returned for failed API requests.
7879
+ */
7880
+ type QueryProjects403 = {
7881
+ /** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
7882
+ message: string; /** Additional error-specific context. */
7883
+ details?: QueryProjects403Details;
7884
+ };
7885
+ //#endregion
7886
+ //#region src/generated/model/queryProjects429Details.d.ts
7887
+ /**
7888
+ * Generated by orval v8.10.0 🍺
7889
+ * Do not edit manually.
7890
+ * Zitadel NextGen
7891
+ * This is the next generation of the Zitadel identity platform.
7892
+ * OpenAPI spec version: 0.0.1
7893
+ */
7894
+ /**
7895
+ * Additional error-specific context.
7896
+ */
7897
+ type QueryProjects429Details = {
7898
+ [key: string]: unknown;
7899
+ };
7900
+ //#endregion
7901
+ //#region src/generated/model/queryProjects429.d.ts
7902
+ /**
7903
+ * Standard error payload returned for failed API requests.
7904
+ */
7905
+ type QueryProjects429 = {
7906
+ /** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
7907
+ message: string; /** Additional error-specific context. */
7908
+ details?: QueryProjects429Details;
7909
+ };
7910
+ //#endregion
7911
+ //#region src/generated/model/queryProjectsBodyFilterItemField.d.ts
7912
+ /**
7913
+ * Generated by orval v8.10.0 🍺
7914
+ * Do not edit manually.
7915
+ * Zitadel NextGen
7916
+ * This is the next generation of the Zitadel identity platform.
7917
+ * OpenAPI spec version: 0.0.1
7918
+ */
7919
+ type QueryProjectsBodyFilterItemField = (typeof QueryProjectsBodyFilterItemField)[keyof typeof QueryProjectsBodyFilterItemField];
7920
+ declare const QueryProjectsBodyFilterItemField: {
7921
+ readonly name: "name";
7922
+ readonly createdAt: "createdAt";
7923
+ };
7924
+ //#endregion
7925
+ //#region src/generated/model/queryProjectsBodyFilterItemOperation.d.ts
7926
+ /**
7927
+ * Generated by orval v8.10.0 🍺
7928
+ * Do not edit manually.
7929
+ * Zitadel NextGen
7930
+ * This is the next generation of the Zitadel identity platform.
7931
+ * OpenAPI spec version: 0.0.1
7932
+ */
7933
+ /**
7934
+ * Filter operation defines the operations which can be used when filtering on a
7935
+ query endpoint.
7936
+
7937
+ */
7938
+ type QueryProjectsBodyFilterItemOperation = (typeof QueryProjectsBodyFilterItemOperation)[keyof typeof QueryProjectsBodyFilterItemOperation];
7939
+ declare const QueryProjectsBodyFilterItemOperation: {
7940
+ readonly equals: "equals";
7941
+ readonly not_equals: "not_equals";
7942
+ readonly contains: "contains";
7943
+ readonly not_contains: "not_contains";
7944
+ readonly less_than: "less_than";
7945
+ readonly less_than_or_equal: "less_than_or_equal";
7946
+ readonly greater_than: "greater_than";
7947
+ readonly greater_than_or_equal: "greater_than_or_equal";
7948
+ };
7949
+ //#endregion
7950
+ //#region src/generated/model/queryProjectsBodyFilterItem.d.ts
7951
+ type QueryProjectsBodyFilterItem = {
7952
+ field: QueryProjectsBodyFilterItemField;
7953
+ /** Filter-value specifies which values can be filtered by a query endpoint. This
7954
+ is a union of types. When a value is specified which is not assignable to the
7955
+ field which is being filtered, a 400 error will be returned.
7956
+ */
7957
+ value?: string | number | boolean | null;
7958
+ /** Filter operation defines the operations which can be used when filtering on a
7959
+ query endpoint.
7960
+ */
7961
+ operation: QueryProjectsBodyFilterItemOperation;
7962
+ };
7963
+ //#endregion
7964
+ //#region src/generated/model/queryProjectsBodySortingDirection.d.ts
7965
+ /**
7966
+ * Generated by orval v8.10.0 🍺
7967
+ * Do not edit manually.
7968
+ * Zitadel NextGen
7969
+ * This is the next generation of the Zitadel identity platform.
7970
+ * OpenAPI spec version: 0.0.1
7971
+ */
7972
+ type QueryProjectsBodySortingDirection = (typeof QueryProjectsBodySortingDirection)[keyof typeof QueryProjectsBodySortingDirection];
7973
+ declare const QueryProjectsBodySortingDirection: {
7974
+ readonly asc: "asc";
7975
+ readonly desc: "desc";
7976
+ };
7977
+ //#endregion
7978
+ //#region src/generated/model/queryProjectsBodySortingField.d.ts
7979
+ /**
7980
+ * Generated by orval v8.10.0 🍺
7981
+ * Do not edit manually.
7982
+ * Zitadel NextGen
7983
+ * This is the next generation of the Zitadel identity platform.
7984
+ * OpenAPI spec version: 0.0.1
7985
+ */
7986
+ type QueryProjectsBodySortingField = (typeof QueryProjectsBodySortingField)[keyof typeof QueryProjectsBodySortingField];
7987
+ declare const QueryProjectsBodySortingField: {
7988
+ readonly name: "name";
7989
+ readonly createdAt: "createdAt";
7990
+ };
7991
+ //#endregion
7992
+ //#region src/generated/model/queryProjectsBodySorting.d.ts
7993
+ type QueryProjectsBodySorting = {
7994
+ field: QueryProjectsBodySortingField;
7995
+ direction: QueryProjectsBodySortingDirection;
7996
+ };
7997
+ //#endregion
7998
+ //#region src/generated/model/queryProjectsBody.d.ts
7999
+ /**
8000
+ * Request to query projects.
8001
+ */
8002
+ type QueryProjectsBody = {
8003
+ /**
8004
+ * @minimum 1
8005
+ * @maximum 100
8006
+ */
8007
+ limit?: number; /** Token to retrieve the next page of results. */
8008
+ page_token?: string | null;
8009
+ sorting?: QueryProjectsBodySorting; /** Filter criteria for querying projects. */
8010
+ filter?: QueryProjectsBodyFilterItem[];
8011
+ };
8012
+ //#endregion
8013
+ //#region src/generated/model/queryProjectsDefaultDetails.d.ts
8014
+ /**
8015
+ * Generated by orval v8.10.0 🍺
8016
+ * Do not edit manually.
8017
+ * Zitadel NextGen
8018
+ * This is the next generation of the Zitadel identity platform.
8019
+ * OpenAPI spec version: 0.0.1
8020
+ */
8021
+ /**
8022
+ * Additional error-specific context.
8023
+ */
8024
+ type QueryProjectsDefaultDetails = {
8025
+ [key: string]: unknown;
8026
+ };
8027
+ //#endregion
8028
+ //#region src/generated/model/queryProjectsDefault.d.ts
8029
+ /**
8030
+ * Standard error payload returned for failed API requests.
8031
+ */
8032
+ type QueryProjectsDefault = {
8033
+ /** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
8034
+ message: string; /** Additional error-specific context. */
8035
+ details?: QueryProjectsDefaultDetails;
8036
+ };
8037
+ //#endregion
7530
8038
  //#region src/generated/model/revokeMySession401Details.d.ts
7531
8039
  /**
7532
8040
  * Generated by orval v8.10.0 🍺
@@ -8477,7 +8985,18 @@ type SubmitFlowStep200Step = {
8477
8985
  /** Step-level localization keys. Resolved client-side via the `| t` LiquidJS filter.
8478
8986
  The backend never sends display text — only semantic keys.
8479
8987
  */
8480
- texts?: SubmitFlowStep200StepTexts; /** Error message from a previous failed submission. */
8988
+ texts?: SubmitFlowStep200StepTexts;
8989
+ /** Error from a previous failed submission. Field-validation failures
8990
+ carry localisation text keys: `error.<field>_<rule>` per violation
8991
+ (e.g. `error.email_required`; the `format` rule is spelled
8992
+ `error.<field>_invalid`), multiple violations joined with `"; "`.
8993
+ Field names appear verbatim, so clients localise unknown keys via
8994
+ the generic `error.field_<rule>` catalog entries. Other engine
8995
+ failures carry `error.*` catalog keys as well (e.g.
8996
+ `error.invalid_credentials`, `error.passkey_invalid`); a
8997
+ non-`error.` payload is an outcome token (e.g. `user_not_found`)
8998
+ that clients keep verbatim.
8999
+ */
8481
9000
  error?: string | null;
8482
9001
  /** Present only on terminal steps. Tells the frontend what to do:
8483
9002
  - redirect: navigate to redirect_uri immediately (OIDC/SAML done)
@@ -8968,7 +9487,18 @@ type SubmitFlowStep400Step = {
8968
9487
  /** Step-level localization keys. Resolved client-side via the `| t` LiquidJS filter.
8969
9488
  The backend never sends display text — only semantic keys.
8970
9489
  */
8971
- texts?: SubmitFlowStep400StepTexts; /** Error message from a previous failed submission. */
9490
+ texts?: SubmitFlowStep400StepTexts;
9491
+ /** Error from a previous failed submission. Field-validation failures
9492
+ carry localisation text keys: `error.<field>_<rule>` per violation
9493
+ (e.g. `error.email_required`; the `format` rule is spelled
9494
+ `error.<field>_invalid`), multiple violations joined with `"; "`.
9495
+ Field names appear verbatim, so clients localise unknown keys via
9496
+ the generic `error.field_<rule>` catalog entries. Other engine
9497
+ failures carry `error.*` catalog keys as well (e.g.
9498
+ `error.invalid_credentials`, `error.passkey_invalid`); a
9499
+ non-`error.` payload is an outcome token (e.g. `user_not_found`)
9500
+ that clients keep verbatim.
9501
+ */
8972
9502
  error?: string | null;
8973
9503
  /** Present only on terminal steps. Tells the frontend what to do:
8974
9504
  - redirect: navigate to redirect_uri immediately (OIDC/SAML done)
@@ -10418,5 +10948,5 @@ type VerifyChallengeProofDefault = ({
10418
10948
  code: "internal";
10419
10949
  });
10420
10950
  //#endregion
10421
- export { SubmitFlowStepBodyChallengeResponse as $, GetFlowDefinition200FlowDefinitionStepsItem as $a, CreateFlow201StepFieldsItemType as $c, GetMySession404Details as $i, ListSessions200SessionsItemFactorsItemMethod as $n, DeactivateFlowDefinition409 as $o, GetTeam401 as $r, CreateProject201 as $s, SetUserPasswordBody as $t, UpdateFlowDefinition404 as A, GetFlowStep200Step as Aa, CreateFlowDefinition201FlowDefinitionStepsItemGatesConfig as Ac, GetProject404 as Ai, AuthorizeDevice200 as Al, ListUsersDefaultDetails as An, ExchangeHandoff400 as Ao, GetUserInfo200 as Ar, CreateSession400Details as As, SubmitFlowStep200StepFieldsItemValidation as At, UpdateFlowDefinition200FlowDefinitionStepsItemGates as B, GetFlowStep200StepComplete as Ba, CreateFlowBodyHint as Bc, GetOpenIDConfiguration200DisplayValuesSupportedItem as Bi, ListSessions403 as Bn, EndSessionParams as Bo, GetUserByID200 as Br, CreateSchemaDefault as Bs, SubmitFlowStep200BrandingLayout as Bt, UpdateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind as C, GetFlowStepDefault as Ca, CreateFlowDefinition201FlowDefinition as Cc, GetSchemaById200 as Ci, AuthorizeGet400 as Cl, RevokeMySession409Details as Cn, ExchangeHandoffDefault as Co, IntrospectDefaultDetails as Cr, CreateTeam400Details as Cs, SubmitFlowStep200Step as Ct, UpdateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind as D, GetFlowStep404 as Da, CreateFlowDefinition201FlowDefinitionStepsItemOnSuccess as Dc, GetReady4xxDetails as Di, AuthorizeDeviceDefaultDetails as Dl, RevokeMySession401Details as Dn, ExchangeHandoff410Details as Do, Introspect200 as Dr, CreateSessionBody as Ds, SubmitFlowStep200StepGatesKind as Dt, UpdateFlowDefinitionBodyFlowDefinitionStepsItemActionsItem as E, GetFlowStep410Details as Ea, CreateFlowDefinition201FlowDefinitionStepsItemSsoProvidersItem as Ec, GetReady4xx as Ei, AuthorizeDeviceDefault as El, RevokeMySession401 as En, ExchangeHandoff410 as Eo, Introspect400Details as Er, CreateSessionDefaultDetails as Es, SubmitFlowStep200StepGates as Et, UpdateFlowDefinition200FlowDefinition as F, GetFlowStep200StepGatesConfig as Fa, CreateFlowDefinition201FlowDefinitionAudience as Fc, GetOpenIDConfigurationDefault as Fi, ActivateFlowDefinition400Details as Fl, ListUsers200Item as Fn, ExchangeHandoff200SessionState as Fo, GetUserByIDDefaultDetails as Fr, CreateSession201SessionMetadata as Fs, SubmitFlowStep200StepChallengeOptions as Ft, UpdateFlowDefinition200FlowDefinitionStepsItemActionsItemKind as G, GetFlowStep200StepActionsItemKind as Ga, CreateFlow201StepTexts as Gc, GetMyUserDefaultDetails as Gi, ListSessions400Details as Gn, DeleteFlowDefinitionParams as Go, GetToken200 as Gr, CreateSchema400 as Gs, SubmitFlowEventBodyPayload as Gt, UpdateFlowDefinition200FlowDefinitionStepsItemGatesConfig as H, GetFlowStep200StepChallengeOptions as Ha, CreateFlow400Details as Hc, GetOpenIDConfiguration4xx as Hi, ListSessions401 as Hn, EndSessionDefaultDetails as Ho, GetTokenDefaultDetails as Hr, CreateSchemaBody as Hs, SubmitFlowEventDefaultDetails as Ht, UpdateFlowDefinition200FlowDefinitionStepsItem as I, GetFlowStep200StepFieldsItem as Ia, CreateFlowDefault as Ic, GetOpenIDConfigurationDefaultDetails as Ii, ListSessionsParams as In, ExchangeHandoff200SessionMetadata as Io, GetUserByID404 as Ir, CreateSession201SessionFactorsItem as Is, SubmitFlowStep200StepChallengeMethod as It, SubmitFlowStepDefault as J, GetFlowDefinitionParams as Ja, CreateFlow201StepGatesKind as Jc, GetMyUser401Details as Ji, ListSessions200SessionsItemUserAgent as Jn, DeleteFlowDefinition409 as Jo, GetTeamParams as Jr, CreateProjectDefault as Js, SubmitFlowEvent400 as Jt, UpdateFlowDefinition200FlowDefinitionStatus as K, GetFlowStep200Branding as Ka, CreateFlow201StepSsoProvidersItem as Kc, GetMyUser404 as Ki, ListSessions200 as Kn, DeleteFlowDefinitionDefault as Ko, GetToken4xx as Kr, CreateSchema400Details as Ks, SubmitFlowEvent404 as Kt, UpdateFlowDefinition200FlowDefinitionStepsItemTransitions as L, GetFlowStep200StepFieldsItemValidation as La, CreateFlowDefaultDetails as Lc, GetOpenIDConfiguration200 as Li, ListSessionsState as Ln, ExchangeHandoff200SessionFactorsItem as Lo, GetUserByID404Details as Lr, CreateSession201SessionFactorsItemPayload as Ls, SubmitFlowStep200StepActionsItem as Lt, UpdateFlowDefinition400 as M, GetFlowStep200StepSsoProvidersItem as Ma, CreateFlowDefinition201FlowDefinitionStepsItemActionsItem as Mc, GetProject401 as Mi, ActivateFlowDefinitionDefault as Ml, ListUsers500Details as Mn, ExchangeHandoff200 as Mo, GetUserInfo4xxDetails as Mr, CreateSession201Session as Ms, SubmitFlowStep200StepFieldsItemType as Mt, UpdateFlowDefinition400Details as N, GetFlowStep200StepGates as Na, CreateFlowDefinition201FlowDefinitionStepsItemActionsItemKind as Nc, GetProject401Details as Ni, ActivateFlowDefinitionDefaultDetails as Nl, ListUsers400 as Nn, ExchangeHandoff200Session as No, GetUserByIDParams as Nr, CreateSession201SessionUserAgent as Ns, SubmitFlowStep200StepComplete as Nt, UpdateFlowDefinitionBodyFlowDefinitionStatus as O, GetFlowStep404Details as Oa, CreateFlowDefinition201FlowDefinitionStepsItemGates as Oc, GetProjectDefault as Oi, AuthorizeDevice400 as Ol, ListUsersParams as On, ExchangeHandoff401 as Oo, GetUserInfoDefault as Or, CreateSessionBodyUserAgent as Os, SubmitFlowStep200StepGatesConfig as Ot, UpdateFlowDefinition200 as P, GetFlowStep200StepGatesKind as Pa, CreateFlowDefinition201FlowDefinitionStatus as Pc, GetProject200 as Pi, ActivateFlowDefinition400 as Pl, ListUsers400Details as Pn, ExchangeHandoff200SessionUserAgent as Po, GetUserByIDDefault as Pr, CreateSession201SessionState as Ps, SubmitFlowStep200StepChallenge as Pt, SubmitFlowStepBodyFields as Q, GetFlowDefinition200FlowDefinition as Qa, CreateFlow201StepFieldsItemValidationFormat as Qc, GetMySession404 as Qi, ListSessions200SessionsItemFactorsItemPayload as Qn, DeactivateFlowDefinitionDefaultDetails as Qo, GetTeam404Details as Qr, CreateProject429Details as Qs, SetUserPasswordDefaultDetails as Qt, UpdateFlowDefinition200FlowDefinitionStepsItemSsoProvidersItem as R, GetFlowStep200StepFieldsItemValidationFormat as Ra, CreateFlowBody as Rc, GetOpenIDConfiguration200TokenEndpointAuthMethodsSupportedItem as Ri, ListSessionsDefault as Rn, ExchangeHandoff200SessionFactorsItemPayload as Ro, GetUserByID401 as Rr, CreateSession201SessionFactorsItemMethod as Rs, SubmitFlowStep200StepActionsItemKind as Rt, UpdateFlowDefinitionBodyFlowDefinitionStepsItemGates as S, GetHealth4xxDetails as Sa, CreateFlowDefinition201 as Sc, GetSchemaById400Details as Si, AuthorizeGetDefaultDetails as Sl, RevokeMySession409 as Sn, ExchangeHandoffParams as So, IntrospectDefault as Sr, CreateTeam400 as Ss, SubmitFlowStep200 as St, UpdateFlowDefinitionBodyFlowDefinitionStepsItemComplete as T, GetFlowStep410 as Ta, CreateFlowDefinition201FlowDefinitionStepsItemTransitions as Tc, GetReadyDefaultDetails as Ti, AuthorizeDeviceParams as Tl, RevokeMySession404Details as Tn, ExchangeHandoffBody as To, Introspect400 as Tr, CreateSessionDefault as Ts, SubmitFlowStep200StepSsoProvidersItem as Tt, UpdateFlowDefinition200FlowDefinitionStepsItemComplete as U, GetFlowStep200StepChallengeMethod as Ua, CreateFlow201 as Uc, GetOpenIDConfiguration4xxDetails as Ui, ListSessions401Details as Un, EndSession400 as Uo, GetTokenBody as Ur, CreateSchema409 as Us, SubmitFlowEventBody as Ut, UpdateFlowDefinition200FlowDefinitionStepsItemGatesKind as V, GetFlowStep200StepChallenge as Va, CreateFlow400 as Vc, GetOpenIDConfiguration200ClaimTypesSupportedItem as Vi, ListSessions403Details as Vn, EndSessionDefault as Vo, GetTokenDefault as Vr, CreateSchemaDefaultDetails as Vs, SubmitFlowEventDefault as Vt, UpdateFlowDefinition200FlowDefinitionStepsItemActionsItem as W, GetFlowStep200StepActionsItem as Wa, CreateFlow201Step as Wc, GetMyUserDefault as Wi, ListSessions400 as Wn, EndSession400Details as Wo, GetTokenBodyGrantType as Wr, CreateSchema409Details as Ws, SubmitFlowEventBodyType as Wt, SubmitFlowStepBody as X, GetFlowDefinitionDefaultDetails as Xa, CreateFlow201StepFieldsItem as Xc, GetMySessionDefault as Xi, ListSessions200SessionsItemMetadata as Xn, DeactivateFlowDefinitionParams as Xo, GetTeamDefaultDetails as Xr, CreateProjectBody as Xs, SetUserPasswordParams as Xt, SubmitFlowStepDefaultDetails as Y, GetFlowDefinitionDefault as Ya, CreateFlow201StepGatesConfig as Yc, GetMyUser200 as Yi, ListSessions200SessionsItemState as Yn, DeleteFlowDefinition409Details as Yo, GetTeamDefault as Yr, CreateProjectDefaultDetails as Ys, SubmitFlowEvent400Details as Yt, SubmitFlowStepBodyGateProofs as Z, GetFlowDefinition200 as Za, CreateFlow201StepFieldsItemValidation as Zc, GetMySessionDefaultDetails as Zi, ListSessions200SessionsItemFactorsItem as Zn, DeactivateFlowDefinitionDefault as Zo, GetTeam404 as Zr, CreateProject429 as Zs, SetUserPasswordDefault as Zt, UpdateFlowDefinitionBodyFlowDefinition as _, GetKeys4xx as _a, CreateFlowDefinitionBodyFlowDefinitionAudience as _c, GetSchemaByIdDefault as _i, CreateAuthAttempt201ChallengesItemState as _l, RevokeSession404Details as _n, GetAuthAttempt200CompletedFactorsItemMethod as _o, IssueChallengeBodyMethod as _r, CreateTeamDefault as _s, SubmitFlowStep400StepChallengeMethod as _t, VerifyChallengeProof200RequiredFactorsItem as a, GetMySession200Metadata as aa, CreateFlowDefinitionBodyFlowDefinition as ac, GetSession404 as ai, CreateFlow201StepActionsItemKind as al, SetUserPassword400Details as an, GetFlowDefinition200FlowDefinitionStepsItemGatesConfig as ao, ListFlowDefinitionsPurpose as ar, CreateUserDefaultDetails as as, SubmitFlowStep400StepTexts as at, UpdateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersItem as b, GetHealthDefaultDetails as ba, CreateFlowDefinition400 as bc, GetSchemaById404Details as bi, AuthorizeGetParams as bl, RevokeMySessionDefault as bn, GetAuthAttempt200ChallengesItemPayload as bo, IssueChallenge201Payload as br, CreateTeam429 as bs, SubmitFlowStep400Branding as bt, VerifyChallengeProof200CompletedFactorsItemMethod as c, GetMySession200FactorsItemMethod as ca, CreateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersItem as cc, GetSession401Details as ci, CreateAuthAttemptDefault as cl, RevokeTokenBody as cn, GetFlowDefinition200FlowDefinitionStepsItemActionsItemKind as co, ListFlowDefinitions400 as cr, CreateUser409Details as cs, SubmitFlowStep400StepGatesKind as ct, VerifyChallengeProof200ChallengesItemPayload as d, GetLive4xx as da, CreateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind as dc, GetSession200State as di, CreateAuthAttempt201State as dl, RevokeSessionParams as dn, GetAuthAttemptDefault as do, ListFlowDefinitions200FlowDefinitionsItem as dr, CreateUser401 as ds, SubmitFlowStep400StepFieldsItemValidation as dt, GetMySession401 as ea, CreateHandoffDefault as ec, GetTeam401Details as ei, CreateFlow201StepComplete as el, SetUserPassword500 as en, GetFlowDefinition200FlowDefinitionStepsItemTransitions as eo, ListSchemasParams as er, DeactivateFlowDefinition409Details as es, SubmitFlowStepBodyChallengeResponseProof as et, VerifyChallengeProof200ChallengesItemMethod as f, GetLive4xxDetails as fa, CreateFlowDefinitionBodyFlowDefinitionStepsItemGatesConfig as fc, GetSession200Metadata as fi, CreateAuthAttempt201RequiredFactorsItem as fl, RevokeSessionDefault as fn, GetAuthAttempt200 as fo, ListFlowDefinitions200FlowDefinitionsItemStatus as fr, CreateUser401Details as fs, SubmitFlowStep400StepFieldsItemValidationFormat as ft, UpdateFlowDefinitionBody as g, GetKeys200KeysItem as ga, CreateFlowDefinitionBodyFlowDefinitionStatus as gc, GetSchemaByIdParams as gi, CreateAuthAttempt201ChallengesItem as gl, RevokeSession404 as gn, GetAuthAttempt200CompletedFactorsItemPayload as go, IssueChallengeBodyPasskeyOptionsUserVerification as gr, CreateTeamParams as gs, SubmitFlowStep400StepChallengeOptions as gt, UpdateFlowDefinitionDefaultDetails as h, GetKeys200 as ha, CreateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind as hc, GetSession200FactorsItemMethod as hi, CreateAuthAttempt201CompletedFactorsItemMethod as hl, RevokeSession409Details as hn, GetAuthAttempt200CompletedFactorsItem as ho, IssueChallengeBodyPasskeyOptions as hr, CreateUser201 as hs, SubmitFlowStep400StepChallenge as ht, VerifyChallengeProof200State as i, GetMySession200State as ia, CreateFlowDefinitionBody as ic, GetSessionDefaultDetails as ii, CreateFlow201StepActionsItem as il, SetUserPassword400 as in, GetFlowDefinition200FlowDefinitionStepsItemGatesKind as io, ListFlowDefinitionsParams as ir, CreateUserDefault as is, SubmitFlowStep400Step as it, UpdateFlowDefinition404Details as j, GetFlowStep200StepTexts as ja, CreateFlowDefinition201FlowDefinitionStepsItemComplete as jc, GetProject404Details as ji, ActivateFlowDefinitionParams as jl, ListUsers500 as jn, ExchangeHandoff400Details as jo, GetUserInfo4xx as jr, CreateSession201 as js, SubmitFlowStep200StepFieldsItemValidationFormat as jt, UpdateFlowDefinitionBodyFlowDefinitionAudience as k, GetFlowStep200 as ka, CreateFlowDefinition201FlowDefinitionStepsItemGatesKind as kc, GetProjectDefaultDetails as ki, AuthorizeDevice400Details as kl, ListUsersDefault as kn, ExchangeHandoff401Details as ko, GetUserInfoDefaultDetails as kr, CreateSession400 as ks, SubmitFlowStep200StepFieldsItem as kt, VerifyChallengeProof200ChallengesItem as l, GetLiveDefault as la, CreateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess as lc, GetSession200 as li, CreateAuthAttemptBody as ll, RevokeToken4xx as ln, GetFlowDefinition200FlowDefinitionStatus as lo, ListFlowDefinitions400Details as lr, CreateUser403 as ls, SubmitFlowStep400StepGatesConfig as lt, UpdateFlowDefinitionDefault as m, GetKeysDefaultDetails as ma, CreateFlowDefinitionBodyFlowDefinitionStepsItemActionsItem as mc, GetSession200FactorsItemPayload as mi, CreateAuthAttempt201CompletedFactorsItemPayload as ml, RevokeSession409 as mn, GetAuthAttempt200RequiredFactorsItem as mo, IssueChallengeBody as mr, CreateUser400Details as ms, SubmitFlowStep400StepComplete as mt, VerifyChallengeProofBody as n, GetMySession200 as na, CreateFlowDefinitionDefault as nc, GetSessionParams as ni, CreateFlow201StepChallengeOptions as nl, SetUserPassword404 as nn, GetFlowDefinition200FlowDefinitionStepsItemOnSuccess as no, ListSchemasDefaultDetails as nr, DeactivateFlowDefinition400Details as ns, SubmitFlowStep409Details as nt, VerifyChallengeProof200CompletedFactorsItem as o, GetMySession200FactorsItem as oa, CreateFlowDefinitionBodyFlowDefinitionStepsItem as oc, GetSession404Details as oi, CreateFlow201Branding as ol, RevokeTokenDefault as on, GetFlowDefinition200FlowDefinitionStepsItemComplete as oo, ListFlowDefinitionsDefault as or, CreateUserBody as os, SubmitFlowStep400StepSsoProvidersItem as ot, UpdateFlowDefinitionParams as p, GetKeysDefault as pa, CreateFlowDefinitionBodyFlowDefinitionStepsItemComplete as pc, GetSession200FactorsItem as pi, CreateAuthAttempt201CompletedFactorsItem as pl, RevokeSessionDefaultDetails as pn, GetAuthAttempt200State as po, IssueChallengeDefault as pr, CreateUser400 as ps, SubmitFlowStep400StepFieldsItemType as pt, UpdateFlowDefinition200FlowDefinitionAudience as q, GetFlowStep200BrandingLayout as qa, CreateFlow201StepGates as qc, GetMyUser401 as qi, ListSessions200SessionsItem as qn, DeleteFlowDefinitionDefaultDetails as qo, GetToken4xxDetails as qr, CreateSchema201 as qs, SubmitFlowEvent404Details as qt, VerifyChallengeProof200 as r, GetMySession200UserAgent as ra, CreateFlowDefinitionDefaultDetails as rc, GetSessionDefault as ri, CreateFlow201StepChallengeMethod as rl, SetUserPassword404Details as rn, GetFlowDefinition200FlowDefinitionStepsItemGates as ro, ListSchemas200Item as rr, CreateUserParams as rs, SubmitFlowStep400 as rt, VerifyChallengeProof200CompletedFactorsItemPayload as s, GetMySession200FactorsItemPayload as sa, CreateFlowDefinitionBodyFlowDefinitionStepsItemTransitions as sc, GetSession401 as si, CreateFlow201BrandingLayout as sl, RevokeTokenDefaultDetails as sn, GetFlowDefinition200FlowDefinitionStepsItemActionsItem as so, ListFlowDefinitionsDefaultDetails as sr, CreateUser409 as ss, SubmitFlowStep400StepGates as st, VerifyChallengeProofDefault as t, GetMySession401Details as ta, CreateHandoff200 as tc, GetTeam200 as ti, CreateFlow201StepChallenge as tl, SetUserPassword500Details as tn, GetFlowDefinition200FlowDefinitionStepsItemSsoProvidersItem as to, ListSchemasDefault as tr, DeactivateFlowDefinition400 as ts, SubmitFlowStep409 as tt, VerifyChallengeProof200ChallengesItemState as u, GetLiveDefaultDetails as ua, CreateFlowDefinitionBodyFlowDefinitionStepsItemGates as uc, GetSession200UserAgent as ui, CreateAuthAttempt201 as ul, RevokeToken4xxDetails as un, GetFlowDefinition200FlowDefinitionAudience as uo, ListFlowDefinitions200 as ur, CreateUser403Details as us, SubmitFlowStep400StepFieldsItem as ut, UpdateFlowDefinitionBodyFlowDefinitionStepsItem as v, GetKeys4xxDetails as va, CreateFlowDefinition409 as vc, GetSchemaByIdDefaultDetails as vi, CreateAuthAttempt201ChallengesItemPayload as vl, RevokeSession401 as vn, GetAuthAttempt200ChallengesItem as vo, IssueChallenge201 as vr, CreateTeamDefaultDetails as vs, SubmitFlowStep400StepActionsItem as vt, UpdateFlowDefinitionBodyFlowDefinitionStepsItemGatesConfig as w, GetFlowStepDefaultDetails as wa, CreateFlowDefinition201FlowDefinitionStepsItem as wc, GetReadyDefault as wi, AuthorizeGet400Details as wl, RevokeMySession404 as wn, ExchangeHandoffDefaultDetails as wo, IntrospectBody as wr, CreateTeam201 as ws, SubmitFlowStep200StepTexts as wt, UpdateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess as x, GetHealth4xx as xa, CreateFlowDefinition400Details as xc, GetSchemaById400 as xi, AuthorizeGetDefault as xl, RevokeMySessionDefaultDetails as xn, GetAuthAttempt200ChallengesItemMethod as xo, IssueChallenge201Method as xr, CreateTeam429Details as xs, SubmitFlowStep400BrandingLayout as xt, UpdateFlowDefinitionBodyFlowDefinitionStepsItemTransitions as y, GetHealthDefault as ya, CreateFlowDefinition409Details as yc, GetSchemaById404 as yi, CreateAuthAttempt201ChallengesItemMethod as yl, RevokeSession401Details as yn, GetAuthAttempt200ChallengesItemState as yo, IssueChallenge201State as yr, CreateTeamBody as ys, SubmitFlowStep400StepActionsItemKind as yt, UpdateFlowDefinition200FlowDefinitionStepsItemOnSuccess as z, GetFlowStep200StepFieldsItemType as za, CreateFlowBodyPurpose as zc, GetOpenIDConfiguration200SubjectTypesSupportedItem as zi, ListSessionsDefaultDetails as zn, ExchangeHandoff200SessionFactorsItemMethod as zo, GetUserByID401Details as zr, CreateSchemaParams as zs, SubmitFlowStep200Branding as zt };
10422
- //# sourceMappingURL=index-4CTwhwmD.d.mts.map
10951
+ export { SubmitFlowStepBodyChallengeResponse as $, GetFlowStep410Details as $a, CreateFlowDefinition201FlowDefinitionStepsItemSsoProvidersItem as $c, GetReadyDefaultDetails as $i, AuthorizeDeviceDefault as $l, PatchProject401Details as $n, ExchangeHandoff410 as $o, IntrospectBody as $r, CreateSessionDefaultDetails as $s, SetUserPasswordBody as $t, UpdateFlowDefinition404 as A, GetMySession200UserAgent as Aa, CreateFlowDefinitionDefaultDetails as Ac, GetTeam200 as Ai, CreateFlow201StepChallengeMethod as Al, QueryProjectsBody as An, GetFlowDefinition200FlowDefinitionStepsItemGates as Ao, ListSchemasDefault as Ar, CreateUserParams as As, SubmitFlowStep200StepFieldsItemValidation as At, UpdateFlowDefinition200FlowDefinitionStepsItemGates as B, GetKeysDefault as Ba, CreateFlowDefinitionBodyFlowDefinitionStepsItemComplete as Bc, GetSession200Metadata as Bi, CreateAuthAttempt201CompletedFactorsItem as Bl, QueryProjects403Details as Bn, GetAuthAttempt200State as Bo, ListFlowDefinitions200FlowDefinitionsItem as Br, CreateUser400 as Bs, SubmitFlowStep200BrandingLayout as Bt, UpdateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind as C, GetMyUser200 as Ca, CreateProjectBody as Cc, GetTeamParams as Ci, CreateFlow201StepFieldsItem as Cl, RevokeMySession409Details as Cn, GetFlowDefinitionDefaultDetails as Co, ListSessions200SessionsItemUserAgent as Cr, DeactivateFlowDefinitionParams as Cs, SubmitFlowStep200Step as Ct, UpdateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind as D, GetMySession401 as Da, CreateHandoffDefault as Dc, GetTeam404Details as Di, CreateFlow201StepComplete as Dl, RevokeMySession401Details as Dn, GetFlowDefinition200FlowDefinitionStepsItemTransitions as Do, ListSessions200SessionsItemFactorsItemPayload as Dr, DeactivateFlowDefinition409Details as Ds, SubmitFlowStep200StepGatesKind as Dt, UpdateFlowDefinitionBodyFlowDefinitionStepsItemActionsItem as E, GetMySession404Details as Ea, CreateProject201 as Ec, GetTeam404 as Ei, CreateFlow201StepFieldsItemType as El, RevokeMySession401 as En, GetFlowDefinition200FlowDefinitionStepsItem as Eo, ListSessions200SessionsItemFactorsItem as Er, DeactivateFlowDefinition409 as Es, SubmitFlowStep200StepGates as Et, UpdateFlowDefinition200FlowDefinition as F, GetMySession200FactorsItemMethod as Fa, CreateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersItem as Fc, GetSession401 as Fi, CreateAuthAttemptDefault as Fl, QueryProjectsBodyFilterItemOperation as Fn, GetFlowDefinition200FlowDefinitionStepsItemActionsItemKind as Fo, ListFlowDefinitionsDefault as Fr, CreateUser409Details as Fs, SubmitFlowStep200StepChallengeOptions as Ft, UpdateFlowDefinition200FlowDefinitionStepsItemActionsItemKind as G, GetKeys4xxDetails as Ga, CreateFlowDefinition409 as Gc, GetSchemaByIdDefault as Gi, CreateAuthAttempt201ChallengesItemPayload as Gl, QueryProjects200 as Gn, GetAuthAttempt200ChallengesItem as Go, IssueChallengeBodyPasskeyOptionsUserVerification as Gr, CreateTeamDefaultDetails as Gs, SubmitFlowEventBodyPayload as Gt, UpdateFlowDefinition200FlowDefinitionStepsItemGatesConfig as H, GetKeys200 as Ha, CreateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind as Hc, GetSession200FactorsItemPayload as Hi, CreateAuthAttempt201CompletedFactorsItemMethod as Hl, QueryProjects401Details as Hn, GetAuthAttempt200CompletedFactorsItem as Ho, IssueChallengeDefault as Hr, CreateUser201 as Hs, SubmitFlowEventDefaultDetails as Ht, UpdateFlowDefinition200FlowDefinitionStepsItem as I, GetLiveDefault as Ia, CreateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess as Ic, GetSession401Details as Ii, CreateAuthAttemptBody as Il, QueryProjectsBodyFilterItemField as In, GetFlowDefinition200FlowDefinitionStatus as Io, ListFlowDefinitionsDefaultDetails as Ir, CreateUser403 as Is, SubmitFlowStep200StepChallengeMethod as It, SubmitFlowStepDefault as J, GetHealth4xx as Ja, CreateFlowDefinition400Details as Jc, GetSchemaById404Details as Ji, AuthorizeGetDefault as Jl, PatchProjectDefaultDetails as Jn, GetAuthAttempt200ChallengesItemMethod as Jo, IssueChallenge201State as Jr, CreateTeam429Details as Js, SubmitFlowEvent400 as Jt, UpdateFlowDefinition200FlowDefinitionStatus as K, GetHealthDefault as Ka, CreateFlowDefinition409Details as Kc, GetSchemaByIdDefaultDetails as Ki, CreateAuthAttempt201ChallengesItemMethod as Kl, QueryProjects200ProjectsItem as Kn, GetAuthAttempt200ChallengesItemState as Ko, IssueChallengeBodyMethod as Kr, CreateTeamBody as Ks, SubmitFlowEvent404 as Kt, UpdateFlowDefinition200FlowDefinitionStepsItemTransitions as L, GetLiveDefaultDetails as La, CreateFlowDefinitionBodyFlowDefinitionStepsItemGates as Lc, GetSession200 as Li, CreateAuthAttempt201 as Ll, QueryProjects429 as Ln, GetFlowDefinition200FlowDefinitionAudience as Lo, ListFlowDefinitions400 as Lr, CreateUser403Details as Ls, SubmitFlowStep200StepActionsItem as Lt, UpdateFlowDefinition400 as M, GetMySession200Metadata as Ma, CreateFlowDefinitionBodyFlowDefinition as Mc, GetSessionDefault as Mi, CreateFlow201StepActionsItemKind as Ml, QueryProjectsBodySortingField as Mn, GetFlowDefinition200FlowDefinitionStepsItemGatesConfig as Mo, ListSchemas200Item as Mr, CreateUserDefaultDetails as Ms, SubmitFlowStep200StepFieldsItemType as Mt, UpdateFlowDefinition400Details as N, GetMySession200FactorsItem as Na, CreateFlowDefinitionBodyFlowDefinitionStepsItem as Nc, GetSession404 as Ni, CreateFlow201Branding as Nl, QueryProjectsBodySortingDirection as Nn, GetFlowDefinition200FlowDefinitionStepsItemComplete as No, ListFlowDefinitionsParams as Nr, CreateUserBody as Ns, SubmitFlowStep200StepComplete as Nt, UpdateFlowDefinitionBodyFlowDefinitionStatus as O, GetMySession401Details as Oa, CreateHandoff200 as Oc, GetTeam401 as Oi, CreateFlow201StepChallenge as Ol, QueryProjectsDefault as On, GetFlowDefinition200FlowDefinitionStepsItemSsoProvidersItem as Oo, ListSessions200SessionsItemFactorsItemMethod as Or, DeactivateFlowDefinition400 as Os, SubmitFlowStep200StepGatesConfig as Ot, UpdateFlowDefinition200 as P, GetMySession200FactorsItemPayload as Pa, CreateFlowDefinitionBodyFlowDefinitionStepsItemTransitions as Pc, GetSession404Details as Pi, CreateFlow201BrandingLayout as Pl, QueryProjectsBodyFilterItem as Pn, GetFlowDefinition200FlowDefinitionStepsItemActionsItem as Po, ListFlowDefinitionsPurpose as Pr, CreateUser409 as Ps, SubmitFlowStep200StepChallenge as Pt, SubmitFlowStepBodyFields as Q, GetFlowStep410 as Qa, CreateFlowDefinition201FlowDefinitionStepsItemTransitions as Qc, GetReadyDefault as Qi, AuthorizeDeviceParams as Ql, PatchProject401 as Qn, ExchangeHandoffBody as Qo, IntrospectDefaultDetails as Qr, CreateSessionDefault as Qs, SetUserPasswordDefaultDetails as Qt, UpdateFlowDefinition200FlowDefinitionStepsItemSsoProvidersItem as R, GetLive4xx as Ra, CreateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind as Rc, GetSession200UserAgent as Ri, CreateAuthAttempt201State as Rl, QueryProjects429Details as Rn, GetAuthAttemptDefault as Ro, ListFlowDefinitions400Details as Rr, CreateUser401 as Rs, SubmitFlowStep200StepActionsItemKind as Rt, UpdateFlowDefinitionBodyFlowDefinitionStepsItemGates as S, GetMyUser401Details as Sa, CreateProjectDefaultDetails as Sc, GetToken4xxDetails as Si, CreateFlow201StepGatesConfig as Sl, RevokeMySession409 as Sn, GetFlowDefinitionDefault as So, ListSessions200SessionsItem as Sr, DeleteFlowDefinition409Details as Ss, SubmitFlowStep200 as St, UpdateFlowDefinitionBodyFlowDefinitionStepsItemComplete as T, GetMySession404 as Ta, CreateProject429Details as Tc, GetTeamDefaultDetails as Ti, CreateFlow201StepFieldsItemValidationFormat as Tl, RevokeMySession404Details as Tn, GetFlowDefinition200FlowDefinition as To, ListSessions200SessionsItemMetadata as Tr, DeactivateFlowDefinitionDefaultDetails as Ts, SubmitFlowStep200StepSsoProvidersItem as Tt, UpdateFlowDefinition200FlowDefinitionStepsItemComplete as U, GetKeys200KeysItem as Ua, CreateFlowDefinitionBodyFlowDefinitionStatus as Uc, GetSession200FactorsItemMethod as Ui, CreateAuthAttempt201ChallengesItem as Ul, QueryProjects400 as Un, GetAuthAttempt200CompletedFactorsItemPayload as Uo, IssueChallengeBody as Ur, CreateTeamParams as Us, SubmitFlowEventBody as Ut, UpdateFlowDefinition200FlowDefinitionStepsItemGatesKind as V, GetKeysDefaultDetails as Va, CreateFlowDefinitionBodyFlowDefinitionStepsItemActionsItem as Vc, GetSession200FactorsItem as Vi, CreateAuthAttempt201CompletedFactorsItemPayload as Vl, QueryProjects401 as Vn, GetAuthAttempt200RequiredFactorsItem as Vo, ListFlowDefinitions200FlowDefinitionsItemStatus as Vr, CreateUser400Details as Vs, SubmitFlowEventDefault as Vt, UpdateFlowDefinition200FlowDefinitionStepsItemActionsItem as W, GetKeys4xx as Wa, CreateFlowDefinitionBodyFlowDefinitionAudience as Wc, GetSchemaByIdParams as Wi, CreateAuthAttempt201ChallengesItemState as Wl, QueryProjects400Details as Wn, GetAuthAttempt200CompletedFactorsItemMethod as Wo, IssueChallengeBodyPasskeyOptions as Wr, CreateTeamDefault as Ws, SubmitFlowEventBodyType as Wt, SubmitFlowStepBody as X, GetFlowStepDefault as Xa, CreateFlowDefinition201FlowDefinition as Xc, GetSchemaById400Details as Xi, AuthorizeGet400 as Xl, PatchProject404 as Xn, ExchangeHandoffDefault as Xo, IssueChallenge201Method as Xr, CreateTeam400Details as Xs, SetUserPasswordParams as Xt, SubmitFlowStepDefaultDetails as Y, GetHealth4xxDetails as Ya, CreateFlowDefinition201 as Yc, GetSchemaById400 as Yi, AuthorizeGetDefaultDetails as Yl, PatchProjectBody as Yn, ExchangeHandoffParams as Yo, IssueChallenge201Payload as Yr, CreateTeam400 as Ys, SubmitFlowEvent400Details as Yt, SubmitFlowStepBodyGateProofs as Z, GetFlowStepDefaultDetails as Za, CreateFlowDefinition201FlowDefinitionStepsItem as Zc, GetSchemaById200 as Zi, AuthorizeGet400Details as Zl, PatchProject404Details as Zn, ExchangeHandoffDefaultDetails as Zo, IntrospectDefault as Zr, CreateTeam201 as Zs, SetUserPasswordDefault as Zt, UpdateFlowDefinitionBodyFlowDefinition as _, GetOpenIDConfiguration4xxDetails as _a, CreateSchema409Details as _c, GetTokenDefaultDetails as _i, CreateFlow201Step as _l, RevokeSession404Details as _n, GetFlowStep200StepActionsItem as _o, ListSessions401 as _r, EndSession400Details as _s, SubmitFlowStep400StepChallengeMethod as _t, VerifyChallengeProof200RequiredFactorsItem as a, GetProject404Details as aa, CreateSession201Session as ac, GetUserInfo200 as ai, CreateFlowDefinition201FlowDefinitionStepsItemActionsItem as al, SetUserPassword400Details as an, GetFlowStep200StepSsoProvidersItem as ao, ListUsersDefaultDetails as ar, ExchangeHandoff200 as as, SubmitFlowStep400StepTexts as at, ActivateFlowDefinitionDefault as au, UpdateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersItem as b, GetMyUser404 as ba, CreateSchema201 as bc, GetToken200 as bi, CreateFlow201StepGates as bl, RevokeMySessionDefault as bn, GetFlowStep200BrandingLayout as bo, ListSessions400Details as br, DeleteFlowDefinitionDefaultDetails as bs, SubmitFlowStep400Branding as bt, VerifyChallengeProof200CompletedFactorsItemMethod as c, GetProject200 as ca, CreateSession201SessionMetadata as cc, GetUserByIDParams as ci, CreateFlowDefinition201FlowDefinitionAudience as cl, RevokeTokenBody as cn, GetFlowStep200StepGatesConfig as co, ListUsers400 as cr, ExchangeHandoff200SessionState as cs, SubmitFlowStep400StepGatesKind as ct, ActivateFlowDefinition400Details as cu, VerifyChallengeProof200ChallengesItemPayload as d, GetOpenIDConfiguration200 as da, CreateSession201SessionFactorsItemMethod as dc, GetUserByID404 as di, CreateFlowBody as dl, RevokeSessionParams as dn, GetFlowStep200StepFieldsItemValidationFormat as do, ListSessionsParams as dr, ExchangeHandoff200SessionFactorsItemPayload as ds, SubmitFlowStep400StepFieldsItemValidation as dt, GetReady4xx as ea, CreateSessionBody as ec, Introspect400 as ei, CreateFlowDefinition201FlowDefinitionStepsItemOnSuccess as el, SetUserPassword500 as en, GetFlowStep404 as eo, PatchProject400 as er, ExchangeHandoff410Details as es, SubmitFlowStepBodyChallengeResponseProof as et, AuthorizeDeviceDefaultDetails as eu, VerifyChallengeProof200ChallengesItemMethod as f, GetOpenIDConfiguration200TokenEndpointAuthMethodsSupportedItem as fa, CreateSchemaParams as fc, GetUserByID404Details as fi, CreateFlowBodyPurpose as fl, RevokeSessionDefault as fn, GetFlowStep200StepFieldsItemType as fo, ListSessionsState as fr, ExchangeHandoff200SessionFactorsItemMethod as fs, SubmitFlowStep400StepFieldsItemValidationFormat as ft, UpdateFlowDefinitionBody as g, GetOpenIDConfiguration4xx as ga, CreateSchema409 as gc, GetTokenDefault as gi, CreateFlow201 as gl, RevokeSession404 as gn, GetFlowStep200StepChallengeMethod as go, ListSessions403Details as gr, EndSession400 as gs, SubmitFlowStep400StepChallengeOptions as gt, UpdateFlowDefinitionDefaultDetails as h, GetOpenIDConfiguration200ClaimTypesSupportedItem as ha, CreateSchemaBody as hc, GetUserByID200 as hi, CreateFlow400Details as hl, RevokeSession409Details as hn, GetFlowStep200StepChallengeOptions as ho, ListSessions403 as hr, EndSessionDefaultDetails as hs, SubmitFlowStep400StepChallenge as ht, VerifyChallengeProof200State as i, GetProject404 as ia, CreateSession201 as ic, GetUserInfoDefaultDetails as ii, CreateFlowDefinition201FlowDefinitionStepsItemComplete as il, SetUserPassword400 as in, GetFlowStep200StepTexts as io, ListUsersDefault as ir, ExchangeHandoff400Details as is, SubmitFlowStep400Step as it, ActivateFlowDefinitionParams as iu, UpdateFlowDefinition404Details as j, GetMySession200State as ja, CreateFlowDefinitionBody as jc, GetSessionParams as ji, CreateFlow201StepActionsItem as jl, QueryProjectsBodySorting as jn, GetFlowDefinition200FlowDefinitionStepsItemGatesKind as jo, ListSchemasDefaultDetails as jr, CreateUserDefault as js, SubmitFlowStep200StepFieldsItemValidationFormat as jt, UpdateFlowDefinitionBodyFlowDefinitionAudience as k, GetMySession200 as ka, CreateFlowDefinitionDefault as kc, GetTeam401Details as ki, CreateFlow201StepChallengeOptions as kl, QueryProjectsDefaultDetails as kn, GetFlowDefinition200FlowDefinitionStepsItemOnSuccess as ko, ListSchemasParams as kr, DeactivateFlowDefinition400Details as ks, SubmitFlowStep200StepFieldsItem as kt, VerifyChallengeProof200ChallengesItem as l, GetOpenIDConfigurationDefault as la, CreateSession201SessionFactorsItem as lc, GetUserByIDDefault as li, CreateFlowDefault as ll, RevokeToken4xx as ln, GetFlowStep200StepFieldsItem as lo, ListUsers400Details as lr, ExchangeHandoff200SessionMetadata as ls, SubmitFlowStep400StepGatesConfig as lt, UpdateFlowDefinitionDefault as m, GetOpenIDConfiguration200DisplayValuesSupportedItem as ma, CreateSchemaDefaultDetails as mc, GetUserByID401Details as mi, CreateFlow400 as ml, RevokeSession409 as mn, GetFlowStep200StepChallenge as mo, ListSessionsDefaultDetails as mr, EndSessionDefault as ms, SubmitFlowStep400StepComplete as mt, VerifyChallengeProofBody as n, GetProjectDefault as na, CreateSession400 as nc, Introspect200 as ni, CreateFlowDefinition201FlowDefinitionStepsItemGatesKind as nl, SetUserPassword404 as nn, GetFlowStep200 as no, PatchProject200 as nr, ExchangeHandoff401Details as ns, SubmitFlowStep409Details as nt, AuthorizeDevice400Details as nu, VerifyChallengeProof200CompletedFactorsItem as o, GetProject401 as oa, CreateSession201SessionUserAgent as oc, GetUserInfo4xx as oi, CreateFlowDefinition201FlowDefinitionStepsItemActionsItemKind as ol, RevokeTokenDefault as on, GetFlowStep200StepGates as oo, ListUsers500 as or, ExchangeHandoff200Session as os, SubmitFlowStep400StepSsoProvidersItem as ot, ActivateFlowDefinitionDefaultDetails as ou, UpdateFlowDefinitionParams as p, GetOpenIDConfiguration200SubjectTypesSupportedItem as pa, CreateSchemaDefault as pc, GetUserByID401 as pi, CreateFlowBodyHint as pl, RevokeSessionDefaultDetails as pn, GetFlowStep200StepComplete as po, ListSessionsDefault as pr, EndSessionParams as ps, SubmitFlowStep400StepFieldsItemType as pt, UpdateFlowDefinition200FlowDefinitionAudience as q, GetHealthDefaultDetails as qa, CreateFlowDefinition400 as qc, GetSchemaById404 as qi, AuthorizeGetParams as ql, PatchProjectDefault as qn, GetAuthAttempt200ChallengesItemPayload as qo, IssueChallenge201 as qr, CreateTeam429 as qs, SubmitFlowEvent404Details as qt, VerifyChallengeProof200 as r, GetProjectDefaultDetails as ra, CreateSession400Details as rc, GetUserInfoDefault as ri, CreateFlowDefinition201FlowDefinitionStepsItemGatesConfig as rl, SetUserPassword404Details as rn, GetFlowStep200Step as ro, ListUsersParams as rr, ExchangeHandoff400 as rs, SubmitFlowStep400 as rt, AuthorizeDevice200 as ru, VerifyChallengeProof200CompletedFactorsItemPayload as s, GetProject401Details as sa, CreateSession201SessionState as sc, GetUserInfo4xxDetails as si, CreateFlowDefinition201FlowDefinitionStatus as sl, RevokeTokenDefaultDetails as sn, GetFlowStep200StepGatesKind as so, ListUsers500Details as sr, ExchangeHandoff200SessionUserAgent as ss, SubmitFlowStep400StepGates as st, ActivateFlowDefinition400 as su, VerifyChallengeProofDefault as t, GetReady4xxDetails as ta, CreateSessionBodyUserAgent as tc, Introspect400Details as ti, CreateFlowDefinition201FlowDefinitionStepsItemGates as tl, SetUserPassword500Details as tn, GetFlowStep404Details as to, PatchProject400Details as tr, ExchangeHandoff401 as ts, SubmitFlowStep409 as tt, AuthorizeDevice400 as tu, VerifyChallengeProof200ChallengesItemState as u, GetOpenIDConfigurationDefaultDetails as ua, CreateSession201SessionFactorsItemPayload as uc, GetUserByIDDefaultDetails as ui, CreateFlowDefaultDetails as ul, RevokeToken4xxDetails as un, GetFlowStep200StepFieldsItemValidation as uo, ListUsers200Item as ur, ExchangeHandoff200SessionFactorsItem as us, SubmitFlowStep400StepFieldsItem as ut, UpdateFlowDefinitionBodyFlowDefinitionStepsItem as v, GetMyUserDefault as va, CreateSchema400 as vc, GetTokenBody as vi, CreateFlow201StepTexts as vl, RevokeSession401 as vn, GetFlowStep200StepActionsItemKind as vo, ListSessions401Details as vr, DeleteFlowDefinitionParams as vs, SubmitFlowStep400StepActionsItem as vt, UpdateFlowDefinitionBodyFlowDefinitionStepsItemGatesConfig as w, GetMySessionDefault as wa, CreateProject429 as wc, GetTeamDefault as wi, CreateFlow201StepFieldsItemValidation as wl, RevokeMySession404 as wn, GetFlowDefinition200 as wo, ListSessions200SessionsItemState as wr, DeactivateFlowDefinitionDefault as ws, SubmitFlowStep200StepTexts as wt, UpdateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess as x, GetMyUser401 as xa, CreateProjectDefault as xc, GetToken4xx as xi, CreateFlow201StepGatesKind as xl, RevokeMySessionDefaultDetails as xn, GetFlowDefinitionParams as xo, ListSessions200 as xr, DeleteFlowDefinition409 as xs, SubmitFlowStep400BrandingLayout as xt, UpdateFlowDefinitionBodyFlowDefinitionStepsItemTransitions as y, GetMyUserDefaultDetails as ya, CreateSchema400Details as yc, GetTokenBodyGrantType as yi, CreateFlow201StepSsoProvidersItem as yl, RevokeSession401Details as yn, GetFlowStep200Branding as yo, ListSessions400 as yr, DeleteFlowDefinitionDefault as ys, SubmitFlowStep400StepActionsItemKind as yt, UpdateFlowDefinition200FlowDefinitionStepsItemOnSuccess as z, GetLive4xxDetails as za, CreateFlowDefinitionBodyFlowDefinitionStepsItemGatesConfig as zc, GetSession200State as zi, CreateAuthAttempt201RequiredFactorsItem as zl, QueryProjects403 as zn, GetAuthAttempt200 as zo, ListFlowDefinitions200 as zr, CreateUser401Details as zs, SubmitFlowStep200Branding as zt };
10952
+ //# sourceMappingURL=index-C4jNq61U.d.mts.map