Skip to content

Commit dcd1b12

Browse files
committed
autogen: regenerate OpenAPI client for v1.16.7
Version: v1.16.7
1 parent 0a4e8ac commit dcd1b12

14 files changed

+585
-296
lines changed

doc/AccountExperienceConfiguration.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,22 @@ import 'package:ory_client/api.dart';
88
## Properties
99
Name | Type | Description | Notes
1010
------------ | ------------- | ------------- | -------------
11-
**accountExperienceThemeStylesheet** | **String** | | [optional]
12-
**faviconType** | **String** | | [optional]
13-
**faviconUrl** | **String** | | [optional]
14-
**kratosSelfserviceDefaultBrowserReturnUrl** | **String** | | [optional]
15-
**kratosSelfserviceFlowsRecoveryEnabled** | **bool** | | [optional]
16-
**kratosSelfserviceFlowsRegistrationEnabled** | **bool** | | [optional]
17-
**kratosSelfserviceFlowsVerificationEnabled** | **bool** | | [optional]
18-
**logoUrl** | **String** | | [optional]
19-
**name** | **String** | | [optional]
20-
**organizationMap** | **BuiltMap<String, String>** | | [optional]
11+
**defaultRedirectUrl** | **String** | |
12+
**errorUiUrl** | **String** | |
13+
**faviconDarkUrl** | **String** | | [optional]
14+
**faviconLightUrl** | **String** | | [optional]
15+
**loginUiUrl** | **String** | |
16+
**logoDarkUrl** | **String** | | [optional]
17+
**logoLightUrl** | **String** | | [optional]
18+
**name** | **String** | |
19+
**recoveryEnabled** | **bool** | |
20+
**recoveryUiUrl** | **String** | |
21+
**registrationEnabled** | **bool** | |
22+
**registrationUiUrl** | **String** | |
23+
**settingsUiUrl** | **String** | |
24+
**stylesheet** | **String** | | [optional]
25+
**verificationEnabled** | **bool** | |
26+
**verificationUiUrl** | **String** | |
2127

2228
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
2329

doc/CreateIdentityBody.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
1111
**credentials** | [**IdentityWithCredentials**](IdentityWithCredentials.md) | | [optional]
1212
**metadataAdmin** | [**JsonObject**](.md) | Store metadata about the user which is only accessible through admin APIs such as `GET /admin/identities/<id>`. | [optional]
1313
**metadataPublic** | [**JsonObject**](.md) | Store metadata about the identity which the identity itself can see when calling for example the session endpoint. Do not store sensitive information (e.g. credit score) about the identity in this field. | [optional]
14+
**organizationId** | **String** | | [optional]
1415
**recoveryAddresses** | [**BuiltList&lt;RecoveryIdentityAddress&gt;**](RecoveryIdentityAddress.md) | RecoveryAddresses contains all the addresses that can be used to recover an identity. Use this structure to import recovery addresses for an identity. Please keep in mind that the address needs to be represented in the Identity Schema or this field will be overwritten on the next identity update. | [optional]
1516
**schemaId** | **String** | SchemaID is the ID of the JSON Schema to be used for validating the identity's traits. |
1617
**state** | **String** | State is the identity's state. active StateActive inactive StateInactive | [optional]

doc/NormalizedProjectRevisionThirdPartyProvider.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ Name | Type | Description | Notes
1818
**clientId** | **String** | ClientID is the application's Client ID. | [optional]
1919
**clientSecret** | **String** | | [optional]
2020
**createdAt** | [**DateTime**](DateTime.md) | The Project's Revision Creation Date | [optional]
21+
**fedcmConfigUrl** | **String** | | [optional]
2122
**id** | **String** | | [optional]
2223
**issuerUrl** | **String** | IssuerURL is the OpenID Connect Server URL. You can leave this empty if `provider` is not set to `generic`. If set, neither `auth_url` nor `token_url` are required. | [optional]
2324
**label** | **String** | Label represents an optional label which can be used in the UI generation. | [optional]
2425
**mapperUrl** | **String** | Mapper specifies the JSONNet code snippet which uses the OpenID Connect Provider's data (e.g. GitHub or Google profile information) to hydrate the identity's data. | [optional]
26+
**netIdTokenOriginHeader** | **String** | | [optional]
2527
**organizationId** | **String** | | [optional]
2628
**pkce** | **String** | PKCE controls if the OpenID Connect OAuth2 flow should use PKCE (Proof Key for Code Exchange). Possible values are: `auto` (default), `never`, `force`. `auto`: PKCE is used if the provider supports it. Requires setting `issuer_url`. `never`: Disable PKCE entirely for this provider, even if the provider advertises support for it. `force`: Always use PKCE, even if the provider does not advertise support for it. OAuth2 flows will fail if the provider does not support PKCE. IMPORTANT: If you set this to `force`, you must whitelist a different return URL for your OAuth2 client in the provider's configuration. Instead of <base-url>/self-service/methods/oidc/callback/<provider>, you must use <base-url>/self-service/methods/oidc/callback (Note the missing <provider> path segment and no trailing slash). | [optional]
2729
**projectRevisionId** | **String** | The Revision's ID this schema belongs to | [optional]

0 commit comments

Comments
 (0)