@zitadel/api 0.1.0-alpha.14 → 0.1.0-alpha.16

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-oloR8wb4.d.mts} +560 -38
  16. package/dist/index-oloR8wb4.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-CXFZoHGo.d.mts} +16 -4
  23. package/dist/zitadelNextGen-CXFZoHGo.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 +9 -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 +9 -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 +9 -1
  71. package/src/generated/model/submitFlowStep400Step.ts +9 -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,16 @@ 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 failures
1087
+ carry a verbatim diagnostic token instead (e.g. `user_not_found`,
1088
+ `auth_attempt.password_invalid`).
1089
+ */
1081
1090
  error?: string | null;
1082
1091
  /** Present only on terminal steps. Tells the frontend what to do:
1083
1092
  - redirect: navigate to redirect_uri immediately (OIDC/SAML done)
@@ -2213,7 +2222,8 @@ type CreateHandoffDefault = ({
2213
2222
  * OpenAPI spec version: 0.0.1
2214
2223
  */
2215
2224
  type CreateProject201 = {
2216
- /** The unique identifier of the project. */id: string;
2225
+ /** The unique identifier of the project. */id: string; /** The name of the project. */
2226
+ name: string;
2217
2227
  /** Secret which can be used for authentication when modifying the project.
2218
2228
  */
2219
2229
  projectSecret: string;
@@ -2260,6 +2270,7 @@ type CreateProject429 = {
2260
2270
  * OpenAPI spec version: 0.0.1
2261
2271
  */
2262
2272
  type CreateProjectBody = {
2273
+ /** The name of the project. */name: string;
2263
2274
  /** Origins which are allowed for previewing and testing the project.
2264
2275
  */
2265
2276
  previewOrigins?: string[];
@@ -2630,6 +2641,23 @@ type CreateSession201Session = {
2630
2641
  factor has been verified through an `auth_attempt`.
2631
2642
  */
2632
2643
  user_id?: string | null;
2644
+ /** Human-readable name of the authenticated user, resolved from the
2645
+ conventional user-schema properties: `name` when defined, otherwise
2646
+ the given and family name parts joined — `givenName`/`familyName`
2647
+ (the shipped presets' spelling) or `given_name`/`family_name`. Only
2648
+ present on reads that hydrate the user's identity
2649
+ (`GET /sessions/me`) and only when the session has an authenticated
2650
+ user whose schema carries those properties; clients fall back to
2651
+ `email`, then `user_id`.
2652
+ */
2653
+ name?: string;
2654
+ /** Email address of the authenticated user, resolved from the
2655
+ conventional `email` user-schema property. Only present on reads
2656
+ that hydrate the user's identity (`GET /sessions/me`) and only when
2657
+ the session has an authenticated user whose schema carries that
2658
+ property.
2659
+ */
2660
+ email?: string;
2633
2661
  /** Verified authentication factors accumulated by this session.
2634
2662
  Each key is a factor type (e.g. `password`, `totp`, `passkey`).
2635
2663
  Each value is a factor event object with at least `verified_at` and
@@ -3459,6 +3487,23 @@ type ExchangeHandoff200Session = {
3459
3487
  factor has been verified through an `auth_attempt`.
3460
3488
  */
3461
3489
  user_id?: string | null;
3490
+ /** Human-readable name of the authenticated user, resolved from the
3491
+ conventional user-schema properties: `name` when defined, otherwise
3492
+ the given and family name parts joined — `givenName`/`familyName`
3493
+ (the shipped presets' spelling) or `given_name`/`family_name`. Only
3494
+ present on reads that hydrate the user's identity
3495
+ (`GET /sessions/me`) and only when the session has an authenticated
3496
+ user whose schema carries those properties; clients fall back to
3497
+ `email`, then `user_id`.
3498
+ */
3499
+ name?: string;
3500
+ /** Email address of the authenticated user, resolved from the
3501
+ conventional `email` user-schema property. Only present on reads
3502
+ that hydrate the user's identity (`GET /sessions/me`) and only when
3503
+ the session has an authenticated user whose schema carries that
3504
+ property.
3505
+ */
3506
+ email?: string;
3462
3507
  /** Verified authentication factors accumulated by this session.
3463
3508
  Each key is a factor type (e.g. `password`, `totp`, `passkey`).
3464
3509
  Each value is a factor event object with at least `verified_at` and
@@ -4787,7 +4832,16 @@ type GetFlowStep200Step = {
4787
4832
  /** Step-level localization keys. Resolved client-side via the `| t` LiquidJS filter.
4788
4833
  The backend never sends display text — only semantic keys.
4789
4834
  */
4790
- texts?: GetFlowStep200StepTexts; /** Error message from a previous failed submission. */
4835
+ texts?: GetFlowStep200StepTexts;
4836
+ /** Error from a previous failed submission. Field-validation failures
4837
+ carry localisation text keys: `error.<field>_<rule>` per violation
4838
+ (e.g. `error.email_required`; the `format` rule is spelled
4839
+ `error.<field>_invalid`), multiple violations joined with `"; "`.
4840
+ Field names appear verbatim, so clients localise unknown keys via
4841
+ the generic `error.field_<rule>` catalog entries. Other failures
4842
+ carry a verbatim diagnostic token instead (e.g. `user_not_found`,
4843
+ `auth_attempt.password_invalid`).
4844
+ */
4791
4845
  error?: string | null;
4792
4846
  /** Present only on terminal steps. Tells the frontend what to do:
4793
4847
  - redirect: navigate to redirect_uri immediately (OIDC/SAML done)
@@ -5260,6 +5314,23 @@ type GetMySession200 = {
5260
5314
  factor has been verified through an `auth_attempt`.
5261
5315
  */
5262
5316
  user_id?: string | null;
5317
+ /** Human-readable name of the authenticated user, resolved from the
5318
+ conventional user-schema properties: `name` when defined, otherwise
5319
+ the given and family name parts joined — `givenName`/`familyName`
5320
+ (the shipped presets' spelling) or `given_name`/`family_name`. Only
5321
+ present on reads that hydrate the user's identity
5322
+ (`GET /sessions/me`) and only when the session has an authenticated
5323
+ user whose schema carries those properties; clients fall back to
5324
+ `email`, then `user_id`.
5325
+ */
5326
+ name?: string;
5327
+ /** Email address of the authenticated user, resolved from the
5328
+ conventional `email` user-schema property. Only present on reads
5329
+ that hydrate the user's identity (`GET /sessions/me`) and only when
5330
+ the session has an authenticated user whose schema carries that
5331
+ property.
5332
+ */
5333
+ email?: string;
5263
5334
  /** Verified authentication factors accumulated by this session.
5264
5335
  Each key is a factor type (e.g. `password`, `totp`, `passkey`).
5265
5336
  Each value is a factor event object with at least `verified_at` and
@@ -5331,7 +5402,7 @@ type GetMySession404 = {
5331
5402
  details?: GetMySession404Details;
5332
5403
  };
5333
5404
  //#endregion
5334
- //#region src/generated/model/getMySessionDefaultDetails.d.ts
5405
+ //#region src/generated/model/getMySessionDefault.d.ts
5335
5406
  /**
5336
5407
  * Generated by orval v8.10.0 🍺
5337
5408
  * Do not edit manually.
@@ -5339,22 +5410,23 @@ type GetMySession404 = {
5339
5410
  * This is the next generation of the Zitadel identity platform.
5340
5411
  * OpenAPI spec version: 0.0.1
5341
5412
  */
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 = {
5413
+ type GetMySessionDefault = ({
5354
5414
  /** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
5355
5415
  message: string; /** Additional error-specific context. */
5356
- details?: GetMySessionDefaultDetails;
5357
- };
5416
+ details?: {
5417
+ [key: string]: unknown;
5418
+ };
5419
+ } & {
5420
+ code: "sess.not_found";
5421
+ }) | ({
5422
+ /** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
5423
+ message: string; /** Additional error-specific context. */
5424
+ details?: {
5425
+ [key: string]: unknown;
5426
+ };
5427
+ } & {
5428
+ code: "internal";
5429
+ });
5358
5430
  //#endregion
5359
5431
  //#region src/generated/model/getMyUser200.d.ts
5360
5432
  /**
@@ -5607,7 +5679,11 @@ type GetOpenIDConfigurationDefault = {
5607
5679
  * The current state of a project.
5608
5680
  */
5609
5681
  type GetProject200 = {
5610
- /** The unique identifier of the project. */id: string; /** The time when the project was created. */
5682
+ /** The unique identifier of the project. */id: string; /** The name of the project. */
5683
+ name: string;
5684
+ /** Origins which are allowed for previewing and testing the project.
5685
+ */
5686
+ previewOrigins?: string[]; /** The time when the project was created. */
5611
5687
  createdAt: string; /** The time when the project was last updated. */
5612
5688
  updatedAt: string;
5613
5689
  };
@@ -6057,6 +6133,23 @@ type GetSession200 = {
6057
6133
  factor has been verified through an `auth_attempt`.
6058
6134
  */
6059
6135
  user_id?: string | null;
6136
+ /** Human-readable name of the authenticated user, resolved from the
6137
+ conventional user-schema properties: `name` when defined, otherwise
6138
+ the given and family name parts joined — `givenName`/`familyName`
6139
+ (the shipped presets' spelling) or `given_name`/`family_name`. Only
6140
+ present on reads that hydrate the user's identity
6141
+ (`GET /sessions/me`) and only when the session has an authenticated
6142
+ user whose schema carries those properties; clients fall back to
6143
+ `email`, then `user_id`.
6144
+ */
6145
+ name?: string;
6146
+ /** Email address of the authenticated user, resolved from the
6147
+ conventional `email` user-schema property. Only present on reads
6148
+ that hydrate the user's identity (`GET /sessions/me`) and only when
6149
+ the session has an authenticated user whose schema carries that
6150
+ property.
6151
+ */
6152
+ email?: string;
6060
6153
  /** Verified authentication factors accumulated by this session.
6061
6154
  Each key is a factor type (e.g. `password`, `totp`, `passkey`).
6062
6155
  Each value is a factor event object with at least `verified_at` and
@@ -6128,7 +6221,7 @@ type GetSession404 = {
6128
6221
  details?: GetSession404Details;
6129
6222
  };
6130
6223
  //#endregion
6131
- //#region src/generated/model/getSessionDefaultDetails.d.ts
6224
+ //#region src/generated/model/getSessionDefault.d.ts
6132
6225
  /**
6133
6226
  * Generated by orval v8.10.0 🍺
6134
6227
  * Do not edit manually.
@@ -6136,22 +6229,23 @@ type GetSession404 = {
6136
6229
  * This is the next generation of the Zitadel identity platform.
6137
6230
  * OpenAPI spec version: 0.0.1
6138
6231
  */
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 = {
6232
+ type GetSessionDefault = ({
6151
6233
  /** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
6152
6234
  message: string; /** Additional error-specific context. */
6153
- details?: GetSessionDefaultDetails;
6154
- };
6235
+ details?: {
6236
+ [key: string]: unknown;
6237
+ };
6238
+ } & {
6239
+ code: "sess.not_found";
6240
+ }) | ({
6241
+ /** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
6242
+ message: string; /** Additional error-specific context. */
6243
+ details?: {
6244
+ [key: string]: unknown;
6245
+ };
6246
+ } & {
6247
+ code: "internal";
6248
+ });
6155
6249
  //#endregion
6156
6250
  //#region src/generated/model/getSessionParams.d.ts
6157
6251
  /**
@@ -7238,6 +7332,23 @@ type ListSessions200SessionsItem = {
7238
7332
  factor has been verified through an `auth_attempt`.
7239
7333
  */
7240
7334
  user_id?: string | null;
7335
+ /** Human-readable name of the authenticated user, resolved from the
7336
+ conventional user-schema properties: `name` when defined, otherwise
7337
+ the given and family name parts joined — `givenName`/`familyName`
7338
+ (the shipped presets' spelling) or `given_name`/`family_name`. Only
7339
+ present on reads that hydrate the user's identity
7340
+ (`GET /sessions/me`) and only when the session has an authenticated
7341
+ user whose schema carries those properties; clients fall back to
7342
+ `email`, then `user_id`.
7343
+ */
7344
+ name?: string;
7345
+ /** Email address of the authenticated user, resolved from the
7346
+ conventional `email` user-schema property. Only present on reads
7347
+ that hydrate the user's identity (`GET /sessions/me`) and only when
7348
+ the session has an authenticated user whose schema carries that
7349
+ property.
7350
+ */
7351
+ email?: string;
7241
7352
  /** Verified authentication factors accumulated by this session.
7242
7353
  Each key is a factor type (e.g. `password`, `totp`, `passkey`).
7243
7354
  Each value is a factor event object with at least `verified_at` and
@@ -7527,6 +7638,399 @@ type ListUsersParams = {
7527
7638
  limit?: number;
7528
7639
  };
7529
7640
  //#endregion
7641
+ //#region src/generated/model/patchProject200.d.ts
7642
+ /**
7643
+ * Generated by orval v8.10.0 🍺
7644
+ * Do not edit manually.
7645
+ * Zitadel NextGen
7646
+ * This is the next generation of the Zitadel identity platform.
7647
+ * OpenAPI spec version: 0.0.1
7648
+ */
7649
+ /**
7650
+ * The current state of a project.
7651
+ */
7652
+ type PatchProject200 = {
7653
+ /** The unique identifier of the project. */id: string; /** The name of the project. */
7654
+ name: string;
7655
+ /** Origins which are allowed for previewing and testing the project.
7656
+ */
7657
+ previewOrigins?: string[]; /** The time when the project was created. */
7658
+ createdAt: string; /** The time when the project was last updated. */
7659
+ updatedAt: string;
7660
+ };
7661
+ //#endregion
7662
+ //#region src/generated/model/patchProject400Details.d.ts
7663
+ /**
7664
+ * Generated by orval v8.10.0 🍺
7665
+ * Do not edit manually.
7666
+ * Zitadel NextGen
7667
+ * This is the next generation of the Zitadel identity platform.
7668
+ * OpenAPI spec version: 0.0.1
7669
+ */
7670
+ /**
7671
+ * Additional error-specific context.
7672
+ */
7673
+ type PatchProject400Details = {
7674
+ [key: string]: unknown;
7675
+ };
7676
+ //#endregion
7677
+ //#region src/generated/model/patchProject400.d.ts
7678
+ /**
7679
+ * Standard error payload returned for failed API requests.
7680
+ */
7681
+ type PatchProject400 = {
7682
+ /** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
7683
+ message: string; /** Additional error-specific context. */
7684
+ details?: PatchProject400Details;
7685
+ };
7686
+ //#endregion
7687
+ //#region src/generated/model/patchProject401Details.d.ts
7688
+ /**
7689
+ * Generated by orval v8.10.0 🍺
7690
+ * Do not edit manually.
7691
+ * Zitadel NextGen
7692
+ * This is the next generation of the Zitadel identity platform.
7693
+ * OpenAPI spec version: 0.0.1
7694
+ */
7695
+ /**
7696
+ * Additional error-specific context.
7697
+ */
7698
+ type PatchProject401Details = {
7699
+ [key: string]: unknown;
7700
+ };
7701
+ //#endregion
7702
+ //#region src/generated/model/patchProject401.d.ts
7703
+ /**
7704
+ * Standard error payload returned for failed API requests.
7705
+ */
7706
+ type PatchProject401 = {
7707
+ /** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
7708
+ message: string; /** Additional error-specific context. */
7709
+ details?: PatchProject401Details;
7710
+ };
7711
+ //#endregion
7712
+ //#region src/generated/model/patchProject404Details.d.ts
7713
+ /**
7714
+ * Generated by orval v8.10.0 🍺
7715
+ * Do not edit manually.
7716
+ * Zitadel NextGen
7717
+ * This is the next generation of the Zitadel identity platform.
7718
+ * OpenAPI spec version: 0.0.1
7719
+ */
7720
+ /**
7721
+ * Additional error-specific context.
7722
+ */
7723
+ type PatchProject404Details = {
7724
+ [key: string]: unknown;
7725
+ };
7726
+ //#endregion
7727
+ //#region src/generated/model/patchProject404.d.ts
7728
+ /**
7729
+ * Standard error payload returned for failed API requests.
7730
+ */
7731
+ type PatchProject404 = {
7732
+ /** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
7733
+ message: string; /** Additional error-specific context. */
7734
+ details?: PatchProject404Details;
7735
+ };
7736
+ //#endregion
7737
+ //#region src/generated/model/patchProjectBody.d.ts
7738
+ /**
7739
+ * Generated by orval v8.10.0 🍺
7740
+ * Do not edit manually.
7741
+ * Zitadel NextGen
7742
+ * This is the next generation of the Zitadel identity platform.
7743
+ * OpenAPI spec version: 0.0.1
7744
+ */
7745
+ type PatchProjectBody = {
7746
+ /** The name of the project. */name?: null | string;
7747
+ };
7748
+ //#endregion
7749
+ //#region src/generated/model/patchProjectDefaultDetails.d.ts
7750
+ /**
7751
+ * Generated by orval v8.10.0 🍺
7752
+ * Do not edit manually.
7753
+ * Zitadel NextGen
7754
+ * This is the next generation of the Zitadel identity platform.
7755
+ * OpenAPI spec version: 0.0.1
7756
+ */
7757
+ /**
7758
+ * Additional error-specific context.
7759
+ */
7760
+ type PatchProjectDefaultDetails = {
7761
+ [key: string]: unknown;
7762
+ };
7763
+ //#endregion
7764
+ //#region src/generated/model/patchProjectDefault.d.ts
7765
+ /**
7766
+ * Standard error payload returned for failed API requests.
7767
+ */
7768
+ type PatchProjectDefault = {
7769
+ /** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
7770
+ message: string; /** Additional error-specific context. */
7771
+ details?: PatchProjectDefaultDetails;
7772
+ };
7773
+ //#endregion
7774
+ //#region src/generated/model/queryProjects200ProjectsItem.d.ts
7775
+ /**
7776
+ * Generated by orval v8.10.0 🍺
7777
+ * Do not edit manually.
7778
+ * Zitadel NextGen
7779
+ * This is the next generation of the Zitadel identity platform.
7780
+ * OpenAPI spec version: 0.0.1
7781
+ */
7782
+ /**
7783
+ * The current state of a project.
7784
+ */
7785
+ type QueryProjects200ProjectsItem = {
7786
+ /** The unique identifier of the project. */id: string; /** The name of the project. */
7787
+ name: string;
7788
+ /** Origins which are allowed for previewing and testing the project.
7789
+ */
7790
+ previewOrigins?: string[]; /** The time when the project was created. */
7791
+ createdAt: string; /** The time when the project was last updated. */
7792
+ updatedAt: string;
7793
+ };
7794
+ //#endregion
7795
+ //#region src/generated/model/queryProjects200.d.ts
7796
+ /**
7797
+ * Paginated list of projects.
7798
+ */
7799
+ type QueryProjects200 = {
7800
+ projects: QueryProjects200ProjectsItem[];
7801
+ /** Token to pass as `page_token` in the next request to fetch the following page.
7802
+ Absent when there are no more results.
7803
+ */
7804
+ next_page_token?: string | null;
7805
+ };
7806
+ //#endregion
7807
+ //#region src/generated/model/queryProjects400Details.d.ts
7808
+ /**
7809
+ * Generated by orval v8.10.0 🍺
7810
+ * Do not edit manually.
7811
+ * Zitadel NextGen
7812
+ * This is the next generation of the Zitadel identity platform.
7813
+ * OpenAPI spec version: 0.0.1
7814
+ */
7815
+ /**
7816
+ * Additional error-specific context.
7817
+ */
7818
+ type QueryProjects400Details = {
7819
+ [key: string]: unknown;
7820
+ };
7821
+ //#endregion
7822
+ //#region src/generated/model/queryProjects400.d.ts
7823
+ /**
7824
+ * Standard error payload returned for failed API requests.
7825
+ */
7826
+ type QueryProjects400 = {
7827
+ /** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
7828
+ message: string; /** Additional error-specific context. */
7829
+ details?: QueryProjects400Details;
7830
+ };
7831
+ //#endregion
7832
+ //#region src/generated/model/queryProjects401Details.d.ts
7833
+ /**
7834
+ * Generated by orval v8.10.0 🍺
7835
+ * Do not edit manually.
7836
+ * Zitadel NextGen
7837
+ * This is the next generation of the Zitadel identity platform.
7838
+ * OpenAPI spec version: 0.0.1
7839
+ */
7840
+ /**
7841
+ * Additional error-specific context.
7842
+ */
7843
+ type QueryProjects401Details = {
7844
+ [key: string]: unknown;
7845
+ };
7846
+ //#endregion
7847
+ //#region src/generated/model/queryProjects401.d.ts
7848
+ /**
7849
+ * Standard error payload returned for failed API requests.
7850
+ */
7851
+ type QueryProjects401 = {
7852
+ /** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
7853
+ message: string; /** Additional error-specific context. */
7854
+ details?: QueryProjects401Details;
7855
+ };
7856
+ //#endregion
7857
+ //#region src/generated/model/queryProjects403Details.d.ts
7858
+ /**
7859
+ * Generated by orval v8.10.0 🍺
7860
+ * Do not edit manually.
7861
+ * Zitadel NextGen
7862
+ * This is the next generation of the Zitadel identity platform.
7863
+ * OpenAPI spec version: 0.0.1
7864
+ */
7865
+ /**
7866
+ * Additional error-specific context.
7867
+ */
7868
+ type QueryProjects403Details = {
7869
+ [key: string]: unknown;
7870
+ };
7871
+ //#endregion
7872
+ //#region src/generated/model/queryProjects403.d.ts
7873
+ /**
7874
+ * Standard error payload returned for failed API requests.
7875
+ */
7876
+ type QueryProjects403 = {
7877
+ /** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
7878
+ message: string; /** Additional error-specific context. */
7879
+ details?: QueryProjects403Details;
7880
+ };
7881
+ //#endregion
7882
+ //#region src/generated/model/queryProjects429Details.d.ts
7883
+ /**
7884
+ * Generated by orval v8.10.0 🍺
7885
+ * Do not edit manually.
7886
+ * Zitadel NextGen
7887
+ * This is the next generation of the Zitadel identity platform.
7888
+ * OpenAPI spec version: 0.0.1
7889
+ */
7890
+ /**
7891
+ * Additional error-specific context.
7892
+ */
7893
+ type QueryProjects429Details = {
7894
+ [key: string]: unknown;
7895
+ };
7896
+ //#endregion
7897
+ //#region src/generated/model/queryProjects429.d.ts
7898
+ /**
7899
+ * Standard error payload returned for failed API requests.
7900
+ */
7901
+ type QueryProjects429 = {
7902
+ /** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
7903
+ message: string; /** Additional error-specific context. */
7904
+ details?: QueryProjects429Details;
7905
+ };
7906
+ //#endregion
7907
+ //#region src/generated/model/queryProjectsBodyFilterItemField.d.ts
7908
+ /**
7909
+ * Generated by orval v8.10.0 🍺
7910
+ * Do not edit manually.
7911
+ * Zitadel NextGen
7912
+ * This is the next generation of the Zitadel identity platform.
7913
+ * OpenAPI spec version: 0.0.1
7914
+ */
7915
+ type QueryProjectsBodyFilterItemField = (typeof QueryProjectsBodyFilterItemField)[keyof typeof QueryProjectsBodyFilterItemField];
7916
+ declare const QueryProjectsBodyFilterItemField: {
7917
+ readonly name: "name";
7918
+ readonly createdAt: "createdAt";
7919
+ };
7920
+ //#endregion
7921
+ //#region src/generated/model/queryProjectsBodyFilterItemOperation.d.ts
7922
+ /**
7923
+ * Generated by orval v8.10.0 🍺
7924
+ * Do not edit manually.
7925
+ * Zitadel NextGen
7926
+ * This is the next generation of the Zitadel identity platform.
7927
+ * OpenAPI spec version: 0.0.1
7928
+ */
7929
+ /**
7930
+ * Filter operation defines the operations which can be used when filtering on a
7931
+ query endpoint.
7932
+
7933
+ */
7934
+ type QueryProjectsBodyFilterItemOperation = (typeof QueryProjectsBodyFilterItemOperation)[keyof typeof QueryProjectsBodyFilterItemOperation];
7935
+ declare const QueryProjectsBodyFilterItemOperation: {
7936
+ readonly equals: "equals";
7937
+ readonly not_equals: "not_equals";
7938
+ readonly contains: "contains";
7939
+ readonly not_contains: "not_contains";
7940
+ readonly less_than: "less_than";
7941
+ readonly less_than_or_equal: "less_than_or_equal";
7942
+ readonly greater_than: "greater_than";
7943
+ readonly greater_than_or_equal: "greater_than_or_equal";
7944
+ };
7945
+ //#endregion
7946
+ //#region src/generated/model/queryProjectsBodyFilterItem.d.ts
7947
+ type QueryProjectsBodyFilterItem = {
7948
+ field: QueryProjectsBodyFilterItemField;
7949
+ /** Filter-value specifies which values can be filtered by a query endpoint. This
7950
+ is a union of types. When a value is specified which is not assignable to the
7951
+ field which is being filtered, a 400 error will be returned.
7952
+ */
7953
+ value?: string | number | boolean | null;
7954
+ /** Filter operation defines the operations which can be used when filtering on a
7955
+ query endpoint.
7956
+ */
7957
+ operation: QueryProjectsBodyFilterItemOperation;
7958
+ };
7959
+ //#endregion
7960
+ //#region src/generated/model/queryProjectsBodySortingDirection.d.ts
7961
+ /**
7962
+ * Generated by orval v8.10.0 🍺
7963
+ * Do not edit manually.
7964
+ * Zitadel NextGen
7965
+ * This is the next generation of the Zitadel identity platform.
7966
+ * OpenAPI spec version: 0.0.1
7967
+ */
7968
+ type QueryProjectsBodySortingDirection = (typeof QueryProjectsBodySortingDirection)[keyof typeof QueryProjectsBodySortingDirection];
7969
+ declare const QueryProjectsBodySortingDirection: {
7970
+ readonly asc: "asc";
7971
+ readonly desc: "desc";
7972
+ };
7973
+ //#endregion
7974
+ //#region src/generated/model/queryProjectsBodySortingField.d.ts
7975
+ /**
7976
+ * Generated by orval v8.10.0 🍺
7977
+ * Do not edit manually.
7978
+ * Zitadel NextGen
7979
+ * This is the next generation of the Zitadel identity platform.
7980
+ * OpenAPI spec version: 0.0.1
7981
+ */
7982
+ type QueryProjectsBodySortingField = (typeof QueryProjectsBodySortingField)[keyof typeof QueryProjectsBodySortingField];
7983
+ declare const QueryProjectsBodySortingField: {
7984
+ readonly name: "name";
7985
+ readonly createdAt: "createdAt";
7986
+ };
7987
+ //#endregion
7988
+ //#region src/generated/model/queryProjectsBodySorting.d.ts
7989
+ type QueryProjectsBodySorting = {
7990
+ field: QueryProjectsBodySortingField;
7991
+ direction: QueryProjectsBodySortingDirection;
7992
+ };
7993
+ //#endregion
7994
+ //#region src/generated/model/queryProjectsBody.d.ts
7995
+ /**
7996
+ * Request to query projects.
7997
+ */
7998
+ type QueryProjectsBody = {
7999
+ /**
8000
+ * @minimum 1
8001
+ * @maximum 100
8002
+ */
8003
+ limit?: number; /** Token to retrieve the next page of results. */
8004
+ page_token?: string | null;
8005
+ sorting?: QueryProjectsBodySorting; /** Filter criteria for querying projects. */
8006
+ filter?: QueryProjectsBodyFilterItem[];
8007
+ };
8008
+ //#endregion
8009
+ //#region src/generated/model/queryProjectsDefaultDetails.d.ts
8010
+ /**
8011
+ * Generated by orval v8.10.0 🍺
8012
+ * Do not edit manually.
8013
+ * Zitadel NextGen
8014
+ * This is the next generation of the Zitadel identity platform.
8015
+ * OpenAPI spec version: 0.0.1
8016
+ */
8017
+ /**
8018
+ * Additional error-specific context.
8019
+ */
8020
+ type QueryProjectsDefaultDetails = {
8021
+ [key: string]: unknown;
8022
+ };
8023
+ //#endregion
8024
+ //#region src/generated/model/queryProjectsDefault.d.ts
8025
+ /**
8026
+ * Standard error payload returned for failed API requests.
8027
+ */
8028
+ type QueryProjectsDefault = {
8029
+ /** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
8030
+ message: string; /** Additional error-specific context. */
8031
+ details?: QueryProjectsDefaultDetails;
8032
+ };
8033
+ //#endregion
7530
8034
  //#region src/generated/model/revokeMySession401Details.d.ts
7531
8035
  /**
7532
8036
  * Generated by orval v8.10.0 🍺
@@ -8477,7 +8981,16 @@ type SubmitFlowStep200Step = {
8477
8981
  /** Step-level localization keys. Resolved client-side via the `| t` LiquidJS filter.
8478
8982
  The backend never sends display text — only semantic keys.
8479
8983
  */
8480
- texts?: SubmitFlowStep200StepTexts; /** Error message from a previous failed submission. */
8984
+ texts?: SubmitFlowStep200StepTexts;
8985
+ /** Error from a previous failed submission. Field-validation failures
8986
+ carry localisation text keys: `error.<field>_<rule>` per violation
8987
+ (e.g. `error.email_required`; the `format` rule is spelled
8988
+ `error.<field>_invalid`), multiple violations joined with `"; "`.
8989
+ Field names appear verbatim, so clients localise unknown keys via
8990
+ the generic `error.field_<rule>` catalog entries. Other failures
8991
+ carry a verbatim diagnostic token instead (e.g. `user_not_found`,
8992
+ `auth_attempt.password_invalid`).
8993
+ */
8481
8994
  error?: string | null;
8482
8995
  /** Present only on terminal steps. Tells the frontend what to do:
8483
8996
  - redirect: navigate to redirect_uri immediately (OIDC/SAML done)
@@ -8968,7 +9481,16 @@ type SubmitFlowStep400Step = {
8968
9481
  /** Step-level localization keys. Resolved client-side via the `| t` LiquidJS filter.
8969
9482
  The backend never sends display text — only semantic keys.
8970
9483
  */
8971
- texts?: SubmitFlowStep400StepTexts; /** Error message from a previous failed submission. */
9484
+ texts?: SubmitFlowStep400StepTexts;
9485
+ /** Error from a previous failed submission. Field-validation failures
9486
+ carry localisation text keys: `error.<field>_<rule>` per violation
9487
+ (e.g. `error.email_required`; the `format` rule is spelled
9488
+ `error.<field>_invalid`), multiple violations joined with `"; "`.
9489
+ Field names appear verbatim, so clients localise unknown keys via
9490
+ the generic `error.field_<rule>` catalog entries. Other failures
9491
+ carry a verbatim diagnostic token instead (e.g. `user_not_found`,
9492
+ `auth_attempt.password_invalid`).
9493
+ */
8972
9494
  error?: string | null;
8973
9495
  /** Present only on terminal steps. Tells the frontend what to do:
8974
9496
  - redirect: navigate to redirect_uri immediately (OIDC/SAML done)
@@ -10418,5 +10940,5 @@ type VerifyChallengeProofDefault = ({
10418
10940
  code: "internal";
10419
10941
  });
10420
10942
  //#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
10943
+ 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 };
10944
+ //# sourceMappingURL=index-oloR8wb4.d.mts.map