Skip to content

Commit 8fc30c0

Browse files
committed
autogen: regenerate OpenAPI client for v1.22.62
Version: v1.22.62
1 parent f9484bd commit 8fc30c0

415 files changed

Lines changed: 1257 additions & 430 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.openapi-generator/FILES

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ docs/CheckPermissionResult.md
3838
docs/CheckPermissionResultWithError.md
3939
docs/CloudAccount.md
4040
docs/ContinueWith.md
41+
docs/ContinueWithDeviceAuthnPinEntryUi.md
42+
docs/ContinueWithDeviceAuthnPinEntryUiData.md
4143
docs/ContinueWithRecoveryUi.md
4244
docs/ContinueWithRecoveryUiFlow.md
4345
docs/ContinueWithRedirectBrowserTo.md
@@ -57,7 +59,7 @@ docs/CreateInviteResponse.md
5759
docs/CreateJsonWebKeySet.md
5860
docs/CreateOnboardingLinkResponse.md
5961
docs/CreateOrganizationOnboardingPortalLinkBody.md
60-
docs/CreateProjectApiKeyRequest.md
62+
docs/CreateProjectApiKeyBody.md
6163
docs/CreateProjectBody.md
6264
docs/CreateProjectBranding.md
6365
docs/CreateProjectMemberInviteBody.md
@@ -235,6 +237,7 @@ docs/OnboardingPortalTestLoginFlow.md
235237
docs/Organization.md
236238
docs/OrganizationBody.md
237239
docs/OrganizationOnboardingPortalLinksResponse.md
240+
docs/PINConfig.md
238241
docs/ParseError.md
239242
docs/PatchIdentitiesBody.md
240243
docs/PatchWorkspaceMemberBody.md
@@ -358,6 +361,7 @@ docs/UpdateSettingsFlowBody.md
358361
docs/UpdateSettingsFlowWithDeviceAuthnMethod.md
359362
docs/UpdateSettingsFlowWithDeviceAuthnMethodAdd.md
360363
docs/UpdateSettingsFlowWithDeviceAuthnMethodDelete.md
364+
docs/UpdateSettingsFlowWithDeviceAuthnMethodRotateSecret.md
361365
docs/UpdateSettingsFlowWithLookupMethod.md
362366
docs/UpdateSettingsFlowWithOidcMethod.md
363367
docs/UpdateSettingsFlowWithPasskeyMethod.md
@@ -372,6 +376,7 @@ docs/UpdateVerificationFlowWithCodeMethod.md
372376
docs/UpdateVerificationFlowWithLinkMethod.md
373377
docs/UpdateWorkspaceBody.md
374378
docs/Usage.md
379+
docs/UserVerification.md
375380
docs/ValidateBaseURLRewriteRequest.md
376381
docs/ValidateBaseURLRewriteResponse.md
377382
docs/VerifiableCredentialPrimingResponse.md
@@ -451,6 +456,8 @@ src/models/CheckPermissionResult.ts
451456
src/models/CheckPermissionResultWithError.ts
452457
src/models/CloudAccount.ts
453458
src/models/ContinueWith.ts
459+
src/models/ContinueWithDeviceAuthnPinEntryUi.ts
460+
src/models/ContinueWithDeviceAuthnPinEntryUiData.ts
454461
src/models/ContinueWithRecoveryUi.ts
455462
src/models/ContinueWithRecoveryUiFlow.ts
456463
src/models/ContinueWithRedirectBrowserTo.ts
@@ -469,7 +476,7 @@ src/models/CreateInviteResponse.ts
469476
src/models/CreateJsonWebKeySet.ts
470477
src/models/CreateOnboardingLinkResponse.ts
471478
src/models/CreateOrganizationOnboardingPortalLinkBody.ts
472-
src/models/CreateProjectApiKeyRequest.ts
479+
src/models/CreateProjectApiKeyBody.ts
473480
src/models/CreateProjectBody.ts
474481
src/models/CreateProjectBranding.ts
475482
src/models/CreateProjectMemberInviteBody.ts
@@ -639,6 +646,7 @@ src/models/OnboardingPortalTestLoginFlow.ts
639646
src/models/Organization.ts
640647
src/models/OrganizationBody.ts
641648
src/models/OrganizationOnboardingPortalLinksResponse.ts
649+
src/models/PINConfig.ts
642650
src/models/ParseError.ts
643651
src/models/PatchIdentitiesBody.ts
644652
src/models/PatchWorkspaceMemberBody.ts
@@ -759,6 +767,7 @@ src/models/UpdateSettingsFlowBody.ts
759767
src/models/UpdateSettingsFlowWithDeviceAuthnMethod.ts
760768
src/models/UpdateSettingsFlowWithDeviceAuthnMethodAdd.ts
761769
src/models/UpdateSettingsFlowWithDeviceAuthnMethodDelete.ts
770+
src/models/UpdateSettingsFlowWithDeviceAuthnMethodRotateSecret.ts
762771
src/models/UpdateSettingsFlowWithLookupMethod.ts
763772
src/models/UpdateSettingsFlowWithOidcMethod.ts
764773
src/models/UpdateSettingsFlowWithPasskeyMethod.ts
@@ -773,6 +782,7 @@ src/models/UpdateVerificationFlowWithCodeMethod.ts
773782
src/models/UpdateVerificationFlowWithLinkMethod.ts
774783
src/models/UpdateWorkspaceBody.ts
775784
src/models/Usage.ts
785+
src/models/UserVerification.ts
776786
src/models/ValidateBaseURLRewriteRequest.ts
777787
src/models/ValidateBaseURLRewriteResponse.ts
778788
src/models/VerifiableCredentialPrimingResponse.ts

docs/ContinueWith.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Name | Type
1010
`flow` | [ContinueWithRecoveryUiFlow](ContinueWithRecoveryUiFlow.md)
1111
`ory_session_token` | string
1212
`redirect_browser_to` | string
13+
`data` | [ContinueWithDeviceAuthnPinEntryUiData](ContinueWithDeviceAuthnPinEntryUiData.md)
1314

1415
## Example
1516

@@ -22,6 +23,7 @@ const example = {
2223
"flow": null,
2324
"ory_session_token": null,
2425
"redirect_browser_to": null,
26+
"data": null,
2527
} satisfies ContinueWith
2628

2729
console.log(example)
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
2+
# ContinueWithDeviceAuthnPinEntryUi
3+
4+
The enrolled key\'s client_key_id is not included: it is the SHA-256 fingerprint of the device\'s own public key, which the device derives locally. Non-PIN keys need no client action at all and therefore produce no continue_with.
5+
6+
## Properties
7+
8+
Name | Type
9+
------------ | -------------
10+
`action` | string
11+
`data` | [ContinueWithDeviceAuthnPinEntryUiData](ContinueWithDeviceAuthnPinEntryUiData.md)
12+
13+
## Example
14+
15+
```typescript
16+
import type { ContinueWithDeviceAuthnPinEntryUi } from '@ory/client-fetch'
17+
18+
// TODO: Update the object below with actual values
19+
const example = {
20+
"action": null,
21+
"data": null,
22+
} satisfies ContinueWithDeviceAuthnPinEntryUi
23+
24+
console.log(example)
25+
26+
// Convert the instance to a JSON string
27+
const exampleJSON: string = JSON.stringify(example)
28+
console.log(exampleJSON)
29+
30+
// Parse the JSON string back to an object
31+
const exampleParsed = JSON.parse(exampleJSON) as ContinueWithDeviceAuthnPinEntryUi
32+
console.log(exampleParsed)
33+
```
34+
35+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
36+
37+
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
2+
# ContinueWithDeviceAuthnPinEntryUiData
3+
4+
Carries the one-time HPKE-sealed pin_secret material — the encapsulated key and the sealed ciphertext — that the device opens with the transport private key it generated for this enrollment.
5+
6+
## Properties
7+
8+
Name | Type
9+
------------ | -------------
10+
`ciphertext` | string
11+
`enc` | string
12+
13+
## Example
14+
15+
```typescript
16+
import type { ContinueWithDeviceAuthnPinEntryUiData } from '@ory/client-fetch'
17+
18+
// TODO: Update the object below with actual values
19+
const example = {
20+
"ciphertext": null,
21+
"enc": null,
22+
} satisfies ContinueWithDeviceAuthnPinEntryUiData
23+
24+
console.log(example)
25+
26+
// Convert the instance to a JSON string
27+
const exampleJSON: string = JSON.stringify(example)
28+
console.log(exampleJSON)
29+
30+
// Parse the JSON string back to an object
31+
const exampleParsed = JSON.parse(exampleJSON) as ContinueWithDeviceAuthnPinEntryUiData
32+
console.log(exampleParsed)
33+
```
34+
35+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
36+
37+
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# CreateProjectApiKeyRequest
2+
# CreateProjectApiKeyBody
33

44

55
## Properties
@@ -12,13 +12,13 @@ Name | Type
1212
## Example
1313

1414
```typescript
15-
import type { CreateProjectApiKeyRequest } from '@ory/client-fetch'
15+
import type { CreateProjectApiKeyBody } from '@ory/client-fetch'
1616

1717
// TODO: Update the object below with actual values
1818
const example = {
1919
"expires_at": null,
2020
"name": null,
21-
} satisfies CreateProjectApiKeyRequest
21+
} satisfies CreateProjectApiKeyBody
2222

2323
console.log(example)
2424

@@ -27,7 +27,7 @@ const exampleJSON: string = JSON.stringify(example)
2727
console.log(exampleJSON)
2828

2929
// Parse the JSON string back to an object
30-
const exampleParsed = JSON.parse(exampleJSON) as CreateProjectApiKeyRequest
30+
const exampleParsed = JSON.parse(exampleJSON) as CreateProjectApiKeyBody
3131
console.log(exampleParsed)
3232
```
3333

docs/CreateProjectNormalizedPayload.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,11 @@ Name | Type
217217
`kratos_selfservice_methods_code_passwordless_enabled` | boolean
218218
`kratos_selfservice_methods_code_passwordless_login_fallback_enabled` | boolean
219219
`kratos_selfservice_methods_deviceauthn_config_android_app_ids` | Array<string>
220+
`kratos_selfservice_methods_deviceauthn_config_first_factor` | boolean
220221
`kratos_selfservice_methods_deviceauthn_config_insecure_allow_relaxed_attestation` | boolean
221222
`kratos_selfservice_methods_deviceauthn_config_ios_app_ids` | Array<string>
223+
`kratos_selfservice_methods_deviceauthn_config_ios_biometric_first_factor` | boolean
224+
`kratos_selfservice_methods_deviceauthn_config_pin_max_attempts` | number
222225
`kratos_selfservice_methods_deviceauthn_enabled` | boolean
223226
`kratos_selfservice_methods_link_config_base_url` | string
224227
`kratos_selfservice_methods_link_config_lifespan` | string
@@ -502,8 +505,11 @@ const example = {
502505
"kratos_selfservice_methods_code_passwordless_enabled": null,
503506
"kratos_selfservice_methods_code_passwordless_login_fallback_enabled": null,
504507
"kratos_selfservice_methods_deviceauthn_config_android_app_ids": null,
508+
"kratos_selfservice_methods_deviceauthn_config_first_factor": null,
505509
"kratos_selfservice_methods_deviceauthn_config_insecure_allow_relaxed_attestation": null,
506510
"kratos_selfservice_methods_deviceauthn_config_ios_app_ids": null,
511+
"kratos_selfservice_methods_deviceauthn_config_ios_biometric_first_factor": null,
512+
"kratos_selfservice_methods_deviceauthn_config_pin_max_attempts": null,
507513
"kratos_selfservice_methods_deviceauthn_enabled": null,
508514
"kratos_selfservice_methods_link_config_base_url": null,
509515
"kratos_selfservice_methods_link_config_lifespan": null,

docs/DeviceAuthnKey.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ Name | Type
1111
`created_at` | Date
1212
`device_name` | string
1313
`device_type` | string
14+
`pin` | [PINConfig](PINConfig.md)
1415
`public_key` | Array<number>
1516
`relaxed_attestation_expires_at` | Date
1617
`state` | string
18+
`user_verification` | [UserVerification](UserVerification.md)
1719
`version` | number
1820

1921
## Example
@@ -28,9 +30,11 @@ const example = {
2830
"created_at": null,
2931
"device_name": null,
3032
"device_type": null,
33+
"pin": null,
3134
"public_key": null,
3235
"relaxed_attestation_expires_at": null,
3336
"state": null,
37+
"user_verification": null,
3438
"version": null,
3539
} satisfies DeviceAuthnKey
3640

docs/NormalizedProjectRevision.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,11 @@ Name | Type
214214
`kratos_selfservice_methods_code_passwordless_enabled` | boolean
215215
`kratos_selfservice_methods_code_passwordless_login_fallback_enabled` | boolean
216216
`kratos_selfservice_methods_deviceauthn_config_android_app_ids` | Array<string>
217+
`kratos_selfservice_methods_deviceauthn_config_first_factor` | boolean
217218
`kratos_selfservice_methods_deviceauthn_config_insecure_allow_relaxed_attestation` | boolean
218219
`kratos_selfservice_methods_deviceauthn_config_ios_app_ids` | Array<string>
220+
`kratos_selfservice_methods_deviceauthn_config_ios_biometric_first_factor` | boolean
221+
`kratos_selfservice_methods_deviceauthn_config_pin_max_attempts` | number
219222
`kratos_selfservice_methods_deviceauthn_enabled` | boolean
220223
`kratos_selfservice_methods_link_config_base_url` | string
221224
`kratos_selfservice_methods_link_config_lifespan` | string
@@ -496,8 +499,11 @@ const example = {
496499
"kratos_selfservice_methods_code_passwordless_enabled": null,
497500
"kratos_selfservice_methods_code_passwordless_login_fallback_enabled": null,
498501
"kratos_selfservice_methods_deviceauthn_config_android_app_ids": null,
502+
"kratos_selfservice_methods_deviceauthn_config_first_factor": null,
499503
"kratos_selfservice_methods_deviceauthn_config_insecure_allow_relaxed_attestation": null,
500504
"kratos_selfservice_methods_deviceauthn_config_ios_app_ids": null,
505+
"kratos_selfservice_methods_deviceauthn_config_ios_biometric_first_factor": null,
506+
"kratos_selfservice_methods_deviceauthn_config_pin_max_attempts": null,
501507
"kratos_selfservice_methods_deviceauthn_enabled": null,
502508
"kratos_selfservice_methods_link_config_base_url": null,
503509
"kratos_selfservice_methods_link_config_lifespan": null,

docs/PINConfig.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
2+
# PINConfig
3+
4+
PINConfig is the per-key PIN state. The pin_secret field holds the at-rest ciphertext; the plaintext exists only transiently in memory during verification and is cleared once the key locks.
5+
6+
## Properties
7+
8+
Name | Type
9+
------------ | -------------
10+
`created_at` | Date
11+
`failed_attempts` | number
12+
`pin_secret` | string
13+
`rotated_at` | Date
14+
15+
## Example
16+
17+
```typescript
18+
import type { PINConfig } from '@ory/client-fetch'
19+
20+
// TODO: Update the object below with actual values
21+
const example = {
22+
"created_at": null,
23+
"failed_attempts": null,
24+
"pin_secret": null,
25+
"rotated_at": null,
26+
} satisfies PINConfig
27+
28+
console.log(example)
29+
30+
// Convert the instance to a JSON string
31+
const exampleJSON: string = JSON.stringify(example)
32+
console.log(exampleJSON)
33+
34+
// Parse the JSON string back to an object
35+
const exampleParsed = JSON.parse(exampleJSON) as PINConfig
36+
console.log(exampleParsed)
37+
```
38+
39+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
40+
41+

docs/ProjectApi.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ All URIs are relative to *https://playground.projects.oryapis.com*
77
| [**createOrganization**](ProjectApi.md#createorganization) | **POST** /projects/{project_id}/organizations | Create an Enterprise SSO Organization |
88
| [**createOrganizationOnboardingPortalLink**](ProjectApi.md#createorganizationonboardingportallink) | **POST** /projects/{project_id}/organizations/{organization_id}/onboarding-portal-links | Create organization onboarding portal link |
99
| [**createProject**](ProjectApi.md#createproject) | **POST** /projects | Create a Project |
10-
| [**createProjectApiKey**](ProjectApi.md#createprojectapikeyoperation) | **POST** /projects/{project}/tokens | Create project API key |
10+
| [**createProjectApiKey**](ProjectApi.md#createprojectapikey) | **POST** /projects/{project}/tokens | Create project API key |
1111
| [**deleteOrganization**](ProjectApi.md#deleteorganization) | **DELETE** /projects/{project_id}/organizations/{organization_id} | Delete Enterprise SSO Organization |
1212
| [**deleteOrganizationOnboardingPortalLink**](ProjectApi.md#deleteorganizationonboardingportallink) | **DELETE** /projects/{project_id}/organizations/{organization_id}/onboarding-portal-links/{onboarding_portal_link_id} | Delete an organization onboarding portal link |
1313
| [**deleteProjectApiKey**](ProjectApi.md#deleteprojectapikey) | **DELETE** /projects/{project}/tokens/{token_id} | Delete project API key |
@@ -262,7 +262,7 @@ example().catch(console.error);
262262

263263
## createProjectApiKey
264264

265-
> ProjectApiKey createProjectApiKey(project, createProjectApiKeyRequest)
265+
> ProjectApiKey createProjectApiKey(project, createProjectApiKeyBody)
266266
267267
Create project API key
268268

@@ -275,7 +275,7 @@ import {
275275
Configuration,
276276
ProjectApi,
277277
} from '@ory/client-fetch';
278-
import type { CreateProjectApiKeyOperationRequest } from '@ory/client-fetch';
278+
import type { CreateProjectApiKeyRequest } from '@ory/client-fetch';
279279

280280
async function example() {
281281
console.log("🚀 Testing @ory/client-fetch SDK...");
@@ -288,9 +288,9 @@ async function example() {
288288
const body = {
289289
// string | The Project ID or Project slug
290290
project: project_example,
291-
// CreateProjectApiKeyRequest (optional)
292-
createProjectApiKeyRequest: ...,
293-
} satisfies CreateProjectApiKeyOperationRequest;
291+
// CreateProjectApiKeyBody (optional)
292+
createProjectApiKeyBody: ...,
293+
} satisfies CreateProjectApiKeyRequest;
294294

295295
try {
296296
const data = await api.createProjectApiKey(body);
@@ -310,7 +310,7 @@ example().catch(console.error);
310310
| Name | Type | Description | Notes |
311311
|------------- | ------------- | ------------- | -------------|
312312
| **project** | `string` | The Project ID or Project slug | [Defaults to `undefined`] |
313-
| **createProjectApiKeyRequest** | [CreateProjectApiKeyRequest](CreateProjectApiKeyRequest.md) | | [Optional] |
313+
| **createProjectApiKeyBody** | [CreateProjectApiKeyBody](CreateProjectApiKeyBody.md) | | [Optional] |
314314

315315
### Return type
316316

0 commit comments

Comments
 (0)