diff --git a/clients/client/dart/README.md b/clients/client/dart/README.md index e4b0822395..2be4abed4f 100644 --- a/clients/client/dart/README.md +++ b/clients/client/dart/README.md @@ -5,7 +5,7 @@ with a valid Personal Access Token. Public APIs are mostly used in browsers. This Dart package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: v1.14.5 +- API version: v1.15.0 - Generator version: 7.7.0 - Build package: org.openapitools.codegen.languages.DartDioClientCodegen @@ -20,7 +20,7 @@ This Dart package is automatically generated by the [OpenAPI Generator](https:// To use the package from [pub.dev](https://pub.dev), please include the following in pubspec.yaml ```yaml dependencies: - ory_client: 1.14.5 + ory_client: 1.15.0 ``` ### Github @@ -183,6 +183,7 @@ Class | Method | HTTP request | Description [*ProjectApi*](doc/ProjectApi.md) | [**listProjectApiKeys**](doc/ProjectApi.md#listprojectapikeys) | **GET** /projects/{project}/tokens | List a project's API Tokens [*ProjectApi*](doc/ProjectApi.md) | [**listProjects**](doc/ProjectApi.md#listprojects) | **GET** /projects | List All Projects [*ProjectApi*](doc/ProjectApi.md) | [**patchProject**](doc/ProjectApi.md#patchproject) | **PATCH** /projects/{project_id} | Patch an Ory Network Project Configuration +[*ProjectApi*](doc/ProjectApi.md) | [**patchProjectWithRevision**](doc/ProjectApi.md#patchprojectwithrevision) | **PATCH** /projects/{project_id}/revision/{revision_id} | Patch an Ory Network Project Configuration based on a revision ID [*ProjectApi*](doc/ProjectApi.md) | [**purgeProject**](doc/ProjectApi.md#purgeproject) | **DELETE** /projects/{project_id} | Irrecoverably purge a project [*ProjectApi*](doc/ProjectApi.md) | [**removeProjectMember**](doc/ProjectApi.md#removeprojectmember) | **DELETE** /projects/{project}/members/{member} | Remove a member associated with this project [*ProjectApi*](doc/ProjectApi.md) | [**setProject**](doc/ProjectApi.md#setproject) | **PUT** /projects/{project_id} | Update an Ory Network Project Configuration diff --git a/clients/client/dart/doc/ProjectApi.md b/clients/client/dart/doc/ProjectApi.md index 1cd0524981..d3e363a251 100644 --- a/clients/client/dart/doc/ProjectApi.md +++ b/clients/client/dart/doc/ProjectApi.md @@ -21,6 +21,7 @@ Method | HTTP request | Description [**listProjectApiKeys**](ProjectApi.md#listprojectapikeys) | **GET** /projects/{project}/tokens | List a project's API Tokens [**listProjects**](ProjectApi.md#listprojects) | **GET** /projects | List All Projects [**patchProject**](ProjectApi.md#patchproject) | **PATCH** /projects/{project_id} | Patch an Ory Network Project Configuration +[**patchProjectWithRevision**](ProjectApi.md#patchprojectwithrevision) | **PATCH** /projects/{project_id}/revision/{revision_id} | Patch an Ory Network Project Configuration based on a revision ID [**purgeProject**](ProjectApi.md#purgeproject) | **DELETE** /projects/{project_id} | Irrecoverably purge a project [**removeProjectMember**](ProjectApi.md#removeprojectmember) | **DELETE** /projects/{project}/members/{member} | Remove a member associated with this project [**setProject**](ProjectApi.md#setproject) | **PUT** /projects/{project_id} | Update an Ory Network Project Configuration @@ -555,6 +556,53 @@ Name | Type | Description | Notes [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +# **patchProjectWithRevision** +> SuccessfulProjectUpdate patchProjectWithRevision(projectId, revisionId, jsonPatch) + +Patch an Ory Network Project Configuration based on a revision ID + +This endpoints allows you to patch individual Ory Network Project configuration keys for Ory's services (identity, permission, ...). The configuration format is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version. If you have an older version of a configuration, you should set the version key in the payload! While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source. For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed. + +### Example +```dart +import 'package:ory_client/api.dart'; + +final api = OryClient().getProjectApi(); +final String projectId = projectId_example; // String | Project ID The project's ID. +final String revisionId = revisionId_example; // String | Revision ID The revision ID that this patch was generated for. +final BuiltList jsonPatch = ; // BuiltList | + +try { + final response = api.patchProjectWithRevision(projectId, revisionId, jsonPatch); + print(response); +} catch on DioException (e) { + print('Exception when calling ProjectApi->patchProjectWithRevision: $e\n'); +} +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **projectId** | **String**| Project ID The project's ID. | + **revisionId** | **String**| Revision ID The revision ID that this patch was generated for. | + **jsonPatch** | [**BuiltList<JsonPatch>**](JsonPatch.md)| | [optional] + +### Return type + +[**SuccessfulProjectUpdate**](SuccessfulProjectUpdate.md) + +### Authorization + +[oryWorkspaceApiKey](../README.md#oryWorkspaceApiKey) + +### HTTP request headers + + - **Content-Type**: application/json + - **Accept**: application/json + +[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) + # **purgeProject** > purgeProject(projectId) diff --git a/clients/client/dart/doc/QuotaUsage.md b/clients/client/dart/doc/QuotaUsage.md index a7011c57cc..51e581abb4 100644 --- a/clients/client/dart/doc/QuotaUsage.md +++ b/clients/client/dart/doc/QuotaUsage.md @@ -10,7 +10,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **additionalPrice** | **String** | The additional price per unit in cents. | **canUseMore** | **bool** | | -**feature** | **String** | production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect | +**feature** | **String** | production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect | **featureAvailable** | **bool** | | **included** | **int** | | **used** | **int** | | diff --git a/clients/client/dart/lib/src/api/project_api.dart b/clients/client/dart/lib/src/api/project_api.dart index f5ab59a3a2..7920f2f761 100644 --- a/clients/client/dart/lib/src/api/project_api.dart +++ b/clients/client/dart/lib/src/api/project_api.dart @@ -1052,6 +1052,111 @@ class ProjectApi { ); } + /// Patch an Ory Network Project Configuration based on a revision ID + /// This endpoints allows you to patch individual Ory Network Project configuration keys for Ory's services (identity, permission, ...). The configuration format is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version. If you have an older version of a configuration, you should set the version key in the payload! While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source. For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed. + /// + /// Parameters: + /// * [projectId] - Project ID The project's ID. + /// * [revisionId] - Revision ID The revision ID that this patch was generated for. + /// * [jsonPatch] + /// * [cancelToken] - A [CancelToken] that can be used to cancel the operation + /// * [headers] - Can be used to add additional headers to the request + /// * [extras] - Can be used to add flags to the request + /// * [validateStatus] - A [ValidateStatus] callback that can be used to determine request success based on the HTTP status of the response + /// * [onSendProgress] - A [ProgressCallback] that can be used to get the send progress + /// * [onReceiveProgress] - A [ProgressCallback] that can be used to get the receive progress + /// + /// Returns a [Future] containing a [Response] with a [SuccessfulProjectUpdate] as data + /// Throws [DioException] if API call or serialization fails + Future> patchProjectWithRevision({ + required String projectId, + required String revisionId, + BuiltList? jsonPatch, + CancelToken? cancelToken, + Map? headers, + Map? extra, + ValidateStatus? validateStatus, + ProgressCallback? onSendProgress, + ProgressCallback? onReceiveProgress, + }) async { + final _path = r'/projects/{project_id}/revision/{revision_id}'.replaceAll('{' r'project_id' '}', encodeQueryParameter(_serializers, projectId, const FullType(String)).toString()).replaceAll('{' r'revision_id' '}', encodeQueryParameter(_serializers, revisionId, const FullType(String)).toString()); + final _options = Options( + method: r'PATCH', + headers: { + ...?headers, + }, + extra: { + 'secure': >[ + { + 'type': 'http', + 'scheme': 'bearer', + 'name': 'oryWorkspaceApiKey', + }, + ], + ...?extra, + }, + contentType: 'application/json', + validateStatus: validateStatus, + ); + + dynamic _bodyData; + + try { + const _type = FullType(BuiltList, [FullType(JsonPatch)]); + _bodyData = jsonPatch == null ? null : _serializers.serialize(jsonPatch, specifiedType: _type); + + } catch(error, stackTrace) { + throw DioException( + requestOptions: _options.compose( + _dio.options, + _path, + ), + type: DioExceptionType.unknown, + error: error, + stackTrace: stackTrace, + ); + } + + final _response = await _dio.request( + _path, + data: _bodyData, + options: _options, + cancelToken: cancelToken, + onSendProgress: onSendProgress, + onReceiveProgress: onReceiveProgress, + ); + + SuccessfulProjectUpdate? _responseData; + + try { + final rawResponse = _response.data; + _responseData = rawResponse == null ? null : _serializers.deserialize( + rawResponse, + specifiedType: const FullType(SuccessfulProjectUpdate), + ) as SuccessfulProjectUpdate; + + } catch (error, stackTrace) { + throw DioException( + requestOptions: _response.requestOptions, + response: _response, + type: DioExceptionType.unknown, + error: error, + stackTrace: stackTrace, + ); + } + + return Response( + data: _responseData, + headers: _response.headers, + isRedirect: _response.isRedirect, + requestOptions: _response.requestOptions, + redirects: _response.redirects, + statusCode: _response.statusCode, + statusMessage: _response.statusMessage, + extra: _response.extra, + ); + } + /// Irrecoverably purge a project /// !! Use with extreme caution !! Using this API endpoint you can purge (completely delete) a project and its data. This action can not be undone and will delete ALL your data. Calling this endpoint will additionally delete custom domains and other related data. If the project is linked to a subscription, the subscription needs to be unlinked first. /// diff --git a/clients/client/dart/lib/src/model/quota_usage.dart b/clients/client/dart/lib/src/model/quota_usage.dart index af70823195..d3c1b7f236 100644 --- a/clients/client/dart/lib/src/model/quota_usage.dart +++ b/clients/client/dart/lib/src/model/quota_usage.dart @@ -14,7 +14,7 @@ part 'quota_usage.g.dart'; /// Properties: /// * [additionalPrice] - The additional price per unit in cents. /// * [canUseMore] -/// * [feature] - production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect +/// * [feature] - production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect /// * [featureAvailable] /// * [included] /// * [used] @@ -27,10 +27,10 @@ abstract class QuotaUsage implements Built { @BuiltValueField(wireName: r'can_use_more') bool get canUseMore; - /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect @BuiltValueField(wireName: r'feature') QuotaUsageFeatureEnum get feature; - // enum featureEnum { production_projects, staging_projects, development_projects, daily_active_users, custom_domains, event_streams, event_stream_events, sla, collaborator_seats, edge_cache, branding_themes, zendesk_support, project_metrics, project_metrics_time_window, project_metrics_events_history, organizations, rop_grant, concierge_onboarding, credit, data_location_global, data_location_us, m2m_token_issuance, permission_checks, data_location_regional, rate_limit_tier, session_rate_limit_tier, identities_list_rate_limit_tier, permission_checks_rate_limit_tier, oauth2_introspect_rate_limit_tier, }; + // enum featureEnum { production_projects, staging_projects, development_projects, daily_active_users, custom_domains, event_streams, event_stream_events, sla, collaborator_seats, edge_cache, branding_themes, zendesk_support, project_metrics, project_metrics_time_window, project_metrics_events_history, organizations, rop_grant, concierge_onboarding, credit, data_location_global, data_location_us, m2m_token_issuance, permission_checks, captcha, data_location_regional, rate_limit_tier, session_rate_limit_tier, identities_list_rate_limit_tier, permission_checks_rate_limit_tier, oauth2_introspect_rate_limit_tier, }; @BuiltValueField(wireName: r'feature_available') bool get featureAvailable; @@ -190,91 +190,94 @@ class _$QuotaUsageSerializer implements PrimitiveSerializer { class QuotaUsageFeatureEnum extends EnumClass { - /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect @BuiltValueEnumConst(wireName: r'production_projects') static const QuotaUsageFeatureEnum productionProjects = _$quotaUsageFeatureEnum_productionProjects; - /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect @BuiltValueEnumConst(wireName: r'staging_projects') static const QuotaUsageFeatureEnum stagingProjects = _$quotaUsageFeatureEnum_stagingProjects; - /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect @BuiltValueEnumConst(wireName: r'development_projects') static const QuotaUsageFeatureEnum developmentProjects = _$quotaUsageFeatureEnum_developmentProjects; - /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect @BuiltValueEnumConst(wireName: r'daily_active_users') static const QuotaUsageFeatureEnum dailyActiveUsers = _$quotaUsageFeatureEnum_dailyActiveUsers; - /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect @BuiltValueEnumConst(wireName: r'custom_domains') static const QuotaUsageFeatureEnum customDomains = _$quotaUsageFeatureEnum_customDomains; - /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect @BuiltValueEnumConst(wireName: r'event_streams') static const QuotaUsageFeatureEnum eventStreams = _$quotaUsageFeatureEnum_eventStreams; - /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect @BuiltValueEnumConst(wireName: r'event_stream_events') static const QuotaUsageFeatureEnum eventStreamEvents = _$quotaUsageFeatureEnum_eventStreamEvents; - /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect @BuiltValueEnumConst(wireName: r'sla') static const QuotaUsageFeatureEnum sla = _$quotaUsageFeatureEnum_sla; - /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect @BuiltValueEnumConst(wireName: r'collaborator_seats') static const QuotaUsageFeatureEnum collaboratorSeats = _$quotaUsageFeatureEnum_collaboratorSeats; - /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect @BuiltValueEnumConst(wireName: r'edge_cache') static const QuotaUsageFeatureEnum edgeCache = _$quotaUsageFeatureEnum_edgeCache; - /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect @BuiltValueEnumConst(wireName: r'branding_themes') static const QuotaUsageFeatureEnum brandingThemes = _$quotaUsageFeatureEnum_brandingThemes; - /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect @BuiltValueEnumConst(wireName: r'zendesk_support') static const QuotaUsageFeatureEnum zendeskSupport = _$quotaUsageFeatureEnum_zendeskSupport; - /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect @BuiltValueEnumConst(wireName: r'project_metrics') static const QuotaUsageFeatureEnum projectMetrics = _$quotaUsageFeatureEnum_projectMetrics; - /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect @BuiltValueEnumConst(wireName: r'project_metrics_time_window') static const QuotaUsageFeatureEnum projectMetricsTimeWindow = _$quotaUsageFeatureEnum_projectMetricsTimeWindow; - /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect @BuiltValueEnumConst(wireName: r'project_metrics_events_history') static const QuotaUsageFeatureEnum projectMetricsEventsHistory = _$quotaUsageFeatureEnum_projectMetricsEventsHistory; - /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect @BuiltValueEnumConst(wireName: r'organizations') static const QuotaUsageFeatureEnum organizations = _$quotaUsageFeatureEnum_organizations; - /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect @BuiltValueEnumConst(wireName: r'rop_grant') static const QuotaUsageFeatureEnum ropGrant = _$quotaUsageFeatureEnum_ropGrant; - /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect @BuiltValueEnumConst(wireName: r'concierge_onboarding') static const QuotaUsageFeatureEnum conciergeOnboarding = _$quotaUsageFeatureEnum_conciergeOnboarding; - /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect @BuiltValueEnumConst(wireName: r'credit') static const QuotaUsageFeatureEnum credit = _$quotaUsageFeatureEnum_credit; - /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect @BuiltValueEnumConst(wireName: r'data_location_global') static const QuotaUsageFeatureEnum dataLocationGlobal = _$quotaUsageFeatureEnum_dataLocationGlobal; - /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect @BuiltValueEnumConst(wireName: r'data_location_us') static const QuotaUsageFeatureEnum dataLocationUs = _$quotaUsageFeatureEnum_dataLocationUs; - /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect @BuiltValueEnumConst(wireName: r'm2m_token_issuance') static const QuotaUsageFeatureEnum m2mTokenIssuance = _$quotaUsageFeatureEnum_m2mTokenIssuance; - /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect @BuiltValueEnumConst(wireName: r'permission_checks') static const QuotaUsageFeatureEnum permissionChecks = _$quotaUsageFeatureEnum_permissionChecks; - /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + @BuiltValueEnumConst(wireName: r'captcha') + static const QuotaUsageFeatureEnum captcha = _$quotaUsageFeatureEnum_captcha; + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect @BuiltValueEnumConst(wireName: r'data_location_regional') static const QuotaUsageFeatureEnum dataLocationRegional = _$quotaUsageFeatureEnum_dataLocationRegional; - /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect @BuiltValueEnumConst(wireName: r'rate_limit_tier') static const QuotaUsageFeatureEnum rateLimitTier = _$quotaUsageFeatureEnum_rateLimitTier; - /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect @BuiltValueEnumConst(wireName: r'session_rate_limit_tier') static const QuotaUsageFeatureEnum sessionRateLimitTier = _$quotaUsageFeatureEnum_sessionRateLimitTier; - /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect @BuiltValueEnumConst(wireName: r'identities_list_rate_limit_tier') static const QuotaUsageFeatureEnum identitiesListRateLimitTier = _$quotaUsageFeatureEnum_identitiesListRateLimitTier; - /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect @BuiltValueEnumConst(wireName: r'permission_checks_rate_limit_tier') static const QuotaUsageFeatureEnum permissionChecksRateLimitTier = _$quotaUsageFeatureEnum_permissionChecksRateLimitTier; - /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect @BuiltValueEnumConst(wireName: r'oauth2_introspect_rate_limit_tier') static const QuotaUsageFeatureEnum oauth2IntrospectRateLimitTier = _$quotaUsageFeatureEnum_oauth2IntrospectRateLimitTier; diff --git a/clients/client/dart/lib/src/model/quota_usage.g.dart b/clients/client/dart/lib/src/model/quota_usage.g.dart index f5a2d63de4..b9d0dcccf9 100644 --- a/clients/client/dart/lib/src/model/quota_usage.g.dart +++ b/clients/client/dart/lib/src/model/quota_usage.g.dart @@ -53,6 +53,8 @@ const QuotaUsageFeatureEnum _$quotaUsageFeatureEnum_m2mTokenIssuance = const QuotaUsageFeatureEnum._('m2mTokenIssuance'); const QuotaUsageFeatureEnum _$quotaUsageFeatureEnum_permissionChecks = const QuotaUsageFeatureEnum._('permissionChecks'); +const QuotaUsageFeatureEnum _$quotaUsageFeatureEnum_captcha = + const QuotaUsageFeatureEnum._('captcha'); const QuotaUsageFeatureEnum _$quotaUsageFeatureEnum_dataLocationRegional = const QuotaUsageFeatureEnum._('dataLocationRegional'); const QuotaUsageFeatureEnum _$quotaUsageFeatureEnum_rateLimitTier = @@ -117,6 +119,8 @@ QuotaUsageFeatureEnum _$quotaUsageFeatureEnumValueOf(String name) { return _$quotaUsageFeatureEnum_m2mTokenIssuance; case 'permissionChecks': return _$quotaUsageFeatureEnum_permissionChecks; + case 'captcha': + return _$quotaUsageFeatureEnum_captcha; case 'dataLocationRegional': return _$quotaUsageFeatureEnum_dataLocationRegional; case 'rateLimitTier': @@ -159,6 +163,7 @@ final BuiltSet _$quotaUsageFeatureEnumValues = _$quotaUsageFeatureEnum_dataLocationUs, _$quotaUsageFeatureEnum_m2mTokenIssuance, _$quotaUsageFeatureEnum_permissionChecks, + _$quotaUsageFeatureEnum_captcha, _$quotaUsageFeatureEnum_dataLocationRegional, _$quotaUsageFeatureEnum_rateLimitTier, _$quotaUsageFeatureEnum_sessionRateLimitTier, @@ -196,6 +201,7 @@ class _$QuotaUsageFeatureEnumSerializer 'dataLocationUs': 'data_location_us', 'm2mTokenIssuance': 'm2m_token_issuance', 'permissionChecks': 'permission_checks', + 'captcha': 'captcha', 'dataLocationRegional': 'data_location_regional', 'rateLimitTier': 'rate_limit_tier', 'sessionRateLimitTier': 'session_rate_limit_tier', @@ -227,6 +233,7 @@ class _$QuotaUsageFeatureEnumSerializer 'data_location_us': 'dataLocationUs', 'm2m_token_issuance': 'm2mTokenIssuance', 'permission_checks': 'permissionChecks', + 'captcha': 'captcha', 'data_location_regional': 'dataLocationRegional', 'rate_limit_tier': 'rateLimitTier', 'session_rate_limit_tier': 'sessionRateLimitTier', diff --git a/clients/client/dart/pubspec.yaml b/clients/client/dart/pubspec.yaml index e4a90504c5..6ec532deba 100644 --- a/clients/client/dart/pubspec.yaml +++ b/clients/client/dart/pubspec.yaml @@ -1,5 +1,5 @@ name: ory_client -version: 1.14.5 +version: 1.15.0 description: OpenAPI API client for Ory Network, Ory's web-scale API for identity and access control. homepage: https://www.ory.sh repository: https://github.com/ory/sdk/tree/master/clients/client/dart diff --git a/clients/client/dart/test/project_api_test.dart b/clients/client/dart/test/project_api_test.dart index 716efb9d70..555461f090 100644 --- a/clients/client/dart/test/project_api_test.dart +++ b/clients/client/dart/test/project_api_test.dart @@ -115,6 +115,15 @@ void main() { // TODO }); + // Patch an Ory Network Project Configuration based on a revision ID + // + // This endpoints allows you to patch individual Ory Network Project configuration keys for Ory's services (identity, permission, ...). The configuration format is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version. If you have an older version of a configuration, you should set the version key in the payload! While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source. For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed. + // + //Future patchProjectWithRevision(String projectId, String revisionId, { BuiltList jsonPatch }) async + test('test patchProjectWithRevision', () async { + // TODO + }); + // Irrecoverably purge a project // // !! Use with extreme caution !! Using this API endpoint you can purge (completely delete) a project and its data. This action can not be undone and will delete ALL your data. Calling this endpoint will additionally delete custom domains and other related data. If the project is linked to a subscription, the subscription needs to be unlinked first. diff --git a/clients/client/dart/test/quota_usage_test.dart b/clients/client/dart/test/quota_usage_test.dart index 2334206737..3307c811c6 100644 --- a/clients/client/dart/test/quota_usage_test.dart +++ b/clients/client/dart/test/quota_usage_test.dart @@ -18,7 +18,7 @@ void main() { // TODO }); - // production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + // production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect // String feature test('to test the property `feature`', () async { // TODO diff --git a/clients/client/dotnet/Ory.Client.sln b/clients/client/dotnet/Ory.Client.sln index 4693402de2..679744e194 100644 --- a/clients/client/dotnet/Ory.Client.sln +++ b/clients/client/dotnet/Ory.Client.sln @@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2012 VisualStudioVersion = 12.0.0.0 MinimumVisualStudioVersion = 10.0.0.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ory.Client", "src\Ory.Client\Ory.Client.csproj", "{E2EA0AA8-B712-470B-AEC9-6736492EBC65}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ory.Client", "src\Ory.Client\Ory.Client.csproj", "{BDAE7398-333C-4685-9A37-A8862ED4825C}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ory.Client.Test", "src\Ory.Client.Test\Ory.Client.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}" EndProject @@ -12,10 +12,10 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {E2EA0AA8-B712-470B-AEC9-6736492EBC65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {E2EA0AA8-B712-470B-AEC9-6736492EBC65}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E2EA0AA8-B712-470B-AEC9-6736492EBC65}.Release|Any CPU.ActiveCfg = Release|Any CPU - {E2EA0AA8-B712-470B-AEC9-6736492EBC65}.Release|Any CPU.Build.0 = Release|Any CPU + {BDAE7398-333C-4685-9A37-A8862ED4825C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BDAE7398-333C-4685-9A37-A8862ED4825C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BDAE7398-333C-4685-9A37-A8862ED4825C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BDAE7398-333C-4685-9A37-A8862ED4825C}.Release|Any CPU.Build.0 = Release|Any CPU {19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU {19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU diff --git a/clients/client/dotnet/README.md b/clients/client/dotnet/README.md index cfb367fdcf..6c9797e299 100644 --- a/clients/client/dotnet/README.md +++ b/clients/client/dotnet/README.md @@ -6,8 +6,8 @@ with a valid Personal Access Token. Public APIs are mostly used in browsers. This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: v1.14.5 -- SDK version: 1.14.5 +- API version: v1.15.0 +- SDK version: 1.15.0 - Generator version: 7.7.0 - Build package: org.openapitools.codegen.languages.CSharpClientCodegen For more information, please visit [https://www.ory.sh](https://www.ory.sh) @@ -236,6 +236,7 @@ Class | Method | HTTP request | Description *ProjectApi* | [**ListProjectApiKeys**](docs/ProjectApi.md#listprojectapikeys) | **GET** /projects/{project}/tokens | List a project's API Tokens *ProjectApi* | [**ListProjects**](docs/ProjectApi.md#listprojects) | **GET** /projects | List All Projects *ProjectApi* | [**PatchProject**](docs/ProjectApi.md#patchproject) | **PATCH** /projects/{project_id} | Patch an Ory Network Project Configuration +*ProjectApi* | [**PatchProjectWithRevision**](docs/ProjectApi.md#patchprojectwithrevision) | **PATCH** /projects/{project_id}/revision/{revision_id} | Patch an Ory Network Project Configuration based on a revision ID *ProjectApi* | [**PurgeProject**](docs/ProjectApi.md#purgeproject) | **DELETE** /projects/{project_id} | Irrecoverably purge a project *ProjectApi* | [**RemoveProjectMember**](docs/ProjectApi.md#removeprojectmember) | **DELETE** /projects/{project}/members/{member} | Remove a member associated with this project *ProjectApi* | [**SetProject**](docs/ProjectApi.md#setproject) | **PUT** /projects/{project_id} | Update an Ory Network Project Configuration diff --git a/clients/client/dotnet/api/openapi.yaml b/clients/client/dotnet/api/openapi.yaml index 2ef4863864..9fae4b61e4 100644 --- a/clients/client/dotnet/api/openapi.yaml +++ b/clients/client/dotnet/api/openapi.yaml @@ -11,7 +11,7 @@ info: url: https://www.apache.org/licenses/LICENSE-2.0.html termsOfService: /ptos title: Ory APIs - version: v1.14.5 + version: v1.15.0 servers: - url: "https://{project-slug}.projects.oryapis.com/" variables: @@ -4177,6 +4177,102 @@ paths: summary: Update an Enterprise SSO Organization tags: - project + /projects/{project_id}/revision/{revision_id}: + patch: + description: |- + This endpoints allows you to patch individual Ory Network Project configuration keys for + Ory's services (identity, permission, ...). The configuration format is fully compatible + with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). + + This endpoint expects the `version` key to be set in the payload. If it is unset, it + will try to import the config as if it is from the most recent version. + + If you have an older version of a configuration, you should set the version key in the payload! + + While this endpoint is able to process all configuration items related to features (e.g. password reset), + it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the + open source. + + For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings + to help you understand which parts of your config could not be processed. + operationId: patchProjectWithRevision + parameters: + - description: |- + Project ID + + The project's ID. + explode: false + in: path + name: project_id + required: true + schema: + type: string + style: simple + - description: |- + Revision ID + + The revision ID that this patch was generated for. + explode: false + in: path + name: revision_id + required: true + schema: + type: string + style: simple + requestBody: + content: + application/json: + schema: + items: + $ref: '#/components/schemas/jsonPatch' + type: array + x-originalParamName: Body + responses: + "200": + content: + application/json: + schema: + $ref: '#/components/schemas/successfulProjectUpdate' + description: successfulProjectUpdate + "400": + content: + application/json: + schema: + $ref: '#/components/schemas/errorGeneric' + description: errorGeneric + "401": + content: + application/json: + schema: + $ref: '#/components/schemas/errorGeneric' + description: errorGeneric + "403": + content: + application/json: + schema: + $ref: '#/components/schemas/errorGeneric' + description: errorGeneric + "404": + content: + application/json: + schema: + $ref: '#/components/schemas/errorGeneric' + description: errorGeneric + default: + content: + application/json: + schema: + $ref: '#/components/schemas/errorGeneric' + description: errorGeneric + security: + - oryWorkspaceApiKey: [] + servers: + - description: The Ory Network control plane API which is used to manage your + Ory Network projects and workspaces. + url: https://api.console.ory.sh + summary: Patch an Ory Network Project Configuration based on a revision ID + tags: + - project /projects/{project}/members: get: description: This endpoint requires the user to be a member of the project with @@ -17636,6 +17732,7 @@ components: data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks + captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions @@ -17666,6 +17763,7 @@ components: - data_location_us - m2m_token_issuance - permission_checks + - captcha - data_location_regional - rate_limit_tier - session_rate_limit_tier @@ -17697,6 +17795,7 @@ components: data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks + captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions diff --git a/clients/client/dotnet/docs/ClientQuotaUsage.md b/clients/client/dotnet/docs/ClientQuotaUsage.md index 7af52b687f..3e1005fb7d 100644 --- a/clients/client/dotnet/docs/ClientQuotaUsage.md +++ b/clients/client/dotnet/docs/ClientQuotaUsage.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **AdditionalPrice** | **string** | The additional price per unit in cents. | **CanUseMore** | **bool** | | -**Feature** | **string** | production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect | +**Feature** | **string** | production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect | **FeatureAvailable** | **bool** | | **Included** | **long** | | **Used** | **long** | | diff --git a/clients/client/dotnet/docs/ProjectApi.md b/clients/client/dotnet/docs/ProjectApi.md index 8b53b2d878..4c90fd2cc8 100644 --- a/clients/client/dotnet/docs/ProjectApi.md +++ b/clients/client/dotnet/docs/ProjectApi.md @@ -16,6 +16,7 @@ All URIs are relative to *https://.projects.oryapis.com* | [**ListProjectApiKeys**](ProjectApi.md#listprojectapikeys) | **GET** /projects/{project}/tokens | List a project's API Tokens | | [**ListProjects**](ProjectApi.md#listprojects) | **GET** /projects | List All Projects | | [**PatchProject**](ProjectApi.md#patchproject) | **PATCH** /projects/{project_id} | Patch an Ory Network Project Configuration | +| [**PatchProjectWithRevision**](ProjectApi.md#patchprojectwithrevision) | **PATCH** /projects/{project_id}/revision/{revision_id} | Patch an Ory Network Project Configuration based on a revision ID | | [**PurgeProject**](ProjectApi.md#purgeproject) | **DELETE** /projects/{project_id} | Irrecoverably purge a project | | [**RemoveProjectMember**](ProjectApi.md#removeprojectmember) | **DELETE** /projects/{project}/members/{member} | Remove a member associated with this project | | [**SetProject**](ProjectApi.md#setproject) | **PUT** /projects/{project_id} | Update an Ory Network Project Configuration | @@ -1180,6 +1181,109 @@ catch (ApiException e) - **Accept**: application/json +### HTTP response details +| Status code | Description | Response headers | +|-------------|-------------|------------------| +| **200** | successfulProjectUpdate | - | +| **400** | errorGeneric | - | +| **401** | errorGeneric | - | +| **403** | errorGeneric | - | +| **404** | errorGeneric | - | +| **0** | errorGeneric | - | + +[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) + + +# **PatchProjectWithRevision** +> ClientSuccessfulProjectUpdate PatchProjectWithRevision (string projectId, string revisionId, List? clientJsonPatch = null) + +Patch an Ory Network Project Configuration based on a revision ID + +This endpoints allows you to patch individual Ory Network Project configuration keys for Ory's services (identity, permission, ...). The configuration format is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version. If you have an older version of a configuration, you should set the version key in the payload! While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source. For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed. + +### Example +```csharp +using System.Collections.Generic; +using System.Diagnostics; +using Ory.Client.Api; +using Ory.Client.Client; +using Ory.Client.Model; + +namespace Example +{ + public class PatchProjectWithRevisionExample + { + public static void Main() + { + Configuration config = new Configuration(); + config.BasePath = "https://.projects.oryapis.com"; + // Configure Bearer token for authorization: oryWorkspaceApiKey + config.AccessToken = "YOUR_BEARER_TOKEN"; + + var apiInstance = new ProjectApi(config); + var projectId = "projectId_example"; // string | Project ID The project's ID. + var revisionId = "revisionId_example"; // string | Revision ID The revision ID that this patch was generated for. + var clientJsonPatch = new List?(); // List? | (optional) + + try + { + // Patch an Ory Network Project Configuration based on a revision ID + ClientSuccessfulProjectUpdate result = apiInstance.PatchProjectWithRevision(projectId, revisionId, clientJsonPatch); + Debug.WriteLine(result); + } + catch (ApiException e) + { + Debug.Print("Exception when calling ProjectApi.PatchProjectWithRevision: " + e.Message); + Debug.Print("Status Code: " + e.ErrorCode); + Debug.Print(e.StackTrace); + } + } + } +} +``` + +#### Using the PatchProjectWithRevisionWithHttpInfo variant +This returns an ApiResponse object which contains the response data, status code and headers. + +```csharp +try +{ + // Patch an Ory Network Project Configuration based on a revision ID + ApiResponse response = apiInstance.PatchProjectWithRevisionWithHttpInfo(projectId, revisionId, clientJsonPatch); + Debug.Write("Status Code: " + response.StatusCode); + Debug.Write("Response Headers: " + response.Headers); + Debug.Write("Response Body: " + response.Data); +} +catch (ApiException e) +{ + Debug.Print("Exception when calling ProjectApi.PatchProjectWithRevisionWithHttpInfo: " + e.Message); + Debug.Print("Status Code: " + e.ErrorCode); + Debug.Print(e.StackTrace); +} +``` + +### Parameters + +| Name | Type | Description | Notes | +|------|------|-------------|-------| +| **projectId** | **string** | Project ID The project's ID. | | +| **revisionId** | **string** | Revision ID The revision ID that this patch was generated for. | | +| **clientJsonPatch** | [**List<ClientJsonPatch>?**](ClientJsonPatch.md) | | [optional] | + +### Return type + +[**ClientSuccessfulProjectUpdate**](ClientSuccessfulProjectUpdate.md) + +### Authorization + +[oryWorkspaceApiKey](../README.md#oryWorkspaceApiKey) + +### HTTP request headers + + - **Content-Type**: application/json + - **Accept**: application/json + + ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| diff --git a/clients/client/dotnet/src/Ory.Client.Test/Api/CourierApiTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Api/CourierApiTests.cs index 594c5ebe58..0c9b68cd14 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Api/CourierApiTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Api/CourierApiTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Api/EventsApiTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Api/EventsApiTests.cs index 9d8d30f502..79199b10c1 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Api/EventsApiTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Api/EventsApiTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Api/FrontendApiTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Api/FrontendApiTests.cs index 804c54164a..825ab12c70 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Api/FrontendApiTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Api/FrontendApiTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Api/IdentityApiTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Api/IdentityApiTests.cs index fb4635f5d5..5d2adf6982 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Api/IdentityApiTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Api/IdentityApiTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Api/JwkApiTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Api/JwkApiTests.cs index 428c8ae7e6..a9a735ed29 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Api/JwkApiTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Api/JwkApiTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Api/MetadataApiTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Api/MetadataApiTests.cs index 684f6a27a3..aadf010e78 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Api/MetadataApiTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Api/MetadataApiTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Api/OAuth2ApiTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Api/OAuth2ApiTests.cs index dbfcf35c87..93dc5ed9ff 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Api/OAuth2ApiTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Api/OAuth2ApiTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Api/OidcApiTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Api/OidcApiTests.cs index 903b0338ae..d5286f59cf 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Api/OidcApiTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Api/OidcApiTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Api/PermissionApiTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Api/PermissionApiTests.cs index 67cdaae4b3..ec7200af2b 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Api/PermissionApiTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Api/PermissionApiTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Api/ProjectApiTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Api/ProjectApiTests.cs index bdbcdccfa5..4e929e022a 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Api/ProjectApiTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Api/ProjectApiTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ @@ -205,6 +205,20 @@ public void PatchProjectTest() //Assert.IsType(response); } + /// + /// Test PatchProjectWithRevision + /// + [Fact] + public void PatchProjectWithRevisionTest() + { + // TODO uncomment below to test the method and replace null with proper value + //string projectId = null; + //string revisionId = null; + //List? clientJsonPatch = null; + //var response = instance.PatchProjectWithRevision(projectId, revisionId, clientJsonPatch); + //Assert.IsType(response); + } + /// /// Test PurgeProject /// diff --git a/clients/client/dotnet/src/Ory.Client.Test/Api/RelationshipApiTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Api/RelationshipApiTests.cs index eb61a8aa74..81225f822e 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Api/RelationshipApiTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Api/RelationshipApiTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Api/WellknownApiTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Api/WellknownApiTests.cs index 98778d2342..a78578af4b 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Api/WellknownApiTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Api/WellknownApiTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Api/WorkspaceApiTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Api/WorkspaceApiTests.cs index 65a1bd7f8d..86987dfc4b 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Api/WorkspaceApiTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Api/WorkspaceApiTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAcceptOAuth2ConsentRequestSessionTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAcceptOAuth2ConsentRequestSessionTests.cs index b7abc15cf2..3f13b2deca 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAcceptOAuth2ConsentRequestSessionTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAcceptOAuth2ConsentRequestSessionTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAcceptOAuth2ConsentRequestTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAcceptOAuth2ConsentRequestTests.cs index b31b067e9a..3bd21f9714 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAcceptOAuth2ConsentRequestTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAcceptOAuth2ConsentRequestTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAcceptOAuth2LoginRequestTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAcceptOAuth2LoginRequestTests.cs index 9e62f63f74..7088f7dd27 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAcceptOAuth2LoginRequestTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAcceptOAuth2LoginRequestTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAccountExperienceConfigurationTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAccountExperienceConfigurationTests.cs index ba86a622f4..43de9e8f9e 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAccountExperienceConfigurationTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAccountExperienceConfigurationTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAccountExperienceThemeVariablesTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAccountExperienceThemeVariablesTests.cs index 530faafc4f..d6b7e408ab 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAccountExperienceThemeVariablesTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAccountExperienceThemeVariablesTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientActiveProjectInConsoleTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientActiveProjectInConsoleTests.cs index e7b1ffd650..3384fbbf2e 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientActiveProjectInConsoleTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientActiveProjectInConsoleTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAddProjectToWorkspaceBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAddProjectToWorkspaceBodyTests.cs index 302f7e10a5..8040a3b35b 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAddProjectToWorkspaceBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAddProjectToWorkspaceBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAttributeFilterTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAttributeFilterTests.cs index 3c7dbb5ce2..3a5a78bf0e 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAttributeFilterTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAttributeFilterTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAttributeTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAttributeTests.cs index 0cb57e7e14..1f176ddc86 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAttributeTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAttributeTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAttributesCountDatapointTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAttributesCountDatapointTests.cs index f8e4f531c6..b77dc74975 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAttributesCountDatapointTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAttributesCountDatapointTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAuthenticatorAssuranceLevelTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAuthenticatorAssuranceLevelTests.cs index 9d3aeaa1ef..1c6e41cc82 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAuthenticatorAssuranceLevelTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAuthenticatorAssuranceLevelTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientBatchCheckPermissionBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientBatchCheckPermissionBodyTests.cs index 27095737f4..1945e02350 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientBatchCheckPermissionBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientBatchCheckPermissionBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientBatchCheckPermissionResultTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientBatchCheckPermissionResultTests.cs index 8fbd8069b7..32ebd91a99 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientBatchCheckPermissionResultTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientBatchCheckPermissionResultTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientBatchPatchIdentitiesResponseTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientBatchPatchIdentitiesResponseTests.cs index 753cf9fd35..cd5828328c 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientBatchPatchIdentitiesResponseTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientBatchPatchIdentitiesResponseTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientBillingPeriodBucketTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientBillingPeriodBucketTests.cs index 96728268ad..796991a9ec 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientBillingPeriodBucketTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientBillingPeriodBucketTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCheckOplSyntaxResultTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCheckOplSyntaxResultTests.cs index 482f72592d..19840bac22 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCheckOplSyntaxResultTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCheckOplSyntaxResultTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCheckPermissionResultTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCheckPermissionResultTests.cs index 0a4d701c2d..f993d38e20 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCheckPermissionResultTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCheckPermissionResultTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCheckPermissionResultWithErrorTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCheckPermissionResultWithErrorTests.cs index d25bf8f001..eae851201f 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCheckPermissionResultWithErrorTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCheckPermissionResultWithErrorTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCloudAccountTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCloudAccountTests.cs index 1b2706b998..f7559792c8 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCloudAccountTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCloudAccountTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientConsistencyRequestParametersTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientConsistencyRequestParametersTests.cs index da3480d496..ce765064cc 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientConsistencyRequestParametersTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientConsistencyRequestParametersTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithRecoveryUiFlowTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithRecoveryUiFlowTests.cs index f27f021a9b..3f76b583c6 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithRecoveryUiFlowTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithRecoveryUiFlowTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithRecoveryUiTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithRecoveryUiTests.cs index a84aea284e..2c4f35cc96 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithRecoveryUiTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithRecoveryUiTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithRedirectBrowserToTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithRedirectBrowserToTests.cs index 556fe38e70..31d775cf9b 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithRedirectBrowserToTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithRedirectBrowserToTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithSetOrySessionTokenTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithSetOrySessionTokenTests.cs index 8ee5e59fd0..71c561175a 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithSetOrySessionTokenTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithSetOrySessionTokenTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithSettingsUiFlowTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithSettingsUiFlowTests.cs index 87c43740d0..f193286d7d 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithSettingsUiFlowTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithSettingsUiFlowTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithSettingsUiTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithSettingsUiTests.cs index edbab5785f..80208157f4 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithSettingsUiTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithSettingsUiTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithTests.cs index 42d25c7c39..97f7f183f3 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithVerificationUiFlowTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithVerificationUiFlowTests.cs index 108d354683..00c68340db 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithVerificationUiFlowTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithVerificationUiFlowTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithVerificationUiTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithVerificationUiTests.cs index 69abbce75c..48d9d78b97 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithVerificationUiTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithVerificationUiTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCourierMessageStatusTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCourierMessageStatusTests.cs index 8f920a7ead..2e91269bd5 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCourierMessageStatusTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCourierMessageStatusTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCourierMessageTypeTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCourierMessageTypeTests.cs index 027aec6aa7..f39d4c12fd 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCourierMessageTypeTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCourierMessageTypeTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateCustomDomainBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateCustomDomainBodyTests.cs index c78e31f416..1636bd4f18 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateCustomDomainBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateCustomDomainBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateEventStreamBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateEventStreamBodyTests.cs index 6055b2a05a..9297646045 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateEventStreamBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateEventStreamBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateIdentityBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateIdentityBodyTests.cs index 3cfe6247a8..afd9fb1396 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateIdentityBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateIdentityBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateInviteResponseTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateInviteResponseTests.cs index ae42d372e3..39c425d952 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateInviteResponseTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateInviteResponseTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateJsonWebKeySetTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateJsonWebKeySetTests.cs index 48f0f1f7d6..c97e7d192a 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateJsonWebKeySetTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateJsonWebKeySetTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectApiKeyRequestTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectApiKeyRequestTests.cs index 35a1ddd748..03757a5ffd 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectApiKeyRequestTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectApiKeyRequestTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectBodyTests.cs index 4099fb1662..1f6d2df29c 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectBrandingTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectBrandingTests.cs index d158611f7b..8fd68175b4 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectBrandingTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectBrandingTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectMemberInviteBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectMemberInviteBodyTests.cs index 5e8f088976..e45f2b5d17 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectMemberInviteBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectMemberInviteBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectNormalizedPayloadTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectNormalizedPayloadTests.cs index 17511d1671..40b1b3595e 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectNormalizedPayloadTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectNormalizedPayloadTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateRecoveryCodeForIdentityBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateRecoveryCodeForIdentityBodyTests.cs index e6a9055392..2fb51c6b7b 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateRecoveryCodeForIdentityBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateRecoveryCodeForIdentityBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateRecoveryLinkForIdentityBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateRecoveryLinkForIdentityBodyTests.cs index d5f17ef66a..890c16c5d8 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateRecoveryLinkForIdentityBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateRecoveryLinkForIdentityBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateRelationshipBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateRelationshipBodyTests.cs index b464e940f8..3170c8d5e0 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateRelationshipBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateRelationshipBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateSubscriptionBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateSubscriptionBodyTests.cs index f85e92a411..183ed7b375 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateSubscriptionBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateSubscriptionBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateSubscriptionCommonTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateSubscriptionCommonTests.cs index a8b7857248..fa0e8134cc 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateSubscriptionCommonTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateSubscriptionCommonTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateVerifiableCredentialRequestBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateVerifiableCredentialRequestBodyTests.cs index 7b676b9879..6c27ff8915 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateVerifiableCredentialRequestBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateVerifiableCredentialRequestBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateWorkspaceApiKeyBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateWorkspaceApiKeyBodyTests.cs index 4b8130f469..9912fcf62d 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateWorkspaceApiKeyBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateWorkspaceApiKeyBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateWorkspaceBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateWorkspaceBodyTests.cs index 8833921802..c20da4ef39 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateWorkspaceBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateWorkspaceBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateWorkspaceMemberInviteBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateWorkspaceMemberInviteBodyTests.cs index 492ace5036..510c7a7a76 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateWorkspaceMemberInviteBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateWorkspaceMemberInviteBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateWorkspaceSubscriptionBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateWorkspaceSubscriptionBodyTests.cs index bce690eebc..c2e75db3a6 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateWorkspaceSubscriptionBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateWorkspaceSubscriptionBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCredentialSupportedDraft00Tests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCredentialSupportedDraft00Tests.cs index 4bd217c3c4..a90589460e 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCredentialSupportedDraft00Tests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCredentialSupportedDraft00Tests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCustomDomainTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCustomDomainTests.cs index e5cfad4c9a..8fcf9204a9 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCustomDomainTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCustomDomainTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientDeleteMySessionsCountTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientDeleteMySessionsCountTests.cs index eb89d1f66d..c6d0e3cc72 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientDeleteMySessionsCountTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientDeleteMySessionsCountTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientEmailTemplateDataBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientEmailTemplateDataBodyTests.cs index 770e70e061..2afa06962d 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientEmailTemplateDataBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientEmailTemplateDataBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientEmailTemplateDataTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientEmailTemplateDataTests.cs index 680d99752a..e1c12d7a63 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientEmailTemplateDataTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientEmailTemplateDataTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorAuthenticatorAssuranceLevelNotSatisfiedTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorAuthenticatorAssuranceLevelNotSatisfiedTests.cs index 021acfa712..ebe053ec7c 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorAuthenticatorAssuranceLevelNotSatisfiedTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorAuthenticatorAssuranceLevelNotSatisfiedTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorBrowserLocationChangeRequiredTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorBrowserLocationChangeRequiredTests.cs index 90e1bc4153..a6f3451d3c 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorBrowserLocationChangeRequiredTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorBrowserLocationChangeRequiredTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorFlowReplacedTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorFlowReplacedTests.cs index 163a0dc5b4..2d310b1e81 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorFlowReplacedTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorFlowReplacedTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorGenericTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorGenericTests.cs index c722b54270..bc9fbecd14 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorGenericTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorGenericTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorOAuth2Tests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorOAuth2Tests.cs index 8e35eeba50..2b530561c7 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorOAuth2Tests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorOAuth2Tests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientEventStreamTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientEventStreamTests.cs index 47aaed9cca..a94d784a34 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientEventStreamTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientEventStreamTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientExpandedPermissionTreeTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientExpandedPermissionTreeTests.cs index e4fbd00da9..f69b5d03a2 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientExpandedPermissionTreeTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientExpandedPermissionTreeTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientFlowErrorTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientFlowErrorTests.cs index c9a100c76e..4bca6866c7 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientFlowErrorTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientFlowErrorTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGenericErrorContentTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGenericErrorContentTests.cs index bc31135761..0b34c2b0aa 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGenericErrorContentTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGenericErrorContentTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGenericErrorTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGenericErrorTests.cs index 9b7d5f775e..1236715feb 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGenericErrorTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGenericErrorTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGenericUsageTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGenericUsageTests.cs index 06767279de..22040c52ca 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGenericUsageTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGenericUsageTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetAttributesCountResponseTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetAttributesCountResponseTests.cs index 87e5f4a1ff..db48392e3f 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetAttributesCountResponseTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetAttributesCountResponseTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetManagedIdentitySchemaLocationTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetManagedIdentitySchemaLocationTests.cs index 202ea51a9b..a74b56fa2d 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetManagedIdentitySchemaLocationTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetManagedIdentitySchemaLocationTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetMetricsEventAttributesResponseTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetMetricsEventAttributesResponseTests.cs index 15e7a541e3..4e17ae48c5 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetMetricsEventAttributesResponseTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetMetricsEventAttributesResponseTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetMetricsEventTypesResponseTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetMetricsEventTypesResponseTests.cs index 32a94f114b..e11ecab386 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetMetricsEventTypesResponseTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetMetricsEventTypesResponseTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetOrganizationResponseTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetOrganizationResponseTests.cs index ca9e0a6b87..f258c5ed0c 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetOrganizationResponseTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetOrganizationResponseTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetProjectEventsBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetProjectEventsBodyTests.cs index b896fbaf55..f5ef68eefb 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetProjectEventsBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetProjectEventsBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetProjectEventsResponseTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetProjectEventsResponseTests.cs index af7e9e6e05..f2f1813d55 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetProjectEventsResponseTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetProjectEventsResponseTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetProjectMetricsResponseTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetProjectMetricsResponseTests.cs index f582f399a8..ef26a9fce1 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetProjectMetricsResponseTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetProjectMetricsResponseTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetSessionActivityResponseTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetSessionActivityResponseTests.cs index 67b87b4ae0..5b454e9867 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetSessionActivityResponseTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetSessionActivityResponseTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetVersion200ResponseTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetVersion200ResponseTests.cs index dc675d2dd8..edb5b9ec59 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetVersion200ResponseTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetVersion200ResponseTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientHealthNotReadyStatusTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientHealthNotReadyStatusTests.cs index 8d79d1dae7..88c9a73ebf 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientHealthNotReadyStatusTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientHealthNotReadyStatusTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientHealthStatusTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientHealthStatusTests.cs index 1e4ef28a05..8e623ae8f2 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientHealthStatusTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientHealthStatusTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsCodeTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsCodeTests.cs index 296a7f533c..adb1dd72fc 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsCodeTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsCodeTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsOidcProviderTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsOidcProviderTests.cs index 99618c0c97..f11abb5b83 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsOidcProviderTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsOidcProviderTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsOidcTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsOidcTests.cs index 00c67cb3b9..5383efef99 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsOidcTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsOidcTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsPasswordTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsPasswordTests.cs index 154c84e73b..b2edab786f 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsPasswordTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsPasswordTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsTests.cs index e68277581a..b43429efec 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityPatchResponseTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityPatchResponseTests.cs index 9bf8b75949..f819518211 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityPatchResponseTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityPatchResponseTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityPatchTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityPatchTests.cs index d2c1a264aa..8a1a76e7b0 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityPatchTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityPatchTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentitySchemaContainerTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentitySchemaContainerTests.cs index 06e9ad8b7b..0d29e44844 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentitySchemaContainerTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentitySchemaContainerTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentitySchemaPresetTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentitySchemaPresetTests.cs index 0397f6716d..fd412d12bb 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentitySchemaPresetTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentitySchemaPresetTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityTests.cs index 5de03b94a5..c1dc296f55 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsOidcConfigProviderTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsOidcConfigProviderTests.cs index e03901cf1f..42d9168f42 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsOidcConfigProviderTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsOidcConfigProviderTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsOidcConfigTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsOidcConfigTests.cs index 52e36c5ccb..0a25d21b47 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsOidcConfigTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsOidcConfigTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsOidcTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsOidcTests.cs index 36930c0102..aa024a6290 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsOidcTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsOidcTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsPasswordConfigTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsPasswordConfigTests.cs index 6049b4f2cc..4bc2e0a935 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsPasswordConfigTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsPasswordConfigTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsPasswordTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsPasswordTests.cs index 0de2579248..a775256152 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsPasswordTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsPasswordTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsTests.cs index c09cd4d760..1cbf28ad0f 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalGetProjectBrandingBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalGetProjectBrandingBodyTests.cs index a482444f42..b447da962a 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalGetProjectBrandingBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalGetProjectBrandingBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalIsAXWelcomeScreenEnabledForProjectBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalIsAXWelcomeScreenEnabledForProjectBodyTests.cs index 0b3ea5c6e4..da980c9b31 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalIsAXWelcomeScreenEnabledForProjectBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalIsAXWelcomeScreenEnabledForProjectBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalIsOwnerForProjectBySlugBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalIsOwnerForProjectBySlugBodyTests.cs index c628ef9061..8723af1347 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalIsOwnerForProjectBySlugBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalIsOwnerForProjectBySlugBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalIsOwnerForProjectBySlugResponseTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalIsOwnerForProjectBySlugResponseTests.cs index cf6a7d1536..4b133b3375 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalIsOwnerForProjectBySlugResponseTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalIsOwnerForProjectBySlugResponseTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIntrospectedOAuth2TokenTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIntrospectedOAuth2TokenTests.cs index 54e8984b36..71c865e7d1 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIntrospectedOAuth2TokenTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIntrospectedOAuth2TokenTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInvoiceDataV1Tests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInvoiceDataV1Tests.cs index 10d52276b1..5c4344a679 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInvoiceDataV1Tests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInvoiceDataV1Tests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInvoiceTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInvoiceTests.cs index b9c7bd3b74..a8159beab0 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInvoiceTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInvoiceTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIsOwnerForProjectBySlugTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIsOwnerForProjectBySlugTests.cs index 391a7db26b..9e56899f34 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIsOwnerForProjectBySlugTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIsOwnerForProjectBySlugTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientJsonPatchTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientJsonPatchTests.cs index af5d8ec5c4..2159bd0e24 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientJsonPatchTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientJsonPatchTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientJsonWebKeySetTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientJsonWebKeySetTests.cs index 3ba9aac80e..430f8e8082 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientJsonWebKeySetTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientJsonWebKeySetTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientJsonWebKeyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientJsonWebKeyTests.cs index bd401e1f1b..35b65e43b8 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientJsonWebKeyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientJsonWebKeyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientKetoNamespaceTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientKetoNamespaceTests.cs index 2850e30cc5..3f2f367aa5 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientKetoNamespaceTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientKetoNamespaceTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLineItemV1Tests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLineItemV1Tests.cs index 3229710e1d..f2179c15c2 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLineItemV1Tests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLineItemV1Tests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListEventStreamsTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListEventStreamsTests.cs index 59d5e732c2..b44e4d7901 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListEventStreamsTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListEventStreamsTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListInvoicesResponseTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListInvoicesResponseTests.cs index 24eb33e4d9..6bd31fe22c 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListInvoicesResponseTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListInvoicesResponseTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListOrganizationsResponseTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListOrganizationsResponseTests.cs index bd435cde8f..c2c999663f 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListOrganizationsResponseTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListOrganizationsResponseTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListWorkspaceProjectsTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListWorkspaceProjectsTests.cs index b19b069e12..a9f5250455 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListWorkspaceProjectsTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListWorkspaceProjectsTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListWorkspacesTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListWorkspacesTests.cs index ee7d5195e6..10994ecd68 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListWorkspacesTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListWorkspacesTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLoginFlowStateTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLoginFlowStateTests.cs index bac5caa321..8f85bcfe02 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLoginFlowStateTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLoginFlowStateTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLoginFlowTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLoginFlowTests.cs index 753a1fac43..088d243768 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLoginFlowTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLoginFlowTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLogoutFlowTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLogoutFlowTests.cs index d57525c736..2026dff130 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLogoutFlowTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLogoutFlowTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientManagedIdentitySchemaTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientManagedIdentitySchemaTests.cs index 6317ba3b57..ebe00f8e17 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientManagedIdentitySchemaTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientManagedIdentitySchemaTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientManagedIdentitySchemaValidationResultTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientManagedIdentitySchemaValidationResultTests.cs index be4d0755ff..00c9de2633 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientManagedIdentitySchemaValidationResultTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientManagedIdentitySchemaValidationResultTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMemberInviteTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMemberInviteTests.cs index c49e0c2020..a18688f7af 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMemberInviteTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMemberInviteTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMessageDispatchTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMessageDispatchTests.cs index 56b0177d81..767e611c56 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMessageDispatchTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMessageDispatchTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMessageTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMessageTests.cs index 4679b9c8e6..bbf43d9631 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMessageTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMessageTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMetricsDatapointTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMetricsDatapointTests.cs index 09248073dd..ab84e8a55e 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMetricsDatapointTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMetricsDatapointTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMoneyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMoneyTests.cs index d86ff05152..bc6a14d7ed 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMoneyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMoneyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNamespaceTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNamespaceTests.cs index 629fee2417..6f271a1e7e 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNamespaceTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNamespaceTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNeedsPrivilegedSessionErrorTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNeedsPrivilegedSessionErrorTests.cs index 414017466e..1effe17302 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNeedsPrivilegedSessionErrorTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNeedsPrivilegedSessionErrorTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionCourierChannelTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionCourierChannelTests.cs index cf405544aa..e4a6a62a62 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionCourierChannelTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionCourierChannelTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionHookTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionHookTests.cs index 2fe080d6aa..2c003f54aa 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionHookTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionHookTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionIdentitySchemaTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionIdentitySchemaTests.cs index cfa70e1ed8..b048bad749 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionIdentitySchemaTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionIdentitySchemaTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionTests.cs index 57b0cc0982..3df1deb115 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionThirdPartyProviderTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionThirdPartyProviderTests.cs index bff11c24f8..229945be49 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionThirdPartyProviderTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionThirdPartyProviderTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionTokenizerTemplateTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionTokenizerTemplateTests.cs index 0b19dfd225..b9b6910469 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionTokenizerTemplateTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionTokenizerTemplateTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectTests.cs index cd96b8abaf..a4c0a2ce32 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ClientTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ClientTests.cs index e9fc5427c9..766cdf3c0c 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ClientTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ClientTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ClientTokenLifespansTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ClientTokenLifespansTests.cs index ceb72fcc1b..276ec4521f 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ClientTokenLifespansTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ClientTokenLifespansTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentRequestOpenIDConnectContextTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentRequestOpenIDConnectContextTests.cs index 7cd8c85746..6942a65eb5 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentRequestOpenIDConnectContextTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentRequestOpenIDConnectContextTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentRequestTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentRequestTests.cs index 4aef73c5da..3906384680 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentRequestTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentRequestTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentSessionExpiresAtTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentSessionExpiresAtTests.cs index 34f913089e..933010ca01 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentSessionExpiresAtTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentSessionExpiresAtTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentSessionTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentSessionTests.cs index 8a27c33a73..4c48bd22dd 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentSessionTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentSessionTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2LoginRequestTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2LoginRequestTests.cs index 932fd2a049..30a0b3bfb3 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2LoginRequestTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2LoginRequestTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2LogoutRequestTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2LogoutRequestTests.cs index 36799d8e43..a9849a9c12 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2LogoutRequestTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2LogoutRequestTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2RedirectToTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2RedirectToTests.cs index b82fa84a29..8aa1b9c58b 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2RedirectToTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2RedirectToTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2TokenExchangeTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2TokenExchangeTests.cs index 119bd4813d..e29c6fa8ef 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2TokenExchangeTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2TokenExchangeTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOidcConfigurationTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOidcConfigurationTests.cs index 99539ed64e..ae39654b35 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOidcConfigurationTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOidcConfigurationTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOidcUserInfoTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOidcUserInfoTests.cs index 45405d72bb..e179c86a47 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOidcUserInfoTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOidcUserInfoTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOrganizationBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOrganizationBodyTests.cs index 3c845d0269..4d571d9dd2 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOrganizationBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOrganizationBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOrganizationTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOrganizationTests.cs index 7d9216a35e..c6222ccbac 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOrganizationTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOrganizationTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPaginationHeadersTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPaginationHeadersTests.cs index 68706a9039..b577d300bb 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPaginationHeadersTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPaginationHeadersTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPaginationTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPaginationTests.cs index b07fa0eaa0..08a7a6ed16 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPaginationTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPaginationTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientParseErrorTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientParseErrorTests.cs index 27a9b379cc..b0804c12b9 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientParseErrorTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientParseErrorTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPatchIdentitiesBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPatchIdentitiesBodyTests.cs index 998643b9ac..8f2b6fa421 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPatchIdentitiesBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPatchIdentitiesBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPerformNativeLogoutBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPerformNativeLogoutBodyTests.cs index 3a1d7a9d47..90ab97ff76 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPerformNativeLogoutBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPerformNativeLogoutBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPermissionsOnWorkspaceTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPermissionsOnWorkspaceTests.cs index 9934ee723a..988107dddb 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPermissionsOnWorkspaceTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPermissionsOnWorkspaceTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPlanDetailsTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPlanDetailsTests.cs index 27b2df369e..7a8973565c 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPlanDetailsTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPlanDetailsTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPlanTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPlanTests.cs index fe19dcb456..1d1e801617 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPlanTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPlanTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPostCheckPermissionBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPostCheckPermissionBodyTests.cs index 928c73ceac..319f1e48ed 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPostCheckPermissionBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPostCheckPermissionBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPostCheckPermissionOrErrorBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPostCheckPermissionOrErrorBodyTests.cs index 742fedad62..bce64c7937 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPostCheckPermissionOrErrorBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPostCheckPermissionOrErrorBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectApiKeyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectApiKeyTests.cs index 9ebde87ad4..4c9c959346 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectApiKeyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectApiKeyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectBrandingColorsTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectBrandingColorsTests.cs index cc22429a57..0b60e0271d 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectBrandingColorsTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectBrandingColorsTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectBrandingTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectBrandingTests.cs index 017a29849e..57555a01a1 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectBrandingTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectBrandingTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectBrandingThemeTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectBrandingThemeTests.cs index fd21209303..16ae1a6cba 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectBrandingThemeTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectBrandingThemeTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectCorsTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectCorsTests.cs index fa673c57ed..4f1685eb56 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectCorsTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectCorsTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectEventsDatapointTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectEventsDatapointTests.cs index d9f7ecd513..2309d32b35 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectEventsDatapointTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectEventsDatapointTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectHostTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectHostTests.cs index 76e4df3047..8e8b48dc69 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectHostTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectHostTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectMemberTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectMemberTests.cs index a74c4281b2..f1a57f5c65 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectMemberTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectMemberTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectMetadataTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectMetadataTests.cs index 7ec383dbb9..3979f49291 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectMetadataTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectMetadataTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServiceIdentityTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServiceIdentityTests.cs index b7c772178c..af40609493 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServiceIdentityTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServiceIdentityTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServiceOAuth2Tests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServiceOAuth2Tests.cs index e042516557..630b7af178 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServiceOAuth2Tests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServiceOAuth2Tests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServicePermissionTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServicePermissionTests.cs index e3e7f5374f..2d913e8aba 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServicePermissionTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServicePermissionTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServicesTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServicesTests.cs index b7eedb6d29..f660ec9ab5 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServicesTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServicesTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectTests.cs index 8bbf35786b..19a3b9ffb9 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientQuotaUsageTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientQuotaUsageTests.cs index ecdc80b6fc..9f4fc65b5a 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientQuotaUsageTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientQuotaUsageTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRFC6749ErrorJsonTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRFC6749ErrorJsonTests.cs index 0e855ff56d..fcb067cc2a 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRFC6749ErrorJsonTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRFC6749ErrorJsonTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryCodeForIdentityTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryCodeForIdentityTests.cs index 25dd06dd7c..1866b9ebc3 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryCodeForIdentityTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryCodeForIdentityTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryFlowStateTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryFlowStateTests.cs index 5f64ad65fa..a9446ed4a8 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryFlowStateTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryFlowStateTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryFlowTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryFlowTests.cs index 3032762db6..49cd6df8b6 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryFlowTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryFlowTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryIdentityAddressTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryIdentityAddressTests.cs index 7da500d4b3..b6bfa95e1c 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryIdentityAddressTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryIdentityAddressTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryLinkForIdentityTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryLinkForIdentityTests.cs index fdafacdff1..4316c033e9 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryLinkForIdentityTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryLinkForIdentityTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRegistrationFlowStateTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRegistrationFlowStateTests.cs index 980b38922a..f898402e48 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRegistrationFlowStateTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRegistrationFlowStateTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRegistrationFlowTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRegistrationFlowTests.cs index e72322949e..d2bed20d48 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRegistrationFlowTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRegistrationFlowTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRejectOAuth2RequestTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRejectOAuth2RequestTests.cs index 5635a4400f..5a269cfc72 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRejectOAuth2RequestTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRejectOAuth2RequestTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationQueryTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationQueryTests.cs index 3529fa89a9..cee50a2aa8 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationQueryTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationQueryTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipNamespacesTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipNamespacesTests.cs index efb4572992..d90f45e5a9 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipNamespacesTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipNamespacesTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipPatchTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipPatchTests.cs index c9405d9bb4..0b0e96970f 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipPatchTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipPatchTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipTests.cs index fa01245333..3a322f9790 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipsTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipsTests.cs index df1e39365a..f9864786b9 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipsTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipsTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSchemaPatchTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSchemaPatchTests.cs index 599063aaf4..ac169adb8a 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSchemaPatchTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSchemaPatchTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSelfServiceFlowExpiredErrorTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSelfServiceFlowExpiredErrorTests.cs index 66bde4f74e..862f777b70 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSelfServiceFlowExpiredErrorTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSelfServiceFlowExpiredErrorTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionActivityDatapointTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionActivityDatapointTests.cs index f4e06869a9..896582b46b 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionActivityDatapointTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionActivityDatapointTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionAuthenticationMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionAuthenticationMethodTests.cs index 3e85d43ad7..8f451be2db 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionAuthenticationMethodTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionAuthenticationMethodTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionDeviceTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionDeviceTests.cs index 217b8806e3..da1f8a1240 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionDeviceTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionDeviceTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionTests.cs index cb3b6ba2dc..d5969e5b1b 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetActiveProjectInConsoleBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetActiveProjectInConsoleBodyTests.cs index fc5d9632e0..d19502422a 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetActiveProjectInConsoleBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetActiveProjectInConsoleBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetCustomDomainBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetCustomDomainBodyTests.cs index fe5a17c4aa..d7204d9de2 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetCustomDomainBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetCustomDomainBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetEventStreamBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetEventStreamBodyTests.cs index 8d86d78e65..d3c4de5fef 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetEventStreamBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetEventStreamBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetProjectBrandingThemeBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetProjectBrandingThemeBodyTests.cs index 8d5ebb50aa..48fce8e33e 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetProjectBrandingThemeBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetProjectBrandingThemeBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetProjectTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetProjectTests.cs index cfee2ea8e1..e2bdd67eef 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetProjectTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetProjectTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSettingsFlowStateTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSettingsFlowStateTests.cs index 807157ef7b..87feb9b67d 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSettingsFlowStateTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSettingsFlowStateTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSettingsFlowTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSettingsFlowTests.cs index 68dd4e63a7..10facd79fd 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSettingsFlowTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSettingsFlowTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSourcePositionTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSourcePositionTests.cs index 7a2accccee..aad18e8da7 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSourcePositionTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSourcePositionTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSubjectSetTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSubjectSetTests.cs index f2ca15bd52..ae49625423 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSubjectSetTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSubjectSetTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSubscriptionTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSubscriptionTests.cs index 405fd1b8f9..790b816a51 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSubscriptionTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSubscriptionTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulCodeExchangeResponseTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulCodeExchangeResponseTests.cs index 50938c1bbc..8c92ca68c9 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulCodeExchangeResponseTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulCodeExchangeResponseTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulNativeLoginTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulNativeLoginTests.cs index 78d23f68b4..757b239a83 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulNativeLoginTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulNativeLoginTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulNativeRegistrationTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulNativeRegistrationTests.cs index 0125aa6a94..44e7d16fcb 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulNativeRegistrationTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulNativeRegistrationTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulProjectUpdateTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulProjectUpdateTests.cs index 3da0199f17..e737ec3d50 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulProjectUpdateTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulProjectUpdateTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTaxLineItemTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTaxLineItemTests.cs index 3a83b6098a..0c1d9d733e 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTaxLineItemTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTaxLineItemTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTimeIntervalTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTimeIntervalTests.cs index bdd433a75e..1a689722f7 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTimeIntervalTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTimeIntervalTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationHeadersTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationHeadersTests.cs index 94f0a83390..196bd7268f 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationHeadersTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationHeadersTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationRequestParametersTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationRequestParametersTests.cs index 41b1c5cd0d..f6c07f35c9 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationRequestParametersTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationRequestParametersTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationResponseHeadersTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationResponseHeadersTests.cs index 29411119d3..c0c3978ea4 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationResponseHeadersTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationResponseHeadersTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationTests.cs index 8e79a3b867..7230e4a315 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTrustOAuth2JwtGrantIssuerTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTrustOAuth2JwtGrantIssuerTests.cs index 6fcd00ff97..6b37c8c761 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTrustOAuth2JwtGrantIssuerTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTrustOAuth2JwtGrantIssuerTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTrustedOAuth2JwtGrantIssuerTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTrustedOAuth2JwtGrantIssuerTests.cs index 51fb942efc..307b4d5af6 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTrustedOAuth2JwtGrantIssuerTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTrustedOAuth2JwtGrantIssuerTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTrustedOAuth2JwtGrantJsonWebKeyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTrustedOAuth2JwtGrantJsonWebKeyTests.cs index d58a377394..883eefe64a 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTrustedOAuth2JwtGrantJsonWebKeyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTrustedOAuth2JwtGrantJsonWebKeyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiContainerTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiContainerTests.cs index 79b083c62a..8d1bbb63cb 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiContainerTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiContainerTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeAnchorAttributesTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeAnchorAttributesTests.cs index 3cbb0364fc..9aae21627b 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeAnchorAttributesTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeAnchorAttributesTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeAttributesTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeAttributesTests.cs index fc7ce14211..6a63ba6616 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeAttributesTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeAttributesTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeImageAttributesTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeImageAttributesTests.cs index f7a3bc8232..91165ca972 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeImageAttributesTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeImageAttributesTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeInputAttributesTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeInputAttributesTests.cs index 82e0fd51bf..228f2b691a 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeInputAttributesTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeInputAttributesTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeMetaTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeMetaTests.cs index ddaae8e5fb..951e99167b 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeMetaTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeMetaTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeScriptAttributesTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeScriptAttributesTests.cs index aec87cabd2..14e2e81084 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeScriptAttributesTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeScriptAttributesTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeTests.cs index ec14d43edb..2e2e93acca 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeTextAttributesTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeTextAttributesTests.cs index 93b89ac10e..f8f46e79ea 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeTextAttributesTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeTextAttributesTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiTextTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiTextTests.cs index ddee979a59..9c5fbc67e8 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiTextTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiTextTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateIdentityBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateIdentityBodyTests.cs index 34633aae9c..1d028d5954 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateIdentityBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateIdentityBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowBodyTests.cs index 60f46794f4..d308fa22d1 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithCodeMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithCodeMethodTests.cs index 1d7eaf7b33..d44ad1e047 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithCodeMethodTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithCodeMethodTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithIdentifierFirstMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithIdentifierFirstMethodTests.cs index 61997d05eb..33892968c5 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithIdentifierFirstMethodTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithIdentifierFirstMethodTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithLookupSecretMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithLookupSecretMethodTests.cs index 9d6f08f095..18fb59b3fe 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithLookupSecretMethodTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithLookupSecretMethodTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithOidcMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithOidcMethodTests.cs index a133cba2a7..1bb2b6b1f7 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithOidcMethodTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithOidcMethodTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithPasskeyMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithPasskeyMethodTests.cs index 23ac0e2a56..e3c430e012 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithPasskeyMethodTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithPasskeyMethodTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithPasswordMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithPasswordMethodTests.cs index e88d228606..979d301f53 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithPasswordMethodTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithPasswordMethodTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithTotpMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithTotpMethodTests.cs index 9c1cef5dd4..d9b6a68c2d 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithTotpMethodTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithTotpMethodTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithWebAuthnMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithWebAuthnMethodTests.cs index 84e7280af2..a49db1bfaa 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithWebAuthnMethodTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithWebAuthnMethodTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRecoveryFlowBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRecoveryFlowBodyTests.cs index 71f00eefeb..0c4feffa59 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRecoveryFlowBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRecoveryFlowBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRecoveryFlowWithCodeMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRecoveryFlowWithCodeMethodTests.cs index eb5533e965..82e7192c50 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRecoveryFlowWithCodeMethodTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRecoveryFlowWithCodeMethodTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRecoveryFlowWithLinkMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRecoveryFlowWithLinkMethodTests.cs index c2270dc82f..8cad029730 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRecoveryFlowWithLinkMethodTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRecoveryFlowWithLinkMethodTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowBodyTests.cs index c5c76829ce..2ea445fb24 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithCodeMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithCodeMethodTests.cs index 94b001cf7e..e63886d5aa 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithCodeMethodTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithCodeMethodTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithOidcMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithOidcMethodTests.cs index 2d57558e40..4dab8cd273 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithOidcMethodTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithOidcMethodTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithPasskeyMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithPasskeyMethodTests.cs index 280ec48e5a..5d9943c502 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithPasskeyMethodTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithPasskeyMethodTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithPasswordMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithPasswordMethodTests.cs index 5e12d71b80..ffbe9a24d2 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithPasswordMethodTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithPasswordMethodTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithProfileMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithProfileMethodTests.cs index 76ab0194a2..fa4a613d31 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithProfileMethodTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithProfileMethodTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithWebAuthnMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithWebAuthnMethodTests.cs index 3db1210355..06f0d47e00 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithWebAuthnMethodTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithWebAuthnMethodTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowBodyTests.cs index c78b202243..39a5d1d73b 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithLookupMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithLookupMethodTests.cs index 1c3b29cb76..4f862e667a 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithLookupMethodTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithLookupMethodTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithOidcMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithOidcMethodTests.cs index 75472c8d46..bf2365a23f 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithOidcMethodTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithOidcMethodTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithPasskeyMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithPasskeyMethodTests.cs index 1b0d49daf8..da532c08f4 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithPasskeyMethodTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithPasskeyMethodTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithPasswordMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithPasswordMethodTests.cs index f8b6151da5..de1a801f41 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithPasswordMethodTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithPasswordMethodTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithProfileMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithProfileMethodTests.cs index 2abfeec831..a539153af4 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithProfileMethodTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithProfileMethodTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithTotpMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithTotpMethodTests.cs index c9d3df1de1..3bf85c1bf3 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithTotpMethodTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithTotpMethodTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithWebAuthnMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithWebAuthnMethodTests.cs index e4cd416ceb..e1c9128b49 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithWebAuthnMethodTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithWebAuthnMethodTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSubscriptionBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSubscriptionBodyTests.cs index c1861fb25e..9238786e1f 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSubscriptionBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSubscriptionBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateVerificationFlowBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateVerificationFlowBodyTests.cs index dc59363a49..c0f57ccb81 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateVerificationFlowBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateVerificationFlowBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateVerificationFlowWithCodeMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateVerificationFlowWithCodeMethodTests.cs index 5af0f0c460..c6daa166ec 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateVerificationFlowWithCodeMethodTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateVerificationFlowWithCodeMethodTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateVerificationFlowWithLinkMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateVerificationFlowWithLinkMethodTests.cs index b5107c5608..9fe273a63a 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateVerificationFlowWithLinkMethodTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateVerificationFlowWithLinkMethodTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateWorkspaceBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateWorkspaceBodyTests.cs index 91ff4fdf31..ee5b47d0fd 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateWorkspaceBodyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateWorkspaceBodyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUsageTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUsageTests.cs index 53343b7e92..069218ea86 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUsageTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUsageTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableCredentialPrimingResponseTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableCredentialPrimingResponseTests.cs index e0cd750ee7..82a7db3085 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableCredentialPrimingResponseTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableCredentialPrimingResponseTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableCredentialProofTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableCredentialProofTests.cs index 2fb94b9ece..deb6fd8242 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableCredentialProofTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableCredentialProofTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableCredentialResponseTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableCredentialResponseTests.cs index b3915f36e0..638dfa7e60 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableCredentialResponseTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableCredentialResponseTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableIdentityAddressTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableIdentityAddressTests.cs index ee73a53d48..d8f78ac792 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableIdentityAddressTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableIdentityAddressTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerificationFlowStateTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerificationFlowStateTests.cs index 59187add52..62323253f3 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerificationFlowStateTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerificationFlowStateTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerificationFlowTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerificationFlowTests.cs index 6b4d4091f9..412f6f9b56 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerificationFlowTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerificationFlowTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVersionTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVersionTests.cs index 0254fcc8c4..1d2d718ffb 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVersionTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVersionTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientWarningTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientWarningTests.cs index 05d6bdbbbf..96ea10604c 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientWarningTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientWarningTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientWorkspaceApiKeyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientWorkspaceApiKeyTests.cs index c9cc667199..449cda677d 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientWorkspaceApiKeyTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientWorkspaceApiKeyTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientWorkspaceTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientWorkspaceTests.cs index 29cb10b40e..02de98c22b 100644 --- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientWorkspaceTests.cs +++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientWorkspaceTests.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Api/CourierApi.cs b/clients/client/dotnet/src/Ory.Client/Api/CourierApi.cs index ae26850903..e08a2ca48b 100644 --- a/clients/client/dotnet/src/Ory.Client/Api/CourierApi.cs +++ b/clients/client/dotnet/src/Ory.Client/Api/CourierApi.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Api/EventsApi.cs b/clients/client/dotnet/src/Ory.Client/Api/EventsApi.cs index 86b1236e98..aa8f3d37ec 100644 --- a/clients/client/dotnet/src/Ory.Client/Api/EventsApi.cs +++ b/clients/client/dotnet/src/Ory.Client/Api/EventsApi.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Api/FrontendApi.cs b/clients/client/dotnet/src/Ory.Client/Api/FrontendApi.cs index 3c2ffb8c11..7e7c927e98 100644 --- a/clients/client/dotnet/src/Ory.Client/Api/FrontendApi.cs +++ b/clients/client/dotnet/src/Ory.Client/Api/FrontendApi.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Api/IdentityApi.cs b/clients/client/dotnet/src/Ory.Client/Api/IdentityApi.cs index 7a54ad9a38..22dffba12d 100644 --- a/clients/client/dotnet/src/Ory.Client/Api/IdentityApi.cs +++ b/clients/client/dotnet/src/Ory.Client/Api/IdentityApi.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Api/JwkApi.cs b/clients/client/dotnet/src/Ory.Client/Api/JwkApi.cs index 51a3971475..66cdc687dc 100644 --- a/clients/client/dotnet/src/Ory.Client/Api/JwkApi.cs +++ b/clients/client/dotnet/src/Ory.Client/Api/JwkApi.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Api/MetadataApi.cs b/clients/client/dotnet/src/Ory.Client/Api/MetadataApi.cs index cfa3305919..397283d6dc 100644 --- a/clients/client/dotnet/src/Ory.Client/Api/MetadataApi.cs +++ b/clients/client/dotnet/src/Ory.Client/Api/MetadataApi.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Api/OAuth2Api.cs b/clients/client/dotnet/src/Ory.Client/Api/OAuth2Api.cs index 5a31ca0228..929e9c4340 100644 --- a/clients/client/dotnet/src/Ory.Client/Api/OAuth2Api.cs +++ b/clients/client/dotnet/src/Ory.Client/Api/OAuth2Api.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Api/OidcApi.cs b/clients/client/dotnet/src/Ory.Client/Api/OidcApi.cs index e669effed3..797cce0383 100644 --- a/clients/client/dotnet/src/Ory.Client/Api/OidcApi.cs +++ b/clients/client/dotnet/src/Ory.Client/Api/OidcApi.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Api/PermissionApi.cs b/clients/client/dotnet/src/Ory.Client/Api/PermissionApi.cs index 5ba16bb152..351fba61af 100644 --- a/clients/client/dotnet/src/Ory.Client/Api/PermissionApi.cs +++ b/clients/client/dotnet/src/Ory.Client/Api/PermissionApi.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Api/ProjectApi.cs b/clients/client/dotnet/src/Ory.Client/Api/ProjectApi.cs index f58e996810..86812a27fe 100644 --- a/clients/client/dotnet/src/Ory.Client/Api/ProjectApi.cs +++ b/clients/client/dotnet/src/Ory.Client/Api/ProjectApi.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ @@ -321,6 +321,33 @@ public interface IProjectApiSync : IApiAccessor /// ApiResponse of ClientSuccessfulProjectUpdate ApiResponse PatchProjectWithHttpInfo(string projectId, List? clientJsonPatch = default(List?), int operationIndex = 0); /// + /// Patch an Ory Network Project Configuration based on a revision ID + /// + /// + /// This endpoints allows you to patch individual Ory Network Project configuration keys for Ory's services (identity, permission, ...). The configuration format is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version. If you have an older version of a configuration, you should set the version key in the payload! While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source. For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed. + /// + /// Thrown when fails to make API call + /// Project ID The project's ID. + /// Revision ID The revision ID that this patch was generated for. + /// (optional) + /// Index associated with the operation. + /// ClientSuccessfulProjectUpdate + ClientSuccessfulProjectUpdate PatchProjectWithRevision(string projectId, string revisionId, List? clientJsonPatch = default(List?), int operationIndex = 0); + + /// + /// Patch an Ory Network Project Configuration based on a revision ID + /// + /// + /// This endpoints allows you to patch individual Ory Network Project configuration keys for Ory's services (identity, permission, ...). The configuration format is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version. If you have an older version of a configuration, you should set the version key in the payload! While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source. For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed. + /// + /// Thrown when fails to make API call + /// Project ID The project's ID. + /// Revision ID The revision ID that this patch was generated for. + /// (optional) + /// Index associated with the operation. + /// ApiResponse of ClientSuccessfulProjectUpdate + ApiResponse PatchProjectWithRevisionWithHttpInfo(string projectId, string revisionId, List? clientJsonPatch = default(List?), int operationIndex = 0); + /// /// Irrecoverably purge a project /// /// @@ -746,6 +773,35 @@ public interface IProjectApiAsync : IApiAccessor /// Task of ApiResponse (ClientSuccessfulProjectUpdate) System.Threading.Tasks.Task> PatchProjectWithHttpInfoAsync(string projectId, List? clientJsonPatch = default(List?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); /// + /// Patch an Ory Network Project Configuration based on a revision ID + /// + /// + /// This endpoints allows you to patch individual Ory Network Project configuration keys for Ory's services (identity, permission, ...). The configuration format is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version. If you have an older version of a configuration, you should set the version key in the payload! While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source. For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed. + /// + /// Thrown when fails to make API call + /// Project ID The project's ID. + /// Revision ID The revision ID that this patch was generated for. + /// (optional) + /// Index associated with the operation. + /// Cancellation Token to cancel the request. + /// Task of ClientSuccessfulProjectUpdate + System.Threading.Tasks.Task PatchProjectWithRevisionAsync(string projectId, string revisionId, List? clientJsonPatch = default(List?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Patch an Ory Network Project Configuration based on a revision ID + /// + /// + /// This endpoints allows you to patch individual Ory Network Project configuration keys for Ory's services (identity, permission, ...). The configuration format is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version. If you have an older version of a configuration, you should set the version key in the payload! While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source. For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed. + /// + /// Thrown when fails to make API call + /// Project ID The project's ID. + /// Revision ID The revision ID that this patch was generated for. + /// (optional) + /// Index associated with the operation. + /// Cancellation Token to cancel the request. + /// Task of ApiResponse (ClientSuccessfulProjectUpdate) + System.Threading.Tasks.Task> PatchProjectWithRevisionWithHttpInfoAsync(string projectId, string revisionId, List? clientJsonPatch = default(List?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + /// /// Irrecoverably purge a project /// /// @@ -2927,6 +2983,188 @@ public Ory.Client.Client.ApiResponse> ListProjectsWi return localVarResponse; } + /// + /// Patch an Ory Network Project Configuration based on a revision ID This endpoints allows you to patch individual Ory Network Project configuration keys for Ory's services (identity, permission, ...). The configuration format is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version. If you have an older version of a configuration, you should set the version key in the payload! While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source. For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed. + /// + /// Thrown when fails to make API call + /// Project ID The project's ID. + /// Revision ID The revision ID that this patch was generated for. + /// (optional) + /// Index associated with the operation. + /// ClientSuccessfulProjectUpdate + public ClientSuccessfulProjectUpdate PatchProjectWithRevision(string projectId, string revisionId, List? clientJsonPatch = default(List?), int operationIndex = 0) + { + Ory.Client.Client.ApiResponse localVarResponse = PatchProjectWithRevisionWithHttpInfo(projectId, revisionId, clientJsonPatch); + return localVarResponse.Data; + } + + /// + /// Patch an Ory Network Project Configuration based on a revision ID This endpoints allows you to patch individual Ory Network Project configuration keys for Ory's services (identity, permission, ...). The configuration format is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version. If you have an older version of a configuration, you should set the version key in the payload! While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source. For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed. + /// + /// Thrown when fails to make API call + /// Project ID The project's ID. + /// Revision ID The revision ID that this patch was generated for. + /// (optional) + /// Index associated with the operation. + /// ApiResponse of ClientSuccessfulProjectUpdate + public Ory.Client.Client.ApiResponse PatchProjectWithRevisionWithHttpInfo(string projectId, string revisionId, List? clientJsonPatch = default(List?), int operationIndex = 0) + { + // verify the required parameter 'projectId' is set + if (projectId == null) + { + throw new Ory.Client.Client.ApiException(400, "Missing required parameter 'projectId' when calling ProjectApi->PatchProjectWithRevision"); + } + + // verify the required parameter 'revisionId' is set + if (revisionId == null) + { + throw new Ory.Client.Client.ApiException(400, "Missing required parameter 'revisionId' when calling ProjectApi->PatchProjectWithRevision"); + } + + Ory.Client.Client.RequestOptions localVarRequestOptions = new Ory.Client.Client.RequestOptions(); + + string[] _contentTypes = new string[] { + "application/json" + }; + + // to determine the Accept header + string[] _accepts = new string[] { + "application/json" + }; + + var localVarContentType = Ory.Client.Client.ClientUtils.SelectHeaderContentType(_contentTypes); + if (localVarContentType != null) + { + localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType); + } + + var localVarAccept = Ory.Client.Client.ClientUtils.SelectHeaderAccept(_accepts); + if (localVarAccept != null) + { + localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept); + } + + localVarRequestOptions.PathParameters.Add("project_id", Ory.Client.Client.ClientUtils.ParameterToString(projectId)); // path parameter + localVarRequestOptions.PathParameters.Add("revision_id", Ory.Client.Client.ClientUtils.ParameterToString(revisionId)); // path parameter + localVarRequestOptions.Data = clientJsonPatch; + + localVarRequestOptions.Operation = "ProjectApi.PatchProjectWithRevision"; + localVarRequestOptions.OperationIndex = operationIndex; + + // authentication (oryWorkspaceApiKey) required + // bearer authentication required + if (!string.IsNullOrEmpty(this.Configuration.AccessToken) && !localVarRequestOptions.HeaderParameters.ContainsKey("Authorization")) + { + localVarRequestOptions.HeaderParameters.Add("Authorization", "Bearer " + this.Configuration.AccessToken); + } + + // make the HTTP request + var localVarResponse = this.Client.Patch("/projects/{project_id}/revision/{revision_id}", localVarRequestOptions, this.Configuration); + if (this.ExceptionFactory != null) + { + Exception _exception = this.ExceptionFactory("PatchProjectWithRevision", localVarResponse); + if (_exception != null) + { + throw _exception; + } + } + + return localVarResponse; + } + + /// + /// Patch an Ory Network Project Configuration based on a revision ID This endpoints allows you to patch individual Ory Network Project configuration keys for Ory's services (identity, permission, ...). The configuration format is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version. If you have an older version of a configuration, you should set the version key in the payload! While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source. For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed. + /// + /// Thrown when fails to make API call + /// Project ID The project's ID. + /// Revision ID The revision ID that this patch was generated for. + /// (optional) + /// Index associated with the operation. + /// Cancellation Token to cancel the request. + /// Task of ClientSuccessfulProjectUpdate + public async System.Threading.Tasks.Task PatchProjectWithRevisionAsync(string projectId, string revisionId, List? clientJsonPatch = default(List?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + Ory.Client.Client.ApiResponse localVarResponse = await PatchProjectWithRevisionWithHttpInfoAsync(projectId, revisionId, clientJsonPatch, operationIndex, cancellationToken).ConfigureAwait(false); + return localVarResponse.Data; + } + + /// + /// Patch an Ory Network Project Configuration based on a revision ID This endpoints allows you to patch individual Ory Network Project configuration keys for Ory's services (identity, permission, ...). The configuration format is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version. If you have an older version of a configuration, you should set the version key in the payload! While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source. For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed. + /// + /// Thrown when fails to make API call + /// Project ID The project's ID. + /// Revision ID The revision ID that this patch was generated for. + /// (optional) + /// Index associated with the operation. + /// Cancellation Token to cancel the request. + /// Task of ApiResponse (ClientSuccessfulProjectUpdate) + public async System.Threading.Tasks.Task> PatchProjectWithRevisionWithHttpInfoAsync(string projectId, string revisionId, List? clientJsonPatch = default(List?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + // verify the required parameter 'projectId' is set + if (projectId == null) + { + throw new Ory.Client.Client.ApiException(400, "Missing required parameter 'projectId' when calling ProjectApi->PatchProjectWithRevision"); + } + + // verify the required parameter 'revisionId' is set + if (revisionId == null) + { + throw new Ory.Client.Client.ApiException(400, "Missing required parameter 'revisionId' when calling ProjectApi->PatchProjectWithRevision"); + } + + + Ory.Client.Client.RequestOptions localVarRequestOptions = new Ory.Client.Client.RequestOptions(); + + string[] _contentTypes = new string[] { + "application/json" + }; + + // to determine the Accept header + string[] _accepts = new string[] { + "application/json" + }; + + var localVarContentType = Ory.Client.Client.ClientUtils.SelectHeaderContentType(_contentTypes); + if (localVarContentType != null) + { + localVarRequestOptions.HeaderParameters.Add("Content-Type", localVarContentType); + } + + var localVarAccept = Ory.Client.Client.ClientUtils.SelectHeaderAccept(_accepts); + if (localVarAccept != null) + { + localVarRequestOptions.HeaderParameters.Add("Accept", localVarAccept); + } + + localVarRequestOptions.PathParameters.Add("project_id", Ory.Client.Client.ClientUtils.ParameterToString(projectId)); // path parameter + localVarRequestOptions.PathParameters.Add("revision_id", Ory.Client.Client.ClientUtils.ParameterToString(revisionId)); // path parameter + localVarRequestOptions.Data = clientJsonPatch; + + localVarRequestOptions.Operation = "ProjectApi.PatchProjectWithRevision"; + localVarRequestOptions.OperationIndex = operationIndex; + + // authentication (oryWorkspaceApiKey) required + // bearer authentication required + if (!string.IsNullOrEmpty(this.Configuration.AccessToken) && !localVarRequestOptions.HeaderParameters.ContainsKey("Authorization")) + { + localVarRequestOptions.HeaderParameters.Add("Authorization", "Bearer " + this.Configuration.AccessToken); + } + + // make the HTTP request + var localVarResponse = await this.AsynchronousClient.PatchAsync("/projects/{project_id}/revision/{revision_id}", localVarRequestOptions, this.Configuration, cancellationToken).ConfigureAwait(false); + + if (this.ExceptionFactory != null) + { + Exception _exception = this.ExceptionFactory("PatchProjectWithRevision", localVarResponse); + if (_exception != null) + { + throw _exception; + } + } + + return localVarResponse; + } + /// /// Irrecoverably purge a project !! Use with extreme caution !! Using this API endpoint you can purge (completely delete) a project and its data. This action can not be undone and will delete ALL your data. Calling this endpoint will additionally delete custom domains and other related data. If the project is linked to a subscription, the subscription needs to be unlinked first. /// diff --git a/clients/client/dotnet/src/Ory.Client/Api/RelationshipApi.cs b/clients/client/dotnet/src/Ory.Client/Api/RelationshipApi.cs index 3729f35048..6056848d7d 100644 --- a/clients/client/dotnet/src/Ory.Client/Api/RelationshipApi.cs +++ b/clients/client/dotnet/src/Ory.Client/Api/RelationshipApi.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Api/WellknownApi.cs b/clients/client/dotnet/src/Ory.Client/Api/WellknownApi.cs index 766783c72e..8267c3db56 100644 --- a/clients/client/dotnet/src/Ory.Client/Api/WellknownApi.cs +++ b/clients/client/dotnet/src/Ory.Client/Api/WellknownApi.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Api/WorkspaceApi.cs b/clients/client/dotnet/src/Ory.Client/Api/WorkspaceApi.cs index 676829bd95..82d5170355 100644 --- a/clients/client/dotnet/src/Ory.Client/Api/WorkspaceApi.cs +++ b/clients/client/dotnet/src/Ory.Client/Api/WorkspaceApi.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Client/ApiClient.cs b/clients/client/dotnet/src/Ory.Client/Client/ApiClient.cs index d499dc7c61..cd9f3ab1d6 100644 --- a/clients/client/dotnet/src/Ory.Client/Client/ApiClient.cs +++ b/clients/client/dotnet/src/Ory.Client/Client/ApiClient.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Client/ApiException.cs b/clients/client/dotnet/src/Ory.Client/Client/ApiException.cs index ab39c42376..7f02571280 100644 --- a/clients/client/dotnet/src/Ory.Client/Client/ApiException.cs +++ b/clients/client/dotnet/src/Ory.Client/Client/ApiException.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Client/ApiResponse.cs b/clients/client/dotnet/src/Ory.Client/Client/ApiResponse.cs index a14336ac0a..f0c191b765 100644 --- a/clients/client/dotnet/src/Ory.Client/Client/ApiResponse.cs +++ b/clients/client/dotnet/src/Ory.Client/Client/ApiResponse.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Client/Auth/OAuthAuthenticator.cs b/clients/client/dotnet/src/Ory.Client/Client/Auth/OAuthAuthenticator.cs index 0fdb585534..e2d46b6675 100644 --- a/clients/client/dotnet/src/Ory.Client/Client/Auth/OAuthAuthenticator.cs +++ b/clients/client/dotnet/src/Ory.Client/Client/Auth/OAuthAuthenticator.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Client/Auth/OAuthFlow.cs b/clients/client/dotnet/src/Ory.Client/Client/Auth/OAuthFlow.cs index 81732d46a2..eb9031bc62 100644 --- a/clients/client/dotnet/src/Ory.Client/Client/Auth/OAuthFlow.cs +++ b/clients/client/dotnet/src/Ory.Client/Client/Auth/OAuthFlow.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Client/Auth/TokenResponse.cs b/clients/client/dotnet/src/Ory.Client/Client/Auth/TokenResponse.cs index 58df565cb4..2952a70bdb 100644 --- a/clients/client/dotnet/src/Ory.Client/Client/Auth/TokenResponse.cs +++ b/clients/client/dotnet/src/Ory.Client/Client/Auth/TokenResponse.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Client/ClientUtils.cs b/clients/client/dotnet/src/Ory.Client/Client/ClientUtils.cs index 0424fb787f..2e55d7a876 100644 --- a/clients/client/dotnet/src/Ory.Client/Client/ClientUtils.cs +++ b/clients/client/dotnet/src/Ory.Client/Client/ClientUtils.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Client/Configuration.cs b/clients/client/dotnet/src/Ory.Client/Client/Configuration.cs index 61e6694af1..04ba10c1da 100644 --- a/clients/client/dotnet/src/Ory.Client/Client/Configuration.cs +++ b/clients/client/dotnet/src/Ory.Client/Client/Configuration.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ @@ -35,7 +35,7 @@ public class Configuration : IReadableConfiguration /// Version of the package. /// /// Version of the package. - public const string Version = "1.14.5"; + public const string Version = "1.15.0"; /// /// Identifier for ISO 8601 DateTime Format @@ -119,7 +119,7 @@ public class Configuration : IReadableConfiguration public Configuration() { Proxy = null; - UserAgent = WebUtility.UrlEncode("OpenAPI-Generator/1.14.5/csharp"); + UserAgent = WebUtility.UrlEncode("OpenAPI-Generator/1.15.0/csharp"); BasePath = "https://.projects.oryapis.com"; DefaultHeaders = new ConcurrentDictionary(); ApiKey = new ConcurrentDictionary(); @@ -337,6 +337,18 @@ public Configuration() }, } }, + { + "ProjectApi.PatchProjectWithRevision", new List> + { + { + new Dictionary + { + {"url", "https://api.console.ory.sh"}, + {"description", "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces."} + } + }, + } + }, { "ProjectApi.PurgeProject", new List> { @@ -911,8 +923,8 @@ public static string ToDebugReport() string report = "C# SDK (Ory.Client) Debug Report:\n"; report += " OS: " + System.Environment.OSVersion + "\n"; report += " .NET Framework Version: " + System.Environment.Version + "\n"; - report += " Version of the API: v1.14.5\n"; - report += " SDK Package Version: 1.14.5\n"; + report += " Version of the API: v1.15.0\n"; + report += " SDK Package Version: 1.15.0\n"; return report; } diff --git a/clients/client/dotnet/src/Ory.Client/Client/ExceptionFactory.cs b/clients/client/dotnet/src/Ory.Client/Client/ExceptionFactory.cs index 7cfaf2fed9..6cac3eb28f 100644 --- a/clients/client/dotnet/src/Ory.Client/Client/ExceptionFactory.cs +++ b/clients/client/dotnet/src/Ory.Client/Client/ExceptionFactory.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Client/GlobalConfiguration.cs b/clients/client/dotnet/src/Ory.Client/Client/GlobalConfiguration.cs index a583395c19..3ea60f9022 100644 --- a/clients/client/dotnet/src/Ory.Client/Client/GlobalConfiguration.cs +++ b/clients/client/dotnet/src/Ory.Client/Client/GlobalConfiguration.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Client/HttpMethod.cs b/clients/client/dotnet/src/Ory.Client/Client/HttpMethod.cs index 33d04d2682..78cc843d55 100644 --- a/clients/client/dotnet/src/Ory.Client/Client/HttpMethod.cs +++ b/clients/client/dotnet/src/Ory.Client/Client/HttpMethod.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Client/IApiAccessor.cs b/clients/client/dotnet/src/Ory.Client/Client/IApiAccessor.cs index a50a2a2698..bc952c27ae 100644 --- a/clients/client/dotnet/src/Ory.Client/Client/IApiAccessor.cs +++ b/clients/client/dotnet/src/Ory.Client/Client/IApiAccessor.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Client/IAsynchronousClient.cs b/clients/client/dotnet/src/Ory.Client/Client/IAsynchronousClient.cs index 333e95d100..2c6f9dca02 100644 --- a/clients/client/dotnet/src/Ory.Client/Client/IAsynchronousClient.cs +++ b/clients/client/dotnet/src/Ory.Client/Client/IAsynchronousClient.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Client/IReadableConfiguration.cs b/clients/client/dotnet/src/Ory.Client/Client/IReadableConfiguration.cs index 32dc315f53..bd9e6df0c4 100644 --- a/clients/client/dotnet/src/Ory.Client/Client/IReadableConfiguration.cs +++ b/clients/client/dotnet/src/Ory.Client/Client/IReadableConfiguration.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Client/ISynchronousClient.cs b/clients/client/dotnet/src/Ory.Client/Client/ISynchronousClient.cs index 111dd17b49..a26df58014 100644 --- a/clients/client/dotnet/src/Ory.Client/Client/ISynchronousClient.cs +++ b/clients/client/dotnet/src/Ory.Client/Client/ISynchronousClient.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Client/Multimap.cs b/clients/client/dotnet/src/Ory.Client/Client/Multimap.cs index 0c20623e61..834fc73b58 100644 --- a/clients/client/dotnet/src/Ory.Client/Client/Multimap.cs +++ b/clients/client/dotnet/src/Ory.Client/Client/Multimap.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Client/OpenAPIDateConverter.cs b/clients/client/dotnet/src/Ory.Client/Client/OpenAPIDateConverter.cs index f878bcdc6f..8d252a7b58 100644 --- a/clients/client/dotnet/src/Ory.Client/Client/OpenAPIDateConverter.cs +++ b/clients/client/dotnet/src/Ory.Client/Client/OpenAPIDateConverter.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Client/RequestOptions.cs b/clients/client/dotnet/src/Ory.Client/Client/RequestOptions.cs index 4dc330edf4..062aaec290 100644 --- a/clients/client/dotnet/src/Ory.Client/Client/RequestOptions.cs +++ b/clients/client/dotnet/src/Ory.Client/Client/RequestOptions.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Client/RetryConfiguration.cs b/clients/client/dotnet/src/Ory.Client/Client/RetryConfiguration.cs index dfc9021718..59705f6927 100644 --- a/clients/client/dotnet/src/Ory.Client/Client/RetryConfiguration.cs +++ b/clients/client/dotnet/src/Ory.Client/Client/RetryConfiguration.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/AbstractOpenAPISchema.cs b/clients/client/dotnet/src/Ory.Client/Model/AbstractOpenAPISchema.cs index 8feeabd4bb..6e68ac883c 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/AbstractOpenAPISchema.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/AbstractOpenAPISchema.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientAcceptOAuth2ConsentRequest.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientAcceptOAuth2ConsentRequest.cs index 1bd77b0f96..5790fb6220 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientAcceptOAuth2ConsentRequest.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientAcceptOAuth2ConsentRequest.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientAcceptOAuth2ConsentRequestSession.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientAcceptOAuth2ConsentRequestSession.cs index d33f12f46e..016e42d4be 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientAcceptOAuth2ConsentRequestSession.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientAcceptOAuth2ConsentRequestSession.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientAcceptOAuth2LoginRequest.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientAcceptOAuth2LoginRequest.cs index 041810cb0a..e256defd59 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientAcceptOAuth2LoginRequest.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientAcceptOAuth2LoginRequest.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientAccountExperienceConfiguration.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientAccountExperienceConfiguration.cs index 3a31b640f4..aa314c5d65 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientAccountExperienceConfiguration.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientAccountExperienceConfiguration.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientAccountExperienceThemeVariables.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientAccountExperienceThemeVariables.cs index ec8d12532c..b55ee4157f 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientAccountExperienceThemeVariables.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientAccountExperienceThemeVariables.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientActiveProjectInConsole.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientActiveProjectInConsole.cs index f01effdec7..b2305c8639 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientActiveProjectInConsole.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientActiveProjectInConsole.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientAddProjectToWorkspaceBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientAddProjectToWorkspaceBody.cs index 243234d583..9a18beaeb8 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientAddProjectToWorkspaceBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientAddProjectToWorkspaceBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientAttribute.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientAttribute.cs index a1984283c8..0b6f518dde 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientAttribute.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientAttribute.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientAttributeFilter.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientAttributeFilter.cs index 572644cc65..3e18fbc1d3 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientAttributeFilter.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientAttributeFilter.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientAttributesCountDatapoint.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientAttributesCountDatapoint.cs index 615acbfe9e..c50087df65 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientAttributesCountDatapoint.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientAttributesCountDatapoint.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientAuthenticatorAssuranceLevel.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientAuthenticatorAssuranceLevel.cs index 00eadf80c2..4fd4c02b47 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientAuthenticatorAssuranceLevel.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientAuthenticatorAssuranceLevel.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientBatchCheckPermissionBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientBatchCheckPermissionBody.cs index 1acc6794e4..65da7878bd 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientBatchCheckPermissionBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientBatchCheckPermissionBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientBatchCheckPermissionResult.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientBatchCheckPermissionResult.cs index a0c4c5677b..3673aa591a 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientBatchCheckPermissionResult.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientBatchCheckPermissionResult.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientBatchPatchIdentitiesResponse.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientBatchPatchIdentitiesResponse.cs index 9ea13b01d9..f1729bcddb 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientBatchPatchIdentitiesResponse.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientBatchPatchIdentitiesResponse.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientBillingPeriodBucket.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientBillingPeriodBucket.cs index 3b825cc26c..ce87229955 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientBillingPeriodBucket.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientBillingPeriodBucket.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCheckOplSyntaxResult.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCheckOplSyntaxResult.cs index 368262627f..1665dbb353 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientCheckOplSyntaxResult.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCheckOplSyntaxResult.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCheckPermissionResult.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCheckPermissionResult.cs index 597daed1ca..77df01b3c5 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientCheckPermissionResult.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCheckPermissionResult.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCheckPermissionResultWithError.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCheckPermissionResultWithError.cs index feb5095b4d..ebe018cd0a 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientCheckPermissionResultWithError.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCheckPermissionResultWithError.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCloudAccount.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCloudAccount.cs index 31b560ade7..ed83689cf6 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientCloudAccount.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCloudAccount.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientConsistencyRequestParameters.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientConsistencyRequestParameters.cs index 256d5a1106..0d4a32ed94 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientConsistencyRequestParameters.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientConsistencyRequestParameters.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWith.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWith.cs index 31184204f5..09594a36b3 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWith.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWith.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithRecoveryUi.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithRecoveryUi.cs index 90fb1393ba..3b8330aa99 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithRecoveryUi.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithRecoveryUi.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithRecoveryUiFlow.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithRecoveryUiFlow.cs index 5f0ffc5ac5..58d31c8a56 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithRecoveryUiFlow.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithRecoveryUiFlow.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithRedirectBrowserTo.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithRedirectBrowserTo.cs index 56a4d784e0..93cf8deba2 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithRedirectBrowserTo.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithRedirectBrowserTo.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithSetOrySessionToken.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithSetOrySessionToken.cs index 4b5dea879e..952fef2328 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithSetOrySessionToken.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithSetOrySessionToken.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithSettingsUi.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithSettingsUi.cs index b655ab7e67..2ea32bce0b 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithSettingsUi.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithSettingsUi.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithSettingsUiFlow.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithSettingsUiFlow.cs index c085f11d2f..2b4ed63d1f 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithSettingsUiFlow.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithSettingsUiFlow.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithVerificationUi.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithVerificationUi.cs index efc8287556..e2060fc1bf 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithVerificationUi.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithVerificationUi.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithVerificationUiFlow.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithVerificationUiFlow.cs index 184c116022..81b0c9261e 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithVerificationUiFlow.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithVerificationUiFlow.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCourierMessageStatus.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCourierMessageStatus.cs index 6432ea6a89..b9dd450159 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientCourierMessageStatus.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCourierMessageStatus.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCourierMessageType.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCourierMessageType.cs index 91f53164fd..82abe3b87a 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientCourierMessageType.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCourierMessageType.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateCustomDomainBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateCustomDomainBody.cs index 3669a2af31..e1cca44ce7 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateCustomDomainBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateCustomDomainBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateEventStreamBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateEventStreamBody.cs index c03b1fa18a..e51c578e34 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateEventStreamBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateEventStreamBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateIdentityBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateIdentityBody.cs index 0de8d6bee2..04797f145d 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateIdentityBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateIdentityBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateInviteResponse.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateInviteResponse.cs index e0cc596769..16bc3687ec 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateInviteResponse.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateInviteResponse.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateJsonWebKeySet.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateJsonWebKeySet.cs index 4b34547a25..76b2966309 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateJsonWebKeySet.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateJsonWebKeySet.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectApiKeyRequest.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectApiKeyRequest.cs index c4291134fe..cf049a7549 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectApiKeyRequest.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectApiKeyRequest.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectBody.cs index d0eb7d4eb7..e2bfa1c10d 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectBranding.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectBranding.cs index 17e2c671a6..f288c77506 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectBranding.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectBranding.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectMemberInviteBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectMemberInviteBody.cs index fb7e7a890f..76b0f9734f 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectMemberInviteBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectMemberInviteBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectNormalizedPayload.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectNormalizedPayload.cs index f57d69e7db..b31ce2df78 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectNormalizedPayload.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectNormalizedPayload.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateRecoveryCodeForIdentityBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateRecoveryCodeForIdentityBody.cs index 73129a0910..a6c29a2248 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateRecoveryCodeForIdentityBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateRecoveryCodeForIdentityBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateRecoveryLinkForIdentityBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateRecoveryLinkForIdentityBody.cs index 00e89a389e..2fa64c50ec 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateRecoveryLinkForIdentityBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateRecoveryLinkForIdentityBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateRelationshipBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateRelationshipBody.cs index b4f08ed247..5b89dd85a6 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateRelationshipBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateRelationshipBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateSubscriptionBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateSubscriptionBody.cs index e5ab8a9938..4064ca6f73 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateSubscriptionBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateSubscriptionBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateSubscriptionCommon.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateSubscriptionCommon.cs index 2314902e70..b4c33a628d 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateSubscriptionCommon.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateSubscriptionCommon.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateVerifiableCredentialRequestBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateVerifiableCredentialRequestBody.cs index 53f13740e5..6cf1c4ce87 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateVerifiableCredentialRequestBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateVerifiableCredentialRequestBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateWorkspaceApiKeyBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateWorkspaceApiKeyBody.cs index 9069512606..7822f1aed3 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateWorkspaceApiKeyBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateWorkspaceApiKeyBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateWorkspaceBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateWorkspaceBody.cs index 5b31326d5a..29d8ab3b02 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateWorkspaceBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateWorkspaceBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateWorkspaceMemberInviteBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateWorkspaceMemberInviteBody.cs index 8653fd9b09..d24cb73cbf 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateWorkspaceMemberInviteBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateWorkspaceMemberInviteBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateWorkspaceSubscriptionBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateWorkspaceSubscriptionBody.cs index 11e9c7fbcb..d9b676ff5f 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateWorkspaceSubscriptionBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateWorkspaceSubscriptionBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCredentialSupportedDraft00.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCredentialSupportedDraft00.cs index 8c11715a41..4d4629220e 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientCredentialSupportedDraft00.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCredentialSupportedDraft00.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCustomDomain.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCustomDomain.cs index 59d7f52c47..d7254f5f7b 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientCustomDomain.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCustomDomain.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientDeleteMySessionsCount.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientDeleteMySessionsCount.cs index a1a0dc5d3e..27fe4e89ea 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientDeleteMySessionsCount.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientDeleteMySessionsCount.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientEmailTemplateData.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientEmailTemplateData.cs index 0283050008..51919b3f27 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientEmailTemplateData.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientEmailTemplateData.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientEmailTemplateDataBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientEmailTemplateDataBody.cs index 21c9b12b54..457b222908 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientEmailTemplateDataBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientEmailTemplateDataBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientErrorAuthenticatorAssuranceLevelNotSatisfied.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientErrorAuthenticatorAssuranceLevelNotSatisfied.cs index ac9518576a..3d350df1e0 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientErrorAuthenticatorAssuranceLevelNotSatisfied.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientErrorAuthenticatorAssuranceLevelNotSatisfied.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientErrorBrowserLocationChangeRequired.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientErrorBrowserLocationChangeRequired.cs index 46f6ebba5a..a162143f66 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientErrorBrowserLocationChangeRequired.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientErrorBrowserLocationChangeRequired.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientErrorFlowReplaced.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientErrorFlowReplaced.cs index 4be895f81e..218eba3215 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientErrorFlowReplaced.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientErrorFlowReplaced.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientErrorGeneric.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientErrorGeneric.cs index ea36f29546..ee37661152 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientErrorGeneric.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientErrorGeneric.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientErrorOAuth2.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientErrorOAuth2.cs index 78dbcc75bf..a23f77039e 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientErrorOAuth2.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientErrorOAuth2.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientEventStream.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientEventStream.cs index 51e2b83aff..5009ee7375 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientEventStream.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientEventStream.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientExpandedPermissionTree.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientExpandedPermissionTree.cs index f911bab17d..ae669447dd 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientExpandedPermissionTree.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientExpandedPermissionTree.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientFlowError.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientFlowError.cs index c93e404e35..5393159e79 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientFlowError.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientFlowError.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientGenericError.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientGenericError.cs index cceea1bb20..5fcaf212be 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientGenericError.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientGenericError.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientGenericErrorContent.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientGenericErrorContent.cs index b4b56c252e..4b0d033b88 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientGenericErrorContent.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientGenericErrorContent.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientGenericUsage.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientGenericUsage.cs index d6fcca36d8..411e06667d 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientGenericUsage.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientGenericUsage.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientGetAttributesCountResponse.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientGetAttributesCountResponse.cs index b141b7443d..57a17cba4e 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientGetAttributesCountResponse.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientGetAttributesCountResponse.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientGetManagedIdentitySchemaLocation.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientGetManagedIdentitySchemaLocation.cs index 5a612c6749..fa006f635c 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientGetManagedIdentitySchemaLocation.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientGetManagedIdentitySchemaLocation.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientGetMetricsEventAttributesResponse.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientGetMetricsEventAttributesResponse.cs index 7aabacd4a4..fae08f4e01 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientGetMetricsEventAttributesResponse.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientGetMetricsEventAttributesResponse.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientGetMetricsEventTypesResponse.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientGetMetricsEventTypesResponse.cs index 57e5fc8344..047c2339c1 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientGetMetricsEventTypesResponse.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientGetMetricsEventTypesResponse.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientGetOrganizationResponse.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientGetOrganizationResponse.cs index f3cfc6a44c..74f588b78c 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientGetOrganizationResponse.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientGetOrganizationResponse.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientGetProjectEventsBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientGetProjectEventsBody.cs index f132252a09..8302e32a53 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientGetProjectEventsBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientGetProjectEventsBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientGetProjectEventsResponse.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientGetProjectEventsResponse.cs index e3326be3da..c154738823 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientGetProjectEventsResponse.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientGetProjectEventsResponse.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientGetProjectMetricsResponse.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientGetProjectMetricsResponse.cs index ab2bfa57f1..ccdf456a0a 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientGetProjectMetricsResponse.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientGetProjectMetricsResponse.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientGetSessionActivityResponse.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientGetSessionActivityResponse.cs index 6a5e61d312..3d5ef7cbda 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientGetSessionActivityResponse.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientGetSessionActivityResponse.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientGetVersion200Response.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientGetVersion200Response.cs index 2d9873a2cc..9d60a2b260 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientGetVersion200Response.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientGetVersion200Response.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientHealthNotReadyStatus.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientHealthNotReadyStatus.cs index 392d41a106..9d9806787d 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientHealthNotReadyStatus.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientHealthNotReadyStatus.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientHealthStatus.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientHealthStatus.cs index ef6ccd041b..9afc3fda73 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientHealthStatus.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientHealthStatus.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentity.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentity.cs index b905c20111..2ab59df9f3 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentity.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentity.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentials.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentials.cs index c49a2aa883..24c6585511 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentials.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentials.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsCode.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsCode.cs index 07ff38407c..735e405985 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsCode.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsCode.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsOidc.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsOidc.cs index 20aea3d5e3..9eeceef50d 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsOidc.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsOidc.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsOidcProvider.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsOidcProvider.cs index d2507ecc2e..b11972e7df 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsOidcProvider.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsOidcProvider.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsPassword.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsPassword.cs index 8d3997a9fe..f2351690cc 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsPassword.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsPassword.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityPatch.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityPatch.cs index 9b742d9ba1..3b1414a608 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityPatch.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityPatch.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityPatchResponse.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityPatchResponse.cs index 1ab86c3b2c..75f3da3d17 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityPatchResponse.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityPatchResponse.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentitySchemaContainer.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentitySchemaContainer.cs index 502d2ccb44..f2370b0a04 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentitySchemaContainer.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentitySchemaContainer.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentitySchemaPreset.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentitySchemaPreset.cs index 2fa9fb2781..cd286053b1 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentitySchemaPreset.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentitySchemaPreset.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentials.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentials.cs index 4e440268be..e328bb0cf0 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentials.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentials.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsOidc.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsOidc.cs index dc0ca584dd..1d95c37bbd 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsOidc.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsOidc.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsOidcConfig.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsOidcConfig.cs index d698c732ca..ff52fc9806 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsOidcConfig.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsOidcConfig.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsOidcConfigProvider.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsOidcConfigProvider.cs index e500c63710..e5b1005db0 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsOidcConfigProvider.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsOidcConfigProvider.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsPassword.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsPassword.cs index 80b5df1311..76ba548976 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsPassword.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsPassword.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsPasswordConfig.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsPasswordConfig.cs index a0b1896c71..b226346f89 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsPasswordConfig.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsPasswordConfig.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientInternalGetProjectBrandingBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientInternalGetProjectBrandingBody.cs index f7ef4b61df..d87dd50afd 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientInternalGetProjectBrandingBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientInternalGetProjectBrandingBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientInternalIsAXWelcomeScreenEnabledForProjectBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientInternalIsAXWelcomeScreenEnabledForProjectBody.cs index 74d7675cdc..408605585f 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientInternalIsAXWelcomeScreenEnabledForProjectBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientInternalIsAXWelcomeScreenEnabledForProjectBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientInternalIsOwnerForProjectBySlugBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientInternalIsOwnerForProjectBySlugBody.cs index f59c5d127c..ae1140af61 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientInternalIsOwnerForProjectBySlugBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientInternalIsOwnerForProjectBySlugBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientInternalIsOwnerForProjectBySlugResponse.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientInternalIsOwnerForProjectBySlugResponse.cs index 699ff328a0..126b9872a4 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientInternalIsOwnerForProjectBySlugResponse.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientInternalIsOwnerForProjectBySlugResponse.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIntrospectedOAuth2Token.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIntrospectedOAuth2Token.cs index e5679d487a..39b5dc33fd 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientIntrospectedOAuth2Token.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIntrospectedOAuth2Token.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientInvoice.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientInvoice.cs index 0a142580f8..b16f9a6c7f 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientInvoice.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientInvoice.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientInvoiceDataV1.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientInvoiceDataV1.cs index 573cf7b8c1..ee976e3933 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientInvoiceDataV1.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientInvoiceDataV1.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIsOwnerForProjectBySlug.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIsOwnerForProjectBySlug.cs index 37abece81b..2068ea11a0 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientIsOwnerForProjectBySlug.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIsOwnerForProjectBySlug.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientJsonPatch.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientJsonPatch.cs index d02880fe7f..4272bbd3ca 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientJsonPatch.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientJsonPatch.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientJsonWebKey.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientJsonWebKey.cs index 194569d4fa..4b882e7da1 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientJsonWebKey.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientJsonWebKey.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientJsonWebKeySet.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientJsonWebKeySet.cs index c64e5dd00e..7bd25c9b92 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientJsonWebKeySet.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientJsonWebKeySet.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientKetoNamespace.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientKetoNamespace.cs index 604a3fcc2f..ca05eaa182 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientKetoNamespace.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientKetoNamespace.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientLineItemV1.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientLineItemV1.cs index 2ce9356d71..7f8f99c03a 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientLineItemV1.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientLineItemV1.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientListEventStreams.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientListEventStreams.cs index 8cdf27e8ea..b6a9115e39 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientListEventStreams.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientListEventStreams.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientListInvoicesResponse.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientListInvoicesResponse.cs index dc6fc0b585..af713aa988 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientListInvoicesResponse.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientListInvoicesResponse.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientListOrganizationsResponse.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientListOrganizationsResponse.cs index 73b87b0daa..1bd7d2ad59 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientListOrganizationsResponse.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientListOrganizationsResponse.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientListWorkspaceProjects.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientListWorkspaceProjects.cs index e8d2a26dad..d160618ab0 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientListWorkspaceProjects.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientListWorkspaceProjects.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientListWorkspaces.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientListWorkspaces.cs index ccaa209e87..39fc75f5a4 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientListWorkspaces.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientListWorkspaces.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientLoginFlow.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientLoginFlow.cs index 7c17b21f68..e4eef7016f 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientLoginFlow.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientLoginFlow.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientLoginFlowState.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientLoginFlowState.cs index 37cb889a5c..86b28ba2bb 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientLoginFlowState.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientLoginFlowState.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientLogoutFlow.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientLogoutFlow.cs index 50f028e845..fc38dc76f6 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientLogoutFlow.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientLogoutFlow.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientManagedIdentitySchema.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientManagedIdentitySchema.cs index 9dcdef9cd3..5f8d93f8ee 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientManagedIdentitySchema.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientManagedIdentitySchema.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientManagedIdentitySchemaValidationResult.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientManagedIdentitySchemaValidationResult.cs index 513c776d98..1b18359f8f 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientManagedIdentitySchemaValidationResult.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientManagedIdentitySchemaValidationResult.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientMemberInvite.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientMemberInvite.cs index 3cb7ba1fab..871176afac 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientMemberInvite.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientMemberInvite.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientMessage.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientMessage.cs index 1bb6891f7b..56d8bad84d 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientMessage.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientMessage.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientMessageDispatch.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientMessageDispatch.cs index 1470894680..308cdb14cb 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientMessageDispatch.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientMessageDispatch.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientMetricsDatapoint.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientMetricsDatapoint.cs index 5e3524b334..14361b82cd 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientMetricsDatapoint.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientMetricsDatapoint.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientMoney.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientMoney.cs index 07eff37362..9403d399ec 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientMoney.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientMoney.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientNamespace.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientNamespace.cs index 1413761c3f..dcb52d8b46 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientNamespace.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientNamespace.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientNeedsPrivilegedSessionError.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientNeedsPrivilegedSessionError.cs index 0c479e302d..a808b141b7 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientNeedsPrivilegedSessionError.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientNeedsPrivilegedSessionError.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProject.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProject.cs index a09d7b8352..441d121aec 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProject.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProject.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevision.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevision.cs index cd27a958f1..bca29f5ad1 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevision.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevision.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionCourierChannel.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionCourierChannel.cs index 695366da4b..96397cecc6 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionCourierChannel.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionCourierChannel.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionHook.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionHook.cs index 2e8a05ed17..1415ae0af2 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionHook.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionHook.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionIdentitySchema.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionIdentitySchema.cs index 46bf8eaccb..5b972d814e 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionIdentitySchema.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionIdentitySchema.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionThirdPartyProvider.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionThirdPartyProvider.cs index c8d1e616fb..0b8a108567 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionThirdPartyProvider.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionThirdPartyProvider.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionTokenizerTemplate.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionTokenizerTemplate.cs index defb3affc0..b9440e16e5 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionTokenizerTemplate.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionTokenizerTemplate.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2Client.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2Client.cs index a568535b3e..c30d3c10e3 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2Client.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2Client.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ClientTokenLifespans.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ClientTokenLifespans.cs index 655a4ecb2b..cdc2500dfc 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ClientTokenLifespans.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ClientTokenLifespans.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentRequest.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentRequest.cs index 00339bb12f..d27b640955 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentRequest.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentRequest.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentRequestOpenIDConnectContext.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentRequestOpenIDConnectContext.cs index d3eb72b5f8..58da6d6ec9 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentRequestOpenIDConnectContext.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentRequestOpenIDConnectContext.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentSession.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentSession.cs index 85b1da1116..f426a1cf93 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentSession.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentSession.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentSessionExpiresAt.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentSessionExpiresAt.cs index 5911d408d3..95837997a6 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentSessionExpiresAt.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentSessionExpiresAt.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2LoginRequest.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2LoginRequest.cs index 5966e120f5..d395539c17 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2LoginRequest.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2LoginRequest.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2LogoutRequest.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2LogoutRequest.cs index d1b940b194..7ceb82af3b 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2LogoutRequest.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2LogoutRequest.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2RedirectTo.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2RedirectTo.cs index 0f8df22b49..d6644f56de 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2RedirectTo.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2RedirectTo.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2TokenExchange.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2TokenExchange.cs index edff707c2e..08331797c5 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2TokenExchange.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2TokenExchange.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientOidcConfiguration.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientOidcConfiguration.cs index ed33554647..24b82f0f09 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientOidcConfiguration.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOidcConfiguration.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientOidcUserInfo.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientOidcUserInfo.cs index 7f63688756..db54a6ed6d 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientOidcUserInfo.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOidcUserInfo.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientOrganization.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientOrganization.cs index 940c012f36..db3a9838ee 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientOrganization.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOrganization.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientOrganizationBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientOrganizationBody.cs index f3d3e3b223..3098cb0d61 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientOrganizationBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOrganizationBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientPagination.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientPagination.cs index 3a964d233a..e2c4d3e0a1 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientPagination.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientPagination.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientPaginationHeaders.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientPaginationHeaders.cs index b3d3d1eff8..7d676c3291 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientPaginationHeaders.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientPaginationHeaders.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientParseError.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientParseError.cs index 0e99cad7bf..0ae5f76ae2 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientParseError.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientParseError.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientPatchIdentitiesBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientPatchIdentitiesBody.cs index 1d36fb58e0..5147d34d41 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientPatchIdentitiesBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientPatchIdentitiesBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientPerformNativeLogoutBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientPerformNativeLogoutBody.cs index 60e9d254e6..99bae19372 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientPerformNativeLogoutBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientPerformNativeLogoutBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientPermissionsOnWorkspace.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientPermissionsOnWorkspace.cs index 938a2882b2..59486eda62 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientPermissionsOnWorkspace.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientPermissionsOnWorkspace.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientPlan.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientPlan.cs index 5deb72c223..0727a3e905 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientPlan.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientPlan.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientPlanDetails.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientPlanDetails.cs index 0943b7fb00..5c945668ca 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientPlanDetails.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientPlanDetails.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientPostCheckPermissionBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientPostCheckPermissionBody.cs index a8b3cdb947..f064efc93e 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientPostCheckPermissionBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientPostCheckPermissionBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientPostCheckPermissionOrErrorBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientPostCheckPermissionOrErrorBody.cs index abf7b5189d..3d540907b0 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientPostCheckPermissionOrErrorBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientPostCheckPermissionOrErrorBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientProject.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientProject.cs index f01519abad..27a249aedd 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientProject.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProject.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectApiKey.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectApiKey.cs index 4ef3cb1517..3870631ff6 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectApiKey.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectApiKey.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectBranding.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectBranding.cs index aac6013f83..e709d6ebdd 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectBranding.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectBranding.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectBrandingColors.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectBrandingColors.cs index 19a95411e2..f5f65a0610 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectBrandingColors.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectBrandingColors.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectBrandingTheme.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectBrandingTheme.cs index e42021a4b3..4f79141c20 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectBrandingTheme.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectBrandingTheme.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectCors.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectCors.cs index 1b2fe37233..2ef455f38a 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectCors.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectCors.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectEventsDatapoint.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectEventsDatapoint.cs index 727937810f..98097d9020 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectEventsDatapoint.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectEventsDatapoint.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectHost.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectHost.cs index 035e1337ee..b89a2ce07a 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectHost.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectHost.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectMember.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectMember.cs index d6565c4064..45f1caeaed 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectMember.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectMember.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectMetadata.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectMetadata.cs index 3f78e972a8..0d8b220d90 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectMetadata.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectMetadata.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServiceIdentity.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServiceIdentity.cs index 1327134b8b..e1e20159f0 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServiceIdentity.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServiceIdentity.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServiceOAuth2.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServiceOAuth2.cs index 6ccf436552..a4666531bd 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServiceOAuth2.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServiceOAuth2.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServicePermission.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServicePermission.cs index 73df1c60fc..6db53b2fe6 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServicePermission.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServicePermission.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServices.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServices.cs index e20b20454d..d7e50fa035 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServices.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServices.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientQuotaUsage.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientQuotaUsage.cs index 817f42f4c9..aba55e7412 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientQuotaUsage.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientQuotaUsage.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ @@ -33,9 +33,9 @@ namespace Ory.Client.Model public partial class ClientQuotaUsage : IValidatableObject { /// - /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect /// - /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect [JsonConverter(typeof(StringEnumConverter))] public enum FeatureEnum { @@ -177,48 +177,54 @@ public enum FeatureEnum [EnumMember(Value = "permission_checks")] PermissionChecks = 23, + /// + /// Enum Captcha for value: captcha + /// + [EnumMember(Value = "captcha")] + Captcha = 24, + /// /// Enum DataLocationRegional for value: data_location_regional /// [EnumMember(Value = "data_location_regional")] - DataLocationRegional = 24, + DataLocationRegional = 25, /// /// Enum RateLimitTier for value: rate_limit_tier /// [EnumMember(Value = "rate_limit_tier")] - RateLimitTier = 25, + RateLimitTier = 26, /// /// Enum SessionRateLimitTier for value: session_rate_limit_tier /// [EnumMember(Value = "session_rate_limit_tier")] - SessionRateLimitTier = 26, + SessionRateLimitTier = 27, /// /// Enum IdentitiesListRateLimitTier for value: identities_list_rate_limit_tier /// [EnumMember(Value = "identities_list_rate_limit_tier")] - IdentitiesListRateLimitTier = 27, + IdentitiesListRateLimitTier = 28, /// /// Enum PermissionChecksRateLimitTier for value: permission_checks_rate_limit_tier /// [EnumMember(Value = "permission_checks_rate_limit_tier")] - PermissionChecksRateLimitTier = 28, + PermissionChecksRateLimitTier = 29, /// /// Enum Oauth2IntrospectRateLimitTier for value: oauth2_introspect_rate_limit_tier /// [EnumMember(Value = "oauth2_introspect_rate_limit_tier")] - Oauth2IntrospectRateLimitTier = 29 + Oauth2IntrospectRateLimitTier = 30 } /// - /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect /// - /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect [DataMember(Name = "feature", IsRequired = true, EmitDefaultValue = true)] public FeatureEnum Feature { get; set; } /// @@ -234,7 +240,7 @@ protected ClientQuotaUsage() /// /// The additional price per unit in cents. (required). /// canUseMore (required). - /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect (required). + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect (required). /// featureAvailable (required). /// included (required). /// used (required). diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientRFC6749ErrorJson.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientRFC6749ErrorJson.cs index c4b1eda981..7da547a502 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientRFC6749ErrorJson.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRFC6749ErrorJson.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryCodeForIdentity.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryCodeForIdentity.cs index 26aaffe083..e265b37dce 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryCodeForIdentity.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryCodeForIdentity.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryFlow.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryFlow.cs index 55e64e93ca..1370553da6 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryFlow.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryFlow.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryFlowState.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryFlowState.cs index f2992c89b1..44e5549cc7 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryFlowState.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryFlowState.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryIdentityAddress.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryIdentityAddress.cs index 314368df60..16c5f2aac0 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryIdentityAddress.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryIdentityAddress.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryLinkForIdentity.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryLinkForIdentity.cs index 093e12ac2f..e8171bde7e 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryLinkForIdentity.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryLinkForIdentity.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientRegistrationFlow.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientRegistrationFlow.cs index 2778b55ab4..9d154c64a0 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientRegistrationFlow.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRegistrationFlow.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientRegistrationFlowState.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientRegistrationFlowState.cs index 90a20b19a9..b57319e0d3 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientRegistrationFlowState.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRegistrationFlowState.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientRejectOAuth2Request.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientRejectOAuth2Request.cs index 96ceca28e5..d599b31210 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientRejectOAuth2Request.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRejectOAuth2Request.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientRelationQuery.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientRelationQuery.cs index a12b5d4700..d283401225 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientRelationQuery.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRelationQuery.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientRelationship.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientRelationship.cs index cf4eba05f8..9d73a0bc45 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientRelationship.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRelationship.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientRelationshipNamespaces.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientRelationshipNamespaces.cs index 5f27a81b8d..7db8abaa4d 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientRelationshipNamespaces.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRelationshipNamespaces.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientRelationshipPatch.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientRelationshipPatch.cs index ca78fce8f1..0f2d20aba6 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientRelationshipPatch.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRelationshipPatch.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientRelationships.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientRelationships.cs index a291f77860..6425f424ce 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientRelationships.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRelationships.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSchemaPatch.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSchemaPatch.cs index 3d8398e72e..e5d80915f5 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientSchemaPatch.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSchemaPatch.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSelfServiceFlowExpiredError.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSelfServiceFlowExpiredError.cs index fc34e57156..e7610199d5 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientSelfServiceFlowExpiredError.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSelfServiceFlowExpiredError.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSession.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSession.cs index e7b7639202..95d07d6a7b 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientSession.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSession.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSessionActivityDatapoint.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSessionActivityDatapoint.cs index 8cf23dd686..93ed206361 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientSessionActivityDatapoint.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSessionActivityDatapoint.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSessionAuthenticationMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSessionAuthenticationMethod.cs index 341f31475d..fa8f04ceb8 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientSessionAuthenticationMethod.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSessionAuthenticationMethod.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSessionDevice.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSessionDevice.cs index 3b319530b0..ba6b947f03 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientSessionDevice.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSessionDevice.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSetActiveProjectInConsoleBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSetActiveProjectInConsoleBody.cs index 6214667226..4f87cbc568 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientSetActiveProjectInConsoleBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSetActiveProjectInConsoleBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSetCustomDomainBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSetCustomDomainBody.cs index bd8e541178..1145986680 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientSetCustomDomainBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSetCustomDomainBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSetEventStreamBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSetEventStreamBody.cs index 391ce04897..9164036421 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientSetEventStreamBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSetEventStreamBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSetProject.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSetProject.cs index 8d36594317..382265f6d9 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientSetProject.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSetProject.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSetProjectBrandingThemeBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSetProjectBrandingThemeBody.cs index e23be1dad7..a34284c42c 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientSetProjectBrandingThemeBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSetProjectBrandingThemeBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSettingsFlow.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSettingsFlow.cs index ffadb552a2..b7142c25b4 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientSettingsFlow.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSettingsFlow.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSettingsFlowState.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSettingsFlowState.cs index 019137e1ae..599c483337 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientSettingsFlowState.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSettingsFlowState.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSourcePosition.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSourcePosition.cs index d897cfdc35..dec7798d99 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientSourcePosition.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSourcePosition.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSubjectSet.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSubjectSet.cs index 71b9c5932e..d6548a9d67 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientSubjectSet.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSubjectSet.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSubscription.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSubscription.cs index 38847ba4c6..91262c4666 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientSubscription.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSubscription.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulCodeExchangeResponse.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulCodeExchangeResponse.cs index 2e2385036a..3e147b7cfa 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulCodeExchangeResponse.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulCodeExchangeResponse.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulNativeLogin.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulNativeLogin.cs index d786e85913..d9d11a3c68 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulNativeLogin.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulNativeLogin.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulNativeRegistration.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulNativeRegistration.cs index 2406c40632..52d0053fba 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulNativeRegistration.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulNativeRegistration.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulProjectUpdate.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulProjectUpdate.cs index d26cea98fb..da4c1c2a75 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulProjectUpdate.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulProjectUpdate.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientTaxLineItem.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientTaxLineItem.cs index 385245fe76..270bed310c 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientTaxLineItem.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientTaxLineItem.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientTimeInterval.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientTimeInterval.cs index a76e84f910..efe7dc88f6 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientTimeInterval.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientTimeInterval.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPagination.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPagination.cs index 2d49a14173..3b79b29c89 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPagination.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPagination.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPaginationHeaders.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPaginationHeaders.cs index 60e58efb0a..697e5990dd 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPaginationHeaders.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPaginationHeaders.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPaginationRequestParameters.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPaginationRequestParameters.cs index 2c9448ade5..85925ed936 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPaginationRequestParameters.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPaginationRequestParameters.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPaginationResponseHeaders.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPaginationResponseHeaders.cs index 1bebe6ff98..8c47edf351 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPaginationResponseHeaders.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPaginationResponseHeaders.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientTrustOAuth2JwtGrantIssuer.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientTrustOAuth2JwtGrantIssuer.cs index 7d86fed5ec..866c9616a1 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientTrustOAuth2JwtGrantIssuer.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientTrustOAuth2JwtGrantIssuer.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientTrustedOAuth2JwtGrantIssuer.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientTrustedOAuth2JwtGrantIssuer.cs index eb5edb11d2..0e0e7f7aba 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientTrustedOAuth2JwtGrantIssuer.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientTrustedOAuth2JwtGrantIssuer.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientTrustedOAuth2JwtGrantJsonWebKey.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientTrustedOAuth2JwtGrantJsonWebKey.cs index c6134954c3..44934579a6 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientTrustedOAuth2JwtGrantJsonWebKey.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientTrustedOAuth2JwtGrantJsonWebKey.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUiContainer.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUiContainer.cs index ee38cacd9a..069408fe25 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUiContainer.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUiContainer.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNode.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNode.cs index db96c06553..2954f6957f 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNode.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNode.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeAnchorAttributes.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeAnchorAttributes.cs index 5de4dc6dfd..add78f0cd0 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeAnchorAttributes.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeAnchorAttributes.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeAttributes.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeAttributes.cs index f111d6f203..5f70380da3 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeAttributes.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeAttributes.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeImageAttributes.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeImageAttributes.cs index 882320afe1..ce7a19f9a6 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeImageAttributes.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeImageAttributes.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeInputAttributes.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeInputAttributes.cs index 7b1013cb12..7d268e98e6 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeInputAttributes.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeInputAttributes.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeMeta.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeMeta.cs index 335113a55d..3bc7f36700 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeMeta.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeMeta.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeScriptAttributes.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeScriptAttributes.cs index ec3b304cfa..143c00f176 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeScriptAttributes.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeScriptAttributes.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeTextAttributes.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeTextAttributes.cs index 48adb9be53..2864d454ff 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeTextAttributes.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeTextAttributes.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUiText.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUiText.cs index d7eb6bf010..e530acebe7 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUiText.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUiText.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateIdentityBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateIdentityBody.cs index 163cdb2857..94021765aa 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateIdentityBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateIdentityBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowBody.cs index 51309e9e21..a3e38865f3 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithCodeMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithCodeMethod.cs index 880e48b9b6..df6073bbce 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithCodeMethod.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithCodeMethod.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithIdentifierFirstMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithIdentifierFirstMethod.cs index 90fb3e7fcd..25e06e010c 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithIdentifierFirstMethod.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithIdentifierFirstMethod.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithLookupSecretMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithLookupSecretMethod.cs index a40172d77a..325ef0392c 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithLookupSecretMethod.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithLookupSecretMethod.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithOidcMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithOidcMethod.cs index 71e387b683..de9030531f 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithOidcMethod.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithOidcMethod.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithPasskeyMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithPasskeyMethod.cs index 05fa08d65d..62508bfc9d 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithPasskeyMethod.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithPasskeyMethod.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithPasswordMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithPasswordMethod.cs index 9a262c9a82..b33adcf760 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithPasswordMethod.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithPasswordMethod.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithTotpMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithTotpMethod.cs index b3490c9134..a0c28bf474 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithTotpMethod.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithTotpMethod.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithWebAuthnMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithWebAuthnMethod.cs index c7c40b264b..54e6241db6 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithWebAuthnMethod.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithWebAuthnMethod.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRecoveryFlowBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRecoveryFlowBody.cs index 7c5b997911..effda42f49 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRecoveryFlowBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRecoveryFlowBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRecoveryFlowWithCodeMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRecoveryFlowWithCodeMethod.cs index 13a19d7124..60ca8e652b 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRecoveryFlowWithCodeMethod.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRecoveryFlowWithCodeMethod.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRecoveryFlowWithLinkMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRecoveryFlowWithLinkMethod.cs index 0c783d44a7..0073df26b8 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRecoveryFlowWithLinkMethod.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRecoveryFlowWithLinkMethod.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowBody.cs index b5bfc795ce..6fe548c5b8 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithCodeMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithCodeMethod.cs index 6a2e48f709..f19692efd8 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithCodeMethod.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithCodeMethod.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithOidcMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithOidcMethod.cs index d0c3517889..a7c18013df 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithOidcMethod.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithOidcMethod.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithPasskeyMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithPasskeyMethod.cs index 1d57bc4fb9..b572307292 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithPasskeyMethod.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithPasskeyMethod.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithPasswordMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithPasswordMethod.cs index 702623738f..7c86d28641 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithPasswordMethod.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithPasswordMethod.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithProfileMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithProfileMethod.cs index 7e1d4651da..5afe0bdb58 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithProfileMethod.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithProfileMethod.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithWebAuthnMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithWebAuthnMethod.cs index 93cd886d4f..49202c037a 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithWebAuthnMethod.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithWebAuthnMethod.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowBody.cs index 083adf3a11..02614e2669 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithLookupMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithLookupMethod.cs index da492dd315..faf7ca5ecd 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithLookupMethod.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithLookupMethod.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithOidcMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithOidcMethod.cs index 7af8b679cc..04e56d6619 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithOidcMethod.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithOidcMethod.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithPasskeyMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithPasskeyMethod.cs index af791b60f1..3bd81351d3 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithPasskeyMethod.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithPasskeyMethod.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithPasswordMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithPasswordMethod.cs index ba84e2b71c..170e111708 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithPasswordMethod.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithPasswordMethod.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithProfileMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithProfileMethod.cs index 68d0268707..7aad45f999 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithProfileMethod.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithProfileMethod.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithTotpMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithTotpMethod.cs index d60c4d31b5..3ee2cdafe4 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithTotpMethod.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithTotpMethod.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithWebAuthnMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithWebAuthnMethod.cs index b27a27ec06..8a82ce60cd 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithWebAuthnMethod.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithWebAuthnMethod.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSubscriptionBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSubscriptionBody.cs index 3fc3fd4e02..aaa8476847 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSubscriptionBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSubscriptionBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateVerificationFlowBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateVerificationFlowBody.cs index b62f77f95f..3f710294f8 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateVerificationFlowBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateVerificationFlowBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateVerificationFlowWithCodeMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateVerificationFlowWithCodeMethod.cs index 980fee2b73..f7fe510ec0 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateVerificationFlowWithCodeMethod.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateVerificationFlowWithCodeMethod.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateVerificationFlowWithLinkMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateVerificationFlowWithLinkMethod.cs index ccfd243af2..27e538f848 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateVerificationFlowWithLinkMethod.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateVerificationFlowWithLinkMethod.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateWorkspaceBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateWorkspaceBody.cs index 16d9b54219..95e194878c 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateWorkspaceBody.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateWorkspaceBody.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUsage.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUsage.cs index 67b7982e5a..34f4c54061 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientUsage.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUsage.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableCredentialPrimingResponse.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableCredentialPrimingResponse.cs index 7a0f7ec3f2..4cefb85c83 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableCredentialPrimingResponse.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableCredentialPrimingResponse.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableCredentialProof.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableCredentialProof.cs index 4f9fd484c5..aada5f4c19 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableCredentialProof.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableCredentialProof.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableCredentialResponse.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableCredentialResponse.cs index 82b27f7286..b145c3c920 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableCredentialResponse.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableCredentialResponse.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableIdentityAddress.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableIdentityAddress.cs index eeb2c51cad..569ec693d6 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableIdentityAddress.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableIdentityAddress.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientVerificationFlow.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientVerificationFlow.cs index 1560687417..b57a8d0041 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientVerificationFlow.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientVerificationFlow.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientVerificationFlowState.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientVerificationFlowState.cs index cebed0daee..969ac2da5c 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientVerificationFlowState.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientVerificationFlowState.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientVersion.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientVersion.cs index b7bf7873a8..8400e13a74 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientVersion.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientVersion.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientWarning.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientWarning.cs index 91a357717e..cdaa4b7af3 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientWarning.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientWarning.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientWorkspace.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientWorkspace.cs index 3307e35b8e..6df1f2d5a9 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientWorkspace.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientWorkspace.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientWorkspaceApiKey.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientWorkspaceApiKey.cs index b0827dbe60..699b131619 100644 --- a/clients/client/dotnet/src/Ory.Client/Model/ClientWorkspaceApiKey.cs +++ b/clients/client/dotnet/src/Ory.Client/Model/ClientWorkspaceApiKey.cs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/client/dotnet/src/Ory.Client/Ory.Client.csproj b/clients/client/dotnet/src/Ory.Client/Ory.Client.csproj index 85bd7c969b..64ee163a48 100644 --- a/clients/client/dotnet/src/Ory.Client/Ory.Client.csproj +++ b/clients/client/dotnet/src/Ory.Client/Ory.Client.csproj @@ -12,7 +12,7 @@ A library generated from a OpenAPI doc No Copyright Ory.Client - 1.14.5 + 1.15.0 bin\$(Configuration)\$(TargetFramework)\Ory.Client.xml Apache-2.0 https://github.com/ory/sdk.git diff --git a/clients/client/elixir/README.md b/clients/client/elixir/README.md index f971ecbe71..c53ecda5dd 100644 --- a/clients/client/elixir/README.md +++ b/clients/client/elixir/README.md @@ -18,7 +18,7 @@ your list of dependencies in `mix.exs`: ```elixir def deps do - [{:ory_client, "~> v1.14.5"}] + [{:ory_client, "~> v1.15.0"}] end ``` diff --git a/clients/client/elixir/lib/ory/api/project.ex b/clients/client/elixir/lib/ory/api/project.ex index ee11c1ec17..b101da5f1e 100644 --- a/clients/client/elixir/lib/ory/api/project.ex +++ b/clients/client/elixir/lib/ory/api/project.ex @@ -446,6 +446,49 @@ defmodule Ory.Api.Project do ]) end + @doc """ + Patch an Ory Network Project Configuration based on a revision ID + This endpoints allows you to patch individual Ory Network Project configuration keys for Ory's services (identity, permission, ...). The configuration format is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version. If you have an older version of a configuration, you should set the version key in the payload! While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source. For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed. + + ### Parameters + + - `connection` (Ory.Connection): Connection to server + - `project_id` (String.t): Project ID The project's ID. + - `revision_id` (String.t): Revision ID The revision ID that this patch was generated for. + - `opts` (keyword): Optional parameters + - `:body` ([Ory.Model.JsonPatch.t]): + + ### Returns + + - `{:ok, Ory.Model.SuccessfulProjectUpdate.t}` on success + - `{:error, Tesla.Env.t}` on failure + """ + @spec patch_project_with_revision(Tesla.Env.client, String.t, String.t, keyword()) :: {:ok, Ory.Model.ErrorGeneric.t} | {:ok, Ory.Model.SuccessfulProjectUpdate.t} | {:error, Tesla.Env.t} + def patch_project_with_revision(connection, project_id, revision_id, opts \\ []) do + optional_params = %{ + :body => :body + } + + request = + %{} + |> method(:patch) + |> url("/projects/#{project_id}/revision/#{revision_id}") + |> add_optional_params(optional_params, opts) + |> ensure_body() + |> Enum.into([]) + + connection + |> Connection.request(request) + |> evaluate_response([ + {200, Ory.Model.SuccessfulProjectUpdate}, + {400, Ory.Model.ErrorGeneric}, + {401, Ory.Model.ErrorGeneric}, + {403, Ory.Model.ErrorGeneric}, + {404, Ory.Model.ErrorGeneric}, + {:default, Ory.Model.ErrorGeneric} + ]) + end + @doc """ Irrecoverably purge a project !! Use with extreme caution !! Using this API endpoint you can purge (completely delete) a project and its data. This action can not be undone and will delete ALL your data. Calling this endpoint will additionally delete custom domains and other related data. If the project is linked to a subscription, the subscription needs to be unlinked first. diff --git a/clients/client/elixir/lib/ory/connection.ex b/clients/client/elixir/lib/ory/connection.ex index d0c9138a3e..e2286a27e4 100644 --- a/clients/client/elixir/lib/ory/connection.ex +++ b/clients/client/elixir/lib/ory/connection.ex @@ -164,7 +164,7 @@ defmodule Ory.Connection do Keyword.get( tesla_options, :user_agent, - "openapi-generator - Ory v1.14.5 - elixir" + "openapi-generator - Ory v1.15.0 - elixir" ) ) diff --git a/clients/client/elixir/mix.exs b/clients/client/elixir/mix.exs index 17b5eeccab..e9799b7e33 100644 --- a/clients/client/elixir/mix.exs +++ b/clients/client/elixir/mix.exs @@ -4,7 +4,7 @@ defmodule Ory.Mixfile do def project do [ app: :ory_client, - version: "1.14.5", + version: "1.15.0", elixir: "~> 1.10", build_embedded: Mix.env() == :prod, start_permanent: Mix.env() == :prod, diff --git a/clients/client/go/README.md b/clients/client/go/README.md index 6862e7b527..905f991fb6 100644 --- a/clients/client/go/README.md +++ b/clients/client/go/README.md @@ -7,7 +7,7 @@ with a valid Personal Access Token. Public APIs are mostly used in browsers. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: v1.14.5 +- API version: v1.15.0 - Package version: 1.0.0 - Generator version: 7.6.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen @@ -197,6 +197,7 @@ Class | Method | HTTP request | Description *ProjectAPI* | [**ListProjectApiKeys**](docs/ProjectAPI.md#listprojectapikeys) | **Get** /projects/{project}/tokens | List a project's API Tokens *ProjectAPI* | [**ListProjects**](docs/ProjectAPI.md#listprojects) | **Get** /projects | List All Projects *ProjectAPI* | [**PatchProject**](docs/ProjectAPI.md#patchproject) | **Patch** /projects/{project_id} | Patch an Ory Network Project Configuration +*ProjectAPI* | [**PatchProjectWithRevision**](docs/ProjectAPI.md#patchprojectwithrevision) | **Patch** /projects/{project_id}/revision/{revision_id} | Patch an Ory Network Project Configuration based on a revision ID *ProjectAPI* | [**PurgeProject**](docs/ProjectAPI.md#purgeproject) | **Delete** /projects/{project_id} | Irrecoverably purge a project *ProjectAPI* | [**RemoveProjectMember**](docs/ProjectAPI.md#removeprojectmember) | **Delete** /projects/{project}/members/{member} | Remove a member associated with this project *ProjectAPI* | [**SetProject**](docs/ProjectAPI.md#setproject) | **Put** /projects/{project_id} | Update an Ory Network Project Configuration diff --git a/clients/client/go/api/openapi.yaml b/clients/client/go/api/openapi.yaml index 8154466bdc..21b26436ee 100644 --- a/clients/client/go/api/openapi.yaml +++ b/clients/client/go/api/openapi.yaml @@ -11,7 +11,7 @@ info: url: https://www.apache.org/licenses/LICENSE-2.0.html termsOfService: /ptos title: Ory APIs - version: v1.14.5 + version: v1.15.0 servers: - url: "https://{project-slug}.projects.oryapis.com/" variables: @@ -4177,6 +4177,102 @@ paths: summary: Update an Enterprise SSO Organization tags: - project + /projects/{project_id}/revision/{revision_id}: + patch: + description: |- + This endpoints allows you to patch individual Ory Network Project configuration keys for + Ory's services (identity, permission, ...). The configuration format is fully compatible + with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). + + This endpoint expects the `version` key to be set in the payload. If it is unset, it + will try to import the config as if it is from the most recent version. + + If you have an older version of a configuration, you should set the version key in the payload! + + While this endpoint is able to process all configuration items related to features (e.g. password reset), + it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the + open source. + + For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings + to help you understand which parts of your config could not be processed. + operationId: patchProjectWithRevision + parameters: + - description: |- + Project ID + + The project's ID. + explode: false + in: path + name: project_id + required: true + schema: + type: string + style: simple + - description: |- + Revision ID + + The revision ID that this patch was generated for. + explode: false + in: path + name: revision_id + required: true + schema: + type: string + style: simple + requestBody: + content: + application/json: + schema: + items: + $ref: '#/components/schemas/jsonPatch' + type: array + x-originalParamName: Body + responses: + "200": + content: + application/json: + schema: + $ref: '#/components/schemas/successfulProjectUpdate' + description: successfulProjectUpdate + "400": + content: + application/json: + schema: + $ref: '#/components/schemas/errorGeneric' + description: errorGeneric + "401": + content: + application/json: + schema: + $ref: '#/components/schemas/errorGeneric' + description: errorGeneric + "403": + content: + application/json: + schema: + $ref: '#/components/schemas/errorGeneric' + description: errorGeneric + "404": + content: + application/json: + schema: + $ref: '#/components/schemas/errorGeneric' + description: errorGeneric + default: + content: + application/json: + schema: + $ref: '#/components/schemas/errorGeneric' + description: errorGeneric + security: + - oryWorkspaceApiKey: [] + servers: + - description: The Ory Network control plane API which is used to manage your + Ory Network projects and workspaces. + url: https://api.console.ory.sh + summary: Patch an Ory Network Project Configuration based on a revision ID + tags: + - project /projects/{project}/members: get: description: This endpoint requires the user to be a member of the project with @@ -17654,6 +17750,7 @@ components: data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks + captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions @@ -17684,6 +17781,7 @@ components: - data_location_us - m2m_token_issuance - permission_checks + - captcha - data_location_regional - rate_limit_tier - session_rate_limit_tier @@ -17715,6 +17813,7 @@ components: data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks + captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions diff --git a/clients/client/go/api_courier.go b/clients/client/go/api_courier.go index 6fe6121d8a..4812d4c8a8 100644 --- a/clients/client/go/api_courier.go +++ b/clients/client/go/api_courier.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/api_events.go b/clients/client/go/api_events.go index 5c705438f9..61f5262bcc 100644 --- a/clients/client/go/api_events.go +++ b/clients/client/go/api_events.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/api_frontend.go b/clients/client/go/api_frontend.go index 3abb6c0eb8..bf31cf5054 100644 --- a/clients/client/go/api_frontend.go +++ b/clients/client/go/api_frontend.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/api_identity.go b/clients/client/go/api_identity.go index 16cdbe121f..fdae857623 100644 --- a/clients/client/go/api_identity.go +++ b/clients/client/go/api_identity.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/api_jwk.go b/clients/client/go/api_jwk.go index b1ac5a326b..5b53d2459a 100644 --- a/clients/client/go/api_jwk.go +++ b/clients/client/go/api_jwk.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/api_metadata.go b/clients/client/go/api_metadata.go index 75ec6b8cad..ba46d24050 100644 --- a/clients/client/go/api_metadata.go +++ b/clients/client/go/api_metadata.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/api_o_auth2.go b/clients/client/go/api_o_auth2.go index 3529a69d50..e3f1ef17f3 100644 --- a/clients/client/go/api_o_auth2.go +++ b/clients/client/go/api_o_auth2.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/api_oidc.go b/clients/client/go/api_oidc.go index 19dcce641a..b4679ee9cc 100644 --- a/clients/client/go/api_oidc.go +++ b/clients/client/go/api_oidc.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/api_permission.go b/clients/client/go/api_permission.go index d8e0ec24f7..b1238a891f 100644 --- a/clients/client/go/api_permission.go +++ b/clients/client/go/api_permission.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/api_project.go b/clients/client/go/api_project.go index 487738f9b9..a1852b3740 100644 --- a/clients/client/go/api_project.go +++ b/clients/client/go/api_project.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ @@ -218,6 +218,36 @@ to help you understand which parts of your config could not be processed. // @return SuccessfulProjectUpdate PatchProjectExecute(r ProjectAPIPatchProjectRequest) (*SuccessfulProjectUpdate, *http.Response, error) + /* + PatchProjectWithRevision Patch an Ory Network Project Configuration based on a revision ID + + This endpoints allows you to patch individual Ory Network Project configuration keys for +Ory's services (identity, permission, ...). The configuration format is fully compatible +with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). + +This endpoint expects the `version` key to be set in the payload. If it is unset, it +will try to import the config as if it is from the most recent version. + +If you have an older version of a configuration, you should set the version key in the payload! + +While this endpoint is able to process all configuration items related to features (e.g. password reset), +it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the +open source. + +For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings +to help you understand which parts of your config could not be processed. + + @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). + @param projectId Project ID The project's ID. + @param revisionId Revision ID The revision ID that this patch was generated for. + @return ProjectAPIPatchProjectWithRevisionRequest + */ + PatchProjectWithRevision(ctx context.Context, projectId string, revisionId string) ProjectAPIPatchProjectWithRevisionRequest + + // PatchProjectWithRevisionExecute executes the request + // @return SuccessfulProjectUpdate + PatchProjectWithRevisionExecute(r ProjectAPIPatchProjectWithRevisionRequest) (*SuccessfulProjectUpdate, *http.Response, error) + /* PurgeProject Irrecoverably purge a project @@ -1988,6 +2018,187 @@ func (a *ProjectAPIService) PatchProjectExecute(r ProjectAPIPatchProjectRequest) return localVarReturnValue, localVarHTTPResponse, nil } +type ProjectAPIPatchProjectWithRevisionRequest struct { + ctx context.Context + ApiService ProjectAPI + projectId string + revisionId string + jsonPatch *[]JsonPatch +} + +func (r ProjectAPIPatchProjectWithRevisionRequest) JsonPatch(jsonPatch []JsonPatch) ProjectAPIPatchProjectWithRevisionRequest { + r.jsonPatch = &jsonPatch + return r +} + +func (r ProjectAPIPatchProjectWithRevisionRequest) Execute() (*SuccessfulProjectUpdate, *http.Response, error) { + return r.ApiService.PatchProjectWithRevisionExecute(r) +} + +/* +PatchProjectWithRevision Patch an Ory Network Project Configuration based on a revision ID + +This endpoints allows you to patch individual Ory Network Project configuration keys for +Ory's services (identity, permission, ...). The configuration format is fully compatible +with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). + +This endpoint expects the `version` key to be set in the payload. If it is unset, it +will try to import the config as if it is from the most recent version. + +If you have an older version of a configuration, you should set the version key in the payload! + +While this endpoint is able to process all configuration items related to features (e.g. password reset), +it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the +open source. + +For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings +to help you understand which parts of your config could not be processed. + + @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). + @param projectId Project ID The project's ID. + @param revisionId Revision ID The revision ID that this patch was generated for. + @return ProjectAPIPatchProjectWithRevisionRequest +*/ +func (a *ProjectAPIService) PatchProjectWithRevision(ctx context.Context, projectId string, revisionId string) ProjectAPIPatchProjectWithRevisionRequest { + return ProjectAPIPatchProjectWithRevisionRequest{ + ApiService: a, + ctx: ctx, + projectId: projectId, + revisionId: revisionId, + } +} + +// Execute executes the request +// @return SuccessfulProjectUpdate +func (a *ProjectAPIService) PatchProjectWithRevisionExecute(r ProjectAPIPatchProjectWithRevisionRequest) (*SuccessfulProjectUpdate, *http.Response, error) { + var ( + localVarHTTPMethod = http.MethodPatch + localVarPostBody interface{} + formFiles []formFile + localVarReturnValue *SuccessfulProjectUpdate + ) + + localBasePath, err := a.client.cfg.ServerURLWithContext(r.ctx, "ProjectAPIService.PatchProjectWithRevision") + if err != nil { + return localVarReturnValue, nil, &GenericOpenAPIError{error: err.Error()} + } + + localVarPath := localBasePath + "/projects/{project_id}/revision/{revision_id}" + localVarPath = strings.Replace(localVarPath, "{"+"project_id"+"}", url.PathEscape(parameterValueToString(r.projectId, "projectId")), -1) + localVarPath = strings.Replace(localVarPath, "{"+"revision_id"+"}", url.PathEscape(parameterValueToString(r.revisionId, "revisionId")), -1) + + localVarHeaderParams := make(map[string]string) + localVarQueryParams := url.Values{} + localVarFormParams := url.Values{} + + // to determine the Content-Type header + localVarHTTPContentTypes := []string{"application/json"} + + // set Content-Type header + localVarHTTPContentType := selectHeaderContentType(localVarHTTPContentTypes) + if localVarHTTPContentType != "" { + localVarHeaderParams["Content-Type"] = localVarHTTPContentType + } + + // to determine the Accept header + localVarHTTPHeaderAccepts := []string{"application/json"} + + // set Accept header + localVarHTTPHeaderAccept := selectHeaderAccept(localVarHTTPHeaderAccepts) + if localVarHTTPHeaderAccept != "" { + localVarHeaderParams["Accept"] = localVarHTTPHeaderAccept + } + // body params + localVarPostBody = r.jsonPatch + req, err := a.client.prepareRequest(r.ctx, localVarPath, localVarHTTPMethod, localVarPostBody, localVarHeaderParams, localVarQueryParams, localVarFormParams, formFiles) + if err != nil { + return localVarReturnValue, nil, err + } + + localVarHTTPResponse, err := a.client.callAPI(req) + if err != nil || localVarHTTPResponse == nil { + return localVarReturnValue, localVarHTTPResponse, err + } + + localVarBody, err := io.ReadAll(localVarHTTPResponse.Body) + localVarHTTPResponse.Body.Close() + localVarHTTPResponse.Body = io.NopCloser(bytes.NewBuffer(localVarBody)) + if err != nil { + return localVarReturnValue, localVarHTTPResponse, err + } + + if localVarHTTPResponse.StatusCode >= 300 { + newErr := &GenericOpenAPIError{ + body: localVarBody, + error: localVarHTTPResponse.Status, + } + if localVarHTTPResponse.StatusCode == 400 { + var v ErrorGeneric + err = a.client.decode(&v, localVarBody, localVarHTTPResponse.Header.Get("Content-Type")) + if err != nil { + newErr.error = err.Error() + return localVarReturnValue, localVarHTTPResponse, newErr + } + newErr.error = formatErrorMessage(localVarHTTPResponse.Status, &v) + newErr.model = v + return localVarReturnValue, localVarHTTPResponse, newErr + } + if localVarHTTPResponse.StatusCode == 401 { + var v ErrorGeneric + err = a.client.decode(&v, localVarBody, localVarHTTPResponse.Header.Get("Content-Type")) + if err != nil { + newErr.error = err.Error() + return localVarReturnValue, localVarHTTPResponse, newErr + } + newErr.error = formatErrorMessage(localVarHTTPResponse.Status, &v) + newErr.model = v + return localVarReturnValue, localVarHTTPResponse, newErr + } + if localVarHTTPResponse.StatusCode == 403 { + var v ErrorGeneric + err = a.client.decode(&v, localVarBody, localVarHTTPResponse.Header.Get("Content-Type")) + if err != nil { + newErr.error = err.Error() + return localVarReturnValue, localVarHTTPResponse, newErr + } + newErr.error = formatErrorMessage(localVarHTTPResponse.Status, &v) + newErr.model = v + return localVarReturnValue, localVarHTTPResponse, newErr + } + if localVarHTTPResponse.StatusCode == 404 { + var v ErrorGeneric + err = a.client.decode(&v, localVarBody, localVarHTTPResponse.Header.Get("Content-Type")) + if err != nil { + newErr.error = err.Error() + return localVarReturnValue, localVarHTTPResponse, newErr + } + newErr.error = formatErrorMessage(localVarHTTPResponse.Status, &v) + newErr.model = v + return localVarReturnValue, localVarHTTPResponse, newErr + } + var v ErrorGeneric + err = a.client.decode(&v, localVarBody, localVarHTTPResponse.Header.Get("Content-Type")) + if err != nil { + newErr.error = err.Error() + return localVarReturnValue, localVarHTTPResponse, newErr + } + newErr.error = formatErrorMessage(localVarHTTPResponse.Status, &v) + newErr.model = v + return localVarReturnValue, localVarHTTPResponse, newErr + } + + err = a.client.decode(&localVarReturnValue, localVarBody, localVarHTTPResponse.Header.Get("Content-Type")) + if err != nil { + newErr := &GenericOpenAPIError{ + body: localVarBody, + error: err.Error(), + } + return localVarReturnValue, localVarHTTPResponse, newErr + } + + return localVarReturnValue, localVarHTTPResponse, nil +} + type ProjectAPIPurgeProjectRequest struct { ctx context.Context ApiService ProjectAPI diff --git a/clients/client/go/api_relationship.go b/clients/client/go/api_relationship.go index 6e346697d8..ca075f1a5e 100644 --- a/clients/client/go/api_relationship.go +++ b/clients/client/go/api_relationship.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/api_wellknown.go b/clients/client/go/api_wellknown.go index edcdedebac..3e68054448 100644 --- a/clients/client/go/api_wellknown.go +++ b/clients/client/go/api_wellknown.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/api_workspace.go b/clients/client/go/api_workspace.go index b3df6645ae..6af2e42b34 100644 --- a/clients/client/go/api_workspace.go +++ b/clients/client/go/api_workspace.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/client.go b/clients/client/go/client.go index 1d0d79cfc9..000bf15c54 100644 --- a/clients/client/go/client.go +++ b/clients/client/go/client.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ @@ -43,7 +43,7 @@ var ( queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" ) ) -// APIClient manages communication with the Ory APIs API vv1.14.5 +// APIClient manages communication with the Ory APIs API vv1.15.0 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/clients/client/go/configuration.go b/clients/client/go/configuration.go index eb38d20f9d..f496af313a 100644 --- a/clients/client/go/configuration.go +++ b/clients/client/go/configuration.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ @@ -207,6 +207,12 @@ func NewConfiguration() *Configuration { Description: "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces.", }, }, + "ProjectAPIService.PatchProjectWithRevision": { + { + URL: "https://api.console.ory.sh", + Description: "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces.", + }, + }, "ProjectAPIService.PurgeProject": { { URL: "https://api.console.ory.sh", diff --git a/clients/client/go/docs/ProjectAPI.md b/clients/client/go/docs/ProjectAPI.md index c953eed3b7..0317e345b8 100644 --- a/clients/client/go/docs/ProjectAPI.md +++ b/clients/client/go/docs/ProjectAPI.md @@ -16,6 +16,7 @@ Method | HTTP request | Description [**ListProjectApiKeys**](ProjectAPI.md#ListProjectApiKeys) | **Get** /projects/{project}/tokens | List a project's API Tokens [**ListProjects**](ProjectAPI.md#ListProjects) | **Get** /projects | List All Projects [**PatchProject**](ProjectAPI.md#PatchProject) | **Patch** /projects/{project_id} | Patch an Ory Network Project Configuration +[**PatchProjectWithRevision**](ProjectAPI.md#PatchProjectWithRevision) | **Patch** /projects/{project_id}/revision/{revision_id} | Patch an Ory Network Project Configuration based on a revision ID [**PurgeProject**](ProjectAPI.md#PurgeProject) | **Delete** /projects/{project_id} | Irrecoverably purge a project [**RemoveProjectMember**](ProjectAPI.md#RemoveProjectMember) | **Delete** /projects/{project}/members/{member} | Remove a member associated with this project [**SetProject**](ProjectAPI.md#SetProject) | **Put** /projects/{project_id} | Update an Ory Network Project Configuration @@ -867,6 +868,81 @@ Name | Type | Description | Notes [[Back to README]](../README.md) +## PatchProjectWithRevision + +> SuccessfulProjectUpdate PatchProjectWithRevision(ctx, projectId, revisionId).JsonPatch(jsonPatch).Execute() + +Patch an Ory Network Project Configuration based on a revision ID + + + +### Example + +```go +package main + +import ( + "context" + "fmt" + "os" + openapiclient "github.com/ory/client-go" +) + +func main() { + projectId := "projectId_example" // string | Project ID The project's ID. + revisionId := "revisionId_example" // string | Revision ID The revision ID that this patch was generated for. + jsonPatch := []openapiclient.JsonPatch{*openapiclient.NewJsonPatch("replace", "/name")} // []JsonPatch | (optional) + + configuration := openapiclient.NewConfiguration() + apiClient := openapiclient.NewAPIClient(configuration) + resp, r, err := apiClient.ProjectAPI.PatchProjectWithRevision(context.Background(), projectId, revisionId).JsonPatch(jsonPatch).Execute() + if err != nil { + fmt.Fprintf(os.Stderr, "Error when calling `ProjectAPI.PatchProjectWithRevision``: %v\n", err) + fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) + } + // response from `PatchProjectWithRevision`: SuccessfulProjectUpdate + fmt.Fprintf(os.Stdout, "Response from `ProjectAPI.PatchProjectWithRevision`: %v\n", resp) +} +``` + +### Path Parameters + + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- +**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc. +**projectId** | **string** | Project ID The project's ID. | +**revisionId** | **string** | Revision ID The revision ID that this patch was generated for. | + +### Other Parameters + +Other parameters are passed through a pointer to a apiPatchProjectWithRevisionRequest struct via the builder pattern + + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + + + **jsonPatch** | [**[]JsonPatch**](JsonPatch.md) | | + +### Return type + +[**SuccessfulProjectUpdate**](SuccessfulProjectUpdate.md) + +### Authorization + +[oryWorkspaceApiKey](../README.md#oryWorkspaceApiKey) + +### HTTP request headers + +- **Content-Type**: application/json +- **Accept**: application/json + +[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) +[[Back to Model list]](../README.md#documentation-for-models) +[[Back to README]](../README.md) + + ## PurgeProject > PurgeProject(ctx, projectId).Execute() diff --git a/clients/client/go/docs/QuotaUsage.md b/clients/client/go/docs/QuotaUsage.md index 7c26b6a415..7a472f928d 100644 --- a/clients/client/go/docs/QuotaUsage.md +++ b/clients/client/go/docs/QuotaUsage.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **AdditionalPrice** | **string** | The additional price per unit in cents. | **CanUseMore** | **bool** | | -**Feature** | **string** | production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect | +**Feature** | **string** | production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect | **FeatureAvailable** | **bool** | | **Included** | **int64** | | **Used** | **int64** | | diff --git a/clients/client/go/go.mod b/clients/client/go/go.mod index 5107e662db..04605304ea 100644 --- a/clients/client/go/go.mod +++ b/clients/client/go/go.mod @@ -4,7 +4,7 @@ go 1.17 require ( github.com/stretchr/testify v1.9.0 - golang.org/x/oauth2 v0.22.0 + golang.org/x/oauth2 v0.23.0 ) require ( diff --git a/clients/client/go/go.sum b/clients/client/go/go.sum index 5e45f2b894..e98985bd4e 100644 --- a/clients/client/go/go.sum +++ b/clients/client/go/go.sum @@ -5,8 +5,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= -golang.org/x/oauth2 v0.22.0 h1:BzDx2FehcG7jJwgWLELCdmLuxk2i+x9UDpSiss2u0ZA= -golang.org/x/oauth2 v0.22.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI= +golang.org/x/oauth2 v0.23.0 h1:PbgcYx2W7i4LvjJWEbf0ngHV6qJYr86PkAV3bXdLEbs= +golang.org/x/oauth2 v0.23.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= diff --git a/clients/client/go/model_accept_o_auth2_consent_request.go b/clients/client/go/model_accept_o_auth2_consent_request.go index 3fb5f273ef..655972044b 100644 --- a/clients/client/go/model_accept_o_auth2_consent_request.go +++ b/clients/client/go/model_accept_o_auth2_consent_request.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_accept_o_auth2_consent_request_session.go b/clients/client/go/model_accept_o_auth2_consent_request_session.go index 86cc973669..c986ba20fb 100644 --- a/clients/client/go/model_accept_o_auth2_consent_request_session.go +++ b/clients/client/go/model_accept_o_auth2_consent_request_session.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_accept_o_auth2_login_request.go b/clients/client/go/model_accept_o_auth2_login_request.go index 6942ced5b0..332d833cac 100644 --- a/clients/client/go/model_accept_o_auth2_login_request.go +++ b/clients/client/go/model_accept_o_auth2_login_request.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_account_experience_configuration.go b/clients/client/go/model_account_experience_configuration.go index a604170016..ec079cc710 100644 --- a/clients/client/go/model_account_experience_configuration.go +++ b/clients/client/go/model_account_experience_configuration.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_account_experience_theme_variables.go b/clients/client/go/model_account_experience_theme_variables.go index 76d01b6f36..669e1a887b 100644 --- a/clients/client/go/model_account_experience_theme_variables.go +++ b/clients/client/go/model_account_experience_theme_variables.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_active_project_in_console.go b/clients/client/go/model_active_project_in_console.go index 92188301b5..04f46d5076 100644 --- a/clients/client/go/model_active_project_in_console.go +++ b/clients/client/go/model_active_project_in_console.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_add_project_to_workspace_body.go b/clients/client/go/model_add_project_to_workspace_body.go index dad5470698..9974b47b44 100644 --- a/clients/client/go/model_add_project_to_workspace_body.go +++ b/clients/client/go/model_add_project_to_workspace_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_attribute.go b/clients/client/go/model_attribute.go index 0a680a304f..3b35bdf306 100644 --- a/clients/client/go/model_attribute.go +++ b/clients/client/go/model_attribute.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_attribute_filter.go b/clients/client/go/model_attribute_filter.go index b4fc4c01ac..2430a382ff 100644 --- a/clients/client/go/model_attribute_filter.go +++ b/clients/client/go/model_attribute_filter.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_attributes_count_datapoint.go b/clients/client/go/model_attributes_count_datapoint.go index d500998faa..ac4bbee27d 100644 --- a/clients/client/go/model_attributes_count_datapoint.go +++ b/clients/client/go/model_attributes_count_datapoint.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_authenticator_assurance_level.go b/clients/client/go/model_authenticator_assurance_level.go index 3edd601c09..c47afd7342 100644 --- a/clients/client/go/model_authenticator_assurance_level.go +++ b/clients/client/go/model_authenticator_assurance_level.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_batch_check_permission_body.go b/clients/client/go/model_batch_check_permission_body.go index af4c523cae..0af1621be3 100644 --- a/clients/client/go/model_batch_check_permission_body.go +++ b/clients/client/go/model_batch_check_permission_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_batch_check_permission_result.go b/clients/client/go/model_batch_check_permission_result.go index d70dea0335..94ae420521 100644 --- a/clients/client/go/model_batch_check_permission_result.go +++ b/clients/client/go/model_batch_check_permission_result.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_batch_patch_identities_response.go b/clients/client/go/model_batch_patch_identities_response.go index bdd30efb2a..1a4f207efe 100644 --- a/clients/client/go/model_batch_patch_identities_response.go +++ b/clients/client/go/model_batch_patch_identities_response.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_billing_period_bucket.go b/clients/client/go/model_billing_period_bucket.go index 23351a4150..9be624de14 100644 --- a/clients/client/go/model_billing_period_bucket.go +++ b/clients/client/go/model_billing_period_bucket.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_check_opl_syntax_result.go b/clients/client/go/model_check_opl_syntax_result.go index 29f53f61a1..a57d6cf0db 100644 --- a/clients/client/go/model_check_opl_syntax_result.go +++ b/clients/client/go/model_check_opl_syntax_result.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_check_permission_result.go b/clients/client/go/model_check_permission_result.go index 3b79a49b62..056bdd0899 100644 --- a/clients/client/go/model_check_permission_result.go +++ b/clients/client/go/model_check_permission_result.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_check_permission_result_with_error.go b/clients/client/go/model_check_permission_result_with_error.go index 2a511ac75f..ee418f0a8f 100644 --- a/clients/client/go/model_check_permission_result_with_error.go +++ b/clients/client/go/model_check_permission_result_with_error.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_cloud_account.go b/clients/client/go/model_cloud_account.go index a9736dee97..5ca7bf61d8 100644 --- a/clients/client/go/model_cloud_account.go +++ b/clients/client/go/model_cloud_account.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_consistency_request_parameters.go b/clients/client/go/model_consistency_request_parameters.go index 7765a8b7d4..7448e98fd6 100644 --- a/clients/client/go/model_consistency_request_parameters.go +++ b/clients/client/go/model_consistency_request_parameters.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_continue_with.go b/clients/client/go/model_continue_with.go index 3fb0092740..5f9f08ce5d 100644 --- a/clients/client/go/model_continue_with.go +++ b/clients/client/go/model_continue_with.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_continue_with_recovery_ui.go b/clients/client/go/model_continue_with_recovery_ui.go index 73fa32a559..60e7a11825 100644 --- a/clients/client/go/model_continue_with_recovery_ui.go +++ b/clients/client/go/model_continue_with_recovery_ui.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_continue_with_recovery_ui_flow.go b/clients/client/go/model_continue_with_recovery_ui_flow.go index 9c73b2629b..16d9bf7800 100644 --- a/clients/client/go/model_continue_with_recovery_ui_flow.go +++ b/clients/client/go/model_continue_with_recovery_ui_flow.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_continue_with_redirect_browser_to.go b/clients/client/go/model_continue_with_redirect_browser_to.go index 3894f29635..a68ea45b36 100644 --- a/clients/client/go/model_continue_with_redirect_browser_to.go +++ b/clients/client/go/model_continue_with_redirect_browser_to.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_continue_with_set_ory_session_token.go b/clients/client/go/model_continue_with_set_ory_session_token.go index 5c681b4de1..34fc77cbb4 100644 --- a/clients/client/go/model_continue_with_set_ory_session_token.go +++ b/clients/client/go/model_continue_with_set_ory_session_token.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_continue_with_settings_ui.go b/clients/client/go/model_continue_with_settings_ui.go index db2ea6e46f..62e239dbe3 100644 --- a/clients/client/go/model_continue_with_settings_ui.go +++ b/clients/client/go/model_continue_with_settings_ui.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_continue_with_settings_ui_flow.go b/clients/client/go/model_continue_with_settings_ui_flow.go index 96e9853efc..2558b57a8b 100644 --- a/clients/client/go/model_continue_with_settings_ui_flow.go +++ b/clients/client/go/model_continue_with_settings_ui_flow.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_continue_with_verification_ui.go b/clients/client/go/model_continue_with_verification_ui.go index 6fe46fb4a3..571ffe0f58 100644 --- a/clients/client/go/model_continue_with_verification_ui.go +++ b/clients/client/go/model_continue_with_verification_ui.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_continue_with_verification_ui_flow.go b/clients/client/go/model_continue_with_verification_ui_flow.go index 15a57b671b..3efc9c228a 100644 --- a/clients/client/go/model_continue_with_verification_ui_flow.go +++ b/clients/client/go/model_continue_with_verification_ui_flow.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_courier_message_status.go b/clients/client/go/model_courier_message_status.go index 8895bd239a..b1565359c9 100644 --- a/clients/client/go/model_courier_message_status.go +++ b/clients/client/go/model_courier_message_status.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_courier_message_type.go b/clients/client/go/model_courier_message_type.go index f1fc6d2774..a53a346157 100644 --- a/clients/client/go/model_courier_message_type.go +++ b/clients/client/go/model_courier_message_type.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_create_custom_domain_body.go b/clients/client/go/model_create_custom_domain_body.go index 45d188cc89..7d38cac6b8 100644 --- a/clients/client/go/model_create_custom_domain_body.go +++ b/clients/client/go/model_create_custom_domain_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_create_event_stream_body.go b/clients/client/go/model_create_event_stream_body.go index 01486260cf..b68ed8d3e4 100644 --- a/clients/client/go/model_create_event_stream_body.go +++ b/clients/client/go/model_create_event_stream_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_create_identity_body.go b/clients/client/go/model_create_identity_body.go index 26cf92b9b1..2fd90259f0 100644 --- a/clients/client/go/model_create_identity_body.go +++ b/clients/client/go/model_create_identity_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_create_invite_response.go b/clients/client/go/model_create_invite_response.go index ddcd6557ba..e29c7e500e 100644 --- a/clients/client/go/model_create_invite_response.go +++ b/clients/client/go/model_create_invite_response.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_create_json_web_key_set.go b/clients/client/go/model_create_json_web_key_set.go index ea3681d087..67c4a8d70b 100644 --- a/clients/client/go/model_create_json_web_key_set.go +++ b/clients/client/go/model_create_json_web_key_set.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_create_project_api_key_request.go b/clients/client/go/model_create_project_api_key_request.go index cdbd030fe6..768896f6ae 100644 --- a/clients/client/go/model_create_project_api_key_request.go +++ b/clients/client/go/model_create_project_api_key_request.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_create_project_body.go b/clients/client/go/model_create_project_body.go index 4beecb2b5e..a6862451b8 100644 --- a/clients/client/go/model_create_project_body.go +++ b/clients/client/go/model_create_project_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_create_project_branding.go b/clients/client/go/model_create_project_branding.go index ba0c5cb177..96075c0a43 100644 --- a/clients/client/go/model_create_project_branding.go +++ b/clients/client/go/model_create_project_branding.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_create_project_member_invite_body.go b/clients/client/go/model_create_project_member_invite_body.go index c583f9f1fd..8e630078bc 100644 --- a/clients/client/go/model_create_project_member_invite_body.go +++ b/clients/client/go/model_create_project_member_invite_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_create_project_normalized_payload.go b/clients/client/go/model_create_project_normalized_payload.go index 9c30a7a088..e944e8c4fb 100644 --- a/clients/client/go/model_create_project_normalized_payload.go +++ b/clients/client/go/model_create_project_normalized_payload.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_create_recovery_code_for_identity_body.go b/clients/client/go/model_create_recovery_code_for_identity_body.go index 12f748f500..cdf35dd049 100644 --- a/clients/client/go/model_create_recovery_code_for_identity_body.go +++ b/clients/client/go/model_create_recovery_code_for_identity_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_create_recovery_link_for_identity_body.go b/clients/client/go/model_create_recovery_link_for_identity_body.go index 04f7b515df..bc74471648 100644 --- a/clients/client/go/model_create_recovery_link_for_identity_body.go +++ b/clients/client/go/model_create_recovery_link_for_identity_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_create_relationship_body.go b/clients/client/go/model_create_relationship_body.go index 2a439438a9..014dfbfec1 100644 --- a/clients/client/go/model_create_relationship_body.go +++ b/clients/client/go/model_create_relationship_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_create_subscription_body.go b/clients/client/go/model_create_subscription_body.go index c98ee45200..6a48afd94d 100644 --- a/clients/client/go/model_create_subscription_body.go +++ b/clients/client/go/model_create_subscription_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_create_subscription_common.go b/clients/client/go/model_create_subscription_common.go index 908f7b5850..ca68be15f7 100644 --- a/clients/client/go/model_create_subscription_common.go +++ b/clients/client/go/model_create_subscription_common.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_create_verifiable_credential_request_body.go b/clients/client/go/model_create_verifiable_credential_request_body.go index 5a31ffca23..959277a14d 100644 --- a/clients/client/go/model_create_verifiable_credential_request_body.go +++ b/clients/client/go/model_create_verifiable_credential_request_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_create_workspace_api_key_body.go b/clients/client/go/model_create_workspace_api_key_body.go index 904b4af824..5b87927b0e 100644 --- a/clients/client/go/model_create_workspace_api_key_body.go +++ b/clients/client/go/model_create_workspace_api_key_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_create_workspace_body.go b/clients/client/go/model_create_workspace_body.go index 0d54869cb9..06c288c28c 100644 --- a/clients/client/go/model_create_workspace_body.go +++ b/clients/client/go/model_create_workspace_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_create_workspace_member_invite_body.go b/clients/client/go/model_create_workspace_member_invite_body.go index 209ab94184..f5d4a93da0 100644 --- a/clients/client/go/model_create_workspace_member_invite_body.go +++ b/clients/client/go/model_create_workspace_member_invite_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_create_workspace_subscription_body.go b/clients/client/go/model_create_workspace_subscription_body.go index 791d815374..e0de5b098f 100644 --- a/clients/client/go/model_create_workspace_subscription_body.go +++ b/clients/client/go/model_create_workspace_subscription_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_credential_supported_draft00.go b/clients/client/go/model_credential_supported_draft00.go index 52b840ca50..eb61b5c796 100644 --- a/clients/client/go/model_credential_supported_draft00.go +++ b/clients/client/go/model_credential_supported_draft00.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_custom_domain.go b/clients/client/go/model_custom_domain.go index 3fd3538df9..4f53ec6ea1 100644 --- a/clients/client/go/model_custom_domain.go +++ b/clients/client/go/model_custom_domain.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_delete_my_sessions_count.go b/clients/client/go/model_delete_my_sessions_count.go index 281269fc93..10a16550ca 100644 --- a/clients/client/go/model_delete_my_sessions_count.go +++ b/clients/client/go/model_delete_my_sessions_count.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_email_template_data.go b/clients/client/go/model_email_template_data.go index fa680389a7..79c232e858 100644 --- a/clients/client/go/model_email_template_data.go +++ b/clients/client/go/model_email_template_data.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_email_template_data_body.go b/clients/client/go/model_email_template_data_body.go index 10aa9aadfe..35b9e5c9c3 100644 --- a/clients/client/go/model_email_template_data_body.go +++ b/clients/client/go/model_email_template_data_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_error_authenticator_assurance_level_not_satisfied.go b/clients/client/go/model_error_authenticator_assurance_level_not_satisfied.go index c81f536bec..3c31951da2 100644 --- a/clients/client/go/model_error_authenticator_assurance_level_not_satisfied.go +++ b/clients/client/go/model_error_authenticator_assurance_level_not_satisfied.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_error_browser_location_change_required.go b/clients/client/go/model_error_browser_location_change_required.go index d97ce1375a..74b485bf8f 100644 --- a/clients/client/go/model_error_browser_location_change_required.go +++ b/clients/client/go/model_error_browser_location_change_required.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_error_flow_replaced.go b/clients/client/go/model_error_flow_replaced.go index 507f2645d8..b49be91b01 100644 --- a/clients/client/go/model_error_flow_replaced.go +++ b/clients/client/go/model_error_flow_replaced.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_error_generic.go b/clients/client/go/model_error_generic.go index 65a7f80904..e626424b42 100644 --- a/clients/client/go/model_error_generic.go +++ b/clients/client/go/model_error_generic.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_error_o_auth2.go b/clients/client/go/model_error_o_auth2.go index bde335a033..2fc77d6b49 100644 --- a/clients/client/go/model_error_o_auth2.go +++ b/clients/client/go/model_error_o_auth2.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_event_stream.go b/clients/client/go/model_event_stream.go index 0c872ef2d0..3b7fd3984e 100644 --- a/clients/client/go/model_event_stream.go +++ b/clients/client/go/model_event_stream.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_expanded_permission_tree.go b/clients/client/go/model_expanded_permission_tree.go index d14019d874..d14bdc9edc 100644 --- a/clients/client/go/model_expanded_permission_tree.go +++ b/clients/client/go/model_expanded_permission_tree.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_flow_error.go b/clients/client/go/model_flow_error.go index 8ffec77eef..6d2fd8110f 100644 --- a/clients/client/go/model_flow_error.go +++ b/clients/client/go/model_flow_error.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_generic_error.go b/clients/client/go/model_generic_error.go index c973de0e9d..c51168373b 100644 --- a/clients/client/go/model_generic_error.go +++ b/clients/client/go/model_generic_error.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_generic_error_content.go b/clients/client/go/model_generic_error_content.go index 9a087014cd..79ed51e393 100644 --- a/clients/client/go/model_generic_error_content.go +++ b/clients/client/go/model_generic_error_content.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_generic_usage.go b/clients/client/go/model_generic_usage.go index f50fe4683e..eca5fd2e27 100644 --- a/clients/client/go/model_generic_usage.go +++ b/clients/client/go/model_generic_usage.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_get_attributes_count_response.go b/clients/client/go/model_get_attributes_count_response.go index b21a79d0dd..d613778cde 100644 --- a/clients/client/go/model_get_attributes_count_response.go +++ b/clients/client/go/model_get_attributes_count_response.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_get_managed_identity_schema_location.go b/clients/client/go/model_get_managed_identity_schema_location.go index 95a93c8e62..854ceaf9cf 100644 --- a/clients/client/go/model_get_managed_identity_schema_location.go +++ b/clients/client/go/model_get_managed_identity_schema_location.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_get_metrics_event_attributes_response.go b/clients/client/go/model_get_metrics_event_attributes_response.go index dbf8883b90..305b299aa0 100644 --- a/clients/client/go/model_get_metrics_event_attributes_response.go +++ b/clients/client/go/model_get_metrics_event_attributes_response.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_get_metrics_event_types_response.go b/clients/client/go/model_get_metrics_event_types_response.go index 718c69b177..4d155ba80a 100644 --- a/clients/client/go/model_get_metrics_event_types_response.go +++ b/clients/client/go/model_get_metrics_event_types_response.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_get_organization_response.go b/clients/client/go/model_get_organization_response.go index a1d1d4eae5..f0c01106d1 100644 --- a/clients/client/go/model_get_organization_response.go +++ b/clients/client/go/model_get_organization_response.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_get_project_events_body.go b/clients/client/go/model_get_project_events_body.go index adab5b29f9..cb45ba74aa 100644 --- a/clients/client/go/model_get_project_events_body.go +++ b/clients/client/go/model_get_project_events_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_get_project_events_response.go b/clients/client/go/model_get_project_events_response.go index fded8fdd68..32f1373f4e 100644 --- a/clients/client/go/model_get_project_events_response.go +++ b/clients/client/go/model_get_project_events_response.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_get_project_metrics_response.go b/clients/client/go/model_get_project_metrics_response.go index 93fa8e866b..0c4f76766a 100644 --- a/clients/client/go/model_get_project_metrics_response.go +++ b/clients/client/go/model_get_project_metrics_response.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_get_session_activity_response.go b/clients/client/go/model_get_session_activity_response.go index 52297b7bf3..0d59599781 100644 --- a/clients/client/go/model_get_session_activity_response.go +++ b/clients/client/go/model_get_session_activity_response.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_get_version_200_response.go b/clients/client/go/model_get_version_200_response.go index 3a3e7cba73..f5003a4c88 100644 --- a/clients/client/go/model_get_version_200_response.go +++ b/clients/client/go/model_get_version_200_response.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_health_not_ready_status.go b/clients/client/go/model_health_not_ready_status.go index fa1e98c5d9..a03d82d692 100644 --- a/clients/client/go/model_health_not_ready_status.go +++ b/clients/client/go/model_health_not_ready_status.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_health_status.go b/clients/client/go/model_health_status.go index d354e74f79..02d4402f86 100644 --- a/clients/client/go/model_health_status.go +++ b/clients/client/go/model_health_status.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_identity.go b/clients/client/go/model_identity.go index c03df7376d..f9314e2d15 100644 --- a/clients/client/go/model_identity.go +++ b/clients/client/go/model_identity.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_identity_credentials.go b/clients/client/go/model_identity_credentials.go index 0bec65a5ae..714c9dbe87 100644 --- a/clients/client/go/model_identity_credentials.go +++ b/clients/client/go/model_identity_credentials.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_identity_credentials_code.go b/clients/client/go/model_identity_credentials_code.go index aebd1b18a3..8d121dbade 100644 --- a/clients/client/go/model_identity_credentials_code.go +++ b/clients/client/go/model_identity_credentials_code.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_identity_credentials_oidc.go b/clients/client/go/model_identity_credentials_oidc.go index 83aec82d10..ecdd8c3e1a 100644 --- a/clients/client/go/model_identity_credentials_oidc.go +++ b/clients/client/go/model_identity_credentials_oidc.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_identity_credentials_oidc_provider.go b/clients/client/go/model_identity_credentials_oidc_provider.go index 4e7312203b..70553ddb4d 100644 --- a/clients/client/go/model_identity_credentials_oidc_provider.go +++ b/clients/client/go/model_identity_credentials_oidc_provider.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_identity_credentials_password.go b/clients/client/go/model_identity_credentials_password.go index 24124e81dc..cb49fe8227 100644 --- a/clients/client/go/model_identity_credentials_password.go +++ b/clients/client/go/model_identity_credentials_password.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_identity_patch.go b/clients/client/go/model_identity_patch.go index cff0998461..d0d61bea1b 100644 --- a/clients/client/go/model_identity_patch.go +++ b/clients/client/go/model_identity_patch.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_identity_patch_response.go b/clients/client/go/model_identity_patch_response.go index 70457264a3..febd9d5a31 100644 --- a/clients/client/go/model_identity_patch_response.go +++ b/clients/client/go/model_identity_patch_response.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_identity_schema_container.go b/clients/client/go/model_identity_schema_container.go index b38a7a0b54..1c9ac3dfa1 100644 --- a/clients/client/go/model_identity_schema_container.go +++ b/clients/client/go/model_identity_schema_container.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_identity_schema_preset.go b/clients/client/go/model_identity_schema_preset.go index e8bdd6e0a7..7697b5acdc 100644 --- a/clients/client/go/model_identity_schema_preset.go +++ b/clients/client/go/model_identity_schema_preset.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_identity_with_credentials.go b/clients/client/go/model_identity_with_credentials.go index d77d88c35f..a80ba8b6e1 100644 --- a/clients/client/go/model_identity_with_credentials.go +++ b/clients/client/go/model_identity_with_credentials.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_identity_with_credentials_oidc.go b/clients/client/go/model_identity_with_credentials_oidc.go index 434efeec0b..642ba23832 100644 --- a/clients/client/go/model_identity_with_credentials_oidc.go +++ b/clients/client/go/model_identity_with_credentials_oidc.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_identity_with_credentials_oidc_config.go b/clients/client/go/model_identity_with_credentials_oidc_config.go index a838c9e764..c7b2b33837 100644 --- a/clients/client/go/model_identity_with_credentials_oidc_config.go +++ b/clients/client/go/model_identity_with_credentials_oidc_config.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_identity_with_credentials_oidc_config_provider.go b/clients/client/go/model_identity_with_credentials_oidc_config_provider.go index c67a56a996..8f210a5c89 100644 --- a/clients/client/go/model_identity_with_credentials_oidc_config_provider.go +++ b/clients/client/go/model_identity_with_credentials_oidc_config_provider.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_identity_with_credentials_password.go b/clients/client/go/model_identity_with_credentials_password.go index a36b6a4ec6..7645d63544 100644 --- a/clients/client/go/model_identity_with_credentials_password.go +++ b/clients/client/go/model_identity_with_credentials_password.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_identity_with_credentials_password_config.go b/clients/client/go/model_identity_with_credentials_password_config.go index f9130ab66b..9d4daf41ae 100644 --- a/clients/client/go/model_identity_with_credentials_password_config.go +++ b/clients/client/go/model_identity_with_credentials_password_config.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_internal_get_project_branding_body.go b/clients/client/go/model_internal_get_project_branding_body.go index 5989b80d93..af81c041d8 100644 --- a/clients/client/go/model_internal_get_project_branding_body.go +++ b/clients/client/go/model_internal_get_project_branding_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_internal_is_ax_welcome_screen_enabled_for_project_body.go b/clients/client/go/model_internal_is_ax_welcome_screen_enabled_for_project_body.go index 1173bed968..7cf2ee5635 100644 --- a/clients/client/go/model_internal_is_ax_welcome_screen_enabled_for_project_body.go +++ b/clients/client/go/model_internal_is_ax_welcome_screen_enabled_for_project_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_internal_is_owner_for_project_by_slug_body.go b/clients/client/go/model_internal_is_owner_for_project_by_slug_body.go index 93f23a80dd..bc478b7cbc 100644 --- a/clients/client/go/model_internal_is_owner_for_project_by_slug_body.go +++ b/clients/client/go/model_internal_is_owner_for_project_by_slug_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_internal_is_owner_for_project_by_slug_response.go b/clients/client/go/model_internal_is_owner_for_project_by_slug_response.go index 57c6eddebf..bebb0bd35d 100644 --- a/clients/client/go/model_internal_is_owner_for_project_by_slug_response.go +++ b/clients/client/go/model_internal_is_owner_for_project_by_slug_response.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_introspected_o_auth2_token.go b/clients/client/go/model_introspected_o_auth2_token.go index a132117a3a..539696ed28 100644 --- a/clients/client/go/model_introspected_o_auth2_token.go +++ b/clients/client/go/model_introspected_o_auth2_token.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_invoice.go b/clients/client/go/model_invoice.go index ba6971ff25..88244348dd 100644 --- a/clients/client/go/model_invoice.go +++ b/clients/client/go/model_invoice.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_invoice_data_v1.go b/clients/client/go/model_invoice_data_v1.go index d120853d99..ad2b4e813e 100644 --- a/clients/client/go/model_invoice_data_v1.go +++ b/clients/client/go/model_invoice_data_v1.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_is_owner_for_project_by_slug.go b/clients/client/go/model_is_owner_for_project_by_slug.go index 3ca960c771..053a8b1e5a 100644 --- a/clients/client/go/model_is_owner_for_project_by_slug.go +++ b/clients/client/go/model_is_owner_for_project_by_slug.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_json_patch.go b/clients/client/go/model_json_patch.go index 484a798a7a..1067014ea1 100644 --- a/clients/client/go/model_json_patch.go +++ b/clients/client/go/model_json_patch.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_json_web_key.go b/clients/client/go/model_json_web_key.go index b8fc787778..c23bd30174 100644 --- a/clients/client/go/model_json_web_key.go +++ b/clients/client/go/model_json_web_key.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_json_web_key_set.go b/clients/client/go/model_json_web_key_set.go index b09075fe3e..b5a95b0bd9 100644 --- a/clients/client/go/model_json_web_key_set.go +++ b/clients/client/go/model_json_web_key_set.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_keto_namespace.go b/clients/client/go/model_keto_namespace.go index 1a6aa003eb..87e73eba5b 100644 --- a/clients/client/go/model_keto_namespace.go +++ b/clients/client/go/model_keto_namespace.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_line_item_v1.go b/clients/client/go/model_line_item_v1.go index 5c4cef30da..c3eecc33db 100644 --- a/clients/client/go/model_line_item_v1.go +++ b/clients/client/go/model_line_item_v1.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_list_event_streams.go b/clients/client/go/model_list_event_streams.go index f8200cfdff..980a9cb274 100644 --- a/clients/client/go/model_list_event_streams.go +++ b/clients/client/go/model_list_event_streams.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_list_invoices_response.go b/clients/client/go/model_list_invoices_response.go index 47f37ee485..5880e16b0d 100644 --- a/clients/client/go/model_list_invoices_response.go +++ b/clients/client/go/model_list_invoices_response.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_list_organizations_response.go b/clients/client/go/model_list_organizations_response.go index 56a420c5f9..9408c5ba12 100644 --- a/clients/client/go/model_list_organizations_response.go +++ b/clients/client/go/model_list_organizations_response.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_list_workspace_projects.go b/clients/client/go/model_list_workspace_projects.go index f4dd67168d..d6d3a37423 100644 --- a/clients/client/go/model_list_workspace_projects.go +++ b/clients/client/go/model_list_workspace_projects.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_list_workspaces.go b/clients/client/go/model_list_workspaces.go index 344f70aba8..054d5c1e2a 100644 --- a/clients/client/go/model_list_workspaces.go +++ b/clients/client/go/model_list_workspaces.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_login_flow.go b/clients/client/go/model_login_flow.go index 00113b5ecb..b4795bdc69 100644 --- a/clients/client/go/model_login_flow.go +++ b/clients/client/go/model_login_flow.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_login_flow_state.go b/clients/client/go/model_login_flow_state.go index 8ecddad011..b947894121 100644 --- a/clients/client/go/model_login_flow_state.go +++ b/clients/client/go/model_login_flow_state.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_logout_flow.go b/clients/client/go/model_logout_flow.go index 2186c389d0..f603883f7b 100644 --- a/clients/client/go/model_logout_flow.go +++ b/clients/client/go/model_logout_flow.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_managed_identity_schema.go b/clients/client/go/model_managed_identity_schema.go index 31c6937f69..2a06ef251d 100644 --- a/clients/client/go/model_managed_identity_schema.go +++ b/clients/client/go/model_managed_identity_schema.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_managed_identity_schema_validation_result.go b/clients/client/go/model_managed_identity_schema_validation_result.go index 57d3d1f2f9..80444c8306 100644 --- a/clients/client/go/model_managed_identity_schema_validation_result.go +++ b/clients/client/go/model_managed_identity_schema_validation_result.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_member_invite.go b/clients/client/go/model_member_invite.go index de9eefd035..6006c28bda 100644 --- a/clients/client/go/model_member_invite.go +++ b/clients/client/go/model_member_invite.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_message.go b/clients/client/go/model_message.go index 9ed060b386..5f8b73cac0 100644 --- a/clients/client/go/model_message.go +++ b/clients/client/go/model_message.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_message_dispatch.go b/clients/client/go/model_message_dispatch.go index 98ce9d400c..d627f0893a 100644 --- a/clients/client/go/model_message_dispatch.go +++ b/clients/client/go/model_message_dispatch.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_metrics_datapoint.go b/clients/client/go/model_metrics_datapoint.go index 75a2584357..e1c3275383 100644 --- a/clients/client/go/model_metrics_datapoint.go +++ b/clients/client/go/model_metrics_datapoint.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_money.go b/clients/client/go/model_money.go index daf1fea7ae..506e2b0ff1 100644 --- a/clients/client/go/model_money.go +++ b/clients/client/go/model_money.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_namespace.go b/clients/client/go/model_namespace.go index 7b34a96a24..199a34d73b 100644 --- a/clients/client/go/model_namespace.go +++ b/clients/client/go/model_namespace.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_needs_privileged_session_error.go b/clients/client/go/model_needs_privileged_session_error.go index 61c70d7e95..cd10f91522 100644 --- a/clients/client/go/model_needs_privileged_session_error.go +++ b/clients/client/go/model_needs_privileged_session_error.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_normalized_project.go b/clients/client/go/model_normalized_project.go index 4d7efdd184..cce40bda97 100644 --- a/clients/client/go/model_normalized_project.go +++ b/clients/client/go/model_normalized_project.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_normalized_project_revision.go b/clients/client/go/model_normalized_project_revision.go index 7cd852bfeb..edb4a9ca53 100644 --- a/clients/client/go/model_normalized_project_revision.go +++ b/clients/client/go/model_normalized_project_revision.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_normalized_project_revision_courier_channel.go b/clients/client/go/model_normalized_project_revision_courier_channel.go index 94ee190fb3..39e301dd5a 100644 --- a/clients/client/go/model_normalized_project_revision_courier_channel.go +++ b/clients/client/go/model_normalized_project_revision_courier_channel.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_normalized_project_revision_hook.go b/clients/client/go/model_normalized_project_revision_hook.go index cc730d90d9..9610c41490 100644 --- a/clients/client/go/model_normalized_project_revision_hook.go +++ b/clients/client/go/model_normalized_project_revision_hook.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_normalized_project_revision_identity_schema.go b/clients/client/go/model_normalized_project_revision_identity_schema.go index d239faa1b8..8178d7c981 100644 --- a/clients/client/go/model_normalized_project_revision_identity_schema.go +++ b/clients/client/go/model_normalized_project_revision_identity_schema.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_normalized_project_revision_third_party_provider.go b/clients/client/go/model_normalized_project_revision_third_party_provider.go index e39bcf747f..9bb619f89c 100644 --- a/clients/client/go/model_normalized_project_revision_third_party_provider.go +++ b/clients/client/go/model_normalized_project_revision_third_party_provider.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_normalized_project_revision_tokenizer_template.go b/clients/client/go/model_normalized_project_revision_tokenizer_template.go index 25ef56fcb5..694b30a631 100644 --- a/clients/client/go/model_normalized_project_revision_tokenizer_template.go +++ b/clients/client/go/model_normalized_project_revision_tokenizer_template.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_o_auth2_client.go b/clients/client/go/model_o_auth2_client.go index 387ef575d2..21dcb089f4 100644 --- a/clients/client/go/model_o_auth2_client.go +++ b/clients/client/go/model_o_auth2_client.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_o_auth2_client_token_lifespans.go b/clients/client/go/model_o_auth2_client_token_lifespans.go index 669a562b57..854a23b1a8 100644 --- a/clients/client/go/model_o_auth2_client_token_lifespans.go +++ b/clients/client/go/model_o_auth2_client_token_lifespans.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_o_auth2_consent_request.go b/clients/client/go/model_o_auth2_consent_request.go index fb29ac6401..1a3f5c77f0 100644 --- a/clients/client/go/model_o_auth2_consent_request.go +++ b/clients/client/go/model_o_auth2_consent_request.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_o_auth2_consent_request_open_id_connect_context.go b/clients/client/go/model_o_auth2_consent_request_open_id_connect_context.go index 57e90a3bf9..e28142cbec 100644 --- a/clients/client/go/model_o_auth2_consent_request_open_id_connect_context.go +++ b/clients/client/go/model_o_auth2_consent_request_open_id_connect_context.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_o_auth2_consent_session.go b/clients/client/go/model_o_auth2_consent_session.go index 27651c1905..ba7b9a8bf8 100644 --- a/clients/client/go/model_o_auth2_consent_session.go +++ b/clients/client/go/model_o_auth2_consent_session.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_o_auth2_consent_session_expires_at.go b/clients/client/go/model_o_auth2_consent_session_expires_at.go index d59f0b2bd5..ebc62379e2 100644 --- a/clients/client/go/model_o_auth2_consent_session_expires_at.go +++ b/clients/client/go/model_o_auth2_consent_session_expires_at.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_o_auth2_login_request.go b/clients/client/go/model_o_auth2_login_request.go index 75ea714c90..99417ac24b 100644 --- a/clients/client/go/model_o_auth2_login_request.go +++ b/clients/client/go/model_o_auth2_login_request.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_o_auth2_logout_request.go b/clients/client/go/model_o_auth2_logout_request.go index bec540f0b6..8edc4c495a 100644 --- a/clients/client/go/model_o_auth2_logout_request.go +++ b/clients/client/go/model_o_auth2_logout_request.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_o_auth2_redirect_to.go b/clients/client/go/model_o_auth2_redirect_to.go index a12625fc09..7cfcec7f62 100644 --- a/clients/client/go/model_o_auth2_redirect_to.go +++ b/clients/client/go/model_o_auth2_redirect_to.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_o_auth2_token_exchange.go b/clients/client/go/model_o_auth2_token_exchange.go index a644d7ad56..84dffc33f8 100644 --- a/clients/client/go/model_o_auth2_token_exchange.go +++ b/clients/client/go/model_o_auth2_token_exchange.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_oidc_configuration.go b/clients/client/go/model_oidc_configuration.go index 1eae2a6da8..08af978497 100644 --- a/clients/client/go/model_oidc_configuration.go +++ b/clients/client/go/model_oidc_configuration.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_oidc_user_info.go b/clients/client/go/model_oidc_user_info.go index e4f59f7e8e..14274c9bc9 100644 --- a/clients/client/go/model_oidc_user_info.go +++ b/clients/client/go/model_oidc_user_info.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_organization.go b/clients/client/go/model_organization.go index 8843a0f8ac..03c5269f04 100644 --- a/clients/client/go/model_organization.go +++ b/clients/client/go/model_organization.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_organization_body.go b/clients/client/go/model_organization_body.go index 5bff2f34b5..6c95a86ac6 100644 --- a/clients/client/go/model_organization_body.go +++ b/clients/client/go/model_organization_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_pagination.go b/clients/client/go/model_pagination.go index f2af06fa79..b2c5a8dd3b 100644 --- a/clients/client/go/model_pagination.go +++ b/clients/client/go/model_pagination.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_pagination_headers.go b/clients/client/go/model_pagination_headers.go index d50d553a45..894b166c7d 100644 --- a/clients/client/go/model_pagination_headers.go +++ b/clients/client/go/model_pagination_headers.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_parse_error.go b/clients/client/go/model_parse_error.go index a44028d896..26effd8423 100644 --- a/clients/client/go/model_parse_error.go +++ b/clients/client/go/model_parse_error.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_patch_identities_body.go b/clients/client/go/model_patch_identities_body.go index 3522d61db8..59d15e3da6 100644 --- a/clients/client/go/model_patch_identities_body.go +++ b/clients/client/go/model_patch_identities_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_perform_native_logout_body.go b/clients/client/go/model_perform_native_logout_body.go index 7761c9f039..5b8b1ecdee 100644 --- a/clients/client/go/model_perform_native_logout_body.go +++ b/clients/client/go/model_perform_native_logout_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_permissions_on_workspace.go b/clients/client/go/model_permissions_on_workspace.go index fbd38f7616..47ab586b0d 100644 --- a/clients/client/go/model_permissions_on_workspace.go +++ b/clients/client/go/model_permissions_on_workspace.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_plan.go b/clients/client/go/model_plan.go index a456aa355f..02aae07d2e 100644 --- a/clients/client/go/model_plan.go +++ b/clients/client/go/model_plan.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_plan_details.go b/clients/client/go/model_plan_details.go index 88580c694b..ca1d99897a 100644 --- a/clients/client/go/model_plan_details.go +++ b/clients/client/go/model_plan_details.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_post_check_permission_body.go b/clients/client/go/model_post_check_permission_body.go index 0230b81810..d182edd0a0 100644 --- a/clients/client/go/model_post_check_permission_body.go +++ b/clients/client/go/model_post_check_permission_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_post_check_permission_or_error_body.go b/clients/client/go/model_post_check_permission_or_error_body.go index 234569d0b4..7897d0dcc6 100644 --- a/clients/client/go/model_post_check_permission_or_error_body.go +++ b/clients/client/go/model_post_check_permission_or_error_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_project.go b/clients/client/go/model_project.go index 849c58405a..43fb83c8b0 100644 --- a/clients/client/go/model_project.go +++ b/clients/client/go/model_project.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_project_api_key.go b/clients/client/go/model_project_api_key.go index 5f46c39272..06afbea24e 100644 --- a/clients/client/go/model_project_api_key.go +++ b/clients/client/go/model_project_api_key.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_project_branding.go b/clients/client/go/model_project_branding.go index f08dfaacb4..86d721b70c 100644 --- a/clients/client/go/model_project_branding.go +++ b/clients/client/go/model_project_branding.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_project_branding_colors.go b/clients/client/go/model_project_branding_colors.go index 5f0492f13e..fd0816e5c4 100644 --- a/clients/client/go/model_project_branding_colors.go +++ b/clients/client/go/model_project_branding_colors.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_project_branding_theme.go b/clients/client/go/model_project_branding_theme.go index 1555531781..0886997cc7 100644 --- a/clients/client/go/model_project_branding_theme.go +++ b/clients/client/go/model_project_branding_theme.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_project_cors.go b/clients/client/go/model_project_cors.go index e0fd3a28a3..637a46dc82 100644 --- a/clients/client/go/model_project_cors.go +++ b/clients/client/go/model_project_cors.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_project_events_datapoint.go b/clients/client/go/model_project_events_datapoint.go index 93223367d1..58b279f5a8 100644 --- a/clients/client/go/model_project_events_datapoint.go +++ b/clients/client/go/model_project_events_datapoint.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_project_host.go b/clients/client/go/model_project_host.go index c2c138cd67..b1a0021648 100644 --- a/clients/client/go/model_project_host.go +++ b/clients/client/go/model_project_host.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_project_member.go b/clients/client/go/model_project_member.go index e73cb76327..62f3cf5f2d 100644 --- a/clients/client/go/model_project_member.go +++ b/clients/client/go/model_project_member.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_project_metadata.go b/clients/client/go/model_project_metadata.go index 247835f88e..39cb717dc4 100644 --- a/clients/client/go/model_project_metadata.go +++ b/clients/client/go/model_project_metadata.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_project_service_identity.go b/clients/client/go/model_project_service_identity.go index c3b6c7f551..0549b12bac 100644 --- a/clients/client/go/model_project_service_identity.go +++ b/clients/client/go/model_project_service_identity.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_project_service_o_auth2.go b/clients/client/go/model_project_service_o_auth2.go index d5217302e3..02194fdabb 100644 --- a/clients/client/go/model_project_service_o_auth2.go +++ b/clients/client/go/model_project_service_o_auth2.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_project_service_permission.go b/clients/client/go/model_project_service_permission.go index b9db518320..c3fead339f 100644 --- a/clients/client/go/model_project_service_permission.go +++ b/clients/client/go/model_project_service_permission.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_project_services.go b/clients/client/go/model_project_services.go index df5ae9711f..f740d7fd9a 100644 --- a/clients/client/go/model_project_services.go +++ b/clients/client/go/model_project_services.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_quota_usage.go b/clients/client/go/model_quota_usage.go index ab89199fc7..0435422c98 100644 --- a/clients/client/go/model_quota_usage.go +++ b/clients/client/go/model_quota_usage.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ @@ -24,7 +24,7 @@ type QuotaUsage struct { // The additional price per unit in cents. AdditionalPrice string `json:"additional_price"` CanUseMore bool `json:"can_use_more"` - // production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + // production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect Feature string `json:"feature"` FeatureAvailable bool `json:"feature_available"` Included int64 `json:"included"` diff --git a/clients/client/go/model_recovery_code_for_identity.go b/clients/client/go/model_recovery_code_for_identity.go index fdabc38c34..aa6df39961 100644 --- a/clients/client/go/model_recovery_code_for_identity.go +++ b/clients/client/go/model_recovery_code_for_identity.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_recovery_flow.go b/clients/client/go/model_recovery_flow.go index 82e76537dc..f8a33df2b1 100644 --- a/clients/client/go/model_recovery_flow.go +++ b/clients/client/go/model_recovery_flow.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_recovery_flow_state.go b/clients/client/go/model_recovery_flow_state.go index 2cb7904b75..52a6dc76fc 100644 --- a/clients/client/go/model_recovery_flow_state.go +++ b/clients/client/go/model_recovery_flow_state.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_recovery_identity_address.go b/clients/client/go/model_recovery_identity_address.go index d957d2586a..0d8bb67e00 100644 --- a/clients/client/go/model_recovery_identity_address.go +++ b/clients/client/go/model_recovery_identity_address.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_recovery_link_for_identity.go b/clients/client/go/model_recovery_link_for_identity.go index 997ff007bf..8a77ccd667 100644 --- a/clients/client/go/model_recovery_link_for_identity.go +++ b/clients/client/go/model_recovery_link_for_identity.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_registration_flow.go b/clients/client/go/model_registration_flow.go index 659a97ad65..b2030e7f07 100644 --- a/clients/client/go/model_registration_flow.go +++ b/clients/client/go/model_registration_flow.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_registration_flow_state.go b/clients/client/go/model_registration_flow_state.go index 84ee55b85b..ddfbffe192 100644 --- a/clients/client/go/model_registration_flow_state.go +++ b/clients/client/go/model_registration_flow_state.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_reject_o_auth2_request.go b/clients/client/go/model_reject_o_auth2_request.go index 21ff037b0e..bbedf07c90 100644 --- a/clients/client/go/model_reject_o_auth2_request.go +++ b/clients/client/go/model_reject_o_auth2_request.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_relation_query.go b/clients/client/go/model_relation_query.go index 8cbf2fa2c8..52004b9a44 100644 --- a/clients/client/go/model_relation_query.go +++ b/clients/client/go/model_relation_query.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_relationship.go b/clients/client/go/model_relationship.go index e18f9a58c1..a64f45f346 100644 --- a/clients/client/go/model_relationship.go +++ b/clients/client/go/model_relationship.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_relationship_namespaces.go b/clients/client/go/model_relationship_namespaces.go index 480354d473..94d81d590a 100644 --- a/clients/client/go/model_relationship_namespaces.go +++ b/clients/client/go/model_relationship_namespaces.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_relationship_patch.go b/clients/client/go/model_relationship_patch.go index ad4fddf0d9..2ba419f76d 100644 --- a/clients/client/go/model_relationship_patch.go +++ b/clients/client/go/model_relationship_patch.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_relationships.go b/clients/client/go/model_relationships.go index fc12f2cd21..bf4d531204 100644 --- a/clients/client/go/model_relationships.go +++ b/clients/client/go/model_relationships.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_rfc6749_error_json.go b/clients/client/go/model_rfc6749_error_json.go index fadfd4c987..4e1c5d7691 100644 --- a/clients/client/go/model_rfc6749_error_json.go +++ b/clients/client/go/model_rfc6749_error_json.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_schema_patch.go b/clients/client/go/model_schema_patch.go index 5e2804b0c8..2f90ef5562 100644 --- a/clients/client/go/model_schema_patch.go +++ b/clients/client/go/model_schema_patch.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_self_service_flow_expired_error.go b/clients/client/go/model_self_service_flow_expired_error.go index d9dcff24d9..10f71ff395 100644 --- a/clients/client/go/model_self_service_flow_expired_error.go +++ b/clients/client/go/model_self_service_flow_expired_error.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_session.go b/clients/client/go/model_session.go index b6fe770433..75d2b89e5f 100644 --- a/clients/client/go/model_session.go +++ b/clients/client/go/model_session.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_session_activity_datapoint.go b/clients/client/go/model_session_activity_datapoint.go index b58949c2ba..90a369aa3f 100644 --- a/clients/client/go/model_session_activity_datapoint.go +++ b/clients/client/go/model_session_activity_datapoint.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_session_authentication_method.go b/clients/client/go/model_session_authentication_method.go index 5caf728696..b9781d56bb 100644 --- a/clients/client/go/model_session_authentication_method.go +++ b/clients/client/go/model_session_authentication_method.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_session_device.go b/clients/client/go/model_session_device.go index 7163cb72a0..3fcc21c822 100644 --- a/clients/client/go/model_session_device.go +++ b/clients/client/go/model_session_device.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_set_active_project_in_console_body.go b/clients/client/go/model_set_active_project_in_console_body.go index c381222292..5313db41e2 100644 --- a/clients/client/go/model_set_active_project_in_console_body.go +++ b/clients/client/go/model_set_active_project_in_console_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_set_custom_domain_body.go b/clients/client/go/model_set_custom_domain_body.go index 8abaeac1e1..17efd7d8ce 100644 --- a/clients/client/go/model_set_custom_domain_body.go +++ b/clients/client/go/model_set_custom_domain_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_set_event_stream_body.go b/clients/client/go/model_set_event_stream_body.go index 628a01634a..38a8d60ebd 100644 --- a/clients/client/go/model_set_event_stream_body.go +++ b/clients/client/go/model_set_event_stream_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_set_project.go b/clients/client/go/model_set_project.go index e65076b74f..8d1ddc8ab4 100644 --- a/clients/client/go/model_set_project.go +++ b/clients/client/go/model_set_project.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_set_project_branding_theme_body.go b/clients/client/go/model_set_project_branding_theme_body.go index 5e4c857a10..3da7be6cee 100644 --- a/clients/client/go/model_set_project_branding_theme_body.go +++ b/clients/client/go/model_set_project_branding_theme_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_settings_flow.go b/clients/client/go/model_settings_flow.go index c0141f6187..4eb156a4c5 100644 --- a/clients/client/go/model_settings_flow.go +++ b/clients/client/go/model_settings_flow.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_settings_flow_state.go b/clients/client/go/model_settings_flow_state.go index f34b461bc6..2390bdb44c 100644 --- a/clients/client/go/model_settings_flow_state.go +++ b/clients/client/go/model_settings_flow_state.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_source_position.go b/clients/client/go/model_source_position.go index 364404bd52..7cd1102318 100644 --- a/clients/client/go/model_source_position.go +++ b/clients/client/go/model_source_position.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_subject_set.go b/clients/client/go/model_subject_set.go index b393495159..1acc490174 100644 --- a/clients/client/go/model_subject_set.go +++ b/clients/client/go/model_subject_set.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_subscription.go b/clients/client/go/model_subscription.go index 3b849fedb3..6803154d0e 100644 --- a/clients/client/go/model_subscription.go +++ b/clients/client/go/model_subscription.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_successful_code_exchange_response.go b/clients/client/go/model_successful_code_exchange_response.go index a65f357ab9..737ba0350f 100644 --- a/clients/client/go/model_successful_code_exchange_response.go +++ b/clients/client/go/model_successful_code_exchange_response.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_successful_native_login.go b/clients/client/go/model_successful_native_login.go index eb676bfc42..b1cbf510a2 100644 --- a/clients/client/go/model_successful_native_login.go +++ b/clients/client/go/model_successful_native_login.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_successful_native_registration.go b/clients/client/go/model_successful_native_registration.go index b7fca64952..9cb24e4dde 100644 --- a/clients/client/go/model_successful_native_registration.go +++ b/clients/client/go/model_successful_native_registration.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_successful_project_update.go b/clients/client/go/model_successful_project_update.go index e561f4dc3d..72b89cb4d2 100644 --- a/clients/client/go/model_successful_project_update.go +++ b/clients/client/go/model_successful_project_update.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_tax_line_item.go b/clients/client/go/model_tax_line_item.go index 84d95c8501..4681af472d 100644 --- a/clients/client/go/model_tax_line_item.go +++ b/clients/client/go/model_tax_line_item.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_time_interval.go b/clients/client/go/model_time_interval.go index 8eb2d5a4f3..604b83f931 100644 --- a/clients/client/go/model_time_interval.go +++ b/clients/client/go/model_time_interval.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_token_pagination.go b/clients/client/go/model_token_pagination.go index ebd30e366e..5d4b378158 100644 --- a/clients/client/go/model_token_pagination.go +++ b/clients/client/go/model_token_pagination.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_token_pagination_headers.go b/clients/client/go/model_token_pagination_headers.go index 28bf666b58..6c5817d97d 100644 --- a/clients/client/go/model_token_pagination_headers.go +++ b/clients/client/go/model_token_pagination_headers.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_token_pagination_request_parameters.go b/clients/client/go/model_token_pagination_request_parameters.go index 70d8079946..f37d5d2b5e 100644 --- a/clients/client/go/model_token_pagination_request_parameters.go +++ b/clients/client/go/model_token_pagination_request_parameters.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_token_pagination_response_headers.go b/clients/client/go/model_token_pagination_response_headers.go index 36a4102403..db663b5d11 100644 --- a/clients/client/go/model_token_pagination_response_headers.go +++ b/clients/client/go/model_token_pagination_response_headers.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_trust_o_auth2_jwt_grant_issuer.go b/clients/client/go/model_trust_o_auth2_jwt_grant_issuer.go index abdfe9ddd5..df47ae2aa1 100644 --- a/clients/client/go/model_trust_o_auth2_jwt_grant_issuer.go +++ b/clients/client/go/model_trust_o_auth2_jwt_grant_issuer.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_trusted_o_auth2_jwt_grant_issuer.go b/clients/client/go/model_trusted_o_auth2_jwt_grant_issuer.go index 577fff90d1..b87a146684 100644 --- a/clients/client/go/model_trusted_o_auth2_jwt_grant_issuer.go +++ b/clients/client/go/model_trusted_o_auth2_jwt_grant_issuer.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_trusted_o_auth2_jwt_grant_json_web_key.go b/clients/client/go/model_trusted_o_auth2_jwt_grant_json_web_key.go index b9aa7a3621..64ef67f34e 100644 --- a/clients/client/go/model_trusted_o_auth2_jwt_grant_json_web_key.go +++ b/clients/client/go/model_trusted_o_auth2_jwt_grant_json_web_key.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_ui_container.go b/clients/client/go/model_ui_container.go index 19e8692e1f..9de6667994 100644 --- a/clients/client/go/model_ui_container.go +++ b/clients/client/go/model_ui_container.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_ui_node.go b/clients/client/go/model_ui_node.go index 4b231512e8..1b42fa56e9 100644 --- a/clients/client/go/model_ui_node.go +++ b/clients/client/go/model_ui_node.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_ui_node_anchor_attributes.go b/clients/client/go/model_ui_node_anchor_attributes.go index 675f8c610b..5f28b622fa 100644 --- a/clients/client/go/model_ui_node_anchor_attributes.go +++ b/clients/client/go/model_ui_node_anchor_attributes.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_ui_node_attributes.go b/clients/client/go/model_ui_node_attributes.go index d193e7a3cb..8bba1a414e 100644 --- a/clients/client/go/model_ui_node_attributes.go +++ b/clients/client/go/model_ui_node_attributes.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_ui_node_image_attributes.go b/clients/client/go/model_ui_node_image_attributes.go index e0a6076c0b..2117df33e6 100644 --- a/clients/client/go/model_ui_node_image_attributes.go +++ b/clients/client/go/model_ui_node_image_attributes.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_ui_node_input_attributes.go b/clients/client/go/model_ui_node_input_attributes.go index 617993f0c8..2c0ff17ede 100644 --- a/clients/client/go/model_ui_node_input_attributes.go +++ b/clients/client/go/model_ui_node_input_attributes.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_ui_node_meta.go b/clients/client/go/model_ui_node_meta.go index 907422174b..304b32b5b3 100644 --- a/clients/client/go/model_ui_node_meta.go +++ b/clients/client/go/model_ui_node_meta.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_ui_node_script_attributes.go b/clients/client/go/model_ui_node_script_attributes.go index 511f93e257..65e5f82998 100644 --- a/clients/client/go/model_ui_node_script_attributes.go +++ b/clients/client/go/model_ui_node_script_attributes.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_ui_node_text_attributes.go b/clients/client/go/model_ui_node_text_attributes.go index 3f215305e6..d2dc230dda 100644 --- a/clients/client/go/model_ui_node_text_attributes.go +++ b/clients/client/go/model_ui_node_text_attributes.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_ui_text.go b/clients/client/go/model_ui_text.go index 4ccc57d45e..fab87338c1 100644 --- a/clients/client/go/model_ui_text.go +++ b/clients/client/go/model_ui_text.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_update_identity_body.go b/clients/client/go/model_update_identity_body.go index b990529a5b..533729c9cb 100644 --- a/clients/client/go/model_update_identity_body.go +++ b/clients/client/go/model_update_identity_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_update_login_flow_body.go b/clients/client/go/model_update_login_flow_body.go index 675a6b8719..bd47b40d10 100644 --- a/clients/client/go/model_update_login_flow_body.go +++ b/clients/client/go/model_update_login_flow_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_update_login_flow_with_code_method.go b/clients/client/go/model_update_login_flow_with_code_method.go index a3c85c8f91..295f78c3ad 100644 --- a/clients/client/go/model_update_login_flow_with_code_method.go +++ b/clients/client/go/model_update_login_flow_with_code_method.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_update_login_flow_with_identifier_first_method.go b/clients/client/go/model_update_login_flow_with_identifier_first_method.go index fe18230a4e..93d74c3a5d 100644 --- a/clients/client/go/model_update_login_flow_with_identifier_first_method.go +++ b/clients/client/go/model_update_login_flow_with_identifier_first_method.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_update_login_flow_with_lookup_secret_method.go b/clients/client/go/model_update_login_flow_with_lookup_secret_method.go index 499c751be2..78cb2ec306 100644 --- a/clients/client/go/model_update_login_flow_with_lookup_secret_method.go +++ b/clients/client/go/model_update_login_flow_with_lookup_secret_method.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_update_login_flow_with_oidc_method.go b/clients/client/go/model_update_login_flow_with_oidc_method.go index 69ab083a74..4811a103dd 100644 --- a/clients/client/go/model_update_login_flow_with_oidc_method.go +++ b/clients/client/go/model_update_login_flow_with_oidc_method.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_update_login_flow_with_passkey_method.go b/clients/client/go/model_update_login_flow_with_passkey_method.go index c430154eae..09a09efbe6 100644 --- a/clients/client/go/model_update_login_flow_with_passkey_method.go +++ b/clients/client/go/model_update_login_flow_with_passkey_method.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_update_login_flow_with_password_method.go b/clients/client/go/model_update_login_flow_with_password_method.go index 1e7886dde4..55128b9ac3 100644 --- a/clients/client/go/model_update_login_flow_with_password_method.go +++ b/clients/client/go/model_update_login_flow_with_password_method.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_update_login_flow_with_totp_method.go b/clients/client/go/model_update_login_flow_with_totp_method.go index e07447cbb7..73d5f93cf3 100644 --- a/clients/client/go/model_update_login_flow_with_totp_method.go +++ b/clients/client/go/model_update_login_flow_with_totp_method.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_update_login_flow_with_web_authn_method.go b/clients/client/go/model_update_login_flow_with_web_authn_method.go index 5d2bca7d61..bae8a2ae0e 100644 --- a/clients/client/go/model_update_login_flow_with_web_authn_method.go +++ b/clients/client/go/model_update_login_flow_with_web_authn_method.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_update_recovery_flow_body.go b/clients/client/go/model_update_recovery_flow_body.go index 789c470b05..cb03a3c13c 100644 --- a/clients/client/go/model_update_recovery_flow_body.go +++ b/clients/client/go/model_update_recovery_flow_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_update_recovery_flow_with_code_method.go b/clients/client/go/model_update_recovery_flow_with_code_method.go index c1213b0629..b06d6793ec 100644 --- a/clients/client/go/model_update_recovery_flow_with_code_method.go +++ b/clients/client/go/model_update_recovery_flow_with_code_method.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_update_recovery_flow_with_link_method.go b/clients/client/go/model_update_recovery_flow_with_link_method.go index e82b23628e..5e8e5a8991 100644 --- a/clients/client/go/model_update_recovery_flow_with_link_method.go +++ b/clients/client/go/model_update_recovery_flow_with_link_method.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_update_registration_flow_body.go b/clients/client/go/model_update_registration_flow_body.go index 5d258af060..4c752d41fd 100644 --- a/clients/client/go/model_update_registration_flow_body.go +++ b/clients/client/go/model_update_registration_flow_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_update_registration_flow_with_code_method.go b/clients/client/go/model_update_registration_flow_with_code_method.go index 5b62e7f734..98a5061156 100644 --- a/clients/client/go/model_update_registration_flow_with_code_method.go +++ b/clients/client/go/model_update_registration_flow_with_code_method.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_update_registration_flow_with_oidc_method.go b/clients/client/go/model_update_registration_flow_with_oidc_method.go index b02902e50b..8c1c2c08b0 100644 --- a/clients/client/go/model_update_registration_flow_with_oidc_method.go +++ b/clients/client/go/model_update_registration_flow_with_oidc_method.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_update_registration_flow_with_passkey_method.go b/clients/client/go/model_update_registration_flow_with_passkey_method.go index 59a74f3d2a..cb8c548f02 100644 --- a/clients/client/go/model_update_registration_flow_with_passkey_method.go +++ b/clients/client/go/model_update_registration_flow_with_passkey_method.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_update_registration_flow_with_password_method.go b/clients/client/go/model_update_registration_flow_with_password_method.go index f609c2044f..8f78a64288 100644 --- a/clients/client/go/model_update_registration_flow_with_password_method.go +++ b/clients/client/go/model_update_registration_flow_with_password_method.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_update_registration_flow_with_profile_method.go b/clients/client/go/model_update_registration_flow_with_profile_method.go index 09e078085d..b77832529f 100644 --- a/clients/client/go/model_update_registration_flow_with_profile_method.go +++ b/clients/client/go/model_update_registration_flow_with_profile_method.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_update_registration_flow_with_web_authn_method.go b/clients/client/go/model_update_registration_flow_with_web_authn_method.go index 3e96aaf04c..3082190314 100644 --- a/clients/client/go/model_update_registration_flow_with_web_authn_method.go +++ b/clients/client/go/model_update_registration_flow_with_web_authn_method.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_update_settings_flow_body.go b/clients/client/go/model_update_settings_flow_body.go index 1379acd529..4a54b456f5 100644 --- a/clients/client/go/model_update_settings_flow_body.go +++ b/clients/client/go/model_update_settings_flow_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_update_settings_flow_with_lookup_method.go b/clients/client/go/model_update_settings_flow_with_lookup_method.go index 0cef24fa21..33bb034b76 100644 --- a/clients/client/go/model_update_settings_flow_with_lookup_method.go +++ b/clients/client/go/model_update_settings_flow_with_lookup_method.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_update_settings_flow_with_oidc_method.go b/clients/client/go/model_update_settings_flow_with_oidc_method.go index e2bc4e4cf7..de17af8ce3 100644 --- a/clients/client/go/model_update_settings_flow_with_oidc_method.go +++ b/clients/client/go/model_update_settings_flow_with_oidc_method.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_update_settings_flow_with_passkey_method.go b/clients/client/go/model_update_settings_flow_with_passkey_method.go index 5bb4a726a5..c13823b684 100644 --- a/clients/client/go/model_update_settings_flow_with_passkey_method.go +++ b/clients/client/go/model_update_settings_flow_with_passkey_method.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_update_settings_flow_with_password_method.go b/clients/client/go/model_update_settings_flow_with_password_method.go index bec99ba510..b253ef9d77 100644 --- a/clients/client/go/model_update_settings_flow_with_password_method.go +++ b/clients/client/go/model_update_settings_flow_with_password_method.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_update_settings_flow_with_profile_method.go b/clients/client/go/model_update_settings_flow_with_profile_method.go index 52fa0dfdc2..d47ce05495 100644 --- a/clients/client/go/model_update_settings_flow_with_profile_method.go +++ b/clients/client/go/model_update_settings_flow_with_profile_method.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_update_settings_flow_with_totp_method.go b/clients/client/go/model_update_settings_flow_with_totp_method.go index e8f3851767..f51bd0f08a 100644 --- a/clients/client/go/model_update_settings_flow_with_totp_method.go +++ b/clients/client/go/model_update_settings_flow_with_totp_method.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_update_settings_flow_with_web_authn_method.go b/clients/client/go/model_update_settings_flow_with_web_authn_method.go index 6823522eea..17ab789036 100644 --- a/clients/client/go/model_update_settings_flow_with_web_authn_method.go +++ b/clients/client/go/model_update_settings_flow_with_web_authn_method.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_update_subscription_body.go b/clients/client/go/model_update_subscription_body.go index 9366642036..83e74f95f1 100644 --- a/clients/client/go/model_update_subscription_body.go +++ b/clients/client/go/model_update_subscription_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_update_verification_flow_body.go b/clients/client/go/model_update_verification_flow_body.go index 1af14cdc92..52fdb850d4 100644 --- a/clients/client/go/model_update_verification_flow_body.go +++ b/clients/client/go/model_update_verification_flow_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_update_verification_flow_with_code_method.go b/clients/client/go/model_update_verification_flow_with_code_method.go index 390de0466a..80fb94102a 100644 --- a/clients/client/go/model_update_verification_flow_with_code_method.go +++ b/clients/client/go/model_update_verification_flow_with_code_method.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_update_verification_flow_with_link_method.go b/clients/client/go/model_update_verification_flow_with_link_method.go index 37748d57b9..5b9a667990 100644 --- a/clients/client/go/model_update_verification_flow_with_link_method.go +++ b/clients/client/go/model_update_verification_flow_with_link_method.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_update_workspace_body.go b/clients/client/go/model_update_workspace_body.go index d68fca999f..3c83245a29 100644 --- a/clients/client/go/model_update_workspace_body.go +++ b/clients/client/go/model_update_workspace_body.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_usage.go b/clients/client/go/model_usage.go index 8be1b8e99f..43570059ee 100644 --- a/clients/client/go/model_usage.go +++ b/clients/client/go/model_usage.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_verifiable_credential_priming_response.go b/clients/client/go/model_verifiable_credential_priming_response.go index a877e60c43..864a8d927f 100644 --- a/clients/client/go/model_verifiable_credential_priming_response.go +++ b/clients/client/go/model_verifiable_credential_priming_response.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_verifiable_credential_proof.go b/clients/client/go/model_verifiable_credential_proof.go index 81c530df23..3f9a8fc9c4 100644 --- a/clients/client/go/model_verifiable_credential_proof.go +++ b/clients/client/go/model_verifiable_credential_proof.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_verifiable_credential_response.go b/clients/client/go/model_verifiable_credential_response.go index 432275539d..83063129a1 100644 --- a/clients/client/go/model_verifiable_credential_response.go +++ b/clients/client/go/model_verifiable_credential_response.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_verifiable_identity_address.go b/clients/client/go/model_verifiable_identity_address.go index 22ba25afdf..04c4267169 100644 --- a/clients/client/go/model_verifiable_identity_address.go +++ b/clients/client/go/model_verifiable_identity_address.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_verification_flow.go b/clients/client/go/model_verification_flow.go index e287ee0fad..03bd972aa1 100644 --- a/clients/client/go/model_verification_flow.go +++ b/clients/client/go/model_verification_flow.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_verification_flow_state.go b/clients/client/go/model_verification_flow_state.go index 8a04f67c74..a62e1441d7 100644 --- a/clients/client/go/model_verification_flow_state.go +++ b/clients/client/go/model_verification_flow_state.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_version.go b/clients/client/go/model_version.go index 4c2bda2a6c..b2cb1de1ec 100644 --- a/clients/client/go/model_version.go +++ b/clients/client/go/model_version.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_warning.go b/clients/client/go/model_warning.go index 0955da0090..e9ee66c8d7 100644 --- a/clients/client/go/model_warning.go +++ b/clients/client/go/model_warning.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_workspace.go b/clients/client/go/model_workspace.go index 3042509384..6af3cfde4f 100644 --- a/clients/client/go/model_workspace.go +++ b/clients/client/go/model_workspace.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/model_workspace_api_key.go b/clients/client/go/model_workspace_api_key.go index 876137588f..1feb188684 100644 --- a/clients/client/go/model_workspace_api_key.go +++ b/clients/client/go/model_workspace_api_key.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/response.go b/clients/client/go/response.go index e8815553cc..3c414a3272 100644 --- a/clients/client/go/response.go +++ b/clients/client/go/response.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/go/test/api_project_test.go b/clients/client/go/test/api_project_test.go index 921e4f17b6..8674a80e30 100644 --- a/clients/client/go/test/api_project_test.go +++ b/clients/client/go/test/api_project_test.go @@ -187,6 +187,21 @@ func Test_client_ProjectAPIService(t *testing.T) { }) + t.Run("Test ProjectAPIService PatchProjectWithRevision", func(t *testing.T) { + + t.Skip("skip test") // remove to run test + + var projectId string + var revisionId string + + resp, httpRes, err := apiClient.ProjectAPI.PatchProjectWithRevision(context.Background(), projectId, revisionId).Execute() + + require.Nil(t, err) + require.NotNil(t, resp) + assert.Equal(t, 200, httpRes.StatusCode) + + }) + t.Run("Test ProjectAPIService PurgeProject", func(t *testing.T) { t.Skip("skip test") // remove to run test diff --git a/clients/client/go/utils.go b/clients/client/go/utils.go index 5ce71c7410..1821fc9c51 100644 --- a/clients/client/go/utils.go +++ b/clients/client/go/utils.go @@ -3,7 +3,7 @@ Ory APIs Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -API version: v1.14.5 +API version: v1.15.0 Contact: support@ory.sh */ diff --git a/clients/client/java/README.md b/clients/client/java/README.md index b9384fb9a1..8823eb2a97 100644 --- a/clients/client/java/README.md +++ b/clients/client/java/README.md @@ -1,8 +1,8 @@ # client Ory APIs -- API version: v1.14.5 - - Build date: 2024-08-30T10:55:55.408409077Z[Etc/UTC] +- API version: v1.15.0 + - Build date: 2024-09-11T14:16:56.042339805Z[Etc/UTC] - Generator version: 7.7.0 Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed @@ -43,7 +43,7 @@ Add this dependency to your project's POM: sh.ory client - v1.14.5 + v1.15.0 compile ``` @@ -59,7 +59,7 @@ Add this dependency to your project's build file: } dependencies { - implementation "sh.ory:client:v1.14.5" + implementation "sh.ory:client:v1.15.0" } ``` @@ -73,7 +73,7 @@ mvn clean package Then manually install the following JARs: -* `target/client-v1.14.5.jar` +* `target/client-v1.15.0.jar` * `target/lib/*.jar` ## Getting Started @@ -238,6 +238,7 @@ Class | Method | HTTP request | Description *ProjectApi* | [**listProjectApiKeys**](docs/ProjectApi.md#listProjectApiKeys) | **GET** /projects/{project}/tokens | List a project's API Tokens *ProjectApi* | [**listProjects**](docs/ProjectApi.md#listProjects) | **GET** /projects | List All Projects *ProjectApi* | [**patchProject**](docs/ProjectApi.md#patchProject) | **PATCH** /projects/{project_id} | Patch an Ory Network Project Configuration +*ProjectApi* | [**patchProjectWithRevision**](docs/ProjectApi.md#patchProjectWithRevision) | **PATCH** /projects/{project_id}/revision/{revision_id} | Patch an Ory Network Project Configuration based on a revision ID *ProjectApi* | [**purgeProject**](docs/ProjectApi.md#purgeProject) | **DELETE** /projects/{project_id} | Irrecoverably purge a project *ProjectApi* | [**removeProjectMember**](docs/ProjectApi.md#removeProjectMember) | **DELETE** /projects/{project}/members/{member} | Remove a member associated with this project *ProjectApi* | [**setProject**](docs/ProjectApi.md#setProject) | **PUT** /projects/{project_id} | Update an Ory Network Project Configuration diff --git a/clients/client/java/api/openapi.yaml b/clients/client/java/api/openapi.yaml index d829aeff0a..5fd823f6dc 100644 --- a/clients/client/java/api/openapi.yaml +++ b/clients/client/java/api/openapi.yaml @@ -11,7 +11,7 @@ info: url: https://www.apache.org/licenses/LICENSE-2.0.html termsOfService: /ptos title: Ory APIs - version: v1.14.5 + version: v1.15.0 servers: - url: "https://{project-slug}.projects.oryapis.com/" variables: @@ -4375,6 +4375,105 @@ paths: x-content-type: application/json x-accepts: - application/json + /projects/{project_id}/revision/{revision_id}: + patch: + description: |- + This endpoints allows you to patch individual Ory Network Project configuration keys for + Ory's services (identity, permission, ...). The configuration format is fully compatible + with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). + + This endpoint expects the `version` key to be set in the payload. If it is unset, it + will try to import the config as if it is from the most recent version. + + If you have an older version of a configuration, you should set the version key in the payload! + + While this endpoint is able to process all configuration items related to features (e.g. password reset), + it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the + open source. + + For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings + to help you understand which parts of your config could not be processed. + operationId: patchProjectWithRevision + parameters: + - description: |- + Project ID + + The project's ID. + explode: false + in: path + name: project_id + required: true + schema: + type: string + style: simple + - description: |- + Revision ID + + The revision ID that this patch was generated for. + explode: false + in: path + name: revision_id + required: true + schema: + type: string + style: simple + requestBody: + content: + application/json: + schema: + items: + $ref: '#/components/schemas/jsonPatch' + type: array + x-originalParamName: Body + responses: + "200": + content: + application/json: + schema: + $ref: '#/components/schemas/successfulProjectUpdate' + description: successfulProjectUpdate + "400": + content: + application/json: + schema: + $ref: '#/components/schemas/errorGeneric' + description: errorGeneric + "401": + content: + application/json: + schema: + $ref: '#/components/schemas/errorGeneric' + description: errorGeneric + "403": + content: + application/json: + schema: + $ref: '#/components/schemas/errorGeneric' + description: errorGeneric + "404": + content: + application/json: + schema: + $ref: '#/components/schemas/errorGeneric' + description: errorGeneric + default: + content: + application/json: + schema: + $ref: '#/components/schemas/errorGeneric' + description: errorGeneric + security: + - oryWorkspaceApiKey: [] + servers: + - description: The Ory Network control plane API which is used to manage your + Ory Network projects and workspaces. + url: https://api.console.ory.sh + summary: Patch an Ory Network Project Configuration based on a revision ID + tags: + - project + x-content-type: application/json + x-accepts: + - application/json /projects/{project}/members: get: description: This endpoint requires the user to be a member of the project with @@ -17971,6 +18070,7 @@ components: data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks + captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions @@ -18001,6 +18101,7 @@ components: - data_location_us - m2m_token_issuance - permission_checks + - captcha - data_location_regional - rate_limit_tier - session_rate_limit_tier @@ -18032,6 +18133,7 @@ components: data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks + captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions diff --git a/clients/client/java/build.gradle b/clients/client/java/build.gradle index 3bdcf78995..33513ded49 100644 --- a/clients/client/java/build.gradle +++ b/clients/client/java/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'java' apply plugin: 'com.diffplug.spotless' group = 'sh.ory' -version = 'v1.14.5' +version = 'v1.15.0' buildscript { repositories { diff --git a/clients/client/java/build.sbt b/clients/client/java/build.sbt index c9dcaf8ae5..e0a726029c 100644 --- a/clients/client/java/build.sbt +++ b/clients/client/java/build.sbt @@ -2,7 +2,7 @@ lazy val root = (project in file(".")). settings( organization := "sh.ory", name := "client", - version := "v1.14.5", + version := "v1.15.0", scalaVersion := "2.11.4", scalacOptions ++= Seq("-feature"), javacOptions in compile ++= Seq("-Xlint:deprecation"), diff --git a/clients/client/java/docs/ProjectApi.md b/clients/client/java/docs/ProjectApi.md index e7894f1175..a0c61caaa3 100644 --- a/clients/client/java/docs/ProjectApi.md +++ b/clients/client/java/docs/ProjectApi.md @@ -16,6 +16,7 @@ All URIs are relative to *https://.projects.oryapis.com* | [**listProjectApiKeys**](ProjectApi.md#listProjectApiKeys) | **GET** /projects/{project}/tokens | List a project's API Tokens | | [**listProjects**](ProjectApi.md#listProjects) | **GET** /projects | List All Projects | | [**patchProject**](ProjectApi.md#patchProject) | **PATCH** /projects/{project_id} | Patch an Ory Network Project Configuration | +| [**patchProjectWithRevision**](ProjectApi.md#patchProjectWithRevision) | **PATCH** /projects/{project_id}/revision/{revision_id} | Patch an Ory Network Project Configuration based on a revision ID | | [**purgeProject**](ProjectApi.md#purgeProject) | **DELETE** /projects/{project_id} | Irrecoverably purge a project | | [**removeProjectMember**](ProjectApi.md#removeProjectMember) | **DELETE** /projects/{project}/members/{member} | Remove a member associated with this project | | [**setProject**](ProjectApi.md#setProject) | **PUT** /projects/{project_id} | Update an Ory Network Project Configuration | @@ -876,6 +877,82 @@ public class Example { | **404** | errorGeneric | - | | **0** | errorGeneric | - | + +# **patchProjectWithRevision** +> SuccessfulProjectUpdate patchProjectWithRevision(projectId, revisionId, jsonPatch) + +Patch an Ory Network Project Configuration based on a revision ID + +This endpoints allows you to patch individual Ory Network Project configuration keys for Ory's services (identity, permission, ...). The configuration format is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version. If you have an older version of a configuration, you should set the version key in the payload! While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source. For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed. + +### Example +```java +// Import classes: +import sh.ory.ApiClient; +import sh.ory.ApiException; +import sh.ory.Configuration; +import sh.ory.auth.*; +import sh.ory.models.*; +import sh.ory.api.ProjectApi; + +public class Example { + public static void main(String[] args) { + ApiClient defaultClient = Configuration.getDefaultApiClient(); + defaultClient.setBasePath("https://.projects.oryapis.com"); + + // Configure HTTP bearer authorization: oryWorkspaceApiKey + HttpBearerAuth oryWorkspaceApiKey = (HttpBearerAuth) defaultClient.getAuthentication("oryWorkspaceApiKey"); + oryWorkspaceApiKey.setBearerToken("BEARER TOKEN"); + + ProjectApi apiInstance = new ProjectApi(defaultClient); + String projectId = "projectId_example"; // String | Project ID The project's ID. + String revisionId = "revisionId_example"; // String | Revision ID The revision ID that this patch was generated for. + List jsonPatch = Arrays.asList(); // List | + try { + SuccessfulProjectUpdate result = apiInstance.patchProjectWithRevision(projectId, revisionId, jsonPatch); + System.out.println(result); + } catch (ApiException e) { + System.err.println("Exception when calling ProjectApi#patchProjectWithRevision"); + System.err.println("Status code: " + e.getCode()); + System.err.println("Reason: " + e.getResponseBody()); + System.err.println("Response headers: " + e.getResponseHeaders()); + e.printStackTrace(); + } + } +} +``` + +### Parameters + +| Name | Type | Description | Notes | +|------------- | ------------- | ------------- | -------------| +| **projectId** | **String**| Project ID The project's ID. | | +| **revisionId** | **String**| Revision ID The revision ID that this patch was generated for. | | +| **jsonPatch** | [**List<JsonPatch>**](JsonPatch.md)| | [optional] | + +### Return type + +[**SuccessfulProjectUpdate**](SuccessfulProjectUpdate.md) + +### Authorization + +[oryWorkspaceApiKey](../README.md#oryWorkspaceApiKey) + +### HTTP request headers + + - **Content-Type**: application/json + - **Accept**: application/json + +### HTTP response details +| Status code | Description | Response headers | +|-------------|-------------|------------------| +| **200** | successfulProjectUpdate | - | +| **400** | errorGeneric | - | +| **401** | errorGeneric | - | +| **403** | errorGeneric | - | +| **404** | errorGeneric | - | +| **0** | errorGeneric | - | + # **purgeProject** > purgeProject(projectId) diff --git a/clients/client/java/docs/QuotaUsage.md b/clients/client/java/docs/QuotaUsage.md index 6190e7abef..ebafbf4167 100644 --- a/clients/client/java/docs/QuotaUsage.md +++ b/clients/client/java/docs/QuotaUsage.md @@ -9,7 +9,7 @@ |------------ | ------------- | ------------- | -------------| |**additionalPrice** | **String** | The additional price per unit in cents. | | |**canUseMore** | **Boolean** | | | -|**feature** | [**FeatureEnum**](#FeatureEnum) | production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect | | +|**feature** | [**FeatureEnum**](#FeatureEnum) | production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect | | |**featureAvailable** | **Boolean** | | | |**included** | **Long** | | | |**used** | **Long** | | | @@ -43,6 +43,7 @@ | DATA_LOCATION_US | "data_location_us" | | M2M_TOKEN_ISSUANCE | "m2m_token_issuance" | | PERMISSION_CHECKS | "permission_checks" | +| CAPTCHA | "captcha" | | DATA_LOCATION_REGIONAL | "data_location_regional" | | RATE_LIMIT_TIER | "rate_limit_tier" | | SESSION_RATE_LIMIT_TIER | "session_rate_limit_tier" | diff --git a/clients/client/java/src/main/java/sh/ory/ApiCallback.java b/clients/client/java/src/main/java/sh/ory/ApiCallback.java index 817bf0e624..b2ab653a6b 100644 --- a/clients/client/java/src/main/java/sh/ory/ApiCallback.java +++ b/clients/client/java/src/main/java/sh/ory/ApiCallback.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/main/java/sh/ory/ApiClient.java b/clients/client/java/src/main/java/sh/ory/ApiClient.java index ef5cc3dc13..730cd74abd 100644 --- a/clients/client/java/src/main/java/sh/ory/ApiClient.java +++ b/clients/client/java/src/main/java/sh/ory/ApiClient.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -231,7 +231,7 @@ private void init() { json = new JSON(); // Set default User-Agent. - setUserAgent("OpenAPI-Generator/v1.14.5/java"); + setUserAgent("OpenAPI-Generator/v1.15.0/java"); authentications = new HashMap(); } diff --git a/clients/client/java/src/main/java/sh/ory/ApiException.java b/clients/client/java/src/main/java/sh/ory/ApiException.java index 847be05895..a5b5838c9a 100644 --- a/clients/client/java/src/main/java/sh/ory/ApiException.java +++ b/clients/client/java/src/main/java/sh/ory/ApiException.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,7 +21,7 @@ *

ApiException class.

*/ @SuppressWarnings("serial") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ApiException extends Exception { private static final long serialVersionUID = 1L; diff --git a/clients/client/java/src/main/java/sh/ory/ApiResponse.java b/clients/client/java/src/main/java/sh/ory/ApiResponse.java index 0f443eaeaf..205069712a 100644 --- a/clients/client/java/src/main/java/sh/ory/ApiResponse.java +++ b/clients/client/java/src/main/java/sh/ory/ApiResponse.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/main/java/sh/ory/Configuration.java b/clients/client/java/src/main/java/sh/ory/Configuration.java index 1493526147..6d77c3a3ae 100644 --- a/clients/client/java/src/main/java/sh/ory/Configuration.java +++ b/clients/client/java/src/main/java/sh/ory/Configuration.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -13,9 +13,9 @@ package sh.ory; -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class Configuration { - public static final String VERSION = "v1.14.5"; + public static final String VERSION = "v1.15.0"; private static ApiClient defaultApiClient = new ApiClient(); diff --git a/clients/client/java/src/main/java/sh/ory/GzipRequestInterceptor.java b/clients/client/java/src/main/java/sh/ory/GzipRequestInterceptor.java index 0e3dae4f38..1ab145ea72 100644 --- a/clients/client/java/src/main/java/sh/ory/GzipRequestInterceptor.java +++ b/clients/client/java/src/main/java/sh/ory/GzipRequestInterceptor.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/main/java/sh/ory/JSON.java b/clients/client/java/src/main/java/sh/ory/JSON.java index e3dc48e3ac..fae30ce1d3 100644 --- a/clients/client/java/src/main/java/sh/ory/JSON.java +++ b/clients/client/java/src/main/java/sh/ory/JSON.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/main/java/sh/ory/Pair.java b/clients/client/java/src/main/java/sh/ory/Pair.java index 94663576a5..620b7075ca 100644 --- a/clients/client/java/src/main/java/sh/ory/Pair.java +++ b/clients/client/java/src/main/java/sh/ory/Pair.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -13,7 +13,7 @@ package sh.ory; -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class Pair { private String name = ""; private String value = ""; diff --git a/clients/client/java/src/main/java/sh/ory/ProgressRequestBody.java b/clients/client/java/src/main/java/sh/ory/ProgressRequestBody.java index cabefd81a4..11ee0903db 100644 --- a/clients/client/java/src/main/java/sh/ory/ProgressRequestBody.java +++ b/clients/client/java/src/main/java/sh/ory/ProgressRequestBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/main/java/sh/ory/ProgressResponseBody.java b/clients/client/java/src/main/java/sh/ory/ProgressResponseBody.java index 04f453cbae..9a11122854 100644 --- a/clients/client/java/src/main/java/sh/ory/ProgressResponseBody.java +++ b/clients/client/java/src/main/java/sh/ory/ProgressResponseBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/main/java/sh/ory/ServerConfiguration.java b/clients/client/java/src/main/java/sh/ory/ServerConfiguration.java index 49fa2fb835..7a43f8464c 100644 --- a/clients/client/java/src/main/java/sh/ory/ServerConfiguration.java +++ b/clients/client/java/src/main/java/sh/ory/ServerConfiguration.java @@ -5,7 +5,7 @@ /** * Representing a Server configuration. */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ServerConfiguration { public String URL; public String description; diff --git a/clients/client/java/src/main/java/sh/ory/ServerVariable.java b/clients/client/java/src/main/java/sh/ory/ServerVariable.java index 0d2f74de35..e7600312bd 100644 --- a/clients/client/java/src/main/java/sh/ory/ServerVariable.java +++ b/clients/client/java/src/main/java/sh/ory/ServerVariable.java @@ -5,7 +5,7 @@ /** * Representing a Server Variable for server URL template substitution. */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ServerVariable { public String description; public String defaultValue; diff --git a/clients/client/java/src/main/java/sh/ory/StringUtil.java b/clients/client/java/src/main/java/sh/ory/StringUtil.java index f8f6707f2b..3a2cd38595 100644 --- a/clients/client/java/src/main/java/sh/ory/StringUtil.java +++ b/clients/client/java/src/main/java/sh/ory/StringUtil.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import java.util.Collection; import java.util.Iterator; -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class StringUtil { /** * Check if the given array contains the given value (with case-insensitive comparison). diff --git a/clients/client/java/src/main/java/sh/ory/api/CourierApi.java b/clients/client/java/src/main/java/sh/ory/api/CourierApi.java index fca1a7d4ff..fee2cf9a0c 100644 --- a/clients/client/java/src/main/java/sh/ory/api/CourierApi.java +++ b/clients/client/java/src/main/java/sh/ory/api/CourierApi.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/main/java/sh/ory/api/EventsApi.java b/clients/client/java/src/main/java/sh/ory/api/EventsApi.java index 0ac13358b7..23c65bcb07 100644 --- a/clients/client/java/src/main/java/sh/ory/api/EventsApi.java +++ b/clients/client/java/src/main/java/sh/ory/api/EventsApi.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/main/java/sh/ory/api/FrontendApi.java b/clients/client/java/src/main/java/sh/ory/api/FrontendApi.java index ffd31938c3..aeeb11dbea 100644 --- a/clients/client/java/src/main/java/sh/ory/api/FrontendApi.java +++ b/clients/client/java/src/main/java/sh/ory/api/FrontendApi.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/main/java/sh/ory/api/IdentityApi.java b/clients/client/java/src/main/java/sh/ory/api/IdentityApi.java index 7ac4f29ff5..036e70f971 100644 --- a/clients/client/java/src/main/java/sh/ory/api/IdentityApi.java +++ b/clients/client/java/src/main/java/sh/ory/api/IdentityApi.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/main/java/sh/ory/api/JwkApi.java b/clients/client/java/src/main/java/sh/ory/api/JwkApi.java index ab044dfaa0..bd1ec477d5 100644 --- a/clients/client/java/src/main/java/sh/ory/api/JwkApi.java +++ b/clients/client/java/src/main/java/sh/ory/api/JwkApi.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/main/java/sh/ory/api/MetadataApi.java b/clients/client/java/src/main/java/sh/ory/api/MetadataApi.java index 80493bf65d..07b5691989 100644 --- a/clients/client/java/src/main/java/sh/ory/api/MetadataApi.java +++ b/clients/client/java/src/main/java/sh/ory/api/MetadataApi.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/main/java/sh/ory/api/OAuth2Api.java b/clients/client/java/src/main/java/sh/ory/api/OAuth2Api.java index 132b105dfb..bde29148f4 100644 --- a/clients/client/java/src/main/java/sh/ory/api/OAuth2Api.java +++ b/clients/client/java/src/main/java/sh/ory/api/OAuth2Api.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/main/java/sh/ory/api/OidcApi.java b/clients/client/java/src/main/java/sh/ory/api/OidcApi.java index ce611f943d..ed76eeeb31 100644 --- a/clients/client/java/src/main/java/sh/ory/api/OidcApi.java +++ b/clients/client/java/src/main/java/sh/ory/api/OidcApi.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/main/java/sh/ory/api/PermissionApi.java b/clients/client/java/src/main/java/sh/ory/api/PermissionApi.java index 0228073be7..305e30427c 100644 --- a/clients/client/java/src/main/java/sh/ory/api/PermissionApi.java +++ b/clients/client/java/src/main/java/sh/ory/api/PermissionApi.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/main/java/sh/ory/api/ProjectApi.java b/clients/client/java/src/main/java/sh/ory/api/ProjectApi.java index 5e92676534..7fcada111e 100644 --- a/clients/client/java/src/main/java/sh/ory/api/ProjectApi.java +++ b/clients/client/java/src/main/java/sh/ory/api/ProjectApi.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -1760,6 +1760,164 @@ public okhttp3.Call patchProjectAsync(String projectId, List jsonPatc localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback); return localVarCall; } + /** + * Build call for patchProjectWithRevision + * @param projectId Project ID The project's ID. (required) + * @param revisionId Revision ID The revision ID that this patch was generated for. (required) + * @param jsonPatch (optional) + * @param _callback Callback for upload/download progress + * @return Call to execute + * @throws ApiException If fail to serialize the request body object + * @http.response.details + + + + + + + + +
Status Code Description Response Headers
200 successfulProjectUpdate -
400 errorGeneric -
401 errorGeneric -
403 errorGeneric -
404 errorGeneric -
0 errorGeneric -
+ */ + public okhttp3.Call patchProjectWithRevisionCall(String projectId, String revisionId, List jsonPatch, final ApiCallback _callback) throws ApiException { + String basePath = null; + // Operation Servers + String[] localBasePaths = new String[] { "https://api.console.ory.sh" }; + + // Determine Base Path to Use + if (localCustomBaseUrl != null){ + basePath = localCustomBaseUrl; + } else if ( localBasePaths.length > 0 ) { + basePath = localBasePaths[localHostIndex]; + } else { + basePath = null; + } + + Object localVarPostBody = jsonPatch; + + // create path and map variables + String localVarPath = "/projects/{project_id}/revision/{revision_id}" + .replace("{" + "project_id" + "}", localVarApiClient.escapeString(projectId.toString())) + .replace("{" + "revision_id" + "}", localVarApiClient.escapeString(revisionId.toString())); + + List localVarQueryParams = new ArrayList(); + List localVarCollectionQueryParams = new ArrayList(); + Map localVarHeaderParams = new HashMap(); + Map localVarCookieParams = new HashMap(); + Map localVarFormParams = new HashMap(); + + final String[] localVarAccepts = { + "application/json" + }; + final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts); + if (localVarAccept != null) { + localVarHeaderParams.put("Accept", localVarAccept); + } + + final String[] localVarContentTypes = { + "application/json" + }; + final String localVarContentType = localVarApiClient.selectHeaderContentType(localVarContentTypes); + if (localVarContentType != null) { + localVarHeaderParams.put("Content-Type", localVarContentType); + } + + String[] localVarAuthNames = new String[] { "oryWorkspaceApiKey" }; + return localVarApiClient.buildCall(basePath, localVarPath, "PATCH", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarCookieParams, localVarFormParams, localVarAuthNames, _callback); + } + + @SuppressWarnings("rawtypes") + private okhttp3.Call patchProjectWithRevisionValidateBeforeCall(String projectId, String revisionId, List jsonPatch, final ApiCallback _callback) throws ApiException { + // verify the required parameter 'projectId' is set + if (projectId == null) { + throw new ApiException("Missing the required parameter 'projectId' when calling patchProjectWithRevision(Async)"); + } + + // verify the required parameter 'revisionId' is set + if (revisionId == null) { + throw new ApiException("Missing the required parameter 'revisionId' when calling patchProjectWithRevision(Async)"); + } + + return patchProjectWithRevisionCall(projectId, revisionId, jsonPatch, _callback); + + } + + /** + * Patch an Ory Network Project Configuration based on a revision ID + * This endpoints allows you to patch individual Ory Network Project configuration keys for Ory's services (identity, permission, ...). The configuration format is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version. If you have an older version of a configuration, you should set the version key in the payload! While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source. For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed. + * @param projectId Project ID The project's ID. (required) + * @param revisionId Revision ID The revision ID that this patch was generated for. (required) + * @param jsonPatch (optional) + * @return SuccessfulProjectUpdate + * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body + * @http.response.details + + + + + + + + +
Status Code Description Response Headers
200 successfulProjectUpdate -
400 errorGeneric -
401 errorGeneric -
403 errorGeneric -
404 errorGeneric -
0 errorGeneric -
+ */ + public SuccessfulProjectUpdate patchProjectWithRevision(String projectId, String revisionId, List jsonPatch) throws ApiException { + ApiResponse localVarResp = patchProjectWithRevisionWithHttpInfo(projectId, revisionId, jsonPatch); + return localVarResp.getData(); + } + + /** + * Patch an Ory Network Project Configuration based on a revision ID + * This endpoints allows you to patch individual Ory Network Project configuration keys for Ory's services (identity, permission, ...). The configuration format is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version. If you have an older version of a configuration, you should set the version key in the payload! While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source. For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed. + * @param projectId Project ID The project's ID. (required) + * @param revisionId Revision ID The revision ID that this patch was generated for. (required) + * @param jsonPatch (optional) + * @return ApiResponse<SuccessfulProjectUpdate> + * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body + * @http.response.details + + + + + + + + +
Status Code Description Response Headers
200 successfulProjectUpdate -
400 errorGeneric -
401 errorGeneric -
403 errorGeneric -
404 errorGeneric -
0 errorGeneric -
+ */ + public ApiResponse patchProjectWithRevisionWithHttpInfo(String projectId, String revisionId, List jsonPatch) throws ApiException { + okhttp3.Call localVarCall = patchProjectWithRevisionValidateBeforeCall(projectId, revisionId, jsonPatch, null); + Type localVarReturnType = new TypeToken(){}.getType(); + return localVarApiClient.execute(localVarCall, localVarReturnType); + } + + /** + * Patch an Ory Network Project Configuration based on a revision ID (asynchronously) + * This endpoints allows you to patch individual Ory Network Project configuration keys for Ory's services (identity, permission, ...). The configuration format is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version. If you have an older version of a configuration, you should set the version key in the payload! While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source. For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed. + * @param projectId Project ID The project's ID. (required) + * @param revisionId Revision ID The revision ID that this patch was generated for. (required) + * @param jsonPatch (optional) + * @param _callback The callback to be executed when the API call finishes + * @return The request call + * @throws ApiException If fail to process the API call, e.g. serializing the request body object + * @http.response.details + + + + + + + + +
Status Code Description Response Headers
200 successfulProjectUpdate -
400 errorGeneric -
401 errorGeneric -
403 errorGeneric -
404 errorGeneric -
0 errorGeneric -
+ */ + public okhttp3.Call patchProjectWithRevisionAsync(String projectId, String revisionId, List jsonPatch, final ApiCallback _callback) throws ApiException { + + okhttp3.Call localVarCall = patchProjectWithRevisionValidateBeforeCall(projectId, revisionId, jsonPatch, _callback); + Type localVarReturnType = new TypeToken(){}.getType(); + localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback); + return localVarCall; + } /** * Build call for purgeProject * @param projectId Project ID The project's ID. (required) diff --git a/clients/client/java/src/main/java/sh/ory/api/RelationshipApi.java b/clients/client/java/src/main/java/sh/ory/api/RelationshipApi.java index d1eae2c5b9..82c49c88f0 100644 --- a/clients/client/java/src/main/java/sh/ory/api/RelationshipApi.java +++ b/clients/client/java/src/main/java/sh/ory/api/RelationshipApi.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/main/java/sh/ory/api/WellknownApi.java b/clients/client/java/src/main/java/sh/ory/api/WellknownApi.java index bd1c143b73..a808f40b50 100644 --- a/clients/client/java/src/main/java/sh/ory/api/WellknownApi.java +++ b/clients/client/java/src/main/java/sh/ory/api/WellknownApi.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/main/java/sh/ory/api/WorkspaceApi.java b/clients/client/java/src/main/java/sh/ory/api/WorkspaceApi.java index b7062ac5e4..6e601915f9 100644 --- a/clients/client/java/src/main/java/sh/ory/api/WorkspaceApi.java +++ b/clients/client/java/src/main/java/sh/ory/api/WorkspaceApi.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/main/java/sh/ory/auth/ApiKeyAuth.java b/clients/client/java/src/main/java/sh/ory/auth/ApiKeyAuth.java index 2e8a58514d..bf7963a9a3 100644 --- a/clients/client/java/src/main/java/sh/ory/auth/ApiKeyAuth.java +++ b/clients/client/java/src/main/java/sh/ory/auth/ApiKeyAuth.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import java.util.Map; import java.util.List; -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ApiKeyAuth implements Authentication { private final String location; private final String paramName; diff --git a/clients/client/java/src/main/java/sh/ory/auth/Authentication.java b/clients/client/java/src/main/java/sh/ory/auth/Authentication.java index bad87d1c75..77713dce3e 100644 --- a/clients/client/java/src/main/java/sh/ory/auth/Authentication.java +++ b/clients/client/java/src/main/java/sh/ory/auth/Authentication.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/main/java/sh/ory/auth/HttpBasicAuth.java b/clients/client/java/src/main/java/sh/ory/auth/HttpBasicAuth.java index 7598c2689f..753125339a 100644 --- a/clients/client/java/src/main/java/sh/ory/auth/HttpBasicAuth.java +++ b/clients/client/java/src/main/java/sh/ory/auth/HttpBasicAuth.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/main/java/sh/ory/auth/HttpBearerAuth.java b/clients/client/java/src/main/java/sh/ory/auth/HttpBearerAuth.java index 8c97970a98..409af7bcd6 100644 --- a/clients/client/java/src/main/java/sh/ory/auth/HttpBearerAuth.java +++ b/clients/client/java/src/main/java/sh/ory/auth/HttpBearerAuth.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,7 +22,7 @@ import java.util.Optional; import java.util.function.Supplier; -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class HttpBearerAuth implements Authentication { private final String scheme; private Supplier tokenSupplier; diff --git a/clients/client/java/src/main/java/sh/ory/auth/OAuth.java b/clients/client/java/src/main/java/sh/ory/auth/OAuth.java index 6458bdf7fe..d5b9b82f4b 100644 --- a/clients/client/java/src/main/java/sh/ory/auth/OAuth.java +++ b/clients/client/java/src/main/java/sh/ory/auth/OAuth.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import java.util.Map; import java.util.List; -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class OAuth implements Authentication { private String accessToken; diff --git a/clients/client/java/src/main/java/sh/ory/auth/OAuthFlow.java b/clients/client/java/src/main/java/sh/ory/auth/OAuthFlow.java index 2adcfca1e2..e4a7f3cab5 100644 --- a/clients/client/java/src/main/java/sh/ory/auth/OAuthFlow.java +++ b/clients/client/java/src/main/java/sh/ory/auth/OAuthFlow.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ /** * OAuth flows that are supported by this client */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public enum OAuthFlow { ACCESS_CODE, //called authorizationCode in OpenAPI 3.0 IMPLICIT, diff --git a/clients/client/java/src/main/java/sh/ory/model/AbstractOpenApiSchema.java b/clients/client/java/src/main/java/sh/ory/model/AbstractOpenApiSchema.java index ee8595e459..307d1d6b8c 100644 --- a/clients/client/java/src/main/java/sh/ory/model/AbstractOpenApiSchema.java +++ b/clients/client/java/src/main/java/sh/ory/model/AbstractOpenApiSchema.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,7 +21,7 @@ /** * Abstract class for oneOf,anyOf schemas defined in OpenAPI spec */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public abstract class AbstractOpenApiSchema { // store the actual instance of the schema/object diff --git a/clients/client/java/src/main/java/sh/ory/model/AcceptOAuth2ConsentRequest.java b/clients/client/java/src/main/java/sh/ory/model/AcceptOAuth2ConsentRequest.java index abd20f7326..bc59e6be1c 100644 --- a/clients/client/java/src/main/java/sh/ory/model/AcceptOAuth2ConsentRequest.java +++ b/clients/client/java/src/main/java/sh/ory/model/AcceptOAuth2ConsentRequest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -53,7 +53,7 @@ /** * AcceptOAuth2ConsentRequest */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class AcceptOAuth2ConsentRequest { public static final String SERIALIZED_NAME_CONTEXT = "context"; @SerializedName(SERIALIZED_NAME_CONTEXT) diff --git a/clients/client/java/src/main/java/sh/ory/model/AcceptOAuth2ConsentRequestSession.java b/clients/client/java/src/main/java/sh/ory/model/AcceptOAuth2ConsentRequestSession.java index dafb5cbc81..8c737e96b1 100644 --- a/clients/client/java/src/main/java/sh/ory/model/AcceptOAuth2ConsentRequestSession.java +++ b/clients/client/java/src/main/java/sh/ory/model/AcceptOAuth2ConsentRequestSession.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * AcceptOAuth2ConsentRequestSession */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class AcceptOAuth2ConsentRequestSession { public static final String SERIALIZED_NAME_ACCESS_TOKEN = "access_token"; @SerializedName(SERIALIZED_NAME_ACCESS_TOKEN) diff --git a/clients/client/java/src/main/java/sh/ory/model/AcceptOAuth2LoginRequest.java b/clients/client/java/src/main/java/sh/ory/model/AcceptOAuth2LoginRequest.java index edba2f8e0c..78492b7afc 100644 --- a/clients/client/java/src/main/java/sh/ory/model/AcceptOAuth2LoginRequest.java +++ b/clients/client/java/src/main/java/sh/ory/model/AcceptOAuth2LoginRequest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -51,7 +51,7 @@ /** * AcceptOAuth2LoginRequest */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class AcceptOAuth2LoginRequest { public static final String SERIALIZED_NAME_ACR = "acr"; @SerializedName(SERIALIZED_NAME_ACR) diff --git a/clients/client/java/src/main/java/sh/ory/model/AccountExperienceConfiguration.java b/clients/client/java/src/main/java/sh/ory/model/AccountExperienceConfiguration.java index e30798e1c1..a4d2a32bc7 100644 --- a/clients/client/java/src/main/java/sh/ory/model/AccountExperienceConfiguration.java +++ b/clients/client/java/src/main/java/sh/ory/model/AccountExperienceConfiguration.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -51,7 +51,7 @@ /** * AccountExperienceConfiguration */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class AccountExperienceConfiguration { public static final String SERIALIZED_NAME_ACCOUNT_EXPERIENCE_THEME_STYLESHEET = "account_experience_theme_stylesheet"; @SerializedName(SERIALIZED_NAME_ACCOUNT_EXPERIENCE_THEME_STYLESHEET) diff --git a/clients/client/java/src/main/java/sh/ory/model/AccountExperienceThemeVariables.java b/clients/client/java/src/main/java/sh/ory/model/AccountExperienceThemeVariables.java index ba2db5d482..e0885dd72e 100644 --- a/clients/client/java/src/main/java/sh/ory/model/AccountExperienceThemeVariables.java +++ b/clients/client/java/src/main/java/sh/ory/model/AccountExperienceThemeVariables.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * AccountExperienceThemeVariables */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class AccountExperienceThemeVariables { public static final String SERIALIZED_NAME_ACCENT = "accent"; @SerializedName(SERIALIZED_NAME_ACCENT) diff --git a/clients/client/java/src/main/java/sh/ory/model/ActiveProjectInConsole.java b/clients/client/java/src/main/java/sh/ory/model/ActiveProjectInConsole.java index ab9549906d..7eed760a00 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ActiveProjectInConsole.java +++ b/clients/client/java/src/main/java/sh/ory/model/ActiveProjectInConsole.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * The Active Project ID */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ActiveProjectInConsole { public static final String SERIALIZED_NAME_PROJECT_ID = "project_id"; @SerializedName(SERIALIZED_NAME_PROJECT_ID) diff --git a/clients/client/java/src/main/java/sh/ory/model/AddProjectToWorkspaceBody.java b/clients/client/java/src/main/java/sh/ory/model/AddProjectToWorkspaceBody.java index 6263c8af90..e6d8ef4b2b 100644 --- a/clients/client/java/src/main/java/sh/ory/model/AddProjectToWorkspaceBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/AddProjectToWorkspaceBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * AddProjectToWorkspaceBody */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class AddProjectToWorkspaceBody { /** * The environment of the project in the workspace. Can be one of \"prod\" or \"dev\". Note that the number of projects in the \"prod\" environment is limited depending on the subscription. prod Production stage Staging dev Development diff --git a/clients/client/java/src/main/java/sh/ory/model/Attribute.java b/clients/client/java/src/main/java/sh/ory/model/Attribute.java index 772e617d94..c6fd7f4fbe 100644 --- a/clients/client/java/src/main/java/sh/ory/model/Attribute.java +++ b/clients/client/java/src/main/java/sh/ory/model/Attribute.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Attribute */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class Attribute { public static final String SERIALIZED_NAME_KEY = "key"; @SerializedName(SERIALIZED_NAME_KEY) diff --git a/clients/client/java/src/main/java/sh/ory/model/AttributeFilter.java b/clients/client/java/src/main/java/sh/ory/model/AttributeFilter.java index 74ad274482..75157da3cf 100644 --- a/clients/client/java/src/main/java/sh/ory/model/AttributeFilter.java +++ b/clients/client/java/src/main/java/sh/ory/model/AttributeFilter.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * AttributeFilter */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class AttributeFilter { public static final String SERIALIZED_NAME_ATTRIBUTE = "attribute"; @SerializedName(SERIALIZED_NAME_ATTRIBUTE) diff --git a/clients/client/java/src/main/java/sh/ory/model/AttributesCountDatapoint.java b/clients/client/java/src/main/java/sh/ory/model/AttributesCountDatapoint.java index c277de83a7..3763969ee4 100644 --- a/clients/client/java/src/main/java/sh/ory/model/AttributesCountDatapoint.java +++ b/clients/client/java/src/main/java/sh/ory/model/AttributesCountDatapoint.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * AttributesCountDatapoint */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class AttributesCountDatapoint { public static final String SERIALIZED_NAME_COUNT = "count"; @SerializedName(SERIALIZED_NAME_COUNT) diff --git a/clients/client/java/src/main/java/sh/ory/model/AuthenticatorAssuranceLevel.java b/clients/client/java/src/main/java/sh/ory/model/AuthenticatorAssuranceLevel.java index c77abebdfc..b4e7facfd4 100644 --- a/clients/client/java/src/main/java/sh/ory/model/AuthenticatorAssuranceLevel.java +++ b/clients/client/java/src/main/java/sh/ory/model/AuthenticatorAssuranceLevel.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/main/java/sh/ory/model/BatchCheckPermissionBody.java b/clients/client/java/src/main/java/sh/ory/model/BatchCheckPermissionBody.java index b5eed5e33e..762ec3461b 100644 --- a/clients/client/java/src/main/java/sh/ory/model/BatchCheckPermissionBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/BatchCheckPermissionBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -52,7 +52,7 @@ /** * Batch Check Permission Body */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class BatchCheckPermissionBody { public static final String SERIALIZED_NAME_TUPLES = "tuples"; @SerializedName(SERIALIZED_NAME_TUPLES) diff --git a/clients/client/java/src/main/java/sh/ory/model/BatchCheckPermissionResult.java b/clients/client/java/src/main/java/sh/ory/model/BatchCheckPermissionResult.java index 440327b41a..f143ac8b0f 100644 --- a/clients/client/java/src/main/java/sh/ory/model/BatchCheckPermissionResult.java +++ b/clients/client/java/src/main/java/sh/ory/model/BatchCheckPermissionResult.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -52,7 +52,7 @@ /** * Batch Check Permission Result */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class BatchCheckPermissionResult { public static final String SERIALIZED_NAME_RESULTS = "results"; @SerializedName(SERIALIZED_NAME_RESULTS) diff --git a/clients/client/java/src/main/java/sh/ory/model/BatchPatchIdentitiesResponse.java b/clients/client/java/src/main/java/sh/ory/model/BatchPatchIdentitiesResponse.java index f35cf16bcb..6b5e951448 100644 --- a/clients/client/java/src/main/java/sh/ory/model/BatchPatchIdentitiesResponse.java +++ b/clients/client/java/src/main/java/sh/ory/model/BatchPatchIdentitiesResponse.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -52,7 +52,7 @@ /** * Patch identities response */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class BatchPatchIdentitiesResponse { public static final String SERIALIZED_NAME_IDENTITIES = "identities"; @SerializedName(SERIALIZED_NAME_IDENTITIES) diff --git a/clients/client/java/src/main/java/sh/ory/model/BillingPeriodBucket.java b/clients/client/java/src/main/java/sh/ory/model/BillingPeriodBucket.java index 1bbbfc4f58..ff674b7f5a 100644 --- a/clients/client/java/src/main/java/sh/ory/model/BillingPeriodBucket.java +++ b/clients/client/java/src/main/java/sh/ory/model/BillingPeriodBucket.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -53,7 +53,7 @@ /** * BillingPeriodBucket */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class BillingPeriodBucket { public static final String SERIALIZED_NAME_BASE_INVOICES = "base_invoices"; @SerializedName(SERIALIZED_NAME_BASE_INVOICES) diff --git a/clients/client/java/src/main/java/sh/ory/model/CheckOplSyntaxResult.java b/clients/client/java/src/main/java/sh/ory/model/CheckOplSyntaxResult.java index e76eb0e21a..f193212561 100644 --- a/clients/client/java/src/main/java/sh/ory/model/CheckOplSyntaxResult.java +++ b/clients/client/java/src/main/java/sh/ory/model/CheckOplSyntaxResult.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -52,7 +52,7 @@ /** * CheckOplSyntaxResult */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class CheckOplSyntaxResult { public static final String SERIALIZED_NAME_ERRORS = "errors"; @SerializedName(SERIALIZED_NAME_ERRORS) diff --git a/clients/client/java/src/main/java/sh/ory/model/CheckPermissionResult.java b/clients/client/java/src/main/java/sh/ory/model/CheckPermissionResult.java index 3e20775ef2..adc7b3caaf 100644 --- a/clients/client/java/src/main/java/sh/ory/model/CheckPermissionResult.java +++ b/clients/client/java/src/main/java/sh/ory/model/CheckPermissionResult.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * The content of the allowed field is mirrored in the HTTP status code. */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class CheckPermissionResult { public static final String SERIALIZED_NAME_ALLOWED = "allowed"; @SerializedName(SERIALIZED_NAME_ALLOWED) diff --git a/clients/client/java/src/main/java/sh/ory/model/CheckPermissionResultWithError.java b/clients/client/java/src/main/java/sh/ory/model/CheckPermissionResultWithError.java index f821648a34..d7584184b3 100644 --- a/clients/client/java/src/main/java/sh/ory/model/CheckPermissionResultWithError.java +++ b/clients/client/java/src/main/java/sh/ory/model/CheckPermissionResultWithError.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Check Permission Result With Error */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class CheckPermissionResultWithError { public static final String SERIALIZED_NAME_ALLOWED = "allowed"; @SerializedName(SERIALIZED_NAME_ALLOWED) diff --git a/clients/client/java/src/main/java/sh/ory/model/CloudAccount.java b/clients/client/java/src/main/java/sh/ory/model/CloudAccount.java index 604d02ba55..15c1a5b6e0 100644 --- a/clients/client/java/src/main/java/sh/ory/model/CloudAccount.java +++ b/clients/client/java/src/main/java/sh/ory/model/CloudAccount.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * CloudAccount */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class CloudAccount { public static final String SERIALIZED_NAME_EMAIL = "email"; @SerializedName(SERIALIZED_NAME_EMAIL) diff --git a/clients/client/java/src/main/java/sh/ory/model/ConsistencyRequestParameters.java b/clients/client/java/src/main/java/sh/ory/model/ConsistencyRequestParameters.java index d67c432c69..f096092200 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ConsistencyRequestParameters.java +++ b/clients/client/java/src/main/java/sh/ory/model/ConsistencyRequestParameters.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Control API consistency guarantees */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ConsistencyRequestParameters { /** * Read Consistency Level (preview) The read consistency level determines the consistency guarantee for reads: strong (slow): The read is guaranteed to return the most recent data committed at the start of the read. eventual (very fast): The result will return data that is about 4.8 seconds old. The default consistency guarantee can be changed in the Ory Network Console or using the Ory CLI with `ory patch project --replace '/previews/default_read_consistency_level=\"strong\"'`. Setting the default consistency level to `eventual` may cause regressions in the future as we add consistency controls to more APIs. Currently, the following APIs will be affected by this setting: `GET /admin/identities` This feature is in preview and only available in Ory Network. ConsistencyLevelUnset ConsistencyLevelUnset is the unset / default consistency level. strong ConsistencyLevelStrong ConsistencyLevelStrong is the strong consistency level. eventual ConsistencyLevelEventual ConsistencyLevelEventual is the eventual consistency level using follower read timestamps. diff --git a/clients/client/java/src/main/java/sh/ory/model/ContinueWith.java b/clients/client/java/src/main/java/sh/ory/model/ContinueWith.java index f477baa0b3..fac45223f7 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ContinueWith.java +++ b/clients/client/java/src/main/java/sh/ory/model/ContinueWith.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -63,7 +63,7 @@ import sh.ory.JSON; -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ContinueWith extends AbstractOpenApiSchema { private static final Logger log = Logger.getLogger(ContinueWith.class.getName()); diff --git a/clients/client/java/src/main/java/sh/ory/model/ContinueWithRecoveryUi.java b/clients/client/java/src/main/java/sh/ory/model/ContinueWithRecoveryUi.java index 5e103de7f5..3ea6eaa13a 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ContinueWithRecoveryUi.java +++ b/clients/client/java/src/main/java/sh/ory/model/ContinueWithRecoveryUi.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * Indicates, that the UI flow could be continued by showing a recovery ui */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ContinueWithRecoveryUi { /** * Action will always be `show_recovery_ui` show_recovery_ui ContinueWithActionShowRecoveryUIString diff --git a/clients/client/java/src/main/java/sh/ory/model/ContinueWithRecoveryUiFlow.java b/clients/client/java/src/main/java/sh/ory/model/ContinueWithRecoveryUiFlow.java index 8b06d394b9..c7ade1ad5b 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ContinueWithRecoveryUiFlow.java +++ b/clients/client/java/src/main/java/sh/ory/model/ContinueWithRecoveryUiFlow.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * ContinueWithRecoveryUiFlow */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ContinueWithRecoveryUiFlow { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/clients/client/java/src/main/java/sh/ory/model/ContinueWithRedirectBrowserTo.java b/clients/client/java/src/main/java/sh/ory/model/ContinueWithRedirectBrowserTo.java index 46226ab824..b25383a04f 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ContinueWithRedirectBrowserTo.java +++ b/clients/client/java/src/main/java/sh/ory/model/ContinueWithRedirectBrowserTo.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Indicates, that the UI flow could be continued by showing a recovery ui */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ContinueWithRedirectBrowserTo { /** * Action will always be `redirect_browser_to` redirect_browser_to ContinueWithActionRedirectBrowserToString diff --git a/clients/client/java/src/main/java/sh/ory/model/ContinueWithSetOrySessionToken.java b/clients/client/java/src/main/java/sh/ory/model/ContinueWithSetOrySessionToken.java index fa91e623fd..ea147c77bb 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ContinueWithSetOrySessionToken.java +++ b/clients/client/java/src/main/java/sh/ory/model/ContinueWithSetOrySessionToken.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Indicates that a session was issued, and the application should use this token for authenticated requests */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ContinueWithSetOrySessionToken { /** * Action will always be `set_ory_session_token` set_ory_session_token ContinueWithActionSetOrySessionTokenString diff --git a/clients/client/java/src/main/java/sh/ory/model/ContinueWithSettingsUi.java b/clients/client/java/src/main/java/sh/ory/model/ContinueWithSettingsUi.java index 74d38e3ee8..899fb3c869 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ContinueWithSettingsUi.java +++ b/clients/client/java/src/main/java/sh/ory/model/ContinueWithSettingsUi.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * Indicates, that the UI flow could be continued by showing a settings ui */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ContinueWithSettingsUi { /** * Action will always be `show_settings_ui` show_settings_ui ContinueWithActionShowSettingsUIString diff --git a/clients/client/java/src/main/java/sh/ory/model/ContinueWithSettingsUiFlow.java b/clients/client/java/src/main/java/sh/ory/model/ContinueWithSettingsUiFlow.java index 2b6481b68c..e58dd17118 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ContinueWithSettingsUiFlow.java +++ b/clients/client/java/src/main/java/sh/ory/model/ContinueWithSettingsUiFlow.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * ContinueWithSettingsUiFlow */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ContinueWithSettingsUiFlow { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/clients/client/java/src/main/java/sh/ory/model/ContinueWithVerificationUi.java b/clients/client/java/src/main/java/sh/ory/model/ContinueWithVerificationUi.java index 08d25155b0..c8e4f9e6d2 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ContinueWithVerificationUi.java +++ b/clients/client/java/src/main/java/sh/ory/model/ContinueWithVerificationUi.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * Indicates, that the UI flow could be continued by showing a verification ui */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ContinueWithVerificationUi { /** * Action will always be `show_verification_ui` show_verification_ui ContinueWithActionShowVerificationUIString diff --git a/clients/client/java/src/main/java/sh/ory/model/ContinueWithVerificationUiFlow.java b/clients/client/java/src/main/java/sh/ory/model/ContinueWithVerificationUiFlow.java index 10dabf01a8..8db506b749 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ContinueWithVerificationUiFlow.java +++ b/clients/client/java/src/main/java/sh/ory/model/ContinueWithVerificationUiFlow.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * ContinueWithVerificationUiFlow */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ContinueWithVerificationUiFlow { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/clients/client/java/src/main/java/sh/ory/model/CourierMessageStatus.java b/clients/client/java/src/main/java/sh/ory/model/CourierMessageStatus.java index 8142e65754..daa0508310 100644 --- a/clients/client/java/src/main/java/sh/ory/model/CourierMessageStatus.java +++ b/clients/client/java/src/main/java/sh/ory/model/CourierMessageStatus.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/main/java/sh/ory/model/CourierMessageType.java b/clients/client/java/src/main/java/sh/ory/model/CourierMessageType.java index 28aeeda79e..0ce7846169 100644 --- a/clients/client/java/src/main/java/sh/ory/model/CourierMessageType.java +++ b/clients/client/java/src/main/java/sh/ory/model/CourierMessageType.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/main/java/sh/ory/model/CreateCustomDomainBody.java b/clients/client/java/src/main/java/sh/ory/model/CreateCustomDomainBody.java index f5cc2cea13..b88a3838b5 100644 --- a/clients/client/java/src/main/java/sh/ory/model/CreateCustomDomainBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/CreateCustomDomainBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -51,7 +51,7 @@ /** * Create Custom Hostname Request Body */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class CreateCustomDomainBody { public static final String SERIALIZED_NAME_COOKIE_DOMAIN = "cookie_domain"; @SerializedName(SERIALIZED_NAME_COOKIE_DOMAIN) diff --git a/clients/client/java/src/main/java/sh/ory/model/CreateEventStreamBody.java b/clients/client/java/src/main/java/sh/ory/model/CreateEventStreamBody.java index ae1ce0b2f6..a2cc0287b0 100644 --- a/clients/client/java/src/main/java/sh/ory/model/CreateEventStreamBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/CreateEventStreamBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Create Event Stream Request Body */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class CreateEventStreamBody { public static final String SERIALIZED_NAME_ROLE_ARN = "role_arn"; @SerializedName(SERIALIZED_NAME_ROLE_ARN) diff --git a/clients/client/java/src/main/java/sh/ory/model/CreateIdentityBody.java b/clients/client/java/src/main/java/sh/ory/model/CreateIdentityBody.java index 3cd75f559c..a8b581c95a 100644 --- a/clients/client/java/src/main/java/sh/ory/model/CreateIdentityBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/CreateIdentityBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -55,7 +55,7 @@ /** * Create Identity Body */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class CreateIdentityBody { public static final String SERIALIZED_NAME_CREDENTIALS = "credentials"; @SerializedName(SERIALIZED_NAME_CREDENTIALS) diff --git a/clients/client/java/src/main/java/sh/ory/model/CreateInviteResponse.java b/clients/client/java/src/main/java/sh/ory/model/CreateInviteResponse.java index 1a7081e516..3b57bebca3 100644 --- a/clients/client/java/src/main/java/sh/ory/model/CreateInviteResponse.java +++ b/clients/client/java/src/main/java/sh/ory/model/CreateInviteResponse.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -52,7 +52,7 @@ /** * CreateInviteResponse */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class CreateInviteResponse { public static final String SERIALIZED_NAME_ALL_INVITES = "all_invites"; @SerializedName(SERIALIZED_NAME_ALL_INVITES) diff --git a/clients/client/java/src/main/java/sh/ory/model/CreateJsonWebKeySet.java b/clients/client/java/src/main/java/sh/ory/model/CreateJsonWebKeySet.java index f997ab92e2..d1fb567574 100644 --- a/clients/client/java/src/main/java/sh/ory/model/CreateJsonWebKeySet.java +++ b/clients/client/java/src/main/java/sh/ory/model/CreateJsonWebKeySet.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Create JSON Web Key Set Request Body */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class CreateJsonWebKeySet { public static final String SERIALIZED_NAME_ALG = "alg"; @SerializedName(SERIALIZED_NAME_ALG) diff --git a/clients/client/java/src/main/java/sh/ory/model/CreateProjectApiKeyRequest.java b/clients/client/java/src/main/java/sh/ory/model/CreateProjectApiKeyRequest.java index 1a92e5b1d9..e27ca1fe52 100644 --- a/clients/client/java/src/main/java/sh/ory/model/CreateProjectApiKeyRequest.java +++ b/clients/client/java/src/main/java/sh/ory/model/CreateProjectApiKeyRequest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * CreateProjectApiKeyRequest */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class CreateProjectApiKeyRequest { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/clients/client/java/src/main/java/sh/ory/model/CreateProjectBody.java b/clients/client/java/src/main/java/sh/ory/model/CreateProjectBody.java index ee813e3337..7d6d9c94a5 100644 --- a/clients/client/java/src/main/java/sh/ory/model/CreateProjectBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/CreateProjectBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Create Project Request Body */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class CreateProjectBody { /** * The environment of the project. prod Production stage Staging dev Development diff --git a/clients/client/java/src/main/java/sh/ory/model/CreateProjectBranding.java b/clients/client/java/src/main/java/sh/ory/model/CreateProjectBranding.java index 10b7f7b474..b4df3246a1 100644 --- a/clients/client/java/src/main/java/sh/ory/model/CreateProjectBranding.java +++ b/clients/client/java/src/main/java/sh/ory/model/CreateProjectBranding.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * Create a Project Branding */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class CreateProjectBranding { public static final String SERIALIZED_NAME_FAVICON_TYPE = "favicon_type"; @SerializedName(SERIALIZED_NAME_FAVICON_TYPE) diff --git a/clients/client/java/src/main/java/sh/ory/model/CreateProjectMemberInviteBody.java b/clients/client/java/src/main/java/sh/ory/model/CreateProjectMemberInviteBody.java index 5429738bed..2bb1958aad 100644 --- a/clients/client/java/src/main/java/sh/ory/model/CreateProjectMemberInviteBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/CreateProjectMemberInviteBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Create Project MemberInvite Request Body */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class CreateProjectMemberInviteBody { public static final String SERIALIZED_NAME_INVITEE_EMAIL = "invitee_email"; @SerializedName(SERIALIZED_NAME_INVITEE_EMAIL) diff --git a/clients/client/java/src/main/java/sh/ory/model/CreateProjectNormalizedPayload.java b/clients/client/java/src/main/java/sh/ory/model/CreateProjectNormalizedPayload.java index 99f727830a..b4a8db47dc 100644 --- a/clients/client/java/src/main/java/sh/ory/model/CreateProjectNormalizedPayload.java +++ b/clients/client/java/src/main/java/sh/ory/model/CreateProjectNormalizedPayload.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -59,7 +59,7 @@ /** * Create project (normalized) request payload */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class CreateProjectNormalizedPayload { public static final String SERIALIZED_NAME_CREATED_AT = "created_at"; @SerializedName(SERIALIZED_NAME_CREATED_AT) diff --git a/clients/client/java/src/main/java/sh/ory/model/CreateRecoveryCodeForIdentityBody.java b/clients/client/java/src/main/java/sh/ory/model/CreateRecoveryCodeForIdentityBody.java index c88143b1eb..5d42490e48 100644 --- a/clients/client/java/src/main/java/sh/ory/model/CreateRecoveryCodeForIdentityBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/CreateRecoveryCodeForIdentityBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Create Recovery Code for Identity Request Body */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class CreateRecoveryCodeForIdentityBody { public static final String SERIALIZED_NAME_EXPIRES_IN = "expires_in"; @SerializedName(SERIALIZED_NAME_EXPIRES_IN) diff --git a/clients/client/java/src/main/java/sh/ory/model/CreateRecoveryLinkForIdentityBody.java b/clients/client/java/src/main/java/sh/ory/model/CreateRecoveryLinkForIdentityBody.java index 3956b05747..40a385c6bf 100644 --- a/clients/client/java/src/main/java/sh/ory/model/CreateRecoveryLinkForIdentityBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/CreateRecoveryLinkForIdentityBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Create Recovery Link for Identity Request Body */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class CreateRecoveryLinkForIdentityBody { public static final String SERIALIZED_NAME_EXPIRES_IN = "expires_in"; @SerializedName(SERIALIZED_NAME_EXPIRES_IN) diff --git a/clients/client/java/src/main/java/sh/ory/model/CreateRelationshipBody.java b/clients/client/java/src/main/java/sh/ory/model/CreateRelationshipBody.java index 9fee61b93d..c83878b485 100644 --- a/clients/client/java/src/main/java/sh/ory/model/CreateRelationshipBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/CreateRelationshipBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * Create Relationship Request Body */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class CreateRelationshipBody { public static final String SERIALIZED_NAME_NAMESPACE = "namespace"; @SerializedName(SERIALIZED_NAME_NAMESPACE) diff --git a/clients/client/java/src/main/java/sh/ory/model/CreateSubscriptionBody.java b/clients/client/java/src/main/java/sh/ory/model/CreateSubscriptionBody.java index f833a01c54..ab1f8e0e52 100644 --- a/clients/client/java/src/main/java/sh/ory/model/CreateSubscriptionBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/CreateSubscriptionBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * CreateSubscriptionBody */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class CreateSubscriptionBody { /** * usd USD eur Euro diff --git a/clients/client/java/src/main/java/sh/ory/model/CreateSubscriptionCommon.java b/clients/client/java/src/main/java/sh/ory/model/CreateSubscriptionCommon.java index 8ef2ff886a..e31d0280c3 100644 --- a/clients/client/java/src/main/java/sh/ory/model/CreateSubscriptionCommon.java +++ b/clients/client/java/src/main/java/sh/ory/model/CreateSubscriptionCommon.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * CreateSubscriptionCommon */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class CreateSubscriptionCommon { /** * usd USD eur Euro diff --git a/clients/client/java/src/main/java/sh/ory/model/CreateVerifiableCredentialRequestBody.java b/clients/client/java/src/main/java/sh/ory/model/CreateVerifiableCredentialRequestBody.java index 4a2b6fce04..03962a97e3 100644 --- a/clients/client/java/src/main/java/sh/ory/model/CreateVerifiableCredentialRequestBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/CreateVerifiableCredentialRequestBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -52,7 +52,7 @@ /** * CreateVerifiableCredentialRequestBody */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class CreateVerifiableCredentialRequestBody { public static final String SERIALIZED_NAME_FORMAT = "format"; @SerializedName(SERIALIZED_NAME_FORMAT) diff --git a/clients/client/java/src/main/java/sh/ory/model/CreateWorkspaceApiKeyBody.java b/clients/client/java/src/main/java/sh/ory/model/CreateWorkspaceApiKeyBody.java index 956fc9a875..c749d4bffa 100644 --- a/clients/client/java/src/main/java/sh/ory/model/CreateWorkspaceApiKeyBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/CreateWorkspaceApiKeyBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * CreateWorkspaceApiKeyBody */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class CreateWorkspaceApiKeyBody { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/clients/client/java/src/main/java/sh/ory/model/CreateWorkspaceBody.java b/clients/client/java/src/main/java/sh/ory/model/CreateWorkspaceBody.java index 834233fbb8..7ce6dc617b 100644 --- a/clients/client/java/src/main/java/sh/ory/model/CreateWorkspaceBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/CreateWorkspaceBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * CreateWorkspaceBody */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class CreateWorkspaceBody { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/clients/client/java/src/main/java/sh/ory/model/CreateWorkspaceMemberInviteBody.java b/clients/client/java/src/main/java/sh/ory/model/CreateWorkspaceMemberInviteBody.java index 1175b3550e..1d49b6de31 100644 --- a/clients/client/java/src/main/java/sh/ory/model/CreateWorkspaceMemberInviteBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/CreateWorkspaceMemberInviteBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Create Workspace Invite Request Body */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class CreateWorkspaceMemberInviteBody { public static final String SERIALIZED_NAME_INVITEE_EMAIL = "invitee_email"; @SerializedName(SERIALIZED_NAME_INVITEE_EMAIL) diff --git a/clients/client/java/src/main/java/sh/ory/model/CreateWorkspaceSubscriptionBody.java b/clients/client/java/src/main/java/sh/ory/model/CreateWorkspaceSubscriptionBody.java index 361a819573..0e0d3a0f0c 100644 --- a/clients/client/java/src/main/java/sh/ory/model/CreateWorkspaceSubscriptionBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/CreateWorkspaceSubscriptionBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * CreateWorkspaceSubscriptionBody */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class CreateWorkspaceSubscriptionBody { /** * usd USD eur Euro diff --git a/clients/client/java/src/main/java/sh/ory/model/CredentialSupportedDraft00.java b/clients/client/java/src/main/java/sh/ory/model/CredentialSupportedDraft00.java index b26148cb02..2629e878ea 100644 --- a/clients/client/java/src/main/java/sh/ory/model/CredentialSupportedDraft00.java +++ b/clients/client/java/src/main/java/sh/ory/model/CredentialSupportedDraft00.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -51,7 +51,7 @@ /** * Includes information about the supported verifiable credentials. */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class CredentialSupportedDraft00 { public static final String SERIALIZED_NAME_CRYPTOGRAPHIC_BINDING_METHODS_SUPPORTED = "cryptographic_binding_methods_supported"; @SerializedName(SERIALIZED_NAME_CRYPTOGRAPHIC_BINDING_METHODS_SUPPORTED) diff --git a/clients/client/java/src/main/java/sh/ory/model/CustomDomain.java b/clients/client/java/src/main/java/sh/ory/model/CustomDomain.java index a4b4294d71..84a2ac070e 100644 --- a/clients/client/java/src/main/java/sh/ory/model/CustomDomain.java +++ b/clients/client/java/src/main/java/sh/ory/model/CustomDomain.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -52,7 +52,7 @@ /** * Custom Hostname */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class CustomDomain { public static final String SERIALIZED_NAME_COOKIE_DOMAIN = "cookie_domain"; @SerializedName(SERIALIZED_NAME_COOKIE_DOMAIN) diff --git a/clients/client/java/src/main/java/sh/ory/model/DeleteMySessionsCount.java b/clients/client/java/src/main/java/sh/ory/model/DeleteMySessionsCount.java index c5e049d3bf..937bab8d09 100644 --- a/clients/client/java/src/main/java/sh/ory/model/DeleteMySessionsCount.java +++ b/clients/client/java/src/main/java/sh/ory/model/DeleteMySessionsCount.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Deleted Session Count */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class DeleteMySessionsCount { public static final String SERIALIZED_NAME_COUNT = "count"; @SerializedName(SERIALIZED_NAME_COUNT) diff --git a/clients/client/java/src/main/java/sh/ory/model/EmailTemplateData.java b/clients/client/java/src/main/java/sh/ory/model/EmailTemplateData.java index ab2277d51c..4a2c0dedb6 100644 --- a/clients/client/java/src/main/java/sh/ory/model/EmailTemplateData.java +++ b/clients/client/java/src/main/java/sh/ory/model/EmailTemplateData.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * Contains the data of the email template, including the subject and body in HTML and plaintext variants */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class EmailTemplateData { public static final String SERIALIZED_NAME_BODY = "body"; @SerializedName(SERIALIZED_NAME_BODY) diff --git a/clients/client/java/src/main/java/sh/ory/model/EmailTemplateDataBody.java b/clients/client/java/src/main/java/sh/ory/model/EmailTemplateDataBody.java index 4e61d9992c..4b9e530205 100644 --- a/clients/client/java/src/main/java/sh/ory/model/EmailTemplateDataBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/EmailTemplateDataBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * EmailTemplateDataBody */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class EmailTemplateDataBody { public static final String SERIALIZED_NAME_HTML = "html"; @SerializedName(SERIALIZED_NAME_HTML) diff --git a/clients/client/java/src/main/java/sh/ory/model/ErrorAuthenticatorAssuranceLevelNotSatisfied.java b/clients/client/java/src/main/java/sh/ory/model/ErrorAuthenticatorAssuranceLevelNotSatisfied.java index f8466dbdee..ce199fe008 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ErrorAuthenticatorAssuranceLevelNotSatisfied.java +++ b/clients/client/java/src/main/java/sh/ory/model/ErrorAuthenticatorAssuranceLevelNotSatisfied.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * ErrorAuthenticatorAssuranceLevelNotSatisfied */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ErrorAuthenticatorAssuranceLevelNotSatisfied { public static final String SERIALIZED_NAME_ERROR = "error"; @SerializedName(SERIALIZED_NAME_ERROR) diff --git a/clients/client/java/src/main/java/sh/ory/model/ErrorBrowserLocationChangeRequired.java b/clients/client/java/src/main/java/sh/ory/model/ErrorBrowserLocationChangeRequired.java index 5861d9aa04..e09d5a5bb0 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ErrorBrowserLocationChangeRequired.java +++ b/clients/client/java/src/main/java/sh/ory/model/ErrorBrowserLocationChangeRequired.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * ErrorBrowserLocationChangeRequired */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ErrorBrowserLocationChangeRequired { public static final String SERIALIZED_NAME_ERROR = "error"; @SerializedName(SERIALIZED_NAME_ERROR) diff --git a/clients/client/java/src/main/java/sh/ory/model/ErrorFlowReplaced.java b/clients/client/java/src/main/java/sh/ory/model/ErrorFlowReplaced.java index bd260e9ce0..c137d3f3de 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ErrorFlowReplaced.java +++ b/clients/client/java/src/main/java/sh/ory/model/ErrorFlowReplaced.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * Is sent when a flow is replaced by a different flow of the same class */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ErrorFlowReplaced { public static final String SERIALIZED_NAME_ERROR = "error"; @SerializedName(SERIALIZED_NAME_ERROR) diff --git a/clients/client/java/src/main/java/sh/ory/model/ErrorGeneric.java b/clients/client/java/src/main/java/sh/ory/model/ErrorGeneric.java index 1eac67938c..e6edd9fd90 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ErrorGeneric.java +++ b/clients/client/java/src/main/java/sh/ory/model/ErrorGeneric.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * The standard Ory JSON API error format. */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ErrorGeneric { public static final String SERIALIZED_NAME_ERROR = "error"; @SerializedName(SERIALIZED_NAME_ERROR) diff --git a/clients/client/java/src/main/java/sh/ory/model/ErrorOAuth2.java b/clients/client/java/src/main/java/sh/ory/model/ErrorOAuth2.java index a8e5a47803..391ef10d47 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ErrorOAuth2.java +++ b/clients/client/java/src/main/java/sh/ory/model/ErrorOAuth2.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Error */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ErrorOAuth2 { public static final String SERIALIZED_NAME_ERROR = "error"; @SerializedName(SERIALIZED_NAME_ERROR) diff --git a/clients/client/java/src/main/java/sh/ory/model/EventStream.java b/clients/client/java/src/main/java/sh/ory/model/EventStream.java index e09720193c..5d0264ebb4 100644 --- a/clients/client/java/src/main/java/sh/ory/model/EventStream.java +++ b/clients/client/java/src/main/java/sh/ory/model/EventStream.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * Event Stream */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class EventStream { public static final String SERIALIZED_NAME_CREATED_AT = "created_at"; @SerializedName(SERIALIZED_NAME_CREATED_AT) diff --git a/clients/client/java/src/main/java/sh/ory/model/ExpandedPermissionTree.java b/clients/client/java/src/main/java/sh/ory/model/ExpandedPermissionTree.java index 2d9d73e531..ae61f9187b 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ExpandedPermissionTree.java +++ b/clients/client/java/src/main/java/sh/ory/model/ExpandedPermissionTree.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -52,7 +52,7 @@ /** * ExpandedPermissionTree */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ExpandedPermissionTree { public static final String SERIALIZED_NAME_CHILDREN = "children"; @SerializedName(SERIALIZED_NAME_CHILDREN) diff --git a/clients/client/java/src/main/java/sh/ory/model/FlowError.java b/clients/client/java/src/main/java/sh/ory/model/FlowError.java index 249a533e8a..3dc583624a 100644 --- a/clients/client/java/src/main/java/sh/ory/model/FlowError.java +++ b/clients/client/java/src/main/java/sh/ory/model/FlowError.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * FlowError */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class FlowError { public static final String SERIALIZED_NAME_CREATED_AT = "created_at"; @SerializedName(SERIALIZED_NAME_CREATED_AT) diff --git a/clients/client/java/src/main/java/sh/ory/model/GenericError.java b/clients/client/java/src/main/java/sh/ory/model/GenericError.java index 938c086d3c..5c09bca0ee 100644 --- a/clients/client/java/src/main/java/sh/ory/model/GenericError.java +++ b/clients/client/java/src/main/java/sh/ory/model/GenericError.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -51,7 +51,7 @@ /** * Error responses are sent when an error (e.g. unauthorized, bad request, ...) occurred. */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class GenericError { public static final String SERIALIZED_NAME_CODE = "code"; @SerializedName(SERIALIZED_NAME_CODE) diff --git a/clients/client/java/src/main/java/sh/ory/model/GenericErrorContent.java b/clients/client/java/src/main/java/sh/ory/model/GenericErrorContent.java index cd4444bb7b..0863381bfb 100644 --- a/clients/client/java/src/main/java/sh/ory/model/GenericErrorContent.java +++ b/clients/client/java/src/main/java/sh/ory/model/GenericErrorContent.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Error response */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class GenericErrorContent { public static final String SERIALIZED_NAME_DEBUG = "debug"; @SerializedName(SERIALIZED_NAME_DEBUG) diff --git a/clients/client/java/src/main/java/sh/ory/model/GenericUsage.java b/clients/client/java/src/main/java/sh/ory/model/GenericUsage.java index 91f9fad587..6cda81697c 100644 --- a/clients/client/java/src/main/java/sh/ory/model/GenericUsage.java +++ b/clients/client/java/src/main/java/sh/ory/model/GenericUsage.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * GenericUsage */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class GenericUsage { public static final String SERIALIZED_NAME_ADDITIONAL_PRICE = "additional_price"; @SerializedName(SERIALIZED_NAME_ADDITIONAL_PRICE) diff --git a/clients/client/java/src/main/java/sh/ory/model/GetAttributesCountResponse.java b/clients/client/java/src/main/java/sh/ory/model/GetAttributesCountResponse.java index 7aa184931e..dc137fe0a1 100644 --- a/clients/client/java/src/main/java/sh/ory/model/GetAttributesCountResponse.java +++ b/clients/client/java/src/main/java/sh/ory/model/GetAttributesCountResponse.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -52,7 +52,7 @@ /** * Response of the getAttributesCount endpoint */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class GetAttributesCountResponse { public static final String SERIALIZED_NAME_DATA = "data"; @SerializedName(SERIALIZED_NAME_DATA) diff --git a/clients/client/java/src/main/java/sh/ory/model/GetManagedIdentitySchemaLocation.java b/clients/client/java/src/main/java/sh/ory/model/GetManagedIdentitySchemaLocation.java index 0f82f2cb2c..a69940f6c1 100644 --- a/clients/client/java/src/main/java/sh/ory/model/GetManagedIdentitySchemaLocation.java +++ b/clients/client/java/src/main/java/sh/ory/model/GetManagedIdentitySchemaLocation.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Ory Identity Schema Location */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class GetManagedIdentitySchemaLocation { public static final String SERIALIZED_NAME_LOCATION = "location"; @SerializedName(SERIALIZED_NAME_LOCATION) diff --git a/clients/client/java/src/main/java/sh/ory/model/GetMetricsEventAttributesResponse.java b/clients/client/java/src/main/java/sh/ory/model/GetMetricsEventAttributesResponse.java index d9e138971b..bf968dd064 100644 --- a/clients/client/java/src/main/java/sh/ory/model/GetMetricsEventAttributesResponse.java +++ b/clients/client/java/src/main/java/sh/ory/model/GetMetricsEventAttributesResponse.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -51,7 +51,7 @@ /** * Response of the getMetricsEventAttributes endpoint */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class GetMetricsEventAttributesResponse { public static final String SERIALIZED_NAME_EVENTS = "events"; @SerializedName(SERIALIZED_NAME_EVENTS) diff --git a/clients/client/java/src/main/java/sh/ory/model/GetMetricsEventTypesResponse.java b/clients/client/java/src/main/java/sh/ory/model/GetMetricsEventTypesResponse.java index 900e4f0c81..2d8d752ee5 100644 --- a/clients/client/java/src/main/java/sh/ory/model/GetMetricsEventTypesResponse.java +++ b/clients/client/java/src/main/java/sh/ory/model/GetMetricsEventTypesResponse.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -51,7 +51,7 @@ /** * Response of the getMetricsEventTypes endpoint */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class GetMetricsEventTypesResponse { public static final String SERIALIZED_NAME_EVENTS = "events"; @SerializedName(SERIALIZED_NAME_EVENTS) diff --git a/clients/client/java/src/main/java/sh/ory/model/GetOrganizationResponse.java b/clients/client/java/src/main/java/sh/ory/model/GetOrganizationResponse.java index bb22cd2831..785160cc95 100644 --- a/clients/client/java/src/main/java/sh/ory/model/GetOrganizationResponse.java +++ b/clients/client/java/src/main/java/sh/ory/model/GetOrganizationResponse.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * GetOrganizationResponse */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class GetOrganizationResponse { public static final String SERIALIZED_NAME_ORGANIZATION = "organization"; @SerializedName(SERIALIZED_NAME_ORGANIZATION) diff --git a/clients/client/java/src/main/java/sh/ory/model/GetProjectEventsBody.java b/clients/client/java/src/main/java/sh/ory/model/GetProjectEventsBody.java index f8eb995d5e..985967165d 100644 --- a/clients/client/java/src/main/java/sh/ory/model/GetProjectEventsBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/GetProjectEventsBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -53,7 +53,7 @@ /** * Body of the getProjectEvents endpoint */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class GetProjectEventsBody { public static final String SERIALIZED_NAME_EVENT_NAME = "event_name"; @SerializedName(SERIALIZED_NAME_EVENT_NAME) diff --git a/clients/client/java/src/main/java/sh/ory/model/GetProjectEventsResponse.java b/clients/client/java/src/main/java/sh/ory/model/GetProjectEventsResponse.java index 3604447f87..d2ec1a8a4e 100644 --- a/clients/client/java/src/main/java/sh/ory/model/GetProjectEventsResponse.java +++ b/clients/client/java/src/main/java/sh/ory/model/GetProjectEventsResponse.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -52,7 +52,7 @@ /** * Response of the getProjectEvents endpoint */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class GetProjectEventsResponse { public static final String SERIALIZED_NAME_EVENTS = "events"; @SerializedName(SERIALIZED_NAME_EVENTS) diff --git a/clients/client/java/src/main/java/sh/ory/model/GetProjectMetricsResponse.java b/clients/client/java/src/main/java/sh/ory/model/GetProjectMetricsResponse.java index 4ea5006a75..6f7044622e 100644 --- a/clients/client/java/src/main/java/sh/ory/model/GetProjectMetricsResponse.java +++ b/clients/client/java/src/main/java/sh/ory/model/GetProjectMetricsResponse.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -52,7 +52,7 @@ /** * Response of the getMetrics endpoint */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class GetProjectMetricsResponse { public static final String SERIALIZED_NAME_DATA = "data"; @SerializedName(SERIALIZED_NAME_DATA) diff --git a/clients/client/java/src/main/java/sh/ory/model/GetSessionActivityResponse.java b/clients/client/java/src/main/java/sh/ory/model/GetSessionActivityResponse.java index 74ef8c42e3..300b056e94 100644 --- a/clients/client/java/src/main/java/sh/ory/model/GetSessionActivityResponse.java +++ b/clients/client/java/src/main/java/sh/ory/model/GetSessionActivityResponse.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -52,7 +52,7 @@ /** * Response of the getSessionActivity endpoint */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class GetSessionActivityResponse { public static final String SERIALIZED_NAME_DATA = "data"; @SerializedName(SERIALIZED_NAME_DATA) diff --git a/clients/client/java/src/main/java/sh/ory/model/GetVersion200Response.java b/clients/client/java/src/main/java/sh/ory/model/GetVersion200Response.java index c8c719669b..61ea842b6e 100644 --- a/clients/client/java/src/main/java/sh/ory/model/GetVersion200Response.java +++ b/clients/client/java/src/main/java/sh/ory/model/GetVersion200Response.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * GetVersion200Response */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class GetVersion200Response { public static final String SERIALIZED_NAME_VERSION = "version"; @SerializedName(SERIALIZED_NAME_VERSION) diff --git a/clients/client/java/src/main/java/sh/ory/model/HealthNotReadyStatus.java b/clients/client/java/src/main/java/sh/ory/model/HealthNotReadyStatus.java index cc1a1f2fe7..6e2ec43cf2 100644 --- a/clients/client/java/src/main/java/sh/ory/model/HealthNotReadyStatus.java +++ b/clients/client/java/src/main/java/sh/ory/model/HealthNotReadyStatus.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -51,7 +51,7 @@ /** * HealthNotReadyStatus */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class HealthNotReadyStatus { public static final String SERIALIZED_NAME_ERRORS = "errors"; @SerializedName(SERIALIZED_NAME_ERRORS) diff --git a/clients/client/java/src/main/java/sh/ory/model/HealthStatus.java b/clients/client/java/src/main/java/sh/ory/model/HealthStatus.java index 966917ed8d..91ceba6c28 100644 --- a/clients/client/java/src/main/java/sh/ory/model/HealthStatus.java +++ b/clients/client/java/src/main/java/sh/ory/model/HealthStatus.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * HealthStatus */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class HealthStatus { public static final String SERIALIZED_NAME_STATUS = "status"; @SerializedName(SERIALIZED_NAME_STATUS) diff --git a/clients/client/java/src/main/java/sh/ory/model/Identity.java b/clients/client/java/src/main/java/sh/ory/model/Identity.java index 19406a07f3..3b40ca917b 100644 --- a/clients/client/java/src/main/java/sh/ory/model/Identity.java +++ b/clients/client/java/src/main/java/sh/ory/model/Identity.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -58,7 +58,7 @@ /** * An [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) represents a (human) user in Ory. */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class Identity { public static final String SERIALIZED_NAME_CREATED_AT = "created_at"; @SerializedName(SERIALIZED_NAME_CREATED_AT) diff --git a/clients/client/java/src/main/java/sh/ory/model/IdentityCredentials.java b/clients/client/java/src/main/java/sh/ory/model/IdentityCredentials.java index 782ad54121..6b52d9ff75 100644 --- a/clients/client/java/src/main/java/sh/ory/model/IdentityCredentials.java +++ b/clients/client/java/src/main/java/sh/ory/model/IdentityCredentials.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -52,7 +52,7 @@ /** * Credentials represents a specific credential type */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class IdentityCredentials { public static final String SERIALIZED_NAME_CONFIG = "config"; @SerializedName(SERIALIZED_NAME_CONFIG) diff --git a/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsCode.java b/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsCode.java index 3284fa2aba..79d3066e64 100644 --- a/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsCode.java +++ b/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsCode.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -51,7 +51,7 @@ /** * CredentialsCode represents a one time login/registration code */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class IdentityCredentialsCode { public static final String SERIALIZED_NAME_ADDRESS_TYPE = "address_type"; @SerializedName(SERIALIZED_NAME_ADDRESS_TYPE) diff --git a/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsOidc.java b/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsOidc.java index 1dde0a87a5..e12089e1ce 100644 --- a/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsOidc.java +++ b/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsOidc.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -52,7 +52,7 @@ /** * IdentityCredentialsOidc */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class IdentityCredentialsOidc { public static final String SERIALIZED_NAME_PROVIDERS = "providers"; @SerializedName(SERIALIZED_NAME_PROVIDERS) diff --git a/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsOidcProvider.java b/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsOidcProvider.java index 13ee2cbc77..f3265f3f11 100644 --- a/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsOidcProvider.java +++ b/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsOidcProvider.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * IdentityCredentialsOidcProvider */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class IdentityCredentialsOidcProvider { public static final String SERIALIZED_NAME_INITIAL_ACCESS_TOKEN = "initial_access_token"; @SerializedName(SERIALIZED_NAME_INITIAL_ACCESS_TOKEN) diff --git a/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsPassword.java b/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsPassword.java index 8ee4c98dd4..16d9f32574 100644 --- a/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsPassword.java +++ b/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsPassword.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * IdentityCredentialsPassword */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class IdentityCredentialsPassword { public static final String SERIALIZED_NAME_HASHED_PASSWORD = "hashed_password"; @SerializedName(SERIALIZED_NAME_HASHED_PASSWORD) diff --git a/clients/client/java/src/main/java/sh/ory/model/IdentityPatch.java b/clients/client/java/src/main/java/sh/ory/model/IdentityPatch.java index 953074d14f..184bcec9d8 100644 --- a/clients/client/java/src/main/java/sh/ory/model/IdentityPatch.java +++ b/clients/client/java/src/main/java/sh/ory/model/IdentityPatch.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * Payload for patching an identity */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class IdentityPatch { public static final String SERIALIZED_NAME_CREATE = "create"; @SerializedName(SERIALIZED_NAME_CREATE) diff --git a/clients/client/java/src/main/java/sh/ory/model/IdentityPatchResponse.java b/clients/client/java/src/main/java/sh/ory/model/IdentityPatchResponse.java index 931d6e0f9d..ab5b932915 100644 --- a/clients/client/java/src/main/java/sh/ory/model/IdentityPatchResponse.java +++ b/clients/client/java/src/main/java/sh/ory/model/IdentityPatchResponse.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Response for a single identity patch */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class IdentityPatchResponse { /** * The action for this specific patch create ActionCreate Create this identity. diff --git a/clients/client/java/src/main/java/sh/ory/model/IdentitySchemaContainer.java b/clients/client/java/src/main/java/sh/ory/model/IdentitySchemaContainer.java index 54e5ce36da..03a57fcb6b 100644 --- a/clients/client/java/src/main/java/sh/ory/model/IdentitySchemaContainer.java +++ b/clients/client/java/src/main/java/sh/ory/model/IdentitySchemaContainer.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * An Identity JSON Schema Container */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class IdentitySchemaContainer { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/clients/client/java/src/main/java/sh/ory/model/IdentitySchemaPreset.java b/clients/client/java/src/main/java/sh/ory/model/IdentitySchemaPreset.java index d4d64424f0..8bb809214f 100644 --- a/clients/client/java/src/main/java/sh/ory/model/IdentitySchemaPreset.java +++ b/clients/client/java/src/main/java/sh/ory/model/IdentitySchemaPreset.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * IdentitySchemaPreset */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class IdentitySchemaPreset { public static final String SERIALIZED_NAME_SCHEMA = "schema"; @SerializedName(SERIALIZED_NAME_SCHEMA) diff --git a/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentials.java b/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentials.java index 9fa17b1ca6..1f60766013 100644 --- a/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentials.java +++ b/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentials.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -51,7 +51,7 @@ /** * Create Identity and Import Credentials */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class IdentityWithCredentials { public static final String SERIALIZED_NAME_OIDC = "oidc"; @SerializedName(SERIALIZED_NAME_OIDC) diff --git a/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsOidc.java b/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsOidc.java index 85a4ff37c0..226e569e41 100644 --- a/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsOidc.java +++ b/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsOidc.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * Create Identity and Import Social Sign In Credentials */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class IdentityWithCredentialsOidc { public static final String SERIALIZED_NAME_CONFIG = "config"; @SerializedName(SERIALIZED_NAME_CONFIG) diff --git a/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsOidcConfig.java b/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsOidcConfig.java index 4872480afd..ac74e7214d 100644 --- a/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsOidcConfig.java +++ b/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsOidcConfig.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -53,7 +53,7 @@ /** * IdentityWithCredentialsOidcConfig */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class IdentityWithCredentialsOidcConfig { public static final String SERIALIZED_NAME_CONFIG = "config"; @SerializedName(SERIALIZED_NAME_CONFIG) diff --git a/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsOidcConfigProvider.java b/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsOidcConfigProvider.java index 3ac3c1ea3b..8e0bd76f3b 100644 --- a/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsOidcConfigProvider.java +++ b/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsOidcConfigProvider.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Create Identity and Import Social Sign In Credentials Configuration */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class IdentityWithCredentialsOidcConfigProvider { public static final String SERIALIZED_NAME_PROVIDER = "provider"; @SerializedName(SERIALIZED_NAME_PROVIDER) diff --git a/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsPassword.java b/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsPassword.java index f5e32e0fb0..cce825c632 100644 --- a/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsPassword.java +++ b/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsPassword.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * Create Identity and Import Password Credentials */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class IdentityWithCredentialsPassword { public static final String SERIALIZED_NAME_CONFIG = "config"; @SerializedName(SERIALIZED_NAME_CONFIG) diff --git a/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsPasswordConfig.java b/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsPasswordConfig.java index 682643d1a6..5469add962 100644 --- a/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsPasswordConfig.java +++ b/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsPasswordConfig.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Create Identity and Import Password Credentials Configuration */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class IdentityWithCredentialsPasswordConfig { public static final String SERIALIZED_NAME_HASHED_PASSWORD = "hashed_password"; @SerializedName(SERIALIZED_NAME_HASHED_PASSWORD) diff --git a/clients/client/java/src/main/java/sh/ory/model/InternalGetProjectBrandingBody.java b/clients/client/java/src/main/java/sh/ory/model/InternalGetProjectBrandingBody.java index 87602d88cf..b08b88c631 100644 --- a/clients/client/java/src/main/java/sh/ory/model/InternalGetProjectBrandingBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/InternalGetProjectBrandingBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Get Project Branding Request Body */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class InternalGetProjectBrandingBody { public static final String SERIALIZED_NAME_HOSTNAME = "hostname"; @SerializedName(SERIALIZED_NAME_HOSTNAME) diff --git a/clients/client/java/src/main/java/sh/ory/model/InternalIsAXWelcomeScreenEnabledForProjectBody.java b/clients/client/java/src/main/java/sh/ory/model/InternalIsAXWelcomeScreenEnabledForProjectBody.java index a6470d624d..0804887122 100644 --- a/clients/client/java/src/main/java/sh/ory/model/InternalIsAXWelcomeScreenEnabledForProjectBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/InternalIsAXWelcomeScreenEnabledForProjectBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Is Account Experience Enabled For Project Request Body */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class InternalIsAXWelcomeScreenEnabledForProjectBody { public static final String SERIALIZED_NAME_PATH = "path"; @SerializedName(SERIALIZED_NAME_PATH) diff --git a/clients/client/java/src/main/java/sh/ory/model/InternalIsOwnerForProjectBySlugBody.java b/clients/client/java/src/main/java/sh/ory/model/InternalIsOwnerForProjectBySlugBody.java index b94e44e5ac..edf7ecf8ad 100644 --- a/clients/client/java/src/main/java/sh/ory/model/InternalIsOwnerForProjectBySlugBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/InternalIsOwnerForProjectBySlugBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Is Owner For Project By Slug Request Body */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class InternalIsOwnerForProjectBySlugBody { /** * Namespace is the namespace of the subject. diff --git a/clients/client/java/src/main/java/sh/ory/model/InternalIsOwnerForProjectBySlugResponse.java b/clients/client/java/src/main/java/sh/ory/model/InternalIsOwnerForProjectBySlugResponse.java index 1ccdbaa2e8..851fd94cdb 100644 --- a/clients/client/java/src/main/java/sh/ory/model/InternalIsOwnerForProjectBySlugResponse.java +++ b/clients/client/java/src/main/java/sh/ory/model/InternalIsOwnerForProjectBySlugResponse.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * InternalIsOwnerForProjectBySlugResponse */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class InternalIsOwnerForProjectBySlugResponse { public static final String SERIALIZED_NAME_PROJECT_ID = "project_id"; @SerializedName(SERIALIZED_NAME_PROJECT_ID) diff --git a/clients/client/java/src/main/java/sh/ory/model/IntrospectedOAuth2Token.java b/clients/client/java/src/main/java/sh/ory/model/IntrospectedOAuth2Token.java index f64787a50c..b241cbb236 100644 --- a/clients/client/java/src/main/java/sh/ory/model/IntrospectedOAuth2Token.java +++ b/clients/client/java/src/main/java/sh/ory/model/IntrospectedOAuth2Token.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -53,7 +53,7 @@ /** * Introspection contains an access token's session data as specified by [IETF RFC 7662](https://tools.ietf.org/html/rfc7662) */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class IntrospectedOAuth2Token { public static final String SERIALIZED_NAME_ACTIVE = "active"; @SerializedName(SERIALIZED_NAME_ACTIVE) diff --git a/clients/client/java/src/main/java/sh/ory/model/Invoice.java b/clients/client/java/src/main/java/sh/ory/model/Invoice.java index 95ca4fd99a..d6d6b96e0e 100644 --- a/clients/client/java/src/main/java/sh/ory/model/Invoice.java +++ b/clients/client/java/src/main/java/sh/ory/model/Invoice.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -51,7 +51,7 @@ /** * Invoice */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class Invoice { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/clients/client/java/src/main/java/sh/ory/model/InvoiceDataV1.java b/clients/client/java/src/main/java/sh/ory/model/InvoiceDataV1.java index 5174904fc5..9616774d8b 100644 --- a/clients/client/java/src/main/java/sh/ory/model/InvoiceDataV1.java +++ b/clients/client/java/src/main/java/sh/ory/model/InvoiceDataV1.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -54,7 +54,7 @@ /** * InvoiceDataV1 */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class InvoiceDataV1 { public static final String SERIALIZED_NAME_BILLING_PERIOD = "billing_period"; @SerializedName(SERIALIZED_NAME_BILLING_PERIOD) diff --git a/clients/client/java/src/main/java/sh/ory/model/IsOwnerForProjectBySlug.java b/clients/client/java/src/main/java/sh/ory/model/IsOwnerForProjectBySlug.java index 071180e8ad..a81ca068f5 100644 --- a/clients/client/java/src/main/java/sh/ory/model/IsOwnerForProjectBySlug.java +++ b/clients/client/java/src/main/java/sh/ory/model/IsOwnerForProjectBySlug.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * IsOwnerForProjectBySlug */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class IsOwnerForProjectBySlug { public static final String SERIALIZED_NAME_PROJECT_SLUG = "ProjectSlug"; @SerializedName(SERIALIZED_NAME_PROJECT_SLUG) diff --git a/clients/client/java/src/main/java/sh/ory/model/JsonPatch.java b/clients/client/java/src/main/java/sh/ory/model/JsonPatch.java index 6bcca76459..7e73bd54cf 100644 --- a/clients/client/java/src/main/java/sh/ory/model/JsonPatch.java +++ b/clients/client/java/src/main/java/sh/ory/model/JsonPatch.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * A JSONPatch document as defined by RFC 6902 */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class JsonPatch { public static final String SERIALIZED_NAME_FROM = "from"; @SerializedName(SERIALIZED_NAME_FROM) diff --git a/clients/client/java/src/main/java/sh/ory/model/JsonWebKey.java b/clients/client/java/src/main/java/sh/ory/model/JsonWebKey.java index e6dd06209a..b3e36c25df 100644 --- a/clients/client/java/src/main/java/sh/ory/model/JsonWebKey.java +++ b/clients/client/java/src/main/java/sh/ory/model/JsonWebKey.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -51,7 +51,7 @@ /** * JsonWebKey */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class JsonWebKey { public static final String SERIALIZED_NAME_ALG = "alg"; @SerializedName(SERIALIZED_NAME_ALG) diff --git a/clients/client/java/src/main/java/sh/ory/model/JsonWebKeySet.java b/clients/client/java/src/main/java/sh/ory/model/JsonWebKeySet.java index 4b9854a0a8..cacc8116eb 100644 --- a/clients/client/java/src/main/java/sh/ory/model/JsonWebKeySet.java +++ b/clients/client/java/src/main/java/sh/ory/model/JsonWebKeySet.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -52,7 +52,7 @@ /** * JSON Web Key Set */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class JsonWebKeySet { public static final String SERIALIZED_NAME_KEYS = "keys"; @SerializedName(SERIALIZED_NAME_KEYS) diff --git a/clients/client/java/src/main/java/sh/ory/model/KetoNamespace.java b/clients/client/java/src/main/java/sh/ory/model/KetoNamespace.java index 54b02ff3f8..996016b69a 100644 --- a/clients/client/java/src/main/java/sh/ory/model/KetoNamespace.java +++ b/clients/client/java/src/main/java/sh/ory/model/KetoNamespace.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * KetoNamespace */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class KetoNamespace { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/clients/client/java/src/main/java/sh/ory/model/LineItemV1.java b/clients/client/java/src/main/java/sh/ory/model/LineItemV1.java index 139a2254a8..64934ae770 100644 --- a/clients/client/java/src/main/java/sh/ory/model/LineItemV1.java +++ b/clients/client/java/src/main/java/sh/ory/model/LineItemV1.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -51,7 +51,7 @@ /** * LineItemV1 */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class LineItemV1 { public static final String SERIALIZED_NAME_AMOUNT_IN_CENT = "amount_in_cent"; @SerializedName(SERIALIZED_NAME_AMOUNT_IN_CENT) diff --git a/clients/client/java/src/main/java/sh/ory/model/ListEventStreams.java b/clients/client/java/src/main/java/sh/ory/model/ListEventStreams.java index 2571143b41..9b877422b7 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ListEventStreams.java +++ b/clients/client/java/src/main/java/sh/ory/model/ListEventStreams.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -52,7 +52,7 @@ /** * Event Stream List */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ListEventStreams { public static final String SERIALIZED_NAME_EVENT_STREAMS = "event_streams"; @SerializedName(SERIALIZED_NAME_EVENT_STREAMS) diff --git a/clients/client/java/src/main/java/sh/ory/model/ListInvoicesResponse.java b/clients/client/java/src/main/java/sh/ory/model/ListInvoicesResponse.java index 2320a53ed9..1dcaf235e9 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ListInvoicesResponse.java +++ b/clients/client/java/src/main/java/sh/ory/model/ListInvoicesResponse.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -52,7 +52,7 @@ /** * ListInvoicesResponse */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ListInvoicesResponse { public static final String SERIALIZED_NAME_BUCKETS = "buckets"; @SerializedName(SERIALIZED_NAME_BUCKETS) diff --git a/clients/client/java/src/main/java/sh/ory/model/ListOrganizationsResponse.java b/clients/client/java/src/main/java/sh/ory/model/ListOrganizationsResponse.java index 3a17fe8694..5466c79714 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ListOrganizationsResponse.java +++ b/clients/client/java/src/main/java/sh/ory/model/ListOrganizationsResponse.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -52,7 +52,7 @@ /** * B2B SSO Organization List */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ListOrganizationsResponse { public static final String SERIALIZED_NAME_HAS_NEXT_PAGE = "has_next_page"; @SerializedName(SERIALIZED_NAME_HAS_NEXT_PAGE) diff --git a/clients/client/java/src/main/java/sh/ory/model/ListWorkspaceProjects.java b/clients/client/java/src/main/java/sh/ory/model/ListWorkspaceProjects.java index b3a0f11792..c364383db6 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ListWorkspaceProjects.java +++ b/clients/client/java/src/main/java/sh/ory/model/ListWorkspaceProjects.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -52,7 +52,7 @@ /** * ListWorkspaceProjects */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ListWorkspaceProjects { public static final String SERIALIZED_NAME_HAS_NEXT_PAGE = "has_next_page"; @SerializedName(SERIALIZED_NAME_HAS_NEXT_PAGE) diff --git a/clients/client/java/src/main/java/sh/ory/model/ListWorkspaces.java b/clients/client/java/src/main/java/sh/ory/model/ListWorkspaces.java index b2f43e951f..9ba42d242a 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ListWorkspaces.java +++ b/clients/client/java/src/main/java/sh/ory/model/ListWorkspaces.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -52,7 +52,7 @@ /** * ListWorkspaces */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ListWorkspaces { public static final String SERIALIZED_NAME_HAS_NEXT_PAGE = "has_next_page"; @SerializedName(SERIALIZED_NAME_HAS_NEXT_PAGE) diff --git a/clients/client/java/src/main/java/sh/ory/model/LoginFlow.java b/clients/client/java/src/main/java/sh/ory/model/LoginFlow.java index 32c7ceaec1..525049c3bb 100644 --- a/clients/client/java/src/main/java/sh/ory/model/LoginFlow.java +++ b/clients/client/java/src/main/java/sh/ory/model/LoginFlow.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -54,7 +54,7 @@ /** * This object represents a login flow. A login flow is initiated at the \"Initiate Login API / Browser Flow\" endpoint by a client. Once a login flow is completed successfully, a session cookie or session token will be issued. */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class LoginFlow { /** * The active login method If set contains the login method used. If the flow is new, it is unset. password CredentialsTypePassword oidc CredentialsTypeOIDC totp CredentialsTypeTOTP lookup_secret CredentialsTypeLookup webauthn CredentialsTypeWebAuthn code CredentialsTypeCodeAuth passkey CredentialsTypePasskey profile CredentialsTypeProfile link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself. code_recovery CredentialsTypeRecoveryCode diff --git a/clients/client/java/src/main/java/sh/ory/model/LoginFlowState.java b/clients/client/java/src/main/java/sh/ory/model/LoginFlowState.java index 29fbb4858f..5b43e7755c 100644 --- a/clients/client/java/src/main/java/sh/ory/model/LoginFlowState.java +++ b/clients/client/java/src/main/java/sh/ory/model/LoginFlowState.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/main/java/sh/ory/model/LogoutFlow.java b/clients/client/java/src/main/java/sh/ory/model/LogoutFlow.java index 2778221650..d09fb1c7de 100644 --- a/clients/client/java/src/main/java/sh/ory/model/LogoutFlow.java +++ b/clients/client/java/src/main/java/sh/ory/model/LogoutFlow.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Logout Flow */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class LogoutFlow { public static final String SERIALIZED_NAME_LOGOUT_TOKEN = "logout_token"; @SerializedName(SERIALIZED_NAME_LOGOUT_TOKEN) diff --git a/clients/client/java/src/main/java/sh/ory/model/ManagedIdentitySchema.java b/clients/client/java/src/main/java/sh/ory/model/ManagedIdentitySchema.java index 2e07f1ab19..90268fef77 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ManagedIdentitySchema.java +++ b/clients/client/java/src/main/java/sh/ory/model/ManagedIdentitySchema.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * Together the name and identity uuid are a unique index constraint. This prevents a user from having schemas with the same name. This also allows schemas to have the same name across the system. */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ManagedIdentitySchema { public static final String SERIALIZED_NAME_BLOB_NAME = "blob_name"; @SerializedName(SERIALIZED_NAME_BLOB_NAME) diff --git a/clients/client/java/src/main/java/sh/ory/model/ManagedIdentitySchemaValidationResult.java b/clients/client/java/src/main/java/sh/ory/model/ManagedIdentitySchemaValidationResult.java index e6a2ad7f8d..f4a82c74ab 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ManagedIdentitySchemaValidationResult.java +++ b/clients/client/java/src/main/java/sh/ory/model/ManagedIdentitySchemaValidationResult.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Ory Identity Schema Validation Result */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ManagedIdentitySchemaValidationResult { public static final String SERIALIZED_NAME_MESSAGE = "message"; @SerializedName(SERIALIZED_NAME_MESSAGE) diff --git a/clients/client/java/src/main/java/sh/ory/model/MemberInvite.java b/clients/client/java/src/main/java/sh/ory/model/MemberInvite.java index 10f712d2b6..2cafc2bcde 100644 --- a/clients/client/java/src/main/java/sh/ory/model/MemberInvite.java +++ b/clients/client/java/src/main/java/sh/ory/model/MemberInvite.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -51,7 +51,7 @@ /** * MemberInvite */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class MemberInvite { public static final String SERIALIZED_NAME_CREATED_AT = "created_at"; @SerializedName(SERIALIZED_NAME_CREATED_AT) diff --git a/clients/client/java/src/main/java/sh/ory/model/Message.java b/clients/client/java/src/main/java/sh/ory/model/Message.java index fbf58fbbcc..a360abec1c 100644 --- a/clients/client/java/src/main/java/sh/ory/model/Message.java +++ b/clients/client/java/src/main/java/sh/ory/model/Message.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -55,7 +55,7 @@ /** * Message */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class Message { public static final String SERIALIZED_NAME_BODY = "body"; @SerializedName(SERIALIZED_NAME_BODY) diff --git a/clients/client/java/src/main/java/sh/ory/model/MessageDispatch.java b/clients/client/java/src/main/java/sh/ory/model/MessageDispatch.java index 2110ea1e26..e5e0935886 100644 --- a/clients/client/java/src/main/java/sh/ory/model/MessageDispatch.java +++ b/clients/client/java/src/main/java/sh/ory/model/MessageDispatch.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * MessageDispatch represents an attempt of sending a courier message It contains the status of the attempt (failed or successful) and the error if any occured */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class MessageDispatch { public static final String SERIALIZED_NAME_CREATED_AT = "created_at"; @SerializedName(SERIALIZED_NAME_CREATED_AT) diff --git a/clients/client/java/src/main/java/sh/ory/model/MetricsDatapoint.java b/clients/client/java/src/main/java/sh/ory/model/MetricsDatapoint.java index 83f1c34793..977b0320d3 100644 --- a/clients/client/java/src/main/java/sh/ory/model/MetricsDatapoint.java +++ b/clients/client/java/src/main/java/sh/ory/model/MetricsDatapoint.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * Represents a single datapoint/bucket of a time series */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class MetricsDatapoint { public static final String SERIALIZED_NAME_COUNT = "count"; @SerializedName(SERIALIZED_NAME_COUNT) diff --git a/clients/client/java/src/main/java/sh/ory/model/Money.java b/clients/client/java/src/main/java/sh/ory/model/Money.java index 664659f616..7b9547b2e3 100644 --- a/clients/client/java/src/main/java/sh/ory/model/Money.java +++ b/clients/client/java/src/main/java/sh/ory/model/Money.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Money */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class Money { public static final String SERIALIZED_NAME_CENTS = "Cents"; @SerializedName(SERIALIZED_NAME_CENTS) diff --git a/clients/client/java/src/main/java/sh/ory/model/Namespace.java b/clients/client/java/src/main/java/sh/ory/model/Namespace.java index 3c04ef27cc..da5ed2fef9 100644 --- a/clients/client/java/src/main/java/sh/ory/model/Namespace.java +++ b/clients/client/java/src/main/java/sh/ory/model/Namespace.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Namespace */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class Namespace { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/clients/client/java/src/main/java/sh/ory/model/NeedsPrivilegedSessionError.java b/clients/client/java/src/main/java/sh/ory/model/NeedsPrivilegedSessionError.java index a84d8c1f0b..6ca54dc82a 100644 --- a/clients/client/java/src/main/java/sh/ory/model/NeedsPrivilegedSessionError.java +++ b/clients/client/java/src/main/java/sh/ory/model/NeedsPrivilegedSessionError.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * NeedsPrivilegedSessionError */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class NeedsPrivilegedSessionError { public static final String SERIALIZED_NAME_ERROR = "error"; @SerializedName(SERIALIZED_NAME_ERROR) diff --git a/clients/client/java/src/main/java/sh/ory/model/NormalizedProject.java b/clients/client/java/src/main/java/sh/ory/model/NormalizedProject.java index a78a3b464e..3b55829b4b 100644 --- a/clients/client/java/src/main/java/sh/ory/model/NormalizedProject.java +++ b/clients/client/java/src/main/java/sh/ory/model/NormalizedProject.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -55,7 +55,7 @@ /** * NormalizedProject */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class NormalizedProject { public static final String SERIALIZED_NAME_CREATED_AT = "created_at"; @SerializedName(SERIALIZED_NAME_CREATED_AT) diff --git a/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevision.java b/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevision.java index ea4c85ead4..7777204d97 100644 --- a/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevision.java +++ b/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevision.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -59,7 +59,7 @@ /** * NormalizedProjectRevision */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class NormalizedProjectRevision { public static final String SERIALIZED_NAME_CREATED_AT = "created_at"; @SerializedName(SERIALIZED_NAME_CREATED_AT) diff --git a/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionCourierChannel.java b/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionCourierChannel.java index 08554c9a4d..d247a1610e 100644 --- a/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionCourierChannel.java +++ b/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionCourierChannel.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -51,7 +51,7 @@ /** * NormalizedProjectRevisionCourierChannel */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class NormalizedProjectRevisionCourierChannel { public static final String SERIALIZED_NAME_CHANNEL_ID = "channel_id"; @SerializedName(SERIALIZED_NAME_CHANNEL_ID) diff --git a/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionHook.java b/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionHook.java index 1e9bd168a5..6e0bbc1057 100644 --- a/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionHook.java +++ b/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionHook.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * NormalizedProjectRevisionHook */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class NormalizedProjectRevisionHook { public static final String SERIALIZED_NAME_CONFIG_KEY = "config_key"; @SerializedName(SERIALIZED_NAME_CONFIG_KEY) diff --git a/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionIdentitySchema.java b/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionIdentitySchema.java index 1897c6d112..20ba863e10 100644 --- a/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionIdentitySchema.java +++ b/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionIdentitySchema.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -52,7 +52,7 @@ /** * NormalizedProjectRevisionIdentitySchema */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class NormalizedProjectRevisionIdentitySchema { public static final String SERIALIZED_NAME_CREATED_AT = "created_at"; @SerializedName(SERIALIZED_NAME_CREATED_AT) diff --git a/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionThirdPartyProvider.java b/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionThirdPartyProvider.java index 257972407e..0c58dd94b0 100644 --- a/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionThirdPartyProvider.java +++ b/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionThirdPartyProvider.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -53,7 +53,7 @@ /** * NormalizedProjectRevisionThirdPartyProvider */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class NormalizedProjectRevisionThirdPartyProvider { public static final String SERIALIZED_NAME_ADDITIONAL_ID_TOKEN_AUDIENCES = "additional_id_token_audiences"; @SerializedName(SERIALIZED_NAME_ADDITIONAL_ID_TOKEN_AUDIENCES) diff --git a/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionTokenizerTemplate.java b/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionTokenizerTemplate.java index 02693e9df5..e7e9af51fd 100644 --- a/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionTokenizerTemplate.java +++ b/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionTokenizerTemplate.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * NormalizedProjectRevisionTokenizerTemplate */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class NormalizedProjectRevisionTokenizerTemplate { public static final String SERIALIZED_NAME_CLAIMS_MAPPER_URL = "claims_mapper_url"; @SerializedName(SERIALIZED_NAME_CLAIMS_MAPPER_URL) diff --git a/clients/client/java/src/main/java/sh/ory/model/OAuth2Client.java b/clients/client/java/src/main/java/sh/ory/model/OAuth2Client.java index fe6b189289..3b4b6e0137 100644 --- a/clients/client/java/src/main/java/sh/ory/model/OAuth2Client.java +++ b/clients/client/java/src/main/java/sh/ory/model/OAuth2Client.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -53,7 +53,7 @@ /** * OAuth 2.0 Clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are generated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities. */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class OAuth2Client { public static final String SERIALIZED_NAME_ACCESS_TOKEN_STRATEGY = "access_token_strategy"; @SerializedName(SERIALIZED_NAME_ACCESS_TOKEN_STRATEGY) diff --git a/clients/client/java/src/main/java/sh/ory/model/OAuth2ClientTokenLifespans.java b/clients/client/java/src/main/java/sh/ory/model/OAuth2ClientTokenLifespans.java index b1c70d9702..a1449bb43c 100644 --- a/clients/client/java/src/main/java/sh/ory/model/OAuth2ClientTokenLifespans.java +++ b/clients/client/java/src/main/java/sh/ory/model/OAuth2ClientTokenLifespans.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * Lifespans of different token types issued for this OAuth 2.0 Client. */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class OAuth2ClientTokenLifespans { public static final String SERIALIZED_NAME_AUTHORIZATION_CODE_GRANT_ACCESS_TOKEN_LIFESPAN = "authorization_code_grant_access_token_lifespan"; @SerializedName(SERIALIZED_NAME_AUTHORIZATION_CODE_GRANT_ACCESS_TOKEN_LIFESPAN) diff --git a/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentRequest.java b/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentRequest.java index a104ecaeb3..83a0c25024 100644 --- a/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentRequest.java +++ b/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentRequest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -53,7 +53,7 @@ /** * OAuth2ConsentRequest */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class OAuth2ConsentRequest { public static final String SERIALIZED_NAME_ACR = "acr"; @SerializedName(SERIALIZED_NAME_ACR) diff --git a/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentRequestOpenIDConnectContext.java b/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentRequestOpenIDConnectContext.java index 11ebbb36f8..933eb27143 100644 --- a/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentRequestOpenIDConnectContext.java +++ b/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentRequestOpenIDConnectContext.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -53,7 +53,7 @@ /** * OAuth2ConsentRequestOpenIDConnectContext */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class OAuth2ConsentRequestOpenIDConnectContext { public static final String SERIALIZED_NAME_ACR_VALUES = "acr_values"; @SerializedName(SERIALIZED_NAME_ACR_VALUES) diff --git a/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentSession.java b/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentSession.java index 7f1a077440..bc222328fe 100644 --- a/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentSession.java +++ b/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentSession.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -55,7 +55,7 @@ /** * A completed OAuth 2.0 Consent Session. */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class OAuth2ConsentSession { public static final String SERIALIZED_NAME_CONSENT_REQUEST = "consent_request"; @SerializedName(SERIALIZED_NAME_CONSENT_REQUEST) diff --git a/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentSessionExpiresAt.java b/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentSessionExpiresAt.java index e5276040d4..50d6d3efc2 100644 --- a/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentSessionExpiresAt.java +++ b/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentSessionExpiresAt.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * OAuth2ConsentSessionExpiresAt */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class OAuth2ConsentSessionExpiresAt { public static final String SERIALIZED_NAME_ACCESS_TOKEN = "access_token"; @SerializedName(SERIALIZED_NAME_ACCESS_TOKEN) diff --git a/clients/client/java/src/main/java/sh/ory/model/OAuth2LoginRequest.java b/clients/client/java/src/main/java/sh/ory/model/OAuth2LoginRequest.java index 7c8f87e444..40b0aa29f4 100644 --- a/clients/client/java/src/main/java/sh/ory/model/OAuth2LoginRequest.java +++ b/clients/client/java/src/main/java/sh/ory/model/OAuth2LoginRequest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -53,7 +53,7 @@ /** * OAuth2LoginRequest */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class OAuth2LoginRequest { public static final String SERIALIZED_NAME_CHALLENGE = "challenge"; @SerializedName(SERIALIZED_NAME_CHALLENGE) diff --git a/clients/client/java/src/main/java/sh/ory/model/OAuth2LogoutRequest.java b/clients/client/java/src/main/java/sh/ory/model/OAuth2LogoutRequest.java index 160b995fe2..6be0b431c7 100644 --- a/clients/client/java/src/main/java/sh/ory/model/OAuth2LogoutRequest.java +++ b/clients/client/java/src/main/java/sh/ory/model/OAuth2LogoutRequest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * OAuth2LogoutRequest */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class OAuth2LogoutRequest { public static final String SERIALIZED_NAME_CHALLENGE = "challenge"; @SerializedName(SERIALIZED_NAME_CHALLENGE) diff --git a/clients/client/java/src/main/java/sh/ory/model/OAuth2RedirectTo.java b/clients/client/java/src/main/java/sh/ory/model/OAuth2RedirectTo.java index 11c36c9c0f..7f5e4ed0c2 100644 --- a/clients/client/java/src/main/java/sh/ory/model/OAuth2RedirectTo.java +++ b/clients/client/java/src/main/java/sh/ory/model/OAuth2RedirectTo.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Contains a redirect URL used to complete a login, consent, or logout request. */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class OAuth2RedirectTo { public static final String SERIALIZED_NAME_REDIRECT_TO = "redirect_to"; @SerializedName(SERIALIZED_NAME_REDIRECT_TO) diff --git a/clients/client/java/src/main/java/sh/ory/model/OAuth2TokenExchange.java b/clients/client/java/src/main/java/sh/ory/model/OAuth2TokenExchange.java index aa676c8fb6..1ce48e391a 100644 --- a/clients/client/java/src/main/java/sh/ory/model/OAuth2TokenExchange.java +++ b/clients/client/java/src/main/java/sh/ory/model/OAuth2TokenExchange.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * OAuth2 Token Exchange Result */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class OAuth2TokenExchange { public static final String SERIALIZED_NAME_ACCESS_TOKEN = "access_token"; @SerializedName(SERIALIZED_NAME_ACCESS_TOKEN) diff --git a/clients/client/java/src/main/java/sh/ory/model/OidcConfiguration.java b/clients/client/java/src/main/java/sh/ory/model/OidcConfiguration.java index 4ed185ec13..f75a678a42 100644 --- a/clients/client/java/src/main/java/sh/ory/model/OidcConfiguration.java +++ b/clients/client/java/src/main/java/sh/ory/model/OidcConfiguration.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -52,7 +52,7 @@ /** * Includes links to several endpoints (for example `/oauth2/token`) and exposes information on supported signature algorithms among others. */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class OidcConfiguration { public static final String SERIALIZED_NAME_AUTHORIZATION_ENDPOINT = "authorization_endpoint"; @SerializedName(SERIALIZED_NAME_AUTHORIZATION_ENDPOINT) diff --git a/clients/client/java/src/main/java/sh/ory/model/OidcUserInfo.java b/clients/client/java/src/main/java/sh/ory/model/OidcUserInfo.java index b30e168555..db93283510 100644 --- a/clients/client/java/src/main/java/sh/ory/model/OidcUserInfo.java +++ b/clients/client/java/src/main/java/sh/ory/model/OidcUserInfo.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * OpenID Connect Userinfo */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class OidcUserInfo { public static final String SERIALIZED_NAME_BIRTHDATE = "birthdate"; @SerializedName(SERIALIZED_NAME_BIRTHDATE) diff --git a/clients/client/java/src/main/java/sh/ory/model/Organization.java b/clients/client/java/src/main/java/sh/ory/model/Organization.java index 8315e04cca..4ec7440bbd 100644 --- a/clients/client/java/src/main/java/sh/ory/model/Organization.java +++ b/clients/client/java/src/main/java/sh/ory/model/Organization.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -52,7 +52,7 @@ /** * B2B SSO Organization */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class Organization { public static final String SERIALIZED_NAME_CREATED_AT = "created_at"; @SerializedName(SERIALIZED_NAME_CREATED_AT) diff --git a/clients/client/java/src/main/java/sh/ory/model/OrganizationBody.java b/clients/client/java/src/main/java/sh/ory/model/OrganizationBody.java index 7016825967..d3e53f4769 100644 --- a/clients/client/java/src/main/java/sh/ory/model/OrganizationBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/OrganizationBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -51,7 +51,7 @@ /** * Create B2B SSO Organization Request Body */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class OrganizationBody { public static final String SERIALIZED_NAME_DOMAINS = "domains"; @SerializedName(SERIALIZED_NAME_DOMAINS) diff --git a/clients/client/java/src/main/java/sh/ory/model/Pagination.java b/clients/client/java/src/main/java/sh/ory/model/Pagination.java index 87e361859d..ab6f73fa64 100644 --- a/clients/client/java/src/main/java/sh/ory/model/Pagination.java +++ b/clients/client/java/src/main/java/sh/ory/model/Pagination.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Pagination */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class Pagination { public static final String SERIALIZED_NAME_PAGE_SIZE = "page_size"; @SerializedName(SERIALIZED_NAME_PAGE_SIZE) diff --git a/clients/client/java/src/main/java/sh/ory/model/PaginationHeaders.java b/clients/client/java/src/main/java/sh/ory/model/PaginationHeaders.java index b648236361..a10f99a1aa 100644 --- a/clients/client/java/src/main/java/sh/ory/model/PaginationHeaders.java +++ b/clients/client/java/src/main/java/sh/ory/model/PaginationHeaders.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * PaginationHeaders */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class PaginationHeaders { public static final String SERIALIZED_NAME_LINK = "link"; @SerializedName(SERIALIZED_NAME_LINK) diff --git a/clients/client/java/src/main/java/sh/ory/model/ParseError.java b/clients/client/java/src/main/java/sh/ory/model/ParseError.java index 3579ee11a7..8250c359ff 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ParseError.java +++ b/clients/client/java/src/main/java/sh/ory/model/ParseError.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * ParseError */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ParseError { public static final String SERIALIZED_NAME_END = "end"; @SerializedName(SERIALIZED_NAME_END) diff --git a/clients/client/java/src/main/java/sh/ory/model/PatchIdentitiesBody.java b/clients/client/java/src/main/java/sh/ory/model/PatchIdentitiesBody.java index 0b720379d4..a390032eb2 100644 --- a/clients/client/java/src/main/java/sh/ory/model/PatchIdentitiesBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/PatchIdentitiesBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -52,7 +52,7 @@ /** * Patch Identities Body */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class PatchIdentitiesBody { public static final String SERIALIZED_NAME_IDENTITIES = "identities"; @SerializedName(SERIALIZED_NAME_IDENTITIES) diff --git a/clients/client/java/src/main/java/sh/ory/model/PerformNativeLogoutBody.java b/clients/client/java/src/main/java/sh/ory/model/PerformNativeLogoutBody.java index 0678a03b0b..8872ffca96 100644 --- a/clients/client/java/src/main/java/sh/ory/model/PerformNativeLogoutBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/PerformNativeLogoutBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Perform Native Logout Request Body */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class PerformNativeLogoutBody { public static final String SERIALIZED_NAME_SESSION_TOKEN = "session_token"; @SerializedName(SERIALIZED_NAME_SESSION_TOKEN) diff --git a/clients/client/java/src/main/java/sh/ory/model/PermissionsOnWorkspace.java b/clients/client/java/src/main/java/sh/ory/model/PermissionsOnWorkspace.java index 0ce12376b5..afcdfe84eb 100644 --- a/clients/client/java/src/main/java/sh/ory/model/PermissionsOnWorkspace.java +++ b/clients/client/java/src/main/java/sh/ory/model/PermissionsOnWorkspace.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -51,7 +51,7 @@ /** * Get Permissions on Project Request Parameters */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class PermissionsOnWorkspace { public static final String SERIALIZED_NAME_PERMISSIONS = "permissions"; @SerializedName(SERIALIZED_NAME_PERMISSIONS) diff --git a/clients/client/java/src/main/java/sh/ory/model/Plan.java b/clients/client/java/src/main/java/sh/ory/model/Plan.java index 39afb49349..b252d8b1f8 100644 --- a/clients/client/java/src/main/java/sh/ory/model/Plan.java +++ b/clients/client/java/src/main/java/sh/ory/model/Plan.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Plan */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class Plan { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/clients/client/java/src/main/java/sh/ory/model/PlanDetails.java b/clients/client/java/src/main/java/sh/ory/model/PlanDetails.java index 054b9cb125..07fc464331 100644 --- a/clients/client/java/src/main/java/sh/ory/model/PlanDetails.java +++ b/clients/client/java/src/main/java/sh/ory/model/PlanDetails.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -52,7 +52,7 @@ /** * PlanDetails */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class PlanDetails { public static final String SERIALIZED_NAME_BASE_FEE_MONTHLY = "base_fee_monthly"; @SerializedName(SERIALIZED_NAME_BASE_FEE_MONTHLY) diff --git a/clients/client/java/src/main/java/sh/ory/model/PostCheckPermissionBody.java b/clients/client/java/src/main/java/sh/ory/model/PostCheckPermissionBody.java index f0bdecf5ae..a2804ce9d7 100644 --- a/clients/client/java/src/main/java/sh/ory/model/PostCheckPermissionBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/PostCheckPermissionBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * Check Permission using Post Request Body */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class PostCheckPermissionBody { public static final String SERIALIZED_NAME_NAMESPACE = "namespace"; @SerializedName(SERIALIZED_NAME_NAMESPACE) diff --git a/clients/client/java/src/main/java/sh/ory/model/PostCheckPermissionOrErrorBody.java b/clients/client/java/src/main/java/sh/ory/model/PostCheckPermissionOrErrorBody.java index 4f56c2017f..1b81620a24 100644 --- a/clients/client/java/src/main/java/sh/ory/model/PostCheckPermissionOrErrorBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/PostCheckPermissionOrErrorBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * Post Check Permission Or Error Body */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class PostCheckPermissionOrErrorBody { public static final String SERIALIZED_NAME_NAMESPACE = "namespace"; @SerializedName(SERIALIZED_NAME_NAMESPACE) diff --git a/clients/client/java/src/main/java/sh/ory/model/Project.java b/clients/client/java/src/main/java/sh/ory/model/Project.java index 0a6bc5a4b1..dee22aa40b 100644 --- a/clients/client/java/src/main/java/sh/ory/model/Project.java +++ b/clients/client/java/src/main/java/sh/ory/model/Project.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -52,7 +52,7 @@ /** * Project */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class Project { public static final String SERIALIZED_NAME_CORS_ADMIN = "cors_admin"; @SerializedName(SERIALIZED_NAME_CORS_ADMIN) diff --git a/clients/client/java/src/main/java/sh/ory/model/ProjectApiKey.java b/clients/client/java/src/main/java/sh/ory/model/ProjectApiKey.java index daa91b147c..7c7d8c7d50 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ProjectApiKey.java +++ b/clients/client/java/src/main/java/sh/ory/model/ProjectApiKey.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * ProjectApiKey */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ProjectApiKey { public static final String SERIALIZED_NAME_CREATED_AT = "created_at"; @SerializedName(SERIALIZED_NAME_CREATED_AT) diff --git a/clients/client/java/src/main/java/sh/ory/model/ProjectBranding.java b/clients/client/java/src/main/java/sh/ory/model/ProjectBranding.java index b27a1750b4..cf34591455 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ProjectBranding.java +++ b/clients/client/java/src/main/java/sh/ory/model/ProjectBranding.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -53,7 +53,7 @@ /** * ProjectBranding */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ProjectBranding { public static final String SERIALIZED_NAME_CREATED_AT = "created_at"; @SerializedName(SERIALIZED_NAME_CREATED_AT) diff --git a/clients/client/java/src/main/java/sh/ory/model/ProjectBrandingColors.java b/clients/client/java/src/main/java/sh/ory/model/ProjectBrandingColors.java index 307cd29b54..366b7369e0 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ProjectBrandingColors.java +++ b/clients/client/java/src/main/java/sh/ory/model/ProjectBrandingColors.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * ProjectBrandingColors */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ProjectBrandingColors { public static final String SERIALIZED_NAME_ACCENT_DEFAULT_COLOR = "accent_default_color"; @SerializedName(SERIALIZED_NAME_ACCENT_DEFAULT_COLOR) diff --git a/clients/client/java/src/main/java/sh/ory/model/ProjectBrandingTheme.java b/clients/client/java/src/main/java/sh/ory/model/ProjectBrandingTheme.java index e5a06892ce..e8c68a8e80 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ProjectBrandingTheme.java +++ b/clients/client/java/src/main/java/sh/ory/model/ProjectBrandingTheme.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -53,7 +53,7 @@ /** * ProjectBrandingTheme */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ProjectBrandingTheme { public static final String SERIALIZED_NAME_ACCENT_DEFAULT_COLOR = "accent_default_color"; @SerializedName(SERIALIZED_NAME_ACCENT_DEFAULT_COLOR) diff --git a/clients/client/java/src/main/java/sh/ory/model/ProjectCors.java b/clients/client/java/src/main/java/sh/ory/model/ProjectCors.java index 34a8af569d..5d1528b06d 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ProjectCors.java +++ b/clients/client/java/src/main/java/sh/ory/model/ProjectCors.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -51,7 +51,7 @@ /** * ProjectCors */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ProjectCors { public static final String SERIALIZED_NAME_ENABLED = "enabled"; @SerializedName(SERIALIZED_NAME_ENABLED) diff --git a/clients/client/java/src/main/java/sh/ory/model/ProjectEventsDatapoint.java b/clients/client/java/src/main/java/sh/ory/model/ProjectEventsDatapoint.java index beb5874b5f..ff91286560 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ProjectEventsDatapoint.java +++ b/clients/client/java/src/main/java/sh/ory/model/ProjectEventsDatapoint.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -53,7 +53,7 @@ /** * ProjectEventsDatapoint */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ProjectEventsDatapoint { public static final String SERIALIZED_NAME_ATTRIBUTES = "attributes"; @SerializedName(SERIALIZED_NAME_ATTRIBUTES) diff --git a/clients/client/java/src/main/java/sh/ory/model/ProjectHost.java b/clients/client/java/src/main/java/sh/ory/model/ProjectHost.java index 21b4a8f460..231023c090 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ProjectHost.java +++ b/clients/client/java/src/main/java/sh/ory/model/ProjectHost.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * ProjectHost */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ProjectHost { public static final String SERIALIZED_NAME_HOST = "host"; @SerializedName(SERIALIZED_NAME_HOST) diff --git a/clients/client/java/src/main/java/sh/ory/model/ProjectMember.java b/clients/client/java/src/main/java/sh/ory/model/ProjectMember.java index 82a878817e..47109bd624 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ProjectMember.java +++ b/clients/client/java/src/main/java/sh/ory/model/ProjectMember.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * ProjectMember */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ProjectMember { public static final String SERIALIZED_NAME_EMAIL = "email"; @SerializedName(SERIALIZED_NAME_EMAIL) diff --git a/clients/client/java/src/main/java/sh/ory/model/ProjectMetadata.java b/clients/client/java/src/main/java/sh/ory/model/ProjectMetadata.java index 08ab66ad45..bcc17dcad1 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ProjectMetadata.java +++ b/clients/client/java/src/main/java/sh/ory/model/ProjectMetadata.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -54,7 +54,7 @@ /** * ProjectMetadata */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ProjectMetadata { public static final String SERIALIZED_NAME_CREATED_AT = "created_at"; @SerializedName(SERIALIZED_NAME_CREATED_AT) diff --git a/clients/client/java/src/main/java/sh/ory/model/ProjectServiceIdentity.java b/clients/client/java/src/main/java/sh/ory/model/ProjectServiceIdentity.java index 8176673b70..cf95475b3b 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ProjectServiceIdentity.java +++ b/clients/client/java/src/main/java/sh/ory/model/ProjectServiceIdentity.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * ProjectServiceIdentity */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ProjectServiceIdentity { public static final String SERIALIZED_NAME_CONFIG = "config"; @SerializedName(SERIALIZED_NAME_CONFIG) diff --git a/clients/client/java/src/main/java/sh/ory/model/ProjectServiceOAuth2.java b/clients/client/java/src/main/java/sh/ory/model/ProjectServiceOAuth2.java index 17859f3571..d7b2983d2d 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ProjectServiceOAuth2.java +++ b/clients/client/java/src/main/java/sh/ory/model/ProjectServiceOAuth2.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * ProjectServiceOAuth2 */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ProjectServiceOAuth2 { public static final String SERIALIZED_NAME_CONFIG = "config"; @SerializedName(SERIALIZED_NAME_CONFIG) diff --git a/clients/client/java/src/main/java/sh/ory/model/ProjectServicePermission.java b/clients/client/java/src/main/java/sh/ory/model/ProjectServicePermission.java index 981e3e37a3..c19cfabdf0 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ProjectServicePermission.java +++ b/clients/client/java/src/main/java/sh/ory/model/ProjectServicePermission.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * ProjectServicePermission */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ProjectServicePermission { public static final String SERIALIZED_NAME_CONFIG = "config"; @SerializedName(SERIALIZED_NAME_CONFIG) diff --git a/clients/client/java/src/main/java/sh/ory/model/ProjectServices.java b/clients/client/java/src/main/java/sh/ory/model/ProjectServices.java index 0b36a35a8d..49cdbc2c9f 100644 --- a/clients/client/java/src/main/java/sh/ory/model/ProjectServices.java +++ b/clients/client/java/src/main/java/sh/ory/model/ProjectServices.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -52,7 +52,7 @@ /** * ProjectServices */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class ProjectServices { public static final String SERIALIZED_NAME_IDENTITY = "identity"; @SerializedName(SERIALIZED_NAME_IDENTITY) diff --git a/clients/client/java/src/main/java/sh/ory/model/QuotaUsage.java b/clients/client/java/src/main/java/sh/ory/model/QuotaUsage.java index cd29dfd1bb..63673b5eff 100644 --- a/clients/client/java/src/main/java/sh/ory/model/QuotaUsage.java +++ b/clients/client/java/src/main/java/sh/ory/model/QuotaUsage.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * QuotaUsage */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class QuotaUsage { public static final String SERIALIZED_NAME_ADDITIONAL_PRICE = "additional_price"; @SerializedName(SERIALIZED_NAME_ADDITIONAL_PRICE) @@ -60,7 +60,7 @@ public class QuotaUsage { private Boolean canUseMore; /** - * production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + * production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect */ @JsonAdapter(FeatureEnum.Adapter.class) public enum FeatureEnum { @@ -110,6 +110,8 @@ public enum FeatureEnum { PERMISSION_CHECKS("permission_checks"), + CAPTCHA("captcha"), + DATA_LOCATION_REGIONAL("data_location_regional"), RATE_LIMIT_TIER("rate_limit_tier"), @@ -228,7 +230,7 @@ public QuotaUsage feature(FeatureEnum feature) { } /** - * production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + * production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect * @return feature */ @javax.annotation.Nonnull diff --git a/clients/client/java/src/main/java/sh/ory/model/RFC6749ErrorJson.java b/clients/client/java/src/main/java/sh/ory/model/RFC6749ErrorJson.java index eb1fcbd20f..86172693d4 100644 --- a/clients/client/java/src/main/java/sh/ory/model/RFC6749ErrorJson.java +++ b/clients/client/java/src/main/java/sh/ory/model/RFC6749ErrorJson.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * RFC6749ErrorJson */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class RFC6749ErrorJson { public static final String SERIALIZED_NAME_ERROR = "error"; @SerializedName(SERIALIZED_NAME_ERROR) diff --git a/clients/client/java/src/main/java/sh/ory/model/RecoveryCodeForIdentity.java b/clients/client/java/src/main/java/sh/ory/model/RecoveryCodeForIdentity.java index c210de5c60..f8e005ae09 100644 --- a/clients/client/java/src/main/java/sh/ory/model/RecoveryCodeForIdentity.java +++ b/clients/client/java/src/main/java/sh/ory/model/RecoveryCodeForIdentity.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * Used when an administrator creates a recovery code for an identity. */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class RecoveryCodeForIdentity { public static final String SERIALIZED_NAME_EXPIRES_AT = "expires_at"; @SerializedName(SERIALIZED_NAME_EXPIRES_AT) diff --git a/clients/client/java/src/main/java/sh/ory/model/RecoveryFlow.java b/clients/client/java/src/main/java/sh/ory/model/RecoveryFlow.java index 73649daf3b..9c3c425f64 100644 --- a/clients/client/java/src/main/java/sh/ory/model/RecoveryFlow.java +++ b/clients/client/java/src/main/java/sh/ory/model/RecoveryFlow.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -54,7 +54,7 @@ /** * This request is used when an identity wants to recover their account. We recommend reading the [Account Recovery Documentation](../self-service/flows/password-reset-account-recovery) */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class RecoveryFlow { public static final String SERIALIZED_NAME_ACTIVE = "active"; @SerializedName(SERIALIZED_NAME_ACTIVE) diff --git a/clients/client/java/src/main/java/sh/ory/model/RecoveryFlowState.java b/clients/client/java/src/main/java/sh/ory/model/RecoveryFlowState.java index 6d7e8167f4..407f223041 100644 --- a/clients/client/java/src/main/java/sh/ory/model/RecoveryFlowState.java +++ b/clients/client/java/src/main/java/sh/ory/model/RecoveryFlowState.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/main/java/sh/ory/model/RecoveryIdentityAddress.java b/clients/client/java/src/main/java/sh/ory/model/RecoveryIdentityAddress.java index 024cbb1b08..1c5bf61a46 100644 --- a/clients/client/java/src/main/java/sh/ory/model/RecoveryIdentityAddress.java +++ b/clients/client/java/src/main/java/sh/ory/model/RecoveryIdentityAddress.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * RecoveryIdentityAddress */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class RecoveryIdentityAddress { public static final String SERIALIZED_NAME_CREATED_AT = "created_at"; @SerializedName(SERIALIZED_NAME_CREATED_AT) diff --git a/clients/client/java/src/main/java/sh/ory/model/RecoveryLinkForIdentity.java b/clients/client/java/src/main/java/sh/ory/model/RecoveryLinkForIdentity.java index fc37ffb2f9..46a97ee8f1 100644 --- a/clients/client/java/src/main/java/sh/ory/model/RecoveryLinkForIdentity.java +++ b/clients/client/java/src/main/java/sh/ory/model/RecoveryLinkForIdentity.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * Used when an administrator creates a recovery link for an identity. */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class RecoveryLinkForIdentity { public static final String SERIALIZED_NAME_EXPIRES_AT = "expires_at"; @SerializedName(SERIALIZED_NAME_EXPIRES_AT) diff --git a/clients/client/java/src/main/java/sh/ory/model/RegistrationFlow.java b/clients/client/java/src/main/java/sh/ory/model/RegistrationFlow.java index 74f05d1b30..373e3e1443 100644 --- a/clients/client/java/src/main/java/sh/ory/model/RegistrationFlow.java +++ b/clients/client/java/src/main/java/sh/ory/model/RegistrationFlow.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -53,7 +53,7 @@ /** * RegistrationFlow */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class RegistrationFlow { /** * Active, if set, contains the registration method that is being used. It is initially not set. password CredentialsTypePassword oidc CredentialsTypeOIDC totp CredentialsTypeTOTP lookup_secret CredentialsTypeLookup webauthn CredentialsTypeWebAuthn code CredentialsTypeCodeAuth passkey CredentialsTypePasskey profile CredentialsTypeProfile link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself. code_recovery CredentialsTypeRecoveryCode diff --git a/clients/client/java/src/main/java/sh/ory/model/RegistrationFlowState.java b/clients/client/java/src/main/java/sh/ory/model/RegistrationFlowState.java index a05a5e5455..a2a36af45b 100644 --- a/clients/client/java/src/main/java/sh/ory/model/RegistrationFlowState.java +++ b/clients/client/java/src/main/java/sh/ory/model/RegistrationFlowState.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/main/java/sh/ory/model/RejectOAuth2Request.java b/clients/client/java/src/main/java/sh/ory/model/RejectOAuth2Request.java index 4be24c1b7f..1b9b613169 100644 --- a/clients/client/java/src/main/java/sh/ory/model/RejectOAuth2Request.java +++ b/clients/client/java/src/main/java/sh/ory/model/RejectOAuth2Request.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * RejectOAuth2Request */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class RejectOAuth2Request { public static final String SERIALIZED_NAME_ERROR = "error"; @SerializedName(SERIALIZED_NAME_ERROR) diff --git a/clients/client/java/src/main/java/sh/ory/model/RelationQuery.java b/clients/client/java/src/main/java/sh/ory/model/RelationQuery.java index fc0ee4ae42..179fb5cbf7 100644 --- a/clients/client/java/src/main/java/sh/ory/model/RelationQuery.java +++ b/clients/client/java/src/main/java/sh/ory/model/RelationQuery.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * Relation Query */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class RelationQuery { public static final String SERIALIZED_NAME_NAMESPACE = "namespace"; @SerializedName(SERIALIZED_NAME_NAMESPACE) diff --git a/clients/client/java/src/main/java/sh/ory/model/Relationship.java b/clients/client/java/src/main/java/sh/ory/model/Relationship.java index 7b5fd58576..dca1c9258e 100644 --- a/clients/client/java/src/main/java/sh/ory/model/Relationship.java +++ b/clients/client/java/src/main/java/sh/ory/model/Relationship.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * Relationship */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class Relationship { public static final String SERIALIZED_NAME_NAMESPACE = "namespace"; @SerializedName(SERIALIZED_NAME_NAMESPACE) diff --git a/clients/client/java/src/main/java/sh/ory/model/RelationshipNamespaces.java b/clients/client/java/src/main/java/sh/ory/model/RelationshipNamespaces.java index 6026e1f303..428c6f61ce 100644 --- a/clients/client/java/src/main/java/sh/ory/model/RelationshipNamespaces.java +++ b/clients/client/java/src/main/java/sh/ory/model/RelationshipNamespaces.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -52,7 +52,7 @@ /** * Relationship Namespace List */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class RelationshipNamespaces { public static final String SERIALIZED_NAME_NAMESPACES = "namespaces"; @SerializedName(SERIALIZED_NAME_NAMESPACES) diff --git a/clients/client/java/src/main/java/sh/ory/model/RelationshipPatch.java b/clients/client/java/src/main/java/sh/ory/model/RelationshipPatch.java index a7674c4341..e43a9fc515 100644 --- a/clients/client/java/src/main/java/sh/ory/model/RelationshipPatch.java +++ b/clients/client/java/src/main/java/sh/ory/model/RelationshipPatch.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * Payload for patching a relationship */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class RelationshipPatch { /** * Gets or Sets action diff --git a/clients/client/java/src/main/java/sh/ory/model/Relationships.java b/clients/client/java/src/main/java/sh/ory/model/Relationships.java index d8caf381fd..41a3769967 100644 --- a/clients/client/java/src/main/java/sh/ory/model/Relationships.java +++ b/clients/client/java/src/main/java/sh/ory/model/Relationships.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -52,7 +52,7 @@ /** * Paginated Relationship List */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class Relationships { public static final String SERIALIZED_NAME_NEXT_PAGE_TOKEN = "next_page_token"; @SerializedName(SERIALIZED_NAME_NEXT_PAGE_TOKEN) diff --git a/clients/client/java/src/main/java/sh/ory/model/SchemaPatch.java b/clients/client/java/src/main/java/sh/ory/model/SchemaPatch.java index d0b4d17afd..8d46a7930f 100644 --- a/clients/client/java/src/main/java/sh/ory/model/SchemaPatch.java +++ b/clients/client/java/src/main/java/sh/ory/model/SchemaPatch.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * SchemaPatch */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class SchemaPatch { public static final String SERIALIZED_NAME_DATA = "data"; @SerializedName(SERIALIZED_NAME_DATA) diff --git a/clients/client/java/src/main/java/sh/ory/model/SelfServiceFlowExpiredError.java b/clients/client/java/src/main/java/sh/ory/model/SelfServiceFlowExpiredError.java index 06f55d1584..1a1afdf83d 100644 --- a/clients/client/java/src/main/java/sh/ory/model/SelfServiceFlowExpiredError.java +++ b/clients/client/java/src/main/java/sh/ory/model/SelfServiceFlowExpiredError.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -51,7 +51,7 @@ /** * Is sent when a flow is expired */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class SelfServiceFlowExpiredError { public static final String SERIALIZED_NAME_ERROR = "error"; @SerializedName(SERIALIZED_NAME_ERROR) diff --git a/clients/client/java/src/main/java/sh/ory/model/Session.java b/clients/client/java/src/main/java/sh/ory/model/Session.java index b3e95fa227..8933cb8746 100644 --- a/clients/client/java/src/main/java/sh/ory/model/Session.java +++ b/clients/client/java/src/main/java/sh/ory/model/Session.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -56,7 +56,7 @@ /** * A Session */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class Session { public static final String SERIALIZED_NAME_ACTIVE = "active"; @SerializedName(SERIALIZED_NAME_ACTIVE) diff --git a/clients/client/java/src/main/java/sh/ory/model/SessionActivityDatapoint.java b/clients/client/java/src/main/java/sh/ory/model/SessionActivityDatapoint.java index e3f9798cba..9ca2b532db 100644 --- a/clients/client/java/src/main/java/sh/ory/model/SessionActivityDatapoint.java +++ b/clients/client/java/src/main/java/sh/ory/model/SessionActivityDatapoint.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * SessionActivityDatapoint */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class SessionActivityDatapoint { public static final String SERIALIZED_NAME_COUNTRY = "country"; @SerializedName(SERIALIZED_NAME_COUNTRY) diff --git a/clients/client/java/src/main/java/sh/ory/model/SessionAuthenticationMethod.java b/clients/client/java/src/main/java/sh/ory/model/SessionAuthenticationMethod.java index cf2e220ca7..cfcf45abae 100644 --- a/clients/client/java/src/main/java/sh/ory/model/SessionAuthenticationMethod.java +++ b/clients/client/java/src/main/java/sh/ory/model/SessionAuthenticationMethod.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -51,7 +51,7 @@ /** * A singular authenticator used during authentication / login. */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class SessionAuthenticationMethod { public static final String SERIALIZED_NAME_AAL = "aal"; @SerializedName(SERIALIZED_NAME_AAL) diff --git a/clients/client/java/src/main/java/sh/ory/model/SessionDevice.java b/clients/client/java/src/main/java/sh/ory/model/SessionDevice.java index 846a0c8247..9000cf2351 100644 --- a/clients/client/java/src/main/java/sh/ory/model/SessionDevice.java +++ b/clients/client/java/src/main/java/sh/ory/model/SessionDevice.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Device corresponding to a Session */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class SessionDevice { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/clients/client/java/src/main/java/sh/ory/model/SetActiveProjectInConsoleBody.java b/clients/client/java/src/main/java/sh/ory/model/SetActiveProjectInConsoleBody.java index e870df0cdb..1c86a02c34 100644 --- a/clients/client/java/src/main/java/sh/ory/model/SetActiveProjectInConsoleBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/SetActiveProjectInConsoleBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Set active project in the Ory Network Console Request Body */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class SetActiveProjectInConsoleBody { public static final String SERIALIZED_NAME_PROJECT_ID = "project_id"; @SerializedName(SERIALIZED_NAME_PROJECT_ID) diff --git a/clients/client/java/src/main/java/sh/ory/model/SetCustomDomainBody.java b/clients/client/java/src/main/java/sh/ory/model/SetCustomDomainBody.java index 584227e7ba..6324aac04f 100644 --- a/clients/client/java/src/main/java/sh/ory/model/SetCustomDomainBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/SetCustomDomainBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -51,7 +51,7 @@ /** * Update Custom Hostname Body */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class SetCustomDomainBody { public static final String SERIALIZED_NAME_COOKIE_DOMAIN = "cookie_domain"; @SerializedName(SERIALIZED_NAME_COOKIE_DOMAIN) diff --git a/clients/client/java/src/main/java/sh/ory/model/SetEventStreamBody.java b/clients/client/java/src/main/java/sh/ory/model/SetEventStreamBody.java index 62d1c8f955..2bdaffc5c9 100644 --- a/clients/client/java/src/main/java/sh/ory/model/SetEventStreamBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/SetEventStreamBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Update Event Stream Body */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class SetEventStreamBody { public static final String SERIALIZED_NAME_ROLE_ARN = "role_arn"; @SerializedName(SERIALIZED_NAME_ROLE_ARN) diff --git a/clients/client/java/src/main/java/sh/ory/model/SetProject.java b/clients/client/java/src/main/java/sh/ory/model/SetProject.java index a4534d70f7..a37d3290ed 100644 --- a/clients/client/java/src/main/java/sh/ory/model/SetProject.java +++ b/clients/client/java/src/main/java/sh/ory/model/SetProject.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -51,7 +51,7 @@ /** * SetProject */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class SetProject { public static final String SERIALIZED_NAME_CORS_ADMIN = "cors_admin"; @SerializedName(SERIALIZED_NAME_CORS_ADMIN) diff --git a/clients/client/java/src/main/java/sh/ory/model/SetProjectBrandingThemeBody.java b/clients/client/java/src/main/java/sh/ory/model/SetProjectBrandingThemeBody.java index adcd73ba78..0f33a8c54a 100644 --- a/clients/client/java/src/main/java/sh/ory/model/SetProjectBrandingThemeBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/SetProjectBrandingThemeBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * SetProjectBrandingThemeBody */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class SetProjectBrandingThemeBody { public static final String SERIALIZED_NAME_FAVICON_TYPE = "favicon_type"; @SerializedName(SERIALIZED_NAME_FAVICON_TYPE) diff --git a/clients/client/java/src/main/java/sh/ory/model/SettingsFlow.java b/clients/client/java/src/main/java/sh/ory/model/SettingsFlow.java index 8698935086..abf2b97e9b 100644 --- a/clients/client/java/src/main/java/sh/ory/model/SettingsFlow.java +++ b/clients/client/java/src/main/java/sh/ory/model/SettingsFlow.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -55,7 +55,7 @@ /** * This flow is used when an identity wants to update settings (e.g. profile data, passwords, ...) in a selfservice manner. We recommend reading the [User Settings Documentation](../self-service/flows/user-settings) */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class SettingsFlow { public static final String SERIALIZED_NAME_ACTIVE = "active"; @SerializedName(SERIALIZED_NAME_ACTIVE) diff --git a/clients/client/java/src/main/java/sh/ory/model/SettingsFlowState.java b/clients/client/java/src/main/java/sh/ory/model/SettingsFlowState.java index 12a40b0adc..412e36aaa5 100644 --- a/clients/client/java/src/main/java/sh/ory/model/SettingsFlowState.java +++ b/clients/client/java/src/main/java/sh/ory/model/SettingsFlowState.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/main/java/sh/ory/model/SourcePosition.java b/clients/client/java/src/main/java/sh/ory/model/SourcePosition.java index 46d1c26974..51321fa155 100644 --- a/clients/client/java/src/main/java/sh/ory/model/SourcePosition.java +++ b/clients/client/java/src/main/java/sh/ory/model/SourcePosition.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * SourcePosition */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class SourcePosition { public static final String SERIALIZED_NAME_LINE = "Line"; @SerializedName(SERIALIZED_NAME_LINE) diff --git a/clients/client/java/src/main/java/sh/ory/model/SubjectSet.java b/clients/client/java/src/main/java/sh/ory/model/SubjectSet.java index d2502f61f2..c49b882567 100644 --- a/clients/client/java/src/main/java/sh/ory/model/SubjectSet.java +++ b/clients/client/java/src/main/java/sh/ory/model/SubjectSet.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * SubjectSet */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class SubjectSet { public static final String SERIALIZED_NAME_NAMESPACE = "namespace"; @SerializedName(SERIALIZED_NAME_NAMESPACE) diff --git a/clients/client/java/src/main/java/sh/ory/model/Subscription.java b/clients/client/java/src/main/java/sh/ory/model/Subscription.java index ddad6f53a2..55a4ef301e 100644 --- a/clients/client/java/src/main/java/sh/ory/model/Subscription.java +++ b/clients/client/java/src/main/java/sh/ory/model/Subscription.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -52,7 +52,7 @@ /** * Subscription */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class Subscription { public static final String SERIALIZED_NAME_CREATED_AT = "created_at"; @SerializedName(SERIALIZED_NAME_CREATED_AT) diff --git a/clients/client/java/src/main/java/sh/ory/model/SuccessfulCodeExchangeResponse.java b/clients/client/java/src/main/java/sh/ory/model/SuccessfulCodeExchangeResponse.java index a9433f6e7a..5c4bea7f05 100644 --- a/clients/client/java/src/main/java/sh/ory/model/SuccessfulCodeExchangeResponse.java +++ b/clients/client/java/src/main/java/sh/ory/model/SuccessfulCodeExchangeResponse.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * The Response for Registration Flows via API */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class SuccessfulCodeExchangeResponse { public static final String SERIALIZED_NAME_SESSION = "session"; @SerializedName(SERIALIZED_NAME_SESSION) diff --git a/clients/client/java/src/main/java/sh/ory/model/SuccessfulNativeLogin.java b/clients/client/java/src/main/java/sh/ory/model/SuccessfulNativeLogin.java index 744538e2be..4133b7804f 100644 --- a/clients/client/java/src/main/java/sh/ory/model/SuccessfulNativeLogin.java +++ b/clients/client/java/src/main/java/sh/ory/model/SuccessfulNativeLogin.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -53,7 +53,7 @@ /** * The Response for Login Flows via API */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class SuccessfulNativeLogin { public static final String SERIALIZED_NAME_CONTINUE_WITH = "continue_with"; @SerializedName(SERIALIZED_NAME_CONTINUE_WITH) diff --git a/clients/client/java/src/main/java/sh/ory/model/SuccessfulNativeRegistration.java b/clients/client/java/src/main/java/sh/ory/model/SuccessfulNativeRegistration.java index 5fcece9f58..4931e93af4 100644 --- a/clients/client/java/src/main/java/sh/ory/model/SuccessfulNativeRegistration.java +++ b/clients/client/java/src/main/java/sh/ory/model/SuccessfulNativeRegistration.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -54,7 +54,7 @@ /** * The Response for Registration Flows via API */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class SuccessfulNativeRegistration { public static final String SERIALIZED_NAME_CONTINUE_WITH = "continue_with"; @SerializedName(SERIALIZED_NAME_CONTINUE_WITH) diff --git a/clients/client/java/src/main/java/sh/ory/model/SuccessfulProjectUpdate.java b/clients/client/java/src/main/java/sh/ory/model/SuccessfulProjectUpdate.java index 2e9cedca5c..b707e9bdbe 100644 --- a/clients/client/java/src/main/java/sh/ory/model/SuccessfulProjectUpdate.java +++ b/clients/client/java/src/main/java/sh/ory/model/SuccessfulProjectUpdate.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -53,7 +53,7 @@ /** * SuccessfulProjectUpdate */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class SuccessfulProjectUpdate { public static final String SERIALIZED_NAME_PROJECT = "project"; @SerializedName(SERIALIZED_NAME_PROJECT) diff --git a/clients/client/java/src/main/java/sh/ory/model/TaxLineItem.java b/clients/client/java/src/main/java/sh/ory/model/TaxLineItem.java index 697459ece7..b9d7268f89 100644 --- a/clients/client/java/src/main/java/sh/ory/model/TaxLineItem.java +++ b/clients/client/java/src/main/java/sh/ory/model/TaxLineItem.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * TaxLineItem */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class TaxLineItem { public static final String SERIALIZED_NAME_AMOUNT_IN_CENT = "amount_in_cent"; @SerializedName(SERIALIZED_NAME_AMOUNT_IN_CENT) diff --git a/clients/client/java/src/main/java/sh/ory/model/TimeInterval.java b/clients/client/java/src/main/java/sh/ory/model/TimeInterval.java index 2624a24b48..1405e85dc5 100644 --- a/clients/client/java/src/main/java/sh/ory/model/TimeInterval.java +++ b/clients/client/java/src/main/java/sh/ory/model/TimeInterval.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * TimeInterval */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class TimeInterval { public static final String SERIALIZED_NAME_END = "end"; @SerializedName(SERIALIZED_NAME_END) diff --git a/clients/client/java/src/main/java/sh/ory/model/TokenPagination.java b/clients/client/java/src/main/java/sh/ory/model/TokenPagination.java index 61e3c09b6e..7879d96181 100644 --- a/clients/client/java/src/main/java/sh/ory/model/TokenPagination.java +++ b/clients/client/java/src/main/java/sh/ory/model/TokenPagination.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * TokenPagination */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class TokenPagination { public static final String SERIALIZED_NAME_PAGE_SIZE = "page_size"; @SerializedName(SERIALIZED_NAME_PAGE_SIZE) diff --git a/clients/client/java/src/main/java/sh/ory/model/TokenPaginationHeaders.java b/clients/client/java/src/main/java/sh/ory/model/TokenPaginationHeaders.java index 7005f6fdaa..f82d37c25b 100644 --- a/clients/client/java/src/main/java/sh/ory/model/TokenPaginationHeaders.java +++ b/clients/client/java/src/main/java/sh/ory/model/TokenPaginationHeaders.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * TokenPaginationHeaders */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class TokenPaginationHeaders { public static final String SERIALIZED_NAME_LINK = "link"; @SerializedName(SERIALIZED_NAME_LINK) diff --git a/clients/client/java/src/main/java/sh/ory/model/TokenPaginationRequestParameters.java b/clients/client/java/src/main/java/sh/ory/model/TokenPaginationRequestParameters.java index c554119430..86a36f5389 100644 --- a/clients/client/java/src/main/java/sh/ory/model/TokenPaginationRequestParameters.java +++ b/clients/client/java/src/main/java/sh/ory/model/TokenPaginationRequestParameters.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * The `Link` HTTP header contains multiple links (`first`, `next`, `last`, `previous`) formatted as: `<https://{project-slug}.projects.oryapis.com/admin/clients?page_size={limit}&page_token={offset}>; rel=\"{page}\"` For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class TokenPaginationRequestParameters { public static final String SERIALIZED_NAME_PAGE_SIZE = "page_size"; @SerializedName(SERIALIZED_NAME_PAGE_SIZE) diff --git a/clients/client/java/src/main/java/sh/ory/model/TokenPaginationResponseHeaders.java b/clients/client/java/src/main/java/sh/ory/model/TokenPaginationResponseHeaders.java index 9f8ddbbf91..aaa67d7371 100644 --- a/clients/client/java/src/main/java/sh/ory/model/TokenPaginationResponseHeaders.java +++ b/clients/client/java/src/main/java/sh/ory/model/TokenPaginationResponseHeaders.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * The `Link` HTTP header contains multiple links (`first`, `next`, `last`, `previous`) formatted as: `<https://{project-slug}.projects.oryapis.com/admin/clients?page_size={limit}&page_token={offset}>; rel=\"{page}\"` For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class TokenPaginationResponseHeaders { public static final String SERIALIZED_NAME_LINK = "link"; @SerializedName(SERIALIZED_NAME_LINK) diff --git a/clients/client/java/src/main/java/sh/ory/model/TrustOAuth2JwtGrantIssuer.java b/clients/client/java/src/main/java/sh/ory/model/TrustOAuth2JwtGrantIssuer.java index 0971f9d822..c514ee4a97 100644 --- a/clients/client/java/src/main/java/sh/ory/model/TrustOAuth2JwtGrantIssuer.java +++ b/clients/client/java/src/main/java/sh/ory/model/TrustOAuth2JwtGrantIssuer.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -53,7 +53,7 @@ /** * Trust OAuth2 JWT Bearer Grant Type Issuer Request Body */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class TrustOAuth2JwtGrantIssuer { public static final String SERIALIZED_NAME_ALLOW_ANY_SUBJECT = "allow_any_subject"; @SerializedName(SERIALIZED_NAME_ALLOW_ANY_SUBJECT) diff --git a/clients/client/java/src/main/java/sh/ory/model/TrustedOAuth2JwtGrantIssuer.java b/clients/client/java/src/main/java/sh/ory/model/TrustedOAuth2JwtGrantIssuer.java index 84c93102d5..d8b9a55afa 100644 --- a/clients/client/java/src/main/java/sh/ory/model/TrustedOAuth2JwtGrantIssuer.java +++ b/clients/client/java/src/main/java/sh/ory/model/TrustedOAuth2JwtGrantIssuer.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -53,7 +53,7 @@ /** * OAuth2 JWT Bearer Grant Type Issuer Trust Relationship */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class TrustedOAuth2JwtGrantIssuer { public static final String SERIALIZED_NAME_ALLOW_ANY_SUBJECT = "allow_any_subject"; @SerializedName(SERIALIZED_NAME_ALLOW_ANY_SUBJECT) diff --git a/clients/client/java/src/main/java/sh/ory/model/TrustedOAuth2JwtGrantJsonWebKey.java b/clients/client/java/src/main/java/sh/ory/model/TrustedOAuth2JwtGrantJsonWebKey.java index c56fc2699f..2a16685e3a 100644 --- a/clients/client/java/src/main/java/sh/ory/model/TrustedOAuth2JwtGrantJsonWebKey.java +++ b/clients/client/java/src/main/java/sh/ory/model/TrustedOAuth2JwtGrantJsonWebKey.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * OAuth2 JWT Bearer Grant Type Issuer Trusted JSON Web Key */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class TrustedOAuth2JwtGrantJsonWebKey { public static final String SERIALIZED_NAME_KID = "kid"; @SerializedName(SERIALIZED_NAME_KID) diff --git a/clients/client/java/src/main/java/sh/ory/model/UiContainer.java b/clients/client/java/src/main/java/sh/ory/model/UiContainer.java index 14682ea152..318261ae06 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UiContainer.java +++ b/clients/client/java/src/main/java/sh/ory/model/UiContainer.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -53,7 +53,7 @@ /** * Container represents a HTML Form. The container can work with both HTTP Form and JSON requests */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UiContainer { public static final String SERIALIZED_NAME_ACTION = "action"; @SerializedName(SERIALIZED_NAME_ACTION) diff --git a/clients/client/java/src/main/java/sh/ory/model/UiNode.java b/clients/client/java/src/main/java/sh/ory/model/UiNode.java index b1e315c63d..c27c7759f3 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UiNode.java +++ b/clients/client/java/src/main/java/sh/ory/model/UiNode.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -54,7 +54,7 @@ /** * Nodes are represented as HTML elements or their native UI equivalents. For example, a node can be an `<img>` tag, or an `<input element>` but also `some plain text`. */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UiNode { public static final String SERIALIZED_NAME_ATTRIBUTES = "attributes"; @SerializedName(SERIALIZED_NAME_ATTRIBUTES) diff --git a/clients/client/java/src/main/java/sh/ory/model/UiNodeAnchorAttributes.java b/clients/client/java/src/main/java/sh/ory/model/UiNodeAnchorAttributes.java index e09fa31ab4..4d916c391a 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UiNodeAnchorAttributes.java +++ b/clients/client/java/src/main/java/sh/ory/model/UiNodeAnchorAttributes.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * UiNodeAnchorAttributes */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UiNodeAnchorAttributes { public static final String SERIALIZED_NAME_HREF = "href"; @SerializedName(SERIALIZED_NAME_HREF) diff --git a/clients/client/java/src/main/java/sh/ory/model/UiNodeAttributes.java b/clients/client/java/src/main/java/sh/ory/model/UiNodeAttributes.java index 52f1380aca..506ce6d26d 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UiNodeAttributes.java +++ b/clients/client/java/src/main/java/sh/ory/model/UiNodeAttributes.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -64,7 +64,7 @@ import sh.ory.JSON; -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UiNodeAttributes extends AbstractOpenApiSchema { private static final Logger log = Logger.getLogger(UiNodeAttributes.class.getName()); diff --git a/clients/client/java/src/main/java/sh/ory/model/UiNodeImageAttributes.java b/clients/client/java/src/main/java/sh/ory/model/UiNodeImageAttributes.java index c9485b6c5e..58d243a568 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UiNodeImageAttributes.java +++ b/clients/client/java/src/main/java/sh/ory/model/UiNodeImageAttributes.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * UiNodeImageAttributes */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UiNodeImageAttributes { public static final String SERIALIZED_NAME_HEIGHT = "height"; @SerializedName(SERIALIZED_NAME_HEIGHT) diff --git a/clients/client/java/src/main/java/sh/ory/model/UiNodeInputAttributes.java b/clients/client/java/src/main/java/sh/ory/model/UiNodeInputAttributes.java index 9d5e3bc524..2fe389a5d2 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UiNodeInputAttributes.java +++ b/clients/client/java/src/main/java/sh/ory/model/UiNodeInputAttributes.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -51,7 +51,7 @@ /** * InputAttributes represents the attributes of an input node */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UiNodeInputAttributes { /** * The autocomplete attribute for the input. email InputAttributeAutocompleteEmail tel InputAttributeAutocompleteTel url InputAttributeAutocompleteUrl current-password InputAttributeAutocompleteCurrentPassword new-password InputAttributeAutocompleteNewPassword one-time-code InputAttributeAutocompleteOneTimeCode diff --git a/clients/client/java/src/main/java/sh/ory/model/UiNodeMeta.java b/clients/client/java/src/main/java/sh/ory/model/UiNodeMeta.java index 1b26d6075e..5ac396602d 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UiNodeMeta.java +++ b/clients/client/java/src/main/java/sh/ory/model/UiNodeMeta.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * This might include a label and other information that can optionally be used to render UIs. */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UiNodeMeta { public static final String SERIALIZED_NAME_LABEL = "label"; @SerializedName(SERIALIZED_NAME_LABEL) diff --git a/clients/client/java/src/main/java/sh/ory/model/UiNodeScriptAttributes.java b/clients/client/java/src/main/java/sh/ory/model/UiNodeScriptAttributes.java index 9d1b17fe3e..5b01401900 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UiNodeScriptAttributes.java +++ b/clients/client/java/src/main/java/sh/ory/model/UiNodeScriptAttributes.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * UiNodeScriptAttributes */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UiNodeScriptAttributes { public static final String SERIALIZED_NAME_ASYNC = "async"; @SerializedName(SERIALIZED_NAME_ASYNC) diff --git a/clients/client/java/src/main/java/sh/ory/model/UiNodeTextAttributes.java b/clients/client/java/src/main/java/sh/ory/model/UiNodeTextAttributes.java index 463fff689e..c63de69930 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UiNodeTextAttributes.java +++ b/clients/client/java/src/main/java/sh/ory/model/UiNodeTextAttributes.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * UiNodeTextAttributes */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UiNodeTextAttributes { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/clients/client/java/src/main/java/sh/ory/model/UiText.java b/clients/client/java/src/main/java/sh/ory/model/UiText.java index e2fe8f7206..9ea8c3244b 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UiText.java +++ b/clients/client/java/src/main/java/sh/ory/model/UiText.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * UiText */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UiText { public static final String SERIALIZED_NAME_CONTEXT = "context"; @SerializedName(SERIALIZED_NAME_CONTEXT) diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateIdentityBody.java b/clients/client/java/src/main/java/sh/ory/model/UpdateIdentityBody.java index 5333839a17..e60c0fb7b1 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UpdateIdentityBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/UpdateIdentityBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -51,7 +51,7 @@ /** * Update Identity Body */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UpdateIdentityBody { public static final String SERIALIZED_NAME_CREDENTIALS = "credentials"; @SerializedName(SERIALIZED_NAME_CREDENTIALS) diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowBody.java b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowBody.java index 58b166efae..5a4214dd26 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -65,7 +65,7 @@ import sh.ory.JSON; -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UpdateLoginFlowBody extends AbstractOpenApiSchema { private static final Logger log = Logger.getLogger(UpdateLoginFlowBody.class.getName()); diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithCodeMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithCodeMethod.java index a9c65a6965..b65ea49d0a 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithCodeMethod.java +++ b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithCodeMethod.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Update Login flow using the code method */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UpdateLoginFlowWithCodeMethod { public static final String SERIALIZED_NAME_CODE = "code"; @SerializedName(SERIALIZED_NAME_CODE) diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithIdentifierFirstMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithIdentifierFirstMethod.java index b08c101870..4e93b46b70 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithIdentifierFirstMethod.java +++ b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithIdentifierFirstMethod.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Update Login Flow with Multi-Step Method */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UpdateLoginFlowWithIdentifierFirstMethod { public static final String SERIALIZED_NAME_CSRF_TOKEN = "csrf_token"; @SerializedName(SERIALIZED_NAME_CSRF_TOKEN) diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithLookupSecretMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithLookupSecretMethod.java index 9988fd04dd..cad7ba50c4 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithLookupSecretMethod.java +++ b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithLookupSecretMethod.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Update Login Flow with Lookup Secret Method */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UpdateLoginFlowWithLookupSecretMethod { public static final String SERIALIZED_NAME_CSRF_TOKEN = "csrf_token"; @SerializedName(SERIALIZED_NAME_CSRF_TOKEN) diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithOidcMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithOidcMethod.java index 9967a9ae77..94cbb45a71 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithOidcMethod.java +++ b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithOidcMethod.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Update Login Flow with OpenID Connect Method */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UpdateLoginFlowWithOidcMethod { public static final String SERIALIZED_NAME_CSRF_TOKEN = "csrf_token"; @SerializedName(SERIALIZED_NAME_CSRF_TOKEN) diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithPasskeyMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithPasskeyMethod.java index 0c35ba1f22..967bcebe0b 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithPasskeyMethod.java +++ b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithPasskeyMethod.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Update Login Flow with Passkey Method */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UpdateLoginFlowWithPasskeyMethod { public static final String SERIALIZED_NAME_CSRF_TOKEN = "csrf_token"; @SerializedName(SERIALIZED_NAME_CSRF_TOKEN) diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithPasswordMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithPasswordMethod.java index 13128bef7d..7c7c3c37d8 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithPasswordMethod.java +++ b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithPasswordMethod.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Update Login Flow with Password Method */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UpdateLoginFlowWithPasswordMethod { public static final String SERIALIZED_NAME_CSRF_TOKEN = "csrf_token"; @SerializedName(SERIALIZED_NAME_CSRF_TOKEN) diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithTotpMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithTotpMethod.java index f9e9e7cff8..7cf5348b7d 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithTotpMethod.java +++ b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithTotpMethod.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Update Login Flow with TOTP Method */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UpdateLoginFlowWithTotpMethod { public static final String SERIALIZED_NAME_CSRF_TOKEN = "csrf_token"; @SerializedName(SERIALIZED_NAME_CSRF_TOKEN) diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithWebAuthnMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithWebAuthnMethod.java index 2378911cf7..b4498c4c8b 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithWebAuthnMethod.java +++ b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithWebAuthnMethod.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Update Login Flow with WebAuthn Method */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UpdateLoginFlowWithWebAuthnMethod { public static final String SERIALIZED_NAME_CSRF_TOKEN = "csrf_token"; @SerializedName(SERIALIZED_NAME_CSRF_TOKEN) diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateRecoveryFlowBody.java b/clients/client/java/src/main/java/sh/ory/model/UpdateRecoveryFlowBody.java index 650e32f677..64a8026117 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UpdateRecoveryFlowBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/UpdateRecoveryFlowBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -59,7 +59,7 @@ import sh.ory.JSON; -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UpdateRecoveryFlowBody extends AbstractOpenApiSchema { private static final Logger log = Logger.getLogger(UpdateRecoveryFlowBody.class.getName()); diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateRecoveryFlowWithCodeMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateRecoveryFlowWithCodeMethod.java index 29c2d6ea32..d808b62917 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UpdateRecoveryFlowWithCodeMethod.java +++ b/clients/client/java/src/main/java/sh/ory/model/UpdateRecoveryFlowWithCodeMethod.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Update Recovery Flow with Code Method */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UpdateRecoveryFlowWithCodeMethod { public static final String SERIALIZED_NAME_CODE = "code"; @SerializedName(SERIALIZED_NAME_CODE) diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateRecoveryFlowWithLinkMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateRecoveryFlowWithLinkMethod.java index 5171b48723..88d9b974db 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UpdateRecoveryFlowWithLinkMethod.java +++ b/clients/client/java/src/main/java/sh/ory/model/UpdateRecoveryFlowWithLinkMethod.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Update Recovery Flow with Link Method */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UpdateRecoveryFlowWithLinkMethod { public static final String SERIALIZED_NAME_CSRF_TOKEN = "csrf_token"; @SerializedName(SERIALIZED_NAME_CSRF_TOKEN) diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowBody.java b/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowBody.java index 7b67567465..5dea9af8cf 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -63,7 +63,7 @@ import sh.ory.JSON; -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UpdateRegistrationFlowBody extends AbstractOpenApiSchema { private static final Logger log = Logger.getLogger(UpdateRegistrationFlowBody.class.getName()); diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithCodeMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithCodeMethod.java index 75bc35f516..b266e604a6 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithCodeMethod.java +++ b/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithCodeMethod.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Update Registration Flow with Code Method */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UpdateRegistrationFlowWithCodeMethod { public static final String SERIALIZED_NAME_CODE = "code"; @SerializedName(SERIALIZED_NAME_CODE) diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithOidcMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithOidcMethod.java index 68a5b0ec93..9894633b03 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithOidcMethod.java +++ b/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithOidcMethod.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Update Registration Flow with OpenID Connect Method */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UpdateRegistrationFlowWithOidcMethod { public static final String SERIALIZED_NAME_CSRF_TOKEN = "csrf_token"; @SerializedName(SERIALIZED_NAME_CSRF_TOKEN) diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithPasskeyMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithPasskeyMethod.java index 2a7bd28ece..946091f8b0 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithPasskeyMethod.java +++ b/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithPasskeyMethod.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Update Registration Flow with Passkey Method */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UpdateRegistrationFlowWithPasskeyMethod { public static final String SERIALIZED_NAME_CSRF_TOKEN = "csrf_token"; @SerializedName(SERIALIZED_NAME_CSRF_TOKEN) diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithPasswordMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithPasswordMethod.java index 2980449911..44e5373515 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithPasswordMethod.java +++ b/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithPasswordMethod.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Update Registration Flow with Password Method */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UpdateRegistrationFlowWithPasswordMethod { public static final String SERIALIZED_NAME_CSRF_TOKEN = "csrf_token"; @SerializedName(SERIALIZED_NAME_CSRF_TOKEN) diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithProfileMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithProfileMethod.java index dca8205f8b..2d118ec209 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithProfileMethod.java +++ b/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithProfileMethod.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Update Registration Flow with Profile Method */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UpdateRegistrationFlowWithProfileMethod { public static final String SERIALIZED_NAME_CSRF_TOKEN = "csrf_token"; @SerializedName(SERIALIZED_NAME_CSRF_TOKEN) diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithWebAuthnMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithWebAuthnMethod.java index 44f1a8f9a7..cb8c893083 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithWebAuthnMethod.java +++ b/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithWebAuthnMethod.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Update Registration Flow with WebAuthn Method */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UpdateRegistrationFlowWithWebAuthnMethod { public static final String SERIALIZED_NAME_CSRF_TOKEN = "csrf_token"; @SerializedName(SERIALIZED_NAME_CSRF_TOKEN) diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowBody.java b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowBody.java index 5983991dc2..4120c04895 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -64,7 +64,7 @@ import sh.ory.JSON; -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UpdateSettingsFlowBody extends AbstractOpenApiSchema { private static final Logger log = Logger.getLogger(UpdateSettingsFlowBody.class.getName()); diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithLookupMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithLookupMethod.java index 980b0b56c3..22b1946dda 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithLookupMethod.java +++ b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithLookupMethod.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Update Settings Flow with Lookup Method */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UpdateSettingsFlowWithLookupMethod { public static final String SERIALIZED_NAME_CSRF_TOKEN = "csrf_token"; @SerializedName(SERIALIZED_NAME_CSRF_TOKEN) diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithOidcMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithOidcMethod.java index ed6f69d560..09cb29ce02 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithOidcMethod.java +++ b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithOidcMethod.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Update Settings Flow with OpenID Connect Method */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UpdateSettingsFlowWithOidcMethod { public static final String SERIALIZED_NAME_FLOW = "flow"; @SerializedName(SERIALIZED_NAME_FLOW) diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithPasskeyMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithPasskeyMethod.java index d97186f7b5..235888c4ac 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithPasskeyMethod.java +++ b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithPasskeyMethod.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Update Settings Flow with Passkey Method */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UpdateSettingsFlowWithPasskeyMethod { public static final String SERIALIZED_NAME_CSRF_TOKEN = "csrf_token"; @SerializedName(SERIALIZED_NAME_CSRF_TOKEN) diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithPasswordMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithPasswordMethod.java index 4328cf0b63..97f7d03bea 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithPasswordMethod.java +++ b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithPasswordMethod.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Update Settings Flow with Password Method */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UpdateSettingsFlowWithPasswordMethod { public static final String SERIALIZED_NAME_CSRF_TOKEN = "csrf_token"; @SerializedName(SERIALIZED_NAME_CSRF_TOKEN) diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithProfileMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithProfileMethod.java index eaed9bc4d9..14d2aa4200 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithProfileMethod.java +++ b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithProfileMethod.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Update Settings Flow with Profile Method */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UpdateSettingsFlowWithProfileMethod { public static final String SERIALIZED_NAME_CSRF_TOKEN = "csrf_token"; @SerializedName(SERIALIZED_NAME_CSRF_TOKEN) diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithTotpMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithTotpMethod.java index 7256ac3f6d..015f34f9a0 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithTotpMethod.java +++ b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithTotpMethod.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Update Settings Flow with TOTP Method */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UpdateSettingsFlowWithTotpMethod { public static final String SERIALIZED_NAME_CSRF_TOKEN = "csrf_token"; @SerializedName(SERIALIZED_NAME_CSRF_TOKEN) diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithWebAuthnMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithWebAuthnMethod.java index 0b79faa57e..ee56492cd1 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithWebAuthnMethod.java +++ b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithWebAuthnMethod.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Update Settings Flow with WebAuthn Method */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UpdateSettingsFlowWithWebAuthnMethod { public static final String SERIALIZED_NAME_CSRF_TOKEN = "csrf_token"; @SerializedName(SERIALIZED_NAME_CSRF_TOKEN) diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateSubscriptionBody.java b/clients/client/java/src/main/java/sh/ory/model/UpdateSubscriptionBody.java index cf3b724a15..55daae4d25 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UpdateSubscriptionBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/UpdateSubscriptionBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * UpdateSubscriptionBody */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UpdateSubscriptionBody { /** * monthly Monthly yearly Yearly diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateVerificationFlowBody.java b/clients/client/java/src/main/java/sh/ory/model/UpdateVerificationFlowBody.java index 1e12e13f02..c877434231 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UpdateVerificationFlowBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/UpdateVerificationFlowBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -59,7 +59,7 @@ import sh.ory.JSON; -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UpdateVerificationFlowBody extends AbstractOpenApiSchema { private static final Logger log = Logger.getLogger(UpdateVerificationFlowBody.class.getName()); diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateVerificationFlowWithCodeMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateVerificationFlowWithCodeMethod.java index aa699a3fdd..2236acb2c0 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UpdateVerificationFlowWithCodeMethod.java +++ b/clients/client/java/src/main/java/sh/ory/model/UpdateVerificationFlowWithCodeMethod.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * UpdateVerificationFlowWithCodeMethod */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UpdateVerificationFlowWithCodeMethod { public static final String SERIALIZED_NAME_CODE = "code"; @SerializedName(SERIALIZED_NAME_CODE) diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateVerificationFlowWithLinkMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateVerificationFlowWithLinkMethod.java index 8c1ed7719b..41dd800232 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UpdateVerificationFlowWithLinkMethod.java +++ b/clients/client/java/src/main/java/sh/ory/model/UpdateVerificationFlowWithLinkMethod.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Update Verification Flow with Link Method */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UpdateVerificationFlowWithLinkMethod { public static final String SERIALIZED_NAME_CSRF_TOKEN = "csrf_token"; @SerializedName(SERIALIZED_NAME_CSRF_TOKEN) diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateWorkspaceBody.java b/clients/client/java/src/main/java/sh/ory/model/UpdateWorkspaceBody.java index 843b50ab89..5bbef0f9e2 100644 --- a/clients/client/java/src/main/java/sh/ory/model/UpdateWorkspaceBody.java +++ b/clients/client/java/src/main/java/sh/ory/model/UpdateWorkspaceBody.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * UpdateWorkspaceBody */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class UpdateWorkspaceBody { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/clients/client/java/src/main/java/sh/ory/model/Usage.java b/clients/client/java/src/main/java/sh/ory/model/Usage.java index c06a54c2af..307b44270d 100644 --- a/clients/client/java/src/main/java/sh/ory/model/Usage.java +++ b/clients/client/java/src/main/java/sh/ory/model/Usage.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * Usage */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class Usage { public static final String SERIALIZED_NAME_GENERIC_USAGE = "GenericUsage"; @SerializedName(SERIALIZED_NAME_GENERIC_USAGE) diff --git a/clients/client/java/src/main/java/sh/ory/model/VerifiableCredentialPrimingResponse.java b/clients/client/java/src/main/java/sh/ory/model/VerifiableCredentialPrimingResponse.java index d6074bc28f..4e747f22d8 100644 --- a/clients/client/java/src/main/java/sh/ory/model/VerifiableCredentialPrimingResponse.java +++ b/clients/client/java/src/main/java/sh/ory/model/VerifiableCredentialPrimingResponse.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * VerifiableCredentialPrimingResponse */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class VerifiableCredentialPrimingResponse { public static final String SERIALIZED_NAME_C_NONCE = "c_nonce"; @SerializedName(SERIALIZED_NAME_C_NONCE) diff --git a/clients/client/java/src/main/java/sh/ory/model/VerifiableCredentialProof.java b/clients/client/java/src/main/java/sh/ory/model/VerifiableCredentialProof.java index 6f16bb99b5..027e6ce412 100644 --- a/clients/client/java/src/main/java/sh/ory/model/VerifiableCredentialProof.java +++ b/clients/client/java/src/main/java/sh/ory/model/VerifiableCredentialProof.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * VerifiableCredentialProof */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class VerifiableCredentialProof { public static final String SERIALIZED_NAME_JWT = "jwt"; @SerializedName(SERIALIZED_NAME_JWT) diff --git a/clients/client/java/src/main/java/sh/ory/model/VerifiableCredentialResponse.java b/clients/client/java/src/main/java/sh/ory/model/VerifiableCredentialResponse.java index a4ebc8f847..51af9e3453 100644 --- a/clients/client/java/src/main/java/sh/ory/model/VerifiableCredentialResponse.java +++ b/clients/client/java/src/main/java/sh/ory/model/VerifiableCredentialResponse.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * VerifiableCredentialResponse */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class VerifiableCredentialResponse { public static final String SERIALIZED_NAME_CREDENTIAL_DRAFT00 = "credential_draft_00"; @SerializedName(SERIALIZED_NAME_CREDENTIAL_DRAFT00) diff --git a/clients/client/java/src/main/java/sh/ory/model/VerifiableIdentityAddress.java b/clients/client/java/src/main/java/sh/ory/model/VerifiableIdentityAddress.java index 26134e1574..4ccbfef20e 100644 --- a/clients/client/java/src/main/java/sh/ory/model/VerifiableIdentityAddress.java +++ b/clients/client/java/src/main/java/sh/ory/model/VerifiableIdentityAddress.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * VerifiableAddress is an identity's verifiable address */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class VerifiableIdentityAddress { public static final String SERIALIZED_NAME_CREATED_AT = "created_at"; @SerializedName(SERIALIZED_NAME_CREATED_AT) diff --git a/clients/client/java/src/main/java/sh/ory/model/VerificationFlow.java b/clients/client/java/src/main/java/sh/ory/model/VerificationFlow.java index d86c4b0b1c..ef380be41e 100644 --- a/clients/client/java/src/main/java/sh/ory/model/VerificationFlow.java +++ b/clients/client/java/src/main/java/sh/ory/model/VerificationFlow.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -51,7 +51,7 @@ /** * Used to verify an out-of-band communication channel such as an email address or a phone number. For more information head over to: https://www.ory.sh/docs/kratos/self-service/flows/verify-email-account-activation */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class VerificationFlow { public static final String SERIALIZED_NAME_ACTIVE = "active"; @SerializedName(SERIALIZED_NAME_ACTIVE) diff --git a/clients/client/java/src/main/java/sh/ory/model/VerificationFlowState.java b/clients/client/java/src/main/java/sh/ory/model/VerificationFlowState.java index dffb0aa5cc..e3bbc999db 100644 --- a/clients/client/java/src/main/java/sh/ory/model/VerificationFlowState.java +++ b/clients/client/java/src/main/java/sh/ory/model/VerificationFlowState.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/main/java/sh/ory/model/Version.java b/clients/client/java/src/main/java/sh/ory/model/Version.java index 6c16b98bc3..827fb0e8d3 100644 --- a/clients/client/java/src/main/java/sh/ory/model/Version.java +++ b/clients/client/java/src/main/java/sh/ory/model/Version.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Version */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class Version { public static final String SERIALIZED_NAME_VERSION = "version"; @SerializedName(SERIALIZED_NAME_VERSION) diff --git a/clients/client/java/src/main/java/sh/ory/model/Warning.java b/clients/client/java/src/main/java/sh/ory/model/Warning.java index b86537fc54..fdbab1972c 100644 --- a/clients/client/java/src/main/java/sh/ory/model/Warning.java +++ b/clients/client/java/src/main/java/sh/ory/model/Warning.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -49,7 +49,7 @@ /** * Warning */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class Warning { public static final String SERIALIZED_NAME_CODE = "code"; @SerializedName(SERIALIZED_NAME_CODE) diff --git a/clients/client/java/src/main/java/sh/ory/model/Workspace.java b/clients/client/java/src/main/java/sh/ory/model/Workspace.java index 0dd763640e..69c85ece88 100644 --- a/clients/client/java/src/main/java/sh/ory/model/Workspace.java +++ b/clients/client/java/src/main/java/sh/ory/model/Workspace.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -51,7 +51,7 @@ /** * Workspace */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class Workspace { public static final String SERIALIZED_NAME_CREATED_AT = "created_at"; @SerializedName(SERIALIZED_NAME_CREATED_AT) diff --git a/clients/client/java/src/main/java/sh/ory/model/WorkspaceApiKey.java b/clients/client/java/src/main/java/sh/ory/model/WorkspaceApiKey.java index 08a31dd3bd..0bf9c37bfd 100644 --- a/clients/client/java/src/main/java/sh/ory/model/WorkspaceApiKey.java +++ b/clients/client/java/src/main/java/sh/ory/model/WorkspaceApiKey.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * WorkspaceApiKey */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-11T14:16:56.042339805Z[Etc/UTC]", comments = "Generator version: 7.7.0") public class WorkspaceApiKey { public static final String SERIALIZED_NAME_CREATED_AT = "created_at"; @SerializedName(SERIALIZED_NAME_CREATED_AT) diff --git a/clients/client/java/src/test/java/sh/ory/api/CourierApiTest.java b/clients/client/java/src/test/java/sh/ory/api/CourierApiTest.java index 2660c01840..16dad8b4a2 100644 --- a/clients/client/java/src/test/java/sh/ory/api/CourierApiTest.java +++ b/clients/client/java/src/test/java/sh/ory/api/CourierApiTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/api/EventsApiTest.java b/clients/client/java/src/test/java/sh/ory/api/EventsApiTest.java index a84fda7473..9e9464c892 100644 --- a/clients/client/java/src/test/java/sh/ory/api/EventsApiTest.java +++ b/clients/client/java/src/test/java/sh/ory/api/EventsApiTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/api/FrontendApiTest.java b/clients/client/java/src/test/java/sh/ory/api/FrontendApiTest.java index 9876ba0acb..c8447f4139 100644 --- a/clients/client/java/src/test/java/sh/ory/api/FrontendApiTest.java +++ b/clients/client/java/src/test/java/sh/ory/api/FrontendApiTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/api/IdentityApiTest.java b/clients/client/java/src/test/java/sh/ory/api/IdentityApiTest.java index 30cf8177ca..33022b145c 100644 --- a/clients/client/java/src/test/java/sh/ory/api/IdentityApiTest.java +++ b/clients/client/java/src/test/java/sh/ory/api/IdentityApiTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/api/JwkApiTest.java b/clients/client/java/src/test/java/sh/ory/api/JwkApiTest.java index 720bd2f264..286e7acbd2 100644 --- a/clients/client/java/src/test/java/sh/ory/api/JwkApiTest.java +++ b/clients/client/java/src/test/java/sh/ory/api/JwkApiTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/api/MetadataApiTest.java b/clients/client/java/src/test/java/sh/ory/api/MetadataApiTest.java index 0259a28b9a..f2db30cf64 100644 --- a/clients/client/java/src/test/java/sh/ory/api/MetadataApiTest.java +++ b/clients/client/java/src/test/java/sh/ory/api/MetadataApiTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/api/OAuth2ApiTest.java b/clients/client/java/src/test/java/sh/ory/api/OAuth2ApiTest.java index 4b08cf043d..b91a6003a0 100644 --- a/clients/client/java/src/test/java/sh/ory/api/OAuth2ApiTest.java +++ b/clients/client/java/src/test/java/sh/ory/api/OAuth2ApiTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/api/OidcApiTest.java b/clients/client/java/src/test/java/sh/ory/api/OidcApiTest.java index cfa47da2ec..d5a05113e1 100644 --- a/clients/client/java/src/test/java/sh/ory/api/OidcApiTest.java +++ b/clients/client/java/src/test/java/sh/ory/api/OidcApiTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/api/PermissionApiTest.java b/clients/client/java/src/test/java/sh/ory/api/PermissionApiTest.java index 3dfd3c1875..7eae4f9fec 100644 --- a/clients/client/java/src/test/java/sh/ory/api/PermissionApiTest.java +++ b/clients/client/java/src/test/java/sh/ory/api/PermissionApiTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/api/ProjectApiTest.java b/clients/client/java/src/test/java/sh/ory/api/ProjectApiTest.java index 6375607893..b067c5eed9 100644 --- a/clients/client/java/src/test/java/sh/ory/api/ProjectApiTest.java +++ b/clients/client/java/src/test/java/sh/ory/api/ProjectApiTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -221,6 +221,22 @@ public void patchProjectTest() throws ApiException { // TODO: test validations } + /** + * Patch an Ory Network Project Configuration based on a revision ID + * + * This endpoints allows you to patch individual Ory Network Project configuration keys for Ory's services (identity, permission, ...). The configuration format is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version. If you have an older version of a configuration, you should set the version key in the payload! While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source. For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed. + * + * @throws ApiException if the Api call fails + */ + @Test + public void patchProjectWithRevisionTest() throws ApiException { + String projectId = null; + String revisionId = null; + List jsonPatch = null; + SuccessfulProjectUpdate response = api.patchProjectWithRevision(projectId, revisionId, jsonPatch); + // TODO: test validations + } + /** * Irrecoverably purge a project * diff --git a/clients/client/java/src/test/java/sh/ory/api/RelationshipApiTest.java b/clients/client/java/src/test/java/sh/ory/api/RelationshipApiTest.java index 93a84f520d..85b2ab5652 100644 --- a/clients/client/java/src/test/java/sh/ory/api/RelationshipApiTest.java +++ b/clients/client/java/src/test/java/sh/ory/api/RelationshipApiTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/api/WellknownApiTest.java b/clients/client/java/src/test/java/sh/ory/api/WellknownApiTest.java index 1b364356b3..d81e15351d 100644 --- a/clients/client/java/src/test/java/sh/ory/api/WellknownApiTest.java +++ b/clients/client/java/src/test/java/sh/ory/api/WellknownApiTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/api/WorkspaceApiTest.java b/clients/client/java/src/test/java/sh/ory/api/WorkspaceApiTest.java index 06bf33c4a6..af51307d07 100644 --- a/clients/client/java/src/test/java/sh/ory/api/WorkspaceApiTest.java +++ b/clients/client/java/src/test/java/sh/ory/api/WorkspaceApiTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/AcceptOAuth2ConsentRequestSessionTest.java b/clients/client/java/src/test/java/sh/ory/model/AcceptOAuth2ConsentRequestSessionTest.java index 0dad85d378..8f9b7d64b8 100644 --- a/clients/client/java/src/test/java/sh/ory/model/AcceptOAuth2ConsentRequestSessionTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/AcceptOAuth2ConsentRequestSessionTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/AcceptOAuth2ConsentRequestTest.java b/clients/client/java/src/test/java/sh/ory/model/AcceptOAuth2ConsentRequestTest.java index 4d60c23dd9..8bf073674d 100644 --- a/clients/client/java/src/test/java/sh/ory/model/AcceptOAuth2ConsentRequestTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/AcceptOAuth2ConsentRequestTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/AcceptOAuth2LoginRequestTest.java b/clients/client/java/src/test/java/sh/ory/model/AcceptOAuth2LoginRequestTest.java index 0060e205e9..a3ce85a93f 100644 --- a/clients/client/java/src/test/java/sh/ory/model/AcceptOAuth2LoginRequestTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/AcceptOAuth2LoginRequestTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/AccountExperienceConfigurationTest.java b/clients/client/java/src/test/java/sh/ory/model/AccountExperienceConfigurationTest.java index e2b927aefe..a4ea142dbb 100644 --- a/clients/client/java/src/test/java/sh/ory/model/AccountExperienceConfigurationTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/AccountExperienceConfigurationTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/AccountExperienceThemeVariablesTest.java b/clients/client/java/src/test/java/sh/ory/model/AccountExperienceThemeVariablesTest.java index ba2bdf544d..b82315d509 100644 --- a/clients/client/java/src/test/java/sh/ory/model/AccountExperienceThemeVariablesTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/AccountExperienceThemeVariablesTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ActiveProjectInConsoleTest.java b/clients/client/java/src/test/java/sh/ory/model/ActiveProjectInConsoleTest.java index b5569fb25a..1455706b17 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ActiveProjectInConsoleTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ActiveProjectInConsoleTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/AddProjectToWorkspaceBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/AddProjectToWorkspaceBodyTest.java index 827fc1a841..f5336ce7cf 100644 --- a/clients/client/java/src/test/java/sh/ory/model/AddProjectToWorkspaceBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/AddProjectToWorkspaceBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/AttributeFilterTest.java b/clients/client/java/src/test/java/sh/ory/model/AttributeFilterTest.java index 4ddf7a77f6..718fba611a 100644 --- a/clients/client/java/src/test/java/sh/ory/model/AttributeFilterTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/AttributeFilterTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/AttributeTest.java b/clients/client/java/src/test/java/sh/ory/model/AttributeTest.java index f46a054f90..1efffe9134 100644 --- a/clients/client/java/src/test/java/sh/ory/model/AttributeTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/AttributeTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/AttributesCountDatapointTest.java b/clients/client/java/src/test/java/sh/ory/model/AttributesCountDatapointTest.java index 5857edbc1e..698fa02aa4 100644 --- a/clients/client/java/src/test/java/sh/ory/model/AttributesCountDatapointTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/AttributesCountDatapointTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/AuthenticatorAssuranceLevelTest.java b/clients/client/java/src/test/java/sh/ory/model/AuthenticatorAssuranceLevelTest.java index 7a108328a1..b7406a10f5 100644 --- a/clients/client/java/src/test/java/sh/ory/model/AuthenticatorAssuranceLevelTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/AuthenticatorAssuranceLevelTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/BatchCheckPermissionBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/BatchCheckPermissionBodyTest.java index af67e8ba86..9189673bd5 100644 --- a/clients/client/java/src/test/java/sh/ory/model/BatchCheckPermissionBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/BatchCheckPermissionBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/BatchCheckPermissionResultTest.java b/clients/client/java/src/test/java/sh/ory/model/BatchCheckPermissionResultTest.java index 236964ac1d..4f6f15f153 100644 --- a/clients/client/java/src/test/java/sh/ory/model/BatchCheckPermissionResultTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/BatchCheckPermissionResultTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/BatchPatchIdentitiesResponseTest.java b/clients/client/java/src/test/java/sh/ory/model/BatchPatchIdentitiesResponseTest.java index 7b187ac13e..73b137ba4a 100644 --- a/clients/client/java/src/test/java/sh/ory/model/BatchPatchIdentitiesResponseTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/BatchPatchIdentitiesResponseTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/BillingPeriodBucketTest.java b/clients/client/java/src/test/java/sh/ory/model/BillingPeriodBucketTest.java index b3b19d01e6..b24022e265 100644 --- a/clients/client/java/src/test/java/sh/ory/model/BillingPeriodBucketTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/BillingPeriodBucketTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/CheckOplSyntaxResultTest.java b/clients/client/java/src/test/java/sh/ory/model/CheckOplSyntaxResultTest.java index 5854255386..9937a0e5fa 100644 --- a/clients/client/java/src/test/java/sh/ory/model/CheckOplSyntaxResultTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/CheckOplSyntaxResultTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/CheckPermissionResultTest.java b/clients/client/java/src/test/java/sh/ory/model/CheckPermissionResultTest.java index 8775deb93a..7846b86c02 100644 --- a/clients/client/java/src/test/java/sh/ory/model/CheckPermissionResultTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/CheckPermissionResultTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/CheckPermissionResultWithErrorTest.java b/clients/client/java/src/test/java/sh/ory/model/CheckPermissionResultWithErrorTest.java index f364f68302..17049f5e74 100644 --- a/clients/client/java/src/test/java/sh/ory/model/CheckPermissionResultWithErrorTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/CheckPermissionResultWithErrorTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/CloudAccountTest.java b/clients/client/java/src/test/java/sh/ory/model/CloudAccountTest.java index 2b8d2ed251..842224adaf 100644 --- a/clients/client/java/src/test/java/sh/ory/model/CloudAccountTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/CloudAccountTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ConsistencyRequestParametersTest.java b/clients/client/java/src/test/java/sh/ory/model/ConsistencyRequestParametersTest.java index fb498cf923..81d7b34493 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ConsistencyRequestParametersTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ConsistencyRequestParametersTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ContinueWithRecoveryUiFlowTest.java b/clients/client/java/src/test/java/sh/ory/model/ContinueWithRecoveryUiFlowTest.java index 90ef47baa3..4409b73969 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ContinueWithRecoveryUiFlowTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ContinueWithRecoveryUiFlowTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ContinueWithRecoveryUiTest.java b/clients/client/java/src/test/java/sh/ory/model/ContinueWithRecoveryUiTest.java index 58412a596e..877f12f035 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ContinueWithRecoveryUiTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ContinueWithRecoveryUiTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ContinueWithRedirectBrowserToTest.java b/clients/client/java/src/test/java/sh/ory/model/ContinueWithRedirectBrowserToTest.java index eb89150844..75c5280b89 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ContinueWithRedirectBrowserToTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ContinueWithRedirectBrowserToTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ContinueWithSetOrySessionTokenTest.java b/clients/client/java/src/test/java/sh/ory/model/ContinueWithSetOrySessionTokenTest.java index 42318d015c..7737766351 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ContinueWithSetOrySessionTokenTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ContinueWithSetOrySessionTokenTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ContinueWithSettingsUiFlowTest.java b/clients/client/java/src/test/java/sh/ory/model/ContinueWithSettingsUiFlowTest.java index eca28bf0d1..e30eac11bb 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ContinueWithSettingsUiFlowTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ContinueWithSettingsUiFlowTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ContinueWithSettingsUiTest.java b/clients/client/java/src/test/java/sh/ory/model/ContinueWithSettingsUiTest.java index 796feb36b6..eda8a8d5ed 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ContinueWithSettingsUiTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ContinueWithSettingsUiTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ContinueWithTest.java b/clients/client/java/src/test/java/sh/ory/model/ContinueWithTest.java index c90a6631e6..f3d9a23e2d 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ContinueWithTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ContinueWithTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ContinueWithVerificationUiFlowTest.java b/clients/client/java/src/test/java/sh/ory/model/ContinueWithVerificationUiFlowTest.java index 5a5f2e977c..3353fa22c1 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ContinueWithVerificationUiFlowTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ContinueWithVerificationUiFlowTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ContinueWithVerificationUiTest.java b/clients/client/java/src/test/java/sh/ory/model/ContinueWithVerificationUiTest.java index 8bda27d0b1..b44722de2f 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ContinueWithVerificationUiTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ContinueWithVerificationUiTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/CourierMessageStatusTest.java b/clients/client/java/src/test/java/sh/ory/model/CourierMessageStatusTest.java index d91caa1c4b..fc3734bce2 100644 --- a/clients/client/java/src/test/java/sh/ory/model/CourierMessageStatusTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/CourierMessageStatusTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/CourierMessageTypeTest.java b/clients/client/java/src/test/java/sh/ory/model/CourierMessageTypeTest.java index e100242806..981eeffe62 100644 --- a/clients/client/java/src/test/java/sh/ory/model/CourierMessageTypeTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/CourierMessageTypeTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/CreateCustomDomainBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/CreateCustomDomainBodyTest.java index 9aa7dadfee..e39a5cf91f 100644 --- a/clients/client/java/src/test/java/sh/ory/model/CreateCustomDomainBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/CreateCustomDomainBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/CreateEventStreamBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/CreateEventStreamBodyTest.java index fefc5153c3..d5e135ad2a 100644 --- a/clients/client/java/src/test/java/sh/ory/model/CreateEventStreamBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/CreateEventStreamBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/CreateIdentityBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/CreateIdentityBodyTest.java index c696f6b275..5481fabb9f 100644 --- a/clients/client/java/src/test/java/sh/ory/model/CreateIdentityBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/CreateIdentityBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/CreateInviteResponseTest.java b/clients/client/java/src/test/java/sh/ory/model/CreateInviteResponseTest.java index 23d6cbae17..d496e421de 100644 --- a/clients/client/java/src/test/java/sh/ory/model/CreateInviteResponseTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/CreateInviteResponseTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/CreateJsonWebKeySetTest.java b/clients/client/java/src/test/java/sh/ory/model/CreateJsonWebKeySetTest.java index 4487c66d85..03b69fca15 100644 --- a/clients/client/java/src/test/java/sh/ory/model/CreateJsonWebKeySetTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/CreateJsonWebKeySetTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/CreateProjectApiKeyRequestTest.java b/clients/client/java/src/test/java/sh/ory/model/CreateProjectApiKeyRequestTest.java index e0ec1267b7..faf28c467e 100644 --- a/clients/client/java/src/test/java/sh/ory/model/CreateProjectApiKeyRequestTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/CreateProjectApiKeyRequestTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/CreateProjectBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/CreateProjectBodyTest.java index 8b075a05a1..ba3c4c1619 100644 --- a/clients/client/java/src/test/java/sh/ory/model/CreateProjectBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/CreateProjectBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/CreateProjectBrandingTest.java b/clients/client/java/src/test/java/sh/ory/model/CreateProjectBrandingTest.java index 150d3f9791..6138ca426e 100644 --- a/clients/client/java/src/test/java/sh/ory/model/CreateProjectBrandingTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/CreateProjectBrandingTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/CreateProjectMemberInviteBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/CreateProjectMemberInviteBodyTest.java index 377e846636..ed23c96e17 100644 --- a/clients/client/java/src/test/java/sh/ory/model/CreateProjectMemberInviteBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/CreateProjectMemberInviteBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/CreateProjectNormalizedPayloadTest.java b/clients/client/java/src/test/java/sh/ory/model/CreateProjectNormalizedPayloadTest.java index 806fe49798..4d066ca9f0 100644 --- a/clients/client/java/src/test/java/sh/ory/model/CreateProjectNormalizedPayloadTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/CreateProjectNormalizedPayloadTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/CreateRecoveryCodeForIdentityBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/CreateRecoveryCodeForIdentityBodyTest.java index b8d428e64a..e78c256531 100644 --- a/clients/client/java/src/test/java/sh/ory/model/CreateRecoveryCodeForIdentityBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/CreateRecoveryCodeForIdentityBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/CreateRecoveryLinkForIdentityBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/CreateRecoveryLinkForIdentityBodyTest.java index f137faa4b9..f3cc32856d 100644 --- a/clients/client/java/src/test/java/sh/ory/model/CreateRecoveryLinkForIdentityBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/CreateRecoveryLinkForIdentityBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/CreateRelationshipBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/CreateRelationshipBodyTest.java index d83c56b6f3..b5ced3a3f4 100644 --- a/clients/client/java/src/test/java/sh/ory/model/CreateRelationshipBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/CreateRelationshipBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/CreateSubscriptionBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/CreateSubscriptionBodyTest.java index 0a76521f7b..c2bdb57f19 100644 --- a/clients/client/java/src/test/java/sh/ory/model/CreateSubscriptionBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/CreateSubscriptionBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/CreateSubscriptionCommonTest.java b/clients/client/java/src/test/java/sh/ory/model/CreateSubscriptionCommonTest.java index 30f1326837..43f724690f 100644 --- a/clients/client/java/src/test/java/sh/ory/model/CreateSubscriptionCommonTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/CreateSubscriptionCommonTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/CreateVerifiableCredentialRequestBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/CreateVerifiableCredentialRequestBodyTest.java index d9a605505b..9abeecf868 100644 --- a/clients/client/java/src/test/java/sh/ory/model/CreateVerifiableCredentialRequestBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/CreateVerifiableCredentialRequestBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/CreateWorkspaceApiKeyBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/CreateWorkspaceApiKeyBodyTest.java index a90f0df31e..7195e6c38a 100644 --- a/clients/client/java/src/test/java/sh/ory/model/CreateWorkspaceApiKeyBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/CreateWorkspaceApiKeyBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/CreateWorkspaceBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/CreateWorkspaceBodyTest.java index 248f5290cb..260bd2dce7 100644 --- a/clients/client/java/src/test/java/sh/ory/model/CreateWorkspaceBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/CreateWorkspaceBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/CreateWorkspaceMemberInviteBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/CreateWorkspaceMemberInviteBodyTest.java index ed28fe4594..048c1dcbde 100644 --- a/clients/client/java/src/test/java/sh/ory/model/CreateWorkspaceMemberInviteBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/CreateWorkspaceMemberInviteBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/CreateWorkspaceSubscriptionBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/CreateWorkspaceSubscriptionBodyTest.java index 4c8198f6d6..caeab19ad1 100644 --- a/clients/client/java/src/test/java/sh/ory/model/CreateWorkspaceSubscriptionBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/CreateWorkspaceSubscriptionBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/CredentialSupportedDraft00Test.java b/clients/client/java/src/test/java/sh/ory/model/CredentialSupportedDraft00Test.java index 513a19f41a..857c76fe72 100644 --- a/clients/client/java/src/test/java/sh/ory/model/CredentialSupportedDraft00Test.java +++ b/clients/client/java/src/test/java/sh/ory/model/CredentialSupportedDraft00Test.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/CustomDomainTest.java b/clients/client/java/src/test/java/sh/ory/model/CustomDomainTest.java index 27f0593204..2a0a48d047 100644 --- a/clients/client/java/src/test/java/sh/ory/model/CustomDomainTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/CustomDomainTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/DeleteMySessionsCountTest.java b/clients/client/java/src/test/java/sh/ory/model/DeleteMySessionsCountTest.java index 4c9ecc1a3a..16b29337b3 100644 --- a/clients/client/java/src/test/java/sh/ory/model/DeleteMySessionsCountTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/DeleteMySessionsCountTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/EmailTemplateDataBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/EmailTemplateDataBodyTest.java index fff7d406c1..91a950002b 100644 --- a/clients/client/java/src/test/java/sh/ory/model/EmailTemplateDataBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/EmailTemplateDataBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/EmailTemplateDataTest.java b/clients/client/java/src/test/java/sh/ory/model/EmailTemplateDataTest.java index d467505ea2..c5a4f504ee 100644 --- a/clients/client/java/src/test/java/sh/ory/model/EmailTemplateDataTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/EmailTemplateDataTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ErrorAuthenticatorAssuranceLevelNotSatisfiedTest.java b/clients/client/java/src/test/java/sh/ory/model/ErrorAuthenticatorAssuranceLevelNotSatisfiedTest.java index 9a660cf3b4..3e168ee29a 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ErrorAuthenticatorAssuranceLevelNotSatisfiedTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ErrorAuthenticatorAssuranceLevelNotSatisfiedTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ErrorBrowserLocationChangeRequiredTest.java b/clients/client/java/src/test/java/sh/ory/model/ErrorBrowserLocationChangeRequiredTest.java index c179003b27..0d28f6e266 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ErrorBrowserLocationChangeRequiredTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ErrorBrowserLocationChangeRequiredTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ErrorFlowReplacedTest.java b/clients/client/java/src/test/java/sh/ory/model/ErrorFlowReplacedTest.java index 006b1ac7f8..87b6d2366f 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ErrorFlowReplacedTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ErrorFlowReplacedTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ErrorGenericTest.java b/clients/client/java/src/test/java/sh/ory/model/ErrorGenericTest.java index 990bef7c1b..d1b45e4019 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ErrorGenericTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ErrorGenericTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ErrorOAuth2Test.java b/clients/client/java/src/test/java/sh/ory/model/ErrorOAuth2Test.java index 862600210e..af29056179 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ErrorOAuth2Test.java +++ b/clients/client/java/src/test/java/sh/ory/model/ErrorOAuth2Test.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/EventStreamTest.java b/clients/client/java/src/test/java/sh/ory/model/EventStreamTest.java index 41c8fcce79..76a727a54e 100644 --- a/clients/client/java/src/test/java/sh/ory/model/EventStreamTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/EventStreamTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ExpandedPermissionTreeTest.java b/clients/client/java/src/test/java/sh/ory/model/ExpandedPermissionTreeTest.java index cbf37fe33d..18604515e5 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ExpandedPermissionTreeTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ExpandedPermissionTreeTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/FlowErrorTest.java b/clients/client/java/src/test/java/sh/ory/model/FlowErrorTest.java index 85cf5e446a..010929c883 100644 --- a/clients/client/java/src/test/java/sh/ory/model/FlowErrorTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/FlowErrorTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/GenericErrorContentTest.java b/clients/client/java/src/test/java/sh/ory/model/GenericErrorContentTest.java index 15b7569dd0..c3b89e8bd1 100644 --- a/clients/client/java/src/test/java/sh/ory/model/GenericErrorContentTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/GenericErrorContentTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/GenericErrorTest.java b/clients/client/java/src/test/java/sh/ory/model/GenericErrorTest.java index 2503270f9a..106d0e3e80 100644 --- a/clients/client/java/src/test/java/sh/ory/model/GenericErrorTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/GenericErrorTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/GenericUsageTest.java b/clients/client/java/src/test/java/sh/ory/model/GenericUsageTest.java index e1952c67ca..ee10921889 100644 --- a/clients/client/java/src/test/java/sh/ory/model/GenericUsageTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/GenericUsageTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/GetAttributesCountResponseTest.java b/clients/client/java/src/test/java/sh/ory/model/GetAttributesCountResponseTest.java index 28ae7b713f..b26c21159a 100644 --- a/clients/client/java/src/test/java/sh/ory/model/GetAttributesCountResponseTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/GetAttributesCountResponseTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/GetManagedIdentitySchemaLocationTest.java b/clients/client/java/src/test/java/sh/ory/model/GetManagedIdentitySchemaLocationTest.java index d5c2e35c4c..134d7793d8 100644 --- a/clients/client/java/src/test/java/sh/ory/model/GetManagedIdentitySchemaLocationTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/GetManagedIdentitySchemaLocationTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/GetMetricsEventAttributesResponseTest.java b/clients/client/java/src/test/java/sh/ory/model/GetMetricsEventAttributesResponseTest.java index 226d059836..ae15cb2d91 100644 --- a/clients/client/java/src/test/java/sh/ory/model/GetMetricsEventAttributesResponseTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/GetMetricsEventAttributesResponseTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/GetMetricsEventTypesResponseTest.java b/clients/client/java/src/test/java/sh/ory/model/GetMetricsEventTypesResponseTest.java index 4f120abc04..475fe0dbae 100644 --- a/clients/client/java/src/test/java/sh/ory/model/GetMetricsEventTypesResponseTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/GetMetricsEventTypesResponseTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/GetOrganizationResponseTest.java b/clients/client/java/src/test/java/sh/ory/model/GetOrganizationResponseTest.java index 03e8b3dc1f..bbf0734ee4 100644 --- a/clients/client/java/src/test/java/sh/ory/model/GetOrganizationResponseTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/GetOrganizationResponseTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/GetProjectEventsBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/GetProjectEventsBodyTest.java index 08d4711f8b..01bdeeb929 100644 --- a/clients/client/java/src/test/java/sh/ory/model/GetProjectEventsBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/GetProjectEventsBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/GetProjectEventsResponseTest.java b/clients/client/java/src/test/java/sh/ory/model/GetProjectEventsResponseTest.java index 63fe283bbd..7521ef8427 100644 --- a/clients/client/java/src/test/java/sh/ory/model/GetProjectEventsResponseTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/GetProjectEventsResponseTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/GetProjectMetricsResponseTest.java b/clients/client/java/src/test/java/sh/ory/model/GetProjectMetricsResponseTest.java index 9f57bbe750..40569248ad 100644 --- a/clients/client/java/src/test/java/sh/ory/model/GetProjectMetricsResponseTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/GetProjectMetricsResponseTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/GetSessionActivityResponseTest.java b/clients/client/java/src/test/java/sh/ory/model/GetSessionActivityResponseTest.java index 4532f11dc9..3e88b3d91f 100644 --- a/clients/client/java/src/test/java/sh/ory/model/GetSessionActivityResponseTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/GetSessionActivityResponseTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/GetVersion200ResponseTest.java b/clients/client/java/src/test/java/sh/ory/model/GetVersion200ResponseTest.java index 2fb61321f2..5984ac103e 100644 --- a/clients/client/java/src/test/java/sh/ory/model/GetVersion200ResponseTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/GetVersion200ResponseTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/HealthNotReadyStatusTest.java b/clients/client/java/src/test/java/sh/ory/model/HealthNotReadyStatusTest.java index 5688a155f6..41a5b69f5e 100644 --- a/clients/client/java/src/test/java/sh/ory/model/HealthNotReadyStatusTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/HealthNotReadyStatusTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/HealthStatusTest.java b/clients/client/java/src/test/java/sh/ory/model/HealthStatusTest.java index 0543dcf0d5..a25c2a7dc6 100644 --- a/clients/client/java/src/test/java/sh/ory/model/HealthStatusTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/HealthStatusTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsCodeTest.java b/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsCodeTest.java index e0044faf54..f42aef80ba 100644 --- a/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsCodeTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsCodeTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsOidcProviderTest.java b/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsOidcProviderTest.java index d375df336d..4bdf8354cd 100644 --- a/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsOidcProviderTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsOidcProviderTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsOidcTest.java b/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsOidcTest.java index 58db9a2adf..60261e14e3 100644 --- a/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsOidcTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsOidcTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsPasswordTest.java b/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsPasswordTest.java index fafa61aea2..5105eb122b 100644 --- a/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsPasswordTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsPasswordTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsTest.java b/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsTest.java index 430173d00a..faba8c89d5 100644 --- a/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/IdentityPatchResponseTest.java b/clients/client/java/src/test/java/sh/ory/model/IdentityPatchResponseTest.java index f25fd4ef7a..94d7002812 100644 --- a/clients/client/java/src/test/java/sh/ory/model/IdentityPatchResponseTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/IdentityPatchResponseTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/IdentityPatchTest.java b/clients/client/java/src/test/java/sh/ory/model/IdentityPatchTest.java index 4afc35cafc..f89c7ddda8 100644 --- a/clients/client/java/src/test/java/sh/ory/model/IdentityPatchTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/IdentityPatchTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/IdentitySchemaContainerTest.java b/clients/client/java/src/test/java/sh/ory/model/IdentitySchemaContainerTest.java index 91c110fd93..e7571d47cb 100644 --- a/clients/client/java/src/test/java/sh/ory/model/IdentitySchemaContainerTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/IdentitySchemaContainerTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/IdentitySchemaPresetTest.java b/clients/client/java/src/test/java/sh/ory/model/IdentitySchemaPresetTest.java index 74c464f480..6c478e4ed1 100644 --- a/clients/client/java/src/test/java/sh/ory/model/IdentitySchemaPresetTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/IdentitySchemaPresetTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/IdentityTest.java b/clients/client/java/src/test/java/sh/ory/model/IdentityTest.java index db3e51dd9d..8b586a7fde 100644 --- a/clients/client/java/src/test/java/sh/ory/model/IdentityTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/IdentityTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsOidcConfigProviderTest.java b/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsOidcConfigProviderTest.java index 3f185e65eb..988dce1d1f 100644 --- a/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsOidcConfigProviderTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsOidcConfigProviderTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsOidcConfigTest.java b/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsOidcConfigTest.java index cd01e4401f..9f222a98e1 100644 --- a/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsOidcConfigTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsOidcConfigTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsOidcTest.java b/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsOidcTest.java index a28110ef1c..7f75bc12f1 100644 --- a/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsOidcTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsOidcTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsPasswordConfigTest.java b/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsPasswordConfigTest.java index b2788d7d4b..ae38ddb4f3 100644 --- a/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsPasswordConfigTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsPasswordConfigTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsPasswordTest.java b/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsPasswordTest.java index e6ddbac5d2..da19a26db3 100644 --- a/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsPasswordTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsPasswordTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsTest.java b/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsTest.java index c0b7642db1..45eb46ba61 100644 --- a/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/InternalGetProjectBrandingBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/InternalGetProjectBrandingBodyTest.java index 922dfc573a..6bb2474c93 100644 --- a/clients/client/java/src/test/java/sh/ory/model/InternalGetProjectBrandingBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/InternalGetProjectBrandingBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/InternalIsAXWelcomeScreenEnabledForProjectBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/InternalIsAXWelcomeScreenEnabledForProjectBodyTest.java index cd12a00cc3..d8e0fde4fa 100644 --- a/clients/client/java/src/test/java/sh/ory/model/InternalIsAXWelcomeScreenEnabledForProjectBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/InternalIsAXWelcomeScreenEnabledForProjectBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/InternalIsOwnerForProjectBySlugBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/InternalIsOwnerForProjectBySlugBodyTest.java index 29d143c49d..fdf112eeaa 100644 --- a/clients/client/java/src/test/java/sh/ory/model/InternalIsOwnerForProjectBySlugBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/InternalIsOwnerForProjectBySlugBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/InternalIsOwnerForProjectBySlugResponseTest.java b/clients/client/java/src/test/java/sh/ory/model/InternalIsOwnerForProjectBySlugResponseTest.java index 057f2e476d..e07a21bd9c 100644 --- a/clients/client/java/src/test/java/sh/ory/model/InternalIsOwnerForProjectBySlugResponseTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/InternalIsOwnerForProjectBySlugResponseTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/IntrospectedOAuth2TokenTest.java b/clients/client/java/src/test/java/sh/ory/model/IntrospectedOAuth2TokenTest.java index 736d7a073d..428926da03 100644 --- a/clients/client/java/src/test/java/sh/ory/model/IntrospectedOAuth2TokenTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/IntrospectedOAuth2TokenTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/InvoiceDataV1Test.java b/clients/client/java/src/test/java/sh/ory/model/InvoiceDataV1Test.java index 05b8fff58d..da8d5b171e 100644 --- a/clients/client/java/src/test/java/sh/ory/model/InvoiceDataV1Test.java +++ b/clients/client/java/src/test/java/sh/ory/model/InvoiceDataV1Test.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/InvoiceTest.java b/clients/client/java/src/test/java/sh/ory/model/InvoiceTest.java index 175bea3014..848f172601 100644 --- a/clients/client/java/src/test/java/sh/ory/model/InvoiceTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/InvoiceTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/IsOwnerForProjectBySlugTest.java b/clients/client/java/src/test/java/sh/ory/model/IsOwnerForProjectBySlugTest.java index e128d5e1a1..9ccd7dad1c 100644 --- a/clients/client/java/src/test/java/sh/ory/model/IsOwnerForProjectBySlugTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/IsOwnerForProjectBySlugTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/JsonPatchTest.java b/clients/client/java/src/test/java/sh/ory/model/JsonPatchTest.java index 677dba4a7f..0052e3b4c1 100644 --- a/clients/client/java/src/test/java/sh/ory/model/JsonPatchTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/JsonPatchTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/JsonWebKeySetTest.java b/clients/client/java/src/test/java/sh/ory/model/JsonWebKeySetTest.java index bb8b3f0e68..1a4557284c 100644 --- a/clients/client/java/src/test/java/sh/ory/model/JsonWebKeySetTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/JsonWebKeySetTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/JsonWebKeyTest.java b/clients/client/java/src/test/java/sh/ory/model/JsonWebKeyTest.java index 3d18087a4f..4f0eed67ce 100644 --- a/clients/client/java/src/test/java/sh/ory/model/JsonWebKeyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/JsonWebKeyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/KetoNamespaceTest.java b/clients/client/java/src/test/java/sh/ory/model/KetoNamespaceTest.java index 6cf9c2b579..2a0aed8a8c 100644 --- a/clients/client/java/src/test/java/sh/ory/model/KetoNamespaceTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/KetoNamespaceTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/LineItemV1Test.java b/clients/client/java/src/test/java/sh/ory/model/LineItemV1Test.java index 9ccbc64646..6603aa2772 100644 --- a/clients/client/java/src/test/java/sh/ory/model/LineItemV1Test.java +++ b/clients/client/java/src/test/java/sh/ory/model/LineItemV1Test.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ListEventStreamsTest.java b/clients/client/java/src/test/java/sh/ory/model/ListEventStreamsTest.java index 48f4ab6211..c81f5d9473 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ListEventStreamsTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ListEventStreamsTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ListInvoicesResponseTest.java b/clients/client/java/src/test/java/sh/ory/model/ListInvoicesResponseTest.java index 354f017897..e9d35830ed 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ListInvoicesResponseTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ListInvoicesResponseTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ListOrganizationsResponseTest.java b/clients/client/java/src/test/java/sh/ory/model/ListOrganizationsResponseTest.java index 7046f20243..15e78cb9d7 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ListOrganizationsResponseTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ListOrganizationsResponseTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ListWorkspaceProjectsTest.java b/clients/client/java/src/test/java/sh/ory/model/ListWorkspaceProjectsTest.java index b89c77d9c9..ed0b2c2fa9 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ListWorkspaceProjectsTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ListWorkspaceProjectsTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ListWorkspacesTest.java b/clients/client/java/src/test/java/sh/ory/model/ListWorkspacesTest.java index 94011e1c9e..434cec330b 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ListWorkspacesTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ListWorkspacesTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/LoginFlowStateTest.java b/clients/client/java/src/test/java/sh/ory/model/LoginFlowStateTest.java index f1f021eb92..66e083d13f 100644 --- a/clients/client/java/src/test/java/sh/ory/model/LoginFlowStateTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/LoginFlowStateTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/LoginFlowTest.java b/clients/client/java/src/test/java/sh/ory/model/LoginFlowTest.java index 0abd95c10e..12d2cfad54 100644 --- a/clients/client/java/src/test/java/sh/ory/model/LoginFlowTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/LoginFlowTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/LogoutFlowTest.java b/clients/client/java/src/test/java/sh/ory/model/LogoutFlowTest.java index b7721b394f..aa1fc77271 100644 --- a/clients/client/java/src/test/java/sh/ory/model/LogoutFlowTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/LogoutFlowTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ManagedIdentitySchemaTest.java b/clients/client/java/src/test/java/sh/ory/model/ManagedIdentitySchemaTest.java index f38d3eb9f8..eea0d0cb7a 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ManagedIdentitySchemaTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ManagedIdentitySchemaTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ManagedIdentitySchemaValidationResultTest.java b/clients/client/java/src/test/java/sh/ory/model/ManagedIdentitySchemaValidationResultTest.java index 0717ed02a8..56d16b207a 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ManagedIdentitySchemaValidationResultTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ManagedIdentitySchemaValidationResultTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/MemberInviteTest.java b/clients/client/java/src/test/java/sh/ory/model/MemberInviteTest.java index d6690754d4..784b4afb92 100644 --- a/clients/client/java/src/test/java/sh/ory/model/MemberInviteTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/MemberInviteTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/MessageDispatchTest.java b/clients/client/java/src/test/java/sh/ory/model/MessageDispatchTest.java index 5b9a1726b7..78b7fec87f 100644 --- a/clients/client/java/src/test/java/sh/ory/model/MessageDispatchTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/MessageDispatchTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/MessageTest.java b/clients/client/java/src/test/java/sh/ory/model/MessageTest.java index c303956887..354e7b59f2 100644 --- a/clients/client/java/src/test/java/sh/ory/model/MessageTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/MessageTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/MetricsDatapointTest.java b/clients/client/java/src/test/java/sh/ory/model/MetricsDatapointTest.java index 6eff4ca51b..236ba2b2c1 100644 --- a/clients/client/java/src/test/java/sh/ory/model/MetricsDatapointTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/MetricsDatapointTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/MoneyTest.java b/clients/client/java/src/test/java/sh/ory/model/MoneyTest.java index 0faca8881d..d17613a343 100644 --- a/clients/client/java/src/test/java/sh/ory/model/MoneyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/MoneyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/NamespaceTest.java b/clients/client/java/src/test/java/sh/ory/model/NamespaceTest.java index cb7ac82827..ce011cc40b 100644 --- a/clients/client/java/src/test/java/sh/ory/model/NamespaceTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/NamespaceTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/NeedsPrivilegedSessionErrorTest.java b/clients/client/java/src/test/java/sh/ory/model/NeedsPrivilegedSessionErrorTest.java index ff9a0d11d7..cc7a221886 100644 --- a/clients/client/java/src/test/java/sh/ory/model/NeedsPrivilegedSessionErrorTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/NeedsPrivilegedSessionErrorTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionCourierChannelTest.java b/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionCourierChannelTest.java index 3bb37547bc..d9a5065c98 100644 --- a/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionCourierChannelTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionCourierChannelTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionHookTest.java b/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionHookTest.java index 142c7b918c..1fe39adfd3 100644 --- a/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionHookTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionHookTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionIdentitySchemaTest.java b/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionIdentitySchemaTest.java index d0523306e8..711bc90fe2 100644 --- a/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionIdentitySchemaTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionIdentitySchemaTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionTest.java b/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionTest.java index c746a77e9c..9b8a71a1af 100644 --- a/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionThirdPartyProviderTest.java b/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionThirdPartyProviderTest.java index 252867516f..fa4e8de048 100644 --- a/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionThirdPartyProviderTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionThirdPartyProviderTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionTokenizerTemplateTest.java b/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionTokenizerTemplateTest.java index 84d5c9c0d0..f5a666583a 100644 --- a/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionTokenizerTemplateTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionTokenizerTemplateTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectTest.java b/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectTest.java index a50010855f..b013405aff 100644 --- a/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/OAuth2ClientTest.java b/clients/client/java/src/test/java/sh/ory/model/OAuth2ClientTest.java index 17c556531f..7cce8ee857 100644 --- a/clients/client/java/src/test/java/sh/ory/model/OAuth2ClientTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/OAuth2ClientTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/OAuth2ClientTokenLifespansTest.java b/clients/client/java/src/test/java/sh/ory/model/OAuth2ClientTokenLifespansTest.java index b07463d34b..5a4060a66a 100644 --- a/clients/client/java/src/test/java/sh/ory/model/OAuth2ClientTokenLifespansTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/OAuth2ClientTokenLifespansTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentRequestOpenIDConnectContextTest.java b/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentRequestOpenIDConnectContextTest.java index 66205e14b2..f9fd13e2f8 100644 --- a/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentRequestOpenIDConnectContextTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentRequestOpenIDConnectContextTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentRequestTest.java b/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentRequestTest.java index 099b94f2fb..6d9547c4fb 100644 --- a/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentRequestTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentRequestTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentSessionExpiresAtTest.java b/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentSessionExpiresAtTest.java index 91471a6670..52f1c7fd35 100644 --- a/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentSessionExpiresAtTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentSessionExpiresAtTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentSessionTest.java b/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentSessionTest.java index d2418e41f3..f36eee6f90 100644 --- a/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentSessionTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentSessionTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/OAuth2LoginRequestTest.java b/clients/client/java/src/test/java/sh/ory/model/OAuth2LoginRequestTest.java index fccc112a50..1d0020dccf 100644 --- a/clients/client/java/src/test/java/sh/ory/model/OAuth2LoginRequestTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/OAuth2LoginRequestTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/OAuth2LogoutRequestTest.java b/clients/client/java/src/test/java/sh/ory/model/OAuth2LogoutRequestTest.java index 65eabe4e7a..43d0150703 100644 --- a/clients/client/java/src/test/java/sh/ory/model/OAuth2LogoutRequestTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/OAuth2LogoutRequestTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/OAuth2RedirectToTest.java b/clients/client/java/src/test/java/sh/ory/model/OAuth2RedirectToTest.java index 592cdf0931..2c75851a2c 100644 --- a/clients/client/java/src/test/java/sh/ory/model/OAuth2RedirectToTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/OAuth2RedirectToTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/OAuth2TokenExchangeTest.java b/clients/client/java/src/test/java/sh/ory/model/OAuth2TokenExchangeTest.java index 6a354b79b2..ad9b896a9f 100644 --- a/clients/client/java/src/test/java/sh/ory/model/OAuth2TokenExchangeTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/OAuth2TokenExchangeTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/OidcConfigurationTest.java b/clients/client/java/src/test/java/sh/ory/model/OidcConfigurationTest.java index f2fd55a8e7..0534e8dc47 100644 --- a/clients/client/java/src/test/java/sh/ory/model/OidcConfigurationTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/OidcConfigurationTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/OidcUserInfoTest.java b/clients/client/java/src/test/java/sh/ory/model/OidcUserInfoTest.java index b6bfa8ab7d..364f29d857 100644 --- a/clients/client/java/src/test/java/sh/ory/model/OidcUserInfoTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/OidcUserInfoTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/OrganizationBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/OrganizationBodyTest.java index c6480f0af6..6ed3ee69ce 100644 --- a/clients/client/java/src/test/java/sh/ory/model/OrganizationBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/OrganizationBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/OrganizationTest.java b/clients/client/java/src/test/java/sh/ory/model/OrganizationTest.java index 59b0af478b..39ede202d0 100644 --- a/clients/client/java/src/test/java/sh/ory/model/OrganizationTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/OrganizationTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/PaginationHeadersTest.java b/clients/client/java/src/test/java/sh/ory/model/PaginationHeadersTest.java index 2dfe1e521e..b540f62c45 100644 --- a/clients/client/java/src/test/java/sh/ory/model/PaginationHeadersTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/PaginationHeadersTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/PaginationTest.java b/clients/client/java/src/test/java/sh/ory/model/PaginationTest.java index 2fa02799bc..ba5acb63d6 100644 --- a/clients/client/java/src/test/java/sh/ory/model/PaginationTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/PaginationTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ParseErrorTest.java b/clients/client/java/src/test/java/sh/ory/model/ParseErrorTest.java index 7366ade26b..5e8ee1f266 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ParseErrorTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ParseErrorTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/PatchIdentitiesBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/PatchIdentitiesBodyTest.java index df67aeaeb5..b9c2b2070f 100644 --- a/clients/client/java/src/test/java/sh/ory/model/PatchIdentitiesBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/PatchIdentitiesBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/PerformNativeLogoutBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/PerformNativeLogoutBodyTest.java index fa425c21f7..2686237b85 100644 --- a/clients/client/java/src/test/java/sh/ory/model/PerformNativeLogoutBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/PerformNativeLogoutBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/PermissionsOnWorkspaceTest.java b/clients/client/java/src/test/java/sh/ory/model/PermissionsOnWorkspaceTest.java index 085a4c1592..739cd6bc64 100644 --- a/clients/client/java/src/test/java/sh/ory/model/PermissionsOnWorkspaceTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/PermissionsOnWorkspaceTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/PlanDetailsTest.java b/clients/client/java/src/test/java/sh/ory/model/PlanDetailsTest.java index 3abb7c88fd..5ca53bcfae 100644 --- a/clients/client/java/src/test/java/sh/ory/model/PlanDetailsTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/PlanDetailsTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/PlanTest.java b/clients/client/java/src/test/java/sh/ory/model/PlanTest.java index 48b3e20daf..0f319c513d 100644 --- a/clients/client/java/src/test/java/sh/ory/model/PlanTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/PlanTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/PostCheckPermissionBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/PostCheckPermissionBodyTest.java index c94684fbe3..e485f6331b 100644 --- a/clients/client/java/src/test/java/sh/ory/model/PostCheckPermissionBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/PostCheckPermissionBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/PostCheckPermissionOrErrorBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/PostCheckPermissionOrErrorBodyTest.java index 276cbc1124..aa3aefe486 100644 --- a/clients/client/java/src/test/java/sh/ory/model/PostCheckPermissionOrErrorBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/PostCheckPermissionOrErrorBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ProjectApiKeyTest.java b/clients/client/java/src/test/java/sh/ory/model/ProjectApiKeyTest.java index 49214e16c1..11223d0ed2 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ProjectApiKeyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ProjectApiKeyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ProjectBrandingColorsTest.java b/clients/client/java/src/test/java/sh/ory/model/ProjectBrandingColorsTest.java index eee53b55bd..caa8ab3d25 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ProjectBrandingColorsTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ProjectBrandingColorsTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ProjectBrandingTest.java b/clients/client/java/src/test/java/sh/ory/model/ProjectBrandingTest.java index 0d6bbbcd60..d9db92b2e0 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ProjectBrandingTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ProjectBrandingTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ProjectBrandingThemeTest.java b/clients/client/java/src/test/java/sh/ory/model/ProjectBrandingThemeTest.java index e03b2dc830..5fd8028ec3 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ProjectBrandingThemeTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ProjectBrandingThemeTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ProjectCorsTest.java b/clients/client/java/src/test/java/sh/ory/model/ProjectCorsTest.java index 7d82de28e3..ea729d4941 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ProjectCorsTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ProjectCorsTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ProjectEventsDatapointTest.java b/clients/client/java/src/test/java/sh/ory/model/ProjectEventsDatapointTest.java index 5eed305339..a91ed7f029 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ProjectEventsDatapointTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ProjectEventsDatapointTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ProjectHostTest.java b/clients/client/java/src/test/java/sh/ory/model/ProjectHostTest.java index e32ad79150..31dee209b1 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ProjectHostTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ProjectHostTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ProjectMemberTest.java b/clients/client/java/src/test/java/sh/ory/model/ProjectMemberTest.java index d7d52a9ab0..61db7334a2 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ProjectMemberTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ProjectMemberTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ProjectMetadataTest.java b/clients/client/java/src/test/java/sh/ory/model/ProjectMetadataTest.java index cf6d2589a9..a19e3540eb 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ProjectMetadataTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ProjectMetadataTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ProjectServiceIdentityTest.java b/clients/client/java/src/test/java/sh/ory/model/ProjectServiceIdentityTest.java index 949268ac47..f7647b5e0d 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ProjectServiceIdentityTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ProjectServiceIdentityTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ProjectServiceOAuth2Test.java b/clients/client/java/src/test/java/sh/ory/model/ProjectServiceOAuth2Test.java index bcae1749f5..c3596253c7 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ProjectServiceOAuth2Test.java +++ b/clients/client/java/src/test/java/sh/ory/model/ProjectServiceOAuth2Test.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ProjectServicePermissionTest.java b/clients/client/java/src/test/java/sh/ory/model/ProjectServicePermissionTest.java index 760a5c5b58..64250de103 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ProjectServicePermissionTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ProjectServicePermissionTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ProjectServicesTest.java b/clients/client/java/src/test/java/sh/ory/model/ProjectServicesTest.java index deafcd774e..68cc68ea7c 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ProjectServicesTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ProjectServicesTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/ProjectTest.java b/clients/client/java/src/test/java/sh/ory/model/ProjectTest.java index c2ec50c3ca..7408743d96 100644 --- a/clients/client/java/src/test/java/sh/ory/model/ProjectTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/ProjectTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/QuotaUsageTest.java b/clients/client/java/src/test/java/sh/ory/model/QuotaUsageTest.java index f2052a4451..b650684fe8 100644 --- a/clients/client/java/src/test/java/sh/ory/model/QuotaUsageTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/QuotaUsageTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/RFC6749ErrorJsonTest.java b/clients/client/java/src/test/java/sh/ory/model/RFC6749ErrorJsonTest.java index fe06e22554..1f1ddbac94 100644 --- a/clients/client/java/src/test/java/sh/ory/model/RFC6749ErrorJsonTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/RFC6749ErrorJsonTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/RecoveryCodeForIdentityTest.java b/clients/client/java/src/test/java/sh/ory/model/RecoveryCodeForIdentityTest.java index 0e7a1da1e8..d78197f1fd 100644 --- a/clients/client/java/src/test/java/sh/ory/model/RecoveryCodeForIdentityTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/RecoveryCodeForIdentityTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/RecoveryFlowStateTest.java b/clients/client/java/src/test/java/sh/ory/model/RecoveryFlowStateTest.java index e6a9791656..996d9d9d69 100644 --- a/clients/client/java/src/test/java/sh/ory/model/RecoveryFlowStateTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/RecoveryFlowStateTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/RecoveryFlowTest.java b/clients/client/java/src/test/java/sh/ory/model/RecoveryFlowTest.java index 48d7ad2acc..7080156cda 100644 --- a/clients/client/java/src/test/java/sh/ory/model/RecoveryFlowTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/RecoveryFlowTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/RecoveryIdentityAddressTest.java b/clients/client/java/src/test/java/sh/ory/model/RecoveryIdentityAddressTest.java index f3e78c6b47..859c0b0285 100644 --- a/clients/client/java/src/test/java/sh/ory/model/RecoveryIdentityAddressTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/RecoveryIdentityAddressTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/RecoveryLinkForIdentityTest.java b/clients/client/java/src/test/java/sh/ory/model/RecoveryLinkForIdentityTest.java index 1e0e576c74..e0277bccf2 100644 --- a/clients/client/java/src/test/java/sh/ory/model/RecoveryLinkForIdentityTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/RecoveryLinkForIdentityTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/RegistrationFlowStateTest.java b/clients/client/java/src/test/java/sh/ory/model/RegistrationFlowStateTest.java index dc57e84f77..4851be375b 100644 --- a/clients/client/java/src/test/java/sh/ory/model/RegistrationFlowStateTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/RegistrationFlowStateTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/RegistrationFlowTest.java b/clients/client/java/src/test/java/sh/ory/model/RegistrationFlowTest.java index 6144b3acd9..796fed4851 100644 --- a/clients/client/java/src/test/java/sh/ory/model/RegistrationFlowTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/RegistrationFlowTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/RejectOAuth2RequestTest.java b/clients/client/java/src/test/java/sh/ory/model/RejectOAuth2RequestTest.java index b1070f7f2f..8357043be1 100644 --- a/clients/client/java/src/test/java/sh/ory/model/RejectOAuth2RequestTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/RejectOAuth2RequestTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/RelationQueryTest.java b/clients/client/java/src/test/java/sh/ory/model/RelationQueryTest.java index b5ab1acfc8..911996f878 100644 --- a/clients/client/java/src/test/java/sh/ory/model/RelationQueryTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/RelationQueryTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/RelationshipNamespacesTest.java b/clients/client/java/src/test/java/sh/ory/model/RelationshipNamespacesTest.java index 321a3565e1..bd0af503ee 100644 --- a/clients/client/java/src/test/java/sh/ory/model/RelationshipNamespacesTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/RelationshipNamespacesTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/RelationshipPatchTest.java b/clients/client/java/src/test/java/sh/ory/model/RelationshipPatchTest.java index 2ef70086e6..3849ec0ec6 100644 --- a/clients/client/java/src/test/java/sh/ory/model/RelationshipPatchTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/RelationshipPatchTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/RelationshipTest.java b/clients/client/java/src/test/java/sh/ory/model/RelationshipTest.java index 1a5bb3cc62..eb3d83ead2 100644 --- a/clients/client/java/src/test/java/sh/ory/model/RelationshipTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/RelationshipTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/RelationshipsTest.java b/clients/client/java/src/test/java/sh/ory/model/RelationshipsTest.java index b7c779c0e7..d847c0313f 100644 --- a/clients/client/java/src/test/java/sh/ory/model/RelationshipsTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/RelationshipsTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/SchemaPatchTest.java b/clients/client/java/src/test/java/sh/ory/model/SchemaPatchTest.java index 85716db44f..524ce52d1a 100644 --- a/clients/client/java/src/test/java/sh/ory/model/SchemaPatchTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/SchemaPatchTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/SelfServiceFlowExpiredErrorTest.java b/clients/client/java/src/test/java/sh/ory/model/SelfServiceFlowExpiredErrorTest.java index 5e0da13dcb..5aa236bb89 100644 --- a/clients/client/java/src/test/java/sh/ory/model/SelfServiceFlowExpiredErrorTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/SelfServiceFlowExpiredErrorTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/SessionActivityDatapointTest.java b/clients/client/java/src/test/java/sh/ory/model/SessionActivityDatapointTest.java index 849f183e0d..5db2b98d4d 100644 --- a/clients/client/java/src/test/java/sh/ory/model/SessionActivityDatapointTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/SessionActivityDatapointTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/SessionAuthenticationMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/SessionAuthenticationMethodTest.java index 1e9bedd4e0..c522334f79 100644 --- a/clients/client/java/src/test/java/sh/ory/model/SessionAuthenticationMethodTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/SessionAuthenticationMethodTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/SessionDeviceTest.java b/clients/client/java/src/test/java/sh/ory/model/SessionDeviceTest.java index e0b4c87341..5f97c78ede 100644 --- a/clients/client/java/src/test/java/sh/ory/model/SessionDeviceTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/SessionDeviceTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/SessionTest.java b/clients/client/java/src/test/java/sh/ory/model/SessionTest.java index 9667834c96..c0ff0f2622 100644 --- a/clients/client/java/src/test/java/sh/ory/model/SessionTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/SessionTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/SetActiveProjectInConsoleBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/SetActiveProjectInConsoleBodyTest.java index 503e207967..ad357eb88e 100644 --- a/clients/client/java/src/test/java/sh/ory/model/SetActiveProjectInConsoleBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/SetActiveProjectInConsoleBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/SetCustomDomainBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/SetCustomDomainBodyTest.java index 49dcc8de7f..039087692f 100644 --- a/clients/client/java/src/test/java/sh/ory/model/SetCustomDomainBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/SetCustomDomainBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/SetEventStreamBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/SetEventStreamBodyTest.java index 04178cba4a..26cf314f6a 100644 --- a/clients/client/java/src/test/java/sh/ory/model/SetEventStreamBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/SetEventStreamBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/SetProjectBrandingThemeBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/SetProjectBrandingThemeBodyTest.java index f4d53d217c..693642ecdb 100644 --- a/clients/client/java/src/test/java/sh/ory/model/SetProjectBrandingThemeBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/SetProjectBrandingThemeBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/SetProjectTest.java b/clients/client/java/src/test/java/sh/ory/model/SetProjectTest.java index ac160866f6..786ff81621 100644 --- a/clients/client/java/src/test/java/sh/ory/model/SetProjectTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/SetProjectTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/SettingsFlowStateTest.java b/clients/client/java/src/test/java/sh/ory/model/SettingsFlowStateTest.java index c0fdf8d321..a7151b361c 100644 --- a/clients/client/java/src/test/java/sh/ory/model/SettingsFlowStateTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/SettingsFlowStateTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/SettingsFlowTest.java b/clients/client/java/src/test/java/sh/ory/model/SettingsFlowTest.java index 00da84545e..88a1afc4b2 100644 --- a/clients/client/java/src/test/java/sh/ory/model/SettingsFlowTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/SettingsFlowTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/SourcePositionTest.java b/clients/client/java/src/test/java/sh/ory/model/SourcePositionTest.java index 73d61c8150..3afb687d9f 100644 --- a/clients/client/java/src/test/java/sh/ory/model/SourcePositionTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/SourcePositionTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/SubjectSetTest.java b/clients/client/java/src/test/java/sh/ory/model/SubjectSetTest.java index dd8cc48a5d..eb3d487c73 100644 --- a/clients/client/java/src/test/java/sh/ory/model/SubjectSetTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/SubjectSetTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/SubscriptionTest.java b/clients/client/java/src/test/java/sh/ory/model/SubscriptionTest.java index 0de0f53f24..67c6ff0e0b 100644 --- a/clients/client/java/src/test/java/sh/ory/model/SubscriptionTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/SubscriptionTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/SuccessfulCodeExchangeResponseTest.java b/clients/client/java/src/test/java/sh/ory/model/SuccessfulCodeExchangeResponseTest.java index e3ab418af8..fc6a216b2e 100644 --- a/clients/client/java/src/test/java/sh/ory/model/SuccessfulCodeExchangeResponseTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/SuccessfulCodeExchangeResponseTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/SuccessfulNativeLoginTest.java b/clients/client/java/src/test/java/sh/ory/model/SuccessfulNativeLoginTest.java index 5d1f9ac2ae..cc681a1e93 100644 --- a/clients/client/java/src/test/java/sh/ory/model/SuccessfulNativeLoginTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/SuccessfulNativeLoginTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/SuccessfulNativeRegistrationTest.java b/clients/client/java/src/test/java/sh/ory/model/SuccessfulNativeRegistrationTest.java index 4f3ff54f3f..ab758bba3e 100644 --- a/clients/client/java/src/test/java/sh/ory/model/SuccessfulNativeRegistrationTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/SuccessfulNativeRegistrationTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/SuccessfulProjectUpdateTest.java b/clients/client/java/src/test/java/sh/ory/model/SuccessfulProjectUpdateTest.java index 1bf2f7d9be..7292dab56c 100644 --- a/clients/client/java/src/test/java/sh/ory/model/SuccessfulProjectUpdateTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/SuccessfulProjectUpdateTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/TaxLineItemTest.java b/clients/client/java/src/test/java/sh/ory/model/TaxLineItemTest.java index 9f6d2e766c..91a4d7b229 100644 --- a/clients/client/java/src/test/java/sh/ory/model/TaxLineItemTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/TaxLineItemTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/TimeIntervalTest.java b/clients/client/java/src/test/java/sh/ory/model/TimeIntervalTest.java index 708efd0656..4a666c42e0 100644 --- a/clients/client/java/src/test/java/sh/ory/model/TimeIntervalTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/TimeIntervalTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/TokenPaginationHeadersTest.java b/clients/client/java/src/test/java/sh/ory/model/TokenPaginationHeadersTest.java index 253c735d03..200af13893 100644 --- a/clients/client/java/src/test/java/sh/ory/model/TokenPaginationHeadersTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/TokenPaginationHeadersTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/TokenPaginationRequestParametersTest.java b/clients/client/java/src/test/java/sh/ory/model/TokenPaginationRequestParametersTest.java index 7280d7c9c2..2c30eae879 100644 --- a/clients/client/java/src/test/java/sh/ory/model/TokenPaginationRequestParametersTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/TokenPaginationRequestParametersTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/TokenPaginationResponseHeadersTest.java b/clients/client/java/src/test/java/sh/ory/model/TokenPaginationResponseHeadersTest.java index 45725fa6dd..e5defd8bb2 100644 --- a/clients/client/java/src/test/java/sh/ory/model/TokenPaginationResponseHeadersTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/TokenPaginationResponseHeadersTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/TokenPaginationTest.java b/clients/client/java/src/test/java/sh/ory/model/TokenPaginationTest.java index 43b4ea276b..faf2e4928c 100644 --- a/clients/client/java/src/test/java/sh/ory/model/TokenPaginationTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/TokenPaginationTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/TrustOAuth2JwtGrantIssuerTest.java b/clients/client/java/src/test/java/sh/ory/model/TrustOAuth2JwtGrantIssuerTest.java index 4ce5ccda7e..cefc715474 100644 --- a/clients/client/java/src/test/java/sh/ory/model/TrustOAuth2JwtGrantIssuerTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/TrustOAuth2JwtGrantIssuerTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/TrustedOAuth2JwtGrantIssuerTest.java b/clients/client/java/src/test/java/sh/ory/model/TrustedOAuth2JwtGrantIssuerTest.java index bd41768d8b..c83ff1b8af 100644 --- a/clients/client/java/src/test/java/sh/ory/model/TrustedOAuth2JwtGrantIssuerTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/TrustedOAuth2JwtGrantIssuerTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/TrustedOAuth2JwtGrantJsonWebKeyTest.java b/clients/client/java/src/test/java/sh/ory/model/TrustedOAuth2JwtGrantJsonWebKeyTest.java index 0e18c25403..796b3babad 100644 --- a/clients/client/java/src/test/java/sh/ory/model/TrustedOAuth2JwtGrantJsonWebKeyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/TrustedOAuth2JwtGrantJsonWebKeyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UiContainerTest.java b/clients/client/java/src/test/java/sh/ory/model/UiContainerTest.java index cd11859fc9..08dadf5ca0 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UiContainerTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UiContainerTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UiNodeAnchorAttributesTest.java b/clients/client/java/src/test/java/sh/ory/model/UiNodeAnchorAttributesTest.java index 0e535b26a1..df7a7e23c0 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UiNodeAnchorAttributesTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UiNodeAnchorAttributesTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UiNodeAttributesTest.java b/clients/client/java/src/test/java/sh/ory/model/UiNodeAttributesTest.java index 053371a003..86907fef56 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UiNodeAttributesTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UiNodeAttributesTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UiNodeImageAttributesTest.java b/clients/client/java/src/test/java/sh/ory/model/UiNodeImageAttributesTest.java index 27ac378602..466135d742 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UiNodeImageAttributesTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UiNodeImageAttributesTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UiNodeInputAttributesTest.java b/clients/client/java/src/test/java/sh/ory/model/UiNodeInputAttributesTest.java index a93abbb1fc..433963f4de 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UiNodeInputAttributesTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UiNodeInputAttributesTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UiNodeMetaTest.java b/clients/client/java/src/test/java/sh/ory/model/UiNodeMetaTest.java index 0bb618409d..20e4f1fa95 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UiNodeMetaTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UiNodeMetaTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UiNodeScriptAttributesTest.java b/clients/client/java/src/test/java/sh/ory/model/UiNodeScriptAttributesTest.java index 146db191cf..27c0bd90c8 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UiNodeScriptAttributesTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UiNodeScriptAttributesTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UiNodeTest.java b/clients/client/java/src/test/java/sh/ory/model/UiNodeTest.java index 37feb1856a..874e1978d1 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UiNodeTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UiNodeTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UiNodeTextAttributesTest.java b/clients/client/java/src/test/java/sh/ory/model/UiNodeTextAttributesTest.java index ad9495bede..f1f6d967af 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UiNodeTextAttributesTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UiNodeTextAttributesTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UiTextTest.java b/clients/client/java/src/test/java/sh/ory/model/UiTextTest.java index 3783923ed1..e8dd2caff6 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UiTextTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UiTextTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateIdentityBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateIdentityBodyTest.java index 0d831177d4..dc4dada029 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UpdateIdentityBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UpdateIdentityBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowBodyTest.java index 2c63bdb07f..913063f71a 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithCodeMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithCodeMethodTest.java index 3da71feafa..3cd65214d1 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithCodeMethodTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithCodeMethodTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithIdentifierFirstMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithIdentifierFirstMethodTest.java index a2b708fd1c..7d682ec487 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithIdentifierFirstMethodTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithIdentifierFirstMethodTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithLookupSecretMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithLookupSecretMethodTest.java index 70a1eaf345..d648530292 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithLookupSecretMethodTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithLookupSecretMethodTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithOidcMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithOidcMethodTest.java index a99443898f..d1faf47b50 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithOidcMethodTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithOidcMethodTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithPasskeyMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithPasskeyMethodTest.java index ef654b4414..b845b34166 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithPasskeyMethodTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithPasskeyMethodTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithPasswordMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithPasswordMethodTest.java index efd01eea17..0834de9d37 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithPasswordMethodTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithPasswordMethodTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithTotpMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithTotpMethodTest.java index 05c4e56cfd..40783b1dfb 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithTotpMethodTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithTotpMethodTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithWebAuthnMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithWebAuthnMethodTest.java index 0fceef3dc5..72fb5e33ed 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithWebAuthnMethodTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithWebAuthnMethodTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateRecoveryFlowBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateRecoveryFlowBodyTest.java index 9fae84f729..b9d0d11875 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UpdateRecoveryFlowBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UpdateRecoveryFlowBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateRecoveryFlowWithCodeMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateRecoveryFlowWithCodeMethodTest.java index b97d40c3e9..cee6a263a3 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UpdateRecoveryFlowWithCodeMethodTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UpdateRecoveryFlowWithCodeMethodTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateRecoveryFlowWithLinkMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateRecoveryFlowWithLinkMethodTest.java index ce205175d2..7e14e5c240 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UpdateRecoveryFlowWithLinkMethodTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UpdateRecoveryFlowWithLinkMethodTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowBodyTest.java index 7723a3ce4f..1f5681b4bf 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithCodeMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithCodeMethodTest.java index 140de6a548..cbf7b8495c 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithCodeMethodTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithCodeMethodTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithOidcMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithOidcMethodTest.java index 91d77b8db7..1c64e60fd8 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithOidcMethodTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithOidcMethodTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithPasskeyMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithPasskeyMethodTest.java index cbe6e82ae4..5a32a3b220 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithPasskeyMethodTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithPasskeyMethodTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithPasswordMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithPasswordMethodTest.java index 414f562a62..a72bd4895b 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithPasswordMethodTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithPasswordMethodTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithProfileMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithProfileMethodTest.java index 7318e3dd98..82ae90b253 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithProfileMethodTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithProfileMethodTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithWebAuthnMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithWebAuthnMethodTest.java index 536048b7d0..1c4d5d80b1 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithWebAuthnMethodTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithWebAuthnMethodTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowBodyTest.java index 02e4fa8c1a..7d1df5c435 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithLookupMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithLookupMethodTest.java index ab1bb2a982..4e45cb6915 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithLookupMethodTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithLookupMethodTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithOidcMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithOidcMethodTest.java index c5689610ef..cbff9f5737 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithOidcMethodTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithOidcMethodTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithPasskeyMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithPasskeyMethodTest.java index 1bda9d8e38..f97b1d9e9c 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithPasskeyMethodTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithPasskeyMethodTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithPasswordMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithPasswordMethodTest.java index f2c3aa9bf6..59ea44a034 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithPasswordMethodTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithPasswordMethodTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithProfileMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithProfileMethodTest.java index 63c732b704..2046022fa1 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithProfileMethodTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithProfileMethodTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithTotpMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithTotpMethodTest.java index 3a3bf9e8e2..67c25025af 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithTotpMethodTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithTotpMethodTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithWebAuthnMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithWebAuthnMethodTest.java index be807f360c..be41000e48 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithWebAuthnMethodTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithWebAuthnMethodTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateSubscriptionBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateSubscriptionBodyTest.java index c884ee5435..231ffc9421 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UpdateSubscriptionBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UpdateSubscriptionBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateVerificationFlowBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateVerificationFlowBodyTest.java index e745692450..f9a5d438ca 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UpdateVerificationFlowBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UpdateVerificationFlowBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateVerificationFlowWithCodeMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateVerificationFlowWithCodeMethodTest.java index c3a3809230..308e367dd6 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UpdateVerificationFlowWithCodeMethodTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UpdateVerificationFlowWithCodeMethodTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateVerificationFlowWithLinkMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateVerificationFlowWithLinkMethodTest.java index 7ec95e84fc..bcc9faf923 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UpdateVerificationFlowWithLinkMethodTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UpdateVerificationFlowWithLinkMethodTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateWorkspaceBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateWorkspaceBodyTest.java index 193f957ebc..035167ee29 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UpdateWorkspaceBodyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UpdateWorkspaceBodyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/UsageTest.java b/clients/client/java/src/test/java/sh/ory/model/UsageTest.java index 00fa170064..892135e237 100644 --- a/clients/client/java/src/test/java/sh/ory/model/UsageTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/UsageTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/VerifiableCredentialPrimingResponseTest.java b/clients/client/java/src/test/java/sh/ory/model/VerifiableCredentialPrimingResponseTest.java index 5871f1b1d4..487e6e6585 100644 --- a/clients/client/java/src/test/java/sh/ory/model/VerifiableCredentialPrimingResponseTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/VerifiableCredentialPrimingResponseTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/VerifiableCredentialProofTest.java b/clients/client/java/src/test/java/sh/ory/model/VerifiableCredentialProofTest.java index 7caea136ad..62eecc282c 100644 --- a/clients/client/java/src/test/java/sh/ory/model/VerifiableCredentialProofTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/VerifiableCredentialProofTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/VerifiableCredentialResponseTest.java b/clients/client/java/src/test/java/sh/ory/model/VerifiableCredentialResponseTest.java index e98ad07107..429929b9b8 100644 --- a/clients/client/java/src/test/java/sh/ory/model/VerifiableCredentialResponseTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/VerifiableCredentialResponseTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/VerifiableIdentityAddressTest.java b/clients/client/java/src/test/java/sh/ory/model/VerifiableIdentityAddressTest.java index 343de2b50d..87ad7da37b 100644 --- a/clients/client/java/src/test/java/sh/ory/model/VerifiableIdentityAddressTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/VerifiableIdentityAddressTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/VerificationFlowStateTest.java b/clients/client/java/src/test/java/sh/ory/model/VerificationFlowStateTest.java index f3ec31a388..467c5688b7 100644 --- a/clients/client/java/src/test/java/sh/ory/model/VerificationFlowStateTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/VerificationFlowStateTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/VerificationFlowTest.java b/clients/client/java/src/test/java/sh/ory/model/VerificationFlowTest.java index d5bb740215..1242cff186 100644 --- a/clients/client/java/src/test/java/sh/ory/model/VerificationFlowTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/VerificationFlowTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/VersionTest.java b/clients/client/java/src/test/java/sh/ory/model/VersionTest.java index 2cd4dd83d9..09de2229a2 100644 --- a/clients/client/java/src/test/java/sh/ory/model/VersionTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/VersionTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/WarningTest.java b/clients/client/java/src/test/java/sh/ory/model/WarningTest.java index 0924bd1e17..b642c69151 100644 --- a/clients/client/java/src/test/java/sh/ory/model/WarningTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/WarningTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/WorkspaceApiKeyTest.java b/clients/client/java/src/test/java/sh/ory/model/WorkspaceApiKeyTest.java index 93c8a461c4..e1d7c3c7c1 100644 --- a/clients/client/java/src/test/java/sh/ory/model/WorkspaceApiKeyTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/WorkspaceApiKeyTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/java/src/test/java/sh/ory/model/WorkspaceTest.java b/clients/client/java/src/test/java/sh/ory/model/WorkspaceTest.java index 43ef7b9d0d..d352357bd6 100644 --- a/clients/client/java/src/test/java/sh/ory/model/WorkspaceTest.java +++ b/clients/client/java/src/test/java/sh/ory/model/WorkspaceTest.java @@ -2,7 +2,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/php/README.md b/clients/client/php/README.md index f8198bd9a8..667b45dce6 100644 --- a/clients/client/php/README.md +++ b/clients/client/php/README.md @@ -194,6 +194,7 @@ Class | Method | HTTP request | Description *ProjectApi* | [**listProjectApiKeys**](docs/Api/ProjectApi.md#listprojectapikeys) | **GET** /projects/{project}/tokens | List a project's API Tokens *ProjectApi* | [**listProjects**](docs/Api/ProjectApi.md#listprojects) | **GET** /projects | List All Projects *ProjectApi* | [**patchProject**](docs/Api/ProjectApi.md#patchproject) | **PATCH** /projects/{project_id} | Patch an Ory Network Project Configuration +*ProjectApi* | [**patchProjectWithRevision**](docs/Api/ProjectApi.md#patchprojectwithrevision) | **PATCH** /projects/{project_id}/revision/{revision_id} | Patch an Ory Network Project Configuration based on a revision ID *ProjectApi* | [**purgeProject**](docs/Api/ProjectApi.md#purgeproject) | **DELETE** /projects/{project_id} | Irrecoverably purge a project *ProjectApi* | [**removeProjectMember**](docs/Api/ProjectApi.md#removeprojectmember) | **DELETE** /projects/{project}/members/{member} | Remove a member associated with this project *ProjectApi* | [**setProject**](docs/Api/ProjectApi.md#setproject) | **PUT** /projects/{project_id} | Update an Ory Network Project Configuration @@ -531,6 +532,6 @@ support@ory.sh This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: `v1.14.5` +- API version: `v1.15.0` - Generator version: `7.7.0` - Build package: `org.openapitools.codegen.languages.PhpClientCodegen` diff --git a/clients/client/php/composer.lock b/clients/client/php/composer.lock index f0509c2223..41230199cf 100644 --- a/clients/client/php/composer.lock +++ b/clients/client/php/composer.lock @@ -1013,16 +1013,16 @@ }, { "name": "fidry/cpu-core-counter", - "version": "1.1.0", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/theofidry/cpu-core-counter.git", - "reference": "f92996c4d5c1a696a6a970e20f7c4216200fcc42" + "reference": "8520451a140d3f46ac33042715115e290cf5785f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/f92996c4d5c1a696a6a970e20f7c4216200fcc42", - "reference": "f92996c4d5c1a696a6a970e20f7c4216200fcc42", + "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/8520451a140d3f46ac33042715115e290cf5785f", + "reference": "8520451a140d3f46ac33042715115e290cf5785f", "shasum": "" }, "require": { @@ -1062,7 +1062,7 @@ ], "support": { "issues": "https://github.com/theofidry/cpu-core-counter/issues", - "source": "https://github.com/theofidry/cpu-core-counter/tree/1.1.0" + "source": "https://github.com/theofidry/cpu-core-counter/tree/1.2.0" }, "funding": [ { @@ -1070,20 +1070,20 @@ "type": "github" } ], - "time": "2024-02-07T09:43:46+00:00" + "time": "2024-08-06T10:04:20+00:00" }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.63.2", + "version": "v3.64.0", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "9d427f3f14984403a6ae9fc726b61765ca0c005e" + "reference": "58dd9c931c785a79739310aef5178928305ffa67" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/9d427f3f14984403a6ae9fc726b61765ca0c005e", - "reference": "9d427f3f14984403a6ae9fc726b61765ca0c005e", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/58dd9c931c785a79739310aef5178928305ffa67", + "reference": "58dd9c931c785a79739310aef5178928305ffa67", "shasum": "" }, "require": { @@ -1165,7 +1165,7 @@ ], "support": { "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", - "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.63.2" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.64.0" }, "funding": [ { @@ -1173,7 +1173,7 @@ "type": "github" } ], - "time": "2024-08-28T10:47:21+00:00" + "time": "2024-08-30T23:09:38+00:00" }, { "name": "myclabs/deep-copy", @@ -1938,16 +1938,16 @@ }, { "name": "psr/log", - "version": "3.0.1", + "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "79dff0b268932c640297f5208d6298f71855c03e" + "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/79dff0b268932c640297f5208d6298f71855c03e", - "reference": "79dff0b268932c640297f5208d6298f71855c03e", + "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", + "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", "shasum": "" }, "require": { @@ -1982,9 +1982,9 @@ "psr-3" ], "support": { - "source": "https://github.com/php-fig/log/tree/3.0.1" + "source": "https://github.com/php-fig/log/tree/3.0.2" }, - "time": "2024-08-21T13:31:24+00:00" + "time": "2024-09-11T13:17:53+00:00" }, { "name": "react/cache", @@ -3481,16 +3481,16 @@ }, { "name": "symfony/console", - "version": "v7.1.3", + "version": "v7.1.4", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "cb1dcb30ebc7005c29864ee78adb47b5fb7c3cd9" + "reference": "1eed7af6961d763e7832e874d7f9b21c3ea9c111" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/cb1dcb30ebc7005c29864ee78adb47b5fb7c3cd9", - "reference": "cb1dcb30ebc7005c29864ee78adb47b5fb7c3cd9", + "url": "https://api.github.com/repos/symfony/console/zipball/1eed7af6961d763e7832e874d7f9b21c3ea9c111", + "reference": "1eed7af6961d763e7832e874d7f9b21c3ea9c111", "shasum": "" }, "require": { @@ -3554,7 +3554,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v7.1.3" + "source": "https://github.com/symfony/console/tree/v7.1.4" }, "funding": [ { @@ -3570,7 +3570,7 @@ "type": "tidelift" } ], - "time": "2024-07-26T12:41:01+00:00" + "time": "2024-08-15T22:48:53+00:00" }, { "name": "symfony/event-dispatcher", @@ -3796,16 +3796,16 @@ }, { "name": "symfony/finder", - "version": "v7.1.3", + "version": "v7.1.4", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "717c6329886f32dc65e27461f80f2a465412fdca" + "reference": "d95bbf319f7d052082fb7af147e0f835a695e823" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/717c6329886f32dc65e27461f80f2a465412fdca", - "reference": "717c6329886f32dc65e27461f80f2a465412fdca", + "url": "https://api.github.com/repos/symfony/finder/zipball/d95bbf319f7d052082fb7af147e0f835a695e823", + "reference": "d95bbf319f7d052082fb7af147e0f835a695e823", "shasum": "" }, "require": { @@ -3840,7 +3840,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v7.1.3" + "source": "https://github.com/symfony/finder/tree/v7.1.4" }, "funding": [ { @@ -3856,7 +3856,7 @@ "type": "tidelift" } ], - "time": "2024-07-24T07:08:44+00:00" + "time": "2024-08-13T14:28:19+00:00" }, { "name": "symfony/options-resolver", @@ -3927,20 +3927,20 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.30.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "0424dff1c58f028c451efff2045f5d92410bd540" + "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/0424dff1c58f028c451efff2045f5d92410bd540", - "reference": "0424dff1c58f028c451efff2045f5d92410bd540", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638", + "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "provide": { "ext-ctype": "*" @@ -3986,7 +3986,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.30.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0" }, "funding": [ { @@ -4002,24 +4002,24 @@ "type": "tidelift" } ], - "time": "2024-05-31T15:07:36+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-intl-grapheme", - "version": "v1.30.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a" + "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/64647a7c30b2283f5d49b874d84a18fc22054b7a", - "reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", + "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "suggest": { "ext-intl": "For best performance" @@ -4064,7 +4064,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.30.0" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0" }, "funding": [ { @@ -4080,24 +4080,24 @@ "type": "tidelift" } ], - "time": "2024-05-31T15:07:36+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.30.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb" + "reference": "3833d7255cc303546435cb650316bff708a1c75c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/a95281b0be0d9ab48050ebd988b967875cdb9fdb", - "reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c", + "reference": "3833d7255cc303546435cb650316bff708a1c75c", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "suggest": { "ext-intl": "For best performance" @@ -4145,7 +4145,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.30.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0" }, "funding": [ { @@ -4161,24 +4161,24 @@ "type": "tidelift" } ], - "time": "2024-05-31T15:07:36+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.30.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c" + "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fd22ab50000ef01661e2a31d850ebaa297f8e03c", - "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341", + "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "provide": { "ext-mbstring": "*" @@ -4225,7 +4225,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.30.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0" }, "funding": [ { @@ -4241,24 +4241,24 @@ "type": "tidelift" } ], - "time": "2024-06-19T12:30:46+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-php80", - "version": "v1.30.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "77fa7995ac1b21ab60769b7323d600a991a90433" + "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/77fa7995ac1b21ab60769b7323d600a991a90433", - "reference": "77fa7995ac1b21ab60769b7323d600a991a90433", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", + "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "type": "library", "extra": { @@ -4305,7 +4305,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.30.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0" }, "funding": [ { @@ -4321,24 +4321,24 @@ "type": "tidelift" } ], - "time": "2024-05-31T15:07:36+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-php81", - "version": "v1.30.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "3fb075789fb91f9ad9af537c4012d523085bd5af" + "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/3fb075789fb91f9ad9af537c4012d523085bd5af", - "reference": "3fb075789fb91f9ad9af537c4012d523085bd5af", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c", + "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "type": "library", "extra": { @@ -4381,7 +4381,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.30.0" + "source": "https://github.com/symfony/polyfill-php81/tree/v1.31.0" }, "funding": [ { @@ -4397,7 +4397,7 @@ "type": "tidelift" } ], - "time": "2024-06-19T12:30:46+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/process", @@ -4607,16 +4607,16 @@ }, { "name": "symfony/string", - "version": "v7.1.3", + "version": "v7.1.4", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "ea272a882be7f20cad58d5d78c215001617b7f07" + "reference": "6cd670a6d968eaeb1c77c2e76091c45c56bc367b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/ea272a882be7f20cad58d5d78c215001617b7f07", - "reference": "ea272a882be7f20cad58d5d78c215001617b7f07", + "url": "https://api.github.com/repos/symfony/string/zipball/6cd670a6d968eaeb1c77c2e76091c45c56bc367b", + "reference": "6cd670a6d968eaeb1c77c2e76091c45c56bc367b", "shasum": "" }, "require": { @@ -4674,7 +4674,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v7.1.3" + "source": "https://github.com/symfony/string/tree/v7.1.4" }, "funding": [ { @@ -4690,7 +4690,7 @@ "type": "tidelift" } ], - "time": "2024-07-22T10:25:37+00:00" + "time": "2024-08-12T09:59:40+00:00" }, { "name": "theseer/tokenizer", diff --git a/clients/client/php/docs/Api/ProjectApi.md b/clients/client/php/docs/Api/ProjectApi.md index 71d587be01..0cec33a482 100644 --- a/clients/client/php/docs/Api/ProjectApi.md +++ b/clients/client/php/docs/Api/ProjectApi.md @@ -16,6 +16,7 @@ All URIs are relative to https://.projects.oryapis.com, except if the operation | [**listProjectApiKeys()**](ProjectApi.md#listProjectApiKeys) | **GET** /projects/{project}/tokens | List a project's API Tokens | | [**listProjects()**](ProjectApi.md#listProjects) | **GET** /projects | List All Projects | | [**patchProject()**](ProjectApi.md#patchProject) | **PATCH** /projects/{project_id} | Patch an Ory Network Project Configuration | +| [**patchProjectWithRevision()**](ProjectApi.md#patchProjectWithRevision) | **PATCH** /projects/{project_id}/revision/{revision_id} | Patch an Ory Network Project Configuration based on a revision ID | | [**purgeProject()**](ProjectApi.md#purgeProject) | **DELETE** /projects/{project_id} | Irrecoverably purge a project | | [**removeProjectMember()**](ProjectApi.md#removeProjectMember) | **DELETE** /projects/{project}/members/{member} | Remove a member associated with this project | | [**setProject()**](ProjectApi.md#setProject) | **PUT** /projects/{project_id} | Update an Ory Network Project Configuration | @@ -839,6 +840,77 @@ try { [[Back to Model list]](../../README.md#models) [[Back to README]](../../README.md) +## `patchProjectWithRevision()` + +```php +patchProjectWithRevision($projectId, $revisionId, $jsonPatch): \Ory\Client\Model\SuccessfulProjectUpdate +``` +### URI(s): +- https://api.console.ory.sh The Ory Network control plane API which is used to manage your Ory Network projects and workspaces. +Patch an Ory Network Project Configuration based on a revision ID + +This endpoints allows you to patch individual Ory Network Project configuration keys for Ory's services (identity, permission, ...). The configuration format is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version. If you have an older version of a configuration, you should set the version key in the payload! While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source. For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed. + +### Example + +```php +setAccessToken('YOUR_ACCESS_TOKEN'); + + +$apiInstance = new Ory\Client\Api\ProjectApi( + // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. + // This is optional, `GuzzleHttp\Client` will be used as default. + new GuzzleHttp\Client(), + $config +); +$projectId = 'projectId_example'; // string | Project ID The project's ID. +$revisionId = 'revisionId_example'; // string | Revision ID The revision ID that this patch was generated for. +$jsonPatch = array(new \Ory\Client\Model\JsonPatch()); // \Ory\Client\Model\JsonPatch[] + +$hostIndex = 0; +$variables = [ +]; + +try { + $result = $apiInstance->patchProjectWithRevision($projectId, $revisionId, $jsonPatch, $hostIndex, $variables); + print_r($result); +} catch (Exception $e) { + echo 'Exception when calling ProjectApi->patchProjectWithRevision: ', $e->getMessage(), PHP_EOL; +} +``` + +### Parameters + +| Name | Type | Description | Notes | +| ------------- | ------------- | ------------- | ------------- | +| **projectId** | **string**| Project ID The project's ID. | | +| **revisionId** | **string**| Revision ID The revision ID that this patch was generated for. | | +| **jsonPatch** | [**\Ory\Client\Model\JsonPatch[]**](../Model/JsonPatch.md)| | [optional] | +| hostIndex | null|int | Host index. Defaults to null. If null, then the library will use $this->hostIndex instead | [optional] | +| variables | array | Associative array of variables to pass to the host. Defaults to empty array. | [optional] | + +### Return type + +[**\Ory\Client\Model\SuccessfulProjectUpdate**](../Model/SuccessfulProjectUpdate.md) + +### Authorization + +[oryWorkspaceApiKey](../../README.md#oryWorkspaceApiKey) + +### HTTP request headers + +- **Content-Type**: `application/json` +- **Accept**: `application/json` + +[[Back to top]](#) [[Back to API list]](../../README.md#endpoints) +[[Back to Model list]](../../README.md#models) +[[Back to README]](../../README.md) + ## `purgeProject()` ```php diff --git a/clients/client/php/docs/Model/QuotaUsage.md b/clients/client/php/docs/Model/QuotaUsage.md index 10df489e83..17d666e4f9 100644 --- a/clients/client/php/docs/Model/QuotaUsage.md +++ b/clients/client/php/docs/Model/QuotaUsage.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **additionalPrice** | **string** | The additional price per unit in cents. | **canUseMore** | **bool** | | -**feature** | **string** | production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect | +**feature** | **string** | production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect | **featureAvailable** | **bool** | | **included** | **int** | | **used** | **int** | | diff --git a/clients/client/php/lib/Api/CourierApi.php b/clients/client/php/lib/Api/CourierApi.php index 0349edfe6d..ef0e71c50b 100644 --- a/clients/client/php/lib/Api/CourierApi.php +++ b/clients/client/php/lib/Api/CourierApi.php @@ -14,7 +14,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Api/EventsApi.php b/clients/client/php/lib/Api/EventsApi.php index 56edcbe09c..e7078eb380 100644 --- a/clients/client/php/lib/Api/EventsApi.php +++ b/clients/client/php/lib/Api/EventsApi.php @@ -14,7 +14,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Api/FrontendApi.php b/clients/client/php/lib/Api/FrontendApi.php index fa7f61461e..24383e91b2 100644 --- a/clients/client/php/lib/Api/FrontendApi.php +++ b/clients/client/php/lib/Api/FrontendApi.php @@ -14,7 +14,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Api/IdentityApi.php b/clients/client/php/lib/Api/IdentityApi.php index cf86699aa6..996a6ed694 100644 --- a/clients/client/php/lib/Api/IdentityApi.php +++ b/clients/client/php/lib/Api/IdentityApi.php @@ -14,7 +14,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Api/JwkApi.php b/clients/client/php/lib/Api/JwkApi.php index 8cebc8a025..111a9729db 100644 --- a/clients/client/php/lib/Api/JwkApi.php +++ b/clients/client/php/lib/Api/JwkApi.php @@ -14,7 +14,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Api/MetadataApi.php b/clients/client/php/lib/Api/MetadataApi.php index c6af66e964..17dc3b92ec 100644 --- a/clients/client/php/lib/Api/MetadataApi.php +++ b/clients/client/php/lib/Api/MetadataApi.php @@ -14,7 +14,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Api/OAuth2Api.php b/clients/client/php/lib/Api/OAuth2Api.php index f6fbb34e10..8e71d68c4b 100644 --- a/clients/client/php/lib/Api/OAuth2Api.php +++ b/clients/client/php/lib/Api/OAuth2Api.php @@ -14,7 +14,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Api/OidcApi.php b/clients/client/php/lib/Api/OidcApi.php index 5b6d139edb..74018f1bc4 100644 --- a/clients/client/php/lib/Api/OidcApi.php +++ b/clients/client/php/lib/Api/OidcApi.php @@ -14,7 +14,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Api/PermissionApi.php b/clients/client/php/lib/Api/PermissionApi.php index 4211f66a43..81f0b46f0e 100644 --- a/clients/client/php/lib/Api/PermissionApi.php +++ b/clients/client/php/lib/Api/PermissionApi.php @@ -14,7 +14,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Api/ProjectApi.php b/clients/client/php/lib/Api/ProjectApi.php index 853da71b72..7f90ed1e80 100644 --- a/clients/client/php/lib/Api/ProjectApi.php +++ b/clients/client/php/lib/Api/ProjectApi.php @@ -14,7 +14,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 @@ -108,6 +108,9 @@ class ProjectApi 'patchProject' => [ 'application/json', ], + 'patchProjectWithRevision' => [ + 'application/json', + ], 'purgeProject' => [ 'application/json', ], @@ -5695,6 +5698,580 @@ protected function getHostSettingsForpatchProject(): array ]; } + /** + * Operation patchProjectWithRevision + * + * Patch an Ory Network Project Configuration based on a revision ID + * + * This operation contains host(s) defined in the OpenAPI spec. Use 'hostIndex' to select the host. + * if needed, use the 'variables' parameter to pass variables to the host. + * URL: https://api.console.ory.sh + * + * @param string $projectId Project ID The project's ID. (required) + * @param string $revisionId Revision ID The revision ID that this patch was generated for. (required) + * @param \Ory\Client\Model\JsonPatch[] $jsonPatch jsonPatch (optional) + * @param null|int $hostIndex Host index. Defaults to null. If null, then the library will use $this->hostIndex instead + * @param array $variables Associative array of variables to pass to the host. Defaults to empty array. + * @param string $contentType The value for the Content-Type header. Check self::contentTypes['patchProjectWithRevision'] to see the possible values for this operation + * + * @throws \Ory\Client\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \InvalidArgumentException + * @return \Ory\Client\Model\SuccessfulProjectUpdate|\Ory\Client\Model\ErrorGeneric|\Ory\Client\Model\ErrorGeneric|\Ory\Client\Model\ErrorGeneric|\Ory\Client\Model\ErrorGeneric|\Ory\Client\Model\ErrorGeneric + */ + public function patchProjectWithRevision($projectId, $revisionId, $jsonPatch = null, ?int $hostIndex = null, array $variables = [], string $contentType = self::contentTypes['patchProjectWithRevision'][0]) + { + list($response) = $this->patchProjectWithRevisionWithHttpInfo($projectId, $revisionId, $jsonPatch, $hostIndex, $variables, $contentType); + return $response; + } + + /** + * Operation patchProjectWithRevisionWithHttpInfo + * + * Patch an Ory Network Project Configuration based on a revision ID + * + * This operation contains host(s) defined in the OpenAPI spec. Use 'hostIndex' to select the host. + * if needed, use the 'variables' parameter to pass variables to the host. + * URL: https://api.console.ory.sh + * + * @param string $projectId Project ID The project's ID. (required) + * @param string $revisionId Revision ID The revision ID that this patch was generated for. (required) + * @param \Ory\Client\Model\JsonPatch[] $jsonPatch (optional) + * @param null|int $hostIndex Host index. Defaults to null. If null, then the library will use $this->hostIndex instead + * @param array $variables Associative array of variables to pass to the host. Defaults to empty array. + * @param string $contentType The value for the Content-Type header. Check self::contentTypes['patchProjectWithRevision'] to see the possible values for this operation + * + * @throws \Ory\Client\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \InvalidArgumentException + * @return array of \Ory\Client\Model\SuccessfulProjectUpdate|\Ory\Client\Model\ErrorGeneric|\Ory\Client\Model\ErrorGeneric|\Ory\Client\Model\ErrorGeneric|\Ory\Client\Model\ErrorGeneric|\Ory\Client\Model\ErrorGeneric, HTTP status code, HTTP response headers (array of strings) + */ + public function patchProjectWithRevisionWithHttpInfo($projectId, $revisionId, $jsonPatch = null, ?int $hostIndex = null, array $variables = [], string $contentType = self::contentTypes['patchProjectWithRevision'][0]) + { + $request = $this->patchProjectWithRevisionRequest($projectId, $revisionId, $jsonPatch, $hostIndex, $variables, $contentType); + + try { + $options = $this->createHttpClientOption(); + try { + $response = $this->client->send($request, $options); + } catch (RequestException $e) { + throw new ApiException( + "[{$e->getCode()}] {$e->getMessage()}", + (int) $e->getCode(), + $e->getResponse() ? $e->getResponse()->getHeaders() : null, + $e->getResponse() ? (string) $e->getResponse()->getBody() : null + ); + } catch (ConnectException $e) { + throw new ApiException( + "[{$e->getCode()}] {$e->getMessage()}", + (int) $e->getCode(), + null, + null + ); + } + + $statusCode = $response->getStatusCode(); + + if ($statusCode < 200 || $statusCode > 299) { + throw new ApiException( + sprintf( + '[%d] Error connecting to the API (%s)', + $statusCode, + (string) $request->getUri() + ), + $statusCode, + $response->getHeaders(), + (string) $response->getBody() + ); + } + + switch($statusCode) { + case 200: + if ('\Ory\Client\Model\SuccessfulProjectUpdate' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + if ('\Ory\Client\Model\SuccessfulProjectUpdate' !== 'string') { + try { + $content = json_decode($content, false, 512, JSON_THROW_ON_ERROR); + } catch (\JsonException $exception) { + throw new ApiException( + sprintf( + 'Error JSON decoding server response (%s)', + $request->getUri() + ), + $statusCode, + $response->getHeaders(), + $content + ); + } + } + } + + return [ + ObjectSerializer::deserialize($content, '\Ory\Client\Model\SuccessfulProjectUpdate', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + case 400: + if ('\Ory\Client\Model\ErrorGeneric' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + if ('\Ory\Client\Model\ErrorGeneric' !== 'string') { + try { + $content = json_decode($content, false, 512, JSON_THROW_ON_ERROR); + } catch (\JsonException $exception) { + throw new ApiException( + sprintf( + 'Error JSON decoding server response (%s)', + $request->getUri() + ), + $statusCode, + $response->getHeaders(), + $content + ); + } + } + } + + return [ + ObjectSerializer::deserialize($content, '\Ory\Client\Model\ErrorGeneric', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + case 401: + if ('\Ory\Client\Model\ErrorGeneric' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + if ('\Ory\Client\Model\ErrorGeneric' !== 'string') { + try { + $content = json_decode($content, false, 512, JSON_THROW_ON_ERROR); + } catch (\JsonException $exception) { + throw new ApiException( + sprintf( + 'Error JSON decoding server response (%s)', + $request->getUri() + ), + $statusCode, + $response->getHeaders(), + $content + ); + } + } + } + + return [ + ObjectSerializer::deserialize($content, '\Ory\Client\Model\ErrorGeneric', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + case 403: + if ('\Ory\Client\Model\ErrorGeneric' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + if ('\Ory\Client\Model\ErrorGeneric' !== 'string') { + try { + $content = json_decode($content, false, 512, JSON_THROW_ON_ERROR); + } catch (\JsonException $exception) { + throw new ApiException( + sprintf( + 'Error JSON decoding server response (%s)', + $request->getUri() + ), + $statusCode, + $response->getHeaders(), + $content + ); + } + } + } + + return [ + ObjectSerializer::deserialize($content, '\Ory\Client\Model\ErrorGeneric', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + case 404: + if ('\Ory\Client\Model\ErrorGeneric' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + if ('\Ory\Client\Model\ErrorGeneric' !== 'string') { + try { + $content = json_decode($content, false, 512, JSON_THROW_ON_ERROR); + } catch (\JsonException $exception) { + throw new ApiException( + sprintf( + 'Error JSON decoding server response (%s)', + $request->getUri() + ), + $statusCode, + $response->getHeaders(), + $content + ); + } + } + } + + return [ + ObjectSerializer::deserialize($content, '\Ory\Client\Model\ErrorGeneric', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + default: + if ('\Ory\Client\Model\ErrorGeneric' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + if ('\Ory\Client\Model\ErrorGeneric' !== 'string') { + try { + $content = json_decode($content, false, 512, JSON_THROW_ON_ERROR); + } catch (\JsonException $exception) { + throw new ApiException( + sprintf( + 'Error JSON decoding server response (%s)', + $request->getUri() + ), + $statusCode, + $response->getHeaders(), + $content + ); + } + } + } + + return [ + ObjectSerializer::deserialize($content, '\Ory\Client\Model\ErrorGeneric', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + } + + $returnType = '\Ory\Client\Model\SuccessfulProjectUpdate'; + if ($returnType === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + if ($returnType !== 'string') { + try { + $content = json_decode($content, false, 512, JSON_THROW_ON_ERROR); + } catch (\JsonException $exception) { + throw new ApiException( + sprintf( + 'Error JSON decoding server response (%s)', + $request->getUri() + ), + $statusCode, + $response->getHeaders(), + $content + ); + } + } + } + + return [ + ObjectSerializer::deserialize($content, $returnType, []), + $response->getStatusCode(), + $response->getHeaders() + ]; + + } catch (ApiException $e) { + switch ($e->getCode()) { + case 200: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Ory\Client\Model\SuccessfulProjectUpdate', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + case 400: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Ory\Client\Model\ErrorGeneric', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + case 401: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Ory\Client\Model\ErrorGeneric', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + case 403: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Ory\Client\Model\ErrorGeneric', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + case 404: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Ory\Client\Model\ErrorGeneric', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + default: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\Ory\Client\Model\ErrorGeneric', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + } + throw $e; + } + } + + /** + * Operation patchProjectWithRevisionAsync + * + * Patch an Ory Network Project Configuration based on a revision ID + * + * This operation contains host(s) defined in the OpenAPI spec. Use 'hostIndex' to select the host. + * if needed, use the 'variables' parameter to pass variables to the host. + * URL: https://api.console.ory.sh + * + * @param string $projectId Project ID The project's ID. (required) + * @param string $revisionId Revision ID The revision ID that this patch was generated for. (required) + * @param \Ory\Client\Model\JsonPatch[] $jsonPatch (optional) + * @param null|int $hostIndex Host index. Defaults to null. If null, then the library will use $this->hostIndex instead + * @param array $variables Associative array of variables to pass to the host. Defaults to empty array. + * @param string $contentType The value for the Content-Type header. Check self::contentTypes['patchProjectWithRevision'] to see the possible values for this operation + * + * @throws \InvalidArgumentException + * @return \GuzzleHttp\Promise\PromiseInterface + */ + public function patchProjectWithRevisionAsync($projectId, $revisionId, $jsonPatch = null, ?int $hostIndex = null, array $variables = [], string $contentType = self::contentTypes['patchProjectWithRevision'][0]) + { + return $this->patchProjectWithRevisionAsyncWithHttpInfo($projectId, $revisionId, $jsonPatch, $hostIndex, $variables, $contentType) + ->then( + function ($response) { + return $response[0]; + } + ); + } + + /** + * Operation patchProjectWithRevisionAsyncWithHttpInfo + * + * Patch an Ory Network Project Configuration based on a revision ID + * + * This operation contains host(s) defined in the OpenAPI spec. Use 'hostIndex' to select the host. + * if needed, use the 'variables' parameter to pass variables to the host. + * URL: https://api.console.ory.sh + * + * @param string $projectId Project ID The project's ID. (required) + * @param string $revisionId Revision ID The revision ID that this patch was generated for. (required) + * @param \Ory\Client\Model\JsonPatch[] $jsonPatch (optional) + * @param null|int $hostIndex Host index. Defaults to null. If null, then the library will use $this->hostIndex instead + * @param array $variables Associative array of variables to pass to the host. Defaults to empty array. + * @param string $contentType The value for the Content-Type header. Check self::contentTypes['patchProjectWithRevision'] to see the possible values for this operation + * + * @throws \InvalidArgumentException + * @return \GuzzleHttp\Promise\PromiseInterface + */ + public function patchProjectWithRevisionAsyncWithHttpInfo($projectId, $revisionId, $jsonPatch = null, ?int $hostIndex = null, array $variables = [], string $contentType = self::contentTypes['patchProjectWithRevision'][0]) + { + $returnType = '\Ory\Client\Model\SuccessfulProjectUpdate'; + $request = $this->patchProjectWithRevisionRequest($projectId, $revisionId, $jsonPatch, $hostIndex, $variables, $contentType); + + return $this->client + ->sendAsync($request, $this->createHttpClientOption()) + ->then( + function ($response) use ($returnType) { + if ($returnType === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + if ($returnType !== 'string') { + $content = json_decode($content); + } + } + + return [ + ObjectSerializer::deserialize($content, $returnType, []), + $response->getStatusCode(), + $response->getHeaders() + ]; + }, + function ($exception) { + $response = $exception->getResponse(); + $statusCode = $response->getStatusCode(); + throw new ApiException( + sprintf( + '[%d] Error connecting to the API (%s)', + $statusCode, + $exception->getRequest()->getUri() + ), + $statusCode, + $response->getHeaders(), + (string) $response->getBody() + ); + } + ); + } + + /** + * Create request for operation 'patchProjectWithRevision' + * + * This operation contains host(s) defined in the OpenAPI spec. Use 'hostIndex' to select the host. + * if needed, use the 'variables' parameter to pass variables to the host. + * URL: https://api.console.ory.sh + * + * @param string $projectId Project ID The project's ID. (required) + * @param string $revisionId Revision ID The revision ID that this patch was generated for. (required) + * @param \Ory\Client\Model\JsonPatch[] $jsonPatch (optional) + * @param null|int $hostIndex Host index. Defaults to null. If null, then the library will use $this->hostIndex instead + * @param array $variables Associative array of variables to pass to the host. Defaults to empty array. + * @param string $contentType The value for the Content-Type header. Check self::contentTypes['patchProjectWithRevision'] to see the possible values for this operation + * + * @throws \InvalidArgumentException + * @return \GuzzleHttp\Psr7\Request + */ + public function patchProjectWithRevisionRequest($projectId, $revisionId, $jsonPatch = null, ?int $hostIndex = null, array $variables = [], string $contentType = self::contentTypes['patchProjectWithRevision'][0]) + { + + // verify the required parameter 'projectId' is set + if ($projectId === null || (is_array($projectId) && count($projectId) === 0)) { + throw new \InvalidArgumentException( + 'Missing the required parameter $projectId when calling patchProjectWithRevision' + ); + } + + // verify the required parameter 'revisionId' is set + if ($revisionId === null || (is_array($revisionId) && count($revisionId) === 0)) { + throw new \InvalidArgumentException( + 'Missing the required parameter $revisionId when calling patchProjectWithRevision' + ); + } + + + + $resourcePath = '/projects/{project_id}/revision/{revision_id}'; + $formParams = []; + $queryParams = []; + $headerParams = []; + $httpBody = ''; + $multipart = false; + + + + // path params + if ($projectId !== null) { + $resourcePath = str_replace( + '{' . 'project_id' . '}', + ObjectSerializer::toPathValue($projectId), + $resourcePath + ); + } + // path params + if ($revisionId !== null) { + $resourcePath = str_replace( + '{' . 'revision_id' . '}', + ObjectSerializer::toPathValue($revisionId), + $resourcePath + ); + } + + + $headers = $this->headerSelector->selectHeaders( + ['application/json', ], + $contentType, + $multipart + ); + + // for model (json/xml) + if (isset($jsonPatch)) { + if (stripos($headers['Content-Type'], 'application/json') !== false) { + # if Content-Type contains "application/json", json_encode the body + $httpBody = \GuzzleHttp\Utils::jsonEncode(ObjectSerializer::sanitizeForSerialization($jsonPatch)); + } else { + $httpBody = $jsonPatch; + } + } elseif (count($formParams) > 0) { + if ($multipart) { + $multipartContents = []; + foreach ($formParams as $formParamName => $formParamValue) { + $formParamValueItems = is_array($formParamValue) ? $formParamValue : [$formParamValue]; + foreach ($formParamValueItems as $formParamValueItem) { + $multipartContents[] = [ + 'name' => $formParamName, + 'contents' => $formParamValueItem + ]; + } + } + // for HTTP post (form) + $httpBody = new MultipartStream($multipartContents); + + } elseif (stripos($headers['Content-Type'], 'application/json') !== false) { + # if Content-Type contains "application/json", json_encode the form parameters + $httpBody = \GuzzleHttp\Utils::jsonEncode($formParams); + } else { + // for HTTP post (form) + $httpBody = ObjectSerializer::buildQuery($formParams); + } + } + + // this endpoint requires Bearer authentication (access token) + if (!empty($this->config->getAccessToken())) { + $headers['Authorization'] = 'Bearer ' . $this->config->getAccessToken(); + } + + $defaultHeaders = []; + if ($this->config->getUserAgent()) { + $defaultHeaders['User-Agent'] = $this->config->getUserAgent(); + } + + $headers = array_merge( + $defaultHeaders, + $headerParams, + $headers + ); + + # Preserve the original behavior of server indexing. + if ($hostIndex === null) { + $hostIndex = $this->hostIndex; + } + + $hostSettings = $this->getHostSettingsForpatchProjectWithRevision(); + + if ($hostIndex < 0 || $hostIndex >= count($hostSettings)) { + throw new \InvalidArgumentException("Invalid index {$hostIndex} when selecting the host. Must be less than ".count($hostSettings)); + } + $operationHost = Configuration::getHostString($hostSettings, $hostIndex, $variables); + $query = ObjectSerializer::buildQuery($queryParams); + return new Request( + 'PATCH', + $operationHost . $resourcePath . ($query ? "?{$query}" : ''), + $headers, + $httpBody + ); + } + + /** + * Returns an array of host settings for Operation patchProjectWithRevision + * + * @return array an array of host settings + */ + protected function getHostSettingsForpatchProjectWithRevision(): array + { + return [ + [ + "url" => "https://api.console.ory.sh", + "description" => "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces.", + ] + ]; + } + /** * Operation purgeProject * diff --git a/clients/client/php/lib/Api/RelationshipApi.php b/clients/client/php/lib/Api/RelationshipApi.php index 06df49ea91..97c8a6b798 100644 --- a/clients/client/php/lib/Api/RelationshipApi.php +++ b/clients/client/php/lib/Api/RelationshipApi.php @@ -14,7 +14,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Api/WellknownApi.php b/clients/client/php/lib/Api/WellknownApi.php index d3cf64489f..b710e90109 100644 --- a/clients/client/php/lib/Api/WellknownApi.php +++ b/clients/client/php/lib/Api/WellknownApi.php @@ -14,7 +14,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Api/WorkspaceApi.php b/clients/client/php/lib/Api/WorkspaceApi.php index fae981cb97..e47deaa818 100644 --- a/clients/client/php/lib/Api/WorkspaceApi.php +++ b/clients/client/php/lib/Api/WorkspaceApi.php @@ -14,7 +14,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/ApiException.php b/clients/client/php/lib/ApiException.php index fd4f37c393..f5f41b1590 100644 --- a/clients/client/php/lib/ApiException.php +++ b/clients/client/php/lib/ApiException.php @@ -14,7 +14,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Configuration.php b/clients/client/php/lib/Configuration.php index b81d317936..7c6b35d85a 100644 --- a/clients/client/php/lib/Configuration.php +++ b/clients/client/php/lib/Configuration.php @@ -14,7 +14,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 @@ -433,7 +433,7 @@ public static function toDebugReport() $report = 'PHP SDK (Ory\Client) Debug Report:' . PHP_EOL; $report .= ' OS: ' . php_uname() . PHP_EOL; $report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL; - $report .= ' The version of the OpenAPI document: v1.14.5' . PHP_EOL; + $report .= ' The version of the OpenAPI document: v1.15.0' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; return $report; diff --git a/clients/client/php/lib/HeaderSelector.php b/clients/client/php/lib/HeaderSelector.php index 7343a97447..ed3549e992 100644 --- a/clients/client/php/lib/HeaderSelector.php +++ b/clients/client/php/lib/HeaderSelector.php @@ -14,7 +14,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/AcceptOAuth2ConsentRequest.php b/clients/client/php/lib/Model/AcceptOAuth2ConsentRequest.php index 7af239300a..cc035c5050 100644 --- a/clients/client/php/lib/Model/AcceptOAuth2ConsentRequest.php +++ b/clients/client/php/lib/Model/AcceptOAuth2ConsentRequest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/AcceptOAuth2ConsentRequestSession.php b/clients/client/php/lib/Model/AcceptOAuth2ConsentRequestSession.php index 67873ce985..a714ec5d7b 100644 --- a/clients/client/php/lib/Model/AcceptOAuth2ConsentRequestSession.php +++ b/clients/client/php/lib/Model/AcceptOAuth2ConsentRequestSession.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/AcceptOAuth2LoginRequest.php b/clients/client/php/lib/Model/AcceptOAuth2LoginRequest.php index 2aa64d43ae..70d38458f9 100644 --- a/clients/client/php/lib/Model/AcceptOAuth2LoginRequest.php +++ b/clients/client/php/lib/Model/AcceptOAuth2LoginRequest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/AccountExperienceConfiguration.php b/clients/client/php/lib/Model/AccountExperienceConfiguration.php index 6939cd51fe..1b1cbe1327 100644 --- a/clients/client/php/lib/Model/AccountExperienceConfiguration.php +++ b/clients/client/php/lib/Model/AccountExperienceConfiguration.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/AccountExperienceThemeVariables.php b/clients/client/php/lib/Model/AccountExperienceThemeVariables.php index 31d1c2eba7..93d405efc3 100644 --- a/clients/client/php/lib/Model/AccountExperienceThemeVariables.php +++ b/clients/client/php/lib/Model/AccountExperienceThemeVariables.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ActiveProjectInConsole.php b/clients/client/php/lib/Model/ActiveProjectInConsole.php index 08a523c6a3..f4a7e0b86e 100644 --- a/clients/client/php/lib/Model/ActiveProjectInConsole.php +++ b/clients/client/php/lib/Model/ActiveProjectInConsole.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/AddProjectToWorkspaceBody.php b/clients/client/php/lib/Model/AddProjectToWorkspaceBody.php index 9ab11c94e3..2e6ca1ba58 100644 --- a/clients/client/php/lib/Model/AddProjectToWorkspaceBody.php +++ b/clients/client/php/lib/Model/AddProjectToWorkspaceBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/Attribute.php b/clients/client/php/lib/Model/Attribute.php index 69bfe9ede9..485d1d776b 100644 --- a/clients/client/php/lib/Model/Attribute.php +++ b/clients/client/php/lib/Model/Attribute.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/AttributeFilter.php b/clients/client/php/lib/Model/AttributeFilter.php index 51195ae50c..751efa2b90 100644 --- a/clients/client/php/lib/Model/AttributeFilter.php +++ b/clients/client/php/lib/Model/AttributeFilter.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/AttributesCountDatapoint.php b/clients/client/php/lib/Model/AttributesCountDatapoint.php index 54ff5f3445..b5c056e053 100644 --- a/clients/client/php/lib/Model/AttributesCountDatapoint.php +++ b/clients/client/php/lib/Model/AttributesCountDatapoint.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/AuthenticatorAssuranceLevel.php b/clients/client/php/lib/Model/AuthenticatorAssuranceLevel.php index 907cc67ba1..64dee12c49 100644 --- a/clients/client/php/lib/Model/AuthenticatorAssuranceLevel.php +++ b/clients/client/php/lib/Model/AuthenticatorAssuranceLevel.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/BatchCheckPermissionBody.php b/clients/client/php/lib/Model/BatchCheckPermissionBody.php index 754b5127c4..d15ea9a1b7 100644 --- a/clients/client/php/lib/Model/BatchCheckPermissionBody.php +++ b/clients/client/php/lib/Model/BatchCheckPermissionBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/BatchCheckPermissionResult.php b/clients/client/php/lib/Model/BatchCheckPermissionResult.php index 8be522d6a9..2343a410ef 100644 --- a/clients/client/php/lib/Model/BatchCheckPermissionResult.php +++ b/clients/client/php/lib/Model/BatchCheckPermissionResult.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/BatchPatchIdentitiesResponse.php b/clients/client/php/lib/Model/BatchPatchIdentitiesResponse.php index 9a5c3433c9..812fac10b6 100644 --- a/clients/client/php/lib/Model/BatchPatchIdentitiesResponse.php +++ b/clients/client/php/lib/Model/BatchPatchIdentitiesResponse.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/BillingPeriodBucket.php b/clients/client/php/lib/Model/BillingPeriodBucket.php index abd7aa43c1..0a502a524f 100644 --- a/clients/client/php/lib/Model/BillingPeriodBucket.php +++ b/clients/client/php/lib/Model/BillingPeriodBucket.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/CheckOplSyntaxResult.php b/clients/client/php/lib/Model/CheckOplSyntaxResult.php index 79a6627926..7e749f0a89 100644 --- a/clients/client/php/lib/Model/CheckOplSyntaxResult.php +++ b/clients/client/php/lib/Model/CheckOplSyntaxResult.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/CheckPermissionResult.php b/clients/client/php/lib/Model/CheckPermissionResult.php index e51a78da87..eebff72efc 100644 --- a/clients/client/php/lib/Model/CheckPermissionResult.php +++ b/clients/client/php/lib/Model/CheckPermissionResult.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/CheckPermissionResultWithError.php b/clients/client/php/lib/Model/CheckPermissionResultWithError.php index 3075ca011c..b6cb6a7ebb 100644 --- a/clients/client/php/lib/Model/CheckPermissionResultWithError.php +++ b/clients/client/php/lib/Model/CheckPermissionResultWithError.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/CloudAccount.php b/clients/client/php/lib/Model/CloudAccount.php index 409f09a10b..f3eab77f7c 100644 --- a/clients/client/php/lib/Model/CloudAccount.php +++ b/clients/client/php/lib/Model/CloudAccount.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ConsistencyRequestParameters.php b/clients/client/php/lib/Model/ConsistencyRequestParameters.php index 096fbfa137..29097787e6 100644 --- a/clients/client/php/lib/Model/ConsistencyRequestParameters.php +++ b/clients/client/php/lib/Model/ConsistencyRequestParameters.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ContinueWith.php b/clients/client/php/lib/Model/ContinueWith.php index 1e01ddb7ed..ff10c3da9a 100644 --- a/clients/client/php/lib/Model/ContinueWith.php +++ b/clients/client/php/lib/Model/ContinueWith.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ContinueWithRecoveryUi.php b/clients/client/php/lib/Model/ContinueWithRecoveryUi.php index 802ef46ebb..3fec31cef2 100644 --- a/clients/client/php/lib/Model/ContinueWithRecoveryUi.php +++ b/clients/client/php/lib/Model/ContinueWithRecoveryUi.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ContinueWithRecoveryUiFlow.php b/clients/client/php/lib/Model/ContinueWithRecoveryUiFlow.php index 65e6fcab30..eb9b582099 100644 --- a/clients/client/php/lib/Model/ContinueWithRecoveryUiFlow.php +++ b/clients/client/php/lib/Model/ContinueWithRecoveryUiFlow.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ContinueWithRedirectBrowserTo.php b/clients/client/php/lib/Model/ContinueWithRedirectBrowserTo.php index 8d0eb3efea..fe298e74f7 100644 --- a/clients/client/php/lib/Model/ContinueWithRedirectBrowserTo.php +++ b/clients/client/php/lib/Model/ContinueWithRedirectBrowserTo.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ContinueWithSetOrySessionToken.php b/clients/client/php/lib/Model/ContinueWithSetOrySessionToken.php index 9463a0e6c8..797288109b 100644 --- a/clients/client/php/lib/Model/ContinueWithSetOrySessionToken.php +++ b/clients/client/php/lib/Model/ContinueWithSetOrySessionToken.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ContinueWithSettingsUi.php b/clients/client/php/lib/Model/ContinueWithSettingsUi.php index 2761880b5e..5484fe1da4 100644 --- a/clients/client/php/lib/Model/ContinueWithSettingsUi.php +++ b/clients/client/php/lib/Model/ContinueWithSettingsUi.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ContinueWithSettingsUiFlow.php b/clients/client/php/lib/Model/ContinueWithSettingsUiFlow.php index 89289f7014..2a229b3464 100644 --- a/clients/client/php/lib/Model/ContinueWithSettingsUiFlow.php +++ b/clients/client/php/lib/Model/ContinueWithSettingsUiFlow.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ContinueWithVerificationUi.php b/clients/client/php/lib/Model/ContinueWithVerificationUi.php index 76ec6a02db..78682e7047 100644 --- a/clients/client/php/lib/Model/ContinueWithVerificationUi.php +++ b/clients/client/php/lib/Model/ContinueWithVerificationUi.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ContinueWithVerificationUiFlow.php b/clients/client/php/lib/Model/ContinueWithVerificationUiFlow.php index e9be4e5b35..564a852c7a 100644 --- a/clients/client/php/lib/Model/ContinueWithVerificationUiFlow.php +++ b/clients/client/php/lib/Model/ContinueWithVerificationUiFlow.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/CourierMessageStatus.php b/clients/client/php/lib/Model/CourierMessageStatus.php index adf3fca3f6..f207e65e3f 100644 --- a/clients/client/php/lib/Model/CourierMessageStatus.php +++ b/clients/client/php/lib/Model/CourierMessageStatus.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/CourierMessageType.php b/clients/client/php/lib/Model/CourierMessageType.php index 54b1d38ea0..e8b8d6e20a 100644 --- a/clients/client/php/lib/Model/CourierMessageType.php +++ b/clients/client/php/lib/Model/CourierMessageType.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/CreateCustomDomainBody.php b/clients/client/php/lib/Model/CreateCustomDomainBody.php index 45af95e3c2..da6a200a40 100644 --- a/clients/client/php/lib/Model/CreateCustomDomainBody.php +++ b/clients/client/php/lib/Model/CreateCustomDomainBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/CreateEventStreamBody.php b/clients/client/php/lib/Model/CreateEventStreamBody.php index d77e6fc87e..d7841b0ccf 100644 --- a/clients/client/php/lib/Model/CreateEventStreamBody.php +++ b/clients/client/php/lib/Model/CreateEventStreamBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/CreateIdentityBody.php b/clients/client/php/lib/Model/CreateIdentityBody.php index eafb6e9a6d..c658d7d231 100644 --- a/clients/client/php/lib/Model/CreateIdentityBody.php +++ b/clients/client/php/lib/Model/CreateIdentityBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/CreateInviteResponse.php b/clients/client/php/lib/Model/CreateInviteResponse.php index ab8290e1f2..5f56eb6e82 100644 --- a/clients/client/php/lib/Model/CreateInviteResponse.php +++ b/clients/client/php/lib/Model/CreateInviteResponse.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/CreateJsonWebKeySet.php b/clients/client/php/lib/Model/CreateJsonWebKeySet.php index a37d8d1093..1cdccbe07b 100644 --- a/clients/client/php/lib/Model/CreateJsonWebKeySet.php +++ b/clients/client/php/lib/Model/CreateJsonWebKeySet.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/CreateProjectApiKeyRequest.php b/clients/client/php/lib/Model/CreateProjectApiKeyRequest.php index 6dac90fdaf..d994bd66b6 100644 --- a/clients/client/php/lib/Model/CreateProjectApiKeyRequest.php +++ b/clients/client/php/lib/Model/CreateProjectApiKeyRequest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/CreateProjectBody.php b/clients/client/php/lib/Model/CreateProjectBody.php index 0ffd904d05..afb10545f7 100644 --- a/clients/client/php/lib/Model/CreateProjectBody.php +++ b/clients/client/php/lib/Model/CreateProjectBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/CreateProjectBranding.php b/clients/client/php/lib/Model/CreateProjectBranding.php index 352a09fe4d..1f58f1b9c4 100644 --- a/clients/client/php/lib/Model/CreateProjectBranding.php +++ b/clients/client/php/lib/Model/CreateProjectBranding.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/CreateProjectMemberInviteBody.php b/clients/client/php/lib/Model/CreateProjectMemberInviteBody.php index e940a18308..aeae539cfa 100644 --- a/clients/client/php/lib/Model/CreateProjectMemberInviteBody.php +++ b/clients/client/php/lib/Model/CreateProjectMemberInviteBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/CreateProjectNormalizedPayload.php b/clients/client/php/lib/Model/CreateProjectNormalizedPayload.php index 7b325c82ac..c20e1bbfea 100644 --- a/clients/client/php/lib/Model/CreateProjectNormalizedPayload.php +++ b/clients/client/php/lib/Model/CreateProjectNormalizedPayload.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/CreateRecoveryCodeForIdentityBody.php b/clients/client/php/lib/Model/CreateRecoveryCodeForIdentityBody.php index 58d9f7e727..22be9555d9 100644 --- a/clients/client/php/lib/Model/CreateRecoveryCodeForIdentityBody.php +++ b/clients/client/php/lib/Model/CreateRecoveryCodeForIdentityBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/CreateRecoveryLinkForIdentityBody.php b/clients/client/php/lib/Model/CreateRecoveryLinkForIdentityBody.php index 74c2cf8dad..f45b3a056d 100644 --- a/clients/client/php/lib/Model/CreateRecoveryLinkForIdentityBody.php +++ b/clients/client/php/lib/Model/CreateRecoveryLinkForIdentityBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/CreateRelationshipBody.php b/clients/client/php/lib/Model/CreateRelationshipBody.php index 51839ea9fa..5ea6e27cc7 100644 --- a/clients/client/php/lib/Model/CreateRelationshipBody.php +++ b/clients/client/php/lib/Model/CreateRelationshipBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/CreateSubscriptionBody.php b/clients/client/php/lib/Model/CreateSubscriptionBody.php index 367cbb66bc..3984bb236f 100644 --- a/clients/client/php/lib/Model/CreateSubscriptionBody.php +++ b/clients/client/php/lib/Model/CreateSubscriptionBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/CreateSubscriptionCommon.php b/clients/client/php/lib/Model/CreateSubscriptionCommon.php index 2e0705e453..163ec8a85a 100644 --- a/clients/client/php/lib/Model/CreateSubscriptionCommon.php +++ b/clients/client/php/lib/Model/CreateSubscriptionCommon.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/CreateVerifiableCredentialRequestBody.php b/clients/client/php/lib/Model/CreateVerifiableCredentialRequestBody.php index 01ce3f5c22..891c423656 100644 --- a/clients/client/php/lib/Model/CreateVerifiableCredentialRequestBody.php +++ b/clients/client/php/lib/Model/CreateVerifiableCredentialRequestBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/CreateWorkspaceApiKeyBody.php b/clients/client/php/lib/Model/CreateWorkspaceApiKeyBody.php index c577771b28..0d5a78f4ed 100644 --- a/clients/client/php/lib/Model/CreateWorkspaceApiKeyBody.php +++ b/clients/client/php/lib/Model/CreateWorkspaceApiKeyBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/CreateWorkspaceBody.php b/clients/client/php/lib/Model/CreateWorkspaceBody.php index a9fd7598c2..6b5035022b 100644 --- a/clients/client/php/lib/Model/CreateWorkspaceBody.php +++ b/clients/client/php/lib/Model/CreateWorkspaceBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/CreateWorkspaceMemberInviteBody.php b/clients/client/php/lib/Model/CreateWorkspaceMemberInviteBody.php index 74950567fd..4e4d4a4bb7 100644 --- a/clients/client/php/lib/Model/CreateWorkspaceMemberInviteBody.php +++ b/clients/client/php/lib/Model/CreateWorkspaceMemberInviteBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/CreateWorkspaceSubscriptionBody.php b/clients/client/php/lib/Model/CreateWorkspaceSubscriptionBody.php index f33740339c..89cdfaa0a6 100644 --- a/clients/client/php/lib/Model/CreateWorkspaceSubscriptionBody.php +++ b/clients/client/php/lib/Model/CreateWorkspaceSubscriptionBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/CredentialSupportedDraft00.php b/clients/client/php/lib/Model/CredentialSupportedDraft00.php index ccddded5dc..3db4438eeb 100644 --- a/clients/client/php/lib/Model/CredentialSupportedDraft00.php +++ b/clients/client/php/lib/Model/CredentialSupportedDraft00.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/CustomDomain.php b/clients/client/php/lib/Model/CustomDomain.php index 96e7df601f..6772cb37b2 100644 --- a/clients/client/php/lib/Model/CustomDomain.php +++ b/clients/client/php/lib/Model/CustomDomain.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/DeleteMySessionsCount.php b/clients/client/php/lib/Model/DeleteMySessionsCount.php index 85dc9d3a85..3949dc3b0c 100644 --- a/clients/client/php/lib/Model/DeleteMySessionsCount.php +++ b/clients/client/php/lib/Model/DeleteMySessionsCount.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/EmailTemplateData.php b/clients/client/php/lib/Model/EmailTemplateData.php index 6a05e6cc2f..014c1bf060 100644 --- a/clients/client/php/lib/Model/EmailTemplateData.php +++ b/clients/client/php/lib/Model/EmailTemplateData.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/EmailTemplateDataBody.php b/clients/client/php/lib/Model/EmailTemplateDataBody.php index b05405336d..420e7dc94d 100644 --- a/clients/client/php/lib/Model/EmailTemplateDataBody.php +++ b/clients/client/php/lib/Model/EmailTemplateDataBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ErrorAuthenticatorAssuranceLevelNotSatisfied.php b/clients/client/php/lib/Model/ErrorAuthenticatorAssuranceLevelNotSatisfied.php index b3313807bc..0c5c8dbbaf 100644 --- a/clients/client/php/lib/Model/ErrorAuthenticatorAssuranceLevelNotSatisfied.php +++ b/clients/client/php/lib/Model/ErrorAuthenticatorAssuranceLevelNotSatisfied.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ErrorBrowserLocationChangeRequired.php b/clients/client/php/lib/Model/ErrorBrowserLocationChangeRequired.php index 2ad2d9183e..aff580789d 100644 --- a/clients/client/php/lib/Model/ErrorBrowserLocationChangeRequired.php +++ b/clients/client/php/lib/Model/ErrorBrowserLocationChangeRequired.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ErrorFlowReplaced.php b/clients/client/php/lib/Model/ErrorFlowReplaced.php index 8ccf6749c9..f28b847545 100644 --- a/clients/client/php/lib/Model/ErrorFlowReplaced.php +++ b/clients/client/php/lib/Model/ErrorFlowReplaced.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ErrorGeneric.php b/clients/client/php/lib/Model/ErrorGeneric.php index a0d9a4244f..64628788c6 100644 --- a/clients/client/php/lib/Model/ErrorGeneric.php +++ b/clients/client/php/lib/Model/ErrorGeneric.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ErrorOAuth2.php b/clients/client/php/lib/Model/ErrorOAuth2.php index 9d542fdfab..4fa8fdb027 100644 --- a/clients/client/php/lib/Model/ErrorOAuth2.php +++ b/clients/client/php/lib/Model/ErrorOAuth2.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/EventStream.php b/clients/client/php/lib/Model/EventStream.php index 29a49918f9..b856e00b69 100644 --- a/clients/client/php/lib/Model/EventStream.php +++ b/clients/client/php/lib/Model/EventStream.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ExpandedPermissionTree.php b/clients/client/php/lib/Model/ExpandedPermissionTree.php index d66c47a144..8b7d7c7d29 100644 --- a/clients/client/php/lib/Model/ExpandedPermissionTree.php +++ b/clients/client/php/lib/Model/ExpandedPermissionTree.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/FlowError.php b/clients/client/php/lib/Model/FlowError.php index 4d98c60e8a..aad20e7359 100644 --- a/clients/client/php/lib/Model/FlowError.php +++ b/clients/client/php/lib/Model/FlowError.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/GenericError.php b/clients/client/php/lib/Model/GenericError.php index 5a44fb120d..a8cc65bc64 100644 --- a/clients/client/php/lib/Model/GenericError.php +++ b/clients/client/php/lib/Model/GenericError.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/GenericErrorContent.php b/clients/client/php/lib/Model/GenericErrorContent.php index 5dccc7ff60..41d8b03e64 100644 --- a/clients/client/php/lib/Model/GenericErrorContent.php +++ b/clients/client/php/lib/Model/GenericErrorContent.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/GenericUsage.php b/clients/client/php/lib/Model/GenericUsage.php index 60bcf0ebd4..71717d25f8 100644 --- a/clients/client/php/lib/Model/GenericUsage.php +++ b/clients/client/php/lib/Model/GenericUsage.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/GetAttributesCountResponse.php b/clients/client/php/lib/Model/GetAttributesCountResponse.php index 871a35141d..398cba91cf 100644 --- a/clients/client/php/lib/Model/GetAttributesCountResponse.php +++ b/clients/client/php/lib/Model/GetAttributesCountResponse.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/GetManagedIdentitySchemaLocation.php b/clients/client/php/lib/Model/GetManagedIdentitySchemaLocation.php index 5ec1729371..4c2d3545a7 100644 --- a/clients/client/php/lib/Model/GetManagedIdentitySchemaLocation.php +++ b/clients/client/php/lib/Model/GetManagedIdentitySchemaLocation.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/GetMetricsEventAttributesResponse.php b/clients/client/php/lib/Model/GetMetricsEventAttributesResponse.php index dc21163a18..815f447a31 100644 --- a/clients/client/php/lib/Model/GetMetricsEventAttributesResponse.php +++ b/clients/client/php/lib/Model/GetMetricsEventAttributesResponse.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/GetMetricsEventTypesResponse.php b/clients/client/php/lib/Model/GetMetricsEventTypesResponse.php index 94c759f042..ffe4ec8f94 100644 --- a/clients/client/php/lib/Model/GetMetricsEventTypesResponse.php +++ b/clients/client/php/lib/Model/GetMetricsEventTypesResponse.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/GetOrganizationResponse.php b/clients/client/php/lib/Model/GetOrganizationResponse.php index 08c88f52f7..070d0f1705 100644 --- a/clients/client/php/lib/Model/GetOrganizationResponse.php +++ b/clients/client/php/lib/Model/GetOrganizationResponse.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/GetProjectEventsBody.php b/clients/client/php/lib/Model/GetProjectEventsBody.php index f443568099..889aee7294 100644 --- a/clients/client/php/lib/Model/GetProjectEventsBody.php +++ b/clients/client/php/lib/Model/GetProjectEventsBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/GetProjectEventsResponse.php b/clients/client/php/lib/Model/GetProjectEventsResponse.php index d2af97ad8f..62544be4db 100644 --- a/clients/client/php/lib/Model/GetProjectEventsResponse.php +++ b/clients/client/php/lib/Model/GetProjectEventsResponse.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/GetProjectMetricsResponse.php b/clients/client/php/lib/Model/GetProjectMetricsResponse.php index b900aa7b38..cc0f17edcc 100644 --- a/clients/client/php/lib/Model/GetProjectMetricsResponse.php +++ b/clients/client/php/lib/Model/GetProjectMetricsResponse.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/GetSessionActivityResponse.php b/clients/client/php/lib/Model/GetSessionActivityResponse.php index 41d1554b89..66713e6217 100644 --- a/clients/client/php/lib/Model/GetSessionActivityResponse.php +++ b/clients/client/php/lib/Model/GetSessionActivityResponse.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/GetVersion200Response.php b/clients/client/php/lib/Model/GetVersion200Response.php index 98d86c54bc..43ad73ef69 100644 --- a/clients/client/php/lib/Model/GetVersion200Response.php +++ b/clients/client/php/lib/Model/GetVersion200Response.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/HealthNotReadyStatus.php b/clients/client/php/lib/Model/HealthNotReadyStatus.php index 149bc411e3..af520a3685 100644 --- a/clients/client/php/lib/Model/HealthNotReadyStatus.php +++ b/clients/client/php/lib/Model/HealthNotReadyStatus.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/HealthStatus.php b/clients/client/php/lib/Model/HealthStatus.php index b30ba8c566..0eb8782068 100644 --- a/clients/client/php/lib/Model/HealthStatus.php +++ b/clients/client/php/lib/Model/HealthStatus.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/Identity.php b/clients/client/php/lib/Model/Identity.php index 0dd671af79..7e19d7331c 100644 --- a/clients/client/php/lib/Model/Identity.php +++ b/clients/client/php/lib/Model/Identity.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/IdentityCredentials.php b/clients/client/php/lib/Model/IdentityCredentials.php index 3908574126..68302dd1f8 100644 --- a/clients/client/php/lib/Model/IdentityCredentials.php +++ b/clients/client/php/lib/Model/IdentityCredentials.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/IdentityCredentialsCode.php b/clients/client/php/lib/Model/IdentityCredentialsCode.php index 2f81586f20..1d1a47eef5 100644 --- a/clients/client/php/lib/Model/IdentityCredentialsCode.php +++ b/clients/client/php/lib/Model/IdentityCredentialsCode.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/IdentityCredentialsOidc.php b/clients/client/php/lib/Model/IdentityCredentialsOidc.php index 6ff42735dd..bfd5470ba5 100644 --- a/clients/client/php/lib/Model/IdentityCredentialsOidc.php +++ b/clients/client/php/lib/Model/IdentityCredentialsOidc.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/IdentityCredentialsOidcProvider.php b/clients/client/php/lib/Model/IdentityCredentialsOidcProvider.php index 51d3c93f1a..25bc7cb3b5 100644 --- a/clients/client/php/lib/Model/IdentityCredentialsOidcProvider.php +++ b/clients/client/php/lib/Model/IdentityCredentialsOidcProvider.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/IdentityCredentialsPassword.php b/clients/client/php/lib/Model/IdentityCredentialsPassword.php index 453cfb1278..b903f240ef 100644 --- a/clients/client/php/lib/Model/IdentityCredentialsPassword.php +++ b/clients/client/php/lib/Model/IdentityCredentialsPassword.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/IdentityPatch.php b/clients/client/php/lib/Model/IdentityPatch.php index 76f2fbaf15..b3d360f0be 100644 --- a/clients/client/php/lib/Model/IdentityPatch.php +++ b/clients/client/php/lib/Model/IdentityPatch.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/IdentityPatchResponse.php b/clients/client/php/lib/Model/IdentityPatchResponse.php index 35ec31db0b..2873f8d542 100644 --- a/clients/client/php/lib/Model/IdentityPatchResponse.php +++ b/clients/client/php/lib/Model/IdentityPatchResponse.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/IdentitySchemaContainer.php b/clients/client/php/lib/Model/IdentitySchemaContainer.php index 58177fc808..da295fe200 100644 --- a/clients/client/php/lib/Model/IdentitySchemaContainer.php +++ b/clients/client/php/lib/Model/IdentitySchemaContainer.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/IdentitySchemaPreset.php b/clients/client/php/lib/Model/IdentitySchemaPreset.php index 57888b1d9d..7bd7465130 100644 --- a/clients/client/php/lib/Model/IdentitySchemaPreset.php +++ b/clients/client/php/lib/Model/IdentitySchemaPreset.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/IdentityWithCredentials.php b/clients/client/php/lib/Model/IdentityWithCredentials.php index 82314cf9e2..275994f90f 100644 --- a/clients/client/php/lib/Model/IdentityWithCredentials.php +++ b/clients/client/php/lib/Model/IdentityWithCredentials.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/IdentityWithCredentialsOidc.php b/clients/client/php/lib/Model/IdentityWithCredentialsOidc.php index 91d8a5a50b..9ba8d4d836 100644 --- a/clients/client/php/lib/Model/IdentityWithCredentialsOidc.php +++ b/clients/client/php/lib/Model/IdentityWithCredentialsOidc.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/IdentityWithCredentialsOidcConfig.php b/clients/client/php/lib/Model/IdentityWithCredentialsOidcConfig.php index 666e554f41..4f06e68a93 100644 --- a/clients/client/php/lib/Model/IdentityWithCredentialsOidcConfig.php +++ b/clients/client/php/lib/Model/IdentityWithCredentialsOidcConfig.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/IdentityWithCredentialsOidcConfigProvider.php b/clients/client/php/lib/Model/IdentityWithCredentialsOidcConfigProvider.php index 0b9c3364b0..92326f8b5a 100644 --- a/clients/client/php/lib/Model/IdentityWithCredentialsOidcConfigProvider.php +++ b/clients/client/php/lib/Model/IdentityWithCredentialsOidcConfigProvider.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/IdentityWithCredentialsPassword.php b/clients/client/php/lib/Model/IdentityWithCredentialsPassword.php index 72296d43fe..bc0f0a6b89 100644 --- a/clients/client/php/lib/Model/IdentityWithCredentialsPassword.php +++ b/clients/client/php/lib/Model/IdentityWithCredentialsPassword.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/IdentityWithCredentialsPasswordConfig.php b/clients/client/php/lib/Model/IdentityWithCredentialsPasswordConfig.php index 64c40dd0d7..4c90fbc9f8 100644 --- a/clients/client/php/lib/Model/IdentityWithCredentialsPasswordConfig.php +++ b/clients/client/php/lib/Model/IdentityWithCredentialsPasswordConfig.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/InternalGetProjectBrandingBody.php b/clients/client/php/lib/Model/InternalGetProjectBrandingBody.php index 6d0422749e..b7cffe83cc 100644 --- a/clients/client/php/lib/Model/InternalGetProjectBrandingBody.php +++ b/clients/client/php/lib/Model/InternalGetProjectBrandingBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/InternalIsAXWelcomeScreenEnabledForProjectBody.php b/clients/client/php/lib/Model/InternalIsAXWelcomeScreenEnabledForProjectBody.php index 362764c59c..604839256e 100644 --- a/clients/client/php/lib/Model/InternalIsAXWelcomeScreenEnabledForProjectBody.php +++ b/clients/client/php/lib/Model/InternalIsAXWelcomeScreenEnabledForProjectBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/InternalIsOwnerForProjectBySlugBody.php b/clients/client/php/lib/Model/InternalIsOwnerForProjectBySlugBody.php index 2fb6d7a928..4a90f0deaf 100644 --- a/clients/client/php/lib/Model/InternalIsOwnerForProjectBySlugBody.php +++ b/clients/client/php/lib/Model/InternalIsOwnerForProjectBySlugBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/InternalIsOwnerForProjectBySlugResponse.php b/clients/client/php/lib/Model/InternalIsOwnerForProjectBySlugResponse.php index 643ed0121a..623bb6ceab 100644 --- a/clients/client/php/lib/Model/InternalIsOwnerForProjectBySlugResponse.php +++ b/clients/client/php/lib/Model/InternalIsOwnerForProjectBySlugResponse.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/IntrospectedOAuth2Token.php b/clients/client/php/lib/Model/IntrospectedOAuth2Token.php index 688984659c..7b76db917d 100644 --- a/clients/client/php/lib/Model/IntrospectedOAuth2Token.php +++ b/clients/client/php/lib/Model/IntrospectedOAuth2Token.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/Invoice.php b/clients/client/php/lib/Model/Invoice.php index 28442f4e87..d57caa9f0a 100644 --- a/clients/client/php/lib/Model/Invoice.php +++ b/clients/client/php/lib/Model/Invoice.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/InvoiceDataV1.php b/clients/client/php/lib/Model/InvoiceDataV1.php index ad1078432f..490165bf61 100644 --- a/clients/client/php/lib/Model/InvoiceDataV1.php +++ b/clients/client/php/lib/Model/InvoiceDataV1.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/IsOwnerForProjectBySlug.php b/clients/client/php/lib/Model/IsOwnerForProjectBySlug.php index 546c0ff594..ebbca2cf50 100644 --- a/clients/client/php/lib/Model/IsOwnerForProjectBySlug.php +++ b/clients/client/php/lib/Model/IsOwnerForProjectBySlug.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/JsonPatch.php b/clients/client/php/lib/Model/JsonPatch.php index 268b962c84..ca9015f260 100644 --- a/clients/client/php/lib/Model/JsonPatch.php +++ b/clients/client/php/lib/Model/JsonPatch.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/JsonWebKey.php b/clients/client/php/lib/Model/JsonWebKey.php index 318c1027c8..35eda9eced 100644 --- a/clients/client/php/lib/Model/JsonWebKey.php +++ b/clients/client/php/lib/Model/JsonWebKey.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/JsonWebKeySet.php b/clients/client/php/lib/Model/JsonWebKeySet.php index a192b6e200..2a4fbcd8c0 100644 --- a/clients/client/php/lib/Model/JsonWebKeySet.php +++ b/clients/client/php/lib/Model/JsonWebKeySet.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/KetoNamespace.php b/clients/client/php/lib/Model/KetoNamespace.php index b2cbe678b3..04193f5b9e 100644 --- a/clients/client/php/lib/Model/KetoNamespace.php +++ b/clients/client/php/lib/Model/KetoNamespace.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/LineItemV1.php b/clients/client/php/lib/Model/LineItemV1.php index 742dba1b30..64c5311366 100644 --- a/clients/client/php/lib/Model/LineItemV1.php +++ b/clients/client/php/lib/Model/LineItemV1.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ListEventStreams.php b/clients/client/php/lib/Model/ListEventStreams.php index 3e689cbb02..c5d33d8241 100644 --- a/clients/client/php/lib/Model/ListEventStreams.php +++ b/clients/client/php/lib/Model/ListEventStreams.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ListInvoicesResponse.php b/clients/client/php/lib/Model/ListInvoicesResponse.php index 104776b7f4..634c094061 100644 --- a/clients/client/php/lib/Model/ListInvoicesResponse.php +++ b/clients/client/php/lib/Model/ListInvoicesResponse.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ListOrganizationsResponse.php b/clients/client/php/lib/Model/ListOrganizationsResponse.php index cecc797bdb..17d2793679 100644 --- a/clients/client/php/lib/Model/ListOrganizationsResponse.php +++ b/clients/client/php/lib/Model/ListOrganizationsResponse.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ListWorkspaceProjects.php b/clients/client/php/lib/Model/ListWorkspaceProjects.php index 849a82d7ba..8acba8e35b 100644 --- a/clients/client/php/lib/Model/ListWorkspaceProjects.php +++ b/clients/client/php/lib/Model/ListWorkspaceProjects.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ListWorkspaces.php b/clients/client/php/lib/Model/ListWorkspaces.php index 0a162a3af2..6cdc1145fe 100644 --- a/clients/client/php/lib/Model/ListWorkspaces.php +++ b/clients/client/php/lib/Model/ListWorkspaces.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/LoginFlow.php b/clients/client/php/lib/Model/LoginFlow.php index 95497d4798..d7a537bf74 100644 --- a/clients/client/php/lib/Model/LoginFlow.php +++ b/clients/client/php/lib/Model/LoginFlow.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/LoginFlowState.php b/clients/client/php/lib/Model/LoginFlowState.php index c33337ac03..f52f15f060 100644 --- a/clients/client/php/lib/Model/LoginFlowState.php +++ b/clients/client/php/lib/Model/LoginFlowState.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/LogoutFlow.php b/clients/client/php/lib/Model/LogoutFlow.php index 97a147dcba..36ef1a32fa 100644 --- a/clients/client/php/lib/Model/LogoutFlow.php +++ b/clients/client/php/lib/Model/LogoutFlow.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ManagedIdentitySchema.php b/clients/client/php/lib/Model/ManagedIdentitySchema.php index 331a81ab8c..bc7be4cfd9 100644 --- a/clients/client/php/lib/Model/ManagedIdentitySchema.php +++ b/clients/client/php/lib/Model/ManagedIdentitySchema.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ManagedIdentitySchemaValidationResult.php b/clients/client/php/lib/Model/ManagedIdentitySchemaValidationResult.php index 2e318ee5ed..f1717ca58a 100644 --- a/clients/client/php/lib/Model/ManagedIdentitySchemaValidationResult.php +++ b/clients/client/php/lib/Model/ManagedIdentitySchemaValidationResult.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/MemberInvite.php b/clients/client/php/lib/Model/MemberInvite.php index 4ed71bb29c..3b637c3bc2 100644 --- a/clients/client/php/lib/Model/MemberInvite.php +++ b/clients/client/php/lib/Model/MemberInvite.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/Message.php b/clients/client/php/lib/Model/Message.php index 1880dd87fe..d3526254d9 100644 --- a/clients/client/php/lib/Model/Message.php +++ b/clients/client/php/lib/Model/Message.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/MessageDispatch.php b/clients/client/php/lib/Model/MessageDispatch.php index 5b79d38f4e..c2583730a3 100644 --- a/clients/client/php/lib/Model/MessageDispatch.php +++ b/clients/client/php/lib/Model/MessageDispatch.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/MetricsDatapoint.php b/clients/client/php/lib/Model/MetricsDatapoint.php index 5017a62108..8011a2c8ff 100644 --- a/clients/client/php/lib/Model/MetricsDatapoint.php +++ b/clients/client/php/lib/Model/MetricsDatapoint.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ModelInterface.php b/clients/client/php/lib/Model/ModelInterface.php index c197ede8f0..32b48a4c08 100644 --- a/clients/client/php/lib/Model/ModelInterface.php +++ b/clients/client/php/lib/Model/ModelInterface.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ModelNamespace.php b/clients/client/php/lib/Model/ModelNamespace.php index c599931322..65b1561c72 100644 --- a/clients/client/php/lib/Model/ModelNamespace.php +++ b/clients/client/php/lib/Model/ModelNamespace.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/Money.php b/clients/client/php/lib/Model/Money.php index 3cfcfbc34b..5942e0dbf0 100644 --- a/clients/client/php/lib/Model/Money.php +++ b/clients/client/php/lib/Model/Money.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/NeedsPrivilegedSessionError.php b/clients/client/php/lib/Model/NeedsPrivilegedSessionError.php index ba2b65c006..6b892e5366 100644 --- a/clients/client/php/lib/Model/NeedsPrivilegedSessionError.php +++ b/clients/client/php/lib/Model/NeedsPrivilegedSessionError.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/NormalizedProject.php b/clients/client/php/lib/Model/NormalizedProject.php index de912815b6..66871dab1d 100644 --- a/clients/client/php/lib/Model/NormalizedProject.php +++ b/clients/client/php/lib/Model/NormalizedProject.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/NormalizedProjectRevision.php b/clients/client/php/lib/Model/NormalizedProjectRevision.php index 23c4311be0..264cfb925a 100644 --- a/clients/client/php/lib/Model/NormalizedProjectRevision.php +++ b/clients/client/php/lib/Model/NormalizedProjectRevision.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/NormalizedProjectRevisionCourierChannel.php b/clients/client/php/lib/Model/NormalizedProjectRevisionCourierChannel.php index 7396b310c8..5d897920ef 100644 --- a/clients/client/php/lib/Model/NormalizedProjectRevisionCourierChannel.php +++ b/clients/client/php/lib/Model/NormalizedProjectRevisionCourierChannel.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/NormalizedProjectRevisionHook.php b/clients/client/php/lib/Model/NormalizedProjectRevisionHook.php index 3901eb8e1a..52439a9468 100644 --- a/clients/client/php/lib/Model/NormalizedProjectRevisionHook.php +++ b/clients/client/php/lib/Model/NormalizedProjectRevisionHook.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/NormalizedProjectRevisionIdentitySchema.php b/clients/client/php/lib/Model/NormalizedProjectRevisionIdentitySchema.php index 6d94eee065..1d2457bfa7 100644 --- a/clients/client/php/lib/Model/NormalizedProjectRevisionIdentitySchema.php +++ b/clients/client/php/lib/Model/NormalizedProjectRevisionIdentitySchema.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/NormalizedProjectRevisionThirdPartyProvider.php b/clients/client/php/lib/Model/NormalizedProjectRevisionThirdPartyProvider.php index 0927076b32..fc2f8995d7 100644 --- a/clients/client/php/lib/Model/NormalizedProjectRevisionThirdPartyProvider.php +++ b/clients/client/php/lib/Model/NormalizedProjectRevisionThirdPartyProvider.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/NormalizedProjectRevisionTokenizerTemplate.php b/clients/client/php/lib/Model/NormalizedProjectRevisionTokenizerTemplate.php index 90e53061e1..f0438766bb 100644 --- a/clients/client/php/lib/Model/NormalizedProjectRevisionTokenizerTemplate.php +++ b/clients/client/php/lib/Model/NormalizedProjectRevisionTokenizerTemplate.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/OAuth2Client.php b/clients/client/php/lib/Model/OAuth2Client.php index fa5665080b..8dcc5884a3 100644 --- a/clients/client/php/lib/Model/OAuth2Client.php +++ b/clients/client/php/lib/Model/OAuth2Client.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/OAuth2ClientTokenLifespans.php b/clients/client/php/lib/Model/OAuth2ClientTokenLifespans.php index 372f1aca62..be66742159 100644 --- a/clients/client/php/lib/Model/OAuth2ClientTokenLifespans.php +++ b/clients/client/php/lib/Model/OAuth2ClientTokenLifespans.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/OAuth2ConsentRequest.php b/clients/client/php/lib/Model/OAuth2ConsentRequest.php index 6124499e5e..f87f7cf2dd 100644 --- a/clients/client/php/lib/Model/OAuth2ConsentRequest.php +++ b/clients/client/php/lib/Model/OAuth2ConsentRequest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/OAuth2ConsentRequestOpenIDConnectContext.php b/clients/client/php/lib/Model/OAuth2ConsentRequestOpenIDConnectContext.php index a8c90b3204..50d68a101a 100644 --- a/clients/client/php/lib/Model/OAuth2ConsentRequestOpenIDConnectContext.php +++ b/clients/client/php/lib/Model/OAuth2ConsentRequestOpenIDConnectContext.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/OAuth2ConsentSession.php b/clients/client/php/lib/Model/OAuth2ConsentSession.php index 163da1470e..d98ce87414 100644 --- a/clients/client/php/lib/Model/OAuth2ConsentSession.php +++ b/clients/client/php/lib/Model/OAuth2ConsentSession.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/OAuth2ConsentSessionExpiresAt.php b/clients/client/php/lib/Model/OAuth2ConsentSessionExpiresAt.php index 1c124665d8..d513104a5e 100644 --- a/clients/client/php/lib/Model/OAuth2ConsentSessionExpiresAt.php +++ b/clients/client/php/lib/Model/OAuth2ConsentSessionExpiresAt.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/OAuth2LoginRequest.php b/clients/client/php/lib/Model/OAuth2LoginRequest.php index 974e1a30ae..7b064e6387 100644 --- a/clients/client/php/lib/Model/OAuth2LoginRequest.php +++ b/clients/client/php/lib/Model/OAuth2LoginRequest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/OAuth2LogoutRequest.php b/clients/client/php/lib/Model/OAuth2LogoutRequest.php index 8b7a222e9b..8ad0a846f0 100644 --- a/clients/client/php/lib/Model/OAuth2LogoutRequest.php +++ b/clients/client/php/lib/Model/OAuth2LogoutRequest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/OAuth2RedirectTo.php b/clients/client/php/lib/Model/OAuth2RedirectTo.php index 9c72198f89..f49a6230cc 100644 --- a/clients/client/php/lib/Model/OAuth2RedirectTo.php +++ b/clients/client/php/lib/Model/OAuth2RedirectTo.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/OAuth2TokenExchange.php b/clients/client/php/lib/Model/OAuth2TokenExchange.php index 4d5ea4df4f..080a914ac8 100644 --- a/clients/client/php/lib/Model/OAuth2TokenExchange.php +++ b/clients/client/php/lib/Model/OAuth2TokenExchange.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/OidcConfiguration.php b/clients/client/php/lib/Model/OidcConfiguration.php index 99ca30ed84..608ab74a75 100644 --- a/clients/client/php/lib/Model/OidcConfiguration.php +++ b/clients/client/php/lib/Model/OidcConfiguration.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/OidcUserInfo.php b/clients/client/php/lib/Model/OidcUserInfo.php index dfb348c8b6..6514f0aa75 100644 --- a/clients/client/php/lib/Model/OidcUserInfo.php +++ b/clients/client/php/lib/Model/OidcUserInfo.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/Organization.php b/clients/client/php/lib/Model/Organization.php index 0f5b2b81e5..71623b5f58 100644 --- a/clients/client/php/lib/Model/Organization.php +++ b/clients/client/php/lib/Model/Organization.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/OrganizationBody.php b/clients/client/php/lib/Model/OrganizationBody.php index 1575344e87..63f95f09af 100644 --- a/clients/client/php/lib/Model/OrganizationBody.php +++ b/clients/client/php/lib/Model/OrganizationBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/Pagination.php b/clients/client/php/lib/Model/Pagination.php index b08b389300..7b10e2c2a7 100644 --- a/clients/client/php/lib/Model/Pagination.php +++ b/clients/client/php/lib/Model/Pagination.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/PaginationHeaders.php b/clients/client/php/lib/Model/PaginationHeaders.php index 439618de84..09fd30dbb3 100644 --- a/clients/client/php/lib/Model/PaginationHeaders.php +++ b/clients/client/php/lib/Model/PaginationHeaders.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ParseError.php b/clients/client/php/lib/Model/ParseError.php index e7a13e4c8c..c69908a5f8 100644 --- a/clients/client/php/lib/Model/ParseError.php +++ b/clients/client/php/lib/Model/ParseError.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/PatchIdentitiesBody.php b/clients/client/php/lib/Model/PatchIdentitiesBody.php index eb6626b02b..45afae8c1a 100644 --- a/clients/client/php/lib/Model/PatchIdentitiesBody.php +++ b/clients/client/php/lib/Model/PatchIdentitiesBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/PerformNativeLogoutBody.php b/clients/client/php/lib/Model/PerformNativeLogoutBody.php index 01549f5fab..3ae5c6ae19 100644 --- a/clients/client/php/lib/Model/PerformNativeLogoutBody.php +++ b/clients/client/php/lib/Model/PerformNativeLogoutBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/PermissionsOnWorkspace.php b/clients/client/php/lib/Model/PermissionsOnWorkspace.php index 35804b8818..e7b6fcaf09 100644 --- a/clients/client/php/lib/Model/PermissionsOnWorkspace.php +++ b/clients/client/php/lib/Model/PermissionsOnWorkspace.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/Plan.php b/clients/client/php/lib/Model/Plan.php index 75896f1efa..8f00e99a15 100644 --- a/clients/client/php/lib/Model/Plan.php +++ b/clients/client/php/lib/Model/Plan.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/PlanDetails.php b/clients/client/php/lib/Model/PlanDetails.php index 0a4fa41bc9..c33f413986 100644 --- a/clients/client/php/lib/Model/PlanDetails.php +++ b/clients/client/php/lib/Model/PlanDetails.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/PostCheckPermissionBody.php b/clients/client/php/lib/Model/PostCheckPermissionBody.php index 430480cbb1..1ce0595d2b 100644 --- a/clients/client/php/lib/Model/PostCheckPermissionBody.php +++ b/clients/client/php/lib/Model/PostCheckPermissionBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/PostCheckPermissionOrErrorBody.php b/clients/client/php/lib/Model/PostCheckPermissionOrErrorBody.php index c13ee451ec..bacba94ee9 100644 --- a/clients/client/php/lib/Model/PostCheckPermissionOrErrorBody.php +++ b/clients/client/php/lib/Model/PostCheckPermissionOrErrorBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/Project.php b/clients/client/php/lib/Model/Project.php index 45113bebb1..3b39f6e29a 100644 --- a/clients/client/php/lib/Model/Project.php +++ b/clients/client/php/lib/Model/Project.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ProjectApiKey.php b/clients/client/php/lib/Model/ProjectApiKey.php index 94cf5a056d..63a542e3bb 100644 --- a/clients/client/php/lib/Model/ProjectApiKey.php +++ b/clients/client/php/lib/Model/ProjectApiKey.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ProjectBranding.php b/clients/client/php/lib/Model/ProjectBranding.php index 45be8f400c..e6ec146365 100644 --- a/clients/client/php/lib/Model/ProjectBranding.php +++ b/clients/client/php/lib/Model/ProjectBranding.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ProjectBrandingColors.php b/clients/client/php/lib/Model/ProjectBrandingColors.php index 13b03ecc01..caf8be545f 100644 --- a/clients/client/php/lib/Model/ProjectBrandingColors.php +++ b/clients/client/php/lib/Model/ProjectBrandingColors.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ProjectBrandingTheme.php b/clients/client/php/lib/Model/ProjectBrandingTheme.php index 657147f3eb..6247d8f29d 100644 --- a/clients/client/php/lib/Model/ProjectBrandingTheme.php +++ b/clients/client/php/lib/Model/ProjectBrandingTheme.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ProjectCors.php b/clients/client/php/lib/Model/ProjectCors.php index c253b37e05..35a0206c02 100644 --- a/clients/client/php/lib/Model/ProjectCors.php +++ b/clients/client/php/lib/Model/ProjectCors.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ProjectEventsDatapoint.php b/clients/client/php/lib/Model/ProjectEventsDatapoint.php index fb68630093..cd65c86be0 100644 --- a/clients/client/php/lib/Model/ProjectEventsDatapoint.php +++ b/clients/client/php/lib/Model/ProjectEventsDatapoint.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ProjectHost.php b/clients/client/php/lib/Model/ProjectHost.php index 79e0bba1f5..87e1ba1cbd 100644 --- a/clients/client/php/lib/Model/ProjectHost.php +++ b/clients/client/php/lib/Model/ProjectHost.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ProjectMember.php b/clients/client/php/lib/Model/ProjectMember.php index 2eb14b537f..5d2902682b 100644 --- a/clients/client/php/lib/Model/ProjectMember.php +++ b/clients/client/php/lib/Model/ProjectMember.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ProjectMetadata.php b/clients/client/php/lib/Model/ProjectMetadata.php index a05352c060..ce75d17fc1 100644 --- a/clients/client/php/lib/Model/ProjectMetadata.php +++ b/clients/client/php/lib/Model/ProjectMetadata.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ProjectServiceIdentity.php b/clients/client/php/lib/Model/ProjectServiceIdentity.php index 3a0b99f8c3..54ceacaefc 100644 --- a/clients/client/php/lib/Model/ProjectServiceIdentity.php +++ b/clients/client/php/lib/Model/ProjectServiceIdentity.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ProjectServiceOAuth2.php b/clients/client/php/lib/Model/ProjectServiceOAuth2.php index 1ca83fc82f..421d113c3d 100644 --- a/clients/client/php/lib/Model/ProjectServiceOAuth2.php +++ b/clients/client/php/lib/Model/ProjectServiceOAuth2.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ProjectServicePermission.php b/clients/client/php/lib/Model/ProjectServicePermission.php index 38de9c5bb0..a8b84bf746 100644 --- a/clients/client/php/lib/Model/ProjectServicePermission.php +++ b/clients/client/php/lib/Model/ProjectServicePermission.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/ProjectServices.php b/clients/client/php/lib/Model/ProjectServices.php index 0c7a4c2ffd..d9be8474c5 100644 --- a/clients/client/php/lib/Model/ProjectServices.php +++ b/clients/client/php/lib/Model/ProjectServices.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/QuotaUsage.php b/clients/client/php/lib/Model/QuotaUsage.php index 1f7205359c..5438145592 100644 --- a/clients/client/php/lib/Model/QuotaUsage.php +++ b/clients/client/php/lib/Model/QuotaUsage.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 @@ -282,6 +282,7 @@ public function getModelName() public const FEATURE_DATA_LOCATION_US = 'data_location_us'; public const FEATURE_M2M_TOKEN_ISSUANCE = 'm2m_token_issuance'; public const FEATURE_PERMISSION_CHECKS = 'permission_checks'; + public const FEATURE_CAPTCHA = 'captcha'; public const FEATURE_DATA_LOCATION_REGIONAL = 'data_location_regional'; public const FEATURE_RATE_LIMIT_TIER = 'rate_limit_tier'; public const FEATURE_SESSION_RATE_LIMIT_TIER = 'session_rate_limit_tier'; @@ -320,6 +321,7 @@ public function getFeatureAllowableValues() self::FEATURE_DATA_LOCATION_US, self::FEATURE_M2M_TOKEN_ISSUANCE, self::FEATURE_PERMISSION_CHECKS, + self::FEATURE_CAPTCHA, self::FEATURE_DATA_LOCATION_REGIONAL, self::FEATURE_RATE_LIMIT_TIER, self::FEATURE_SESSION_RATE_LIMIT_TIER, @@ -488,7 +490,7 @@ public function getFeature() /** * Sets feature * - * @param string $feature production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + * @param string $feature production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect * * @return self */ diff --git a/clients/client/php/lib/Model/RFC6749ErrorJson.php b/clients/client/php/lib/Model/RFC6749ErrorJson.php index 903e52daa5..026a612698 100644 --- a/clients/client/php/lib/Model/RFC6749ErrorJson.php +++ b/clients/client/php/lib/Model/RFC6749ErrorJson.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/RecoveryCodeForIdentity.php b/clients/client/php/lib/Model/RecoveryCodeForIdentity.php index 3cbc0f5e62..a0b324d9b0 100644 --- a/clients/client/php/lib/Model/RecoveryCodeForIdentity.php +++ b/clients/client/php/lib/Model/RecoveryCodeForIdentity.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/RecoveryFlow.php b/clients/client/php/lib/Model/RecoveryFlow.php index af8db2f940..f7cb69b5ff 100644 --- a/clients/client/php/lib/Model/RecoveryFlow.php +++ b/clients/client/php/lib/Model/RecoveryFlow.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/RecoveryFlowState.php b/clients/client/php/lib/Model/RecoveryFlowState.php index 29b59f77c5..8ef9648c57 100644 --- a/clients/client/php/lib/Model/RecoveryFlowState.php +++ b/clients/client/php/lib/Model/RecoveryFlowState.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/RecoveryIdentityAddress.php b/clients/client/php/lib/Model/RecoveryIdentityAddress.php index 074ffd4939..91bcb1564f 100644 --- a/clients/client/php/lib/Model/RecoveryIdentityAddress.php +++ b/clients/client/php/lib/Model/RecoveryIdentityAddress.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/RecoveryLinkForIdentity.php b/clients/client/php/lib/Model/RecoveryLinkForIdentity.php index 6bc2529e0b..11f3bc19e2 100644 --- a/clients/client/php/lib/Model/RecoveryLinkForIdentity.php +++ b/clients/client/php/lib/Model/RecoveryLinkForIdentity.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/RegistrationFlow.php b/clients/client/php/lib/Model/RegistrationFlow.php index e474c8d296..f68ce9957b 100644 --- a/clients/client/php/lib/Model/RegistrationFlow.php +++ b/clients/client/php/lib/Model/RegistrationFlow.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/RegistrationFlowState.php b/clients/client/php/lib/Model/RegistrationFlowState.php index 4d1396634e..76feae725a 100644 --- a/clients/client/php/lib/Model/RegistrationFlowState.php +++ b/clients/client/php/lib/Model/RegistrationFlowState.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/RejectOAuth2Request.php b/clients/client/php/lib/Model/RejectOAuth2Request.php index 6614ca798a..eff460f52c 100644 --- a/clients/client/php/lib/Model/RejectOAuth2Request.php +++ b/clients/client/php/lib/Model/RejectOAuth2Request.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/RelationQuery.php b/clients/client/php/lib/Model/RelationQuery.php index 9a8df2c80a..971bb34054 100644 --- a/clients/client/php/lib/Model/RelationQuery.php +++ b/clients/client/php/lib/Model/RelationQuery.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/Relationship.php b/clients/client/php/lib/Model/Relationship.php index 40ef9102a6..ba1407a41c 100644 --- a/clients/client/php/lib/Model/Relationship.php +++ b/clients/client/php/lib/Model/Relationship.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/RelationshipNamespaces.php b/clients/client/php/lib/Model/RelationshipNamespaces.php index 0ffff47de8..0a4282ea09 100644 --- a/clients/client/php/lib/Model/RelationshipNamespaces.php +++ b/clients/client/php/lib/Model/RelationshipNamespaces.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/RelationshipPatch.php b/clients/client/php/lib/Model/RelationshipPatch.php index abb43c536c..cd632cd4e9 100644 --- a/clients/client/php/lib/Model/RelationshipPatch.php +++ b/clients/client/php/lib/Model/RelationshipPatch.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/Relationships.php b/clients/client/php/lib/Model/Relationships.php index a1c83b37cb..b1fce7d6e5 100644 --- a/clients/client/php/lib/Model/Relationships.php +++ b/clients/client/php/lib/Model/Relationships.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/SchemaPatch.php b/clients/client/php/lib/Model/SchemaPatch.php index 9198949563..63144fe6b8 100644 --- a/clients/client/php/lib/Model/SchemaPatch.php +++ b/clients/client/php/lib/Model/SchemaPatch.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/SelfServiceFlowExpiredError.php b/clients/client/php/lib/Model/SelfServiceFlowExpiredError.php index 8b66b5ce5a..93fe373733 100644 --- a/clients/client/php/lib/Model/SelfServiceFlowExpiredError.php +++ b/clients/client/php/lib/Model/SelfServiceFlowExpiredError.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/Session.php b/clients/client/php/lib/Model/Session.php index aee2ca839d..91d5617f14 100644 --- a/clients/client/php/lib/Model/Session.php +++ b/clients/client/php/lib/Model/Session.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/SessionActivityDatapoint.php b/clients/client/php/lib/Model/SessionActivityDatapoint.php index eedad6a8c0..d34f10ee90 100644 --- a/clients/client/php/lib/Model/SessionActivityDatapoint.php +++ b/clients/client/php/lib/Model/SessionActivityDatapoint.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/SessionAuthenticationMethod.php b/clients/client/php/lib/Model/SessionAuthenticationMethod.php index 7e2073daa6..7598333fba 100644 --- a/clients/client/php/lib/Model/SessionAuthenticationMethod.php +++ b/clients/client/php/lib/Model/SessionAuthenticationMethod.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/SessionDevice.php b/clients/client/php/lib/Model/SessionDevice.php index 59044e22d8..78827b7e91 100644 --- a/clients/client/php/lib/Model/SessionDevice.php +++ b/clients/client/php/lib/Model/SessionDevice.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/SetActiveProjectInConsoleBody.php b/clients/client/php/lib/Model/SetActiveProjectInConsoleBody.php index 17a5c5cddf..b0f0c57bc4 100644 --- a/clients/client/php/lib/Model/SetActiveProjectInConsoleBody.php +++ b/clients/client/php/lib/Model/SetActiveProjectInConsoleBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/SetCustomDomainBody.php b/clients/client/php/lib/Model/SetCustomDomainBody.php index 69529b9849..4e79e471f1 100644 --- a/clients/client/php/lib/Model/SetCustomDomainBody.php +++ b/clients/client/php/lib/Model/SetCustomDomainBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/SetEventStreamBody.php b/clients/client/php/lib/Model/SetEventStreamBody.php index 92809f3205..c4ac3d617b 100644 --- a/clients/client/php/lib/Model/SetEventStreamBody.php +++ b/clients/client/php/lib/Model/SetEventStreamBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/SetProject.php b/clients/client/php/lib/Model/SetProject.php index 8838229d4a..924133211a 100644 --- a/clients/client/php/lib/Model/SetProject.php +++ b/clients/client/php/lib/Model/SetProject.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/SetProjectBrandingThemeBody.php b/clients/client/php/lib/Model/SetProjectBrandingThemeBody.php index 320b4db77f..8f954fe2bb 100644 --- a/clients/client/php/lib/Model/SetProjectBrandingThemeBody.php +++ b/clients/client/php/lib/Model/SetProjectBrandingThemeBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/SettingsFlow.php b/clients/client/php/lib/Model/SettingsFlow.php index 8d8dc0c0d3..f6d465e05a 100644 --- a/clients/client/php/lib/Model/SettingsFlow.php +++ b/clients/client/php/lib/Model/SettingsFlow.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/SettingsFlowState.php b/clients/client/php/lib/Model/SettingsFlowState.php index dec9ca37e0..ef52dcb61e 100644 --- a/clients/client/php/lib/Model/SettingsFlowState.php +++ b/clients/client/php/lib/Model/SettingsFlowState.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/SourcePosition.php b/clients/client/php/lib/Model/SourcePosition.php index 70b2b3386e..c2fabf575c 100644 --- a/clients/client/php/lib/Model/SourcePosition.php +++ b/clients/client/php/lib/Model/SourcePosition.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/SubjectSet.php b/clients/client/php/lib/Model/SubjectSet.php index 6bb335be03..e9e1d07b02 100644 --- a/clients/client/php/lib/Model/SubjectSet.php +++ b/clients/client/php/lib/Model/SubjectSet.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/Subscription.php b/clients/client/php/lib/Model/Subscription.php index 141d00d33c..3dc62f7325 100644 --- a/clients/client/php/lib/Model/Subscription.php +++ b/clients/client/php/lib/Model/Subscription.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/SuccessfulCodeExchangeResponse.php b/clients/client/php/lib/Model/SuccessfulCodeExchangeResponse.php index 152c8445f4..d8a510bb22 100644 --- a/clients/client/php/lib/Model/SuccessfulCodeExchangeResponse.php +++ b/clients/client/php/lib/Model/SuccessfulCodeExchangeResponse.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/SuccessfulNativeLogin.php b/clients/client/php/lib/Model/SuccessfulNativeLogin.php index 94581655a2..14c5595cdf 100644 --- a/clients/client/php/lib/Model/SuccessfulNativeLogin.php +++ b/clients/client/php/lib/Model/SuccessfulNativeLogin.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/SuccessfulNativeRegistration.php b/clients/client/php/lib/Model/SuccessfulNativeRegistration.php index 83a72b345e..844ce82b81 100644 --- a/clients/client/php/lib/Model/SuccessfulNativeRegistration.php +++ b/clients/client/php/lib/Model/SuccessfulNativeRegistration.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/SuccessfulProjectUpdate.php b/clients/client/php/lib/Model/SuccessfulProjectUpdate.php index de7a3a14d3..db5695efe6 100644 --- a/clients/client/php/lib/Model/SuccessfulProjectUpdate.php +++ b/clients/client/php/lib/Model/SuccessfulProjectUpdate.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/TaxLineItem.php b/clients/client/php/lib/Model/TaxLineItem.php index 755224123b..4bcc518e48 100644 --- a/clients/client/php/lib/Model/TaxLineItem.php +++ b/clients/client/php/lib/Model/TaxLineItem.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/TimeInterval.php b/clients/client/php/lib/Model/TimeInterval.php index 5ca1fef20c..0493e11528 100644 --- a/clients/client/php/lib/Model/TimeInterval.php +++ b/clients/client/php/lib/Model/TimeInterval.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/TokenPagination.php b/clients/client/php/lib/Model/TokenPagination.php index e1f8abeed8..193545a314 100644 --- a/clients/client/php/lib/Model/TokenPagination.php +++ b/clients/client/php/lib/Model/TokenPagination.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/TokenPaginationHeaders.php b/clients/client/php/lib/Model/TokenPaginationHeaders.php index 1b2f3b306c..c5eadd0590 100644 --- a/clients/client/php/lib/Model/TokenPaginationHeaders.php +++ b/clients/client/php/lib/Model/TokenPaginationHeaders.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/TokenPaginationRequestParameters.php b/clients/client/php/lib/Model/TokenPaginationRequestParameters.php index bedaeee353..0b43cc0420 100644 --- a/clients/client/php/lib/Model/TokenPaginationRequestParameters.php +++ b/clients/client/php/lib/Model/TokenPaginationRequestParameters.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/TokenPaginationResponseHeaders.php b/clients/client/php/lib/Model/TokenPaginationResponseHeaders.php index 36c51ff4a2..66fca677ad 100644 --- a/clients/client/php/lib/Model/TokenPaginationResponseHeaders.php +++ b/clients/client/php/lib/Model/TokenPaginationResponseHeaders.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/TrustOAuth2JwtGrantIssuer.php b/clients/client/php/lib/Model/TrustOAuth2JwtGrantIssuer.php index 5fbe872178..c1de4b499e 100644 --- a/clients/client/php/lib/Model/TrustOAuth2JwtGrantIssuer.php +++ b/clients/client/php/lib/Model/TrustOAuth2JwtGrantIssuer.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/TrustedOAuth2JwtGrantIssuer.php b/clients/client/php/lib/Model/TrustedOAuth2JwtGrantIssuer.php index b4fd15fdc9..2e92c30bab 100644 --- a/clients/client/php/lib/Model/TrustedOAuth2JwtGrantIssuer.php +++ b/clients/client/php/lib/Model/TrustedOAuth2JwtGrantIssuer.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/TrustedOAuth2JwtGrantJsonWebKey.php b/clients/client/php/lib/Model/TrustedOAuth2JwtGrantJsonWebKey.php index a55d5b5e77..d54b77856f 100644 --- a/clients/client/php/lib/Model/TrustedOAuth2JwtGrantJsonWebKey.php +++ b/clients/client/php/lib/Model/TrustedOAuth2JwtGrantJsonWebKey.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UiContainer.php b/clients/client/php/lib/Model/UiContainer.php index 53d9f9c8d8..a27bf3df94 100644 --- a/clients/client/php/lib/Model/UiContainer.php +++ b/clients/client/php/lib/Model/UiContainer.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UiNode.php b/clients/client/php/lib/Model/UiNode.php index bf5946dcbf..f32881e5cd 100644 --- a/clients/client/php/lib/Model/UiNode.php +++ b/clients/client/php/lib/Model/UiNode.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UiNodeAnchorAttributes.php b/clients/client/php/lib/Model/UiNodeAnchorAttributes.php index 809fc14cd0..337ea8c602 100644 --- a/clients/client/php/lib/Model/UiNodeAnchorAttributes.php +++ b/clients/client/php/lib/Model/UiNodeAnchorAttributes.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UiNodeAttributes.php b/clients/client/php/lib/Model/UiNodeAttributes.php index 948a4a7a51..3a834e84f7 100644 --- a/clients/client/php/lib/Model/UiNodeAttributes.php +++ b/clients/client/php/lib/Model/UiNodeAttributes.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UiNodeImageAttributes.php b/clients/client/php/lib/Model/UiNodeImageAttributes.php index 39eb3835c9..1b38fd08ab 100644 --- a/clients/client/php/lib/Model/UiNodeImageAttributes.php +++ b/clients/client/php/lib/Model/UiNodeImageAttributes.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UiNodeInputAttributes.php b/clients/client/php/lib/Model/UiNodeInputAttributes.php index 39eb0201fb..8cd3e65366 100644 --- a/clients/client/php/lib/Model/UiNodeInputAttributes.php +++ b/clients/client/php/lib/Model/UiNodeInputAttributes.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UiNodeMeta.php b/clients/client/php/lib/Model/UiNodeMeta.php index 2d14af74d0..a91bc77912 100644 --- a/clients/client/php/lib/Model/UiNodeMeta.php +++ b/clients/client/php/lib/Model/UiNodeMeta.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UiNodeScriptAttributes.php b/clients/client/php/lib/Model/UiNodeScriptAttributes.php index 7a862c9d43..ee4598a35d 100644 --- a/clients/client/php/lib/Model/UiNodeScriptAttributes.php +++ b/clients/client/php/lib/Model/UiNodeScriptAttributes.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UiNodeTextAttributes.php b/clients/client/php/lib/Model/UiNodeTextAttributes.php index 9b83b6a817..e4104f5c58 100644 --- a/clients/client/php/lib/Model/UiNodeTextAttributes.php +++ b/clients/client/php/lib/Model/UiNodeTextAttributes.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UiText.php b/clients/client/php/lib/Model/UiText.php index 4cc6a1c5d2..db3150f087 100644 --- a/clients/client/php/lib/Model/UiText.php +++ b/clients/client/php/lib/Model/UiText.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UpdateIdentityBody.php b/clients/client/php/lib/Model/UpdateIdentityBody.php index 2cc9bf52ba..92277411fe 100644 --- a/clients/client/php/lib/Model/UpdateIdentityBody.php +++ b/clients/client/php/lib/Model/UpdateIdentityBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UpdateLoginFlowBody.php b/clients/client/php/lib/Model/UpdateLoginFlowBody.php index ad1c302519..066df8d8c9 100644 --- a/clients/client/php/lib/Model/UpdateLoginFlowBody.php +++ b/clients/client/php/lib/Model/UpdateLoginFlowBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UpdateLoginFlowWithCodeMethod.php b/clients/client/php/lib/Model/UpdateLoginFlowWithCodeMethod.php index afc09f05f6..b3a1c7733b 100644 --- a/clients/client/php/lib/Model/UpdateLoginFlowWithCodeMethod.php +++ b/clients/client/php/lib/Model/UpdateLoginFlowWithCodeMethod.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UpdateLoginFlowWithIdentifierFirstMethod.php b/clients/client/php/lib/Model/UpdateLoginFlowWithIdentifierFirstMethod.php index a27506c858..fcff8ee795 100644 --- a/clients/client/php/lib/Model/UpdateLoginFlowWithIdentifierFirstMethod.php +++ b/clients/client/php/lib/Model/UpdateLoginFlowWithIdentifierFirstMethod.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UpdateLoginFlowWithLookupSecretMethod.php b/clients/client/php/lib/Model/UpdateLoginFlowWithLookupSecretMethod.php index 711dce93a4..be8b03e6ec 100644 --- a/clients/client/php/lib/Model/UpdateLoginFlowWithLookupSecretMethod.php +++ b/clients/client/php/lib/Model/UpdateLoginFlowWithLookupSecretMethod.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UpdateLoginFlowWithOidcMethod.php b/clients/client/php/lib/Model/UpdateLoginFlowWithOidcMethod.php index 92a3caf1a9..aa9885da90 100644 --- a/clients/client/php/lib/Model/UpdateLoginFlowWithOidcMethod.php +++ b/clients/client/php/lib/Model/UpdateLoginFlowWithOidcMethod.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UpdateLoginFlowWithPasskeyMethod.php b/clients/client/php/lib/Model/UpdateLoginFlowWithPasskeyMethod.php index bcb5c7ca4a..1b7f52d8a9 100644 --- a/clients/client/php/lib/Model/UpdateLoginFlowWithPasskeyMethod.php +++ b/clients/client/php/lib/Model/UpdateLoginFlowWithPasskeyMethod.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UpdateLoginFlowWithPasswordMethod.php b/clients/client/php/lib/Model/UpdateLoginFlowWithPasswordMethod.php index ceeb6d7c7c..f0f172b476 100644 --- a/clients/client/php/lib/Model/UpdateLoginFlowWithPasswordMethod.php +++ b/clients/client/php/lib/Model/UpdateLoginFlowWithPasswordMethod.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UpdateLoginFlowWithTotpMethod.php b/clients/client/php/lib/Model/UpdateLoginFlowWithTotpMethod.php index 636111b2bc..f08f31c107 100644 --- a/clients/client/php/lib/Model/UpdateLoginFlowWithTotpMethod.php +++ b/clients/client/php/lib/Model/UpdateLoginFlowWithTotpMethod.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UpdateLoginFlowWithWebAuthnMethod.php b/clients/client/php/lib/Model/UpdateLoginFlowWithWebAuthnMethod.php index 7e87dd660b..595348b929 100644 --- a/clients/client/php/lib/Model/UpdateLoginFlowWithWebAuthnMethod.php +++ b/clients/client/php/lib/Model/UpdateLoginFlowWithWebAuthnMethod.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UpdateRecoveryFlowBody.php b/clients/client/php/lib/Model/UpdateRecoveryFlowBody.php index eef0f02c77..3498c4d411 100644 --- a/clients/client/php/lib/Model/UpdateRecoveryFlowBody.php +++ b/clients/client/php/lib/Model/UpdateRecoveryFlowBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UpdateRecoveryFlowWithCodeMethod.php b/clients/client/php/lib/Model/UpdateRecoveryFlowWithCodeMethod.php index ba27d0fc0c..504bbbdf34 100644 --- a/clients/client/php/lib/Model/UpdateRecoveryFlowWithCodeMethod.php +++ b/clients/client/php/lib/Model/UpdateRecoveryFlowWithCodeMethod.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UpdateRecoveryFlowWithLinkMethod.php b/clients/client/php/lib/Model/UpdateRecoveryFlowWithLinkMethod.php index 323e782933..4574fca559 100644 --- a/clients/client/php/lib/Model/UpdateRecoveryFlowWithLinkMethod.php +++ b/clients/client/php/lib/Model/UpdateRecoveryFlowWithLinkMethod.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UpdateRegistrationFlowBody.php b/clients/client/php/lib/Model/UpdateRegistrationFlowBody.php index 6584270e0c..74ef492182 100644 --- a/clients/client/php/lib/Model/UpdateRegistrationFlowBody.php +++ b/clients/client/php/lib/Model/UpdateRegistrationFlowBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UpdateRegistrationFlowWithCodeMethod.php b/clients/client/php/lib/Model/UpdateRegistrationFlowWithCodeMethod.php index 3d5a0e6461..0c8bed216c 100644 --- a/clients/client/php/lib/Model/UpdateRegistrationFlowWithCodeMethod.php +++ b/clients/client/php/lib/Model/UpdateRegistrationFlowWithCodeMethod.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UpdateRegistrationFlowWithOidcMethod.php b/clients/client/php/lib/Model/UpdateRegistrationFlowWithOidcMethod.php index ad8b1d7c7b..bd17dfeb2e 100644 --- a/clients/client/php/lib/Model/UpdateRegistrationFlowWithOidcMethod.php +++ b/clients/client/php/lib/Model/UpdateRegistrationFlowWithOidcMethod.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UpdateRegistrationFlowWithPasskeyMethod.php b/clients/client/php/lib/Model/UpdateRegistrationFlowWithPasskeyMethod.php index 2e29ba6b31..41cecbaeaa 100644 --- a/clients/client/php/lib/Model/UpdateRegistrationFlowWithPasskeyMethod.php +++ b/clients/client/php/lib/Model/UpdateRegistrationFlowWithPasskeyMethod.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UpdateRegistrationFlowWithPasswordMethod.php b/clients/client/php/lib/Model/UpdateRegistrationFlowWithPasswordMethod.php index f49fe30c44..03d7876072 100644 --- a/clients/client/php/lib/Model/UpdateRegistrationFlowWithPasswordMethod.php +++ b/clients/client/php/lib/Model/UpdateRegistrationFlowWithPasswordMethod.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UpdateRegistrationFlowWithProfileMethod.php b/clients/client/php/lib/Model/UpdateRegistrationFlowWithProfileMethod.php index add33162f3..9374d29731 100644 --- a/clients/client/php/lib/Model/UpdateRegistrationFlowWithProfileMethod.php +++ b/clients/client/php/lib/Model/UpdateRegistrationFlowWithProfileMethod.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UpdateRegistrationFlowWithWebAuthnMethod.php b/clients/client/php/lib/Model/UpdateRegistrationFlowWithWebAuthnMethod.php index 1dbc51df92..14bafa56bf 100644 --- a/clients/client/php/lib/Model/UpdateRegistrationFlowWithWebAuthnMethod.php +++ b/clients/client/php/lib/Model/UpdateRegistrationFlowWithWebAuthnMethod.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UpdateSettingsFlowBody.php b/clients/client/php/lib/Model/UpdateSettingsFlowBody.php index 4b49c3efba..3628550654 100644 --- a/clients/client/php/lib/Model/UpdateSettingsFlowBody.php +++ b/clients/client/php/lib/Model/UpdateSettingsFlowBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UpdateSettingsFlowWithLookupMethod.php b/clients/client/php/lib/Model/UpdateSettingsFlowWithLookupMethod.php index 5772770e84..a3795e77d1 100644 --- a/clients/client/php/lib/Model/UpdateSettingsFlowWithLookupMethod.php +++ b/clients/client/php/lib/Model/UpdateSettingsFlowWithLookupMethod.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UpdateSettingsFlowWithOidcMethod.php b/clients/client/php/lib/Model/UpdateSettingsFlowWithOidcMethod.php index 38a301a2b0..2a45215eab 100644 --- a/clients/client/php/lib/Model/UpdateSettingsFlowWithOidcMethod.php +++ b/clients/client/php/lib/Model/UpdateSettingsFlowWithOidcMethod.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UpdateSettingsFlowWithPasskeyMethod.php b/clients/client/php/lib/Model/UpdateSettingsFlowWithPasskeyMethod.php index 0966ba60ea..d1688a8cde 100644 --- a/clients/client/php/lib/Model/UpdateSettingsFlowWithPasskeyMethod.php +++ b/clients/client/php/lib/Model/UpdateSettingsFlowWithPasskeyMethod.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UpdateSettingsFlowWithPasswordMethod.php b/clients/client/php/lib/Model/UpdateSettingsFlowWithPasswordMethod.php index a222e54144..6243e177ce 100644 --- a/clients/client/php/lib/Model/UpdateSettingsFlowWithPasswordMethod.php +++ b/clients/client/php/lib/Model/UpdateSettingsFlowWithPasswordMethod.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UpdateSettingsFlowWithProfileMethod.php b/clients/client/php/lib/Model/UpdateSettingsFlowWithProfileMethod.php index 3a4357628b..fbb6a520d3 100644 --- a/clients/client/php/lib/Model/UpdateSettingsFlowWithProfileMethod.php +++ b/clients/client/php/lib/Model/UpdateSettingsFlowWithProfileMethod.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UpdateSettingsFlowWithTotpMethod.php b/clients/client/php/lib/Model/UpdateSettingsFlowWithTotpMethod.php index f07960a23f..e66329e879 100644 --- a/clients/client/php/lib/Model/UpdateSettingsFlowWithTotpMethod.php +++ b/clients/client/php/lib/Model/UpdateSettingsFlowWithTotpMethod.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UpdateSettingsFlowWithWebAuthnMethod.php b/clients/client/php/lib/Model/UpdateSettingsFlowWithWebAuthnMethod.php index c70d1c2005..a1c4d7a03e 100644 --- a/clients/client/php/lib/Model/UpdateSettingsFlowWithWebAuthnMethod.php +++ b/clients/client/php/lib/Model/UpdateSettingsFlowWithWebAuthnMethod.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UpdateSubscriptionBody.php b/clients/client/php/lib/Model/UpdateSubscriptionBody.php index 3896252186..727afb237f 100644 --- a/clients/client/php/lib/Model/UpdateSubscriptionBody.php +++ b/clients/client/php/lib/Model/UpdateSubscriptionBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UpdateVerificationFlowBody.php b/clients/client/php/lib/Model/UpdateVerificationFlowBody.php index 33c2124f28..1123ffe3a6 100644 --- a/clients/client/php/lib/Model/UpdateVerificationFlowBody.php +++ b/clients/client/php/lib/Model/UpdateVerificationFlowBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UpdateVerificationFlowWithCodeMethod.php b/clients/client/php/lib/Model/UpdateVerificationFlowWithCodeMethod.php index 372555ff23..b09206d432 100644 --- a/clients/client/php/lib/Model/UpdateVerificationFlowWithCodeMethod.php +++ b/clients/client/php/lib/Model/UpdateVerificationFlowWithCodeMethod.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UpdateVerificationFlowWithLinkMethod.php b/clients/client/php/lib/Model/UpdateVerificationFlowWithLinkMethod.php index 5ed6a0503f..239819ccd5 100644 --- a/clients/client/php/lib/Model/UpdateVerificationFlowWithLinkMethod.php +++ b/clients/client/php/lib/Model/UpdateVerificationFlowWithLinkMethod.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/UpdateWorkspaceBody.php b/clients/client/php/lib/Model/UpdateWorkspaceBody.php index bf4948f9b6..ac21469297 100644 --- a/clients/client/php/lib/Model/UpdateWorkspaceBody.php +++ b/clients/client/php/lib/Model/UpdateWorkspaceBody.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/Usage.php b/clients/client/php/lib/Model/Usage.php index 22dc5fe366..c9a5e61977 100644 --- a/clients/client/php/lib/Model/Usage.php +++ b/clients/client/php/lib/Model/Usage.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/VerifiableCredentialPrimingResponse.php b/clients/client/php/lib/Model/VerifiableCredentialPrimingResponse.php index b509baa573..418166d057 100644 --- a/clients/client/php/lib/Model/VerifiableCredentialPrimingResponse.php +++ b/clients/client/php/lib/Model/VerifiableCredentialPrimingResponse.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/VerifiableCredentialProof.php b/clients/client/php/lib/Model/VerifiableCredentialProof.php index d5cca6eebd..d49fc41721 100644 --- a/clients/client/php/lib/Model/VerifiableCredentialProof.php +++ b/clients/client/php/lib/Model/VerifiableCredentialProof.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/VerifiableCredentialResponse.php b/clients/client/php/lib/Model/VerifiableCredentialResponse.php index aa5b38d906..f7a7124f11 100644 --- a/clients/client/php/lib/Model/VerifiableCredentialResponse.php +++ b/clients/client/php/lib/Model/VerifiableCredentialResponse.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/VerifiableIdentityAddress.php b/clients/client/php/lib/Model/VerifiableIdentityAddress.php index 8a9538f5b9..73e486a657 100644 --- a/clients/client/php/lib/Model/VerifiableIdentityAddress.php +++ b/clients/client/php/lib/Model/VerifiableIdentityAddress.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/VerificationFlow.php b/clients/client/php/lib/Model/VerificationFlow.php index 7978fcca63..4913b69f4e 100644 --- a/clients/client/php/lib/Model/VerificationFlow.php +++ b/clients/client/php/lib/Model/VerificationFlow.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/VerificationFlowState.php b/clients/client/php/lib/Model/VerificationFlowState.php index 2085d32bbc..cafcba7e64 100644 --- a/clients/client/php/lib/Model/VerificationFlowState.php +++ b/clients/client/php/lib/Model/VerificationFlowState.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/Version.php b/clients/client/php/lib/Model/Version.php index 25ddf7206c..ca830e220a 100644 --- a/clients/client/php/lib/Model/Version.php +++ b/clients/client/php/lib/Model/Version.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/Warning.php b/clients/client/php/lib/Model/Warning.php index 02554daf81..36be95f32f 100644 --- a/clients/client/php/lib/Model/Warning.php +++ b/clients/client/php/lib/Model/Warning.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/Workspace.php b/clients/client/php/lib/Model/Workspace.php index 2325e56b96..f055c11dc4 100644 --- a/clients/client/php/lib/Model/Workspace.php +++ b/clients/client/php/lib/Model/Workspace.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/Model/WorkspaceApiKey.php b/clients/client/php/lib/Model/WorkspaceApiKey.php index fd1797fdb1..4ff7885172 100644 --- a/clients/client/php/lib/Model/WorkspaceApiKey.php +++ b/clients/client/php/lib/Model/WorkspaceApiKey.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/lib/ObjectSerializer.php b/clients/client/php/lib/ObjectSerializer.php index 5f2a650b98..2281c31961 100644 --- a/clients/client/php/lib/ObjectSerializer.php +++ b/clients/client/php/lib/ObjectSerializer.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Api/CourierApiTest.php b/clients/client/php/test/Api/CourierApiTest.php index d2eef6ad05..49322740ec 100644 --- a/clients/client/php/test/Api/CourierApiTest.php +++ b/clients/client/php/test/Api/CourierApiTest.php @@ -14,7 +14,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Api/EventsApiTest.php b/clients/client/php/test/Api/EventsApiTest.php index a955be2b15..445a426dbf 100644 --- a/clients/client/php/test/Api/EventsApiTest.php +++ b/clients/client/php/test/Api/EventsApiTest.php @@ -14,7 +14,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Api/FrontendApiTest.php b/clients/client/php/test/Api/FrontendApiTest.php index a31fe380e1..9155a36fa9 100644 --- a/clients/client/php/test/Api/FrontendApiTest.php +++ b/clients/client/php/test/Api/FrontendApiTest.php @@ -14,7 +14,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Api/IdentityApiTest.php b/clients/client/php/test/Api/IdentityApiTest.php index fa8caebfb0..191265fac0 100644 --- a/clients/client/php/test/Api/IdentityApiTest.php +++ b/clients/client/php/test/Api/IdentityApiTest.php @@ -14,7 +14,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Api/JwkApiTest.php b/clients/client/php/test/Api/JwkApiTest.php index e3d0b5a6c9..822d781245 100644 --- a/clients/client/php/test/Api/JwkApiTest.php +++ b/clients/client/php/test/Api/JwkApiTest.php @@ -14,7 +14,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Api/MetadataApiTest.php b/clients/client/php/test/Api/MetadataApiTest.php index 88de44a47d..2b02a0042d 100644 --- a/clients/client/php/test/Api/MetadataApiTest.php +++ b/clients/client/php/test/Api/MetadataApiTest.php @@ -14,7 +14,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Api/OAuth2ApiTest.php b/clients/client/php/test/Api/OAuth2ApiTest.php index da3e4ae3d4..ff13e4d791 100644 --- a/clients/client/php/test/Api/OAuth2ApiTest.php +++ b/clients/client/php/test/Api/OAuth2ApiTest.php @@ -14,7 +14,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Api/OidcApiTest.php b/clients/client/php/test/Api/OidcApiTest.php index 7f5558deda..61315d2320 100644 --- a/clients/client/php/test/Api/OidcApiTest.php +++ b/clients/client/php/test/Api/OidcApiTest.php @@ -14,7 +14,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Api/PermissionApiTest.php b/clients/client/php/test/Api/PermissionApiTest.php index 7f8cc1db56..365c2d335d 100644 --- a/clients/client/php/test/Api/PermissionApiTest.php +++ b/clients/client/php/test/Api/PermissionApiTest.php @@ -14,7 +14,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Api/ProjectApiTest.php b/clients/client/php/test/Api/ProjectApiTest.php index 3d4c182e22..4c91e8bc78 100644 --- a/clients/client/php/test/Api/ProjectApiTest.php +++ b/clients/client/php/test/Api/ProjectApiTest.php @@ -14,7 +14,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 @@ -216,6 +216,18 @@ public function testPatchProject() self::markTestIncomplete('Not implemented'); } + /** + * Test case for patchProjectWithRevision + * + * Patch an Ory Network Project Configuration based on a revision ID. + * + */ + public function testPatchProjectWithRevision() + { + // TODO: implement + self::markTestIncomplete('Not implemented'); + } + /** * Test case for purgeProject * diff --git a/clients/client/php/test/Api/RelationshipApiTest.php b/clients/client/php/test/Api/RelationshipApiTest.php index fcfbe67747..62af27ee44 100644 --- a/clients/client/php/test/Api/RelationshipApiTest.php +++ b/clients/client/php/test/Api/RelationshipApiTest.php @@ -14,7 +14,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Api/WellknownApiTest.php b/clients/client/php/test/Api/WellknownApiTest.php index 2ed383f0b8..d450a214e6 100644 --- a/clients/client/php/test/Api/WellknownApiTest.php +++ b/clients/client/php/test/Api/WellknownApiTest.php @@ -14,7 +14,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Api/WorkspaceApiTest.php b/clients/client/php/test/Api/WorkspaceApiTest.php index 3a130f45bd..b0be163764 100644 --- a/clients/client/php/test/Api/WorkspaceApiTest.php +++ b/clients/client/php/test/Api/WorkspaceApiTest.php @@ -14,7 +14,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/AcceptOAuth2ConsentRequestSessionTest.php b/clients/client/php/test/Model/AcceptOAuth2ConsentRequestSessionTest.php index 507f001b66..beb9c8eb8a 100644 --- a/clients/client/php/test/Model/AcceptOAuth2ConsentRequestSessionTest.php +++ b/clients/client/php/test/Model/AcceptOAuth2ConsentRequestSessionTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/AcceptOAuth2ConsentRequestTest.php b/clients/client/php/test/Model/AcceptOAuth2ConsentRequestTest.php index eff066baa3..2e1db29ad9 100644 --- a/clients/client/php/test/Model/AcceptOAuth2ConsentRequestTest.php +++ b/clients/client/php/test/Model/AcceptOAuth2ConsentRequestTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/AcceptOAuth2LoginRequestTest.php b/clients/client/php/test/Model/AcceptOAuth2LoginRequestTest.php index 4a8ac12465..7f7ea8c1ee 100644 --- a/clients/client/php/test/Model/AcceptOAuth2LoginRequestTest.php +++ b/clients/client/php/test/Model/AcceptOAuth2LoginRequestTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/AccountExperienceConfigurationTest.php b/clients/client/php/test/Model/AccountExperienceConfigurationTest.php index f68dca6421..ba90496aad 100644 --- a/clients/client/php/test/Model/AccountExperienceConfigurationTest.php +++ b/clients/client/php/test/Model/AccountExperienceConfigurationTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/AccountExperienceThemeVariablesTest.php b/clients/client/php/test/Model/AccountExperienceThemeVariablesTest.php index 63b3214d23..270dc5a49d 100644 --- a/clients/client/php/test/Model/AccountExperienceThemeVariablesTest.php +++ b/clients/client/php/test/Model/AccountExperienceThemeVariablesTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ActiveProjectInConsoleTest.php b/clients/client/php/test/Model/ActiveProjectInConsoleTest.php index 59f0f31b83..cac723d3fa 100644 --- a/clients/client/php/test/Model/ActiveProjectInConsoleTest.php +++ b/clients/client/php/test/Model/ActiveProjectInConsoleTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/AddProjectToWorkspaceBodyTest.php b/clients/client/php/test/Model/AddProjectToWorkspaceBodyTest.php index a32a2a20f2..75896deab3 100644 --- a/clients/client/php/test/Model/AddProjectToWorkspaceBodyTest.php +++ b/clients/client/php/test/Model/AddProjectToWorkspaceBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/AttributeFilterTest.php b/clients/client/php/test/Model/AttributeFilterTest.php index 1f43f18da4..6a47d9f3a7 100644 --- a/clients/client/php/test/Model/AttributeFilterTest.php +++ b/clients/client/php/test/Model/AttributeFilterTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/AttributeTest.php b/clients/client/php/test/Model/AttributeTest.php index f05489a93b..a3a4308555 100644 --- a/clients/client/php/test/Model/AttributeTest.php +++ b/clients/client/php/test/Model/AttributeTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/AttributesCountDatapointTest.php b/clients/client/php/test/Model/AttributesCountDatapointTest.php index feae08d813..589680bb4d 100644 --- a/clients/client/php/test/Model/AttributesCountDatapointTest.php +++ b/clients/client/php/test/Model/AttributesCountDatapointTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/AuthenticatorAssuranceLevelTest.php b/clients/client/php/test/Model/AuthenticatorAssuranceLevelTest.php index 08dbeb8a5e..e7d6c41490 100644 --- a/clients/client/php/test/Model/AuthenticatorAssuranceLevelTest.php +++ b/clients/client/php/test/Model/AuthenticatorAssuranceLevelTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/BatchCheckPermissionBodyTest.php b/clients/client/php/test/Model/BatchCheckPermissionBodyTest.php index 28b2c2ab10..d807fd9dec 100644 --- a/clients/client/php/test/Model/BatchCheckPermissionBodyTest.php +++ b/clients/client/php/test/Model/BatchCheckPermissionBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/BatchCheckPermissionResultTest.php b/clients/client/php/test/Model/BatchCheckPermissionResultTest.php index 576f4f6324..725495c10c 100644 --- a/clients/client/php/test/Model/BatchCheckPermissionResultTest.php +++ b/clients/client/php/test/Model/BatchCheckPermissionResultTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/BatchPatchIdentitiesResponseTest.php b/clients/client/php/test/Model/BatchPatchIdentitiesResponseTest.php index 058b51ed05..fb444ed3d9 100644 --- a/clients/client/php/test/Model/BatchPatchIdentitiesResponseTest.php +++ b/clients/client/php/test/Model/BatchPatchIdentitiesResponseTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/BillingPeriodBucketTest.php b/clients/client/php/test/Model/BillingPeriodBucketTest.php index ee3d26ddb5..21428dfbe9 100644 --- a/clients/client/php/test/Model/BillingPeriodBucketTest.php +++ b/clients/client/php/test/Model/BillingPeriodBucketTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/CheckOplSyntaxResultTest.php b/clients/client/php/test/Model/CheckOplSyntaxResultTest.php index e5959b2923..8f808398c9 100644 --- a/clients/client/php/test/Model/CheckOplSyntaxResultTest.php +++ b/clients/client/php/test/Model/CheckOplSyntaxResultTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/CheckPermissionResultTest.php b/clients/client/php/test/Model/CheckPermissionResultTest.php index a9bfa4e2d8..ef595a0667 100644 --- a/clients/client/php/test/Model/CheckPermissionResultTest.php +++ b/clients/client/php/test/Model/CheckPermissionResultTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/CheckPermissionResultWithErrorTest.php b/clients/client/php/test/Model/CheckPermissionResultWithErrorTest.php index c84d60ebe2..5546b6de61 100644 --- a/clients/client/php/test/Model/CheckPermissionResultWithErrorTest.php +++ b/clients/client/php/test/Model/CheckPermissionResultWithErrorTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/CloudAccountTest.php b/clients/client/php/test/Model/CloudAccountTest.php index 9edd7f2cf9..7a1c6d1164 100644 --- a/clients/client/php/test/Model/CloudAccountTest.php +++ b/clients/client/php/test/Model/CloudAccountTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ConsistencyRequestParametersTest.php b/clients/client/php/test/Model/ConsistencyRequestParametersTest.php index 5a99d7d297..38339c88c9 100644 --- a/clients/client/php/test/Model/ConsistencyRequestParametersTest.php +++ b/clients/client/php/test/Model/ConsistencyRequestParametersTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ContinueWithRecoveryUiFlowTest.php b/clients/client/php/test/Model/ContinueWithRecoveryUiFlowTest.php index 07744799a0..67e680c801 100644 --- a/clients/client/php/test/Model/ContinueWithRecoveryUiFlowTest.php +++ b/clients/client/php/test/Model/ContinueWithRecoveryUiFlowTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ContinueWithRecoveryUiTest.php b/clients/client/php/test/Model/ContinueWithRecoveryUiTest.php index bb561e21c2..0712a0f614 100644 --- a/clients/client/php/test/Model/ContinueWithRecoveryUiTest.php +++ b/clients/client/php/test/Model/ContinueWithRecoveryUiTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ContinueWithRedirectBrowserToTest.php b/clients/client/php/test/Model/ContinueWithRedirectBrowserToTest.php index afc947f382..3319f654d3 100644 --- a/clients/client/php/test/Model/ContinueWithRedirectBrowserToTest.php +++ b/clients/client/php/test/Model/ContinueWithRedirectBrowserToTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ContinueWithSetOrySessionTokenTest.php b/clients/client/php/test/Model/ContinueWithSetOrySessionTokenTest.php index 35af7cc0e2..47975fd34c 100644 --- a/clients/client/php/test/Model/ContinueWithSetOrySessionTokenTest.php +++ b/clients/client/php/test/Model/ContinueWithSetOrySessionTokenTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ContinueWithSettingsUiFlowTest.php b/clients/client/php/test/Model/ContinueWithSettingsUiFlowTest.php index 28e4fa5af8..cef561da1a 100644 --- a/clients/client/php/test/Model/ContinueWithSettingsUiFlowTest.php +++ b/clients/client/php/test/Model/ContinueWithSettingsUiFlowTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ContinueWithSettingsUiTest.php b/clients/client/php/test/Model/ContinueWithSettingsUiTest.php index e15a888f8e..1553eabef5 100644 --- a/clients/client/php/test/Model/ContinueWithSettingsUiTest.php +++ b/clients/client/php/test/Model/ContinueWithSettingsUiTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ContinueWithTest.php b/clients/client/php/test/Model/ContinueWithTest.php index 755f6e5071..1b96f10b12 100644 --- a/clients/client/php/test/Model/ContinueWithTest.php +++ b/clients/client/php/test/Model/ContinueWithTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ContinueWithVerificationUiFlowTest.php b/clients/client/php/test/Model/ContinueWithVerificationUiFlowTest.php index 44144cb81e..37aa7467d5 100644 --- a/clients/client/php/test/Model/ContinueWithVerificationUiFlowTest.php +++ b/clients/client/php/test/Model/ContinueWithVerificationUiFlowTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ContinueWithVerificationUiTest.php b/clients/client/php/test/Model/ContinueWithVerificationUiTest.php index 4eeea2ff09..df6cf63114 100644 --- a/clients/client/php/test/Model/ContinueWithVerificationUiTest.php +++ b/clients/client/php/test/Model/ContinueWithVerificationUiTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/CourierMessageStatusTest.php b/clients/client/php/test/Model/CourierMessageStatusTest.php index a203a34b35..c72cdfce50 100644 --- a/clients/client/php/test/Model/CourierMessageStatusTest.php +++ b/clients/client/php/test/Model/CourierMessageStatusTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/CourierMessageTypeTest.php b/clients/client/php/test/Model/CourierMessageTypeTest.php index 161237ef8a..e8ad23df27 100644 --- a/clients/client/php/test/Model/CourierMessageTypeTest.php +++ b/clients/client/php/test/Model/CourierMessageTypeTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/CreateCustomDomainBodyTest.php b/clients/client/php/test/Model/CreateCustomDomainBodyTest.php index 5d486d314d..db3f707034 100644 --- a/clients/client/php/test/Model/CreateCustomDomainBodyTest.php +++ b/clients/client/php/test/Model/CreateCustomDomainBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/CreateEventStreamBodyTest.php b/clients/client/php/test/Model/CreateEventStreamBodyTest.php index a27ec14546..79701149ab 100644 --- a/clients/client/php/test/Model/CreateEventStreamBodyTest.php +++ b/clients/client/php/test/Model/CreateEventStreamBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/CreateIdentityBodyTest.php b/clients/client/php/test/Model/CreateIdentityBodyTest.php index 11fa19b0cc..a8d91aabc6 100644 --- a/clients/client/php/test/Model/CreateIdentityBodyTest.php +++ b/clients/client/php/test/Model/CreateIdentityBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/CreateInviteResponseTest.php b/clients/client/php/test/Model/CreateInviteResponseTest.php index 4caaa96fc3..845031d582 100644 --- a/clients/client/php/test/Model/CreateInviteResponseTest.php +++ b/clients/client/php/test/Model/CreateInviteResponseTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/CreateJsonWebKeySetTest.php b/clients/client/php/test/Model/CreateJsonWebKeySetTest.php index 4c49d9651a..c7a0ad6488 100644 --- a/clients/client/php/test/Model/CreateJsonWebKeySetTest.php +++ b/clients/client/php/test/Model/CreateJsonWebKeySetTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/CreateProjectApiKeyRequestTest.php b/clients/client/php/test/Model/CreateProjectApiKeyRequestTest.php index 7ad9ef4975..3ab7abae69 100644 --- a/clients/client/php/test/Model/CreateProjectApiKeyRequestTest.php +++ b/clients/client/php/test/Model/CreateProjectApiKeyRequestTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/CreateProjectBodyTest.php b/clients/client/php/test/Model/CreateProjectBodyTest.php index de0938c11f..802aae05e6 100644 --- a/clients/client/php/test/Model/CreateProjectBodyTest.php +++ b/clients/client/php/test/Model/CreateProjectBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/CreateProjectBrandingTest.php b/clients/client/php/test/Model/CreateProjectBrandingTest.php index 8439a23b68..984d8281be 100644 --- a/clients/client/php/test/Model/CreateProjectBrandingTest.php +++ b/clients/client/php/test/Model/CreateProjectBrandingTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/CreateProjectMemberInviteBodyTest.php b/clients/client/php/test/Model/CreateProjectMemberInviteBodyTest.php index 5fa4119153..d24168b64e 100644 --- a/clients/client/php/test/Model/CreateProjectMemberInviteBodyTest.php +++ b/clients/client/php/test/Model/CreateProjectMemberInviteBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/CreateProjectNormalizedPayloadTest.php b/clients/client/php/test/Model/CreateProjectNormalizedPayloadTest.php index dcd68662ba..715e216f1c 100644 --- a/clients/client/php/test/Model/CreateProjectNormalizedPayloadTest.php +++ b/clients/client/php/test/Model/CreateProjectNormalizedPayloadTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/CreateRecoveryCodeForIdentityBodyTest.php b/clients/client/php/test/Model/CreateRecoveryCodeForIdentityBodyTest.php index 265e7d3972..cad96d0cec 100644 --- a/clients/client/php/test/Model/CreateRecoveryCodeForIdentityBodyTest.php +++ b/clients/client/php/test/Model/CreateRecoveryCodeForIdentityBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/CreateRecoveryLinkForIdentityBodyTest.php b/clients/client/php/test/Model/CreateRecoveryLinkForIdentityBodyTest.php index 24e05b3c27..3eea5c1c78 100644 --- a/clients/client/php/test/Model/CreateRecoveryLinkForIdentityBodyTest.php +++ b/clients/client/php/test/Model/CreateRecoveryLinkForIdentityBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/CreateRelationshipBodyTest.php b/clients/client/php/test/Model/CreateRelationshipBodyTest.php index 75b63eb059..55f0162005 100644 --- a/clients/client/php/test/Model/CreateRelationshipBodyTest.php +++ b/clients/client/php/test/Model/CreateRelationshipBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/CreateSubscriptionBodyTest.php b/clients/client/php/test/Model/CreateSubscriptionBodyTest.php index a5a2c82cce..6f8c4397bf 100644 --- a/clients/client/php/test/Model/CreateSubscriptionBodyTest.php +++ b/clients/client/php/test/Model/CreateSubscriptionBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/CreateSubscriptionCommonTest.php b/clients/client/php/test/Model/CreateSubscriptionCommonTest.php index 08915fdd10..fe84b4fe2b 100644 --- a/clients/client/php/test/Model/CreateSubscriptionCommonTest.php +++ b/clients/client/php/test/Model/CreateSubscriptionCommonTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/CreateVerifiableCredentialRequestBodyTest.php b/clients/client/php/test/Model/CreateVerifiableCredentialRequestBodyTest.php index 5d65d97925..746276b7b2 100644 --- a/clients/client/php/test/Model/CreateVerifiableCredentialRequestBodyTest.php +++ b/clients/client/php/test/Model/CreateVerifiableCredentialRequestBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/CreateWorkspaceApiKeyBodyTest.php b/clients/client/php/test/Model/CreateWorkspaceApiKeyBodyTest.php index 4f0ba7eaaa..55b1545e2f 100644 --- a/clients/client/php/test/Model/CreateWorkspaceApiKeyBodyTest.php +++ b/clients/client/php/test/Model/CreateWorkspaceApiKeyBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/CreateWorkspaceBodyTest.php b/clients/client/php/test/Model/CreateWorkspaceBodyTest.php index d685dfec25..b7a6a72b16 100644 --- a/clients/client/php/test/Model/CreateWorkspaceBodyTest.php +++ b/clients/client/php/test/Model/CreateWorkspaceBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/CreateWorkspaceMemberInviteBodyTest.php b/clients/client/php/test/Model/CreateWorkspaceMemberInviteBodyTest.php index 48443f29ad..672cbf2d1a 100644 --- a/clients/client/php/test/Model/CreateWorkspaceMemberInviteBodyTest.php +++ b/clients/client/php/test/Model/CreateWorkspaceMemberInviteBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/CreateWorkspaceSubscriptionBodyTest.php b/clients/client/php/test/Model/CreateWorkspaceSubscriptionBodyTest.php index 6741d1b355..b19f6597ac 100644 --- a/clients/client/php/test/Model/CreateWorkspaceSubscriptionBodyTest.php +++ b/clients/client/php/test/Model/CreateWorkspaceSubscriptionBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/CredentialSupportedDraft00Test.php b/clients/client/php/test/Model/CredentialSupportedDraft00Test.php index 7338223923..40b9d7f01b 100644 --- a/clients/client/php/test/Model/CredentialSupportedDraft00Test.php +++ b/clients/client/php/test/Model/CredentialSupportedDraft00Test.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/CustomDomainTest.php b/clients/client/php/test/Model/CustomDomainTest.php index 2bf59fa629..4917d5a749 100644 --- a/clients/client/php/test/Model/CustomDomainTest.php +++ b/clients/client/php/test/Model/CustomDomainTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/DeleteMySessionsCountTest.php b/clients/client/php/test/Model/DeleteMySessionsCountTest.php index 8a5d8013c8..2f9c64dd3c 100644 --- a/clients/client/php/test/Model/DeleteMySessionsCountTest.php +++ b/clients/client/php/test/Model/DeleteMySessionsCountTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/EmailTemplateDataBodyTest.php b/clients/client/php/test/Model/EmailTemplateDataBodyTest.php index 904f026ccc..cf05d72646 100644 --- a/clients/client/php/test/Model/EmailTemplateDataBodyTest.php +++ b/clients/client/php/test/Model/EmailTemplateDataBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/EmailTemplateDataTest.php b/clients/client/php/test/Model/EmailTemplateDataTest.php index 1f9602f263..ec58822b85 100644 --- a/clients/client/php/test/Model/EmailTemplateDataTest.php +++ b/clients/client/php/test/Model/EmailTemplateDataTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ErrorAuthenticatorAssuranceLevelNotSatisfiedTest.php b/clients/client/php/test/Model/ErrorAuthenticatorAssuranceLevelNotSatisfiedTest.php index 671c7cb6f4..29f4aaa622 100644 --- a/clients/client/php/test/Model/ErrorAuthenticatorAssuranceLevelNotSatisfiedTest.php +++ b/clients/client/php/test/Model/ErrorAuthenticatorAssuranceLevelNotSatisfiedTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ErrorBrowserLocationChangeRequiredTest.php b/clients/client/php/test/Model/ErrorBrowserLocationChangeRequiredTest.php index 54fd123f3c..31152c3f54 100644 --- a/clients/client/php/test/Model/ErrorBrowserLocationChangeRequiredTest.php +++ b/clients/client/php/test/Model/ErrorBrowserLocationChangeRequiredTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ErrorFlowReplacedTest.php b/clients/client/php/test/Model/ErrorFlowReplacedTest.php index 0861acc362..ffaabd012b 100644 --- a/clients/client/php/test/Model/ErrorFlowReplacedTest.php +++ b/clients/client/php/test/Model/ErrorFlowReplacedTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ErrorGenericTest.php b/clients/client/php/test/Model/ErrorGenericTest.php index 2ce30d975a..6a0c8352da 100644 --- a/clients/client/php/test/Model/ErrorGenericTest.php +++ b/clients/client/php/test/Model/ErrorGenericTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ErrorOAuth2Test.php b/clients/client/php/test/Model/ErrorOAuth2Test.php index d38967c12e..1169f72dde 100644 --- a/clients/client/php/test/Model/ErrorOAuth2Test.php +++ b/clients/client/php/test/Model/ErrorOAuth2Test.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/EventStreamTest.php b/clients/client/php/test/Model/EventStreamTest.php index 06fe5ddbbe..3dc9f021aa 100644 --- a/clients/client/php/test/Model/EventStreamTest.php +++ b/clients/client/php/test/Model/EventStreamTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ExpandedPermissionTreeTest.php b/clients/client/php/test/Model/ExpandedPermissionTreeTest.php index d47846f416..c9b731d09b 100644 --- a/clients/client/php/test/Model/ExpandedPermissionTreeTest.php +++ b/clients/client/php/test/Model/ExpandedPermissionTreeTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/FlowErrorTest.php b/clients/client/php/test/Model/FlowErrorTest.php index e5c22f8795..34c7d924ac 100644 --- a/clients/client/php/test/Model/FlowErrorTest.php +++ b/clients/client/php/test/Model/FlowErrorTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/GenericErrorContentTest.php b/clients/client/php/test/Model/GenericErrorContentTest.php index 0b4b0fead4..26aa7cec03 100644 --- a/clients/client/php/test/Model/GenericErrorContentTest.php +++ b/clients/client/php/test/Model/GenericErrorContentTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/GenericErrorTest.php b/clients/client/php/test/Model/GenericErrorTest.php index 6d15f739d8..7607438366 100644 --- a/clients/client/php/test/Model/GenericErrorTest.php +++ b/clients/client/php/test/Model/GenericErrorTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/GenericUsageTest.php b/clients/client/php/test/Model/GenericUsageTest.php index 6b0a962009..710f7fb1ad 100644 --- a/clients/client/php/test/Model/GenericUsageTest.php +++ b/clients/client/php/test/Model/GenericUsageTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/GetAttributesCountResponseTest.php b/clients/client/php/test/Model/GetAttributesCountResponseTest.php index 00a7b6f678..58f73e7d7c 100644 --- a/clients/client/php/test/Model/GetAttributesCountResponseTest.php +++ b/clients/client/php/test/Model/GetAttributesCountResponseTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/GetManagedIdentitySchemaLocationTest.php b/clients/client/php/test/Model/GetManagedIdentitySchemaLocationTest.php index 936b5fa06c..28bf30526d 100644 --- a/clients/client/php/test/Model/GetManagedIdentitySchemaLocationTest.php +++ b/clients/client/php/test/Model/GetManagedIdentitySchemaLocationTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/GetMetricsEventAttributesResponseTest.php b/clients/client/php/test/Model/GetMetricsEventAttributesResponseTest.php index 75cc53591c..3b0fc9c660 100644 --- a/clients/client/php/test/Model/GetMetricsEventAttributesResponseTest.php +++ b/clients/client/php/test/Model/GetMetricsEventAttributesResponseTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/GetMetricsEventTypesResponseTest.php b/clients/client/php/test/Model/GetMetricsEventTypesResponseTest.php index cdf67d52ff..146999c644 100644 --- a/clients/client/php/test/Model/GetMetricsEventTypesResponseTest.php +++ b/clients/client/php/test/Model/GetMetricsEventTypesResponseTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/GetOrganizationResponseTest.php b/clients/client/php/test/Model/GetOrganizationResponseTest.php index 7080e3003c..e492de37c4 100644 --- a/clients/client/php/test/Model/GetOrganizationResponseTest.php +++ b/clients/client/php/test/Model/GetOrganizationResponseTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/GetProjectEventsBodyTest.php b/clients/client/php/test/Model/GetProjectEventsBodyTest.php index f942161087..93fa817fcb 100644 --- a/clients/client/php/test/Model/GetProjectEventsBodyTest.php +++ b/clients/client/php/test/Model/GetProjectEventsBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/GetProjectEventsResponseTest.php b/clients/client/php/test/Model/GetProjectEventsResponseTest.php index 01aa64cdb1..b4648c5100 100644 --- a/clients/client/php/test/Model/GetProjectEventsResponseTest.php +++ b/clients/client/php/test/Model/GetProjectEventsResponseTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/GetProjectMetricsResponseTest.php b/clients/client/php/test/Model/GetProjectMetricsResponseTest.php index c04db9beab..52859d6372 100644 --- a/clients/client/php/test/Model/GetProjectMetricsResponseTest.php +++ b/clients/client/php/test/Model/GetProjectMetricsResponseTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/GetSessionActivityResponseTest.php b/clients/client/php/test/Model/GetSessionActivityResponseTest.php index c001610217..958ad3dc4f 100644 --- a/clients/client/php/test/Model/GetSessionActivityResponseTest.php +++ b/clients/client/php/test/Model/GetSessionActivityResponseTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/GetVersion200ResponseTest.php b/clients/client/php/test/Model/GetVersion200ResponseTest.php index 0d3fbba972..604df7ffdf 100644 --- a/clients/client/php/test/Model/GetVersion200ResponseTest.php +++ b/clients/client/php/test/Model/GetVersion200ResponseTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/HealthNotReadyStatusTest.php b/clients/client/php/test/Model/HealthNotReadyStatusTest.php index 6db8fafceb..7762210944 100644 --- a/clients/client/php/test/Model/HealthNotReadyStatusTest.php +++ b/clients/client/php/test/Model/HealthNotReadyStatusTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/HealthStatusTest.php b/clients/client/php/test/Model/HealthStatusTest.php index 7525ed0c0a..cf525f5e93 100644 --- a/clients/client/php/test/Model/HealthStatusTest.php +++ b/clients/client/php/test/Model/HealthStatusTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/IdentityCredentialsCodeTest.php b/clients/client/php/test/Model/IdentityCredentialsCodeTest.php index 34a1d971f3..118e031cb7 100644 --- a/clients/client/php/test/Model/IdentityCredentialsCodeTest.php +++ b/clients/client/php/test/Model/IdentityCredentialsCodeTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/IdentityCredentialsOidcProviderTest.php b/clients/client/php/test/Model/IdentityCredentialsOidcProviderTest.php index bc78afd961..6067b919e1 100644 --- a/clients/client/php/test/Model/IdentityCredentialsOidcProviderTest.php +++ b/clients/client/php/test/Model/IdentityCredentialsOidcProviderTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/IdentityCredentialsOidcTest.php b/clients/client/php/test/Model/IdentityCredentialsOidcTest.php index 6f0992482c..8d6f173523 100644 --- a/clients/client/php/test/Model/IdentityCredentialsOidcTest.php +++ b/clients/client/php/test/Model/IdentityCredentialsOidcTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/IdentityCredentialsPasswordTest.php b/clients/client/php/test/Model/IdentityCredentialsPasswordTest.php index 7d2100e489..e84de2cd1d 100644 --- a/clients/client/php/test/Model/IdentityCredentialsPasswordTest.php +++ b/clients/client/php/test/Model/IdentityCredentialsPasswordTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/IdentityCredentialsTest.php b/clients/client/php/test/Model/IdentityCredentialsTest.php index e19859b9c2..e60859b28c 100644 --- a/clients/client/php/test/Model/IdentityCredentialsTest.php +++ b/clients/client/php/test/Model/IdentityCredentialsTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/IdentityPatchResponseTest.php b/clients/client/php/test/Model/IdentityPatchResponseTest.php index e989e44a37..276a65ed74 100644 --- a/clients/client/php/test/Model/IdentityPatchResponseTest.php +++ b/clients/client/php/test/Model/IdentityPatchResponseTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/IdentityPatchTest.php b/clients/client/php/test/Model/IdentityPatchTest.php index d9098a43a2..1211fc19fb 100644 --- a/clients/client/php/test/Model/IdentityPatchTest.php +++ b/clients/client/php/test/Model/IdentityPatchTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/IdentitySchemaContainerTest.php b/clients/client/php/test/Model/IdentitySchemaContainerTest.php index 475ae17e58..78f8c543f9 100644 --- a/clients/client/php/test/Model/IdentitySchemaContainerTest.php +++ b/clients/client/php/test/Model/IdentitySchemaContainerTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/IdentitySchemaPresetTest.php b/clients/client/php/test/Model/IdentitySchemaPresetTest.php index dd9457d660..42926c3620 100644 --- a/clients/client/php/test/Model/IdentitySchemaPresetTest.php +++ b/clients/client/php/test/Model/IdentitySchemaPresetTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/IdentityTest.php b/clients/client/php/test/Model/IdentityTest.php index 5a48196121..2df6dfc36d 100644 --- a/clients/client/php/test/Model/IdentityTest.php +++ b/clients/client/php/test/Model/IdentityTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/IdentityWithCredentialsOidcConfigProviderTest.php b/clients/client/php/test/Model/IdentityWithCredentialsOidcConfigProviderTest.php index a66f89a63f..ccfffbe055 100644 --- a/clients/client/php/test/Model/IdentityWithCredentialsOidcConfigProviderTest.php +++ b/clients/client/php/test/Model/IdentityWithCredentialsOidcConfigProviderTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/IdentityWithCredentialsOidcConfigTest.php b/clients/client/php/test/Model/IdentityWithCredentialsOidcConfigTest.php index c1a6ceba3a..ee2a5cb15e 100644 --- a/clients/client/php/test/Model/IdentityWithCredentialsOidcConfigTest.php +++ b/clients/client/php/test/Model/IdentityWithCredentialsOidcConfigTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/IdentityWithCredentialsOidcTest.php b/clients/client/php/test/Model/IdentityWithCredentialsOidcTest.php index a1af25088b..ce4d1b7749 100644 --- a/clients/client/php/test/Model/IdentityWithCredentialsOidcTest.php +++ b/clients/client/php/test/Model/IdentityWithCredentialsOidcTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/IdentityWithCredentialsPasswordConfigTest.php b/clients/client/php/test/Model/IdentityWithCredentialsPasswordConfigTest.php index 4e2e34e2cd..ca41418610 100644 --- a/clients/client/php/test/Model/IdentityWithCredentialsPasswordConfigTest.php +++ b/clients/client/php/test/Model/IdentityWithCredentialsPasswordConfigTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/IdentityWithCredentialsPasswordTest.php b/clients/client/php/test/Model/IdentityWithCredentialsPasswordTest.php index a31d5d6d45..52c2a83c01 100644 --- a/clients/client/php/test/Model/IdentityWithCredentialsPasswordTest.php +++ b/clients/client/php/test/Model/IdentityWithCredentialsPasswordTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/IdentityWithCredentialsTest.php b/clients/client/php/test/Model/IdentityWithCredentialsTest.php index 98798b6646..4e52e2b107 100644 --- a/clients/client/php/test/Model/IdentityWithCredentialsTest.php +++ b/clients/client/php/test/Model/IdentityWithCredentialsTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/InternalGetProjectBrandingBodyTest.php b/clients/client/php/test/Model/InternalGetProjectBrandingBodyTest.php index f22d2dc6f9..04cbdb2734 100644 --- a/clients/client/php/test/Model/InternalGetProjectBrandingBodyTest.php +++ b/clients/client/php/test/Model/InternalGetProjectBrandingBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/InternalIsAXWelcomeScreenEnabledForProjectBodyTest.php b/clients/client/php/test/Model/InternalIsAXWelcomeScreenEnabledForProjectBodyTest.php index 8c2113ab60..af31b6f7de 100644 --- a/clients/client/php/test/Model/InternalIsAXWelcomeScreenEnabledForProjectBodyTest.php +++ b/clients/client/php/test/Model/InternalIsAXWelcomeScreenEnabledForProjectBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/InternalIsOwnerForProjectBySlugBodyTest.php b/clients/client/php/test/Model/InternalIsOwnerForProjectBySlugBodyTest.php index 4dd58c3e77..4114c8bc36 100644 --- a/clients/client/php/test/Model/InternalIsOwnerForProjectBySlugBodyTest.php +++ b/clients/client/php/test/Model/InternalIsOwnerForProjectBySlugBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/InternalIsOwnerForProjectBySlugResponseTest.php b/clients/client/php/test/Model/InternalIsOwnerForProjectBySlugResponseTest.php index 4993000d3f..ade9d04f66 100644 --- a/clients/client/php/test/Model/InternalIsOwnerForProjectBySlugResponseTest.php +++ b/clients/client/php/test/Model/InternalIsOwnerForProjectBySlugResponseTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/IntrospectedOAuth2TokenTest.php b/clients/client/php/test/Model/IntrospectedOAuth2TokenTest.php index b45a383438..30f16bc8d7 100644 --- a/clients/client/php/test/Model/IntrospectedOAuth2TokenTest.php +++ b/clients/client/php/test/Model/IntrospectedOAuth2TokenTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/InvoiceDataV1Test.php b/clients/client/php/test/Model/InvoiceDataV1Test.php index 25f3940868..54b3220fdc 100644 --- a/clients/client/php/test/Model/InvoiceDataV1Test.php +++ b/clients/client/php/test/Model/InvoiceDataV1Test.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/InvoiceTest.php b/clients/client/php/test/Model/InvoiceTest.php index 1433fce126..fdd38170d8 100644 --- a/clients/client/php/test/Model/InvoiceTest.php +++ b/clients/client/php/test/Model/InvoiceTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/IsOwnerForProjectBySlugTest.php b/clients/client/php/test/Model/IsOwnerForProjectBySlugTest.php index a6917f9a32..ce7524800d 100644 --- a/clients/client/php/test/Model/IsOwnerForProjectBySlugTest.php +++ b/clients/client/php/test/Model/IsOwnerForProjectBySlugTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/JsonPatchTest.php b/clients/client/php/test/Model/JsonPatchTest.php index 9e3021f4b3..f4cd8b0ac0 100644 --- a/clients/client/php/test/Model/JsonPatchTest.php +++ b/clients/client/php/test/Model/JsonPatchTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/JsonWebKeySetTest.php b/clients/client/php/test/Model/JsonWebKeySetTest.php index 853a21262d..bbb1cfeacb 100644 --- a/clients/client/php/test/Model/JsonWebKeySetTest.php +++ b/clients/client/php/test/Model/JsonWebKeySetTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/JsonWebKeyTest.php b/clients/client/php/test/Model/JsonWebKeyTest.php index b9a09bc938..b76ec4ff98 100644 --- a/clients/client/php/test/Model/JsonWebKeyTest.php +++ b/clients/client/php/test/Model/JsonWebKeyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/KetoNamespaceTest.php b/clients/client/php/test/Model/KetoNamespaceTest.php index cc0bdf9082..e4307f6228 100644 --- a/clients/client/php/test/Model/KetoNamespaceTest.php +++ b/clients/client/php/test/Model/KetoNamespaceTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/LineItemV1Test.php b/clients/client/php/test/Model/LineItemV1Test.php index 854f1dadcf..7dd891588b 100644 --- a/clients/client/php/test/Model/LineItemV1Test.php +++ b/clients/client/php/test/Model/LineItemV1Test.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ListEventStreamsTest.php b/clients/client/php/test/Model/ListEventStreamsTest.php index 6a21ffaa32..51ec4fe741 100644 --- a/clients/client/php/test/Model/ListEventStreamsTest.php +++ b/clients/client/php/test/Model/ListEventStreamsTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ListInvoicesResponseTest.php b/clients/client/php/test/Model/ListInvoicesResponseTest.php index 419b9ce889..6d9a537a7c 100644 --- a/clients/client/php/test/Model/ListInvoicesResponseTest.php +++ b/clients/client/php/test/Model/ListInvoicesResponseTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ListOrganizationsResponseTest.php b/clients/client/php/test/Model/ListOrganizationsResponseTest.php index d5b533c067..c582ee4073 100644 --- a/clients/client/php/test/Model/ListOrganizationsResponseTest.php +++ b/clients/client/php/test/Model/ListOrganizationsResponseTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ListWorkspaceProjectsTest.php b/clients/client/php/test/Model/ListWorkspaceProjectsTest.php index a8a6c5e737..92d5e0195b 100644 --- a/clients/client/php/test/Model/ListWorkspaceProjectsTest.php +++ b/clients/client/php/test/Model/ListWorkspaceProjectsTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ListWorkspacesTest.php b/clients/client/php/test/Model/ListWorkspacesTest.php index b2ae46f4c4..fa629d7e3e 100644 --- a/clients/client/php/test/Model/ListWorkspacesTest.php +++ b/clients/client/php/test/Model/ListWorkspacesTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/LoginFlowStateTest.php b/clients/client/php/test/Model/LoginFlowStateTest.php index 3b9777a694..0f0af27b83 100644 --- a/clients/client/php/test/Model/LoginFlowStateTest.php +++ b/clients/client/php/test/Model/LoginFlowStateTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/LoginFlowTest.php b/clients/client/php/test/Model/LoginFlowTest.php index bd67b492b6..f22cb7556f 100644 --- a/clients/client/php/test/Model/LoginFlowTest.php +++ b/clients/client/php/test/Model/LoginFlowTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/LogoutFlowTest.php b/clients/client/php/test/Model/LogoutFlowTest.php index 0423ad0ebd..b2b83ae959 100644 --- a/clients/client/php/test/Model/LogoutFlowTest.php +++ b/clients/client/php/test/Model/LogoutFlowTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ManagedIdentitySchemaTest.php b/clients/client/php/test/Model/ManagedIdentitySchemaTest.php index 7e6da98bd6..3d7470d55f 100644 --- a/clients/client/php/test/Model/ManagedIdentitySchemaTest.php +++ b/clients/client/php/test/Model/ManagedIdentitySchemaTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ManagedIdentitySchemaValidationResultTest.php b/clients/client/php/test/Model/ManagedIdentitySchemaValidationResultTest.php index cc8cd32b4d..31214cca6c 100644 --- a/clients/client/php/test/Model/ManagedIdentitySchemaValidationResultTest.php +++ b/clients/client/php/test/Model/ManagedIdentitySchemaValidationResultTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/MemberInviteTest.php b/clients/client/php/test/Model/MemberInviteTest.php index 775884f11e..c917b3c54d 100644 --- a/clients/client/php/test/Model/MemberInviteTest.php +++ b/clients/client/php/test/Model/MemberInviteTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/MessageDispatchTest.php b/clients/client/php/test/Model/MessageDispatchTest.php index 2349d6327d..9e5ba10318 100644 --- a/clients/client/php/test/Model/MessageDispatchTest.php +++ b/clients/client/php/test/Model/MessageDispatchTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/MessageTest.php b/clients/client/php/test/Model/MessageTest.php index 734f59b005..70ff012b1a 100644 --- a/clients/client/php/test/Model/MessageTest.php +++ b/clients/client/php/test/Model/MessageTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/MetricsDatapointTest.php b/clients/client/php/test/Model/MetricsDatapointTest.php index 77a22572cd..3d951189b6 100644 --- a/clients/client/php/test/Model/MetricsDatapointTest.php +++ b/clients/client/php/test/Model/MetricsDatapointTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ModelNamespaceTest.php b/clients/client/php/test/Model/ModelNamespaceTest.php index ee7ed22710..49326dab66 100644 --- a/clients/client/php/test/Model/ModelNamespaceTest.php +++ b/clients/client/php/test/Model/ModelNamespaceTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/MoneyTest.php b/clients/client/php/test/Model/MoneyTest.php index c745b1a4b2..ebf23f88ac 100644 --- a/clients/client/php/test/Model/MoneyTest.php +++ b/clients/client/php/test/Model/MoneyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/NeedsPrivilegedSessionErrorTest.php b/clients/client/php/test/Model/NeedsPrivilegedSessionErrorTest.php index 2f987ccd1e..2fc4970b56 100644 --- a/clients/client/php/test/Model/NeedsPrivilegedSessionErrorTest.php +++ b/clients/client/php/test/Model/NeedsPrivilegedSessionErrorTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/NormalizedProjectRevisionCourierChannelTest.php b/clients/client/php/test/Model/NormalizedProjectRevisionCourierChannelTest.php index 4cc586e1c6..1b15c864d1 100644 --- a/clients/client/php/test/Model/NormalizedProjectRevisionCourierChannelTest.php +++ b/clients/client/php/test/Model/NormalizedProjectRevisionCourierChannelTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/NormalizedProjectRevisionHookTest.php b/clients/client/php/test/Model/NormalizedProjectRevisionHookTest.php index 4f2b41f92e..798ba006b8 100644 --- a/clients/client/php/test/Model/NormalizedProjectRevisionHookTest.php +++ b/clients/client/php/test/Model/NormalizedProjectRevisionHookTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/NormalizedProjectRevisionIdentitySchemaTest.php b/clients/client/php/test/Model/NormalizedProjectRevisionIdentitySchemaTest.php index 2e54d2b862..ab93e5d4de 100644 --- a/clients/client/php/test/Model/NormalizedProjectRevisionIdentitySchemaTest.php +++ b/clients/client/php/test/Model/NormalizedProjectRevisionIdentitySchemaTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/NormalizedProjectRevisionTest.php b/clients/client/php/test/Model/NormalizedProjectRevisionTest.php index 10ed782f3f..3416d0b1c3 100644 --- a/clients/client/php/test/Model/NormalizedProjectRevisionTest.php +++ b/clients/client/php/test/Model/NormalizedProjectRevisionTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/NormalizedProjectRevisionThirdPartyProviderTest.php b/clients/client/php/test/Model/NormalizedProjectRevisionThirdPartyProviderTest.php index 34412002e0..62af3d8d71 100644 --- a/clients/client/php/test/Model/NormalizedProjectRevisionThirdPartyProviderTest.php +++ b/clients/client/php/test/Model/NormalizedProjectRevisionThirdPartyProviderTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/NormalizedProjectRevisionTokenizerTemplateTest.php b/clients/client/php/test/Model/NormalizedProjectRevisionTokenizerTemplateTest.php index 4e5f502ce7..2a85e74fe2 100644 --- a/clients/client/php/test/Model/NormalizedProjectRevisionTokenizerTemplateTest.php +++ b/clients/client/php/test/Model/NormalizedProjectRevisionTokenizerTemplateTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/NormalizedProjectTest.php b/clients/client/php/test/Model/NormalizedProjectTest.php index 4e4e2d6168..07915624cd 100644 --- a/clients/client/php/test/Model/NormalizedProjectTest.php +++ b/clients/client/php/test/Model/NormalizedProjectTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/OAuth2ClientTest.php b/clients/client/php/test/Model/OAuth2ClientTest.php index 5c01fc2db1..d3ba4668b4 100644 --- a/clients/client/php/test/Model/OAuth2ClientTest.php +++ b/clients/client/php/test/Model/OAuth2ClientTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/OAuth2ClientTokenLifespansTest.php b/clients/client/php/test/Model/OAuth2ClientTokenLifespansTest.php index 88bf05a216..3237f20a26 100644 --- a/clients/client/php/test/Model/OAuth2ClientTokenLifespansTest.php +++ b/clients/client/php/test/Model/OAuth2ClientTokenLifespansTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/OAuth2ConsentRequestOpenIDConnectContextTest.php b/clients/client/php/test/Model/OAuth2ConsentRequestOpenIDConnectContextTest.php index 6074da87e0..fb6bd13782 100644 --- a/clients/client/php/test/Model/OAuth2ConsentRequestOpenIDConnectContextTest.php +++ b/clients/client/php/test/Model/OAuth2ConsentRequestOpenIDConnectContextTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/OAuth2ConsentRequestTest.php b/clients/client/php/test/Model/OAuth2ConsentRequestTest.php index f7be7cfab0..8cbe7181dd 100644 --- a/clients/client/php/test/Model/OAuth2ConsentRequestTest.php +++ b/clients/client/php/test/Model/OAuth2ConsentRequestTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/OAuth2ConsentSessionExpiresAtTest.php b/clients/client/php/test/Model/OAuth2ConsentSessionExpiresAtTest.php index 24335aeaf4..37115cb9fa 100644 --- a/clients/client/php/test/Model/OAuth2ConsentSessionExpiresAtTest.php +++ b/clients/client/php/test/Model/OAuth2ConsentSessionExpiresAtTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/OAuth2ConsentSessionTest.php b/clients/client/php/test/Model/OAuth2ConsentSessionTest.php index 80ef7f41b5..89678da7b0 100644 --- a/clients/client/php/test/Model/OAuth2ConsentSessionTest.php +++ b/clients/client/php/test/Model/OAuth2ConsentSessionTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/OAuth2LoginRequestTest.php b/clients/client/php/test/Model/OAuth2LoginRequestTest.php index 50245eabd7..9301334cd3 100644 --- a/clients/client/php/test/Model/OAuth2LoginRequestTest.php +++ b/clients/client/php/test/Model/OAuth2LoginRequestTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/OAuth2LogoutRequestTest.php b/clients/client/php/test/Model/OAuth2LogoutRequestTest.php index 770b1a71bd..3fdf4135f9 100644 --- a/clients/client/php/test/Model/OAuth2LogoutRequestTest.php +++ b/clients/client/php/test/Model/OAuth2LogoutRequestTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/OAuth2RedirectToTest.php b/clients/client/php/test/Model/OAuth2RedirectToTest.php index 117abea5b1..c1c5216eda 100644 --- a/clients/client/php/test/Model/OAuth2RedirectToTest.php +++ b/clients/client/php/test/Model/OAuth2RedirectToTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/OAuth2TokenExchangeTest.php b/clients/client/php/test/Model/OAuth2TokenExchangeTest.php index 3df538884b..a7b9e93a0f 100644 --- a/clients/client/php/test/Model/OAuth2TokenExchangeTest.php +++ b/clients/client/php/test/Model/OAuth2TokenExchangeTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/OidcConfigurationTest.php b/clients/client/php/test/Model/OidcConfigurationTest.php index 87c8d010cb..7ebee2c0c4 100644 --- a/clients/client/php/test/Model/OidcConfigurationTest.php +++ b/clients/client/php/test/Model/OidcConfigurationTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/OidcUserInfoTest.php b/clients/client/php/test/Model/OidcUserInfoTest.php index 8acd26ce77..8e64b1f03e 100644 --- a/clients/client/php/test/Model/OidcUserInfoTest.php +++ b/clients/client/php/test/Model/OidcUserInfoTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/OrganizationBodyTest.php b/clients/client/php/test/Model/OrganizationBodyTest.php index 9b9ec38504..cac883d822 100644 --- a/clients/client/php/test/Model/OrganizationBodyTest.php +++ b/clients/client/php/test/Model/OrganizationBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/OrganizationTest.php b/clients/client/php/test/Model/OrganizationTest.php index 8b7ef8ed6a..d89723c960 100644 --- a/clients/client/php/test/Model/OrganizationTest.php +++ b/clients/client/php/test/Model/OrganizationTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/PaginationHeadersTest.php b/clients/client/php/test/Model/PaginationHeadersTest.php index 0efb1349b6..15a09badc1 100644 --- a/clients/client/php/test/Model/PaginationHeadersTest.php +++ b/clients/client/php/test/Model/PaginationHeadersTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/PaginationTest.php b/clients/client/php/test/Model/PaginationTest.php index 57d411757e..6963cfc5c2 100644 --- a/clients/client/php/test/Model/PaginationTest.php +++ b/clients/client/php/test/Model/PaginationTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ParseErrorTest.php b/clients/client/php/test/Model/ParseErrorTest.php index 4d90100a1f..e6ae65219f 100644 --- a/clients/client/php/test/Model/ParseErrorTest.php +++ b/clients/client/php/test/Model/ParseErrorTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/PatchIdentitiesBodyTest.php b/clients/client/php/test/Model/PatchIdentitiesBodyTest.php index 500748df40..9a63955735 100644 --- a/clients/client/php/test/Model/PatchIdentitiesBodyTest.php +++ b/clients/client/php/test/Model/PatchIdentitiesBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/PerformNativeLogoutBodyTest.php b/clients/client/php/test/Model/PerformNativeLogoutBodyTest.php index 5d1dadcfe1..3fe4cdf99d 100644 --- a/clients/client/php/test/Model/PerformNativeLogoutBodyTest.php +++ b/clients/client/php/test/Model/PerformNativeLogoutBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/PermissionsOnWorkspaceTest.php b/clients/client/php/test/Model/PermissionsOnWorkspaceTest.php index 36bbe02324..3f9135bd8b 100644 --- a/clients/client/php/test/Model/PermissionsOnWorkspaceTest.php +++ b/clients/client/php/test/Model/PermissionsOnWorkspaceTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/PlanDetailsTest.php b/clients/client/php/test/Model/PlanDetailsTest.php index fdbd9ed24d..09da30849b 100644 --- a/clients/client/php/test/Model/PlanDetailsTest.php +++ b/clients/client/php/test/Model/PlanDetailsTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/PlanTest.php b/clients/client/php/test/Model/PlanTest.php index c5ae01deaf..4a69dbe14a 100644 --- a/clients/client/php/test/Model/PlanTest.php +++ b/clients/client/php/test/Model/PlanTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/PostCheckPermissionBodyTest.php b/clients/client/php/test/Model/PostCheckPermissionBodyTest.php index 4c58cfbd4b..f0e7e94826 100644 --- a/clients/client/php/test/Model/PostCheckPermissionBodyTest.php +++ b/clients/client/php/test/Model/PostCheckPermissionBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/PostCheckPermissionOrErrorBodyTest.php b/clients/client/php/test/Model/PostCheckPermissionOrErrorBodyTest.php index 0758373008..8d2153e7a4 100644 --- a/clients/client/php/test/Model/PostCheckPermissionOrErrorBodyTest.php +++ b/clients/client/php/test/Model/PostCheckPermissionOrErrorBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ProjectApiKeyTest.php b/clients/client/php/test/Model/ProjectApiKeyTest.php index b40de116d2..bbac54ca49 100644 --- a/clients/client/php/test/Model/ProjectApiKeyTest.php +++ b/clients/client/php/test/Model/ProjectApiKeyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ProjectBrandingColorsTest.php b/clients/client/php/test/Model/ProjectBrandingColorsTest.php index 3da098eb38..9dc85d569e 100644 --- a/clients/client/php/test/Model/ProjectBrandingColorsTest.php +++ b/clients/client/php/test/Model/ProjectBrandingColorsTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ProjectBrandingTest.php b/clients/client/php/test/Model/ProjectBrandingTest.php index 9518b6f40e..d7135fb5fb 100644 --- a/clients/client/php/test/Model/ProjectBrandingTest.php +++ b/clients/client/php/test/Model/ProjectBrandingTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ProjectBrandingThemeTest.php b/clients/client/php/test/Model/ProjectBrandingThemeTest.php index 2565a37970..59dc27d90c 100644 --- a/clients/client/php/test/Model/ProjectBrandingThemeTest.php +++ b/clients/client/php/test/Model/ProjectBrandingThemeTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ProjectCorsTest.php b/clients/client/php/test/Model/ProjectCorsTest.php index dbe1031453..18f15ef6e8 100644 --- a/clients/client/php/test/Model/ProjectCorsTest.php +++ b/clients/client/php/test/Model/ProjectCorsTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ProjectEventsDatapointTest.php b/clients/client/php/test/Model/ProjectEventsDatapointTest.php index 67ed88b8a9..95c3191fd9 100644 --- a/clients/client/php/test/Model/ProjectEventsDatapointTest.php +++ b/clients/client/php/test/Model/ProjectEventsDatapointTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ProjectHostTest.php b/clients/client/php/test/Model/ProjectHostTest.php index e0d6c2141a..0b9e286bfc 100644 --- a/clients/client/php/test/Model/ProjectHostTest.php +++ b/clients/client/php/test/Model/ProjectHostTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ProjectMemberTest.php b/clients/client/php/test/Model/ProjectMemberTest.php index c773b81f01..67acac1e93 100644 --- a/clients/client/php/test/Model/ProjectMemberTest.php +++ b/clients/client/php/test/Model/ProjectMemberTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ProjectMetadataTest.php b/clients/client/php/test/Model/ProjectMetadataTest.php index 4240305467..5bfe825dd6 100644 --- a/clients/client/php/test/Model/ProjectMetadataTest.php +++ b/clients/client/php/test/Model/ProjectMetadataTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ProjectServiceIdentityTest.php b/clients/client/php/test/Model/ProjectServiceIdentityTest.php index 234d8e1c56..d117ceb6d3 100644 --- a/clients/client/php/test/Model/ProjectServiceIdentityTest.php +++ b/clients/client/php/test/Model/ProjectServiceIdentityTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ProjectServiceOAuth2Test.php b/clients/client/php/test/Model/ProjectServiceOAuth2Test.php index 5bb66207bc..c564c9dfc7 100644 --- a/clients/client/php/test/Model/ProjectServiceOAuth2Test.php +++ b/clients/client/php/test/Model/ProjectServiceOAuth2Test.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ProjectServicePermissionTest.php b/clients/client/php/test/Model/ProjectServicePermissionTest.php index 35bcd45bbc..9efcea3e28 100644 --- a/clients/client/php/test/Model/ProjectServicePermissionTest.php +++ b/clients/client/php/test/Model/ProjectServicePermissionTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ProjectServicesTest.php b/clients/client/php/test/Model/ProjectServicesTest.php index 55af36b26c..640b9f7466 100644 --- a/clients/client/php/test/Model/ProjectServicesTest.php +++ b/clients/client/php/test/Model/ProjectServicesTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/ProjectTest.php b/clients/client/php/test/Model/ProjectTest.php index fc8f4ee867..98620a3f1e 100644 --- a/clients/client/php/test/Model/ProjectTest.php +++ b/clients/client/php/test/Model/ProjectTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/QuotaUsageTest.php b/clients/client/php/test/Model/QuotaUsageTest.php index a83e2a762d..79b0c51468 100644 --- a/clients/client/php/test/Model/QuotaUsageTest.php +++ b/clients/client/php/test/Model/QuotaUsageTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/RFC6749ErrorJsonTest.php b/clients/client/php/test/Model/RFC6749ErrorJsonTest.php index 7e3d6246ec..23ba393637 100644 --- a/clients/client/php/test/Model/RFC6749ErrorJsonTest.php +++ b/clients/client/php/test/Model/RFC6749ErrorJsonTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/RecoveryCodeForIdentityTest.php b/clients/client/php/test/Model/RecoveryCodeForIdentityTest.php index 7f5a0b64c1..48084f5087 100644 --- a/clients/client/php/test/Model/RecoveryCodeForIdentityTest.php +++ b/clients/client/php/test/Model/RecoveryCodeForIdentityTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/RecoveryFlowStateTest.php b/clients/client/php/test/Model/RecoveryFlowStateTest.php index f6457b3f6f..3678c9d9b8 100644 --- a/clients/client/php/test/Model/RecoveryFlowStateTest.php +++ b/clients/client/php/test/Model/RecoveryFlowStateTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/RecoveryFlowTest.php b/clients/client/php/test/Model/RecoveryFlowTest.php index 9bfaa81705..74914f7adf 100644 --- a/clients/client/php/test/Model/RecoveryFlowTest.php +++ b/clients/client/php/test/Model/RecoveryFlowTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/RecoveryIdentityAddressTest.php b/clients/client/php/test/Model/RecoveryIdentityAddressTest.php index 5d94b3e3cd..ed98a71439 100644 --- a/clients/client/php/test/Model/RecoveryIdentityAddressTest.php +++ b/clients/client/php/test/Model/RecoveryIdentityAddressTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/RecoveryLinkForIdentityTest.php b/clients/client/php/test/Model/RecoveryLinkForIdentityTest.php index 894d469bb6..f65c6ac226 100644 --- a/clients/client/php/test/Model/RecoveryLinkForIdentityTest.php +++ b/clients/client/php/test/Model/RecoveryLinkForIdentityTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/RegistrationFlowStateTest.php b/clients/client/php/test/Model/RegistrationFlowStateTest.php index 8776f5ab5a..27d15712ba 100644 --- a/clients/client/php/test/Model/RegistrationFlowStateTest.php +++ b/clients/client/php/test/Model/RegistrationFlowStateTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/RegistrationFlowTest.php b/clients/client/php/test/Model/RegistrationFlowTest.php index 11f7dbc2a7..7ccca9199c 100644 --- a/clients/client/php/test/Model/RegistrationFlowTest.php +++ b/clients/client/php/test/Model/RegistrationFlowTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/RejectOAuth2RequestTest.php b/clients/client/php/test/Model/RejectOAuth2RequestTest.php index 574a801b6f..bdf3ddfc95 100644 --- a/clients/client/php/test/Model/RejectOAuth2RequestTest.php +++ b/clients/client/php/test/Model/RejectOAuth2RequestTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/RelationQueryTest.php b/clients/client/php/test/Model/RelationQueryTest.php index b74f8bdf4c..e1354625b0 100644 --- a/clients/client/php/test/Model/RelationQueryTest.php +++ b/clients/client/php/test/Model/RelationQueryTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/RelationshipNamespacesTest.php b/clients/client/php/test/Model/RelationshipNamespacesTest.php index 4f074b2aa0..b162111260 100644 --- a/clients/client/php/test/Model/RelationshipNamespacesTest.php +++ b/clients/client/php/test/Model/RelationshipNamespacesTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/RelationshipPatchTest.php b/clients/client/php/test/Model/RelationshipPatchTest.php index 09afe13ebe..3fd32721a7 100644 --- a/clients/client/php/test/Model/RelationshipPatchTest.php +++ b/clients/client/php/test/Model/RelationshipPatchTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/RelationshipTest.php b/clients/client/php/test/Model/RelationshipTest.php index fb28611fdb..ecb1111369 100644 --- a/clients/client/php/test/Model/RelationshipTest.php +++ b/clients/client/php/test/Model/RelationshipTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/RelationshipsTest.php b/clients/client/php/test/Model/RelationshipsTest.php index 283266489a..f34ae66e0b 100644 --- a/clients/client/php/test/Model/RelationshipsTest.php +++ b/clients/client/php/test/Model/RelationshipsTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/SchemaPatchTest.php b/clients/client/php/test/Model/SchemaPatchTest.php index 45d83e1dad..3ccdebad78 100644 --- a/clients/client/php/test/Model/SchemaPatchTest.php +++ b/clients/client/php/test/Model/SchemaPatchTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/SelfServiceFlowExpiredErrorTest.php b/clients/client/php/test/Model/SelfServiceFlowExpiredErrorTest.php index 354a6c3e9f..12dac33329 100644 --- a/clients/client/php/test/Model/SelfServiceFlowExpiredErrorTest.php +++ b/clients/client/php/test/Model/SelfServiceFlowExpiredErrorTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/SessionActivityDatapointTest.php b/clients/client/php/test/Model/SessionActivityDatapointTest.php index 29ddf89c18..56699b9272 100644 --- a/clients/client/php/test/Model/SessionActivityDatapointTest.php +++ b/clients/client/php/test/Model/SessionActivityDatapointTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/SessionAuthenticationMethodTest.php b/clients/client/php/test/Model/SessionAuthenticationMethodTest.php index b033b4e3cd..9cc000ccf5 100644 --- a/clients/client/php/test/Model/SessionAuthenticationMethodTest.php +++ b/clients/client/php/test/Model/SessionAuthenticationMethodTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/SessionDeviceTest.php b/clients/client/php/test/Model/SessionDeviceTest.php index bcb172bd53..0c595ddcbb 100644 --- a/clients/client/php/test/Model/SessionDeviceTest.php +++ b/clients/client/php/test/Model/SessionDeviceTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/SessionTest.php b/clients/client/php/test/Model/SessionTest.php index 3dd8b92f3a..6065c86599 100644 --- a/clients/client/php/test/Model/SessionTest.php +++ b/clients/client/php/test/Model/SessionTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/SetActiveProjectInConsoleBodyTest.php b/clients/client/php/test/Model/SetActiveProjectInConsoleBodyTest.php index 029326cbea..307bc36bea 100644 --- a/clients/client/php/test/Model/SetActiveProjectInConsoleBodyTest.php +++ b/clients/client/php/test/Model/SetActiveProjectInConsoleBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/SetCustomDomainBodyTest.php b/clients/client/php/test/Model/SetCustomDomainBodyTest.php index c4148a544d..fbd9de0f59 100644 --- a/clients/client/php/test/Model/SetCustomDomainBodyTest.php +++ b/clients/client/php/test/Model/SetCustomDomainBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/SetEventStreamBodyTest.php b/clients/client/php/test/Model/SetEventStreamBodyTest.php index 584b1b4dfd..94618d0abb 100644 --- a/clients/client/php/test/Model/SetEventStreamBodyTest.php +++ b/clients/client/php/test/Model/SetEventStreamBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/SetProjectBrandingThemeBodyTest.php b/clients/client/php/test/Model/SetProjectBrandingThemeBodyTest.php index 7df0cd118e..f66ab0208e 100644 --- a/clients/client/php/test/Model/SetProjectBrandingThemeBodyTest.php +++ b/clients/client/php/test/Model/SetProjectBrandingThemeBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/SetProjectTest.php b/clients/client/php/test/Model/SetProjectTest.php index 412409e7dd..610512ef4a 100644 --- a/clients/client/php/test/Model/SetProjectTest.php +++ b/clients/client/php/test/Model/SetProjectTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/SettingsFlowStateTest.php b/clients/client/php/test/Model/SettingsFlowStateTest.php index 6a5a16aa7b..324a3e9bd1 100644 --- a/clients/client/php/test/Model/SettingsFlowStateTest.php +++ b/clients/client/php/test/Model/SettingsFlowStateTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/SettingsFlowTest.php b/clients/client/php/test/Model/SettingsFlowTest.php index b291113e6c..4edaaaf0bb 100644 --- a/clients/client/php/test/Model/SettingsFlowTest.php +++ b/clients/client/php/test/Model/SettingsFlowTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/SourcePositionTest.php b/clients/client/php/test/Model/SourcePositionTest.php index 978942096f..83f81bf1b9 100644 --- a/clients/client/php/test/Model/SourcePositionTest.php +++ b/clients/client/php/test/Model/SourcePositionTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/SubjectSetTest.php b/clients/client/php/test/Model/SubjectSetTest.php index 586e996444..380d232874 100644 --- a/clients/client/php/test/Model/SubjectSetTest.php +++ b/clients/client/php/test/Model/SubjectSetTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/SubscriptionTest.php b/clients/client/php/test/Model/SubscriptionTest.php index ca2ea02f47..d8a2867697 100644 --- a/clients/client/php/test/Model/SubscriptionTest.php +++ b/clients/client/php/test/Model/SubscriptionTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/SuccessfulCodeExchangeResponseTest.php b/clients/client/php/test/Model/SuccessfulCodeExchangeResponseTest.php index abb965de17..040c22055d 100644 --- a/clients/client/php/test/Model/SuccessfulCodeExchangeResponseTest.php +++ b/clients/client/php/test/Model/SuccessfulCodeExchangeResponseTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/SuccessfulNativeLoginTest.php b/clients/client/php/test/Model/SuccessfulNativeLoginTest.php index 6459adcf7a..d1b0749a7c 100644 --- a/clients/client/php/test/Model/SuccessfulNativeLoginTest.php +++ b/clients/client/php/test/Model/SuccessfulNativeLoginTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/SuccessfulNativeRegistrationTest.php b/clients/client/php/test/Model/SuccessfulNativeRegistrationTest.php index 1f626f387a..d3434fc646 100644 --- a/clients/client/php/test/Model/SuccessfulNativeRegistrationTest.php +++ b/clients/client/php/test/Model/SuccessfulNativeRegistrationTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/SuccessfulProjectUpdateTest.php b/clients/client/php/test/Model/SuccessfulProjectUpdateTest.php index e95056938a..57d0c784e9 100644 --- a/clients/client/php/test/Model/SuccessfulProjectUpdateTest.php +++ b/clients/client/php/test/Model/SuccessfulProjectUpdateTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/TaxLineItemTest.php b/clients/client/php/test/Model/TaxLineItemTest.php index f83e35b697..16e9f1567f 100644 --- a/clients/client/php/test/Model/TaxLineItemTest.php +++ b/clients/client/php/test/Model/TaxLineItemTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/TimeIntervalTest.php b/clients/client/php/test/Model/TimeIntervalTest.php index c68ed51a85..7c111f8eae 100644 --- a/clients/client/php/test/Model/TimeIntervalTest.php +++ b/clients/client/php/test/Model/TimeIntervalTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/TokenPaginationHeadersTest.php b/clients/client/php/test/Model/TokenPaginationHeadersTest.php index 150ecaaa05..37003bcfa7 100644 --- a/clients/client/php/test/Model/TokenPaginationHeadersTest.php +++ b/clients/client/php/test/Model/TokenPaginationHeadersTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/TokenPaginationRequestParametersTest.php b/clients/client/php/test/Model/TokenPaginationRequestParametersTest.php index 3e27712d60..9fbc1843ae 100644 --- a/clients/client/php/test/Model/TokenPaginationRequestParametersTest.php +++ b/clients/client/php/test/Model/TokenPaginationRequestParametersTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/TokenPaginationResponseHeadersTest.php b/clients/client/php/test/Model/TokenPaginationResponseHeadersTest.php index f92f73b136..3b1663c325 100644 --- a/clients/client/php/test/Model/TokenPaginationResponseHeadersTest.php +++ b/clients/client/php/test/Model/TokenPaginationResponseHeadersTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/TokenPaginationTest.php b/clients/client/php/test/Model/TokenPaginationTest.php index 68c77333df..6bd22cd7ba 100644 --- a/clients/client/php/test/Model/TokenPaginationTest.php +++ b/clients/client/php/test/Model/TokenPaginationTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/TrustOAuth2JwtGrantIssuerTest.php b/clients/client/php/test/Model/TrustOAuth2JwtGrantIssuerTest.php index fef912d3d5..4c8795d8d6 100644 --- a/clients/client/php/test/Model/TrustOAuth2JwtGrantIssuerTest.php +++ b/clients/client/php/test/Model/TrustOAuth2JwtGrantIssuerTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/TrustedOAuth2JwtGrantIssuerTest.php b/clients/client/php/test/Model/TrustedOAuth2JwtGrantIssuerTest.php index 17a9a2ee3d..b026e2c4cf 100644 --- a/clients/client/php/test/Model/TrustedOAuth2JwtGrantIssuerTest.php +++ b/clients/client/php/test/Model/TrustedOAuth2JwtGrantIssuerTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/TrustedOAuth2JwtGrantJsonWebKeyTest.php b/clients/client/php/test/Model/TrustedOAuth2JwtGrantJsonWebKeyTest.php index 56f628c101..87eb2e4f38 100644 --- a/clients/client/php/test/Model/TrustedOAuth2JwtGrantJsonWebKeyTest.php +++ b/clients/client/php/test/Model/TrustedOAuth2JwtGrantJsonWebKeyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UiContainerTest.php b/clients/client/php/test/Model/UiContainerTest.php index 370aff2a5a..748855098c 100644 --- a/clients/client/php/test/Model/UiContainerTest.php +++ b/clients/client/php/test/Model/UiContainerTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UiNodeAnchorAttributesTest.php b/clients/client/php/test/Model/UiNodeAnchorAttributesTest.php index df8d67a7dc..3c23c084bd 100644 --- a/clients/client/php/test/Model/UiNodeAnchorAttributesTest.php +++ b/clients/client/php/test/Model/UiNodeAnchorAttributesTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UiNodeAttributesTest.php b/clients/client/php/test/Model/UiNodeAttributesTest.php index 8fb66fecdd..a6abde97c8 100644 --- a/clients/client/php/test/Model/UiNodeAttributesTest.php +++ b/clients/client/php/test/Model/UiNodeAttributesTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UiNodeImageAttributesTest.php b/clients/client/php/test/Model/UiNodeImageAttributesTest.php index f97b311024..1617ed1d41 100644 --- a/clients/client/php/test/Model/UiNodeImageAttributesTest.php +++ b/clients/client/php/test/Model/UiNodeImageAttributesTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UiNodeInputAttributesTest.php b/clients/client/php/test/Model/UiNodeInputAttributesTest.php index e5c9fbc9e5..01d2f624d0 100644 --- a/clients/client/php/test/Model/UiNodeInputAttributesTest.php +++ b/clients/client/php/test/Model/UiNodeInputAttributesTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UiNodeMetaTest.php b/clients/client/php/test/Model/UiNodeMetaTest.php index 39979e36f1..cb6abeefb9 100644 --- a/clients/client/php/test/Model/UiNodeMetaTest.php +++ b/clients/client/php/test/Model/UiNodeMetaTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UiNodeScriptAttributesTest.php b/clients/client/php/test/Model/UiNodeScriptAttributesTest.php index ada33144c9..c626f1fbfe 100644 --- a/clients/client/php/test/Model/UiNodeScriptAttributesTest.php +++ b/clients/client/php/test/Model/UiNodeScriptAttributesTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UiNodeTest.php b/clients/client/php/test/Model/UiNodeTest.php index 5ef40048f6..2d1960c404 100644 --- a/clients/client/php/test/Model/UiNodeTest.php +++ b/clients/client/php/test/Model/UiNodeTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UiNodeTextAttributesTest.php b/clients/client/php/test/Model/UiNodeTextAttributesTest.php index e3ae79a74b..99b84f2a59 100644 --- a/clients/client/php/test/Model/UiNodeTextAttributesTest.php +++ b/clients/client/php/test/Model/UiNodeTextAttributesTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UiTextTest.php b/clients/client/php/test/Model/UiTextTest.php index e8501e11ca..3a95100500 100644 --- a/clients/client/php/test/Model/UiTextTest.php +++ b/clients/client/php/test/Model/UiTextTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UpdateIdentityBodyTest.php b/clients/client/php/test/Model/UpdateIdentityBodyTest.php index 58de616eda..dea9afe16c 100644 --- a/clients/client/php/test/Model/UpdateIdentityBodyTest.php +++ b/clients/client/php/test/Model/UpdateIdentityBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UpdateLoginFlowBodyTest.php b/clients/client/php/test/Model/UpdateLoginFlowBodyTest.php index 7390b0491e..6979c084a1 100644 --- a/clients/client/php/test/Model/UpdateLoginFlowBodyTest.php +++ b/clients/client/php/test/Model/UpdateLoginFlowBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UpdateLoginFlowWithCodeMethodTest.php b/clients/client/php/test/Model/UpdateLoginFlowWithCodeMethodTest.php index e3f675b142..7a6e7bbf48 100644 --- a/clients/client/php/test/Model/UpdateLoginFlowWithCodeMethodTest.php +++ b/clients/client/php/test/Model/UpdateLoginFlowWithCodeMethodTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UpdateLoginFlowWithIdentifierFirstMethodTest.php b/clients/client/php/test/Model/UpdateLoginFlowWithIdentifierFirstMethodTest.php index ec29bb162b..40f176dada 100644 --- a/clients/client/php/test/Model/UpdateLoginFlowWithIdentifierFirstMethodTest.php +++ b/clients/client/php/test/Model/UpdateLoginFlowWithIdentifierFirstMethodTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UpdateLoginFlowWithLookupSecretMethodTest.php b/clients/client/php/test/Model/UpdateLoginFlowWithLookupSecretMethodTest.php index 69a7bb75c3..49d2c1d985 100644 --- a/clients/client/php/test/Model/UpdateLoginFlowWithLookupSecretMethodTest.php +++ b/clients/client/php/test/Model/UpdateLoginFlowWithLookupSecretMethodTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UpdateLoginFlowWithOidcMethodTest.php b/clients/client/php/test/Model/UpdateLoginFlowWithOidcMethodTest.php index c5a565f852..d2540e0a29 100644 --- a/clients/client/php/test/Model/UpdateLoginFlowWithOidcMethodTest.php +++ b/clients/client/php/test/Model/UpdateLoginFlowWithOidcMethodTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UpdateLoginFlowWithPasskeyMethodTest.php b/clients/client/php/test/Model/UpdateLoginFlowWithPasskeyMethodTest.php index 025aadeca9..f7e9b99e59 100644 --- a/clients/client/php/test/Model/UpdateLoginFlowWithPasskeyMethodTest.php +++ b/clients/client/php/test/Model/UpdateLoginFlowWithPasskeyMethodTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UpdateLoginFlowWithPasswordMethodTest.php b/clients/client/php/test/Model/UpdateLoginFlowWithPasswordMethodTest.php index 106fa4d74c..da024e5385 100644 --- a/clients/client/php/test/Model/UpdateLoginFlowWithPasswordMethodTest.php +++ b/clients/client/php/test/Model/UpdateLoginFlowWithPasswordMethodTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UpdateLoginFlowWithTotpMethodTest.php b/clients/client/php/test/Model/UpdateLoginFlowWithTotpMethodTest.php index 99002e4d02..3cc6fabe8e 100644 --- a/clients/client/php/test/Model/UpdateLoginFlowWithTotpMethodTest.php +++ b/clients/client/php/test/Model/UpdateLoginFlowWithTotpMethodTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UpdateLoginFlowWithWebAuthnMethodTest.php b/clients/client/php/test/Model/UpdateLoginFlowWithWebAuthnMethodTest.php index 20621dcd0d..3e2a642d31 100644 --- a/clients/client/php/test/Model/UpdateLoginFlowWithWebAuthnMethodTest.php +++ b/clients/client/php/test/Model/UpdateLoginFlowWithWebAuthnMethodTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UpdateRecoveryFlowBodyTest.php b/clients/client/php/test/Model/UpdateRecoveryFlowBodyTest.php index c3eac9d0d5..aaac981aad 100644 --- a/clients/client/php/test/Model/UpdateRecoveryFlowBodyTest.php +++ b/clients/client/php/test/Model/UpdateRecoveryFlowBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UpdateRecoveryFlowWithCodeMethodTest.php b/clients/client/php/test/Model/UpdateRecoveryFlowWithCodeMethodTest.php index f74d3cd600..8e1fa65e14 100644 --- a/clients/client/php/test/Model/UpdateRecoveryFlowWithCodeMethodTest.php +++ b/clients/client/php/test/Model/UpdateRecoveryFlowWithCodeMethodTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UpdateRecoveryFlowWithLinkMethodTest.php b/clients/client/php/test/Model/UpdateRecoveryFlowWithLinkMethodTest.php index f47b653662..d9242f3f73 100644 --- a/clients/client/php/test/Model/UpdateRecoveryFlowWithLinkMethodTest.php +++ b/clients/client/php/test/Model/UpdateRecoveryFlowWithLinkMethodTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UpdateRegistrationFlowBodyTest.php b/clients/client/php/test/Model/UpdateRegistrationFlowBodyTest.php index 04834ae49d..ffba467385 100644 --- a/clients/client/php/test/Model/UpdateRegistrationFlowBodyTest.php +++ b/clients/client/php/test/Model/UpdateRegistrationFlowBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UpdateRegistrationFlowWithCodeMethodTest.php b/clients/client/php/test/Model/UpdateRegistrationFlowWithCodeMethodTest.php index 57ea5d0561..8343185154 100644 --- a/clients/client/php/test/Model/UpdateRegistrationFlowWithCodeMethodTest.php +++ b/clients/client/php/test/Model/UpdateRegistrationFlowWithCodeMethodTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UpdateRegistrationFlowWithOidcMethodTest.php b/clients/client/php/test/Model/UpdateRegistrationFlowWithOidcMethodTest.php index 52cc6915fd..12f19dea9d 100644 --- a/clients/client/php/test/Model/UpdateRegistrationFlowWithOidcMethodTest.php +++ b/clients/client/php/test/Model/UpdateRegistrationFlowWithOidcMethodTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UpdateRegistrationFlowWithPasskeyMethodTest.php b/clients/client/php/test/Model/UpdateRegistrationFlowWithPasskeyMethodTest.php index cab3ccaf1a..15f337bc3c 100644 --- a/clients/client/php/test/Model/UpdateRegistrationFlowWithPasskeyMethodTest.php +++ b/clients/client/php/test/Model/UpdateRegistrationFlowWithPasskeyMethodTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UpdateRegistrationFlowWithPasswordMethodTest.php b/clients/client/php/test/Model/UpdateRegistrationFlowWithPasswordMethodTest.php index 618e2fbb40..e5e2ebdf81 100644 --- a/clients/client/php/test/Model/UpdateRegistrationFlowWithPasswordMethodTest.php +++ b/clients/client/php/test/Model/UpdateRegistrationFlowWithPasswordMethodTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UpdateRegistrationFlowWithProfileMethodTest.php b/clients/client/php/test/Model/UpdateRegistrationFlowWithProfileMethodTest.php index ed1686b35f..41cd5c4e6a 100644 --- a/clients/client/php/test/Model/UpdateRegistrationFlowWithProfileMethodTest.php +++ b/clients/client/php/test/Model/UpdateRegistrationFlowWithProfileMethodTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UpdateRegistrationFlowWithWebAuthnMethodTest.php b/clients/client/php/test/Model/UpdateRegistrationFlowWithWebAuthnMethodTest.php index 551273f98f..77f236b238 100644 --- a/clients/client/php/test/Model/UpdateRegistrationFlowWithWebAuthnMethodTest.php +++ b/clients/client/php/test/Model/UpdateRegistrationFlowWithWebAuthnMethodTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UpdateSettingsFlowBodyTest.php b/clients/client/php/test/Model/UpdateSettingsFlowBodyTest.php index fbc12cd8e3..4a2f30284f 100644 --- a/clients/client/php/test/Model/UpdateSettingsFlowBodyTest.php +++ b/clients/client/php/test/Model/UpdateSettingsFlowBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UpdateSettingsFlowWithLookupMethodTest.php b/clients/client/php/test/Model/UpdateSettingsFlowWithLookupMethodTest.php index 23c0c569cd..1df25456e0 100644 --- a/clients/client/php/test/Model/UpdateSettingsFlowWithLookupMethodTest.php +++ b/clients/client/php/test/Model/UpdateSettingsFlowWithLookupMethodTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UpdateSettingsFlowWithOidcMethodTest.php b/clients/client/php/test/Model/UpdateSettingsFlowWithOidcMethodTest.php index 62a1e3c0cb..31bb77995e 100644 --- a/clients/client/php/test/Model/UpdateSettingsFlowWithOidcMethodTest.php +++ b/clients/client/php/test/Model/UpdateSettingsFlowWithOidcMethodTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UpdateSettingsFlowWithPasskeyMethodTest.php b/clients/client/php/test/Model/UpdateSettingsFlowWithPasskeyMethodTest.php index 8249cda220..3aeedcbcd8 100644 --- a/clients/client/php/test/Model/UpdateSettingsFlowWithPasskeyMethodTest.php +++ b/clients/client/php/test/Model/UpdateSettingsFlowWithPasskeyMethodTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UpdateSettingsFlowWithPasswordMethodTest.php b/clients/client/php/test/Model/UpdateSettingsFlowWithPasswordMethodTest.php index 70f7c35132..2dd90152f7 100644 --- a/clients/client/php/test/Model/UpdateSettingsFlowWithPasswordMethodTest.php +++ b/clients/client/php/test/Model/UpdateSettingsFlowWithPasswordMethodTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UpdateSettingsFlowWithProfileMethodTest.php b/clients/client/php/test/Model/UpdateSettingsFlowWithProfileMethodTest.php index 1e20476aa9..1a888f1bde 100644 --- a/clients/client/php/test/Model/UpdateSettingsFlowWithProfileMethodTest.php +++ b/clients/client/php/test/Model/UpdateSettingsFlowWithProfileMethodTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UpdateSettingsFlowWithTotpMethodTest.php b/clients/client/php/test/Model/UpdateSettingsFlowWithTotpMethodTest.php index 5e2f3ca38b..ad05f5e87c 100644 --- a/clients/client/php/test/Model/UpdateSettingsFlowWithTotpMethodTest.php +++ b/clients/client/php/test/Model/UpdateSettingsFlowWithTotpMethodTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UpdateSettingsFlowWithWebAuthnMethodTest.php b/clients/client/php/test/Model/UpdateSettingsFlowWithWebAuthnMethodTest.php index a1aa3cca7b..4d9adfe8a5 100644 --- a/clients/client/php/test/Model/UpdateSettingsFlowWithWebAuthnMethodTest.php +++ b/clients/client/php/test/Model/UpdateSettingsFlowWithWebAuthnMethodTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UpdateSubscriptionBodyTest.php b/clients/client/php/test/Model/UpdateSubscriptionBodyTest.php index 271037939d..b83bdd7b88 100644 --- a/clients/client/php/test/Model/UpdateSubscriptionBodyTest.php +++ b/clients/client/php/test/Model/UpdateSubscriptionBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UpdateVerificationFlowBodyTest.php b/clients/client/php/test/Model/UpdateVerificationFlowBodyTest.php index 4b9d5b8626..e7f9c57608 100644 --- a/clients/client/php/test/Model/UpdateVerificationFlowBodyTest.php +++ b/clients/client/php/test/Model/UpdateVerificationFlowBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UpdateVerificationFlowWithCodeMethodTest.php b/clients/client/php/test/Model/UpdateVerificationFlowWithCodeMethodTest.php index 32482922e1..8768454e34 100644 --- a/clients/client/php/test/Model/UpdateVerificationFlowWithCodeMethodTest.php +++ b/clients/client/php/test/Model/UpdateVerificationFlowWithCodeMethodTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UpdateVerificationFlowWithLinkMethodTest.php b/clients/client/php/test/Model/UpdateVerificationFlowWithLinkMethodTest.php index e13da87470..d8399dd656 100644 --- a/clients/client/php/test/Model/UpdateVerificationFlowWithLinkMethodTest.php +++ b/clients/client/php/test/Model/UpdateVerificationFlowWithLinkMethodTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UpdateWorkspaceBodyTest.php b/clients/client/php/test/Model/UpdateWorkspaceBodyTest.php index 0d098692a9..3c72e02142 100644 --- a/clients/client/php/test/Model/UpdateWorkspaceBodyTest.php +++ b/clients/client/php/test/Model/UpdateWorkspaceBodyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/UsageTest.php b/clients/client/php/test/Model/UsageTest.php index a1b3ab3d46..29b08bf66c 100644 --- a/clients/client/php/test/Model/UsageTest.php +++ b/clients/client/php/test/Model/UsageTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/VerifiableCredentialPrimingResponseTest.php b/clients/client/php/test/Model/VerifiableCredentialPrimingResponseTest.php index d3eeefcd34..5c10be9e76 100644 --- a/clients/client/php/test/Model/VerifiableCredentialPrimingResponseTest.php +++ b/clients/client/php/test/Model/VerifiableCredentialPrimingResponseTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/VerifiableCredentialProofTest.php b/clients/client/php/test/Model/VerifiableCredentialProofTest.php index 12d06b8222..fdf893e3ea 100644 --- a/clients/client/php/test/Model/VerifiableCredentialProofTest.php +++ b/clients/client/php/test/Model/VerifiableCredentialProofTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/VerifiableCredentialResponseTest.php b/clients/client/php/test/Model/VerifiableCredentialResponseTest.php index cb4e335d2e..8b4d5e0406 100644 --- a/clients/client/php/test/Model/VerifiableCredentialResponseTest.php +++ b/clients/client/php/test/Model/VerifiableCredentialResponseTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/VerifiableIdentityAddressTest.php b/clients/client/php/test/Model/VerifiableIdentityAddressTest.php index 4f31b6313e..8b790b08b3 100644 --- a/clients/client/php/test/Model/VerifiableIdentityAddressTest.php +++ b/clients/client/php/test/Model/VerifiableIdentityAddressTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/VerificationFlowStateTest.php b/clients/client/php/test/Model/VerificationFlowStateTest.php index 90022281e8..3b33ebd05d 100644 --- a/clients/client/php/test/Model/VerificationFlowStateTest.php +++ b/clients/client/php/test/Model/VerificationFlowStateTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/VerificationFlowTest.php b/clients/client/php/test/Model/VerificationFlowTest.php index 948b5d06e5..e0fa0cc5e1 100644 --- a/clients/client/php/test/Model/VerificationFlowTest.php +++ b/clients/client/php/test/Model/VerificationFlowTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/VersionTest.php b/clients/client/php/test/Model/VersionTest.php index 48436ac1d4..aef46dfc74 100644 --- a/clients/client/php/test/Model/VersionTest.php +++ b/clients/client/php/test/Model/VersionTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/WarningTest.php b/clients/client/php/test/Model/WarningTest.php index e8b2eb287a..af3d3c7761 100644 --- a/clients/client/php/test/Model/WarningTest.php +++ b/clients/client/php/test/Model/WarningTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/WorkspaceApiKeyTest.php b/clients/client/php/test/Model/WorkspaceApiKeyTest.php index 03fb9f4b3d..a2052b2aa4 100644 --- a/clients/client/php/test/Model/WorkspaceApiKeyTest.php +++ b/clients/client/php/test/Model/WorkspaceApiKeyTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/php/test/Model/WorkspaceTest.php b/clients/client/php/test/Model/WorkspaceTest.php index 5c2fcac69e..3f58dd3ab5 100644 --- a/clients/client/php/test/Model/WorkspaceTest.php +++ b/clients/client/php/test/Model/WorkspaceTest.php @@ -15,7 +15,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech * Generator version: 7.7.0 diff --git a/clients/client/python/README.md b/clients/client/python/README.md index ba8d5dcdfd..1048f4bbfe 100644 --- a/clients/client/python/README.md +++ b/clients/client/python/README.md @@ -5,8 +5,8 @@ with a valid Personal Access Token. Public APIs are mostly used in browsers. This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: v1.14.5 -- Package version: v1.14.5 +- API version: v1.15.0 +- Package version: v1.15.0 - Generator version: 7.7.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen @@ -212,6 +212,7 @@ Class | Method | HTTP request | Description *ProjectApi* | [**list_project_api_keys**](docs/ProjectApi.md#list_project_api_keys) | **GET** /projects/{project}/tokens | List a project's API Tokens *ProjectApi* | [**list_projects**](docs/ProjectApi.md#list_projects) | **GET** /projects | List All Projects *ProjectApi* | [**patch_project**](docs/ProjectApi.md#patch_project) | **PATCH** /projects/{project_id} | Patch an Ory Network Project Configuration +*ProjectApi* | [**patch_project_with_revision**](docs/ProjectApi.md#patch_project_with_revision) | **PATCH** /projects/{project_id}/revision/{revision_id} | Patch an Ory Network Project Configuration based on a revision ID *ProjectApi* | [**purge_project**](docs/ProjectApi.md#purge_project) | **DELETE** /projects/{project_id} | Irrecoverably purge a project *ProjectApi* | [**remove_project_member**](docs/ProjectApi.md#remove_project_member) | **DELETE** /projects/{project}/members/{member} | Remove a member associated with this project *ProjectApi* | [**set_project**](docs/ProjectApi.md#set_project) | **PUT** /projects/{project_id} | Update an Ory Network Project Configuration diff --git a/clients/client/python/docs/ProjectApi.md b/clients/client/python/docs/ProjectApi.md index 691cdcdff6..58267c429b 100644 --- a/clients/client/python/docs/ProjectApi.md +++ b/clients/client/python/docs/ProjectApi.md @@ -16,6 +16,7 @@ Method | HTTP request | Description [**list_project_api_keys**](ProjectApi.md#list_project_api_keys) | **GET** /projects/{project}/tokens | List a project's API Tokens [**list_projects**](ProjectApi.md#list_projects) | **GET** /projects | List All Projects [**patch_project**](ProjectApi.md#patch_project) | **PATCH** /projects/{project_id} | Patch an Ory Network Project Configuration +[**patch_project_with_revision**](ProjectApi.md#patch_project_with_revision) | **PATCH** /projects/{project_id}/revision/{revision_id} | Patch an Ory Network Project Configuration based on a revision ID [**purge_project**](ProjectApi.md#purge_project) | **DELETE** /projects/{project_id} | Irrecoverably purge a project [**remove_project_member**](ProjectApi.md#remove_project_member) | **DELETE** /projects/{project}/members/{member} | Remove a member associated with this project [**set_project**](ProjectApi.md#set_project) | **PUT** /projects/{project_id} | Update an Ory Network Project Configuration @@ -1008,6 +1009,94 @@ Name | Type | Description | Notes [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +# **patch_project_with_revision** +> SuccessfulProjectUpdate patch_project_with_revision(project_id, revision_id, json_patch=json_patch) + +Patch an Ory Network Project Configuration based on a revision ID + +This endpoints allows you to patch individual Ory Network Project configuration keys for Ory's services (identity, permission, ...). The configuration format is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version. If you have an older version of a configuration, you should set the version key in the payload! While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source. For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed. + +### Example + +* Bearer Authentication (oryWorkspaceApiKey): + +```python +import ory_client +from ory_client.models.json_patch import JsonPatch +from ory_client.models.successful_project_update import SuccessfulProjectUpdate +from ory_client.rest import ApiException +from pprint import pprint + +# Defining the host is optional and defaults to https://.projects.oryapis.com +# See configuration.py for a list of all supported configuration parameters. +configuration = ory_client.Configuration( + host = "https://.projects.oryapis.com" +) + +# The client must configure the authentication and authorization parameters +# in accordance with the API server security policy. +# Examples for each auth method are provided below, use the example that +# satisfies your auth use case. + +# Configure Bearer authorization: oryWorkspaceApiKey +configuration = ory_client.Configuration( + access_token = os.environ["BEARER_TOKEN"] +) + +# Enter a context with an instance of the API client +with ory_client.ApiClient(configuration) as api_client: + # Create an instance of the API class + api_instance = ory_client.ProjectApi(api_client) + project_id = 'project_id_example' # str | Project ID The project's ID. + revision_id = 'revision_id_example' # str | Revision ID The revision ID that this patch was generated for. + json_patch = [ory_client.JsonPatch()] # List[JsonPatch] | (optional) + + try: + # Patch an Ory Network Project Configuration based on a revision ID + api_response = api_instance.patch_project_with_revision(project_id, revision_id, json_patch=json_patch) + print("The response of ProjectApi->patch_project_with_revision:\n") + pprint(api_response) + except Exception as e: + print("Exception when calling ProjectApi->patch_project_with_revision: %s\n" % e) +``` + + + +### Parameters + + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **project_id** | **str**| Project ID The project's ID. | + **revision_id** | **str**| Revision ID The revision ID that this patch was generated for. | + **json_patch** | [**List[JsonPatch]**](JsonPatch.md)| | [optional] + +### Return type + +[**SuccessfulProjectUpdate**](SuccessfulProjectUpdate.md) + +### Authorization + +[oryWorkspaceApiKey](../README.md#oryWorkspaceApiKey) + +### HTTP request headers + + - **Content-Type**: application/json + - **Accept**: application/json + +### HTTP response details + +| Status code | Description | Response headers | +|-------------|-------------|------------------| +**200** | successfulProjectUpdate | - | +**400** | errorGeneric | - | +**401** | errorGeneric | - | +**403** | errorGeneric | - | +**404** | errorGeneric | - | +**0** | errorGeneric | - | + +[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) + # **purge_project** > purge_project(project_id) diff --git a/clients/client/python/docs/QuotaUsage.md b/clients/client/python/docs/QuotaUsage.md index 9b365eb448..7d39e8bc34 100644 --- a/clients/client/python/docs/QuotaUsage.md +++ b/clients/client/python/docs/QuotaUsage.md @@ -7,7 +7,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **additional_price** | **str** | The additional price per unit in cents. | **can_use_more** | **bool** | | -**feature** | **str** | production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect | +**feature** | **str** | production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect | **feature_available** | **bool** | | **included** | **int** | | **used** | **int** | | diff --git a/clients/client/python/ory_client/__init__.py b/clients/client/python/ory_client/__init__.py index 53310bb5ed..5d2bc96394 100644 --- a/clients/client/python/ory_client/__init__.py +++ b/clients/client/python/ory_client/__init__.py @@ -7,7 +7,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -15,7 +15,7 @@ """ # noqa: E501 -__version__ = "v1.14.5" +__version__ = "v1.15.0" # import apis into sdk package from ory_client.api.courier_api import CourierApi diff --git a/clients/client/python/ory_client/api/courier_api.py b/clients/client/python/ory_client/api/courier_api.py index a6eb08a03c..b2714e40f1 100644 --- a/clients/client/python/ory_client/api/courier_api.py +++ b/clients/client/python/ory_client/api/courier_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/api/events_api.py b/clients/client/python/ory_client/api/events_api.py index baeed10ece..c07422d1af 100644 --- a/clients/client/python/ory_client/api/events_api.py +++ b/clients/client/python/ory_client/api/events_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/api/frontend_api.py b/clients/client/python/ory_client/api/frontend_api.py index a111be8f30..533553a15d 100644 --- a/clients/client/python/ory_client/api/frontend_api.py +++ b/clients/client/python/ory_client/api/frontend_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/api/identity_api.py b/clients/client/python/ory_client/api/identity_api.py index 49c10d8c15..147d9a1b0f 100644 --- a/clients/client/python/ory_client/api/identity_api.py +++ b/clients/client/python/ory_client/api/identity_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/api/jwk_api.py b/clients/client/python/ory_client/api/jwk_api.py index 4576da46ef..0a1af53809 100644 --- a/clients/client/python/ory_client/api/jwk_api.py +++ b/clients/client/python/ory_client/api/jwk_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/api/metadata_api.py b/clients/client/python/ory_client/api/metadata_api.py index 1db799bc0e..40ea0c0428 100644 --- a/clients/client/python/ory_client/api/metadata_api.py +++ b/clients/client/python/ory_client/api/metadata_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/api/o_auth2_api.py b/clients/client/python/ory_client/api/o_auth2_api.py index 514a800fe7..b1620bcb21 100644 --- a/clients/client/python/ory_client/api/o_auth2_api.py +++ b/clients/client/python/ory_client/api/o_auth2_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/api/oidc_api.py b/clients/client/python/ory_client/api/oidc_api.py index b49fa5aa68..38804174f1 100644 --- a/clients/client/python/ory_client/api/oidc_api.py +++ b/clients/client/python/ory_client/api/oidc_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/api/permission_api.py b/clients/client/python/ory_client/api/permission_api.py index a0167e3f94..81c0dae8ca 100644 --- a/clients/client/python/ory_client/api/permission_api.py +++ b/clients/client/python/ory_client/api/permission_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/api/project_api.py b/clients/client/python/ory_client/api/project_api.py index 0e006da304..1dff4ed222 100644 --- a/clients/client/python/ory_client/api/project_api.py +++ b/clients/client/python/ory_client/api/project_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -3453,6 +3453,324 @@ def _patch_project_serialize( + @validate_call + def patch_project_with_revision( + self, + project_id: Annotated[StrictStr, Field(description="Project ID The project's ID.")], + revision_id: Annotated[StrictStr, Field(description="Revision ID The revision ID that this patch was generated for.")], + json_patch: Optional[List[JsonPatch]] = None, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=1)] = 0, + ) -> SuccessfulProjectUpdate: + """Patch an Ory Network Project Configuration based on a revision ID + + This endpoints allows you to patch individual Ory Network Project configuration keys for Ory's services (identity, permission, ...). The configuration format is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version. If you have an older version of a configuration, you should set the version key in the payload! While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source. For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed. + + :param project_id: Project ID The project's ID. (required) + :type project_id: str + :param revision_id: Revision ID The revision ID that this patch was generated for. (required) + :type revision_id: str + :param json_patch: + :type json_patch: List[JsonPatch] + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._patch_project_with_revision_serialize( + project_id=project_id, + revision_id=revision_id, + json_patch=json_patch, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "SuccessfulProjectUpdate", + '400': "ErrorGeneric", + '401': "ErrorGeneric", + '403': "ErrorGeneric", + '404': "ErrorGeneric", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + response_data.read() + return self.api_client.response_deserialize( + response_data=response_data, + response_types_map=_response_types_map, + ).data + + + @validate_call + def patch_project_with_revision_with_http_info( + self, + project_id: Annotated[StrictStr, Field(description="Project ID The project's ID.")], + revision_id: Annotated[StrictStr, Field(description="Revision ID The revision ID that this patch was generated for.")], + json_patch: Optional[List[JsonPatch]] = None, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=1)] = 0, + ) -> ApiResponse[SuccessfulProjectUpdate]: + """Patch an Ory Network Project Configuration based on a revision ID + + This endpoints allows you to patch individual Ory Network Project configuration keys for Ory's services (identity, permission, ...). The configuration format is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version. If you have an older version of a configuration, you should set the version key in the payload! While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source. For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed. + + :param project_id: Project ID The project's ID. (required) + :type project_id: str + :param revision_id: Revision ID The revision ID that this patch was generated for. (required) + :type revision_id: str + :param json_patch: + :type json_patch: List[JsonPatch] + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._patch_project_with_revision_serialize( + project_id=project_id, + revision_id=revision_id, + json_patch=json_patch, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "SuccessfulProjectUpdate", + '400': "ErrorGeneric", + '401': "ErrorGeneric", + '403': "ErrorGeneric", + '404': "ErrorGeneric", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + response_data.read() + return self.api_client.response_deserialize( + response_data=response_data, + response_types_map=_response_types_map, + ) + + + @validate_call + def patch_project_with_revision_without_preload_content( + self, + project_id: Annotated[StrictStr, Field(description="Project ID The project's ID.")], + revision_id: Annotated[StrictStr, Field(description="Revision ID The revision ID that this patch was generated for.")], + json_patch: Optional[List[JsonPatch]] = None, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=1)] = 0, + ) -> RESTResponseType: + """Patch an Ory Network Project Configuration based on a revision ID + + This endpoints allows you to patch individual Ory Network Project configuration keys for Ory's services (identity, permission, ...). The configuration format is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version. If you have an older version of a configuration, you should set the version key in the payload! While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source. For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed. + + :param project_id: Project ID The project's ID. (required) + :type project_id: str + :param revision_id: Revision ID The revision ID that this patch was generated for. (required) + :type revision_id: str + :param json_patch: + :type json_patch: List[JsonPatch] + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._patch_project_with_revision_serialize( + project_id=project_id, + revision_id=revision_id, + json_patch=json_patch, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "SuccessfulProjectUpdate", + '400': "ErrorGeneric", + '401': "ErrorGeneric", + '403': "ErrorGeneric", + '404': "ErrorGeneric", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + return response_data.response + + + def _patch_project_with_revision_serialize( + self, + project_id, + revision_id, + json_patch, + _request_auth, + _content_type, + _headers, + _host_index, + ) -> RequestSerialized: + + _hosts = [ + 'https://api.console.ory.sh' + ] + _host = _hosts[_host_index] + + _collection_formats: Dict[str, str] = { + 'JsonPatch': '', + } + + _path_params: Dict[str, str] = {} + _query_params: List[Tuple[str, str]] = [] + _header_params: Dict[str, Optional[str]] = _headers or {} + _form_params: List[Tuple[str, str]] = [] + _files: Dict[str, Union[str, bytes]] = {} + _body_params: Optional[bytes] = None + + # process the path parameters + if project_id is not None: + _path_params['project_id'] = project_id + if revision_id is not None: + _path_params['revision_id'] = revision_id + # process the query parameters + # process the header parameters + # process the form parameters + # process the body parameter + if json_patch is not None: + _body_params = json_patch + + + # set the HTTP header `Accept` + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) + + # set the HTTP header `Content-Type` + if _content_type: + _header_params['Content-Type'] = _content_type + else: + _default_content_type = ( + self.api_client.select_header_content_type( + [ + 'application/json' + ] + ) + ) + if _default_content_type is not None: + _header_params['Content-Type'] = _default_content_type + + # authentication setting + _auth_settings: List[str] = [ + 'oryWorkspaceApiKey' + ] + + return self.api_client.param_serialize( + method='PATCH', + resource_path='/projects/{project_id}/revision/{revision_id}', + path_params=_path_params, + query_params=_query_params, + header_params=_header_params, + body=_body_params, + post_params=_form_params, + files=_files, + auth_settings=_auth_settings, + collection_formats=_collection_formats, + _host=_host, + _request_auth=_request_auth + ) + + + + @validate_call def purge_project( self, diff --git a/clients/client/python/ory_client/api/relationship_api.py b/clients/client/python/ory_client/api/relationship_api.py index 4ea2a6a110..41ae72ffbe 100644 --- a/clients/client/python/ory_client/api/relationship_api.py +++ b/clients/client/python/ory_client/api/relationship_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/api/wellknown_api.py b/clients/client/python/ory_client/api/wellknown_api.py index b4ae9f7c41..826a778557 100644 --- a/clients/client/python/ory_client/api/wellknown_api.py +++ b/clients/client/python/ory_client/api/wellknown_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/api/workspace_api.py b/clients/client/python/ory_client/api/workspace_api.py index a142473a23..954dd84a53 100644 --- a/clients/client/python/ory_client/api/workspace_api.py +++ b/clients/client/python/ory_client/api/workspace_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/api_client.py b/clients/client/python/ory_client/api_client.py index 935f2ab58d..5ffdb895e9 100644 --- a/clients/client/python/ory_client/api_client.py +++ b/clients/client/python/ory_client/api_client.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -89,7 +89,7 @@ def __init__( self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/v1.14.5/python' + self.user_agent = 'OpenAPI-Generator/v1.15.0/python' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/clients/client/python/ory_client/configuration.py b/clients/client/python/ory_client/configuration.py index c4757017b6..46b1346691 100644 --- a/clients/client/python/ory_client/configuration.py +++ b/clients/client/python/ory_client/configuration.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -436,8 +436,8 @@ def to_debug_report(self): return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: v1.14.5\n"\ - "SDK Package Version: v1.14.5".\ + "Version of the API: v1.15.0\n"\ + "SDK Package Version: v1.15.0".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/clients/client/python/ory_client/exceptions.py b/clients/client/python/ory_client/exceptions.py index dc5b76d8d2..a976ed26fe 100644 --- a/clients/client/python/ory_client/exceptions.py +++ b/clients/client/python/ory_client/exceptions.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/__init__.py b/clients/client/python/ory_client/models/__init__.py index 58e92e017c..e26f56e81e 100644 --- a/clients/client/python/ory_client/models/__init__.py +++ b/clients/client/python/ory_client/models/__init__.py @@ -6,7 +6,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/accept_o_auth2_consent_request.py b/clients/client/python/ory_client/models/accept_o_auth2_consent_request.py index 3b94802ceb..0fad4535aa 100644 --- a/clients/client/python/ory_client/models/accept_o_auth2_consent_request.py +++ b/clients/client/python/ory_client/models/accept_o_auth2_consent_request.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/accept_o_auth2_consent_request_session.py b/clients/client/python/ory_client/models/accept_o_auth2_consent_request_session.py index 0672233511..ff582239fb 100644 --- a/clients/client/python/ory_client/models/accept_o_auth2_consent_request_session.py +++ b/clients/client/python/ory_client/models/accept_o_auth2_consent_request_session.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/accept_o_auth2_login_request.py b/clients/client/python/ory_client/models/accept_o_auth2_login_request.py index 5ae0b0376c..fc2cad05b0 100644 --- a/clients/client/python/ory_client/models/accept_o_auth2_login_request.py +++ b/clients/client/python/ory_client/models/accept_o_auth2_login_request.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/account_experience_configuration.py b/clients/client/python/ory_client/models/account_experience_configuration.py index a9a754e86d..7bbaf8ca83 100644 --- a/clients/client/python/ory_client/models/account_experience_configuration.py +++ b/clients/client/python/ory_client/models/account_experience_configuration.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/account_experience_theme_variables.py b/clients/client/python/ory_client/models/account_experience_theme_variables.py index 1daa61575e..592449f7a6 100644 --- a/clients/client/python/ory_client/models/account_experience_theme_variables.py +++ b/clients/client/python/ory_client/models/account_experience_theme_variables.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/active_project_in_console.py b/clients/client/python/ory_client/models/active_project_in_console.py index aa6f84f82b..cd37721d95 100644 --- a/clients/client/python/ory_client/models/active_project_in_console.py +++ b/clients/client/python/ory_client/models/active_project_in_console.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/add_project_to_workspace_body.py b/clients/client/python/ory_client/models/add_project_to_workspace_body.py index 9cc313ed92..5426fe7e51 100644 --- a/clients/client/python/ory_client/models/add_project_to_workspace_body.py +++ b/clients/client/python/ory_client/models/add_project_to_workspace_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/attribute.py b/clients/client/python/ory_client/models/attribute.py index b5d9013b34..508f7ae08a 100644 --- a/clients/client/python/ory_client/models/attribute.py +++ b/clients/client/python/ory_client/models/attribute.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/attribute_filter.py b/clients/client/python/ory_client/models/attribute_filter.py index 495c32d77a..f8eb622948 100644 --- a/clients/client/python/ory_client/models/attribute_filter.py +++ b/clients/client/python/ory_client/models/attribute_filter.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/attributes_count_datapoint.py b/clients/client/python/ory_client/models/attributes_count_datapoint.py index c3eaa1bb1e..932c5fc061 100644 --- a/clients/client/python/ory_client/models/attributes_count_datapoint.py +++ b/clients/client/python/ory_client/models/attributes_count_datapoint.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/authenticator_assurance_level.py b/clients/client/python/ory_client/models/authenticator_assurance_level.py index 05bf9fec0d..4a7a41f9e0 100644 --- a/clients/client/python/ory_client/models/authenticator_assurance_level.py +++ b/clients/client/python/ory_client/models/authenticator_assurance_level.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/batch_check_permission_body.py b/clients/client/python/ory_client/models/batch_check_permission_body.py index 2e1fcb3223..d04b0f2a32 100644 --- a/clients/client/python/ory_client/models/batch_check_permission_body.py +++ b/clients/client/python/ory_client/models/batch_check_permission_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/batch_check_permission_result.py b/clients/client/python/ory_client/models/batch_check_permission_result.py index 22a2744fe9..5c2a4c765f 100644 --- a/clients/client/python/ory_client/models/batch_check_permission_result.py +++ b/clients/client/python/ory_client/models/batch_check_permission_result.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/batch_patch_identities_response.py b/clients/client/python/ory_client/models/batch_patch_identities_response.py index 2488300eb3..75354cdfcc 100644 --- a/clients/client/python/ory_client/models/batch_patch_identities_response.py +++ b/clients/client/python/ory_client/models/batch_patch_identities_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/billing_period_bucket.py b/clients/client/python/ory_client/models/billing_period_bucket.py index 918e952762..4d83e1e615 100644 --- a/clients/client/python/ory_client/models/billing_period_bucket.py +++ b/clients/client/python/ory_client/models/billing_period_bucket.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/check_opl_syntax_result.py b/clients/client/python/ory_client/models/check_opl_syntax_result.py index 34015f8776..6e72cfe553 100644 --- a/clients/client/python/ory_client/models/check_opl_syntax_result.py +++ b/clients/client/python/ory_client/models/check_opl_syntax_result.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/check_permission_result.py b/clients/client/python/ory_client/models/check_permission_result.py index 9103cbe84f..d04461ef97 100644 --- a/clients/client/python/ory_client/models/check_permission_result.py +++ b/clients/client/python/ory_client/models/check_permission_result.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/check_permission_result_with_error.py b/clients/client/python/ory_client/models/check_permission_result_with_error.py index 5a4961f002..934ce095a0 100644 --- a/clients/client/python/ory_client/models/check_permission_result_with_error.py +++ b/clients/client/python/ory_client/models/check_permission_result_with_error.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/cloud_account.py b/clients/client/python/ory_client/models/cloud_account.py index 1bfd6a3764..6df3417de5 100644 --- a/clients/client/python/ory_client/models/cloud_account.py +++ b/clients/client/python/ory_client/models/cloud_account.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/consistency_request_parameters.py b/clients/client/python/ory_client/models/consistency_request_parameters.py index 8fe519a523..f2f80a132b 100644 --- a/clients/client/python/ory_client/models/consistency_request_parameters.py +++ b/clients/client/python/ory_client/models/consistency_request_parameters.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/continue_with.py b/clients/client/python/ory_client/models/continue_with.py index 67f8c90153..5050b8b690 100644 --- a/clients/client/python/ory_client/models/continue_with.py +++ b/clients/client/python/ory_client/models/continue_with.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/continue_with_recovery_ui.py b/clients/client/python/ory_client/models/continue_with_recovery_ui.py index a4f533e1ce..77eea120d7 100644 --- a/clients/client/python/ory_client/models/continue_with_recovery_ui.py +++ b/clients/client/python/ory_client/models/continue_with_recovery_ui.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/continue_with_recovery_ui_flow.py b/clients/client/python/ory_client/models/continue_with_recovery_ui_flow.py index 8db0246804..716059706f 100644 --- a/clients/client/python/ory_client/models/continue_with_recovery_ui_flow.py +++ b/clients/client/python/ory_client/models/continue_with_recovery_ui_flow.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/continue_with_redirect_browser_to.py b/clients/client/python/ory_client/models/continue_with_redirect_browser_to.py index 6403eaea42..c8a0c4e3ab 100644 --- a/clients/client/python/ory_client/models/continue_with_redirect_browser_to.py +++ b/clients/client/python/ory_client/models/continue_with_redirect_browser_to.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/continue_with_set_ory_session_token.py b/clients/client/python/ory_client/models/continue_with_set_ory_session_token.py index 21043b0beb..6e11753927 100644 --- a/clients/client/python/ory_client/models/continue_with_set_ory_session_token.py +++ b/clients/client/python/ory_client/models/continue_with_set_ory_session_token.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/continue_with_settings_ui.py b/clients/client/python/ory_client/models/continue_with_settings_ui.py index 01038a5597..3065403d11 100644 --- a/clients/client/python/ory_client/models/continue_with_settings_ui.py +++ b/clients/client/python/ory_client/models/continue_with_settings_ui.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/continue_with_settings_ui_flow.py b/clients/client/python/ory_client/models/continue_with_settings_ui_flow.py index 2632315e52..8b826a24d1 100644 --- a/clients/client/python/ory_client/models/continue_with_settings_ui_flow.py +++ b/clients/client/python/ory_client/models/continue_with_settings_ui_flow.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/continue_with_verification_ui.py b/clients/client/python/ory_client/models/continue_with_verification_ui.py index 96cd7c8eae..b99cd3443e 100644 --- a/clients/client/python/ory_client/models/continue_with_verification_ui.py +++ b/clients/client/python/ory_client/models/continue_with_verification_ui.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/continue_with_verification_ui_flow.py b/clients/client/python/ory_client/models/continue_with_verification_ui_flow.py index b527a4854a..bb4bfb7a38 100644 --- a/clients/client/python/ory_client/models/continue_with_verification_ui_flow.py +++ b/clients/client/python/ory_client/models/continue_with_verification_ui_flow.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/courier_message_status.py b/clients/client/python/ory_client/models/courier_message_status.py index 9dcac5a026..863c383432 100644 --- a/clients/client/python/ory_client/models/courier_message_status.py +++ b/clients/client/python/ory_client/models/courier_message_status.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/courier_message_type.py b/clients/client/python/ory_client/models/courier_message_type.py index 65540bcb37..d9952de8ae 100644 --- a/clients/client/python/ory_client/models/courier_message_type.py +++ b/clients/client/python/ory_client/models/courier_message_type.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/create_custom_domain_body.py b/clients/client/python/ory_client/models/create_custom_domain_body.py index 9d52134389..e941c8b231 100644 --- a/clients/client/python/ory_client/models/create_custom_domain_body.py +++ b/clients/client/python/ory_client/models/create_custom_domain_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/create_event_stream_body.py b/clients/client/python/ory_client/models/create_event_stream_body.py index b35ccc3a09..a72edafa41 100644 --- a/clients/client/python/ory_client/models/create_event_stream_body.py +++ b/clients/client/python/ory_client/models/create_event_stream_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/create_identity_body.py b/clients/client/python/ory_client/models/create_identity_body.py index bd1082749a..237549a579 100644 --- a/clients/client/python/ory_client/models/create_identity_body.py +++ b/clients/client/python/ory_client/models/create_identity_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/create_invite_response.py b/clients/client/python/ory_client/models/create_invite_response.py index a1e8301c2a..c397b3a167 100644 --- a/clients/client/python/ory_client/models/create_invite_response.py +++ b/clients/client/python/ory_client/models/create_invite_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/create_json_web_key_set.py b/clients/client/python/ory_client/models/create_json_web_key_set.py index 1699b16994..5ed200e4e9 100644 --- a/clients/client/python/ory_client/models/create_json_web_key_set.py +++ b/clients/client/python/ory_client/models/create_json_web_key_set.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/create_project_api_key_request.py b/clients/client/python/ory_client/models/create_project_api_key_request.py index f31c6ad5b9..39bb472377 100644 --- a/clients/client/python/ory_client/models/create_project_api_key_request.py +++ b/clients/client/python/ory_client/models/create_project_api_key_request.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/create_project_body.py b/clients/client/python/ory_client/models/create_project_body.py index 6f97aeaba0..de932efe89 100644 --- a/clients/client/python/ory_client/models/create_project_body.py +++ b/clients/client/python/ory_client/models/create_project_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/create_project_branding.py b/clients/client/python/ory_client/models/create_project_branding.py index 3ad9138b92..5a51933591 100644 --- a/clients/client/python/ory_client/models/create_project_branding.py +++ b/clients/client/python/ory_client/models/create_project_branding.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/create_project_member_invite_body.py b/clients/client/python/ory_client/models/create_project_member_invite_body.py index df4df8fc9e..e900feae10 100644 --- a/clients/client/python/ory_client/models/create_project_member_invite_body.py +++ b/clients/client/python/ory_client/models/create_project_member_invite_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/create_project_normalized_payload.py b/clients/client/python/ory_client/models/create_project_normalized_payload.py index bec7f2c424..8e1d1229ca 100644 --- a/clients/client/python/ory_client/models/create_project_normalized_payload.py +++ b/clients/client/python/ory_client/models/create_project_normalized_payload.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/create_recovery_code_for_identity_body.py b/clients/client/python/ory_client/models/create_recovery_code_for_identity_body.py index 258b54e5f2..085c153fc1 100644 --- a/clients/client/python/ory_client/models/create_recovery_code_for_identity_body.py +++ b/clients/client/python/ory_client/models/create_recovery_code_for_identity_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/create_recovery_link_for_identity_body.py b/clients/client/python/ory_client/models/create_recovery_link_for_identity_body.py index 5a376445e2..2d66b77a87 100644 --- a/clients/client/python/ory_client/models/create_recovery_link_for_identity_body.py +++ b/clients/client/python/ory_client/models/create_recovery_link_for_identity_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/create_relationship_body.py b/clients/client/python/ory_client/models/create_relationship_body.py index 7ac1992794..a9cfcc6880 100644 --- a/clients/client/python/ory_client/models/create_relationship_body.py +++ b/clients/client/python/ory_client/models/create_relationship_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/create_subscription_body.py b/clients/client/python/ory_client/models/create_subscription_body.py index 6306f4b1fd..ac8656c730 100644 --- a/clients/client/python/ory_client/models/create_subscription_body.py +++ b/clients/client/python/ory_client/models/create_subscription_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/create_subscription_common.py b/clients/client/python/ory_client/models/create_subscription_common.py index 96ae70753f..b5160372cd 100644 --- a/clients/client/python/ory_client/models/create_subscription_common.py +++ b/clients/client/python/ory_client/models/create_subscription_common.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/create_verifiable_credential_request_body.py b/clients/client/python/ory_client/models/create_verifiable_credential_request_body.py index 09b3bf1090..523cf2b351 100644 --- a/clients/client/python/ory_client/models/create_verifiable_credential_request_body.py +++ b/clients/client/python/ory_client/models/create_verifiable_credential_request_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/create_workspace_api_key_body.py b/clients/client/python/ory_client/models/create_workspace_api_key_body.py index b0c0423a09..61bd86e471 100644 --- a/clients/client/python/ory_client/models/create_workspace_api_key_body.py +++ b/clients/client/python/ory_client/models/create_workspace_api_key_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/create_workspace_body.py b/clients/client/python/ory_client/models/create_workspace_body.py index 65f4556f50..53b1cff95a 100644 --- a/clients/client/python/ory_client/models/create_workspace_body.py +++ b/clients/client/python/ory_client/models/create_workspace_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/create_workspace_member_invite_body.py b/clients/client/python/ory_client/models/create_workspace_member_invite_body.py index 65b1c9a954..40eaf7e007 100644 --- a/clients/client/python/ory_client/models/create_workspace_member_invite_body.py +++ b/clients/client/python/ory_client/models/create_workspace_member_invite_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/create_workspace_subscription_body.py b/clients/client/python/ory_client/models/create_workspace_subscription_body.py index c2ef341bcf..cde4864f89 100644 --- a/clients/client/python/ory_client/models/create_workspace_subscription_body.py +++ b/clients/client/python/ory_client/models/create_workspace_subscription_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/credential_supported_draft00.py b/clients/client/python/ory_client/models/credential_supported_draft00.py index 506f6f5d91..6b335e623b 100644 --- a/clients/client/python/ory_client/models/credential_supported_draft00.py +++ b/clients/client/python/ory_client/models/credential_supported_draft00.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/custom_domain.py b/clients/client/python/ory_client/models/custom_domain.py index 40f1fb5f90..2084fe0ad8 100644 --- a/clients/client/python/ory_client/models/custom_domain.py +++ b/clients/client/python/ory_client/models/custom_domain.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/delete_my_sessions_count.py b/clients/client/python/ory_client/models/delete_my_sessions_count.py index b36ab3a2a5..70c5e2c9d0 100644 --- a/clients/client/python/ory_client/models/delete_my_sessions_count.py +++ b/clients/client/python/ory_client/models/delete_my_sessions_count.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/email_template_data.py b/clients/client/python/ory_client/models/email_template_data.py index 9b0debd49f..74578e8371 100644 --- a/clients/client/python/ory_client/models/email_template_data.py +++ b/clients/client/python/ory_client/models/email_template_data.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/email_template_data_body.py b/clients/client/python/ory_client/models/email_template_data_body.py index 173735fb33..0f1cb535fa 100644 --- a/clients/client/python/ory_client/models/email_template_data_body.py +++ b/clients/client/python/ory_client/models/email_template_data_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/error_authenticator_assurance_level_not_satisfied.py b/clients/client/python/ory_client/models/error_authenticator_assurance_level_not_satisfied.py index e1caee3925..25d53bedaa 100644 --- a/clients/client/python/ory_client/models/error_authenticator_assurance_level_not_satisfied.py +++ b/clients/client/python/ory_client/models/error_authenticator_assurance_level_not_satisfied.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/error_browser_location_change_required.py b/clients/client/python/ory_client/models/error_browser_location_change_required.py index 4c8c812bc9..82a6b05f14 100644 --- a/clients/client/python/ory_client/models/error_browser_location_change_required.py +++ b/clients/client/python/ory_client/models/error_browser_location_change_required.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/error_flow_replaced.py b/clients/client/python/ory_client/models/error_flow_replaced.py index da90f823fc..e6f0cf7fa4 100644 --- a/clients/client/python/ory_client/models/error_flow_replaced.py +++ b/clients/client/python/ory_client/models/error_flow_replaced.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/error_generic.py b/clients/client/python/ory_client/models/error_generic.py index ec363540fc..07d320c922 100644 --- a/clients/client/python/ory_client/models/error_generic.py +++ b/clients/client/python/ory_client/models/error_generic.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/error_o_auth2.py b/clients/client/python/ory_client/models/error_o_auth2.py index cdc3628eab..992d44d725 100644 --- a/clients/client/python/ory_client/models/error_o_auth2.py +++ b/clients/client/python/ory_client/models/error_o_auth2.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/event_stream.py b/clients/client/python/ory_client/models/event_stream.py index 0d24706d4f..4a024503a8 100644 --- a/clients/client/python/ory_client/models/event_stream.py +++ b/clients/client/python/ory_client/models/event_stream.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/expanded_permission_tree.py b/clients/client/python/ory_client/models/expanded_permission_tree.py index ddc3db3d2a..4c2ab70ba0 100644 --- a/clients/client/python/ory_client/models/expanded_permission_tree.py +++ b/clients/client/python/ory_client/models/expanded_permission_tree.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/flow_error.py b/clients/client/python/ory_client/models/flow_error.py index 59c5bc47bb..48d1e4317a 100644 --- a/clients/client/python/ory_client/models/flow_error.py +++ b/clients/client/python/ory_client/models/flow_error.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/generic_error.py b/clients/client/python/ory_client/models/generic_error.py index b1d5810dac..1316a54494 100644 --- a/clients/client/python/ory_client/models/generic_error.py +++ b/clients/client/python/ory_client/models/generic_error.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/generic_error_content.py b/clients/client/python/ory_client/models/generic_error_content.py index ae44e79600..84caf229e3 100644 --- a/clients/client/python/ory_client/models/generic_error_content.py +++ b/clients/client/python/ory_client/models/generic_error_content.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/generic_usage.py b/clients/client/python/ory_client/models/generic_usage.py index 28f5a47ac0..507281dfef 100644 --- a/clients/client/python/ory_client/models/generic_usage.py +++ b/clients/client/python/ory_client/models/generic_usage.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/get_attributes_count_response.py b/clients/client/python/ory_client/models/get_attributes_count_response.py index 302ccde0a0..bbe03d170e 100644 --- a/clients/client/python/ory_client/models/get_attributes_count_response.py +++ b/clients/client/python/ory_client/models/get_attributes_count_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/get_managed_identity_schema_location.py b/clients/client/python/ory_client/models/get_managed_identity_schema_location.py index 030984914a..3ef1b45898 100644 --- a/clients/client/python/ory_client/models/get_managed_identity_schema_location.py +++ b/clients/client/python/ory_client/models/get_managed_identity_schema_location.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/get_metrics_event_attributes_response.py b/clients/client/python/ory_client/models/get_metrics_event_attributes_response.py index 9c915c4a55..c9aa0a5bd3 100644 --- a/clients/client/python/ory_client/models/get_metrics_event_attributes_response.py +++ b/clients/client/python/ory_client/models/get_metrics_event_attributes_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/get_metrics_event_types_response.py b/clients/client/python/ory_client/models/get_metrics_event_types_response.py index 0d114b4cc6..2f6578b851 100644 --- a/clients/client/python/ory_client/models/get_metrics_event_types_response.py +++ b/clients/client/python/ory_client/models/get_metrics_event_types_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/get_organization_response.py b/clients/client/python/ory_client/models/get_organization_response.py index e55a770b9b..5565fc21ba 100644 --- a/clients/client/python/ory_client/models/get_organization_response.py +++ b/clients/client/python/ory_client/models/get_organization_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/get_project_events_body.py b/clients/client/python/ory_client/models/get_project_events_body.py index 8a62c1b4dd..6f55c15b07 100644 --- a/clients/client/python/ory_client/models/get_project_events_body.py +++ b/clients/client/python/ory_client/models/get_project_events_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/get_project_events_response.py b/clients/client/python/ory_client/models/get_project_events_response.py index 3ab34bce36..3306e2ad0a 100644 --- a/clients/client/python/ory_client/models/get_project_events_response.py +++ b/clients/client/python/ory_client/models/get_project_events_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/get_project_metrics_response.py b/clients/client/python/ory_client/models/get_project_metrics_response.py index 3ad45247c1..17e634f7c8 100644 --- a/clients/client/python/ory_client/models/get_project_metrics_response.py +++ b/clients/client/python/ory_client/models/get_project_metrics_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/get_session_activity_response.py b/clients/client/python/ory_client/models/get_session_activity_response.py index a54fe10644..0ac50c8846 100644 --- a/clients/client/python/ory_client/models/get_session_activity_response.py +++ b/clients/client/python/ory_client/models/get_session_activity_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/get_version200_response.py b/clients/client/python/ory_client/models/get_version200_response.py index f3f384e025..fbf961bf75 100644 --- a/clients/client/python/ory_client/models/get_version200_response.py +++ b/clients/client/python/ory_client/models/get_version200_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/health_not_ready_status.py b/clients/client/python/ory_client/models/health_not_ready_status.py index b3a6401be4..b06aa844cd 100644 --- a/clients/client/python/ory_client/models/health_not_ready_status.py +++ b/clients/client/python/ory_client/models/health_not_ready_status.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/health_status.py b/clients/client/python/ory_client/models/health_status.py index c9cd564251..2089b39465 100644 --- a/clients/client/python/ory_client/models/health_status.py +++ b/clients/client/python/ory_client/models/health_status.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/identity.py b/clients/client/python/ory_client/models/identity.py index b03704ddeb..a55a40f4ac 100644 --- a/clients/client/python/ory_client/models/identity.py +++ b/clients/client/python/ory_client/models/identity.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/identity_credentials.py b/clients/client/python/ory_client/models/identity_credentials.py index b0cacc2550..be06fd8254 100644 --- a/clients/client/python/ory_client/models/identity_credentials.py +++ b/clients/client/python/ory_client/models/identity_credentials.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/identity_credentials_code.py b/clients/client/python/ory_client/models/identity_credentials_code.py index 184ef33e12..b45c27380f 100644 --- a/clients/client/python/ory_client/models/identity_credentials_code.py +++ b/clients/client/python/ory_client/models/identity_credentials_code.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/identity_credentials_oidc.py b/clients/client/python/ory_client/models/identity_credentials_oidc.py index 8f0dd4b5d7..f9a0fdea95 100644 --- a/clients/client/python/ory_client/models/identity_credentials_oidc.py +++ b/clients/client/python/ory_client/models/identity_credentials_oidc.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/identity_credentials_oidc_provider.py b/clients/client/python/ory_client/models/identity_credentials_oidc_provider.py index d1d42d1ca4..c03e6d5170 100644 --- a/clients/client/python/ory_client/models/identity_credentials_oidc_provider.py +++ b/clients/client/python/ory_client/models/identity_credentials_oidc_provider.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/identity_credentials_password.py b/clients/client/python/ory_client/models/identity_credentials_password.py index 3da26ea7b1..03ebe74dc7 100644 --- a/clients/client/python/ory_client/models/identity_credentials_password.py +++ b/clients/client/python/ory_client/models/identity_credentials_password.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/identity_patch.py b/clients/client/python/ory_client/models/identity_patch.py index 73b66eb548..ca0181e785 100644 --- a/clients/client/python/ory_client/models/identity_patch.py +++ b/clients/client/python/ory_client/models/identity_patch.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/identity_patch_response.py b/clients/client/python/ory_client/models/identity_patch_response.py index aae74f6573..5b1d79c086 100644 --- a/clients/client/python/ory_client/models/identity_patch_response.py +++ b/clients/client/python/ory_client/models/identity_patch_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/identity_schema_container.py b/clients/client/python/ory_client/models/identity_schema_container.py index f8e3186400..037d531567 100644 --- a/clients/client/python/ory_client/models/identity_schema_container.py +++ b/clients/client/python/ory_client/models/identity_schema_container.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/identity_schema_preset.py b/clients/client/python/ory_client/models/identity_schema_preset.py index 8391b7b70e..8a69653d78 100644 --- a/clients/client/python/ory_client/models/identity_schema_preset.py +++ b/clients/client/python/ory_client/models/identity_schema_preset.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/identity_with_credentials.py b/clients/client/python/ory_client/models/identity_with_credentials.py index c50eba01f6..18e8163d5b 100644 --- a/clients/client/python/ory_client/models/identity_with_credentials.py +++ b/clients/client/python/ory_client/models/identity_with_credentials.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/identity_with_credentials_oidc.py b/clients/client/python/ory_client/models/identity_with_credentials_oidc.py index 6beaaad637..7826cad916 100644 --- a/clients/client/python/ory_client/models/identity_with_credentials_oidc.py +++ b/clients/client/python/ory_client/models/identity_with_credentials_oidc.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/identity_with_credentials_oidc_config.py b/clients/client/python/ory_client/models/identity_with_credentials_oidc_config.py index 1c7101ae18..4ee2a7352d 100644 --- a/clients/client/python/ory_client/models/identity_with_credentials_oidc_config.py +++ b/clients/client/python/ory_client/models/identity_with_credentials_oidc_config.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/identity_with_credentials_oidc_config_provider.py b/clients/client/python/ory_client/models/identity_with_credentials_oidc_config_provider.py index 0a302afe70..3e5c5d7b03 100644 --- a/clients/client/python/ory_client/models/identity_with_credentials_oidc_config_provider.py +++ b/clients/client/python/ory_client/models/identity_with_credentials_oidc_config_provider.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/identity_with_credentials_password.py b/clients/client/python/ory_client/models/identity_with_credentials_password.py index 679decda1c..b934af37f8 100644 --- a/clients/client/python/ory_client/models/identity_with_credentials_password.py +++ b/clients/client/python/ory_client/models/identity_with_credentials_password.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/identity_with_credentials_password_config.py b/clients/client/python/ory_client/models/identity_with_credentials_password_config.py index 136c23995d..d16cf60449 100644 --- a/clients/client/python/ory_client/models/identity_with_credentials_password_config.py +++ b/clients/client/python/ory_client/models/identity_with_credentials_password_config.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/internal_get_project_branding_body.py b/clients/client/python/ory_client/models/internal_get_project_branding_body.py index 5d654015db..50273c7b77 100644 --- a/clients/client/python/ory_client/models/internal_get_project_branding_body.py +++ b/clients/client/python/ory_client/models/internal_get_project_branding_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/internal_is_ax_welcome_screen_enabled_for_project_body.py b/clients/client/python/ory_client/models/internal_is_ax_welcome_screen_enabled_for_project_body.py index 08753684ef..45a2bcd06b 100644 --- a/clients/client/python/ory_client/models/internal_is_ax_welcome_screen_enabled_for_project_body.py +++ b/clients/client/python/ory_client/models/internal_is_ax_welcome_screen_enabled_for_project_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/internal_is_owner_for_project_by_slug_body.py b/clients/client/python/ory_client/models/internal_is_owner_for_project_by_slug_body.py index 3daff5ab88..0d3ce6e370 100644 --- a/clients/client/python/ory_client/models/internal_is_owner_for_project_by_slug_body.py +++ b/clients/client/python/ory_client/models/internal_is_owner_for_project_by_slug_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/internal_is_owner_for_project_by_slug_response.py b/clients/client/python/ory_client/models/internal_is_owner_for_project_by_slug_response.py index be9c395072..3d707c4d10 100644 --- a/clients/client/python/ory_client/models/internal_is_owner_for_project_by_slug_response.py +++ b/clients/client/python/ory_client/models/internal_is_owner_for_project_by_slug_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/introspected_o_auth2_token.py b/clients/client/python/ory_client/models/introspected_o_auth2_token.py index 3c29e1f286..ac673e8c1f 100644 --- a/clients/client/python/ory_client/models/introspected_o_auth2_token.py +++ b/clients/client/python/ory_client/models/introspected_o_auth2_token.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/invoice.py b/clients/client/python/ory_client/models/invoice.py index 8ee038a119..e86f62be06 100644 --- a/clients/client/python/ory_client/models/invoice.py +++ b/clients/client/python/ory_client/models/invoice.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/invoice_data_v1.py b/clients/client/python/ory_client/models/invoice_data_v1.py index 4e80022b55..904646efd4 100644 --- a/clients/client/python/ory_client/models/invoice_data_v1.py +++ b/clients/client/python/ory_client/models/invoice_data_v1.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/is_owner_for_project_by_slug.py b/clients/client/python/ory_client/models/is_owner_for_project_by_slug.py index 7b65819227..5288996221 100644 --- a/clients/client/python/ory_client/models/is_owner_for_project_by_slug.py +++ b/clients/client/python/ory_client/models/is_owner_for_project_by_slug.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/json_patch.py b/clients/client/python/ory_client/models/json_patch.py index 2118dcae4a..c87c8ebdaf 100644 --- a/clients/client/python/ory_client/models/json_patch.py +++ b/clients/client/python/ory_client/models/json_patch.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/json_web_key.py b/clients/client/python/ory_client/models/json_web_key.py index 0a8b286b0f..3720b077e1 100644 --- a/clients/client/python/ory_client/models/json_web_key.py +++ b/clients/client/python/ory_client/models/json_web_key.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/json_web_key_set.py b/clients/client/python/ory_client/models/json_web_key_set.py index 488e8e6132..0cacf739b2 100644 --- a/clients/client/python/ory_client/models/json_web_key_set.py +++ b/clients/client/python/ory_client/models/json_web_key_set.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/keto_namespace.py b/clients/client/python/ory_client/models/keto_namespace.py index 8b067dcda2..e7fb08abb4 100644 --- a/clients/client/python/ory_client/models/keto_namespace.py +++ b/clients/client/python/ory_client/models/keto_namespace.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/line_item_v1.py b/clients/client/python/ory_client/models/line_item_v1.py index 2158c66105..be7ba85c82 100644 --- a/clients/client/python/ory_client/models/line_item_v1.py +++ b/clients/client/python/ory_client/models/line_item_v1.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/list_event_streams.py b/clients/client/python/ory_client/models/list_event_streams.py index 79aa631c81..f9a69cef65 100644 --- a/clients/client/python/ory_client/models/list_event_streams.py +++ b/clients/client/python/ory_client/models/list_event_streams.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/list_invoices_response.py b/clients/client/python/ory_client/models/list_invoices_response.py index 66e42034d2..4e8303c9f0 100644 --- a/clients/client/python/ory_client/models/list_invoices_response.py +++ b/clients/client/python/ory_client/models/list_invoices_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/list_organizations_response.py b/clients/client/python/ory_client/models/list_organizations_response.py index aa31a7570d..2ab9f60148 100644 --- a/clients/client/python/ory_client/models/list_organizations_response.py +++ b/clients/client/python/ory_client/models/list_organizations_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/list_workspace_projects.py b/clients/client/python/ory_client/models/list_workspace_projects.py index 1644028ae2..b66555e59e 100644 --- a/clients/client/python/ory_client/models/list_workspace_projects.py +++ b/clients/client/python/ory_client/models/list_workspace_projects.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/list_workspaces.py b/clients/client/python/ory_client/models/list_workspaces.py index cdd33cb529..450d40ce55 100644 --- a/clients/client/python/ory_client/models/list_workspaces.py +++ b/clients/client/python/ory_client/models/list_workspaces.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/login_flow.py b/clients/client/python/ory_client/models/login_flow.py index 3e0ff1a6df..fc9ce69f83 100644 --- a/clients/client/python/ory_client/models/login_flow.py +++ b/clients/client/python/ory_client/models/login_flow.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/login_flow_state.py b/clients/client/python/ory_client/models/login_flow_state.py index d9766102f8..0cc8355b52 100644 --- a/clients/client/python/ory_client/models/login_flow_state.py +++ b/clients/client/python/ory_client/models/login_flow_state.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/logout_flow.py b/clients/client/python/ory_client/models/logout_flow.py index 6c1be23af8..26d124e4c0 100644 --- a/clients/client/python/ory_client/models/logout_flow.py +++ b/clients/client/python/ory_client/models/logout_flow.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/managed_identity_schema.py b/clients/client/python/ory_client/models/managed_identity_schema.py index cc0dc7bc23..f65b27b69c 100644 --- a/clients/client/python/ory_client/models/managed_identity_schema.py +++ b/clients/client/python/ory_client/models/managed_identity_schema.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/managed_identity_schema_validation_result.py b/clients/client/python/ory_client/models/managed_identity_schema_validation_result.py index 901c6b1e72..9bcb5833d9 100644 --- a/clients/client/python/ory_client/models/managed_identity_schema_validation_result.py +++ b/clients/client/python/ory_client/models/managed_identity_schema_validation_result.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/member_invite.py b/clients/client/python/ory_client/models/member_invite.py index cc24dbb8c6..88aba08e1b 100644 --- a/clients/client/python/ory_client/models/member_invite.py +++ b/clients/client/python/ory_client/models/member_invite.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/message.py b/clients/client/python/ory_client/models/message.py index 30176f5e54..6db2151cfb 100644 --- a/clients/client/python/ory_client/models/message.py +++ b/clients/client/python/ory_client/models/message.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/message_dispatch.py b/clients/client/python/ory_client/models/message_dispatch.py index b965691ac3..d35a427a0d 100644 --- a/clients/client/python/ory_client/models/message_dispatch.py +++ b/clients/client/python/ory_client/models/message_dispatch.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/metrics_datapoint.py b/clients/client/python/ory_client/models/metrics_datapoint.py index 3e5b0a3b13..790a248918 100644 --- a/clients/client/python/ory_client/models/metrics_datapoint.py +++ b/clients/client/python/ory_client/models/metrics_datapoint.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/money.py b/clients/client/python/ory_client/models/money.py index 715cb480dd..0f1f9fada7 100644 --- a/clients/client/python/ory_client/models/money.py +++ b/clients/client/python/ory_client/models/money.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/namespace.py b/clients/client/python/ory_client/models/namespace.py index 783105c740..6c55f98e8c 100644 --- a/clients/client/python/ory_client/models/namespace.py +++ b/clients/client/python/ory_client/models/namespace.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/needs_privileged_session_error.py b/clients/client/python/ory_client/models/needs_privileged_session_error.py index c9d4b46128..f625379fd9 100644 --- a/clients/client/python/ory_client/models/needs_privileged_session_error.py +++ b/clients/client/python/ory_client/models/needs_privileged_session_error.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/normalized_project.py b/clients/client/python/ory_client/models/normalized_project.py index d13dee60ec..0d305e2e98 100644 --- a/clients/client/python/ory_client/models/normalized_project.py +++ b/clients/client/python/ory_client/models/normalized_project.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/normalized_project_revision.py b/clients/client/python/ory_client/models/normalized_project_revision.py index 5411c29849..fedf78756c 100644 --- a/clients/client/python/ory_client/models/normalized_project_revision.py +++ b/clients/client/python/ory_client/models/normalized_project_revision.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/normalized_project_revision_courier_channel.py b/clients/client/python/ory_client/models/normalized_project_revision_courier_channel.py index 085b473f7f..19efbff7c1 100644 --- a/clients/client/python/ory_client/models/normalized_project_revision_courier_channel.py +++ b/clients/client/python/ory_client/models/normalized_project_revision_courier_channel.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/normalized_project_revision_hook.py b/clients/client/python/ory_client/models/normalized_project_revision_hook.py index e0e33103d6..4712866c60 100644 --- a/clients/client/python/ory_client/models/normalized_project_revision_hook.py +++ b/clients/client/python/ory_client/models/normalized_project_revision_hook.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/normalized_project_revision_identity_schema.py b/clients/client/python/ory_client/models/normalized_project_revision_identity_schema.py index ade5c1470a..3d47f3d9d1 100644 --- a/clients/client/python/ory_client/models/normalized_project_revision_identity_schema.py +++ b/clients/client/python/ory_client/models/normalized_project_revision_identity_schema.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/normalized_project_revision_third_party_provider.py b/clients/client/python/ory_client/models/normalized_project_revision_third_party_provider.py index 1f25acf6eb..59ae502230 100644 --- a/clients/client/python/ory_client/models/normalized_project_revision_third_party_provider.py +++ b/clients/client/python/ory_client/models/normalized_project_revision_third_party_provider.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/normalized_project_revision_tokenizer_template.py b/clients/client/python/ory_client/models/normalized_project_revision_tokenizer_template.py index 711c1e7308..0117286b3a 100644 --- a/clients/client/python/ory_client/models/normalized_project_revision_tokenizer_template.py +++ b/clients/client/python/ory_client/models/normalized_project_revision_tokenizer_template.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/o_auth2_client.py b/clients/client/python/ory_client/models/o_auth2_client.py index bfc0e65ead..9370a27ad1 100644 --- a/clients/client/python/ory_client/models/o_auth2_client.py +++ b/clients/client/python/ory_client/models/o_auth2_client.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/o_auth2_client_token_lifespans.py b/clients/client/python/ory_client/models/o_auth2_client_token_lifespans.py index 9b5727a6f4..1f8b883428 100644 --- a/clients/client/python/ory_client/models/o_auth2_client_token_lifespans.py +++ b/clients/client/python/ory_client/models/o_auth2_client_token_lifespans.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/o_auth2_consent_request.py b/clients/client/python/ory_client/models/o_auth2_consent_request.py index bf91384610..cb10bf5d17 100644 --- a/clients/client/python/ory_client/models/o_auth2_consent_request.py +++ b/clients/client/python/ory_client/models/o_auth2_consent_request.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/o_auth2_consent_request_open_id_connect_context.py b/clients/client/python/ory_client/models/o_auth2_consent_request_open_id_connect_context.py index c69f901d49..84564f4c1e 100644 --- a/clients/client/python/ory_client/models/o_auth2_consent_request_open_id_connect_context.py +++ b/clients/client/python/ory_client/models/o_auth2_consent_request_open_id_connect_context.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/o_auth2_consent_session.py b/clients/client/python/ory_client/models/o_auth2_consent_session.py index f7159ad430..e36c490f7c 100644 --- a/clients/client/python/ory_client/models/o_auth2_consent_session.py +++ b/clients/client/python/ory_client/models/o_auth2_consent_session.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/o_auth2_consent_session_expires_at.py b/clients/client/python/ory_client/models/o_auth2_consent_session_expires_at.py index 4656ce9e25..329e22adf0 100644 --- a/clients/client/python/ory_client/models/o_auth2_consent_session_expires_at.py +++ b/clients/client/python/ory_client/models/o_auth2_consent_session_expires_at.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/o_auth2_login_request.py b/clients/client/python/ory_client/models/o_auth2_login_request.py index bde44116dd..41c54d7b60 100644 --- a/clients/client/python/ory_client/models/o_auth2_login_request.py +++ b/clients/client/python/ory_client/models/o_auth2_login_request.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/o_auth2_logout_request.py b/clients/client/python/ory_client/models/o_auth2_logout_request.py index ff5db86c28..dd6b68a0ec 100644 --- a/clients/client/python/ory_client/models/o_auth2_logout_request.py +++ b/clients/client/python/ory_client/models/o_auth2_logout_request.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/o_auth2_redirect_to.py b/clients/client/python/ory_client/models/o_auth2_redirect_to.py index 8c802b17d7..cc8f4e6895 100644 --- a/clients/client/python/ory_client/models/o_auth2_redirect_to.py +++ b/clients/client/python/ory_client/models/o_auth2_redirect_to.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/o_auth2_token_exchange.py b/clients/client/python/ory_client/models/o_auth2_token_exchange.py index 189f5ded16..dce4dd14d6 100644 --- a/clients/client/python/ory_client/models/o_auth2_token_exchange.py +++ b/clients/client/python/ory_client/models/o_auth2_token_exchange.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/oidc_configuration.py b/clients/client/python/ory_client/models/oidc_configuration.py index 2ae8ae0c6c..ef4c867a67 100644 --- a/clients/client/python/ory_client/models/oidc_configuration.py +++ b/clients/client/python/ory_client/models/oidc_configuration.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/oidc_user_info.py b/clients/client/python/ory_client/models/oidc_user_info.py index fcda25a0e0..00a52e4074 100644 --- a/clients/client/python/ory_client/models/oidc_user_info.py +++ b/clients/client/python/ory_client/models/oidc_user_info.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/organization.py b/clients/client/python/ory_client/models/organization.py index c98040761b..9aedf3ae3d 100644 --- a/clients/client/python/ory_client/models/organization.py +++ b/clients/client/python/ory_client/models/organization.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/organization_body.py b/clients/client/python/ory_client/models/organization_body.py index 520e6a356c..3276f185e9 100644 --- a/clients/client/python/ory_client/models/organization_body.py +++ b/clients/client/python/ory_client/models/organization_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/pagination.py b/clients/client/python/ory_client/models/pagination.py index 62ea035655..d2d45acd4e 100644 --- a/clients/client/python/ory_client/models/pagination.py +++ b/clients/client/python/ory_client/models/pagination.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/pagination_headers.py b/clients/client/python/ory_client/models/pagination_headers.py index aefc747d51..0874b08131 100644 --- a/clients/client/python/ory_client/models/pagination_headers.py +++ b/clients/client/python/ory_client/models/pagination_headers.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/parse_error.py b/clients/client/python/ory_client/models/parse_error.py index df004f858d..c8fb5e9aa2 100644 --- a/clients/client/python/ory_client/models/parse_error.py +++ b/clients/client/python/ory_client/models/parse_error.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/patch_identities_body.py b/clients/client/python/ory_client/models/patch_identities_body.py index 896be3b2cb..2f24f8219f 100644 --- a/clients/client/python/ory_client/models/patch_identities_body.py +++ b/clients/client/python/ory_client/models/patch_identities_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/perform_native_logout_body.py b/clients/client/python/ory_client/models/perform_native_logout_body.py index 3adc02e6f4..f31edd8ddc 100644 --- a/clients/client/python/ory_client/models/perform_native_logout_body.py +++ b/clients/client/python/ory_client/models/perform_native_logout_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/permissions_on_workspace.py b/clients/client/python/ory_client/models/permissions_on_workspace.py index 4f94e75e1f..5be998a086 100644 --- a/clients/client/python/ory_client/models/permissions_on_workspace.py +++ b/clients/client/python/ory_client/models/permissions_on_workspace.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/plan.py b/clients/client/python/ory_client/models/plan.py index b80a337f60..942556d3f5 100644 --- a/clients/client/python/ory_client/models/plan.py +++ b/clients/client/python/ory_client/models/plan.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/plan_details.py b/clients/client/python/ory_client/models/plan_details.py index 380251df77..8d871ec7c3 100644 --- a/clients/client/python/ory_client/models/plan_details.py +++ b/clients/client/python/ory_client/models/plan_details.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/post_check_permission_body.py b/clients/client/python/ory_client/models/post_check_permission_body.py index 5358ca9fab..4c25871eb8 100644 --- a/clients/client/python/ory_client/models/post_check_permission_body.py +++ b/clients/client/python/ory_client/models/post_check_permission_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/post_check_permission_or_error_body.py b/clients/client/python/ory_client/models/post_check_permission_or_error_body.py index 437ad14c9d..4fb6a6323a 100644 --- a/clients/client/python/ory_client/models/post_check_permission_or_error_body.py +++ b/clients/client/python/ory_client/models/post_check_permission_or_error_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/project.py b/clients/client/python/ory_client/models/project.py index 3d6d2d6c68..36de7f0583 100644 --- a/clients/client/python/ory_client/models/project.py +++ b/clients/client/python/ory_client/models/project.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/project_api_key.py b/clients/client/python/ory_client/models/project_api_key.py index 944c46e699..f4a0b88511 100644 --- a/clients/client/python/ory_client/models/project_api_key.py +++ b/clients/client/python/ory_client/models/project_api_key.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/project_branding.py b/clients/client/python/ory_client/models/project_branding.py index 40c7aee983..589c5b387c 100644 --- a/clients/client/python/ory_client/models/project_branding.py +++ b/clients/client/python/ory_client/models/project_branding.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/project_branding_colors.py b/clients/client/python/ory_client/models/project_branding_colors.py index 44eb726751..20a40b9ffb 100644 --- a/clients/client/python/ory_client/models/project_branding_colors.py +++ b/clients/client/python/ory_client/models/project_branding_colors.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/project_branding_theme.py b/clients/client/python/ory_client/models/project_branding_theme.py index 94a86fcb60..b0e2a6441f 100644 --- a/clients/client/python/ory_client/models/project_branding_theme.py +++ b/clients/client/python/ory_client/models/project_branding_theme.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/project_cors.py b/clients/client/python/ory_client/models/project_cors.py index 9f50308349..972f841e72 100644 --- a/clients/client/python/ory_client/models/project_cors.py +++ b/clients/client/python/ory_client/models/project_cors.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/project_events_datapoint.py b/clients/client/python/ory_client/models/project_events_datapoint.py index f04b3e6834..de96921b8a 100644 --- a/clients/client/python/ory_client/models/project_events_datapoint.py +++ b/clients/client/python/ory_client/models/project_events_datapoint.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/project_host.py b/clients/client/python/ory_client/models/project_host.py index 62ce9649d1..d47cc64d35 100644 --- a/clients/client/python/ory_client/models/project_host.py +++ b/clients/client/python/ory_client/models/project_host.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/project_member.py b/clients/client/python/ory_client/models/project_member.py index 45e95899c9..45032922ea 100644 --- a/clients/client/python/ory_client/models/project_member.py +++ b/clients/client/python/ory_client/models/project_member.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/project_metadata.py b/clients/client/python/ory_client/models/project_metadata.py index 59e489be67..a802e72b2a 100644 --- a/clients/client/python/ory_client/models/project_metadata.py +++ b/clients/client/python/ory_client/models/project_metadata.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/project_service_identity.py b/clients/client/python/ory_client/models/project_service_identity.py index df5fbc6486..da3d6b4b65 100644 --- a/clients/client/python/ory_client/models/project_service_identity.py +++ b/clients/client/python/ory_client/models/project_service_identity.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/project_service_o_auth2.py b/clients/client/python/ory_client/models/project_service_o_auth2.py index a09fd1e139..e1e0632cd9 100644 --- a/clients/client/python/ory_client/models/project_service_o_auth2.py +++ b/clients/client/python/ory_client/models/project_service_o_auth2.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/project_service_permission.py b/clients/client/python/ory_client/models/project_service_permission.py index 7459dfe20a..b0a8bbf5a7 100644 --- a/clients/client/python/ory_client/models/project_service_permission.py +++ b/clients/client/python/ory_client/models/project_service_permission.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/project_services.py b/clients/client/python/ory_client/models/project_services.py index f89865d03b..7d9596179f 100644 --- a/clients/client/python/ory_client/models/project_services.py +++ b/clients/client/python/ory_client/models/project_services.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/quota_usage.py b/clients/client/python/ory_client/models/quota_usage.py index a53400d3dc..6e3bf009ac 100644 --- a/clients/client/python/ory_client/models/quota_usage.py +++ b/clients/client/python/ory_client/models/quota_usage.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -29,7 +29,7 @@ class QuotaUsage(BaseModel): """ # noqa: E501 additional_price: StrictStr = Field(description="The additional price per unit in cents.") can_use_more: StrictBool - feature: StrictStr = Field(description=" production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect") + feature: StrictStr = Field(description=" production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect") feature_available: StrictBool included: StrictInt used: StrictInt @@ -39,8 +39,8 @@ class QuotaUsage(BaseModel): @field_validator('feature') def feature_validate_enum(cls, value): """Validates the enum""" - if value not in set(['production_projects', 'staging_projects', 'development_projects', 'daily_active_users', 'custom_domains', 'event_streams', 'event_stream_events', 'sla', 'collaborator_seats', 'edge_cache', 'branding_themes', 'zendesk_support', 'project_metrics', 'project_metrics_time_window', 'project_metrics_events_history', 'organizations', 'rop_grant', 'concierge_onboarding', 'credit', 'data_location_global', 'data_location_us', 'm2m_token_issuance', 'permission_checks', 'data_location_regional', 'rate_limit_tier', 'session_rate_limit_tier', 'identities_list_rate_limit_tier', 'permission_checks_rate_limit_tier', 'oauth2_introspect_rate_limit_tier']): - raise ValueError("must be one of enum values ('production_projects', 'staging_projects', 'development_projects', 'daily_active_users', 'custom_domains', 'event_streams', 'event_stream_events', 'sla', 'collaborator_seats', 'edge_cache', 'branding_themes', 'zendesk_support', 'project_metrics', 'project_metrics_time_window', 'project_metrics_events_history', 'organizations', 'rop_grant', 'concierge_onboarding', 'credit', 'data_location_global', 'data_location_us', 'm2m_token_issuance', 'permission_checks', 'data_location_regional', 'rate_limit_tier', 'session_rate_limit_tier', 'identities_list_rate_limit_tier', 'permission_checks_rate_limit_tier', 'oauth2_introspect_rate_limit_tier')") + if value not in set(['production_projects', 'staging_projects', 'development_projects', 'daily_active_users', 'custom_domains', 'event_streams', 'event_stream_events', 'sla', 'collaborator_seats', 'edge_cache', 'branding_themes', 'zendesk_support', 'project_metrics', 'project_metrics_time_window', 'project_metrics_events_history', 'organizations', 'rop_grant', 'concierge_onboarding', 'credit', 'data_location_global', 'data_location_us', 'm2m_token_issuance', 'permission_checks', 'captcha', 'data_location_regional', 'rate_limit_tier', 'session_rate_limit_tier', 'identities_list_rate_limit_tier', 'permission_checks_rate_limit_tier', 'oauth2_introspect_rate_limit_tier']): + raise ValueError("must be one of enum values ('production_projects', 'staging_projects', 'development_projects', 'daily_active_users', 'custom_domains', 'event_streams', 'event_stream_events', 'sla', 'collaborator_seats', 'edge_cache', 'branding_themes', 'zendesk_support', 'project_metrics', 'project_metrics_time_window', 'project_metrics_events_history', 'organizations', 'rop_grant', 'concierge_onboarding', 'credit', 'data_location_global', 'data_location_us', 'm2m_token_issuance', 'permission_checks', 'captcha', 'data_location_regional', 'rate_limit_tier', 'session_rate_limit_tier', 'identities_list_rate_limit_tier', 'permission_checks_rate_limit_tier', 'oauth2_introspect_rate_limit_tier')") return value model_config = ConfigDict( diff --git a/clients/client/python/ory_client/models/recovery_code_for_identity.py b/clients/client/python/ory_client/models/recovery_code_for_identity.py index 7a0f4885bd..0acce33c89 100644 --- a/clients/client/python/ory_client/models/recovery_code_for_identity.py +++ b/clients/client/python/ory_client/models/recovery_code_for_identity.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/recovery_flow.py b/clients/client/python/ory_client/models/recovery_flow.py index 67c611aa5e..bee7e9c261 100644 --- a/clients/client/python/ory_client/models/recovery_flow.py +++ b/clients/client/python/ory_client/models/recovery_flow.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/recovery_flow_state.py b/clients/client/python/ory_client/models/recovery_flow_state.py index d1d5087ca0..1bf10c8f9e 100644 --- a/clients/client/python/ory_client/models/recovery_flow_state.py +++ b/clients/client/python/ory_client/models/recovery_flow_state.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/recovery_identity_address.py b/clients/client/python/ory_client/models/recovery_identity_address.py index 7bce9c6f2b..6958c8ce57 100644 --- a/clients/client/python/ory_client/models/recovery_identity_address.py +++ b/clients/client/python/ory_client/models/recovery_identity_address.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/recovery_link_for_identity.py b/clients/client/python/ory_client/models/recovery_link_for_identity.py index c7798d6809..a289a7c143 100644 --- a/clients/client/python/ory_client/models/recovery_link_for_identity.py +++ b/clients/client/python/ory_client/models/recovery_link_for_identity.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/registration_flow.py b/clients/client/python/ory_client/models/registration_flow.py index abb1258b01..b367d87ef9 100644 --- a/clients/client/python/ory_client/models/registration_flow.py +++ b/clients/client/python/ory_client/models/registration_flow.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/registration_flow_state.py b/clients/client/python/ory_client/models/registration_flow_state.py index b5ae2f9891..3e9bae567a 100644 --- a/clients/client/python/ory_client/models/registration_flow_state.py +++ b/clients/client/python/ory_client/models/registration_flow_state.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/reject_o_auth2_request.py b/clients/client/python/ory_client/models/reject_o_auth2_request.py index d1333a72f9..f8b87c49a4 100644 --- a/clients/client/python/ory_client/models/reject_o_auth2_request.py +++ b/clients/client/python/ory_client/models/reject_o_auth2_request.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/relation_query.py b/clients/client/python/ory_client/models/relation_query.py index d4c5986eb1..00ae72f310 100644 --- a/clients/client/python/ory_client/models/relation_query.py +++ b/clients/client/python/ory_client/models/relation_query.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/relationship.py b/clients/client/python/ory_client/models/relationship.py index 0c2bf8d83a..50ba2431c8 100644 --- a/clients/client/python/ory_client/models/relationship.py +++ b/clients/client/python/ory_client/models/relationship.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/relationship_namespaces.py b/clients/client/python/ory_client/models/relationship_namespaces.py index 9f481357be..6c3398a7f3 100644 --- a/clients/client/python/ory_client/models/relationship_namespaces.py +++ b/clients/client/python/ory_client/models/relationship_namespaces.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/relationship_patch.py b/clients/client/python/ory_client/models/relationship_patch.py index 98758f6972..d230bdf415 100644 --- a/clients/client/python/ory_client/models/relationship_patch.py +++ b/clients/client/python/ory_client/models/relationship_patch.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/relationships.py b/clients/client/python/ory_client/models/relationships.py index 251f5a229c..f1e684c0c6 100644 --- a/clients/client/python/ory_client/models/relationships.py +++ b/clients/client/python/ory_client/models/relationships.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/rfc6749_error_json.py b/clients/client/python/ory_client/models/rfc6749_error_json.py index bd15a63f77..45a588b55e 100644 --- a/clients/client/python/ory_client/models/rfc6749_error_json.py +++ b/clients/client/python/ory_client/models/rfc6749_error_json.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/schema_patch.py b/clients/client/python/ory_client/models/schema_patch.py index a81fdcbbf6..7e6e15ec90 100644 --- a/clients/client/python/ory_client/models/schema_patch.py +++ b/clients/client/python/ory_client/models/schema_patch.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/self_service_flow_expired_error.py b/clients/client/python/ory_client/models/self_service_flow_expired_error.py index a4079fb1ba..00f94dff2e 100644 --- a/clients/client/python/ory_client/models/self_service_flow_expired_error.py +++ b/clients/client/python/ory_client/models/self_service_flow_expired_error.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/session.py b/clients/client/python/ory_client/models/session.py index 3bcfa874a1..fd7732577f 100644 --- a/clients/client/python/ory_client/models/session.py +++ b/clients/client/python/ory_client/models/session.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/session_activity_datapoint.py b/clients/client/python/ory_client/models/session_activity_datapoint.py index ef15a851ae..3cc43ccb11 100644 --- a/clients/client/python/ory_client/models/session_activity_datapoint.py +++ b/clients/client/python/ory_client/models/session_activity_datapoint.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/session_authentication_method.py b/clients/client/python/ory_client/models/session_authentication_method.py index 5e154e0799..21de482d13 100644 --- a/clients/client/python/ory_client/models/session_authentication_method.py +++ b/clients/client/python/ory_client/models/session_authentication_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/session_device.py b/clients/client/python/ory_client/models/session_device.py index aec72c41ec..f9c2fba5aa 100644 --- a/clients/client/python/ory_client/models/session_device.py +++ b/clients/client/python/ory_client/models/session_device.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/set_active_project_in_console_body.py b/clients/client/python/ory_client/models/set_active_project_in_console_body.py index 3043b87119..7124b41c22 100644 --- a/clients/client/python/ory_client/models/set_active_project_in_console_body.py +++ b/clients/client/python/ory_client/models/set_active_project_in_console_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/set_custom_domain_body.py b/clients/client/python/ory_client/models/set_custom_domain_body.py index a6666b3635..49f6df7875 100644 --- a/clients/client/python/ory_client/models/set_custom_domain_body.py +++ b/clients/client/python/ory_client/models/set_custom_domain_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/set_event_stream_body.py b/clients/client/python/ory_client/models/set_event_stream_body.py index ad952d30d5..c6132086f9 100644 --- a/clients/client/python/ory_client/models/set_event_stream_body.py +++ b/clients/client/python/ory_client/models/set_event_stream_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/set_project.py b/clients/client/python/ory_client/models/set_project.py index 9f1daadcfd..488cb20c52 100644 --- a/clients/client/python/ory_client/models/set_project.py +++ b/clients/client/python/ory_client/models/set_project.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/set_project_branding_theme_body.py b/clients/client/python/ory_client/models/set_project_branding_theme_body.py index 581805222d..f452e999c1 100644 --- a/clients/client/python/ory_client/models/set_project_branding_theme_body.py +++ b/clients/client/python/ory_client/models/set_project_branding_theme_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/settings_flow.py b/clients/client/python/ory_client/models/settings_flow.py index ae7be239c2..ea457f302b 100644 --- a/clients/client/python/ory_client/models/settings_flow.py +++ b/clients/client/python/ory_client/models/settings_flow.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/settings_flow_state.py b/clients/client/python/ory_client/models/settings_flow_state.py index 500d53486b..a9b58a1af5 100644 --- a/clients/client/python/ory_client/models/settings_flow_state.py +++ b/clients/client/python/ory_client/models/settings_flow_state.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/source_position.py b/clients/client/python/ory_client/models/source_position.py index 3eef57f1a8..0632f3f749 100644 --- a/clients/client/python/ory_client/models/source_position.py +++ b/clients/client/python/ory_client/models/source_position.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/subject_set.py b/clients/client/python/ory_client/models/subject_set.py index 192c64e7ba..0a20f81e8a 100644 --- a/clients/client/python/ory_client/models/subject_set.py +++ b/clients/client/python/ory_client/models/subject_set.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/subscription.py b/clients/client/python/ory_client/models/subscription.py index 046026a461..01bc598b29 100644 --- a/clients/client/python/ory_client/models/subscription.py +++ b/clients/client/python/ory_client/models/subscription.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/successful_code_exchange_response.py b/clients/client/python/ory_client/models/successful_code_exchange_response.py index cbe65ed928..82e1c95add 100644 --- a/clients/client/python/ory_client/models/successful_code_exchange_response.py +++ b/clients/client/python/ory_client/models/successful_code_exchange_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/successful_native_login.py b/clients/client/python/ory_client/models/successful_native_login.py index 917e024425..23955239b5 100644 --- a/clients/client/python/ory_client/models/successful_native_login.py +++ b/clients/client/python/ory_client/models/successful_native_login.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/successful_native_registration.py b/clients/client/python/ory_client/models/successful_native_registration.py index 0a925a51b7..08b60854ae 100644 --- a/clients/client/python/ory_client/models/successful_native_registration.py +++ b/clients/client/python/ory_client/models/successful_native_registration.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/successful_project_update.py b/clients/client/python/ory_client/models/successful_project_update.py index b12c137ec0..3edd604e19 100644 --- a/clients/client/python/ory_client/models/successful_project_update.py +++ b/clients/client/python/ory_client/models/successful_project_update.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/tax_line_item.py b/clients/client/python/ory_client/models/tax_line_item.py index ae3ce542df..564eb4c217 100644 --- a/clients/client/python/ory_client/models/tax_line_item.py +++ b/clients/client/python/ory_client/models/tax_line_item.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/time_interval.py b/clients/client/python/ory_client/models/time_interval.py index 90cb613204..3e85aaf6cd 100644 --- a/clients/client/python/ory_client/models/time_interval.py +++ b/clients/client/python/ory_client/models/time_interval.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/token_pagination.py b/clients/client/python/ory_client/models/token_pagination.py index d7b43b4784..eae561a3b5 100644 --- a/clients/client/python/ory_client/models/token_pagination.py +++ b/clients/client/python/ory_client/models/token_pagination.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/token_pagination_headers.py b/clients/client/python/ory_client/models/token_pagination_headers.py index fab4f84ff2..4359be03e5 100644 --- a/clients/client/python/ory_client/models/token_pagination_headers.py +++ b/clients/client/python/ory_client/models/token_pagination_headers.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/token_pagination_request_parameters.py b/clients/client/python/ory_client/models/token_pagination_request_parameters.py index 9301cc3be1..6e51c68dd1 100644 --- a/clients/client/python/ory_client/models/token_pagination_request_parameters.py +++ b/clients/client/python/ory_client/models/token_pagination_request_parameters.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/token_pagination_response_headers.py b/clients/client/python/ory_client/models/token_pagination_response_headers.py index a65e73e53a..d4fced41c3 100644 --- a/clients/client/python/ory_client/models/token_pagination_response_headers.py +++ b/clients/client/python/ory_client/models/token_pagination_response_headers.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/trust_o_auth2_jwt_grant_issuer.py b/clients/client/python/ory_client/models/trust_o_auth2_jwt_grant_issuer.py index b83fad9501..0b7a9a2507 100644 --- a/clients/client/python/ory_client/models/trust_o_auth2_jwt_grant_issuer.py +++ b/clients/client/python/ory_client/models/trust_o_auth2_jwt_grant_issuer.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/trusted_o_auth2_jwt_grant_issuer.py b/clients/client/python/ory_client/models/trusted_o_auth2_jwt_grant_issuer.py index 17d9fca023..930e3f7477 100644 --- a/clients/client/python/ory_client/models/trusted_o_auth2_jwt_grant_issuer.py +++ b/clients/client/python/ory_client/models/trusted_o_auth2_jwt_grant_issuer.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/trusted_o_auth2_jwt_grant_json_web_key.py b/clients/client/python/ory_client/models/trusted_o_auth2_jwt_grant_json_web_key.py index 2d44960031..06998134ec 100644 --- a/clients/client/python/ory_client/models/trusted_o_auth2_jwt_grant_json_web_key.py +++ b/clients/client/python/ory_client/models/trusted_o_auth2_jwt_grant_json_web_key.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/ui_container.py b/clients/client/python/ory_client/models/ui_container.py index 54b2900803..570496ccf9 100644 --- a/clients/client/python/ory_client/models/ui_container.py +++ b/clients/client/python/ory_client/models/ui_container.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/ui_node.py b/clients/client/python/ory_client/models/ui_node.py index ed4f979590..2ac0e497e5 100644 --- a/clients/client/python/ory_client/models/ui_node.py +++ b/clients/client/python/ory_client/models/ui_node.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/ui_node_anchor_attributes.py b/clients/client/python/ory_client/models/ui_node_anchor_attributes.py index 0fd0637119..a423a08fdf 100644 --- a/clients/client/python/ory_client/models/ui_node_anchor_attributes.py +++ b/clients/client/python/ory_client/models/ui_node_anchor_attributes.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/ui_node_attributes.py b/clients/client/python/ory_client/models/ui_node_attributes.py index 3965714645..34b1efcd2f 100644 --- a/clients/client/python/ory_client/models/ui_node_attributes.py +++ b/clients/client/python/ory_client/models/ui_node_attributes.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/ui_node_image_attributes.py b/clients/client/python/ory_client/models/ui_node_image_attributes.py index 67f3ae4800..f1ca0b3d74 100644 --- a/clients/client/python/ory_client/models/ui_node_image_attributes.py +++ b/clients/client/python/ory_client/models/ui_node_image_attributes.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/ui_node_input_attributes.py b/clients/client/python/ory_client/models/ui_node_input_attributes.py index 22d3465f0d..cf5e7b544a 100644 --- a/clients/client/python/ory_client/models/ui_node_input_attributes.py +++ b/clients/client/python/ory_client/models/ui_node_input_attributes.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/ui_node_meta.py b/clients/client/python/ory_client/models/ui_node_meta.py index 4e1160cd98..81d65f337b 100644 --- a/clients/client/python/ory_client/models/ui_node_meta.py +++ b/clients/client/python/ory_client/models/ui_node_meta.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/ui_node_script_attributes.py b/clients/client/python/ory_client/models/ui_node_script_attributes.py index 40f382df3f..1aa5f38bc8 100644 --- a/clients/client/python/ory_client/models/ui_node_script_attributes.py +++ b/clients/client/python/ory_client/models/ui_node_script_attributes.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/ui_node_text_attributes.py b/clients/client/python/ory_client/models/ui_node_text_attributes.py index 569a0cb016..23d9c0b36a 100644 --- a/clients/client/python/ory_client/models/ui_node_text_attributes.py +++ b/clients/client/python/ory_client/models/ui_node_text_attributes.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/ui_text.py b/clients/client/python/ory_client/models/ui_text.py index e293cac638..13a91de2b3 100644 --- a/clients/client/python/ory_client/models/ui_text.py +++ b/clients/client/python/ory_client/models/ui_text.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/update_identity_body.py b/clients/client/python/ory_client/models/update_identity_body.py index 59d24b77bd..cb98b70eb9 100644 --- a/clients/client/python/ory_client/models/update_identity_body.py +++ b/clients/client/python/ory_client/models/update_identity_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/update_login_flow_body.py b/clients/client/python/ory_client/models/update_login_flow_body.py index 1db641b06c..42984db789 100644 --- a/clients/client/python/ory_client/models/update_login_flow_body.py +++ b/clients/client/python/ory_client/models/update_login_flow_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/update_login_flow_with_code_method.py b/clients/client/python/ory_client/models/update_login_flow_with_code_method.py index b7f746977a..cb162cd231 100644 --- a/clients/client/python/ory_client/models/update_login_flow_with_code_method.py +++ b/clients/client/python/ory_client/models/update_login_flow_with_code_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/update_login_flow_with_identifier_first_method.py b/clients/client/python/ory_client/models/update_login_flow_with_identifier_first_method.py index b06fb82340..90400293d2 100644 --- a/clients/client/python/ory_client/models/update_login_flow_with_identifier_first_method.py +++ b/clients/client/python/ory_client/models/update_login_flow_with_identifier_first_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/update_login_flow_with_lookup_secret_method.py b/clients/client/python/ory_client/models/update_login_flow_with_lookup_secret_method.py index c692878eaf..413e4635a4 100644 --- a/clients/client/python/ory_client/models/update_login_flow_with_lookup_secret_method.py +++ b/clients/client/python/ory_client/models/update_login_flow_with_lookup_secret_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/update_login_flow_with_oidc_method.py b/clients/client/python/ory_client/models/update_login_flow_with_oidc_method.py index ccbb6d457f..5c661089e8 100644 --- a/clients/client/python/ory_client/models/update_login_flow_with_oidc_method.py +++ b/clients/client/python/ory_client/models/update_login_flow_with_oidc_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/update_login_flow_with_passkey_method.py b/clients/client/python/ory_client/models/update_login_flow_with_passkey_method.py index 9660f1a4a8..09e9cccf78 100644 --- a/clients/client/python/ory_client/models/update_login_flow_with_passkey_method.py +++ b/clients/client/python/ory_client/models/update_login_flow_with_passkey_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/update_login_flow_with_password_method.py b/clients/client/python/ory_client/models/update_login_flow_with_password_method.py index c6d6d8eeb5..dd5655256a 100644 --- a/clients/client/python/ory_client/models/update_login_flow_with_password_method.py +++ b/clients/client/python/ory_client/models/update_login_flow_with_password_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/update_login_flow_with_totp_method.py b/clients/client/python/ory_client/models/update_login_flow_with_totp_method.py index 150b44e5e6..dcf6451354 100644 --- a/clients/client/python/ory_client/models/update_login_flow_with_totp_method.py +++ b/clients/client/python/ory_client/models/update_login_flow_with_totp_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/update_login_flow_with_web_authn_method.py b/clients/client/python/ory_client/models/update_login_flow_with_web_authn_method.py index d9274321ed..481538c4a4 100644 --- a/clients/client/python/ory_client/models/update_login_flow_with_web_authn_method.py +++ b/clients/client/python/ory_client/models/update_login_flow_with_web_authn_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/update_recovery_flow_body.py b/clients/client/python/ory_client/models/update_recovery_flow_body.py index 90ecb51bd5..8c5b86618a 100644 --- a/clients/client/python/ory_client/models/update_recovery_flow_body.py +++ b/clients/client/python/ory_client/models/update_recovery_flow_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/update_recovery_flow_with_code_method.py b/clients/client/python/ory_client/models/update_recovery_flow_with_code_method.py index 76e1337010..f0993b52a7 100644 --- a/clients/client/python/ory_client/models/update_recovery_flow_with_code_method.py +++ b/clients/client/python/ory_client/models/update_recovery_flow_with_code_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/update_recovery_flow_with_link_method.py b/clients/client/python/ory_client/models/update_recovery_flow_with_link_method.py index e502ce4ac4..80f080c96d 100644 --- a/clients/client/python/ory_client/models/update_recovery_flow_with_link_method.py +++ b/clients/client/python/ory_client/models/update_recovery_flow_with_link_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/update_registration_flow_body.py b/clients/client/python/ory_client/models/update_registration_flow_body.py index b3840b011a..696a1682f5 100644 --- a/clients/client/python/ory_client/models/update_registration_flow_body.py +++ b/clients/client/python/ory_client/models/update_registration_flow_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/update_registration_flow_with_code_method.py b/clients/client/python/ory_client/models/update_registration_flow_with_code_method.py index 4506ab082a..f9453e5d21 100644 --- a/clients/client/python/ory_client/models/update_registration_flow_with_code_method.py +++ b/clients/client/python/ory_client/models/update_registration_flow_with_code_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/update_registration_flow_with_oidc_method.py b/clients/client/python/ory_client/models/update_registration_flow_with_oidc_method.py index 353447638b..7d8a0838c8 100644 --- a/clients/client/python/ory_client/models/update_registration_flow_with_oidc_method.py +++ b/clients/client/python/ory_client/models/update_registration_flow_with_oidc_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/update_registration_flow_with_passkey_method.py b/clients/client/python/ory_client/models/update_registration_flow_with_passkey_method.py index 411addad94..56c9eaefb2 100644 --- a/clients/client/python/ory_client/models/update_registration_flow_with_passkey_method.py +++ b/clients/client/python/ory_client/models/update_registration_flow_with_passkey_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/update_registration_flow_with_password_method.py b/clients/client/python/ory_client/models/update_registration_flow_with_password_method.py index 6503839e0f..17747c18a3 100644 --- a/clients/client/python/ory_client/models/update_registration_flow_with_password_method.py +++ b/clients/client/python/ory_client/models/update_registration_flow_with_password_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/update_registration_flow_with_profile_method.py b/clients/client/python/ory_client/models/update_registration_flow_with_profile_method.py index d130ea20d8..4b00f5f466 100644 --- a/clients/client/python/ory_client/models/update_registration_flow_with_profile_method.py +++ b/clients/client/python/ory_client/models/update_registration_flow_with_profile_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/update_registration_flow_with_web_authn_method.py b/clients/client/python/ory_client/models/update_registration_flow_with_web_authn_method.py index 968e8220f9..b2a0dc3bdb 100644 --- a/clients/client/python/ory_client/models/update_registration_flow_with_web_authn_method.py +++ b/clients/client/python/ory_client/models/update_registration_flow_with_web_authn_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/update_settings_flow_body.py b/clients/client/python/ory_client/models/update_settings_flow_body.py index c292419958..6693124f3d 100644 --- a/clients/client/python/ory_client/models/update_settings_flow_body.py +++ b/clients/client/python/ory_client/models/update_settings_flow_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/update_settings_flow_with_lookup_method.py b/clients/client/python/ory_client/models/update_settings_flow_with_lookup_method.py index 200b8d63cc..eaa69711be 100644 --- a/clients/client/python/ory_client/models/update_settings_flow_with_lookup_method.py +++ b/clients/client/python/ory_client/models/update_settings_flow_with_lookup_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/update_settings_flow_with_oidc_method.py b/clients/client/python/ory_client/models/update_settings_flow_with_oidc_method.py index 0fce2e9adc..81084dcdd4 100644 --- a/clients/client/python/ory_client/models/update_settings_flow_with_oidc_method.py +++ b/clients/client/python/ory_client/models/update_settings_flow_with_oidc_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/update_settings_flow_with_passkey_method.py b/clients/client/python/ory_client/models/update_settings_flow_with_passkey_method.py index 27109a514f..13878c85ee 100644 --- a/clients/client/python/ory_client/models/update_settings_flow_with_passkey_method.py +++ b/clients/client/python/ory_client/models/update_settings_flow_with_passkey_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/update_settings_flow_with_password_method.py b/clients/client/python/ory_client/models/update_settings_flow_with_password_method.py index 1d506ce8ff..2801b47b5b 100644 --- a/clients/client/python/ory_client/models/update_settings_flow_with_password_method.py +++ b/clients/client/python/ory_client/models/update_settings_flow_with_password_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/update_settings_flow_with_profile_method.py b/clients/client/python/ory_client/models/update_settings_flow_with_profile_method.py index 5ae821687b..3d443c7ddd 100644 --- a/clients/client/python/ory_client/models/update_settings_flow_with_profile_method.py +++ b/clients/client/python/ory_client/models/update_settings_flow_with_profile_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/update_settings_flow_with_totp_method.py b/clients/client/python/ory_client/models/update_settings_flow_with_totp_method.py index 9ff65a0484..989f0634af 100644 --- a/clients/client/python/ory_client/models/update_settings_flow_with_totp_method.py +++ b/clients/client/python/ory_client/models/update_settings_flow_with_totp_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/update_settings_flow_with_web_authn_method.py b/clients/client/python/ory_client/models/update_settings_flow_with_web_authn_method.py index 572d9a3061..3762c14fce 100644 --- a/clients/client/python/ory_client/models/update_settings_flow_with_web_authn_method.py +++ b/clients/client/python/ory_client/models/update_settings_flow_with_web_authn_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/update_subscription_body.py b/clients/client/python/ory_client/models/update_subscription_body.py index 8c8835aeda..5bdf45d731 100644 --- a/clients/client/python/ory_client/models/update_subscription_body.py +++ b/clients/client/python/ory_client/models/update_subscription_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/update_verification_flow_body.py b/clients/client/python/ory_client/models/update_verification_flow_body.py index de057af067..2361e7f356 100644 --- a/clients/client/python/ory_client/models/update_verification_flow_body.py +++ b/clients/client/python/ory_client/models/update_verification_flow_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/update_verification_flow_with_code_method.py b/clients/client/python/ory_client/models/update_verification_flow_with_code_method.py index 83f37052e8..7d2071f494 100644 --- a/clients/client/python/ory_client/models/update_verification_flow_with_code_method.py +++ b/clients/client/python/ory_client/models/update_verification_flow_with_code_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/update_verification_flow_with_link_method.py b/clients/client/python/ory_client/models/update_verification_flow_with_link_method.py index 9ac822a73e..9a4a4d6f7e 100644 --- a/clients/client/python/ory_client/models/update_verification_flow_with_link_method.py +++ b/clients/client/python/ory_client/models/update_verification_flow_with_link_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/update_workspace_body.py b/clients/client/python/ory_client/models/update_workspace_body.py index d32003f1a9..e9386b3eee 100644 --- a/clients/client/python/ory_client/models/update_workspace_body.py +++ b/clients/client/python/ory_client/models/update_workspace_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/usage.py b/clients/client/python/ory_client/models/usage.py index 636e652bc7..963300e048 100644 --- a/clients/client/python/ory_client/models/usage.py +++ b/clients/client/python/ory_client/models/usage.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/verifiable_credential_priming_response.py b/clients/client/python/ory_client/models/verifiable_credential_priming_response.py index b7b09b9ca8..ec95c19779 100644 --- a/clients/client/python/ory_client/models/verifiable_credential_priming_response.py +++ b/clients/client/python/ory_client/models/verifiable_credential_priming_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/verifiable_credential_proof.py b/clients/client/python/ory_client/models/verifiable_credential_proof.py index 012ac19c41..f1aba96993 100644 --- a/clients/client/python/ory_client/models/verifiable_credential_proof.py +++ b/clients/client/python/ory_client/models/verifiable_credential_proof.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/verifiable_credential_response.py b/clients/client/python/ory_client/models/verifiable_credential_response.py index 786594c372..3995af670f 100644 --- a/clients/client/python/ory_client/models/verifiable_credential_response.py +++ b/clients/client/python/ory_client/models/verifiable_credential_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/verifiable_identity_address.py b/clients/client/python/ory_client/models/verifiable_identity_address.py index 6201343c54..9fd8f53513 100644 --- a/clients/client/python/ory_client/models/verifiable_identity_address.py +++ b/clients/client/python/ory_client/models/verifiable_identity_address.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/verification_flow.py b/clients/client/python/ory_client/models/verification_flow.py index 1340fabec2..b1da366b3d 100644 --- a/clients/client/python/ory_client/models/verification_flow.py +++ b/clients/client/python/ory_client/models/verification_flow.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/verification_flow_state.py b/clients/client/python/ory_client/models/verification_flow_state.py index 4331adecc9..cab09c1955 100644 --- a/clients/client/python/ory_client/models/verification_flow_state.py +++ b/clients/client/python/ory_client/models/verification_flow_state.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/version.py b/clients/client/python/ory_client/models/version.py index b50a8f1dd3..2cc2e630af 100644 --- a/clients/client/python/ory_client/models/version.py +++ b/clients/client/python/ory_client/models/version.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/warning.py b/clients/client/python/ory_client/models/warning.py index d6918da5e9..592692d199 100644 --- a/clients/client/python/ory_client/models/warning.py +++ b/clients/client/python/ory_client/models/warning.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/workspace.py b/clients/client/python/ory_client/models/workspace.py index 63789f7a1d..576313763f 100644 --- a/clients/client/python/ory_client/models/workspace.py +++ b/clients/client/python/ory_client/models/workspace.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/models/workspace_api_key.py b/clients/client/python/ory_client/models/workspace_api_key.py index ad8f14b5b4..e3be36beec 100644 --- a/clients/client/python/ory_client/models/workspace_api_key.py +++ b/clients/client/python/ory_client/models/workspace_api_key.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/ory_client/rest.py b/clients/client/python/ory_client/rest.py index 1fd3662d22..ddc5715383 100644 --- a/clients/client/python/ory_client/rest.py +++ b/clients/client/python/ory_client/rest.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/pyproject.toml b/clients/client/python/pyproject.toml index 53d966f03f..1393578f8a 100644 --- a/clients/client/python/pyproject.toml +++ b/clients/client/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ory_client" -version = "v1.14.5" +version = "v1.15.0" description = "Ory APIs" authors = ["API Support "] license = "Apache 2.0" diff --git a/clients/client/python/setup.py b/clients/client/python/setup.py index 9cb542664b..239a4a73a2 100644 --- a/clients/client/python/setup.py +++ b/clients/client/python/setup.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -22,7 +22,7 @@ # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools NAME = "ory-client" -VERSION = "v1.14.5" +VERSION = "v1.15.0" PYTHON_REQUIRES = ">=3.7" REQUIRES = [ "urllib3 >= 1.25.3, < 2.1.0", diff --git a/clients/client/python/test/test_accept_o_auth2_consent_request.py b/clients/client/python/test/test_accept_o_auth2_consent_request.py index a16b3582c2..f6566dc3eb 100644 --- a/clients/client/python/test/test_accept_o_auth2_consent_request.py +++ b/clients/client/python/test/test_accept_o_auth2_consent_request.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_accept_o_auth2_consent_request_session.py b/clients/client/python/test/test_accept_o_auth2_consent_request_session.py index 118182b64f..cbbe357ffc 100644 --- a/clients/client/python/test/test_accept_o_auth2_consent_request_session.py +++ b/clients/client/python/test/test_accept_o_auth2_consent_request_session.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_accept_o_auth2_login_request.py b/clients/client/python/test/test_accept_o_auth2_login_request.py index 99a9426526..c15e294698 100644 --- a/clients/client/python/test/test_accept_o_auth2_login_request.py +++ b/clients/client/python/test/test_accept_o_auth2_login_request.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_account_experience_configuration.py b/clients/client/python/test/test_account_experience_configuration.py index 97389cbea8..57ca4a353d 100644 --- a/clients/client/python/test/test_account_experience_configuration.py +++ b/clients/client/python/test/test_account_experience_configuration.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_account_experience_theme_variables.py b/clients/client/python/test/test_account_experience_theme_variables.py index 40ec7ec7f0..b691383b2d 100644 --- a/clients/client/python/test/test_account_experience_theme_variables.py +++ b/clients/client/python/test/test_account_experience_theme_variables.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_active_project_in_console.py b/clients/client/python/test/test_active_project_in_console.py index fe4d0b29b8..6d23763279 100644 --- a/clients/client/python/test/test_active_project_in_console.py +++ b/clients/client/python/test/test_active_project_in_console.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_add_project_to_workspace_body.py b/clients/client/python/test/test_add_project_to_workspace_body.py index 9ed58f4602..564c4b4773 100644 --- a/clients/client/python/test/test_add_project_to_workspace_body.py +++ b/clients/client/python/test/test_add_project_to_workspace_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_attribute.py b/clients/client/python/test/test_attribute.py index 1db0f8d77e..150eff5e34 100644 --- a/clients/client/python/test/test_attribute.py +++ b/clients/client/python/test/test_attribute.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_attribute_filter.py b/clients/client/python/test/test_attribute_filter.py index fc5c38afc0..7cfcf1e2fd 100644 --- a/clients/client/python/test/test_attribute_filter.py +++ b/clients/client/python/test/test_attribute_filter.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_attributes_count_datapoint.py b/clients/client/python/test/test_attributes_count_datapoint.py index c77be36a4c..a168b408fb 100644 --- a/clients/client/python/test/test_attributes_count_datapoint.py +++ b/clients/client/python/test/test_attributes_count_datapoint.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_authenticator_assurance_level.py b/clients/client/python/test/test_authenticator_assurance_level.py index 514105caff..09f58ee30a 100644 --- a/clients/client/python/test/test_authenticator_assurance_level.py +++ b/clients/client/python/test/test_authenticator_assurance_level.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_batch_check_permission_body.py b/clients/client/python/test/test_batch_check_permission_body.py index 3367d8871f..36be965cbb 100644 --- a/clients/client/python/test/test_batch_check_permission_body.py +++ b/clients/client/python/test/test_batch_check_permission_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_batch_check_permission_result.py b/clients/client/python/test/test_batch_check_permission_result.py index a1bc0531ff..a4fc131018 100644 --- a/clients/client/python/test/test_batch_check_permission_result.py +++ b/clients/client/python/test/test_batch_check_permission_result.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_batch_patch_identities_response.py b/clients/client/python/test/test_batch_patch_identities_response.py index 60a3bf4cc8..2024ddde2f 100644 --- a/clients/client/python/test/test_batch_patch_identities_response.py +++ b/clients/client/python/test/test_batch_patch_identities_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_billing_period_bucket.py b/clients/client/python/test/test_billing_period_bucket.py index 3a5b4af293..952721ae7d 100644 --- a/clients/client/python/test/test_billing_period_bucket.py +++ b/clients/client/python/test/test_billing_period_bucket.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_check_opl_syntax_result.py b/clients/client/python/test/test_check_opl_syntax_result.py index 38b581c32e..64f6b80bd9 100644 --- a/clients/client/python/test/test_check_opl_syntax_result.py +++ b/clients/client/python/test/test_check_opl_syntax_result.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_check_permission_result.py b/clients/client/python/test/test_check_permission_result.py index 797c189f58..e601fcfe6a 100644 --- a/clients/client/python/test/test_check_permission_result.py +++ b/clients/client/python/test/test_check_permission_result.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_check_permission_result_with_error.py b/clients/client/python/test/test_check_permission_result_with_error.py index 506ad43035..c1812f005b 100644 --- a/clients/client/python/test/test_check_permission_result_with_error.py +++ b/clients/client/python/test/test_check_permission_result_with_error.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_cloud_account.py b/clients/client/python/test/test_cloud_account.py index 704cb7d91c..0ec4c2dee5 100644 --- a/clients/client/python/test/test_cloud_account.py +++ b/clients/client/python/test/test_cloud_account.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_consistency_request_parameters.py b/clients/client/python/test/test_consistency_request_parameters.py index 226fd05dc8..b6844ab3f8 100644 --- a/clients/client/python/test/test_consistency_request_parameters.py +++ b/clients/client/python/test/test_consistency_request_parameters.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_continue_with.py b/clients/client/python/test/test_continue_with.py index 41b6d06319..58f7daae06 100644 --- a/clients/client/python/test/test_continue_with.py +++ b/clients/client/python/test/test_continue_with.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_continue_with_recovery_ui.py b/clients/client/python/test/test_continue_with_recovery_ui.py index dcbf362280..057a0e0f17 100644 --- a/clients/client/python/test/test_continue_with_recovery_ui.py +++ b/clients/client/python/test/test_continue_with_recovery_ui.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_continue_with_recovery_ui_flow.py b/clients/client/python/test/test_continue_with_recovery_ui_flow.py index c51ae79a0c..a1bdc4abff 100644 --- a/clients/client/python/test/test_continue_with_recovery_ui_flow.py +++ b/clients/client/python/test/test_continue_with_recovery_ui_flow.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_continue_with_redirect_browser_to.py b/clients/client/python/test/test_continue_with_redirect_browser_to.py index 1cfa817c82..0fcd6f1ba5 100644 --- a/clients/client/python/test/test_continue_with_redirect_browser_to.py +++ b/clients/client/python/test/test_continue_with_redirect_browser_to.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_continue_with_set_ory_session_token.py b/clients/client/python/test/test_continue_with_set_ory_session_token.py index 70b846321e..06c8d78aaa 100644 --- a/clients/client/python/test/test_continue_with_set_ory_session_token.py +++ b/clients/client/python/test/test_continue_with_set_ory_session_token.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_continue_with_settings_ui.py b/clients/client/python/test/test_continue_with_settings_ui.py index 290fca10e5..f85cd87a31 100644 --- a/clients/client/python/test/test_continue_with_settings_ui.py +++ b/clients/client/python/test/test_continue_with_settings_ui.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_continue_with_settings_ui_flow.py b/clients/client/python/test/test_continue_with_settings_ui_flow.py index 49275bbe38..55f7b7ee80 100644 --- a/clients/client/python/test/test_continue_with_settings_ui_flow.py +++ b/clients/client/python/test/test_continue_with_settings_ui_flow.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_continue_with_verification_ui.py b/clients/client/python/test/test_continue_with_verification_ui.py index b94b7cb907..5dd1afb33a 100644 --- a/clients/client/python/test/test_continue_with_verification_ui.py +++ b/clients/client/python/test/test_continue_with_verification_ui.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_continue_with_verification_ui_flow.py b/clients/client/python/test/test_continue_with_verification_ui_flow.py index 993855ba1f..f03403c74f 100644 --- a/clients/client/python/test/test_continue_with_verification_ui_flow.py +++ b/clients/client/python/test/test_continue_with_verification_ui_flow.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_courier_api.py b/clients/client/python/test/test_courier_api.py index ea8da3f8b1..96818ab4ae 100644 --- a/clients/client/python/test/test_courier_api.py +++ b/clients/client/python/test/test_courier_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_courier_message_status.py b/clients/client/python/test/test_courier_message_status.py index 31d19e04fe..d3947992ce 100644 --- a/clients/client/python/test/test_courier_message_status.py +++ b/clients/client/python/test/test_courier_message_status.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_courier_message_type.py b/clients/client/python/test/test_courier_message_type.py index 7f843d4c68..6824e5066b 100644 --- a/clients/client/python/test/test_courier_message_type.py +++ b/clients/client/python/test/test_courier_message_type.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_create_custom_domain_body.py b/clients/client/python/test/test_create_custom_domain_body.py index 50d006acdb..b01430ce1a 100644 --- a/clients/client/python/test/test_create_custom_domain_body.py +++ b/clients/client/python/test/test_create_custom_domain_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_create_event_stream_body.py b/clients/client/python/test/test_create_event_stream_body.py index 1640128887..d4a2c69543 100644 --- a/clients/client/python/test/test_create_event_stream_body.py +++ b/clients/client/python/test/test_create_event_stream_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_create_identity_body.py b/clients/client/python/test/test_create_identity_body.py index 35f12b6f52..29b875465e 100644 --- a/clients/client/python/test/test_create_identity_body.py +++ b/clients/client/python/test/test_create_identity_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_create_invite_response.py b/clients/client/python/test/test_create_invite_response.py index e1ff03d551..a633f4058f 100644 --- a/clients/client/python/test/test_create_invite_response.py +++ b/clients/client/python/test/test_create_invite_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_create_json_web_key_set.py b/clients/client/python/test/test_create_json_web_key_set.py index cdec241c72..51f8701330 100644 --- a/clients/client/python/test/test_create_json_web_key_set.py +++ b/clients/client/python/test/test_create_json_web_key_set.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_create_project_api_key_request.py b/clients/client/python/test/test_create_project_api_key_request.py index 54f4ff6c1d..152f32a468 100644 --- a/clients/client/python/test/test_create_project_api_key_request.py +++ b/clients/client/python/test/test_create_project_api_key_request.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_create_project_body.py b/clients/client/python/test/test_create_project_body.py index cc929dc419..85b6d70e59 100644 --- a/clients/client/python/test/test_create_project_body.py +++ b/clients/client/python/test/test_create_project_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_create_project_branding.py b/clients/client/python/test/test_create_project_branding.py index cc0de9d8b9..5cee3dcb87 100644 --- a/clients/client/python/test/test_create_project_branding.py +++ b/clients/client/python/test/test_create_project_branding.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_create_project_member_invite_body.py b/clients/client/python/test/test_create_project_member_invite_body.py index c03af13156..38c22d654d 100644 --- a/clients/client/python/test/test_create_project_member_invite_body.py +++ b/clients/client/python/test/test_create_project_member_invite_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_create_project_normalized_payload.py b/clients/client/python/test/test_create_project_normalized_payload.py index 3554811a46..9f8d59e4cf 100644 --- a/clients/client/python/test/test_create_project_normalized_payload.py +++ b/clients/client/python/test/test_create_project_normalized_payload.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_create_recovery_code_for_identity_body.py b/clients/client/python/test/test_create_recovery_code_for_identity_body.py index 9d9fda8943..afe033708d 100644 --- a/clients/client/python/test/test_create_recovery_code_for_identity_body.py +++ b/clients/client/python/test/test_create_recovery_code_for_identity_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_create_recovery_link_for_identity_body.py b/clients/client/python/test/test_create_recovery_link_for_identity_body.py index e40aa47527..1184f47e28 100644 --- a/clients/client/python/test/test_create_recovery_link_for_identity_body.py +++ b/clients/client/python/test/test_create_recovery_link_for_identity_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_create_relationship_body.py b/clients/client/python/test/test_create_relationship_body.py index 3256575b0c..f172376c05 100644 --- a/clients/client/python/test/test_create_relationship_body.py +++ b/clients/client/python/test/test_create_relationship_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_create_subscription_body.py b/clients/client/python/test/test_create_subscription_body.py index b55f29b478..19e25899c3 100644 --- a/clients/client/python/test/test_create_subscription_body.py +++ b/clients/client/python/test/test_create_subscription_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_create_subscription_common.py b/clients/client/python/test/test_create_subscription_common.py index 0da0393f56..9d345ffd98 100644 --- a/clients/client/python/test/test_create_subscription_common.py +++ b/clients/client/python/test/test_create_subscription_common.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_create_verifiable_credential_request_body.py b/clients/client/python/test/test_create_verifiable_credential_request_body.py index ec6aab3c11..ae6ee46146 100644 --- a/clients/client/python/test/test_create_verifiable_credential_request_body.py +++ b/clients/client/python/test/test_create_verifiable_credential_request_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_create_workspace_api_key_body.py b/clients/client/python/test/test_create_workspace_api_key_body.py index fc7e75ac94..75fece2b0c 100644 --- a/clients/client/python/test/test_create_workspace_api_key_body.py +++ b/clients/client/python/test/test_create_workspace_api_key_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_create_workspace_body.py b/clients/client/python/test/test_create_workspace_body.py index cc8541cf84..0a9eb19cc4 100644 --- a/clients/client/python/test/test_create_workspace_body.py +++ b/clients/client/python/test/test_create_workspace_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_create_workspace_member_invite_body.py b/clients/client/python/test/test_create_workspace_member_invite_body.py index 9b45fede94..9f256546af 100644 --- a/clients/client/python/test/test_create_workspace_member_invite_body.py +++ b/clients/client/python/test/test_create_workspace_member_invite_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_create_workspace_subscription_body.py b/clients/client/python/test/test_create_workspace_subscription_body.py index 2fe47fec6c..2f989cd1ea 100644 --- a/clients/client/python/test/test_create_workspace_subscription_body.py +++ b/clients/client/python/test/test_create_workspace_subscription_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_credential_supported_draft00.py b/clients/client/python/test/test_credential_supported_draft00.py index d409cd0304..af839bbed2 100644 --- a/clients/client/python/test/test_credential_supported_draft00.py +++ b/clients/client/python/test/test_credential_supported_draft00.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_custom_domain.py b/clients/client/python/test/test_custom_domain.py index 583f761c75..aa2a8e8ff1 100644 --- a/clients/client/python/test/test_custom_domain.py +++ b/clients/client/python/test/test_custom_domain.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_delete_my_sessions_count.py b/clients/client/python/test/test_delete_my_sessions_count.py index 735d0905e2..dc68bee2b2 100644 --- a/clients/client/python/test/test_delete_my_sessions_count.py +++ b/clients/client/python/test/test_delete_my_sessions_count.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_email_template_data.py b/clients/client/python/test/test_email_template_data.py index a778f268d7..bd60e09c29 100644 --- a/clients/client/python/test/test_email_template_data.py +++ b/clients/client/python/test/test_email_template_data.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_email_template_data_body.py b/clients/client/python/test/test_email_template_data_body.py index 45757e9b1c..3ab9e81420 100644 --- a/clients/client/python/test/test_email_template_data_body.py +++ b/clients/client/python/test/test_email_template_data_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_error_authenticator_assurance_level_not_satisfied.py b/clients/client/python/test/test_error_authenticator_assurance_level_not_satisfied.py index 095b7573f6..6cf96e66d6 100644 --- a/clients/client/python/test/test_error_authenticator_assurance_level_not_satisfied.py +++ b/clients/client/python/test/test_error_authenticator_assurance_level_not_satisfied.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_error_browser_location_change_required.py b/clients/client/python/test/test_error_browser_location_change_required.py index 106fcb8491..28e5154d79 100644 --- a/clients/client/python/test/test_error_browser_location_change_required.py +++ b/clients/client/python/test/test_error_browser_location_change_required.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_error_flow_replaced.py b/clients/client/python/test/test_error_flow_replaced.py index c30ec038db..5a1041aaf4 100644 --- a/clients/client/python/test/test_error_flow_replaced.py +++ b/clients/client/python/test/test_error_flow_replaced.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_error_generic.py b/clients/client/python/test/test_error_generic.py index f7644b414f..392de30931 100644 --- a/clients/client/python/test/test_error_generic.py +++ b/clients/client/python/test/test_error_generic.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_error_o_auth2.py b/clients/client/python/test/test_error_o_auth2.py index 5ec0fa05ea..45b0b97184 100644 --- a/clients/client/python/test/test_error_o_auth2.py +++ b/clients/client/python/test/test_error_o_auth2.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_event_stream.py b/clients/client/python/test/test_event_stream.py index 6292f8e1c7..043ef741ab 100644 --- a/clients/client/python/test/test_event_stream.py +++ b/clients/client/python/test/test_event_stream.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_events_api.py b/clients/client/python/test/test_events_api.py index 81afdfcea1..fb3b6cff11 100644 --- a/clients/client/python/test/test_events_api.py +++ b/clients/client/python/test/test_events_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_expanded_permission_tree.py b/clients/client/python/test/test_expanded_permission_tree.py index 2bb184c00a..a0a8ef073f 100644 --- a/clients/client/python/test/test_expanded_permission_tree.py +++ b/clients/client/python/test/test_expanded_permission_tree.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_flow_error.py b/clients/client/python/test/test_flow_error.py index 51f55145da..e1969dfbef 100644 --- a/clients/client/python/test/test_flow_error.py +++ b/clients/client/python/test/test_flow_error.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_frontend_api.py b/clients/client/python/test/test_frontend_api.py index 79a28e1506..0ab3e568fb 100644 --- a/clients/client/python/test/test_frontend_api.py +++ b/clients/client/python/test/test_frontend_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_generic_error.py b/clients/client/python/test/test_generic_error.py index fb152516a4..7a01fd13a3 100644 --- a/clients/client/python/test/test_generic_error.py +++ b/clients/client/python/test/test_generic_error.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_generic_error_content.py b/clients/client/python/test/test_generic_error_content.py index 34ed68506f..26224c03d6 100644 --- a/clients/client/python/test/test_generic_error_content.py +++ b/clients/client/python/test/test_generic_error_content.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_generic_usage.py b/clients/client/python/test/test_generic_usage.py index 01990fc0e1..93293e0ebb 100644 --- a/clients/client/python/test/test_generic_usage.py +++ b/clients/client/python/test/test_generic_usage.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_get_attributes_count_response.py b/clients/client/python/test/test_get_attributes_count_response.py index 2f5486edbf..db6f735a82 100644 --- a/clients/client/python/test/test_get_attributes_count_response.py +++ b/clients/client/python/test/test_get_attributes_count_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_get_managed_identity_schema_location.py b/clients/client/python/test/test_get_managed_identity_schema_location.py index 9b289683e8..ad6cf47c8a 100644 --- a/clients/client/python/test/test_get_managed_identity_schema_location.py +++ b/clients/client/python/test/test_get_managed_identity_schema_location.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_get_metrics_event_attributes_response.py b/clients/client/python/test/test_get_metrics_event_attributes_response.py index bf115d0b1a..e72587917c 100644 --- a/clients/client/python/test/test_get_metrics_event_attributes_response.py +++ b/clients/client/python/test/test_get_metrics_event_attributes_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_get_metrics_event_types_response.py b/clients/client/python/test/test_get_metrics_event_types_response.py index 82762a79ec..d8c5b1cdac 100644 --- a/clients/client/python/test/test_get_metrics_event_types_response.py +++ b/clients/client/python/test/test_get_metrics_event_types_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_get_organization_response.py b/clients/client/python/test/test_get_organization_response.py index 0c5034d331..3a27ea43b6 100644 --- a/clients/client/python/test/test_get_organization_response.py +++ b/clients/client/python/test/test_get_organization_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_get_project_events_body.py b/clients/client/python/test/test_get_project_events_body.py index 92676095f9..b3f71bddf2 100644 --- a/clients/client/python/test/test_get_project_events_body.py +++ b/clients/client/python/test/test_get_project_events_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_get_project_events_response.py b/clients/client/python/test/test_get_project_events_response.py index 6d741cec25..bc15f05f6c 100644 --- a/clients/client/python/test/test_get_project_events_response.py +++ b/clients/client/python/test/test_get_project_events_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_get_project_metrics_response.py b/clients/client/python/test/test_get_project_metrics_response.py index 00620a58df..7d108eb7c6 100644 --- a/clients/client/python/test/test_get_project_metrics_response.py +++ b/clients/client/python/test/test_get_project_metrics_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_get_session_activity_response.py b/clients/client/python/test/test_get_session_activity_response.py index 2a31473859..b7ab39c528 100644 --- a/clients/client/python/test/test_get_session_activity_response.py +++ b/clients/client/python/test/test_get_session_activity_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_get_version200_response.py b/clients/client/python/test/test_get_version200_response.py index 29d3175280..a34a9ee08f 100644 --- a/clients/client/python/test/test_get_version200_response.py +++ b/clients/client/python/test/test_get_version200_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_health_not_ready_status.py b/clients/client/python/test/test_health_not_ready_status.py index 6dfbfb5c54..77e7abaf25 100644 --- a/clients/client/python/test/test_health_not_ready_status.py +++ b/clients/client/python/test/test_health_not_ready_status.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_health_status.py b/clients/client/python/test/test_health_status.py index 2cc7256382..d5d5c1f2a7 100644 --- a/clients/client/python/test/test_health_status.py +++ b/clients/client/python/test/test_health_status.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_identity.py b/clients/client/python/test/test_identity.py index c16d6fb0c2..531613c2c0 100644 --- a/clients/client/python/test/test_identity.py +++ b/clients/client/python/test/test_identity.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_identity_api.py b/clients/client/python/test/test_identity_api.py index 25a7634d12..801d1023ff 100644 --- a/clients/client/python/test/test_identity_api.py +++ b/clients/client/python/test/test_identity_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_identity_credentials.py b/clients/client/python/test/test_identity_credentials.py index f81d85f7bc..287a36c5e1 100644 --- a/clients/client/python/test/test_identity_credentials.py +++ b/clients/client/python/test/test_identity_credentials.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_identity_credentials_code.py b/clients/client/python/test/test_identity_credentials_code.py index 9f367dbf28..996b2dcf39 100644 --- a/clients/client/python/test/test_identity_credentials_code.py +++ b/clients/client/python/test/test_identity_credentials_code.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_identity_credentials_oidc.py b/clients/client/python/test/test_identity_credentials_oidc.py index 3df330f319..73e7680481 100644 --- a/clients/client/python/test/test_identity_credentials_oidc.py +++ b/clients/client/python/test/test_identity_credentials_oidc.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_identity_credentials_oidc_provider.py b/clients/client/python/test/test_identity_credentials_oidc_provider.py index a19b283e9b..2e4aec975d 100644 --- a/clients/client/python/test/test_identity_credentials_oidc_provider.py +++ b/clients/client/python/test/test_identity_credentials_oidc_provider.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_identity_credentials_password.py b/clients/client/python/test/test_identity_credentials_password.py index 956143e724..0b571a8f68 100644 --- a/clients/client/python/test/test_identity_credentials_password.py +++ b/clients/client/python/test/test_identity_credentials_password.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_identity_patch.py b/clients/client/python/test/test_identity_patch.py index 3c8c133f2b..af1dac6314 100644 --- a/clients/client/python/test/test_identity_patch.py +++ b/clients/client/python/test/test_identity_patch.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_identity_patch_response.py b/clients/client/python/test/test_identity_patch_response.py index c95cdc18db..b434586e9e 100644 --- a/clients/client/python/test/test_identity_patch_response.py +++ b/clients/client/python/test/test_identity_patch_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_identity_schema_container.py b/clients/client/python/test/test_identity_schema_container.py index 83f1b34572..f2cec73198 100644 --- a/clients/client/python/test/test_identity_schema_container.py +++ b/clients/client/python/test/test_identity_schema_container.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_identity_schema_preset.py b/clients/client/python/test/test_identity_schema_preset.py index 6e254bafd5..c208b60db7 100644 --- a/clients/client/python/test/test_identity_schema_preset.py +++ b/clients/client/python/test/test_identity_schema_preset.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_identity_with_credentials.py b/clients/client/python/test/test_identity_with_credentials.py index 1298997e0a..39c956d825 100644 --- a/clients/client/python/test/test_identity_with_credentials.py +++ b/clients/client/python/test/test_identity_with_credentials.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_identity_with_credentials_oidc.py b/clients/client/python/test/test_identity_with_credentials_oidc.py index 005ab019d0..aa4cf31361 100644 --- a/clients/client/python/test/test_identity_with_credentials_oidc.py +++ b/clients/client/python/test/test_identity_with_credentials_oidc.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_identity_with_credentials_oidc_config.py b/clients/client/python/test/test_identity_with_credentials_oidc_config.py index a5e7956a40..73adb3a195 100644 --- a/clients/client/python/test/test_identity_with_credentials_oidc_config.py +++ b/clients/client/python/test/test_identity_with_credentials_oidc_config.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_identity_with_credentials_oidc_config_provider.py b/clients/client/python/test/test_identity_with_credentials_oidc_config_provider.py index 665d7ed3f5..89390b6667 100644 --- a/clients/client/python/test/test_identity_with_credentials_oidc_config_provider.py +++ b/clients/client/python/test/test_identity_with_credentials_oidc_config_provider.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_identity_with_credentials_password.py b/clients/client/python/test/test_identity_with_credentials_password.py index ed9ec6a802..c705da84b5 100644 --- a/clients/client/python/test/test_identity_with_credentials_password.py +++ b/clients/client/python/test/test_identity_with_credentials_password.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_identity_with_credentials_password_config.py b/clients/client/python/test/test_identity_with_credentials_password_config.py index 9c620d6f2d..7a7d0d403b 100644 --- a/clients/client/python/test/test_identity_with_credentials_password_config.py +++ b/clients/client/python/test/test_identity_with_credentials_password_config.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_internal_get_project_branding_body.py b/clients/client/python/test/test_internal_get_project_branding_body.py index 458024d520..f3511f7e7f 100644 --- a/clients/client/python/test/test_internal_get_project_branding_body.py +++ b/clients/client/python/test/test_internal_get_project_branding_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_internal_is_ax_welcome_screen_enabled_for_project_body.py b/clients/client/python/test/test_internal_is_ax_welcome_screen_enabled_for_project_body.py index 7246085943..eeda917a2f 100644 --- a/clients/client/python/test/test_internal_is_ax_welcome_screen_enabled_for_project_body.py +++ b/clients/client/python/test/test_internal_is_ax_welcome_screen_enabled_for_project_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_internal_is_owner_for_project_by_slug_body.py b/clients/client/python/test/test_internal_is_owner_for_project_by_slug_body.py index 2dd1a29a3b..9dcba180e0 100644 --- a/clients/client/python/test/test_internal_is_owner_for_project_by_slug_body.py +++ b/clients/client/python/test/test_internal_is_owner_for_project_by_slug_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_internal_is_owner_for_project_by_slug_response.py b/clients/client/python/test/test_internal_is_owner_for_project_by_slug_response.py index 77c2fa1940..33d38c0261 100644 --- a/clients/client/python/test/test_internal_is_owner_for_project_by_slug_response.py +++ b/clients/client/python/test/test_internal_is_owner_for_project_by_slug_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_introspected_o_auth2_token.py b/clients/client/python/test/test_introspected_o_auth2_token.py index c2fb819539..d6e0d88938 100644 --- a/clients/client/python/test/test_introspected_o_auth2_token.py +++ b/clients/client/python/test/test_introspected_o_auth2_token.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_invoice.py b/clients/client/python/test/test_invoice.py index 89d497693c..1dd1fd5e95 100644 --- a/clients/client/python/test/test_invoice.py +++ b/clients/client/python/test/test_invoice.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_invoice_data_v1.py b/clients/client/python/test/test_invoice_data_v1.py index 5f94183640..4ba099613a 100644 --- a/clients/client/python/test/test_invoice_data_v1.py +++ b/clients/client/python/test/test_invoice_data_v1.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_is_owner_for_project_by_slug.py b/clients/client/python/test/test_is_owner_for_project_by_slug.py index 84c5bc48bf..260b5a21bd 100644 --- a/clients/client/python/test/test_is_owner_for_project_by_slug.py +++ b/clients/client/python/test/test_is_owner_for_project_by_slug.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_json_patch.py b/clients/client/python/test/test_json_patch.py index ef6cac6b4a..1ca184cfd7 100644 --- a/clients/client/python/test/test_json_patch.py +++ b/clients/client/python/test/test_json_patch.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_json_web_key.py b/clients/client/python/test/test_json_web_key.py index 5c4f7b9e6d..e19a748de7 100644 --- a/clients/client/python/test/test_json_web_key.py +++ b/clients/client/python/test/test_json_web_key.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_json_web_key_set.py b/clients/client/python/test/test_json_web_key_set.py index d984e25e1e..d99c4317e7 100644 --- a/clients/client/python/test/test_json_web_key_set.py +++ b/clients/client/python/test/test_json_web_key_set.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_jwk_api.py b/clients/client/python/test/test_jwk_api.py index b0bbd028c0..798792cf59 100644 --- a/clients/client/python/test/test_jwk_api.py +++ b/clients/client/python/test/test_jwk_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_keto_namespace.py b/clients/client/python/test/test_keto_namespace.py index 24f9667374..d92a6fdb29 100644 --- a/clients/client/python/test/test_keto_namespace.py +++ b/clients/client/python/test/test_keto_namespace.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_line_item_v1.py b/clients/client/python/test/test_line_item_v1.py index 0e79f493b3..c77e10845b 100644 --- a/clients/client/python/test/test_line_item_v1.py +++ b/clients/client/python/test/test_line_item_v1.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_list_event_streams.py b/clients/client/python/test/test_list_event_streams.py index c68f3abd65..3717e4afa7 100644 --- a/clients/client/python/test/test_list_event_streams.py +++ b/clients/client/python/test/test_list_event_streams.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_list_invoices_response.py b/clients/client/python/test/test_list_invoices_response.py index c52cb38afc..84ac2168ad 100644 --- a/clients/client/python/test/test_list_invoices_response.py +++ b/clients/client/python/test/test_list_invoices_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_list_organizations_response.py b/clients/client/python/test/test_list_organizations_response.py index 1467a14cd4..3cd1685bd7 100644 --- a/clients/client/python/test/test_list_organizations_response.py +++ b/clients/client/python/test/test_list_organizations_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_list_workspace_projects.py b/clients/client/python/test/test_list_workspace_projects.py index db39fe42f5..62c892d77f 100644 --- a/clients/client/python/test/test_list_workspace_projects.py +++ b/clients/client/python/test/test_list_workspace_projects.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_list_workspaces.py b/clients/client/python/test/test_list_workspaces.py index 5af7286364..11e0c1ed36 100644 --- a/clients/client/python/test/test_list_workspaces.py +++ b/clients/client/python/test/test_list_workspaces.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_login_flow.py b/clients/client/python/test/test_login_flow.py index f8019ba9da..867ce18f4f 100644 --- a/clients/client/python/test/test_login_flow.py +++ b/clients/client/python/test/test_login_flow.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_login_flow_state.py b/clients/client/python/test/test_login_flow_state.py index d1a45c6ba6..b4cc9f5fbb 100644 --- a/clients/client/python/test/test_login_flow_state.py +++ b/clients/client/python/test/test_login_flow_state.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_logout_flow.py b/clients/client/python/test/test_logout_flow.py index 35d247b9ae..00fd6b10ef 100644 --- a/clients/client/python/test/test_logout_flow.py +++ b/clients/client/python/test/test_logout_flow.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_managed_identity_schema.py b/clients/client/python/test/test_managed_identity_schema.py index 6998b32c6c..a4dec64494 100644 --- a/clients/client/python/test/test_managed_identity_schema.py +++ b/clients/client/python/test/test_managed_identity_schema.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_managed_identity_schema_validation_result.py b/clients/client/python/test/test_managed_identity_schema_validation_result.py index 046b140a78..33af5cc80f 100644 --- a/clients/client/python/test/test_managed_identity_schema_validation_result.py +++ b/clients/client/python/test/test_managed_identity_schema_validation_result.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_member_invite.py b/clients/client/python/test/test_member_invite.py index 4e36a3c667..39d58e45a4 100644 --- a/clients/client/python/test/test_member_invite.py +++ b/clients/client/python/test/test_member_invite.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_message.py b/clients/client/python/test/test_message.py index 9a36dbd712..090233a0c4 100644 --- a/clients/client/python/test/test_message.py +++ b/clients/client/python/test/test_message.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_message_dispatch.py b/clients/client/python/test/test_message_dispatch.py index d7ab9e1057..827ae02719 100644 --- a/clients/client/python/test/test_message_dispatch.py +++ b/clients/client/python/test/test_message_dispatch.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_metadata_api.py b/clients/client/python/test/test_metadata_api.py index f7c306798e..668062a2af 100644 --- a/clients/client/python/test/test_metadata_api.py +++ b/clients/client/python/test/test_metadata_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_metrics_datapoint.py b/clients/client/python/test/test_metrics_datapoint.py index 7ebe914468..ce757cb8f0 100644 --- a/clients/client/python/test/test_metrics_datapoint.py +++ b/clients/client/python/test/test_metrics_datapoint.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_money.py b/clients/client/python/test/test_money.py index 492e459b0a..16e30be54a 100644 --- a/clients/client/python/test/test_money.py +++ b/clients/client/python/test/test_money.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_namespace.py b/clients/client/python/test/test_namespace.py index 5fdd3c4460..d95f256c9a 100644 --- a/clients/client/python/test/test_namespace.py +++ b/clients/client/python/test/test_namespace.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_needs_privileged_session_error.py b/clients/client/python/test/test_needs_privileged_session_error.py index 2ddf862330..6990806a48 100644 --- a/clients/client/python/test/test_needs_privileged_session_error.py +++ b/clients/client/python/test/test_needs_privileged_session_error.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_normalized_project.py b/clients/client/python/test/test_normalized_project.py index 40fe166383..7151ad3292 100644 --- a/clients/client/python/test/test_normalized_project.py +++ b/clients/client/python/test/test_normalized_project.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_normalized_project_revision.py b/clients/client/python/test/test_normalized_project_revision.py index 0d59805dd2..351b47a1d9 100644 --- a/clients/client/python/test/test_normalized_project_revision.py +++ b/clients/client/python/test/test_normalized_project_revision.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_normalized_project_revision_courier_channel.py b/clients/client/python/test/test_normalized_project_revision_courier_channel.py index 442ae3b22f..ace1a0e473 100644 --- a/clients/client/python/test/test_normalized_project_revision_courier_channel.py +++ b/clients/client/python/test/test_normalized_project_revision_courier_channel.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_normalized_project_revision_hook.py b/clients/client/python/test/test_normalized_project_revision_hook.py index b11d81568e..a659c71d3a 100644 --- a/clients/client/python/test/test_normalized_project_revision_hook.py +++ b/clients/client/python/test/test_normalized_project_revision_hook.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_normalized_project_revision_identity_schema.py b/clients/client/python/test/test_normalized_project_revision_identity_schema.py index c26a748387..c5e4e66252 100644 --- a/clients/client/python/test/test_normalized_project_revision_identity_schema.py +++ b/clients/client/python/test/test_normalized_project_revision_identity_schema.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_normalized_project_revision_third_party_provider.py b/clients/client/python/test/test_normalized_project_revision_third_party_provider.py index d4fd075ad9..d0e988088f 100644 --- a/clients/client/python/test/test_normalized_project_revision_third_party_provider.py +++ b/clients/client/python/test/test_normalized_project_revision_third_party_provider.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_normalized_project_revision_tokenizer_template.py b/clients/client/python/test/test_normalized_project_revision_tokenizer_template.py index c7670d07b0..1a4d6cad28 100644 --- a/clients/client/python/test/test_normalized_project_revision_tokenizer_template.py +++ b/clients/client/python/test/test_normalized_project_revision_tokenizer_template.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_o_auth2_api.py b/clients/client/python/test/test_o_auth2_api.py index bef244a898..670cea81e2 100644 --- a/clients/client/python/test/test_o_auth2_api.py +++ b/clients/client/python/test/test_o_auth2_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_o_auth2_client.py b/clients/client/python/test/test_o_auth2_client.py index bdc6a36177..9b0995320e 100644 --- a/clients/client/python/test/test_o_auth2_client.py +++ b/clients/client/python/test/test_o_auth2_client.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_o_auth2_client_token_lifespans.py b/clients/client/python/test/test_o_auth2_client_token_lifespans.py index ff70816e23..4e25c8e548 100644 --- a/clients/client/python/test/test_o_auth2_client_token_lifespans.py +++ b/clients/client/python/test/test_o_auth2_client_token_lifespans.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_o_auth2_consent_request.py b/clients/client/python/test/test_o_auth2_consent_request.py index 15901bfc99..b74d0c46c0 100644 --- a/clients/client/python/test/test_o_auth2_consent_request.py +++ b/clients/client/python/test/test_o_auth2_consent_request.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_o_auth2_consent_request_open_id_connect_context.py b/clients/client/python/test/test_o_auth2_consent_request_open_id_connect_context.py index e9fd75ffdd..fef05d7a49 100644 --- a/clients/client/python/test/test_o_auth2_consent_request_open_id_connect_context.py +++ b/clients/client/python/test/test_o_auth2_consent_request_open_id_connect_context.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_o_auth2_consent_session.py b/clients/client/python/test/test_o_auth2_consent_session.py index 554d8e5a8c..459fcb0723 100644 --- a/clients/client/python/test/test_o_auth2_consent_session.py +++ b/clients/client/python/test/test_o_auth2_consent_session.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_o_auth2_consent_session_expires_at.py b/clients/client/python/test/test_o_auth2_consent_session_expires_at.py index 1cbe6a64c7..17a3b9c80b 100644 --- a/clients/client/python/test/test_o_auth2_consent_session_expires_at.py +++ b/clients/client/python/test/test_o_auth2_consent_session_expires_at.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_o_auth2_login_request.py b/clients/client/python/test/test_o_auth2_login_request.py index a2569794f5..438210786f 100644 --- a/clients/client/python/test/test_o_auth2_login_request.py +++ b/clients/client/python/test/test_o_auth2_login_request.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_o_auth2_logout_request.py b/clients/client/python/test/test_o_auth2_logout_request.py index 7797823e62..1c8045c04d 100644 --- a/clients/client/python/test/test_o_auth2_logout_request.py +++ b/clients/client/python/test/test_o_auth2_logout_request.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_o_auth2_redirect_to.py b/clients/client/python/test/test_o_auth2_redirect_to.py index 0b4e4d5dc0..7bcdb27150 100644 --- a/clients/client/python/test/test_o_auth2_redirect_to.py +++ b/clients/client/python/test/test_o_auth2_redirect_to.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_o_auth2_token_exchange.py b/clients/client/python/test/test_o_auth2_token_exchange.py index 8492a692f1..abb56b8847 100644 --- a/clients/client/python/test/test_o_auth2_token_exchange.py +++ b/clients/client/python/test/test_o_auth2_token_exchange.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_oidc_api.py b/clients/client/python/test/test_oidc_api.py index daea639a92..cdef675e2d 100644 --- a/clients/client/python/test/test_oidc_api.py +++ b/clients/client/python/test/test_oidc_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_oidc_configuration.py b/clients/client/python/test/test_oidc_configuration.py index a272701468..210937286b 100644 --- a/clients/client/python/test/test_oidc_configuration.py +++ b/clients/client/python/test/test_oidc_configuration.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_oidc_user_info.py b/clients/client/python/test/test_oidc_user_info.py index ee5894ca9d..55875d56d3 100644 --- a/clients/client/python/test/test_oidc_user_info.py +++ b/clients/client/python/test/test_oidc_user_info.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_organization.py b/clients/client/python/test/test_organization.py index 55e0755ccd..ebe78b3921 100644 --- a/clients/client/python/test/test_organization.py +++ b/clients/client/python/test/test_organization.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_organization_body.py b/clients/client/python/test/test_organization_body.py index a0bde6beca..174710ecb8 100644 --- a/clients/client/python/test/test_organization_body.py +++ b/clients/client/python/test/test_organization_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_pagination.py b/clients/client/python/test/test_pagination.py index 854a063d6e..72c176554d 100644 --- a/clients/client/python/test/test_pagination.py +++ b/clients/client/python/test/test_pagination.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_pagination_headers.py b/clients/client/python/test/test_pagination_headers.py index 1aaec0675d..aa444e88d0 100644 --- a/clients/client/python/test/test_pagination_headers.py +++ b/clients/client/python/test/test_pagination_headers.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_parse_error.py b/clients/client/python/test/test_parse_error.py index 0fa908228f..87cdfddba0 100644 --- a/clients/client/python/test/test_parse_error.py +++ b/clients/client/python/test/test_parse_error.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_patch_identities_body.py b/clients/client/python/test/test_patch_identities_body.py index 453f5bfaf3..1319b6e4ea 100644 --- a/clients/client/python/test/test_patch_identities_body.py +++ b/clients/client/python/test/test_patch_identities_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_perform_native_logout_body.py b/clients/client/python/test/test_perform_native_logout_body.py index d32c1f7683..a7ea7059e0 100644 --- a/clients/client/python/test/test_perform_native_logout_body.py +++ b/clients/client/python/test/test_perform_native_logout_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_permission_api.py b/clients/client/python/test/test_permission_api.py index fb2bd3107a..24ffc93e3a 100644 --- a/clients/client/python/test/test_permission_api.py +++ b/clients/client/python/test/test_permission_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_permissions_on_workspace.py b/clients/client/python/test/test_permissions_on_workspace.py index db378b2c61..cfc9bff4b0 100644 --- a/clients/client/python/test/test_permissions_on_workspace.py +++ b/clients/client/python/test/test_permissions_on_workspace.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_plan.py b/clients/client/python/test/test_plan.py index 53936f513a..0d0e5bc721 100644 --- a/clients/client/python/test/test_plan.py +++ b/clients/client/python/test/test_plan.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_plan_details.py b/clients/client/python/test/test_plan_details.py index e45ec509a4..aa6c4c1033 100644 --- a/clients/client/python/test/test_plan_details.py +++ b/clients/client/python/test/test_plan_details.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_post_check_permission_body.py b/clients/client/python/test/test_post_check_permission_body.py index 84798dcd22..9d1b6f11d2 100644 --- a/clients/client/python/test/test_post_check_permission_body.py +++ b/clients/client/python/test/test_post_check_permission_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_post_check_permission_or_error_body.py b/clients/client/python/test/test_post_check_permission_or_error_body.py index 5b926942a8..5281031d76 100644 --- a/clients/client/python/test/test_post_check_permission_or_error_body.py +++ b/clients/client/python/test/test_post_check_permission_or_error_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_project.py b/clients/client/python/test/test_project.py index 9ba5499436..1b685f08de 100644 --- a/clients/client/python/test/test_project.py +++ b/clients/client/python/test/test_project.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_project_api.py b/clients/client/python/test/test_project_api.py index 079eec8d7c..9cec325706 100644 --- a/clients/client/python/test/test_project_api.py +++ b/clients/client/python/test/test_project_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -111,6 +111,13 @@ def test_patch_project(self) -> None: """ pass + def test_patch_project_with_revision(self) -> None: + """Test case for patch_project_with_revision + + Patch an Ory Network Project Configuration based on a revision ID + """ + pass + def test_purge_project(self) -> None: """Test case for purge_project diff --git a/clients/client/python/test/test_project_api_key.py b/clients/client/python/test/test_project_api_key.py index 16ea7c586e..99242ab344 100644 --- a/clients/client/python/test/test_project_api_key.py +++ b/clients/client/python/test/test_project_api_key.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_project_branding.py b/clients/client/python/test/test_project_branding.py index 3b7978405b..9590229b7f 100644 --- a/clients/client/python/test/test_project_branding.py +++ b/clients/client/python/test/test_project_branding.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_project_branding_colors.py b/clients/client/python/test/test_project_branding_colors.py index f9c03dd7bd..d4bea8ae86 100644 --- a/clients/client/python/test/test_project_branding_colors.py +++ b/clients/client/python/test/test_project_branding_colors.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_project_branding_theme.py b/clients/client/python/test/test_project_branding_theme.py index bd6bec1b7f..047f55e1b6 100644 --- a/clients/client/python/test/test_project_branding_theme.py +++ b/clients/client/python/test/test_project_branding_theme.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_project_cors.py b/clients/client/python/test/test_project_cors.py index 22e1de8bee..f6ab47dbb3 100644 --- a/clients/client/python/test/test_project_cors.py +++ b/clients/client/python/test/test_project_cors.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_project_events_datapoint.py b/clients/client/python/test/test_project_events_datapoint.py index 79598386e2..6a8db26edf 100644 --- a/clients/client/python/test/test_project_events_datapoint.py +++ b/clients/client/python/test/test_project_events_datapoint.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_project_host.py b/clients/client/python/test/test_project_host.py index fad002a29b..27ec4e3b06 100644 --- a/clients/client/python/test/test_project_host.py +++ b/clients/client/python/test/test_project_host.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_project_member.py b/clients/client/python/test/test_project_member.py index 02a93aec93..4b43779a93 100644 --- a/clients/client/python/test/test_project_member.py +++ b/clients/client/python/test/test_project_member.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_project_metadata.py b/clients/client/python/test/test_project_metadata.py index 3e88176973..10f2ebc745 100644 --- a/clients/client/python/test/test_project_metadata.py +++ b/clients/client/python/test/test_project_metadata.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_project_service_identity.py b/clients/client/python/test/test_project_service_identity.py index f41f846b88..f7a39fccff 100644 --- a/clients/client/python/test/test_project_service_identity.py +++ b/clients/client/python/test/test_project_service_identity.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_project_service_o_auth2.py b/clients/client/python/test/test_project_service_o_auth2.py index 64a883030f..558d47fab9 100644 --- a/clients/client/python/test/test_project_service_o_auth2.py +++ b/clients/client/python/test/test_project_service_o_auth2.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_project_service_permission.py b/clients/client/python/test/test_project_service_permission.py index 871873831f..59dea56073 100644 --- a/clients/client/python/test/test_project_service_permission.py +++ b/clients/client/python/test/test_project_service_permission.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_project_services.py b/clients/client/python/test/test_project_services.py index 1850dbec2c..9611140984 100644 --- a/clients/client/python/test/test_project_services.py +++ b/clients/client/python/test/test_project_services.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_quota_usage.py b/clients/client/python/test/test_quota_usage.py index 865989f552..829a993796 100644 --- a/clients/client/python/test/test_quota_usage.py +++ b/clients/client/python/test/test_quota_usage.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_recovery_code_for_identity.py b/clients/client/python/test/test_recovery_code_for_identity.py index b64495c67f..9bea872ec9 100644 --- a/clients/client/python/test/test_recovery_code_for_identity.py +++ b/clients/client/python/test/test_recovery_code_for_identity.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_recovery_flow.py b/clients/client/python/test/test_recovery_flow.py index 87ee77138d..d9e6038876 100644 --- a/clients/client/python/test/test_recovery_flow.py +++ b/clients/client/python/test/test_recovery_flow.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_recovery_flow_state.py b/clients/client/python/test/test_recovery_flow_state.py index 30308b3d87..1d3c97e966 100644 --- a/clients/client/python/test/test_recovery_flow_state.py +++ b/clients/client/python/test/test_recovery_flow_state.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_recovery_identity_address.py b/clients/client/python/test/test_recovery_identity_address.py index bb8791ae50..a0366de3dd 100644 --- a/clients/client/python/test/test_recovery_identity_address.py +++ b/clients/client/python/test/test_recovery_identity_address.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_recovery_link_for_identity.py b/clients/client/python/test/test_recovery_link_for_identity.py index 8fab01afcf..fdf74ad8fa 100644 --- a/clients/client/python/test/test_recovery_link_for_identity.py +++ b/clients/client/python/test/test_recovery_link_for_identity.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_registration_flow.py b/clients/client/python/test/test_registration_flow.py index c5bc4a3824..54ef16ed94 100644 --- a/clients/client/python/test/test_registration_flow.py +++ b/clients/client/python/test/test_registration_flow.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_registration_flow_state.py b/clients/client/python/test/test_registration_flow_state.py index 2a999ea878..8b6b03e654 100644 --- a/clients/client/python/test/test_registration_flow_state.py +++ b/clients/client/python/test/test_registration_flow_state.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_reject_o_auth2_request.py b/clients/client/python/test/test_reject_o_auth2_request.py index e0abe09bef..9a93fad60b 100644 --- a/clients/client/python/test/test_reject_o_auth2_request.py +++ b/clients/client/python/test/test_reject_o_auth2_request.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_relation_query.py b/clients/client/python/test/test_relation_query.py index 6f4f6413a4..7562ad7364 100644 --- a/clients/client/python/test/test_relation_query.py +++ b/clients/client/python/test/test_relation_query.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_relationship.py b/clients/client/python/test/test_relationship.py index b0d589a1fb..5822cd7bc1 100644 --- a/clients/client/python/test/test_relationship.py +++ b/clients/client/python/test/test_relationship.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_relationship_api.py b/clients/client/python/test/test_relationship_api.py index 191949df01..1ad3247021 100644 --- a/clients/client/python/test/test_relationship_api.py +++ b/clients/client/python/test/test_relationship_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_relationship_namespaces.py b/clients/client/python/test/test_relationship_namespaces.py index b387a8bd69..ddfc6e2296 100644 --- a/clients/client/python/test/test_relationship_namespaces.py +++ b/clients/client/python/test/test_relationship_namespaces.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_relationship_patch.py b/clients/client/python/test/test_relationship_patch.py index 3d537c49c2..b2f26821a4 100644 --- a/clients/client/python/test/test_relationship_patch.py +++ b/clients/client/python/test/test_relationship_patch.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_relationships.py b/clients/client/python/test/test_relationships.py index 3256fdd507..3e7220fad1 100644 --- a/clients/client/python/test/test_relationships.py +++ b/clients/client/python/test/test_relationships.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_rfc6749_error_json.py b/clients/client/python/test/test_rfc6749_error_json.py index 332c2f0621..027c59631e 100644 --- a/clients/client/python/test/test_rfc6749_error_json.py +++ b/clients/client/python/test/test_rfc6749_error_json.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_schema_patch.py b/clients/client/python/test/test_schema_patch.py index 0290aa0ffd..85544e74da 100644 --- a/clients/client/python/test/test_schema_patch.py +++ b/clients/client/python/test/test_schema_patch.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_self_service_flow_expired_error.py b/clients/client/python/test/test_self_service_flow_expired_error.py index a8cfae8da1..6097c54ed4 100644 --- a/clients/client/python/test/test_self_service_flow_expired_error.py +++ b/clients/client/python/test/test_self_service_flow_expired_error.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_session.py b/clients/client/python/test/test_session.py index 145b04d288..acaafc47a8 100644 --- a/clients/client/python/test/test_session.py +++ b/clients/client/python/test/test_session.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_session_activity_datapoint.py b/clients/client/python/test/test_session_activity_datapoint.py index 8350c4e3fd..414658e08d 100644 --- a/clients/client/python/test/test_session_activity_datapoint.py +++ b/clients/client/python/test/test_session_activity_datapoint.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_session_authentication_method.py b/clients/client/python/test/test_session_authentication_method.py index 28b3ed1645..c136ba931a 100644 --- a/clients/client/python/test/test_session_authentication_method.py +++ b/clients/client/python/test/test_session_authentication_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_session_device.py b/clients/client/python/test/test_session_device.py index 5721841fbc..41b365c8e4 100644 --- a/clients/client/python/test/test_session_device.py +++ b/clients/client/python/test/test_session_device.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_set_active_project_in_console_body.py b/clients/client/python/test/test_set_active_project_in_console_body.py index 8c4a68bdf9..c97c17ee99 100644 --- a/clients/client/python/test/test_set_active_project_in_console_body.py +++ b/clients/client/python/test/test_set_active_project_in_console_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_set_custom_domain_body.py b/clients/client/python/test/test_set_custom_domain_body.py index 34a3a2f2f2..d4030df4d6 100644 --- a/clients/client/python/test/test_set_custom_domain_body.py +++ b/clients/client/python/test/test_set_custom_domain_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_set_event_stream_body.py b/clients/client/python/test/test_set_event_stream_body.py index 883e684f4e..dc67229250 100644 --- a/clients/client/python/test/test_set_event_stream_body.py +++ b/clients/client/python/test/test_set_event_stream_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_set_project.py b/clients/client/python/test/test_set_project.py index d2054adf30..53394fc4f9 100644 --- a/clients/client/python/test/test_set_project.py +++ b/clients/client/python/test/test_set_project.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_set_project_branding_theme_body.py b/clients/client/python/test/test_set_project_branding_theme_body.py index 65be6aaf4e..c328365115 100644 --- a/clients/client/python/test/test_set_project_branding_theme_body.py +++ b/clients/client/python/test/test_set_project_branding_theme_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_settings_flow.py b/clients/client/python/test/test_settings_flow.py index e46538a054..2505d3174d 100644 --- a/clients/client/python/test/test_settings_flow.py +++ b/clients/client/python/test/test_settings_flow.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_settings_flow_state.py b/clients/client/python/test/test_settings_flow_state.py index 3ced22b267..f6fb0218eb 100644 --- a/clients/client/python/test/test_settings_flow_state.py +++ b/clients/client/python/test/test_settings_flow_state.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_source_position.py b/clients/client/python/test/test_source_position.py index 80a68d903c..21e75cc381 100644 --- a/clients/client/python/test/test_source_position.py +++ b/clients/client/python/test/test_source_position.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_subject_set.py b/clients/client/python/test/test_subject_set.py index 0bc799afe8..c2e99365cb 100644 --- a/clients/client/python/test/test_subject_set.py +++ b/clients/client/python/test/test_subject_set.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_subscription.py b/clients/client/python/test/test_subscription.py index 9391072d22..8df5bd7f8f 100644 --- a/clients/client/python/test/test_subscription.py +++ b/clients/client/python/test/test_subscription.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_successful_code_exchange_response.py b/clients/client/python/test/test_successful_code_exchange_response.py index 91b1b3a1bf..e1b8e3de38 100644 --- a/clients/client/python/test/test_successful_code_exchange_response.py +++ b/clients/client/python/test/test_successful_code_exchange_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_successful_native_login.py b/clients/client/python/test/test_successful_native_login.py index 3138470cf7..acfcf2e547 100644 --- a/clients/client/python/test/test_successful_native_login.py +++ b/clients/client/python/test/test_successful_native_login.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_successful_native_registration.py b/clients/client/python/test/test_successful_native_registration.py index 15da687e82..f50b943f42 100644 --- a/clients/client/python/test/test_successful_native_registration.py +++ b/clients/client/python/test/test_successful_native_registration.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_successful_project_update.py b/clients/client/python/test/test_successful_project_update.py index 8f675824f7..2e6b8ccbfa 100644 --- a/clients/client/python/test/test_successful_project_update.py +++ b/clients/client/python/test/test_successful_project_update.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_tax_line_item.py b/clients/client/python/test/test_tax_line_item.py index 96d84caa15..fe48d3cd4e 100644 --- a/clients/client/python/test/test_tax_line_item.py +++ b/clients/client/python/test/test_tax_line_item.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_time_interval.py b/clients/client/python/test/test_time_interval.py index 664e63633b..43fcc396f2 100644 --- a/clients/client/python/test/test_time_interval.py +++ b/clients/client/python/test/test_time_interval.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_token_pagination.py b/clients/client/python/test/test_token_pagination.py index 40baf3a02b..5788420d63 100644 --- a/clients/client/python/test/test_token_pagination.py +++ b/clients/client/python/test/test_token_pagination.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_token_pagination_headers.py b/clients/client/python/test/test_token_pagination_headers.py index ad5bfdade7..af727d6aa1 100644 --- a/clients/client/python/test/test_token_pagination_headers.py +++ b/clients/client/python/test/test_token_pagination_headers.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_token_pagination_request_parameters.py b/clients/client/python/test/test_token_pagination_request_parameters.py index 5075dfee26..1a1433ca1d 100644 --- a/clients/client/python/test/test_token_pagination_request_parameters.py +++ b/clients/client/python/test/test_token_pagination_request_parameters.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_token_pagination_response_headers.py b/clients/client/python/test/test_token_pagination_response_headers.py index 0bbf7c95cf..7ae64a474c 100644 --- a/clients/client/python/test/test_token_pagination_response_headers.py +++ b/clients/client/python/test/test_token_pagination_response_headers.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_trust_o_auth2_jwt_grant_issuer.py b/clients/client/python/test/test_trust_o_auth2_jwt_grant_issuer.py index b39c36e341..e2a7dcdf22 100644 --- a/clients/client/python/test/test_trust_o_auth2_jwt_grant_issuer.py +++ b/clients/client/python/test/test_trust_o_auth2_jwt_grant_issuer.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_trusted_o_auth2_jwt_grant_issuer.py b/clients/client/python/test/test_trusted_o_auth2_jwt_grant_issuer.py index 8496f00cb9..a3720aa652 100644 --- a/clients/client/python/test/test_trusted_o_auth2_jwt_grant_issuer.py +++ b/clients/client/python/test/test_trusted_o_auth2_jwt_grant_issuer.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_trusted_o_auth2_jwt_grant_json_web_key.py b/clients/client/python/test/test_trusted_o_auth2_jwt_grant_json_web_key.py index 1f5d3c89db..213dc71a80 100644 --- a/clients/client/python/test/test_trusted_o_auth2_jwt_grant_json_web_key.py +++ b/clients/client/python/test/test_trusted_o_auth2_jwt_grant_json_web_key.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_ui_container.py b/clients/client/python/test/test_ui_container.py index becf356b26..9091d6b724 100644 --- a/clients/client/python/test/test_ui_container.py +++ b/clients/client/python/test/test_ui_container.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_ui_node.py b/clients/client/python/test/test_ui_node.py index 16099cd065..a76de707a1 100644 --- a/clients/client/python/test/test_ui_node.py +++ b/clients/client/python/test/test_ui_node.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_ui_node_anchor_attributes.py b/clients/client/python/test/test_ui_node_anchor_attributes.py index e9016a37cd..8f1e67cb1e 100644 --- a/clients/client/python/test/test_ui_node_anchor_attributes.py +++ b/clients/client/python/test/test_ui_node_anchor_attributes.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_ui_node_attributes.py b/clients/client/python/test/test_ui_node_attributes.py index d6202fa28b..c39cdb5909 100644 --- a/clients/client/python/test/test_ui_node_attributes.py +++ b/clients/client/python/test/test_ui_node_attributes.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_ui_node_image_attributes.py b/clients/client/python/test/test_ui_node_image_attributes.py index 5b80a6516f..54d554b44d 100644 --- a/clients/client/python/test/test_ui_node_image_attributes.py +++ b/clients/client/python/test/test_ui_node_image_attributes.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_ui_node_input_attributes.py b/clients/client/python/test/test_ui_node_input_attributes.py index 2e0dc669c5..799fe57c2a 100644 --- a/clients/client/python/test/test_ui_node_input_attributes.py +++ b/clients/client/python/test/test_ui_node_input_attributes.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_ui_node_meta.py b/clients/client/python/test/test_ui_node_meta.py index 69b17b3c2d..1b71f8681d 100644 --- a/clients/client/python/test/test_ui_node_meta.py +++ b/clients/client/python/test/test_ui_node_meta.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_ui_node_script_attributes.py b/clients/client/python/test/test_ui_node_script_attributes.py index f30a129f31..226570cf42 100644 --- a/clients/client/python/test/test_ui_node_script_attributes.py +++ b/clients/client/python/test/test_ui_node_script_attributes.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_ui_node_text_attributes.py b/clients/client/python/test/test_ui_node_text_attributes.py index 0c4b865bb7..db12436fce 100644 --- a/clients/client/python/test/test_ui_node_text_attributes.py +++ b/clients/client/python/test/test_ui_node_text_attributes.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_ui_text.py b/clients/client/python/test/test_ui_text.py index 4cc8ff4380..c48fdcbed5 100644 --- a/clients/client/python/test/test_ui_text.py +++ b/clients/client/python/test/test_ui_text.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_update_identity_body.py b/clients/client/python/test/test_update_identity_body.py index 075f9c54f5..0bed8825c4 100644 --- a/clients/client/python/test/test_update_identity_body.py +++ b/clients/client/python/test/test_update_identity_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_update_login_flow_body.py b/clients/client/python/test/test_update_login_flow_body.py index 14f5ad8965..afb05a5df9 100644 --- a/clients/client/python/test/test_update_login_flow_body.py +++ b/clients/client/python/test/test_update_login_flow_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_update_login_flow_with_code_method.py b/clients/client/python/test/test_update_login_flow_with_code_method.py index 39f0aef222..12691a6d3f 100644 --- a/clients/client/python/test/test_update_login_flow_with_code_method.py +++ b/clients/client/python/test/test_update_login_flow_with_code_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_update_login_flow_with_identifier_first_method.py b/clients/client/python/test/test_update_login_flow_with_identifier_first_method.py index 26dc5794ef..e0223cb6f0 100644 --- a/clients/client/python/test/test_update_login_flow_with_identifier_first_method.py +++ b/clients/client/python/test/test_update_login_flow_with_identifier_first_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_update_login_flow_with_lookup_secret_method.py b/clients/client/python/test/test_update_login_flow_with_lookup_secret_method.py index fe87457b19..cf3f33152d 100644 --- a/clients/client/python/test/test_update_login_flow_with_lookup_secret_method.py +++ b/clients/client/python/test/test_update_login_flow_with_lookup_secret_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_update_login_flow_with_oidc_method.py b/clients/client/python/test/test_update_login_flow_with_oidc_method.py index 6852506506..bbf504bafd 100644 --- a/clients/client/python/test/test_update_login_flow_with_oidc_method.py +++ b/clients/client/python/test/test_update_login_flow_with_oidc_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_update_login_flow_with_passkey_method.py b/clients/client/python/test/test_update_login_flow_with_passkey_method.py index 2f919eb060..47a0271492 100644 --- a/clients/client/python/test/test_update_login_flow_with_passkey_method.py +++ b/clients/client/python/test/test_update_login_flow_with_passkey_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_update_login_flow_with_password_method.py b/clients/client/python/test/test_update_login_flow_with_password_method.py index ccddc0627e..72b3b6a4f3 100644 --- a/clients/client/python/test/test_update_login_flow_with_password_method.py +++ b/clients/client/python/test/test_update_login_flow_with_password_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_update_login_flow_with_totp_method.py b/clients/client/python/test/test_update_login_flow_with_totp_method.py index d7e1437590..763609a88b 100644 --- a/clients/client/python/test/test_update_login_flow_with_totp_method.py +++ b/clients/client/python/test/test_update_login_flow_with_totp_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_update_login_flow_with_web_authn_method.py b/clients/client/python/test/test_update_login_flow_with_web_authn_method.py index 3b0e2444f7..af5c652ab5 100644 --- a/clients/client/python/test/test_update_login_flow_with_web_authn_method.py +++ b/clients/client/python/test/test_update_login_flow_with_web_authn_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_update_recovery_flow_body.py b/clients/client/python/test/test_update_recovery_flow_body.py index 4e28e425f8..ba6b2d9387 100644 --- a/clients/client/python/test/test_update_recovery_flow_body.py +++ b/clients/client/python/test/test_update_recovery_flow_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_update_recovery_flow_with_code_method.py b/clients/client/python/test/test_update_recovery_flow_with_code_method.py index b02ae41040..9ff8191ebc 100644 --- a/clients/client/python/test/test_update_recovery_flow_with_code_method.py +++ b/clients/client/python/test/test_update_recovery_flow_with_code_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_update_recovery_flow_with_link_method.py b/clients/client/python/test/test_update_recovery_flow_with_link_method.py index 6f0b7ad47a..94da6f96d1 100644 --- a/clients/client/python/test/test_update_recovery_flow_with_link_method.py +++ b/clients/client/python/test/test_update_recovery_flow_with_link_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_update_registration_flow_body.py b/clients/client/python/test/test_update_registration_flow_body.py index feaa6efabe..c5d9fc0868 100644 --- a/clients/client/python/test/test_update_registration_flow_body.py +++ b/clients/client/python/test/test_update_registration_flow_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_update_registration_flow_with_code_method.py b/clients/client/python/test/test_update_registration_flow_with_code_method.py index 5a8c1d38e9..7c835796e3 100644 --- a/clients/client/python/test/test_update_registration_flow_with_code_method.py +++ b/clients/client/python/test/test_update_registration_flow_with_code_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_update_registration_flow_with_oidc_method.py b/clients/client/python/test/test_update_registration_flow_with_oidc_method.py index cf0d61daec..57907367ac 100644 --- a/clients/client/python/test/test_update_registration_flow_with_oidc_method.py +++ b/clients/client/python/test/test_update_registration_flow_with_oidc_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_update_registration_flow_with_passkey_method.py b/clients/client/python/test/test_update_registration_flow_with_passkey_method.py index 037908d0a7..4c987ae37e 100644 --- a/clients/client/python/test/test_update_registration_flow_with_passkey_method.py +++ b/clients/client/python/test/test_update_registration_flow_with_passkey_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_update_registration_flow_with_password_method.py b/clients/client/python/test/test_update_registration_flow_with_password_method.py index 8b47452ad1..55dd33f0fa 100644 --- a/clients/client/python/test/test_update_registration_flow_with_password_method.py +++ b/clients/client/python/test/test_update_registration_flow_with_password_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_update_registration_flow_with_profile_method.py b/clients/client/python/test/test_update_registration_flow_with_profile_method.py index 28445b37d8..67ee5dc6be 100644 --- a/clients/client/python/test/test_update_registration_flow_with_profile_method.py +++ b/clients/client/python/test/test_update_registration_flow_with_profile_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_update_registration_flow_with_web_authn_method.py b/clients/client/python/test/test_update_registration_flow_with_web_authn_method.py index d5845b79f4..edf0232384 100644 --- a/clients/client/python/test/test_update_registration_flow_with_web_authn_method.py +++ b/clients/client/python/test/test_update_registration_flow_with_web_authn_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_update_settings_flow_body.py b/clients/client/python/test/test_update_settings_flow_body.py index a46d0de3eb..25e5589f83 100644 --- a/clients/client/python/test/test_update_settings_flow_body.py +++ b/clients/client/python/test/test_update_settings_flow_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_update_settings_flow_with_lookup_method.py b/clients/client/python/test/test_update_settings_flow_with_lookup_method.py index e5298b2802..90bd97f9ae 100644 --- a/clients/client/python/test/test_update_settings_flow_with_lookup_method.py +++ b/clients/client/python/test/test_update_settings_flow_with_lookup_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_update_settings_flow_with_oidc_method.py b/clients/client/python/test/test_update_settings_flow_with_oidc_method.py index cd27df1bbd..75d0882295 100644 --- a/clients/client/python/test/test_update_settings_flow_with_oidc_method.py +++ b/clients/client/python/test/test_update_settings_flow_with_oidc_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_update_settings_flow_with_passkey_method.py b/clients/client/python/test/test_update_settings_flow_with_passkey_method.py index b2c831d34b..fe678948b3 100644 --- a/clients/client/python/test/test_update_settings_flow_with_passkey_method.py +++ b/clients/client/python/test/test_update_settings_flow_with_passkey_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_update_settings_flow_with_password_method.py b/clients/client/python/test/test_update_settings_flow_with_password_method.py index 6d6597296a..ac8f8ccb94 100644 --- a/clients/client/python/test/test_update_settings_flow_with_password_method.py +++ b/clients/client/python/test/test_update_settings_flow_with_password_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_update_settings_flow_with_profile_method.py b/clients/client/python/test/test_update_settings_flow_with_profile_method.py index 89c013f053..1a793a579f 100644 --- a/clients/client/python/test/test_update_settings_flow_with_profile_method.py +++ b/clients/client/python/test/test_update_settings_flow_with_profile_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_update_settings_flow_with_totp_method.py b/clients/client/python/test/test_update_settings_flow_with_totp_method.py index bda3218302..d0f5fcbcfa 100644 --- a/clients/client/python/test/test_update_settings_flow_with_totp_method.py +++ b/clients/client/python/test/test_update_settings_flow_with_totp_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_update_settings_flow_with_web_authn_method.py b/clients/client/python/test/test_update_settings_flow_with_web_authn_method.py index aefe5ed221..3b63e621c8 100644 --- a/clients/client/python/test/test_update_settings_flow_with_web_authn_method.py +++ b/clients/client/python/test/test_update_settings_flow_with_web_authn_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_update_subscription_body.py b/clients/client/python/test/test_update_subscription_body.py index 4ac4877ae2..34691f8707 100644 --- a/clients/client/python/test/test_update_subscription_body.py +++ b/clients/client/python/test/test_update_subscription_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_update_verification_flow_body.py b/clients/client/python/test/test_update_verification_flow_body.py index 92a2614e9d..fad156f55f 100644 --- a/clients/client/python/test/test_update_verification_flow_body.py +++ b/clients/client/python/test/test_update_verification_flow_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_update_verification_flow_with_code_method.py b/clients/client/python/test/test_update_verification_flow_with_code_method.py index 9202e712d9..9be45021b2 100644 --- a/clients/client/python/test/test_update_verification_flow_with_code_method.py +++ b/clients/client/python/test/test_update_verification_flow_with_code_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_update_verification_flow_with_link_method.py b/clients/client/python/test/test_update_verification_flow_with_link_method.py index f7cf58fef7..4165f39d24 100644 --- a/clients/client/python/test/test_update_verification_flow_with_link_method.py +++ b/clients/client/python/test/test_update_verification_flow_with_link_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_update_workspace_body.py b/clients/client/python/test/test_update_workspace_body.py index 876c7dafd8..7447d91a77 100644 --- a/clients/client/python/test/test_update_workspace_body.py +++ b/clients/client/python/test/test_update_workspace_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_usage.py b/clients/client/python/test/test_usage.py index b7d7da87dc..cc72693e5a 100644 --- a/clients/client/python/test/test_usage.py +++ b/clients/client/python/test/test_usage.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_verifiable_credential_priming_response.py b/clients/client/python/test/test_verifiable_credential_priming_response.py index 39a8d8a40f..e6fefe9b4f 100644 --- a/clients/client/python/test/test_verifiable_credential_priming_response.py +++ b/clients/client/python/test/test_verifiable_credential_priming_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_verifiable_credential_proof.py b/clients/client/python/test/test_verifiable_credential_proof.py index bb6911ebb4..3e7373dcc5 100644 --- a/clients/client/python/test/test_verifiable_credential_proof.py +++ b/clients/client/python/test/test_verifiable_credential_proof.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_verifiable_credential_response.py b/clients/client/python/test/test_verifiable_credential_response.py index acdbc5249a..04bf9359be 100644 --- a/clients/client/python/test/test_verifiable_credential_response.py +++ b/clients/client/python/test/test_verifiable_credential_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_verifiable_identity_address.py b/clients/client/python/test/test_verifiable_identity_address.py index 197d48cf3c..1309b841f4 100644 --- a/clients/client/python/test/test_verifiable_identity_address.py +++ b/clients/client/python/test/test_verifiable_identity_address.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_verification_flow.py b/clients/client/python/test/test_verification_flow.py index f6cfcef16d..6725edf316 100644 --- a/clients/client/python/test/test_verification_flow.py +++ b/clients/client/python/test/test_verification_flow.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_verification_flow_state.py b/clients/client/python/test/test_verification_flow_state.py index ac3a61263c..bbd91edbea 100644 --- a/clients/client/python/test/test_verification_flow_state.py +++ b/clients/client/python/test/test_verification_flow_state.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_version.py b/clients/client/python/test/test_version.py index d9a83661fc..1bc17a2ba0 100644 --- a/clients/client/python/test/test_version.py +++ b/clients/client/python/test/test_version.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_warning.py b/clients/client/python/test/test_warning.py index e3e665f2b0..701739e48c 100644 --- a/clients/client/python/test/test_warning.py +++ b/clients/client/python/test/test_warning.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_wellknown_api.py b/clients/client/python/test/test_wellknown_api.py index 6e672c657e..33f9cedb53 100644 --- a/clients/client/python/test/test_wellknown_api.py +++ b/clients/client/python/test/test_wellknown_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_workspace.py b/clients/client/python/test/test_workspace.py index e4f9731cab..1a43f90e31 100644 --- a/clients/client/python/test/test_workspace.py +++ b/clients/client/python/test/test_workspace.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_workspace_api.py b/clients/client/python/test/test_workspace_api.py index 3ba60a3541..6cedca6919 100644 --- a/clients/client/python/test/test_workspace_api.py +++ b/clients/client/python/test/test_workspace_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/python/test/test_workspace_api_key.py b/clients/client/python/test/test_workspace_api_key.py index 4ddce37829..080ff5436e 100644 --- a/clients/client/python/test/test_workspace_api_key.py +++ b/clients/client/python/test/test_workspace_api_key.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.5 + The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/clients/client/ruby/Gemfile.lock b/clients/client/ruby/Gemfile.lock index b0cf985bb1..0b4ec590c5 100644 --- a/clients/client/ruby/Gemfile.lock +++ b/clients/client/ruby/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ory-client (1.14.5) + ory-client (1.15.0) typhoeus (~> 1.0, >= 1.0.1) GEM @@ -17,7 +17,7 @@ GEM jaro_winkler (1.5.6) method_source (1.1.0) parallel (1.26.3) - parser (3.3.4.2) + parser (3.3.5.0) ast (~> 2.4.1) racc pry (0.14.2) @@ -35,9 +35,9 @@ GEM rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) - rspec-core (3.13.0) + rspec-core (3.13.1) rspec-support (~> 3.13.0) - rspec-expectations (3.13.2) + rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) diff --git a/clients/client/ruby/README.md b/clients/client/ruby/README.md index 4b09e98faa..990ae27629 100644 --- a/clients/client/ruby/README.md +++ b/clients/client/ruby/README.md @@ -8,8 +8,8 @@ with a valid Personal Access Token. Public APIs are mostly used in browsers. This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: v1.14.5 -- Package version: v1.14.5 +- API version: v1.15.0 +- Package version: v1.15.0 - Generator version: 7.7.0 - Build package: org.openapitools.codegen.languages.RubyClientCodegen @@ -26,16 +26,16 @@ gem build ory-client.gemspec Then either install the gem locally: ```shell -gem install ./ory-client-v1.14.5.gem +gem install ./ory-client-v1.15.0.gem ``` -(for development, run `gem install --dev ./ory-client-v1.14.5.gem` to install the development dependencies) +(for development, run `gem install --dev ./ory-client-v1.15.0.gem` to install the development dependencies) or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/). Finally add this to the Gemfile: - gem 'ory-client', '~> v1.14.5' + gem 'ory-client', '~> v1.15.0' ### Install from Git @@ -202,6 +202,7 @@ Class | Method | HTTP request | Description *OryClient::ProjectApi* | [**list_project_api_keys**](docs/ProjectApi.md#list_project_api_keys) | **GET** /projects/{project}/tokens | List a project's API Tokens *OryClient::ProjectApi* | [**list_projects**](docs/ProjectApi.md#list_projects) | **GET** /projects | List All Projects *OryClient::ProjectApi* | [**patch_project**](docs/ProjectApi.md#patch_project) | **PATCH** /projects/{project_id} | Patch an Ory Network Project Configuration +*OryClient::ProjectApi* | [**patch_project_with_revision**](docs/ProjectApi.md#patch_project_with_revision) | **PATCH** /projects/{project_id}/revision/{revision_id} | Patch an Ory Network Project Configuration based on a revision ID *OryClient::ProjectApi* | [**purge_project**](docs/ProjectApi.md#purge_project) | **DELETE** /projects/{project_id} | Irrecoverably purge a project *OryClient::ProjectApi* | [**remove_project_member**](docs/ProjectApi.md#remove_project_member) | **DELETE** /projects/{project}/members/{member} | Remove a member associated with this project *OryClient::ProjectApi* | [**set_project**](docs/ProjectApi.md#set_project) | **PUT** /projects/{project_id} | Update an Ory Network Project Configuration diff --git a/clients/client/ruby/docs/ProjectApi.md b/clients/client/ruby/docs/ProjectApi.md index e4ee5116e8..0152fa82e0 100644 --- a/clients/client/ruby/docs/ProjectApi.md +++ b/clients/client/ruby/docs/ProjectApi.md @@ -16,6 +16,7 @@ All URIs are relative to *https://.projects.oryapis.com* | [**list_project_api_keys**](ProjectApi.md#list_project_api_keys) | **GET** /projects/{project}/tokens | List a project's API Tokens | | [**list_projects**](ProjectApi.md#list_projects) | **GET** /projects | List All Projects | | [**patch_project**](ProjectApi.md#patch_project) | **PATCH** /projects/{project_id} | Patch an Ory Network Project Configuration | +| [**patch_project_with_revision**](ProjectApi.md#patch_project_with_revision) | **PATCH** /projects/{project_id}/revision/{revision_id} | Patch an Ory Network Project Configuration based on a revision ID | | [**purge_project**](ProjectApi.md#purge_project) | **DELETE** /projects/{project_id} | Irrecoverably purge a project | | [**remove_project_member**](ProjectApi.md#remove_project_member) | **DELETE** /projects/{project}/members/{member} | Remove a member associated with this project | | [**set_project**](ProjectApi.md#set_project) | **PUT** /projects/{project_id} | Update an Ory Network Project Configuration | @@ -873,6 +874,81 @@ end - **Accept**: application/json +## patch_project_with_revision + +> patch_project_with_revision(project_id, revision_id, opts) + +Patch an Ory Network Project Configuration based on a revision ID + +This endpoints allows you to patch individual Ory Network Project configuration keys for Ory's services (identity, permission, ...). The configuration format is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version. If you have an older version of a configuration, you should set the version key in the payload! While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source. For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed. + +### Examples + +```ruby +require 'time' +require 'ory-client' +# setup authorization +OryClient.configure do |config| + # Configure Bearer authorization: oryWorkspaceApiKey + config.access_token = 'YOUR_BEARER_TOKEN' +end + +api_instance = OryClient::ProjectApi.new +project_id = 'project_id_example' # String | Project ID The project's ID. +revision_id = 'revision_id_example' # String | Revision ID The revision ID that this patch was generated for. +opts = { + json_patch: [OryClient::JsonPatch.new({op: 'add', path: '/name'})] # Array | +} + +begin + # Patch an Ory Network Project Configuration based on a revision ID + result = api_instance.patch_project_with_revision(project_id, revision_id, opts) + p result +rescue OryClient::ApiError => e + puts "Error when calling ProjectApi->patch_project_with_revision: #{e}" +end +``` + +#### Using the patch_project_with_revision_with_http_info variant + +This returns an Array which contains the response data, status code and headers. + +> , Integer, Hash)> patch_project_with_revision_with_http_info(project_id, revision_id, opts) + +```ruby +begin + # Patch an Ory Network Project Configuration based on a revision ID + data, status_code, headers = api_instance.patch_project_with_revision_with_http_info(project_id, revision_id, opts) + p status_code # => 2xx + p headers # => { ... } + p data # => +rescue OryClient::ApiError => e + puts "Error when calling ProjectApi->patch_project_with_revision_with_http_info: #{e}" +end +``` + +### Parameters + +| Name | Type | Description | Notes | +| ---- | ---- | ----------- | ----- | +| **project_id** | **String** | Project ID The project's ID. | | +| **revision_id** | **String** | Revision ID The revision ID that this patch was generated for. | | +| **json_patch** | [**Array<JsonPatch>**](JsonPatch.md) | | [optional] | + +### Return type + +[**SuccessfulProjectUpdate**](SuccessfulProjectUpdate.md) + +### Authorization + +[oryWorkspaceApiKey](../README.md#oryWorkspaceApiKey) + +### HTTP request headers + +- **Content-Type**: application/json +- **Accept**: application/json + + ## purge_project > purge_project(project_id) diff --git a/clients/client/ruby/docs/QuotaUsage.md b/clients/client/ruby/docs/QuotaUsage.md index 55b684ca27..1000bfc8ab 100644 --- a/clients/client/ruby/docs/QuotaUsage.md +++ b/clients/client/ruby/docs/QuotaUsage.md @@ -6,7 +6,7 @@ | ---- | ---- | ----------- | ----- | | **additional_price** | **String** | The additional price per unit in cents. | | | **can_use_more** | **Boolean** | | | -| **feature** | **String** | production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect | | +| **feature** | **String** | production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect | | | **feature_available** | **Boolean** | | | | **included** | **Integer** | | | | **used** | **Integer** | | | diff --git a/clients/client/ruby/lib/ory-client.rb b/clients/client/ruby/lib/ory-client.rb index f462686974..4e7697cc7d 100644 --- a/clients/client/ruby/lib/ory-client.rb +++ b/clients/client/ruby/lib/ory-client.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/api/courier_api.rb b/clients/client/ruby/lib/ory-client/api/courier_api.rb index ddf313c1d2..f93a48f054 100644 --- a/clients/client/ruby/lib/ory-client/api/courier_api.rb +++ b/clients/client/ruby/lib/ory-client/api/courier_api.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/api/events_api.rb b/clients/client/ruby/lib/ory-client/api/events_api.rb index 32f8751b5b..7981516d12 100644 --- a/clients/client/ruby/lib/ory-client/api/events_api.rb +++ b/clients/client/ruby/lib/ory-client/api/events_api.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/api/frontend_api.rb b/clients/client/ruby/lib/ory-client/api/frontend_api.rb index cde4989d4b..4207e0338f 100644 --- a/clients/client/ruby/lib/ory-client/api/frontend_api.rb +++ b/clients/client/ruby/lib/ory-client/api/frontend_api.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/api/identity_api.rb b/clients/client/ruby/lib/ory-client/api/identity_api.rb index 6214de827c..df725b02ca 100644 --- a/clients/client/ruby/lib/ory-client/api/identity_api.rb +++ b/clients/client/ruby/lib/ory-client/api/identity_api.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/api/jwk_api.rb b/clients/client/ruby/lib/ory-client/api/jwk_api.rb index 3110470f22..c0c35e8fb6 100644 --- a/clients/client/ruby/lib/ory-client/api/jwk_api.rb +++ b/clients/client/ruby/lib/ory-client/api/jwk_api.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/api/metadata_api.rb b/clients/client/ruby/lib/ory-client/api/metadata_api.rb index 7dba31c633..fa9f5fd45a 100644 --- a/clients/client/ruby/lib/ory-client/api/metadata_api.rb +++ b/clients/client/ruby/lib/ory-client/api/metadata_api.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/api/o_auth2_api.rb b/clients/client/ruby/lib/ory-client/api/o_auth2_api.rb index 30baa072da..e162a3effe 100644 --- a/clients/client/ruby/lib/ory-client/api/o_auth2_api.rb +++ b/clients/client/ruby/lib/ory-client/api/o_auth2_api.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/api/oidc_api.rb b/clients/client/ruby/lib/ory-client/api/oidc_api.rb index a8600b868b..b4ccf522c3 100644 --- a/clients/client/ruby/lib/ory-client/api/oidc_api.rb +++ b/clients/client/ruby/lib/ory-client/api/oidc_api.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/api/permission_api.rb b/clients/client/ruby/lib/ory-client/api/permission_api.rb index a981028d0d..4552cb1ff2 100644 --- a/clients/client/ruby/lib/ory-client/api/permission_api.rb +++ b/clients/client/ruby/lib/ory-client/api/permission_api.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/api/project_api.rb b/clients/client/ruby/lib/ory-client/api/project_api.rb index af02ee3168..0d0842609c 100644 --- a/clients/client/ruby/lib/ory-client/api/project_api.rb +++ b/clients/client/ruby/lib/ory-client/api/project_api.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 @@ -826,6 +826,82 @@ def patch_project_with_http_info(project_id, opts = {}) return data, status_code, headers end + # Patch an Ory Network Project Configuration based on a revision ID + # This endpoints allows you to patch individual Ory Network Project configuration keys for Ory's services (identity, permission, ...). The configuration format is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version. If you have an older version of a configuration, you should set the version key in the payload! While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source. For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed. + # @param project_id [String] Project ID The project's ID. + # @param revision_id [String] Revision ID The revision ID that this patch was generated for. + # @param [Hash] opts the optional parameters + # @option opts [Array] :json_patch + # @return [SuccessfulProjectUpdate] + def patch_project_with_revision(project_id, revision_id, opts = {}) + data, _status_code, _headers = patch_project_with_revision_with_http_info(project_id, revision_id, opts) + data + end + + # Patch an Ory Network Project Configuration based on a revision ID + # This endpoints allows you to patch individual Ory Network Project configuration keys for Ory's services (identity, permission, ...). The configuration format is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version. If you have an older version of a configuration, you should set the version key in the payload! While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source. For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed. + # @param project_id [String] Project ID The project's ID. + # @param revision_id [String] Revision ID The revision ID that this patch was generated for. + # @param [Hash] opts the optional parameters + # @option opts [Array] :json_patch + # @return [Array<(SuccessfulProjectUpdate, Integer, Hash)>] SuccessfulProjectUpdate data, response status code and response headers + def patch_project_with_revision_with_http_info(project_id, revision_id, opts = {}) + if @api_client.config.debugging + @api_client.config.logger.debug 'Calling API: ProjectApi.patch_project_with_revision ...' + end + # verify the required parameter 'project_id' is set + if @api_client.config.client_side_validation && project_id.nil? + fail ArgumentError, "Missing the required parameter 'project_id' when calling ProjectApi.patch_project_with_revision" + end + # verify the required parameter 'revision_id' is set + if @api_client.config.client_side_validation && revision_id.nil? + fail ArgumentError, "Missing the required parameter 'revision_id' when calling ProjectApi.patch_project_with_revision" + end + # resource path + local_var_path = '/projects/{project_id}/revision/{revision_id}'.sub('{' + 'project_id' + '}', CGI.escape(project_id.to_s)).sub('{' + 'revision_id' + '}', CGI.escape(revision_id.to_s)) + + # query parameters + query_params = opts[:query_params] || {} + + # header parameters + header_params = opts[:header_params] || {} + # HTTP header 'Accept' (if needed) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) + # HTTP header 'Content-Type' + content_type = @api_client.select_header_content_type(['application/json']) + if !content_type.nil? + header_params['Content-Type'] = content_type + end + + # form parameters + form_params = opts[:form_params] || {} + + # http body (model) + post_body = opts[:debug_body] || @api_client.object_to_http_body(opts[:'json_patch']) + + # return_type + return_type = opts[:debug_return_type] || 'SuccessfulProjectUpdate' + + # auth_names + auth_names = opts[:debug_auth_names] || ['oryWorkspaceApiKey'] + + new_options = opts.merge( + :operation => :"ProjectApi.patch_project_with_revision", + :header_params => header_params, + :query_params => query_params, + :form_params => form_params, + :body => post_body, + :auth_names => auth_names, + :return_type => return_type + ) + + data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options) + if @api_client.config.debugging + @api_client.config.logger.debug "API called: ProjectApi#patch_project_with_revision\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" + end + return data, status_code, headers + end + # Irrecoverably purge a project # !! Use with extreme caution !! Using this API endpoint you can purge (completely delete) a project and its data. This action can not be undone and will delete ALL your data. Calling this endpoint will additionally delete custom domains and other related data. If the project is linked to a subscription, the subscription needs to be unlinked first. # @param project_id [String] Project ID The project's ID. diff --git a/clients/client/ruby/lib/ory-client/api/relationship_api.rb b/clients/client/ruby/lib/ory-client/api/relationship_api.rb index 055e6d41a9..c051bf8a9c 100644 --- a/clients/client/ruby/lib/ory-client/api/relationship_api.rb +++ b/clients/client/ruby/lib/ory-client/api/relationship_api.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/api/wellknown_api.rb b/clients/client/ruby/lib/ory-client/api/wellknown_api.rb index ee0c2e9f29..63d70d0c1b 100644 --- a/clients/client/ruby/lib/ory-client/api/wellknown_api.rb +++ b/clients/client/ruby/lib/ory-client/api/wellknown_api.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/api/workspace_api.rb b/clients/client/ruby/lib/ory-client/api/workspace_api.rb index da23382f95..79d7a0d975 100644 --- a/clients/client/ruby/lib/ory-client/api/workspace_api.rb +++ b/clients/client/ruby/lib/ory-client/api/workspace_api.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/api_client.rb b/clients/client/ruby/lib/ory-client/api_client.rb index e3f30ec370..1ce149131f 100644 --- a/clients/client/ruby/lib/ory-client/api_client.rb +++ b/clients/client/ruby/lib/ory-client/api_client.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/api_error.rb b/clients/client/ruby/lib/ory-client/api_error.rb index 0082382620..ca5b8e2b11 100644 --- a/clients/client/ruby/lib/ory-client/api_error.rb +++ b/clients/client/ruby/lib/ory-client/api_error.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/configuration.rb b/clients/client/ruby/lib/ory-client/configuration.rb index 920e897623..1b14652987 100644 --- a/clients/client/ruby/lib/ory-client/configuration.rb +++ b/clients/client/ruby/lib/ory-client/configuration.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 @@ -396,6 +396,12 @@ def operation_server_settings description: "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces.", } ], + "ProjectApi.patch_project_with_revision": [ + { + url: "https://api.console.ory.sh", + description: "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces.", + } + ], "ProjectApi.purge_project": [ { url: "https://api.console.ory.sh", diff --git a/clients/client/ruby/lib/ory-client/models/accept_o_auth2_consent_request.rb b/clients/client/ruby/lib/ory-client/models/accept_o_auth2_consent_request.rb index c7c64df49d..5ef604c700 100644 --- a/clients/client/ruby/lib/ory-client/models/accept_o_auth2_consent_request.rb +++ b/clients/client/ruby/lib/ory-client/models/accept_o_auth2_consent_request.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/accept_o_auth2_consent_request_session.rb b/clients/client/ruby/lib/ory-client/models/accept_o_auth2_consent_request_session.rb index 31ed9a3ee8..089e0486dc 100644 --- a/clients/client/ruby/lib/ory-client/models/accept_o_auth2_consent_request_session.rb +++ b/clients/client/ruby/lib/ory-client/models/accept_o_auth2_consent_request_session.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/accept_o_auth2_login_request.rb b/clients/client/ruby/lib/ory-client/models/accept_o_auth2_login_request.rb index 5736abe0d4..568f0eb662 100644 --- a/clients/client/ruby/lib/ory-client/models/accept_o_auth2_login_request.rb +++ b/clients/client/ruby/lib/ory-client/models/accept_o_auth2_login_request.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/account_experience_configuration.rb b/clients/client/ruby/lib/ory-client/models/account_experience_configuration.rb index 3af8295505..2a6ba7815f 100644 --- a/clients/client/ruby/lib/ory-client/models/account_experience_configuration.rb +++ b/clients/client/ruby/lib/ory-client/models/account_experience_configuration.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/account_experience_theme_variables.rb b/clients/client/ruby/lib/ory-client/models/account_experience_theme_variables.rb index 1872e46a1b..8cea7117f9 100644 --- a/clients/client/ruby/lib/ory-client/models/account_experience_theme_variables.rb +++ b/clients/client/ruby/lib/ory-client/models/account_experience_theme_variables.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/active_project_in_console.rb b/clients/client/ruby/lib/ory-client/models/active_project_in_console.rb index 6e5e501899..38ed9dd888 100644 --- a/clients/client/ruby/lib/ory-client/models/active_project_in_console.rb +++ b/clients/client/ruby/lib/ory-client/models/active_project_in_console.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/add_project_to_workspace_body.rb b/clients/client/ruby/lib/ory-client/models/add_project_to_workspace_body.rb index 71d16578eb..9891007c69 100644 --- a/clients/client/ruby/lib/ory-client/models/add_project_to_workspace_body.rb +++ b/clients/client/ruby/lib/ory-client/models/add_project_to_workspace_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/attribute.rb b/clients/client/ruby/lib/ory-client/models/attribute.rb index bf39d99a0f..a8e4fc043a 100644 --- a/clients/client/ruby/lib/ory-client/models/attribute.rb +++ b/clients/client/ruby/lib/ory-client/models/attribute.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/attribute_filter.rb b/clients/client/ruby/lib/ory-client/models/attribute_filter.rb index dfc8e99d2f..978da6683d 100644 --- a/clients/client/ruby/lib/ory-client/models/attribute_filter.rb +++ b/clients/client/ruby/lib/ory-client/models/attribute_filter.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/attributes_count_datapoint.rb b/clients/client/ruby/lib/ory-client/models/attributes_count_datapoint.rb index 135696c057..bb620a29e1 100644 --- a/clients/client/ruby/lib/ory-client/models/attributes_count_datapoint.rb +++ b/clients/client/ruby/lib/ory-client/models/attributes_count_datapoint.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/authenticator_assurance_level.rb b/clients/client/ruby/lib/ory-client/models/authenticator_assurance_level.rb index 46d2203cda..c3ee3ed4a5 100644 --- a/clients/client/ruby/lib/ory-client/models/authenticator_assurance_level.rb +++ b/clients/client/ruby/lib/ory-client/models/authenticator_assurance_level.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/batch_check_permission_body.rb b/clients/client/ruby/lib/ory-client/models/batch_check_permission_body.rb index 7f6d77e02f..81d616d044 100644 --- a/clients/client/ruby/lib/ory-client/models/batch_check_permission_body.rb +++ b/clients/client/ruby/lib/ory-client/models/batch_check_permission_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/batch_check_permission_result.rb b/clients/client/ruby/lib/ory-client/models/batch_check_permission_result.rb index 1333bfc213..be5d195463 100644 --- a/clients/client/ruby/lib/ory-client/models/batch_check_permission_result.rb +++ b/clients/client/ruby/lib/ory-client/models/batch_check_permission_result.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/batch_patch_identities_response.rb b/clients/client/ruby/lib/ory-client/models/batch_patch_identities_response.rb index 932bd9e2a0..fcc26288e7 100644 --- a/clients/client/ruby/lib/ory-client/models/batch_patch_identities_response.rb +++ b/clients/client/ruby/lib/ory-client/models/batch_patch_identities_response.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/billing_period_bucket.rb b/clients/client/ruby/lib/ory-client/models/billing_period_bucket.rb index c46d70b167..e059d6fd02 100644 --- a/clients/client/ruby/lib/ory-client/models/billing_period_bucket.rb +++ b/clients/client/ruby/lib/ory-client/models/billing_period_bucket.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/check_opl_syntax_result.rb b/clients/client/ruby/lib/ory-client/models/check_opl_syntax_result.rb index 6bdf642f31..2e89cecb22 100644 --- a/clients/client/ruby/lib/ory-client/models/check_opl_syntax_result.rb +++ b/clients/client/ruby/lib/ory-client/models/check_opl_syntax_result.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/check_permission_result.rb b/clients/client/ruby/lib/ory-client/models/check_permission_result.rb index 99381eefa0..eff3e5608f 100644 --- a/clients/client/ruby/lib/ory-client/models/check_permission_result.rb +++ b/clients/client/ruby/lib/ory-client/models/check_permission_result.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/check_permission_result_with_error.rb b/clients/client/ruby/lib/ory-client/models/check_permission_result_with_error.rb index f9530acedf..31cafceeb0 100644 --- a/clients/client/ruby/lib/ory-client/models/check_permission_result_with_error.rb +++ b/clients/client/ruby/lib/ory-client/models/check_permission_result_with_error.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/cloud_account.rb b/clients/client/ruby/lib/ory-client/models/cloud_account.rb index cfa17ebfa9..3f5df0a169 100644 --- a/clients/client/ruby/lib/ory-client/models/cloud_account.rb +++ b/clients/client/ruby/lib/ory-client/models/cloud_account.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/consistency_request_parameters.rb b/clients/client/ruby/lib/ory-client/models/consistency_request_parameters.rb index 5289f17905..6edd97de27 100644 --- a/clients/client/ruby/lib/ory-client/models/consistency_request_parameters.rb +++ b/clients/client/ruby/lib/ory-client/models/consistency_request_parameters.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/continue_with.rb b/clients/client/ruby/lib/ory-client/models/continue_with.rb index d2013789ee..3d8a3a0e4e 100644 --- a/clients/client/ruby/lib/ory-client/models/continue_with.rb +++ b/clients/client/ruby/lib/ory-client/models/continue_with.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/continue_with_recovery_ui.rb b/clients/client/ruby/lib/ory-client/models/continue_with_recovery_ui.rb index 568af4fb09..f83803a4ea 100644 --- a/clients/client/ruby/lib/ory-client/models/continue_with_recovery_ui.rb +++ b/clients/client/ruby/lib/ory-client/models/continue_with_recovery_ui.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/continue_with_recovery_ui_flow.rb b/clients/client/ruby/lib/ory-client/models/continue_with_recovery_ui_flow.rb index b91d294fce..6c56b82482 100644 --- a/clients/client/ruby/lib/ory-client/models/continue_with_recovery_ui_flow.rb +++ b/clients/client/ruby/lib/ory-client/models/continue_with_recovery_ui_flow.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/continue_with_redirect_browser_to.rb b/clients/client/ruby/lib/ory-client/models/continue_with_redirect_browser_to.rb index e7d1fd9764..c4f5e2fb76 100644 --- a/clients/client/ruby/lib/ory-client/models/continue_with_redirect_browser_to.rb +++ b/clients/client/ruby/lib/ory-client/models/continue_with_redirect_browser_to.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/continue_with_set_ory_session_token.rb b/clients/client/ruby/lib/ory-client/models/continue_with_set_ory_session_token.rb index 207a2e4a16..533213df87 100644 --- a/clients/client/ruby/lib/ory-client/models/continue_with_set_ory_session_token.rb +++ b/clients/client/ruby/lib/ory-client/models/continue_with_set_ory_session_token.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/continue_with_settings_ui.rb b/clients/client/ruby/lib/ory-client/models/continue_with_settings_ui.rb index f90de6cfee..c770b83218 100644 --- a/clients/client/ruby/lib/ory-client/models/continue_with_settings_ui.rb +++ b/clients/client/ruby/lib/ory-client/models/continue_with_settings_ui.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/continue_with_settings_ui_flow.rb b/clients/client/ruby/lib/ory-client/models/continue_with_settings_ui_flow.rb index 7407d9d779..a6b382ba92 100644 --- a/clients/client/ruby/lib/ory-client/models/continue_with_settings_ui_flow.rb +++ b/clients/client/ruby/lib/ory-client/models/continue_with_settings_ui_flow.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/continue_with_verification_ui.rb b/clients/client/ruby/lib/ory-client/models/continue_with_verification_ui.rb index 695eedcad6..fb9171be1a 100644 --- a/clients/client/ruby/lib/ory-client/models/continue_with_verification_ui.rb +++ b/clients/client/ruby/lib/ory-client/models/continue_with_verification_ui.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/continue_with_verification_ui_flow.rb b/clients/client/ruby/lib/ory-client/models/continue_with_verification_ui_flow.rb index 83504a8972..7357a9bf2b 100644 --- a/clients/client/ruby/lib/ory-client/models/continue_with_verification_ui_flow.rb +++ b/clients/client/ruby/lib/ory-client/models/continue_with_verification_ui_flow.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/courier_message_status.rb b/clients/client/ruby/lib/ory-client/models/courier_message_status.rb index 2e4d138fef..ae388031d3 100644 --- a/clients/client/ruby/lib/ory-client/models/courier_message_status.rb +++ b/clients/client/ruby/lib/ory-client/models/courier_message_status.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/courier_message_type.rb b/clients/client/ruby/lib/ory-client/models/courier_message_type.rb index c87b875f28..5d33e2b86a 100644 --- a/clients/client/ruby/lib/ory-client/models/courier_message_type.rb +++ b/clients/client/ruby/lib/ory-client/models/courier_message_type.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/create_custom_domain_body.rb b/clients/client/ruby/lib/ory-client/models/create_custom_domain_body.rb index f400a308cd..266ef0738b 100644 --- a/clients/client/ruby/lib/ory-client/models/create_custom_domain_body.rb +++ b/clients/client/ruby/lib/ory-client/models/create_custom_domain_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/create_event_stream_body.rb b/clients/client/ruby/lib/ory-client/models/create_event_stream_body.rb index c621f5cff8..eea3400588 100644 --- a/clients/client/ruby/lib/ory-client/models/create_event_stream_body.rb +++ b/clients/client/ruby/lib/ory-client/models/create_event_stream_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/create_identity_body.rb b/clients/client/ruby/lib/ory-client/models/create_identity_body.rb index 28e5b48b67..d9b84d50dd 100644 --- a/clients/client/ruby/lib/ory-client/models/create_identity_body.rb +++ b/clients/client/ruby/lib/ory-client/models/create_identity_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/create_invite_response.rb b/clients/client/ruby/lib/ory-client/models/create_invite_response.rb index 317e534da4..b9d67dd896 100644 --- a/clients/client/ruby/lib/ory-client/models/create_invite_response.rb +++ b/clients/client/ruby/lib/ory-client/models/create_invite_response.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/create_json_web_key_set.rb b/clients/client/ruby/lib/ory-client/models/create_json_web_key_set.rb index 71951f82ae..89c66cb76a 100644 --- a/clients/client/ruby/lib/ory-client/models/create_json_web_key_set.rb +++ b/clients/client/ruby/lib/ory-client/models/create_json_web_key_set.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/create_project_api_key_request.rb b/clients/client/ruby/lib/ory-client/models/create_project_api_key_request.rb index 8435213f03..51b3d487c5 100644 --- a/clients/client/ruby/lib/ory-client/models/create_project_api_key_request.rb +++ b/clients/client/ruby/lib/ory-client/models/create_project_api_key_request.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/create_project_body.rb b/clients/client/ruby/lib/ory-client/models/create_project_body.rb index 39b2c2f6cb..29a6045e0b 100644 --- a/clients/client/ruby/lib/ory-client/models/create_project_body.rb +++ b/clients/client/ruby/lib/ory-client/models/create_project_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/create_project_branding.rb b/clients/client/ruby/lib/ory-client/models/create_project_branding.rb index f2e90ee4a4..2ab5a34521 100644 --- a/clients/client/ruby/lib/ory-client/models/create_project_branding.rb +++ b/clients/client/ruby/lib/ory-client/models/create_project_branding.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/create_project_member_invite_body.rb b/clients/client/ruby/lib/ory-client/models/create_project_member_invite_body.rb index 036ec5f117..4b1b381bb1 100644 --- a/clients/client/ruby/lib/ory-client/models/create_project_member_invite_body.rb +++ b/clients/client/ruby/lib/ory-client/models/create_project_member_invite_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/create_project_normalized_payload.rb b/clients/client/ruby/lib/ory-client/models/create_project_normalized_payload.rb index 02d77e16ca..1b889abb4e 100644 --- a/clients/client/ruby/lib/ory-client/models/create_project_normalized_payload.rb +++ b/clients/client/ruby/lib/ory-client/models/create_project_normalized_payload.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/create_recovery_code_for_identity_body.rb b/clients/client/ruby/lib/ory-client/models/create_recovery_code_for_identity_body.rb index 1565ff3982..9aaf007803 100644 --- a/clients/client/ruby/lib/ory-client/models/create_recovery_code_for_identity_body.rb +++ b/clients/client/ruby/lib/ory-client/models/create_recovery_code_for_identity_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/create_recovery_link_for_identity_body.rb b/clients/client/ruby/lib/ory-client/models/create_recovery_link_for_identity_body.rb index 2cee4d67a5..314fc9fb5e 100644 --- a/clients/client/ruby/lib/ory-client/models/create_recovery_link_for_identity_body.rb +++ b/clients/client/ruby/lib/ory-client/models/create_recovery_link_for_identity_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/create_relationship_body.rb b/clients/client/ruby/lib/ory-client/models/create_relationship_body.rb index 1060b70972..2c3a75a76d 100644 --- a/clients/client/ruby/lib/ory-client/models/create_relationship_body.rb +++ b/clients/client/ruby/lib/ory-client/models/create_relationship_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/create_subscription_body.rb b/clients/client/ruby/lib/ory-client/models/create_subscription_body.rb index c773a7bbb2..e88aa9b512 100644 --- a/clients/client/ruby/lib/ory-client/models/create_subscription_body.rb +++ b/clients/client/ruby/lib/ory-client/models/create_subscription_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/create_subscription_common.rb b/clients/client/ruby/lib/ory-client/models/create_subscription_common.rb index 23b9d339cb..a922f69aed 100644 --- a/clients/client/ruby/lib/ory-client/models/create_subscription_common.rb +++ b/clients/client/ruby/lib/ory-client/models/create_subscription_common.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/create_verifiable_credential_request_body.rb b/clients/client/ruby/lib/ory-client/models/create_verifiable_credential_request_body.rb index 3b69a5b54e..3f7ae7f294 100644 --- a/clients/client/ruby/lib/ory-client/models/create_verifiable_credential_request_body.rb +++ b/clients/client/ruby/lib/ory-client/models/create_verifiable_credential_request_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/create_workspace_api_key_body.rb b/clients/client/ruby/lib/ory-client/models/create_workspace_api_key_body.rb index d2803d33f3..534bf77076 100644 --- a/clients/client/ruby/lib/ory-client/models/create_workspace_api_key_body.rb +++ b/clients/client/ruby/lib/ory-client/models/create_workspace_api_key_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/create_workspace_body.rb b/clients/client/ruby/lib/ory-client/models/create_workspace_body.rb index 6c904c3899..d995e57a98 100644 --- a/clients/client/ruby/lib/ory-client/models/create_workspace_body.rb +++ b/clients/client/ruby/lib/ory-client/models/create_workspace_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/create_workspace_member_invite_body.rb b/clients/client/ruby/lib/ory-client/models/create_workspace_member_invite_body.rb index aa56ae044d..a6461dcb67 100644 --- a/clients/client/ruby/lib/ory-client/models/create_workspace_member_invite_body.rb +++ b/clients/client/ruby/lib/ory-client/models/create_workspace_member_invite_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/create_workspace_subscription_body.rb b/clients/client/ruby/lib/ory-client/models/create_workspace_subscription_body.rb index 3ca9193f74..2e2d127e0a 100644 --- a/clients/client/ruby/lib/ory-client/models/create_workspace_subscription_body.rb +++ b/clients/client/ruby/lib/ory-client/models/create_workspace_subscription_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/credential_supported_draft00.rb b/clients/client/ruby/lib/ory-client/models/credential_supported_draft00.rb index 29523678c2..f39abab89c 100644 --- a/clients/client/ruby/lib/ory-client/models/credential_supported_draft00.rb +++ b/clients/client/ruby/lib/ory-client/models/credential_supported_draft00.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/custom_domain.rb b/clients/client/ruby/lib/ory-client/models/custom_domain.rb index 763fcc6ab2..d6d2e56d70 100644 --- a/clients/client/ruby/lib/ory-client/models/custom_domain.rb +++ b/clients/client/ruby/lib/ory-client/models/custom_domain.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/delete_my_sessions_count.rb b/clients/client/ruby/lib/ory-client/models/delete_my_sessions_count.rb index b0b58f8750..6d2402b898 100644 --- a/clients/client/ruby/lib/ory-client/models/delete_my_sessions_count.rb +++ b/clients/client/ruby/lib/ory-client/models/delete_my_sessions_count.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/email_template_data.rb b/clients/client/ruby/lib/ory-client/models/email_template_data.rb index c55f3eeafb..a9adac9fd4 100644 --- a/clients/client/ruby/lib/ory-client/models/email_template_data.rb +++ b/clients/client/ruby/lib/ory-client/models/email_template_data.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/email_template_data_body.rb b/clients/client/ruby/lib/ory-client/models/email_template_data_body.rb index 661c7a01cc..a290e1f7ff 100644 --- a/clients/client/ruby/lib/ory-client/models/email_template_data_body.rb +++ b/clients/client/ruby/lib/ory-client/models/email_template_data_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/error_authenticator_assurance_level_not_satisfied.rb b/clients/client/ruby/lib/ory-client/models/error_authenticator_assurance_level_not_satisfied.rb index 578d157384..1f96b7c53e 100644 --- a/clients/client/ruby/lib/ory-client/models/error_authenticator_assurance_level_not_satisfied.rb +++ b/clients/client/ruby/lib/ory-client/models/error_authenticator_assurance_level_not_satisfied.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/error_browser_location_change_required.rb b/clients/client/ruby/lib/ory-client/models/error_browser_location_change_required.rb index 6e34172ee8..8470e887fb 100644 --- a/clients/client/ruby/lib/ory-client/models/error_browser_location_change_required.rb +++ b/clients/client/ruby/lib/ory-client/models/error_browser_location_change_required.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/error_flow_replaced.rb b/clients/client/ruby/lib/ory-client/models/error_flow_replaced.rb index df81cb5790..3272baa1a3 100644 --- a/clients/client/ruby/lib/ory-client/models/error_flow_replaced.rb +++ b/clients/client/ruby/lib/ory-client/models/error_flow_replaced.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/error_generic.rb b/clients/client/ruby/lib/ory-client/models/error_generic.rb index 3968d1f7a2..9023896e73 100644 --- a/clients/client/ruby/lib/ory-client/models/error_generic.rb +++ b/clients/client/ruby/lib/ory-client/models/error_generic.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/error_o_auth2.rb b/clients/client/ruby/lib/ory-client/models/error_o_auth2.rb index 9b1112d24e..b74d5d10b8 100644 --- a/clients/client/ruby/lib/ory-client/models/error_o_auth2.rb +++ b/clients/client/ruby/lib/ory-client/models/error_o_auth2.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/event_stream.rb b/clients/client/ruby/lib/ory-client/models/event_stream.rb index e07e4c8413..8df65855b9 100644 --- a/clients/client/ruby/lib/ory-client/models/event_stream.rb +++ b/clients/client/ruby/lib/ory-client/models/event_stream.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/expanded_permission_tree.rb b/clients/client/ruby/lib/ory-client/models/expanded_permission_tree.rb index 1c840f1cd6..de27e7f9e1 100644 --- a/clients/client/ruby/lib/ory-client/models/expanded_permission_tree.rb +++ b/clients/client/ruby/lib/ory-client/models/expanded_permission_tree.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/flow_error.rb b/clients/client/ruby/lib/ory-client/models/flow_error.rb index ec0e85a08e..6986916256 100644 --- a/clients/client/ruby/lib/ory-client/models/flow_error.rb +++ b/clients/client/ruby/lib/ory-client/models/flow_error.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/generic_error.rb b/clients/client/ruby/lib/ory-client/models/generic_error.rb index 5cb6090a6f..8317db9897 100644 --- a/clients/client/ruby/lib/ory-client/models/generic_error.rb +++ b/clients/client/ruby/lib/ory-client/models/generic_error.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/generic_error_content.rb b/clients/client/ruby/lib/ory-client/models/generic_error_content.rb index 52c8e8060c..e30e335674 100644 --- a/clients/client/ruby/lib/ory-client/models/generic_error_content.rb +++ b/clients/client/ruby/lib/ory-client/models/generic_error_content.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/generic_usage.rb b/clients/client/ruby/lib/ory-client/models/generic_usage.rb index 2eacb4b926..6fe32da09d 100644 --- a/clients/client/ruby/lib/ory-client/models/generic_usage.rb +++ b/clients/client/ruby/lib/ory-client/models/generic_usage.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/get_attributes_count_response.rb b/clients/client/ruby/lib/ory-client/models/get_attributes_count_response.rb index 0c681ec024..750b149501 100644 --- a/clients/client/ruby/lib/ory-client/models/get_attributes_count_response.rb +++ b/clients/client/ruby/lib/ory-client/models/get_attributes_count_response.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/get_managed_identity_schema_location.rb b/clients/client/ruby/lib/ory-client/models/get_managed_identity_schema_location.rb index 975a639c9e..02399f7363 100644 --- a/clients/client/ruby/lib/ory-client/models/get_managed_identity_schema_location.rb +++ b/clients/client/ruby/lib/ory-client/models/get_managed_identity_schema_location.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/get_metrics_event_attributes_response.rb b/clients/client/ruby/lib/ory-client/models/get_metrics_event_attributes_response.rb index f3c77a56f9..796f70a19d 100644 --- a/clients/client/ruby/lib/ory-client/models/get_metrics_event_attributes_response.rb +++ b/clients/client/ruby/lib/ory-client/models/get_metrics_event_attributes_response.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/get_metrics_event_types_response.rb b/clients/client/ruby/lib/ory-client/models/get_metrics_event_types_response.rb index 1e7c09ddcf..a50dcffe5e 100644 --- a/clients/client/ruby/lib/ory-client/models/get_metrics_event_types_response.rb +++ b/clients/client/ruby/lib/ory-client/models/get_metrics_event_types_response.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/get_organization_response.rb b/clients/client/ruby/lib/ory-client/models/get_organization_response.rb index 607fb1d6d7..fb08a3ce12 100644 --- a/clients/client/ruby/lib/ory-client/models/get_organization_response.rb +++ b/clients/client/ruby/lib/ory-client/models/get_organization_response.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/get_project_events_body.rb b/clients/client/ruby/lib/ory-client/models/get_project_events_body.rb index fd7495d3b8..b9ce0cb7a4 100644 --- a/clients/client/ruby/lib/ory-client/models/get_project_events_body.rb +++ b/clients/client/ruby/lib/ory-client/models/get_project_events_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/get_project_events_response.rb b/clients/client/ruby/lib/ory-client/models/get_project_events_response.rb index d3e93c7977..b3659dac42 100644 --- a/clients/client/ruby/lib/ory-client/models/get_project_events_response.rb +++ b/clients/client/ruby/lib/ory-client/models/get_project_events_response.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/get_project_metrics_response.rb b/clients/client/ruby/lib/ory-client/models/get_project_metrics_response.rb index 58acc0d1b7..37a9e9c348 100644 --- a/clients/client/ruby/lib/ory-client/models/get_project_metrics_response.rb +++ b/clients/client/ruby/lib/ory-client/models/get_project_metrics_response.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/get_session_activity_response.rb b/clients/client/ruby/lib/ory-client/models/get_session_activity_response.rb index 171df41123..b3856e3fd6 100644 --- a/clients/client/ruby/lib/ory-client/models/get_session_activity_response.rb +++ b/clients/client/ruby/lib/ory-client/models/get_session_activity_response.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/get_version200_response.rb b/clients/client/ruby/lib/ory-client/models/get_version200_response.rb index 663ee6fd74..eb5c25266a 100644 --- a/clients/client/ruby/lib/ory-client/models/get_version200_response.rb +++ b/clients/client/ruby/lib/ory-client/models/get_version200_response.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/health_not_ready_status.rb b/clients/client/ruby/lib/ory-client/models/health_not_ready_status.rb index 229dddf6e5..71268feb72 100644 --- a/clients/client/ruby/lib/ory-client/models/health_not_ready_status.rb +++ b/clients/client/ruby/lib/ory-client/models/health_not_ready_status.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/health_status.rb b/clients/client/ruby/lib/ory-client/models/health_status.rb index 3a3314831f..abe8c53593 100644 --- a/clients/client/ruby/lib/ory-client/models/health_status.rb +++ b/clients/client/ruby/lib/ory-client/models/health_status.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/identity.rb b/clients/client/ruby/lib/ory-client/models/identity.rb index 87fec557c1..d958d0e7f5 100644 --- a/clients/client/ruby/lib/ory-client/models/identity.rb +++ b/clients/client/ruby/lib/ory-client/models/identity.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/identity_credentials.rb b/clients/client/ruby/lib/ory-client/models/identity_credentials.rb index 48ca6e3282..f52a8629e2 100644 --- a/clients/client/ruby/lib/ory-client/models/identity_credentials.rb +++ b/clients/client/ruby/lib/ory-client/models/identity_credentials.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/identity_credentials_code.rb b/clients/client/ruby/lib/ory-client/models/identity_credentials_code.rb index 9e76ce1a4a..f87f1ee22e 100644 --- a/clients/client/ruby/lib/ory-client/models/identity_credentials_code.rb +++ b/clients/client/ruby/lib/ory-client/models/identity_credentials_code.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/identity_credentials_oidc.rb b/clients/client/ruby/lib/ory-client/models/identity_credentials_oidc.rb index e8eb8ace5a..881ec4c8d5 100644 --- a/clients/client/ruby/lib/ory-client/models/identity_credentials_oidc.rb +++ b/clients/client/ruby/lib/ory-client/models/identity_credentials_oidc.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/identity_credentials_oidc_provider.rb b/clients/client/ruby/lib/ory-client/models/identity_credentials_oidc_provider.rb index 8a945617e8..6fdebd3535 100644 --- a/clients/client/ruby/lib/ory-client/models/identity_credentials_oidc_provider.rb +++ b/clients/client/ruby/lib/ory-client/models/identity_credentials_oidc_provider.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/identity_credentials_password.rb b/clients/client/ruby/lib/ory-client/models/identity_credentials_password.rb index ff3d1cb71d..673cf25081 100644 --- a/clients/client/ruby/lib/ory-client/models/identity_credentials_password.rb +++ b/clients/client/ruby/lib/ory-client/models/identity_credentials_password.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/identity_patch.rb b/clients/client/ruby/lib/ory-client/models/identity_patch.rb index d9fb501525..55f2eb352f 100644 --- a/clients/client/ruby/lib/ory-client/models/identity_patch.rb +++ b/clients/client/ruby/lib/ory-client/models/identity_patch.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/identity_patch_response.rb b/clients/client/ruby/lib/ory-client/models/identity_patch_response.rb index cb0382a10d..0c76607d72 100644 --- a/clients/client/ruby/lib/ory-client/models/identity_patch_response.rb +++ b/clients/client/ruby/lib/ory-client/models/identity_patch_response.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/identity_schema_container.rb b/clients/client/ruby/lib/ory-client/models/identity_schema_container.rb index e0bafe5c12..816cde2244 100644 --- a/clients/client/ruby/lib/ory-client/models/identity_schema_container.rb +++ b/clients/client/ruby/lib/ory-client/models/identity_schema_container.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/identity_schema_preset.rb b/clients/client/ruby/lib/ory-client/models/identity_schema_preset.rb index 7af1fedd49..657c8480e0 100644 --- a/clients/client/ruby/lib/ory-client/models/identity_schema_preset.rb +++ b/clients/client/ruby/lib/ory-client/models/identity_schema_preset.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/identity_with_credentials.rb b/clients/client/ruby/lib/ory-client/models/identity_with_credentials.rb index 4273ba46c6..611e21c46a 100644 --- a/clients/client/ruby/lib/ory-client/models/identity_with_credentials.rb +++ b/clients/client/ruby/lib/ory-client/models/identity_with_credentials.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/identity_with_credentials_oidc.rb b/clients/client/ruby/lib/ory-client/models/identity_with_credentials_oidc.rb index 8d72e7f154..cb2336c958 100644 --- a/clients/client/ruby/lib/ory-client/models/identity_with_credentials_oidc.rb +++ b/clients/client/ruby/lib/ory-client/models/identity_with_credentials_oidc.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/identity_with_credentials_oidc_config.rb b/clients/client/ruby/lib/ory-client/models/identity_with_credentials_oidc_config.rb index ce15d8094f..4ebb5048de 100644 --- a/clients/client/ruby/lib/ory-client/models/identity_with_credentials_oidc_config.rb +++ b/clients/client/ruby/lib/ory-client/models/identity_with_credentials_oidc_config.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/identity_with_credentials_oidc_config_provider.rb b/clients/client/ruby/lib/ory-client/models/identity_with_credentials_oidc_config_provider.rb index 61feb2443a..444d026460 100644 --- a/clients/client/ruby/lib/ory-client/models/identity_with_credentials_oidc_config_provider.rb +++ b/clients/client/ruby/lib/ory-client/models/identity_with_credentials_oidc_config_provider.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/identity_with_credentials_password.rb b/clients/client/ruby/lib/ory-client/models/identity_with_credentials_password.rb index 9343669440..0cae5f0628 100644 --- a/clients/client/ruby/lib/ory-client/models/identity_with_credentials_password.rb +++ b/clients/client/ruby/lib/ory-client/models/identity_with_credentials_password.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/identity_with_credentials_password_config.rb b/clients/client/ruby/lib/ory-client/models/identity_with_credentials_password_config.rb index c7e78173dc..dc8d22d96d 100644 --- a/clients/client/ruby/lib/ory-client/models/identity_with_credentials_password_config.rb +++ b/clients/client/ruby/lib/ory-client/models/identity_with_credentials_password_config.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/internal_get_project_branding_body.rb b/clients/client/ruby/lib/ory-client/models/internal_get_project_branding_body.rb index 618be4ccb7..9c70e6092b 100644 --- a/clients/client/ruby/lib/ory-client/models/internal_get_project_branding_body.rb +++ b/clients/client/ruby/lib/ory-client/models/internal_get_project_branding_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/internal_is_ax_welcome_screen_enabled_for_project_body.rb b/clients/client/ruby/lib/ory-client/models/internal_is_ax_welcome_screen_enabled_for_project_body.rb index 4031f6acf0..0190b20eb2 100644 --- a/clients/client/ruby/lib/ory-client/models/internal_is_ax_welcome_screen_enabled_for_project_body.rb +++ b/clients/client/ruby/lib/ory-client/models/internal_is_ax_welcome_screen_enabled_for_project_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/internal_is_owner_for_project_by_slug_body.rb b/clients/client/ruby/lib/ory-client/models/internal_is_owner_for_project_by_slug_body.rb index 6e2266b33a..ed034b43f4 100644 --- a/clients/client/ruby/lib/ory-client/models/internal_is_owner_for_project_by_slug_body.rb +++ b/clients/client/ruby/lib/ory-client/models/internal_is_owner_for_project_by_slug_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/internal_is_owner_for_project_by_slug_response.rb b/clients/client/ruby/lib/ory-client/models/internal_is_owner_for_project_by_slug_response.rb index 2ba858e377..c3f6fdfdc6 100644 --- a/clients/client/ruby/lib/ory-client/models/internal_is_owner_for_project_by_slug_response.rb +++ b/clients/client/ruby/lib/ory-client/models/internal_is_owner_for_project_by_slug_response.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/introspected_o_auth2_token.rb b/clients/client/ruby/lib/ory-client/models/introspected_o_auth2_token.rb index 3bea55c666..e494d959f0 100644 --- a/clients/client/ruby/lib/ory-client/models/introspected_o_auth2_token.rb +++ b/clients/client/ruby/lib/ory-client/models/introspected_o_auth2_token.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/invoice.rb b/clients/client/ruby/lib/ory-client/models/invoice.rb index 1dea3be060..d960452038 100644 --- a/clients/client/ruby/lib/ory-client/models/invoice.rb +++ b/clients/client/ruby/lib/ory-client/models/invoice.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/invoice_data_v1.rb b/clients/client/ruby/lib/ory-client/models/invoice_data_v1.rb index b2d4551af7..e335f5d128 100644 --- a/clients/client/ruby/lib/ory-client/models/invoice_data_v1.rb +++ b/clients/client/ruby/lib/ory-client/models/invoice_data_v1.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/is_owner_for_project_by_slug.rb b/clients/client/ruby/lib/ory-client/models/is_owner_for_project_by_slug.rb index be3ef0a515..8d8acf0b49 100644 --- a/clients/client/ruby/lib/ory-client/models/is_owner_for_project_by_slug.rb +++ b/clients/client/ruby/lib/ory-client/models/is_owner_for_project_by_slug.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/json_patch.rb b/clients/client/ruby/lib/ory-client/models/json_patch.rb index b147df8cfc..087183baaa 100644 --- a/clients/client/ruby/lib/ory-client/models/json_patch.rb +++ b/clients/client/ruby/lib/ory-client/models/json_patch.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/json_web_key.rb b/clients/client/ruby/lib/ory-client/models/json_web_key.rb index 36cbc68153..afdfcc6258 100644 --- a/clients/client/ruby/lib/ory-client/models/json_web_key.rb +++ b/clients/client/ruby/lib/ory-client/models/json_web_key.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/json_web_key_set.rb b/clients/client/ruby/lib/ory-client/models/json_web_key_set.rb index b91cc3f19f..4f8b770d3d 100644 --- a/clients/client/ruby/lib/ory-client/models/json_web_key_set.rb +++ b/clients/client/ruby/lib/ory-client/models/json_web_key_set.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/keto_namespace.rb b/clients/client/ruby/lib/ory-client/models/keto_namespace.rb index 0c87096575..5de404b056 100644 --- a/clients/client/ruby/lib/ory-client/models/keto_namespace.rb +++ b/clients/client/ruby/lib/ory-client/models/keto_namespace.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/line_item_v1.rb b/clients/client/ruby/lib/ory-client/models/line_item_v1.rb index 759b81e713..857a3688f1 100644 --- a/clients/client/ruby/lib/ory-client/models/line_item_v1.rb +++ b/clients/client/ruby/lib/ory-client/models/line_item_v1.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/list_event_streams.rb b/clients/client/ruby/lib/ory-client/models/list_event_streams.rb index 604fd46f82..2f48e06fdc 100644 --- a/clients/client/ruby/lib/ory-client/models/list_event_streams.rb +++ b/clients/client/ruby/lib/ory-client/models/list_event_streams.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/list_invoices_response.rb b/clients/client/ruby/lib/ory-client/models/list_invoices_response.rb index 9941f67c67..cd1f578c3b 100644 --- a/clients/client/ruby/lib/ory-client/models/list_invoices_response.rb +++ b/clients/client/ruby/lib/ory-client/models/list_invoices_response.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/list_organizations_response.rb b/clients/client/ruby/lib/ory-client/models/list_organizations_response.rb index 9ede6d3746..b8e37ba1f5 100644 --- a/clients/client/ruby/lib/ory-client/models/list_organizations_response.rb +++ b/clients/client/ruby/lib/ory-client/models/list_organizations_response.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/list_workspace_projects.rb b/clients/client/ruby/lib/ory-client/models/list_workspace_projects.rb index ad491f0373..e50d35df93 100644 --- a/clients/client/ruby/lib/ory-client/models/list_workspace_projects.rb +++ b/clients/client/ruby/lib/ory-client/models/list_workspace_projects.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/list_workspaces.rb b/clients/client/ruby/lib/ory-client/models/list_workspaces.rb index ec7289c747..5fb9c903de 100644 --- a/clients/client/ruby/lib/ory-client/models/list_workspaces.rb +++ b/clients/client/ruby/lib/ory-client/models/list_workspaces.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/login_flow.rb b/clients/client/ruby/lib/ory-client/models/login_flow.rb index c8542479fe..a8f5772fa7 100644 --- a/clients/client/ruby/lib/ory-client/models/login_flow.rb +++ b/clients/client/ruby/lib/ory-client/models/login_flow.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/login_flow_state.rb b/clients/client/ruby/lib/ory-client/models/login_flow_state.rb index 3da4d8d73f..78ead18adc 100644 --- a/clients/client/ruby/lib/ory-client/models/login_flow_state.rb +++ b/clients/client/ruby/lib/ory-client/models/login_flow_state.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/logout_flow.rb b/clients/client/ruby/lib/ory-client/models/logout_flow.rb index 1d20e5ce89..a6cf907e27 100644 --- a/clients/client/ruby/lib/ory-client/models/logout_flow.rb +++ b/clients/client/ruby/lib/ory-client/models/logout_flow.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/managed_identity_schema.rb b/clients/client/ruby/lib/ory-client/models/managed_identity_schema.rb index 3f1eaaf0f6..bc1ea6f0f8 100644 --- a/clients/client/ruby/lib/ory-client/models/managed_identity_schema.rb +++ b/clients/client/ruby/lib/ory-client/models/managed_identity_schema.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/managed_identity_schema_validation_result.rb b/clients/client/ruby/lib/ory-client/models/managed_identity_schema_validation_result.rb index a335a62ccc..3bf00832a8 100644 --- a/clients/client/ruby/lib/ory-client/models/managed_identity_schema_validation_result.rb +++ b/clients/client/ruby/lib/ory-client/models/managed_identity_schema_validation_result.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/member_invite.rb b/clients/client/ruby/lib/ory-client/models/member_invite.rb index ca7fd706ca..760858b00d 100644 --- a/clients/client/ruby/lib/ory-client/models/member_invite.rb +++ b/clients/client/ruby/lib/ory-client/models/member_invite.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/message.rb b/clients/client/ruby/lib/ory-client/models/message.rb index 1d4a558432..4c8dc960ec 100644 --- a/clients/client/ruby/lib/ory-client/models/message.rb +++ b/clients/client/ruby/lib/ory-client/models/message.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/message_dispatch.rb b/clients/client/ruby/lib/ory-client/models/message_dispatch.rb index de0f1f7907..3ecc27006e 100644 --- a/clients/client/ruby/lib/ory-client/models/message_dispatch.rb +++ b/clients/client/ruby/lib/ory-client/models/message_dispatch.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/metrics_datapoint.rb b/clients/client/ruby/lib/ory-client/models/metrics_datapoint.rb index a04858d154..a9d3dce3aa 100644 --- a/clients/client/ruby/lib/ory-client/models/metrics_datapoint.rb +++ b/clients/client/ruby/lib/ory-client/models/metrics_datapoint.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/money.rb b/clients/client/ruby/lib/ory-client/models/money.rb index 897d1d30aa..21a0213d7d 100644 --- a/clients/client/ruby/lib/ory-client/models/money.rb +++ b/clients/client/ruby/lib/ory-client/models/money.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/namespace.rb b/clients/client/ruby/lib/ory-client/models/namespace.rb index c9f953f8da..2cc89b2fcf 100644 --- a/clients/client/ruby/lib/ory-client/models/namespace.rb +++ b/clients/client/ruby/lib/ory-client/models/namespace.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/needs_privileged_session_error.rb b/clients/client/ruby/lib/ory-client/models/needs_privileged_session_error.rb index 39e2ddb3c1..31bd8b1093 100644 --- a/clients/client/ruby/lib/ory-client/models/needs_privileged_session_error.rb +++ b/clients/client/ruby/lib/ory-client/models/needs_privileged_session_error.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/normalized_project.rb b/clients/client/ruby/lib/ory-client/models/normalized_project.rb index 7342da7445..1fbe53031f 100644 --- a/clients/client/ruby/lib/ory-client/models/normalized_project.rb +++ b/clients/client/ruby/lib/ory-client/models/normalized_project.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/normalized_project_revision.rb b/clients/client/ruby/lib/ory-client/models/normalized_project_revision.rb index 35ddac70db..4c39fa53ef 100644 --- a/clients/client/ruby/lib/ory-client/models/normalized_project_revision.rb +++ b/clients/client/ruby/lib/ory-client/models/normalized_project_revision.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/normalized_project_revision_courier_channel.rb b/clients/client/ruby/lib/ory-client/models/normalized_project_revision_courier_channel.rb index 5e63138ffb..bfbb5a1962 100644 --- a/clients/client/ruby/lib/ory-client/models/normalized_project_revision_courier_channel.rb +++ b/clients/client/ruby/lib/ory-client/models/normalized_project_revision_courier_channel.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/normalized_project_revision_hook.rb b/clients/client/ruby/lib/ory-client/models/normalized_project_revision_hook.rb index 1897aca494..07bc21947f 100644 --- a/clients/client/ruby/lib/ory-client/models/normalized_project_revision_hook.rb +++ b/clients/client/ruby/lib/ory-client/models/normalized_project_revision_hook.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/normalized_project_revision_identity_schema.rb b/clients/client/ruby/lib/ory-client/models/normalized_project_revision_identity_schema.rb index 4d56982475..b397026bfb 100644 --- a/clients/client/ruby/lib/ory-client/models/normalized_project_revision_identity_schema.rb +++ b/clients/client/ruby/lib/ory-client/models/normalized_project_revision_identity_schema.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/normalized_project_revision_third_party_provider.rb b/clients/client/ruby/lib/ory-client/models/normalized_project_revision_third_party_provider.rb index 7fb4e8d48e..3508f162ed 100644 --- a/clients/client/ruby/lib/ory-client/models/normalized_project_revision_third_party_provider.rb +++ b/clients/client/ruby/lib/ory-client/models/normalized_project_revision_third_party_provider.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/normalized_project_revision_tokenizer_template.rb b/clients/client/ruby/lib/ory-client/models/normalized_project_revision_tokenizer_template.rb index b15482544a..317a9eb3fd 100644 --- a/clients/client/ruby/lib/ory-client/models/normalized_project_revision_tokenizer_template.rb +++ b/clients/client/ruby/lib/ory-client/models/normalized_project_revision_tokenizer_template.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/o_auth2_client.rb b/clients/client/ruby/lib/ory-client/models/o_auth2_client.rb index 934fe9982a..c7f9f55ff1 100644 --- a/clients/client/ruby/lib/ory-client/models/o_auth2_client.rb +++ b/clients/client/ruby/lib/ory-client/models/o_auth2_client.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/o_auth2_client_token_lifespans.rb b/clients/client/ruby/lib/ory-client/models/o_auth2_client_token_lifespans.rb index d569e49925..8d68e7afde 100644 --- a/clients/client/ruby/lib/ory-client/models/o_auth2_client_token_lifespans.rb +++ b/clients/client/ruby/lib/ory-client/models/o_auth2_client_token_lifespans.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/o_auth2_consent_request.rb b/clients/client/ruby/lib/ory-client/models/o_auth2_consent_request.rb index 9b470bc113..612abdea64 100644 --- a/clients/client/ruby/lib/ory-client/models/o_auth2_consent_request.rb +++ b/clients/client/ruby/lib/ory-client/models/o_auth2_consent_request.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/o_auth2_consent_request_open_id_connect_context.rb b/clients/client/ruby/lib/ory-client/models/o_auth2_consent_request_open_id_connect_context.rb index 0e3befdd23..4f67e2df37 100644 --- a/clients/client/ruby/lib/ory-client/models/o_auth2_consent_request_open_id_connect_context.rb +++ b/clients/client/ruby/lib/ory-client/models/o_auth2_consent_request_open_id_connect_context.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/o_auth2_consent_session.rb b/clients/client/ruby/lib/ory-client/models/o_auth2_consent_session.rb index fa60226d5d..d178e0edff 100644 --- a/clients/client/ruby/lib/ory-client/models/o_auth2_consent_session.rb +++ b/clients/client/ruby/lib/ory-client/models/o_auth2_consent_session.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/o_auth2_consent_session_expires_at.rb b/clients/client/ruby/lib/ory-client/models/o_auth2_consent_session_expires_at.rb index 1bc0408e39..f030134f36 100644 --- a/clients/client/ruby/lib/ory-client/models/o_auth2_consent_session_expires_at.rb +++ b/clients/client/ruby/lib/ory-client/models/o_auth2_consent_session_expires_at.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/o_auth2_login_request.rb b/clients/client/ruby/lib/ory-client/models/o_auth2_login_request.rb index 0235ba9cb4..41b859a7c2 100644 --- a/clients/client/ruby/lib/ory-client/models/o_auth2_login_request.rb +++ b/clients/client/ruby/lib/ory-client/models/o_auth2_login_request.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/o_auth2_logout_request.rb b/clients/client/ruby/lib/ory-client/models/o_auth2_logout_request.rb index 0369337ca7..53e288a253 100644 --- a/clients/client/ruby/lib/ory-client/models/o_auth2_logout_request.rb +++ b/clients/client/ruby/lib/ory-client/models/o_auth2_logout_request.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/o_auth2_redirect_to.rb b/clients/client/ruby/lib/ory-client/models/o_auth2_redirect_to.rb index 61e72b527b..21f5c28e3d 100644 --- a/clients/client/ruby/lib/ory-client/models/o_auth2_redirect_to.rb +++ b/clients/client/ruby/lib/ory-client/models/o_auth2_redirect_to.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/o_auth2_token_exchange.rb b/clients/client/ruby/lib/ory-client/models/o_auth2_token_exchange.rb index 4a5c7443eb..ffb73705d0 100644 --- a/clients/client/ruby/lib/ory-client/models/o_auth2_token_exchange.rb +++ b/clients/client/ruby/lib/ory-client/models/o_auth2_token_exchange.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/oidc_configuration.rb b/clients/client/ruby/lib/ory-client/models/oidc_configuration.rb index c2f769d03b..133d99f928 100644 --- a/clients/client/ruby/lib/ory-client/models/oidc_configuration.rb +++ b/clients/client/ruby/lib/ory-client/models/oidc_configuration.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/oidc_user_info.rb b/clients/client/ruby/lib/ory-client/models/oidc_user_info.rb index 4845c86c62..188be87595 100644 --- a/clients/client/ruby/lib/ory-client/models/oidc_user_info.rb +++ b/clients/client/ruby/lib/ory-client/models/oidc_user_info.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/organization.rb b/clients/client/ruby/lib/ory-client/models/organization.rb index 2e9b94f645..5e93d59613 100644 --- a/clients/client/ruby/lib/ory-client/models/organization.rb +++ b/clients/client/ruby/lib/ory-client/models/organization.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/organization_body.rb b/clients/client/ruby/lib/ory-client/models/organization_body.rb index 03d75eabf9..c5ce4c1c0b 100644 --- a/clients/client/ruby/lib/ory-client/models/organization_body.rb +++ b/clients/client/ruby/lib/ory-client/models/organization_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/pagination.rb b/clients/client/ruby/lib/ory-client/models/pagination.rb index 88082f17f9..131f0a685a 100644 --- a/clients/client/ruby/lib/ory-client/models/pagination.rb +++ b/clients/client/ruby/lib/ory-client/models/pagination.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/pagination_headers.rb b/clients/client/ruby/lib/ory-client/models/pagination_headers.rb index 74ec3e194e..23d3b230da 100644 --- a/clients/client/ruby/lib/ory-client/models/pagination_headers.rb +++ b/clients/client/ruby/lib/ory-client/models/pagination_headers.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/parse_error.rb b/clients/client/ruby/lib/ory-client/models/parse_error.rb index 4fa666f9c3..7ab85cdb0c 100644 --- a/clients/client/ruby/lib/ory-client/models/parse_error.rb +++ b/clients/client/ruby/lib/ory-client/models/parse_error.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/patch_identities_body.rb b/clients/client/ruby/lib/ory-client/models/patch_identities_body.rb index 9ee2154beb..88976c4ecb 100644 --- a/clients/client/ruby/lib/ory-client/models/patch_identities_body.rb +++ b/clients/client/ruby/lib/ory-client/models/patch_identities_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/perform_native_logout_body.rb b/clients/client/ruby/lib/ory-client/models/perform_native_logout_body.rb index 5c5e479817..9881289efa 100644 --- a/clients/client/ruby/lib/ory-client/models/perform_native_logout_body.rb +++ b/clients/client/ruby/lib/ory-client/models/perform_native_logout_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/permissions_on_workspace.rb b/clients/client/ruby/lib/ory-client/models/permissions_on_workspace.rb index ff2f9d561e..8208337622 100644 --- a/clients/client/ruby/lib/ory-client/models/permissions_on_workspace.rb +++ b/clients/client/ruby/lib/ory-client/models/permissions_on_workspace.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/plan.rb b/clients/client/ruby/lib/ory-client/models/plan.rb index fe5b8a3d81..ae2b9778d7 100644 --- a/clients/client/ruby/lib/ory-client/models/plan.rb +++ b/clients/client/ruby/lib/ory-client/models/plan.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/plan_details.rb b/clients/client/ruby/lib/ory-client/models/plan_details.rb index 1ed008d428..13fc128fd0 100644 --- a/clients/client/ruby/lib/ory-client/models/plan_details.rb +++ b/clients/client/ruby/lib/ory-client/models/plan_details.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/post_check_permission_body.rb b/clients/client/ruby/lib/ory-client/models/post_check_permission_body.rb index 3c554981e1..460ca9821d 100644 --- a/clients/client/ruby/lib/ory-client/models/post_check_permission_body.rb +++ b/clients/client/ruby/lib/ory-client/models/post_check_permission_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/post_check_permission_or_error_body.rb b/clients/client/ruby/lib/ory-client/models/post_check_permission_or_error_body.rb index a88fb3d0ce..e01cd1e230 100644 --- a/clients/client/ruby/lib/ory-client/models/post_check_permission_or_error_body.rb +++ b/clients/client/ruby/lib/ory-client/models/post_check_permission_or_error_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/project.rb b/clients/client/ruby/lib/ory-client/models/project.rb index 20c3d223d7..511644860d 100644 --- a/clients/client/ruby/lib/ory-client/models/project.rb +++ b/clients/client/ruby/lib/ory-client/models/project.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/project_api_key.rb b/clients/client/ruby/lib/ory-client/models/project_api_key.rb index 63ebd95d09..323402367a 100644 --- a/clients/client/ruby/lib/ory-client/models/project_api_key.rb +++ b/clients/client/ruby/lib/ory-client/models/project_api_key.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/project_branding.rb b/clients/client/ruby/lib/ory-client/models/project_branding.rb index c8ccdca474..dcd2f0a75a 100644 --- a/clients/client/ruby/lib/ory-client/models/project_branding.rb +++ b/clients/client/ruby/lib/ory-client/models/project_branding.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/project_branding_colors.rb b/clients/client/ruby/lib/ory-client/models/project_branding_colors.rb index e688ab3628..1db60a220b 100644 --- a/clients/client/ruby/lib/ory-client/models/project_branding_colors.rb +++ b/clients/client/ruby/lib/ory-client/models/project_branding_colors.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/project_branding_theme.rb b/clients/client/ruby/lib/ory-client/models/project_branding_theme.rb index 81fe94d080..fc21ab0335 100644 --- a/clients/client/ruby/lib/ory-client/models/project_branding_theme.rb +++ b/clients/client/ruby/lib/ory-client/models/project_branding_theme.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/project_cors.rb b/clients/client/ruby/lib/ory-client/models/project_cors.rb index d71aba57b4..588f1b14f9 100644 --- a/clients/client/ruby/lib/ory-client/models/project_cors.rb +++ b/clients/client/ruby/lib/ory-client/models/project_cors.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/project_events_datapoint.rb b/clients/client/ruby/lib/ory-client/models/project_events_datapoint.rb index 8c677e34e4..3a5ff8d575 100644 --- a/clients/client/ruby/lib/ory-client/models/project_events_datapoint.rb +++ b/clients/client/ruby/lib/ory-client/models/project_events_datapoint.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/project_host.rb b/clients/client/ruby/lib/ory-client/models/project_host.rb index 1cf92e5057..63264be959 100644 --- a/clients/client/ruby/lib/ory-client/models/project_host.rb +++ b/clients/client/ruby/lib/ory-client/models/project_host.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/project_member.rb b/clients/client/ruby/lib/ory-client/models/project_member.rb index c5c483abf0..dedbf6bce0 100644 --- a/clients/client/ruby/lib/ory-client/models/project_member.rb +++ b/clients/client/ruby/lib/ory-client/models/project_member.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/project_metadata.rb b/clients/client/ruby/lib/ory-client/models/project_metadata.rb index 36e1a5b54b..96ed851d5b 100644 --- a/clients/client/ruby/lib/ory-client/models/project_metadata.rb +++ b/clients/client/ruby/lib/ory-client/models/project_metadata.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/project_service_identity.rb b/clients/client/ruby/lib/ory-client/models/project_service_identity.rb index bda95c468f..36744a5ca8 100644 --- a/clients/client/ruby/lib/ory-client/models/project_service_identity.rb +++ b/clients/client/ruby/lib/ory-client/models/project_service_identity.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/project_service_o_auth2.rb b/clients/client/ruby/lib/ory-client/models/project_service_o_auth2.rb index 6732debee0..52526ea736 100644 --- a/clients/client/ruby/lib/ory-client/models/project_service_o_auth2.rb +++ b/clients/client/ruby/lib/ory-client/models/project_service_o_auth2.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/project_service_permission.rb b/clients/client/ruby/lib/ory-client/models/project_service_permission.rb index 97c0a47558..4f587be06b 100644 --- a/clients/client/ruby/lib/ory-client/models/project_service_permission.rb +++ b/clients/client/ruby/lib/ory-client/models/project_service_permission.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/project_services.rb b/clients/client/ruby/lib/ory-client/models/project_services.rb index 6ef7f399e7..80f154cde0 100644 --- a/clients/client/ruby/lib/ory-client/models/project_services.rb +++ b/clients/client/ruby/lib/ory-client/models/project_services.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/quota_usage.rb b/clients/client/ruby/lib/ory-client/models/quota_usage.rb index 8690571346..80b0129dec 100644 --- a/clients/client/ruby/lib/ory-client/models/quota_usage.rb +++ b/clients/client/ruby/lib/ory-client/models/quota_usage.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 @@ -20,7 +20,7 @@ class QuotaUsage attr_accessor :can_use_more - # production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + # production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect attr_accessor :feature attr_accessor :feature_available @@ -177,7 +177,7 @@ def valid? return false if @additional_price.nil? return false if @can_use_more.nil? return false if @feature.nil? - feature_validator = EnumAttributeValidator.new('String', ["production_projects", "staging_projects", "development_projects", "daily_active_users", "custom_domains", "event_streams", "event_stream_events", "sla", "collaborator_seats", "edge_cache", "branding_themes", "zendesk_support", "project_metrics", "project_metrics_time_window", "project_metrics_events_history", "organizations", "rop_grant", "concierge_onboarding", "credit", "data_location_global", "data_location_us", "m2m_token_issuance", "permission_checks", "data_location_regional", "rate_limit_tier", "session_rate_limit_tier", "identities_list_rate_limit_tier", "permission_checks_rate_limit_tier", "oauth2_introspect_rate_limit_tier"]) + feature_validator = EnumAttributeValidator.new('String', ["production_projects", "staging_projects", "development_projects", "daily_active_users", "custom_domains", "event_streams", "event_stream_events", "sla", "collaborator_seats", "edge_cache", "branding_themes", "zendesk_support", "project_metrics", "project_metrics_time_window", "project_metrics_events_history", "organizations", "rop_grant", "concierge_onboarding", "credit", "data_location_global", "data_location_us", "m2m_token_issuance", "permission_checks", "captcha", "data_location_regional", "rate_limit_tier", "session_rate_limit_tier", "identities_list_rate_limit_tier", "permission_checks_rate_limit_tier", "oauth2_introspect_rate_limit_tier"]) return false unless feature_validator.valid?(@feature) return false if @feature_available.nil? return false if @included.nil? @@ -188,7 +188,7 @@ def valid? # Custom attribute writer method checking allowed values (enum). # @param [Object] feature Object to be assigned def feature=(feature) - validator = EnumAttributeValidator.new('String', ["production_projects", "staging_projects", "development_projects", "daily_active_users", "custom_domains", "event_streams", "event_stream_events", "sla", "collaborator_seats", "edge_cache", "branding_themes", "zendesk_support", "project_metrics", "project_metrics_time_window", "project_metrics_events_history", "organizations", "rop_grant", "concierge_onboarding", "credit", "data_location_global", "data_location_us", "m2m_token_issuance", "permission_checks", "data_location_regional", "rate_limit_tier", "session_rate_limit_tier", "identities_list_rate_limit_tier", "permission_checks_rate_limit_tier", "oauth2_introspect_rate_limit_tier"]) + validator = EnumAttributeValidator.new('String', ["production_projects", "staging_projects", "development_projects", "daily_active_users", "custom_domains", "event_streams", "event_stream_events", "sla", "collaborator_seats", "edge_cache", "branding_themes", "zendesk_support", "project_metrics", "project_metrics_time_window", "project_metrics_events_history", "organizations", "rop_grant", "concierge_onboarding", "credit", "data_location_global", "data_location_us", "m2m_token_issuance", "permission_checks", "captcha", "data_location_regional", "rate_limit_tier", "session_rate_limit_tier", "identities_list_rate_limit_tier", "permission_checks_rate_limit_tier", "oauth2_introspect_rate_limit_tier"]) unless validator.valid?(feature) fail ArgumentError, "invalid value for \"feature\", must be one of #{validator.allowable_values}." end diff --git a/clients/client/ruby/lib/ory-client/models/recovery_code_for_identity.rb b/clients/client/ruby/lib/ory-client/models/recovery_code_for_identity.rb index 714bd3a6df..a73ebcc350 100644 --- a/clients/client/ruby/lib/ory-client/models/recovery_code_for_identity.rb +++ b/clients/client/ruby/lib/ory-client/models/recovery_code_for_identity.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/recovery_flow.rb b/clients/client/ruby/lib/ory-client/models/recovery_flow.rb index 42823ff8a2..6fe115fa69 100644 --- a/clients/client/ruby/lib/ory-client/models/recovery_flow.rb +++ b/clients/client/ruby/lib/ory-client/models/recovery_flow.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/recovery_flow_state.rb b/clients/client/ruby/lib/ory-client/models/recovery_flow_state.rb index 5b8f1a631b..7e481b4480 100644 --- a/clients/client/ruby/lib/ory-client/models/recovery_flow_state.rb +++ b/clients/client/ruby/lib/ory-client/models/recovery_flow_state.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/recovery_identity_address.rb b/clients/client/ruby/lib/ory-client/models/recovery_identity_address.rb index d490a259ad..e1578f653f 100644 --- a/clients/client/ruby/lib/ory-client/models/recovery_identity_address.rb +++ b/clients/client/ruby/lib/ory-client/models/recovery_identity_address.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/recovery_link_for_identity.rb b/clients/client/ruby/lib/ory-client/models/recovery_link_for_identity.rb index 127a8f60ff..a1fc2aec85 100644 --- a/clients/client/ruby/lib/ory-client/models/recovery_link_for_identity.rb +++ b/clients/client/ruby/lib/ory-client/models/recovery_link_for_identity.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/registration_flow.rb b/clients/client/ruby/lib/ory-client/models/registration_flow.rb index 5de509f349..f7183b3b1a 100644 --- a/clients/client/ruby/lib/ory-client/models/registration_flow.rb +++ b/clients/client/ruby/lib/ory-client/models/registration_flow.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/registration_flow_state.rb b/clients/client/ruby/lib/ory-client/models/registration_flow_state.rb index cd6efabeb0..5cae59c03e 100644 --- a/clients/client/ruby/lib/ory-client/models/registration_flow_state.rb +++ b/clients/client/ruby/lib/ory-client/models/registration_flow_state.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/reject_o_auth2_request.rb b/clients/client/ruby/lib/ory-client/models/reject_o_auth2_request.rb index ddf2fe53bb..1b78e92904 100644 --- a/clients/client/ruby/lib/ory-client/models/reject_o_auth2_request.rb +++ b/clients/client/ruby/lib/ory-client/models/reject_o_auth2_request.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/relation_query.rb b/clients/client/ruby/lib/ory-client/models/relation_query.rb index db30fd80d8..41e11fe276 100644 --- a/clients/client/ruby/lib/ory-client/models/relation_query.rb +++ b/clients/client/ruby/lib/ory-client/models/relation_query.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/relationship.rb b/clients/client/ruby/lib/ory-client/models/relationship.rb index 3c6210814f..d2985c45ad 100644 --- a/clients/client/ruby/lib/ory-client/models/relationship.rb +++ b/clients/client/ruby/lib/ory-client/models/relationship.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/relationship_namespaces.rb b/clients/client/ruby/lib/ory-client/models/relationship_namespaces.rb index 85dd249cb2..0a5bfff306 100644 --- a/clients/client/ruby/lib/ory-client/models/relationship_namespaces.rb +++ b/clients/client/ruby/lib/ory-client/models/relationship_namespaces.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/relationship_patch.rb b/clients/client/ruby/lib/ory-client/models/relationship_patch.rb index 3b02e0f752..f7f89f0688 100644 --- a/clients/client/ruby/lib/ory-client/models/relationship_patch.rb +++ b/clients/client/ruby/lib/ory-client/models/relationship_patch.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/relationships.rb b/clients/client/ruby/lib/ory-client/models/relationships.rb index 5f45ffc3dd..36368b35d3 100644 --- a/clients/client/ruby/lib/ory-client/models/relationships.rb +++ b/clients/client/ruby/lib/ory-client/models/relationships.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/rfc6749_error_json.rb b/clients/client/ruby/lib/ory-client/models/rfc6749_error_json.rb index 13c10159fd..04589d7703 100644 --- a/clients/client/ruby/lib/ory-client/models/rfc6749_error_json.rb +++ b/clients/client/ruby/lib/ory-client/models/rfc6749_error_json.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/schema_patch.rb b/clients/client/ruby/lib/ory-client/models/schema_patch.rb index 494e1c1022..d72b61bf21 100644 --- a/clients/client/ruby/lib/ory-client/models/schema_patch.rb +++ b/clients/client/ruby/lib/ory-client/models/schema_patch.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/self_service_flow_expired_error.rb b/clients/client/ruby/lib/ory-client/models/self_service_flow_expired_error.rb index b41b18be28..1a195f42c6 100644 --- a/clients/client/ruby/lib/ory-client/models/self_service_flow_expired_error.rb +++ b/clients/client/ruby/lib/ory-client/models/self_service_flow_expired_error.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/session.rb b/clients/client/ruby/lib/ory-client/models/session.rb index 37b9297b9a..3c4ef0e069 100644 --- a/clients/client/ruby/lib/ory-client/models/session.rb +++ b/clients/client/ruby/lib/ory-client/models/session.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/session_activity_datapoint.rb b/clients/client/ruby/lib/ory-client/models/session_activity_datapoint.rb index 6b25f43823..60741bb5a9 100644 --- a/clients/client/ruby/lib/ory-client/models/session_activity_datapoint.rb +++ b/clients/client/ruby/lib/ory-client/models/session_activity_datapoint.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/session_authentication_method.rb b/clients/client/ruby/lib/ory-client/models/session_authentication_method.rb index 8db1d75a2a..5d9da269f3 100644 --- a/clients/client/ruby/lib/ory-client/models/session_authentication_method.rb +++ b/clients/client/ruby/lib/ory-client/models/session_authentication_method.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/session_device.rb b/clients/client/ruby/lib/ory-client/models/session_device.rb index deeacbfe3f..d69d181b18 100644 --- a/clients/client/ruby/lib/ory-client/models/session_device.rb +++ b/clients/client/ruby/lib/ory-client/models/session_device.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/set_active_project_in_console_body.rb b/clients/client/ruby/lib/ory-client/models/set_active_project_in_console_body.rb index 11d7c307e1..921c7404e4 100644 --- a/clients/client/ruby/lib/ory-client/models/set_active_project_in_console_body.rb +++ b/clients/client/ruby/lib/ory-client/models/set_active_project_in_console_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/set_custom_domain_body.rb b/clients/client/ruby/lib/ory-client/models/set_custom_domain_body.rb index aff58e40ae..e4e243f1c2 100644 --- a/clients/client/ruby/lib/ory-client/models/set_custom_domain_body.rb +++ b/clients/client/ruby/lib/ory-client/models/set_custom_domain_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/set_event_stream_body.rb b/clients/client/ruby/lib/ory-client/models/set_event_stream_body.rb index aa8d583864..fafce84114 100644 --- a/clients/client/ruby/lib/ory-client/models/set_event_stream_body.rb +++ b/clients/client/ruby/lib/ory-client/models/set_event_stream_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/set_project.rb b/clients/client/ruby/lib/ory-client/models/set_project.rb index e5d5316d00..d557000d8e 100644 --- a/clients/client/ruby/lib/ory-client/models/set_project.rb +++ b/clients/client/ruby/lib/ory-client/models/set_project.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/set_project_branding_theme_body.rb b/clients/client/ruby/lib/ory-client/models/set_project_branding_theme_body.rb index 4cace0a708..e196ae2feb 100644 --- a/clients/client/ruby/lib/ory-client/models/set_project_branding_theme_body.rb +++ b/clients/client/ruby/lib/ory-client/models/set_project_branding_theme_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/settings_flow.rb b/clients/client/ruby/lib/ory-client/models/settings_flow.rb index 7cd4d66c1a..e5836936b7 100644 --- a/clients/client/ruby/lib/ory-client/models/settings_flow.rb +++ b/clients/client/ruby/lib/ory-client/models/settings_flow.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/settings_flow_state.rb b/clients/client/ruby/lib/ory-client/models/settings_flow_state.rb index 58b435bc07..cfd49ed680 100644 --- a/clients/client/ruby/lib/ory-client/models/settings_flow_state.rb +++ b/clients/client/ruby/lib/ory-client/models/settings_flow_state.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/source_position.rb b/clients/client/ruby/lib/ory-client/models/source_position.rb index 3928c68ef3..479e4a7345 100644 --- a/clients/client/ruby/lib/ory-client/models/source_position.rb +++ b/clients/client/ruby/lib/ory-client/models/source_position.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/subject_set.rb b/clients/client/ruby/lib/ory-client/models/subject_set.rb index 4c54947afb..1f8e45ce96 100644 --- a/clients/client/ruby/lib/ory-client/models/subject_set.rb +++ b/clients/client/ruby/lib/ory-client/models/subject_set.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/subscription.rb b/clients/client/ruby/lib/ory-client/models/subscription.rb index 8c58a138db..e5421cbd6e 100644 --- a/clients/client/ruby/lib/ory-client/models/subscription.rb +++ b/clients/client/ruby/lib/ory-client/models/subscription.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/successful_code_exchange_response.rb b/clients/client/ruby/lib/ory-client/models/successful_code_exchange_response.rb index d06e34c1b4..c7c57e9720 100644 --- a/clients/client/ruby/lib/ory-client/models/successful_code_exchange_response.rb +++ b/clients/client/ruby/lib/ory-client/models/successful_code_exchange_response.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/successful_native_login.rb b/clients/client/ruby/lib/ory-client/models/successful_native_login.rb index 59d2086449..7f4f0e4d0c 100644 --- a/clients/client/ruby/lib/ory-client/models/successful_native_login.rb +++ b/clients/client/ruby/lib/ory-client/models/successful_native_login.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/successful_native_registration.rb b/clients/client/ruby/lib/ory-client/models/successful_native_registration.rb index 187951cbf9..6ff57e370b 100644 --- a/clients/client/ruby/lib/ory-client/models/successful_native_registration.rb +++ b/clients/client/ruby/lib/ory-client/models/successful_native_registration.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/successful_project_update.rb b/clients/client/ruby/lib/ory-client/models/successful_project_update.rb index 932b7d8c04..f5467db3be 100644 --- a/clients/client/ruby/lib/ory-client/models/successful_project_update.rb +++ b/clients/client/ruby/lib/ory-client/models/successful_project_update.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/tax_line_item.rb b/clients/client/ruby/lib/ory-client/models/tax_line_item.rb index d7454f5309..865a273695 100644 --- a/clients/client/ruby/lib/ory-client/models/tax_line_item.rb +++ b/clients/client/ruby/lib/ory-client/models/tax_line_item.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/time_interval.rb b/clients/client/ruby/lib/ory-client/models/time_interval.rb index 53bffa50bb..8b10c6c57d 100644 --- a/clients/client/ruby/lib/ory-client/models/time_interval.rb +++ b/clients/client/ruby/lib/ory-client/models/time_interval.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/token_pagination.rb b/clients/client/ruby/lib/ory-client/models/token_pagination.rb index 137cd4f0ff..3ef7a9534c 100644 --- a/clients/client/ruby/lib/ory-client/models/token_pagination.rb +++ b/clients/client/ruby/lib/ory-client/models/token_pagination.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/token_pagination_headers.rb b/clients/client/ruby/lib/ory-client/models/token_pagination_headers.rb index b6ddc60923..df6831c191 100644 --- a/clients/client/ruby/lib/ory-client/models/token_pagination_headers.rb +++ b/clients/client/ruby/lib/ory-client/models/token_pagination_headers.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/token_pagination_request_parameters.rb b/clients/client/ruby/lib/ory-client/models/token_pagination_request_parameters.rb index 94460de1d8..a39371eec4 100644 --- a/clients/client/ruby/lib/ory-client/models/token_pagination_request_parameters.rb +++ b/clients/client/ruby/lib/ory-client/models/token_pagination_request_parameters.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/token_pagination_response_headers.rb b/clients/client/ruby/lib/ory-client/models/token_pagination_response_headers.rb index 076ab15c6e..4f040e6717 100644 --- a/clients/client/ruby/lib/ory-client/models/token_pagination_response_headers.rb +++ b/clients/client/ruby/lib/ory-client/models/token_pagination_response_headers.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/trust_o_auth2_jwt_grant_issuer.rb b/clients/client/ruby/lib/ory-client/models/trust_o_auth2_jwt_grant_issuer.rb index 750a91759f..0ad8b521bd 100644 --- a/clients/client/ruby/lib/ory-client/models/trust_o_auth2_jwt_grant_issuer.rb +++ b/clients/client/ruby/lib/ory-client/models/trust_o_auth2_jwt_grant_issuer.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/trusted_o_auth2_jwt_grant_issuer.rb b/clients/client/ruby/lib/ory-client/models/trusted_o_auth2_jwt_grant_issuer.rb index 51c8cbcbb7..3958f40740 100644 --- a/clients/client/ruby/lib/ory-client/models/trusted_o_auth2_jwt_grant_issuer.rb +++ b/clients/client/ruby/lib/ory-client/models/trusted_o_auth2_jwt_grant_issuer.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/trusted_o_auth2_jwt_grant_json_web_key.rb b/clients/client/ruby/lib/ory-client/models/trusted_o_auth2_jwt_grant_json_web_key.rb index ddbf550ba7..6193143d55 100644 --- a/clients/client/ruby/lib/ory-client/models/trusted_o_auth2_jwt_grant_json_web_key.rb +++ b/clients/client/ruby/lib/ory-client/models/trusted_o_auth2_jwt_grant_json_web_key.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/ui_container.rb b/clients/client/ruby/lib/ory-client/models/ui_container.rb index 1b98090e37..d2938abcba 100644 --- a/clients/client/ruby/lib/ory-client/models/ui_container.rb +++ b/clients/client/ruby/lib/ory-client/models/ui_container.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/ui_node.rb b/clients/client/ruby/lib/ory-client/models/ui_node.rb index 2230b15adc..d80b3d7dc8 100644 --- a/clients/client/ruby/lib/ory-client/models/ui_node.rb +++ b/clients/client/ruby/lib/ory-client/models/ui_node.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/ui_node_anchor_attributes.rb b/clients/client/ruby/lib/ory-client/models/ui_node_anchor_attributes.rb index d9a80c14d6..20fed5db4c 100644 --- a/clients/client/ruby/lib/ory-client/models/ui_node_anchor_attributes.rb +++ b/clients/client/ruby/lib/ory-client/models/ui_node_anchor_attributes.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/ui_node_attributes.rb b/clients/client/ruby/lib/ory-client/models/ui_node_attributes.rb index 9bf4fc654e..511e0406f7 100644 --- a/clients/client/ruby/lib/ory-client/models/ui_node_attributes.rb +++ b/clients/client/ruby/lib/ory-client/models/ui_node_attributes.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/ui_node_image_attributes.rb b/clients/client/ruby/lib/ory-client/models/ui_node_image_attributes.rb index 32817ccf1c..47cdb62c6b 100644 --- a/clients/client/ruby/lib/ory-client/models/ui_node_image_attributes.rb +++ b/clients/client/ruby/lib/ory-client/models/ui_node_image_attributes.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/ui_node_input_attributes.rb b/clients/client/ruby/lib/ory-client/models/ui_node_input_attributes.rb index bd250e8d28..403f6316b4 100644 --- a/clients/client/ruby/lib/ory-client/models/ui_node_input_attributes.rb +++ b/clients/client/ruby/lib/ory-client/models/ui_node_input_attributes.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/ui_node_meta.rb b/clients/client/ruby/lib/ory-client/models/ui_node_meta.rb index 848d03ecad..185372ef95 100644 --- a/clients/client/ruby/lib/ory-client/models/ui_node_meta.rb +++ b/clients/client/ruby/lib/ory-client/models/ui_node_meta.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/ui_node_script_attributes.rb b/clients/client/ruby/lib/ory-client/models/ui_node_script_attributes.rb index a634e418f5..ab5fa8f92b 100644 --- a/clients/client/ruby/lib/ory-client/models/ui_node_script_attributes.rb +++ b/clients/client/ruby/lib/ory-client/models/ui_node_script_attributes.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/ui_node_text_attributes.rb b/clients/client/ruby/lib/ory-client/models/ui_node_text_attributes.rb index 54b85a3d17..6a9c9a6b72 100644 --- a/clients/client/ruby/lib/ory-client/models/ui_node_text_attributes.rb +++ b/clients/client/ruby/lib/ory-client/models/ui_node_text_attributes.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/ui_text.rb b/clients/client/ruby/lib/ory-client/models/ui_text.rb index 03332eef89..143da05f69 100644 --- a/clients/client/ruby/lib/ory-client/models/ui_text.rb +++ b/clients/client/ruby/lib/ory-client/models/ui_text.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/update_identity_body.rb b/clients/client/ruby/lib/ory-client/models/update_identity_body.rb index 8140480ecb..ea47e75fad 100644 --- a/clients/client/ruby/lib/ory-client/models/update_identity_body.rb +++ b/clients/client/ruby/lib/ory-client/models/update_identity_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/update_login_flow_body.rb b/clients/client/ruby/lib/ory-client/models/update_login_flow_body.rb index fbf709ff1f..04f1c3fdc0 100644 --- a/clients/client/ruby/lib/ory-client/models/update_login_flow_body.rb +++ b/clients/client/ruby/lib/ory-client/models/update_login_flow_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/update_login_flow_with_code_method.rb b/clients/client/ruby/lib/ory-client/models/update_login_flow_with_code_method.rb index 932088ff27..70ef857a67 100644 --- a/clients/client/ruby/lib/ory-client/models/update_login_flow_with_code_method.rb +++ b/clients/client/ruby/lib/ory-client/models/update_login_flow_with_code_method.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/update_login_flow_with_identifier_first_method.rb b/clients/client/ruby/lib/ory-client/models/update_login_flow_with_identifier_first_method.rb index d2fae9a863..0b746837d9 100644 --- a/clients/client/ruby/lib/ory-client/models/update_login_flow_with_identifier_first_method.rb +++ b/clients/client/ruby/lib/ory-client/models/update_login_flow_with_identifier_first_method.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/update_login_flow_with_lookup_secret_method.rb b/clients/client/ruby/lib/ory-client/models/update_login_flow_with_lookup_secret_method.rb index 09514260c0..522ba2a292 100644 --- a/clients/client/ruby/lib/ory-client/models/update_login_flow_with_lookup_secret_method.rb +++ b/clients/client/ruby/lib/ory-client/models/update_login_flow_with_lookup_secret_method.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/update_login_flow_with_oidc_method.rb b/clients/client/ruby/lib/ory-client/models/update_login_flow_with_oidc_method.rb index fe66450166..afb44de527 100644 --- a/clients/client/ruby/lib/ory-client/models/update_login_flow_with_oidc_method.rb +++ b/clients/client/ruby/lib/ory-client/models/update_login_flow_with_oidc_method.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/update_login_flow_with_passkey_method.rb b/clients/client/ruby/lib/ory-client/models/update_login_flow_with_passkey_method.rb index 3fc430a1d7..c26f8c97c8 100644 --- a/clients/client/ruby/lib/ory-client/models/update_login_flow_with_passkey_method.rb +++ b/clients/client/ruby/lib/ory-client/models/update_login_flow_with_passkey_method.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/update_login_flow_with_password_method.rb b/clients/client/ruby/lib/ory-client/models/update_login_flow_with_password_method.rb index 0a28b7cbbd..ac0b511c2c 100644 --- a/clients/client/ruby/lib/ory-client/models/update_login_flow_with_password_method.rb +++ b/clients/client/ruby/lib/ory-client/models/update_login_flow_with_password_method.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/update_login_flow_with_totp_method.rb b/clients/client/ruby/lib/ory-client/models/update_login_flow_with_totp_method.rb index a6293e108f..9983fd499d 100644 --- a/clients/client/ruby/lib/ory-client/models/update_login_flow_with_totp_method.rb +++ b/clients/client/ruby/lib/ory-client/models/update_login_flow_with_totp_method.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/update_login_flow_with_web_authn_method.rb b/clients/client/ruby/lib/ory-client/models/update_login_flow_with_web_authn_method.rb index 7bdf0896d8..471927effa 100644 --- a/clients/client/ruby/lib/ory-client/models/update_login_flow_with_web_authn_method.rb +++ b/clients/client/ruby/lib/ory-client/models/update_login_flow_with_web_authn_method.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/update_recovery_flow_body.rb b/clients/client/ruby/lib/ory-client/models/update_recovery_flow_body.rb index b00a7f2db5..21e99f081c 100644 --- a/clients/client/ruby/lib/ory-client/models/update_recovery_flow_body.rb +++ b/clients/client/ruby/lib/ory-client/models/update_recovery_flow_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/update_recovery_flow_with_code_method.rb b/clients/client/ruby/lib/ory-client/models/update_recovery_flow_with_code_method.rb index 2aef4bd4cf..6b5178a8b9 100644 --- a/clients/client/ruby/lib/ory-client/models/update_recovery_flow_with_code_method.rb +++ b/clients/client/ruby/lib/ory-client/models/update_recovery_flow_with_code_method.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/update_recovery_flow_with_link_method.rb b/clients/client/ruby/lib/ory-client/models/update_recovery_flow_with_link_method.rb index 50c05c3249..889ffea82e 100644 --- a/clients/client/ruby/lib/ory-client/models/update_recovery_flow_with_link_method.rb +++ b/clients/client/ruby/lib/ory-client/models/update_recovery_flow_with_link_method.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/update_registration_flow_body.rb b/clients/client/ruby/lib/ory-client/models/update_registration_flow_body.rb index 744addb457..19f08a2063 100644 --- a/clients/client/ruby/lib/ory-client/models/update_registration_flow_body.rb +++ b/clients/client/ruby/lib/ory-client/models/update_registration_flow_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_code_method.rb b/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_code_method.rb index b4e0926ef9..35a8500413 100644 --- a/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_code_method.rb +++ b/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_code_method.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_oidc_method.rb b/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_oidc_method.rb index a31111c19d..48e16c7afc 100644 --- a/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_oidc_method.rb +++ b/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_oidc_method.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_passkey_method.rb b/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_passkey_method.rb index a18711aa17..288b6e780c 100644 --- a/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_passkey_method.rb +++ b/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_passkey_method.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_password_method.rb b/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_password_method.rb index 9f1b93c315..1a655951f9 100644 --- a/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_password_method.rb +++ b/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_password_method.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_profile_method.rb b/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_profile_method.rb index 60f23d1e3a..8f09e39d43 100644 --- a/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_profile_method.rb +++ b/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_profile_method.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_web_authn_method.rb b/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_web_authn_method.rb index 6623d5f91d..ccf85f5e66 100644 --- a/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_web_authn_method.rb +++ b/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_web_authn_method.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/update_settings_flow_body.rb b/clients/client/ruby/lib/ory-client/models/update_settings_flow_body.rb index 9c1b2f0196..faed929e02 100644 --- a/clients/client/ruby/lib/ory-client/models/update_settings_flow_body.rb +++ b/clients/client/ruby/lib/ory-client/models/update_settings_flow_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_lookup_method.rb b/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_lookup_method.rb index d081455e2c..0180c2bf47 100644 --- a/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_lookup_method.rb +++ b/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_lookup_method.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_oidc_method.rb b/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_oidc_method.rb index 4a487533e9..cf26d6f557 100644 --- a/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_oidc_method.rb +++ b/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_oidc_method.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_passkey_method.rb b/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_passkey_method.rb index 67620c570e..e8340ae206 100644 --- a/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_passkey_method.rb +++ b/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_passkey_method.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_password_method.rb b/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_password_method.rb index c9fceda58e..45e1dba054 100644 --- a/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_password_method.rb +++ b/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_password_method.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_profile_method.rb b/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_profile_method.rb index f3dbca8bc7..19fc81ea9b 100644 --- a/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_profile_method.rb +++ b/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_profile_method.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_totp_method.rb b/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_totp_method.rb index e80c324bdd..7cb25f00ef 100644 --- a/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_totp_method.rb +++ b/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_totp_method.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_web_authn_method.rb b/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_web_authn_method.rb index 1d70b985f9..9b3631485a 100644 --- a/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_web_authn_method.rb +++ b/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_web_authn_method.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/update_subscription_body.rb b/clients/client/ruby/lib/ory-client/models/update_subscription_body.rb index 1299055cdf..1a14afa0f3 100644 --- a/clients/client/ruby/lib/ory-client/models/update_subscription_body.rb +++ b/clients/client/ruby/lib/ory-client/models/update_subscription_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/update_verification_flow_body.rb b/clients/client/ruby/lib/ory-client/models/update_verification_flow_body.rb index 6f6f825da3..babf9fd651 100644 --- a/clients/client/ruby/lib/ory-client/models/update_verification_flow_body.rb +++ b/clients/client/ruby/lib/ory-client/models/update_verification_flow_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/update_verification_flow_with_code_method.rb b/clients/client/ruby/lib/ory-client/models/update_verification_flow_with_code_method.rb index cd85ef0131..a9bbabac1a 100644 --- a/clients/client/ruby/lib/ory-client/models/update_verification_flow_with_code_method.rb +++ b/clients/client/ruby/lib/ory-client/models/update_verification_flow_with_code_method.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/update_verification_flow_with_link_method.rb b/clients/client/ruby/lib/ory-client/models/update_verification_flow_with_link_method.rb index 3a6e6f995a..d9a403f4fa 100644 --- a/clients/client/ruby/lib/ory-client/models/update_verification_flow_with_link_method.rb +++ b/clients/client/ruby/lib/ory-client/models/update_verification_flow_with_link_method.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/update_workspace_body.rb b/clients/client/ruby/lib/ory-client/models/update_workspace_body.rb index ff33327243..22552be7a3 100644 --- a/clients/client/ruby/lib/ory-client/models/update_workspace_body.rb +++ b/clients/client/ruby/lib/ory-client/models/update_workspace_body.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/usage.rb b/clients/client/ruby/lib/ory-client/models/usage.rb index bc88bb7c3a..4d10fd14bd 100644 --- a/clients/client/ruby/lib/ory-client/models/usage.rb +++ b/clients/client/ruby/lib/ory-client/models/usage.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/verifiable_credential_priming_response.rb b/clients/client/ruby/lib/ory-client/models/verifiable_credential_priming_response.rb index 61e0750c47..c745174b7c 100644 --- a/clients/client/ruby/lib/ory-client/models/verifiable_credential_priming_response.rb +++ b/clients/client/ruby/lib/ory-client/models/verifiable_credential_priming_response.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/verifiable_credential_proof.rb b/clients/client/ruby/lib/ory-client/models/verifiable_credential_proof.rb index b006966b06..eb8b4f2083 100644 --- a/clients/client/ruby/lib/ory-client/models/verifiable_credential_proof.rb +++ b/clients/client/ruby/lib/ory-client/models/verifiable_credential_proof.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/verifiable_credential_response.rb b/clients/client/ruby/lib/ory-client/models/verifiable_credential_response.rb index 33ba45a2c6..6084dda4ed 100644 --- a/clients/client/ruby/lib/ory-client/models/verifiable_credential_response.rb +++ b/clients/client/ruby/lib/ory-client/models/verifiable_credential_response.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/verifiable_identity_address.rb b/clients/client/ruby/lib/ory-client/models/verifiable_identity_address.rb index f32e9e7016..cba7bb7777 100644 --- a/clients/client/ruby/lib/ory-client/models/verifiable_identity_address.rb +++ b/clients/client/ruby/lib/ory-client/models/verifiable_identity_address.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/verification_flow.rb b/clients/client/ruby/lib/ory-client/models/verification_flow.rb index d8246ca78e..fd374f83ba 100644 --- a/clients/client/ruby/lib/ory-client/models/verification_flow.rb +++ b/clients/client/ruby/lib/ory-client/models/verification_flow.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/verification_flow_state.rb b/clients/client/ruby/lib/ory-client/models/verification_flow_state.rb index 6615b293bd..c6db118cdf 100644 --- a/clients/client/ruby/lib/ory-client/models/verification_flow_state.rb +++ b/clients/client/ruby/lib/ory-client/models/verification_flow_state.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/version.rb b/clients/client/ruby/lib/ory-client/models/version.rb index 20a627e081..1e66262b0f 100644 --- a/clients/client/ruby/lib/ory-client/models/version.rb +++ b/clients/client/ruby/lib/ory-client/models/version.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/warning.rb b/clients/client/ruby/lib/ory-client/models/warning.rb index 1ad15da0d1..3bdc2ed4b6 100644 --- a/clients/client/ruby/lib/ory-client/models/warning.rb +++ b/clients/client/ruby/lib/ory-client/models/warning.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/workspace.rb b/clients/client/ruby/lib/ory-client/models/workspace.rb index 71cd0559dd..20f1e8737b 100644 --- a/clients/client/ruby/lib/ory-client/models/workspace.rb +++ b/clients/client/ruby/lib/ory-client/models/workspace.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/models/workspace_api_key.rb b/clients/client/ruby/lib/ory-client/models/workspace_api_key.rb index e81fd64a6b..75a884847b 100644 --- a/clients/client/ruby/lib/ory-client/models/workspace_api_key.rb +++ b/clients/client/ruby/lib/ory-client/models/workspace_api_key.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/lib/ory-client/version.rb b/clients/client/ruby/lib/ory-client/version.rb index e315a996f6..3009e39d02 100644 --- a/clients/client/ruby/lib/ory-client/version.rb +++ b/clients/client/ruby/lib/ory-client/version.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: 1.14.5 +The version of the OpenAPI document: 1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 @@ -11,5 +11,5 @@ =end module OryClient - VERSION = '1.14.5' + VERSION = '1.15.0' end diff --git a/clients/client/ruby/ory-client.gemspec b/clients/client/ruby/ory-client.gemspec index b8844cf800..a0526ba62b 100644 --- a/clients/client/ruby/ory-client.gemspec +++ b/clients/client/ruby/ory-client.gemspec @@ -5,7 +5,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/api/courier_api_spec.rb b/clients/client/ruby/spec/api/courier_api_spec.rb index fce2a96abf..8a5d9ed1b5 100644 --- a/clients/client/ruby/spec/api/courier_api_spec.rb +++ b/clients/client/ruby/spec/api/courier_api_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/api/events_api_spec.rb b/clients/client/ruby/spec/api/events_api_spec.rb index 49be56ca60..2a4a9d3134 100644 --- a/clients/client/ruby/spec/api/events_api_spec.rb +++ b/clients/client/ruby/spec/api/events_api_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/api/frontend_api_spec.rb b/clients/client/ruby/spec/api/frontend_api_spec.rb index 32c77a9199..b71e8da208 100644 --- a/clients/client/ruby/spec/api/frontend_api_spec.rb +++ b/clients/client/ruby/spec/api/frontend_api_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/api/identity_api_spec.rb b/clients/client/ruby/spec/api/identity_api_spec.rb index 86e653f834..8426497b03 100644 --- a/clients/client/ruby/spec/api/identity_api_spec.rb +++ b/clients/client/ruby/spec/api/identity_api_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/api/jwk_api_spec.rb b/clients/client/ruby/spec/api/jwk_api_spec.rb index 59d5afa1ee..5106fa6f1c 100644 --- a/clients/client/ruby/spec/api/jwk_api_spec.rb +++ b/clients/client/ruby/spec/api/jwk_api_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/api/metadata_api_spec.rb b/clients/client/ruby/spec/api/metadata_api_spec.rb index 9c4fe1720e..91a109e995 100644 --- a/clients/client/ruby/spec/api/metadata_api_spec.rb +++ b/clients/client/ruby/spec/api/metadata_api_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/api/o_auth2_api_spec.rb b/clients/client/ruby/spec/api/o_auth2_api_spec.rb index 139a95b4ee..4cce335f8b 100644 --- a/clients/client/ruby/spec/api/o_auth2_api_spec.rb +++ b/clients/client/ruby/spec/api/o_auth2_api_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/api/oidc_api_spec.rb b/clients/client/ruby/spec/api/oidc_api_spec.rb index 43c2b34f4e..5e70a77b4e 100644 --- a/clients/client/ruby/spec/api/oidc_api_spec.rb +++ b/clients/client/ruby/spec/api/oidc_api_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/api/permission_api_spec.rb b/clients/client/ruby/spec/api/permission_api_spec.rb index 152b2438b3..85fdb23b4e 100644 --- a/clients/client/ruby/spec/api/permission_api_spec.rb +++ b/clients/client/ruby/spec/api/permission_api_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/api/project_api_spec.rb b/clients/client/ruby/spec/api/project_api_spec.rb index 233abc7e2d..f3510a6901 100644 --- a/clients/client/ruby/spec/api/project_api_spec.rb +++ b/clients/client/ruby/spec/api/project_api_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 @@ -184,6 +184,20 @@ end end + # unit tests for patch_project_with_revision + # Patch an Ory Network Project Configuration based on a revision ID + # This endpoints allows you to patch individual Ory Network Project configuration keys for Ory's services (identity, permission, ...). The configuration format is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version. If you have an older version of a configuration, you should set the version key in the payload! While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source. For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed. + # @param project_id Project ID The project's ID. + # @param revision_id Revision ID The revision ID that this patch was generated for. + # @param [Hash] opts the optional parameters + # @option opts [Array] :json_patch + # @return [SuccessfulProjectUpdate] + describe 'patch_project_with_revision test' do + it 'should work' do + # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ + end + end + # unit tests for purge_project # Irrecoverably purge a project # !! Use with extreme caution !! Using this API endpoint you can purge (completely delete) a project and its data. This action can not be undone and will delete ALL your data. Calling this endpoint will additionally delete custom domains and other related data. If the project is linked to a subscription, the subscription needs to be unlinked first. diff --git a/clients/client/ruby/spec/api/relationship_api_spec.rb b/clients/client/ruby/spec/api/relationship_api_spec.rb index a69229484e..4b8715382c 100644 --- a/clients/client/ruby/spec/api/relationship_api_spec.rb +++ b/clients/client/ruby/spec/api/relationship_api_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/api/wellknown_api_spec.rb b/clients/client/ruby/spec/api/wellknown_api_spec.rb index adecbeb8de..191064b4c0 100644 --- a/clients/client/ruby/spec/api/wellknown_api_spec.rb +++ b/clients/client/ruby/spec/api/wellknown_api_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/api/workspace_api_spec.rb b/clients/client/ruby/spec/api/workspace_api_spec.rb index a09addc6a1..5754062f24 100644 --- a/clients/client/ruby/spec/api/workspace_api_spec.rb +++ b/clients/client/ruby/spec/api/workspace_api_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/accept_o_auth2_consent_request_session_spec.rb b/clients/client/ruby/spec/models/accept_o_auth2_consent_request_session_spec.rb index f78bceb106..040027902e 100644 --- a/clients/client/ruby/spec/models/accept_o_auth2_consent_request_session_spec.rb +++ b/clients/client/ruby/spec/models/accept_o_auth2_consent_request_session_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/accept_o_auth2_consent_request_spec.rb b/clients/client/ruby/spec/models/accept_o_auth2_consent_request_spec.rb index 6b1f61fd12..1d9a68a019 100644 --- a/clients/client/ruby/spec/models/accept_o_auth2_consent_request_spec.rb +++ b/clients/client/ruby/spec/models/accept_o_auth2_consent_request_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/accept_o_auth2_login_request_spec.rb b/clients/client/ruby/spec/models/accept_o_auth2_login_request_spec.rb index 8de19f114d..90c7dc09bf 100644 --- a/clients/client/ruby/spec/models/accept_o_auth2_login_request_spec.rb +++ b/clients/client/ruby/spec/models/accept_o_auth2_login_request_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/account_experience_configuration_spec.rb b/clients/client/ruby/spec/models/account_experience_configuration_spec.rb index c6f828b5ee..06e4e31aec 100644 --- a/clients/client/ruby/spec/models/account_experience_configuration_spec.rb +++ b/clients/client/ruby/spec/models/account_experience_configuration_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/account_experience_theme_variables_spec.rb b/clients/client/ruby/spec/models/account_experience_theme_variables_spec.rb index aa2f5266e2..a06decd058 100644 --- a/clients/client/ruby/spec/models/account_experience_theme_variables_spec.rb +++ b/clients/client/ruby/spec/models/account_experience_theme_variables_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/active_project_in_console_spec.rb b/clients/client/ruby/spec/models/active_project_in_console_spec.rb index 4350913f33..f5aeb7cf6b 100644 --- a/clients/client/ruby/spec/models/active_project_in_console_spec.rb +++ b/clients/client/ruby/spec/models/active_project_in_console_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/add_project_to_workspace_body_spec.rb b/clients/client/ruby/spec/models/add_project_to_workspace_body_spec.rb index cad2a61bd8..9e97075975 100644 --- a/clients/client/ruby/spec/models/add_project_to_workspace_body_spec.rb +++ b/clients/client/ruby/spec/models/add_project_to_workspace_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/attribute_filter_spec.rb b/clients/client/ruby/spec/models/attribute_filter_spec.rb index 254a6e80dd..2467f0f445 100644 --- a/clients/client/ruby/spec/models/attribute_filter_spec.rb +++ b/clients/client/ruby/spec/models/attribute_filter_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/attribute_spec.rb b/clients/client/ruby/spec/models/attribute_spec.rb index e6570c3bc3..c94f8ee208 100644 --- a/clients/client/ruby/spec/models/attribute_spec.rb +++ b/clients/client/ruby/spec/models/attribute_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/attributes_count_datapoint_spec.rb b/clients/client/ruby/spec/models/attributes_count_datapoint_spec.rb index 2b041433ef..e88f1008a5 100644 --- a/clients/client/ruby/spec/models/attributes_count_datapoint_spec.rb +++ b/clients/client/ruby/spec/models/attributes_count_datapoint_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/authenticator_assurance_level_spec.rb b/clients/client/ruby/spec/models/authenticator_assurance_level_spec.rb index 661016af88..4401daa3b1 100644 --- a/clients/client/ruby/spec/models/authenticator_assurance_level_spec.rb +++ b/clients/client/ruby/spec/models/authenticator_assurance_level_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/batch_check_permission_body_spec.rb b/clients/client/ruby/spec/models/batch_check_permission_body_spec.rb index 575183ea65..a220fa3835 100644 --- a/clients/client/ruby/spec/models/batch_check_permission_body_spec.rb +++ b/clients/client/ruby/spec/models/batch_check_permission_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/batch_check_permission_result_spec.rb b/clients/client/ruby/spec/models/batch_check_permission_result_spec.rb index 5befb8b0c8..10432ff035 100644 --- a/clients/client/ruby/spec/models/batch_check_permission_result_spec.rb +++ b/clients/client/ruby/spec/models/batch_check_permission_result_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/batch_patch_identities_response_spec.rb b/clients/client/ruby/spec/models/batch_patch_identities_response_spec.rb index b10cf746de..7a7924eee4 100644 --- a/clients/client/ruby/spec/models/batch_patch_identities_response_spec.rb +++ b/clients/client/ruby/spec/models/batch_patch_identities_response_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/billing_period_bucket_spec.rb b/clients/client/ruby/spec/models/billing_period_bucket_spec.rb index 5bc30d416c..b22092d27d 100644 --- a/clients/client/ruby/spec/models/billing_period_bucket_spec.rb +++ b/clients/client/ruby/spec/models/billing_period_bucket_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/check_opl_syntax_result_spec.rb b/clients/client/ruby/spec/models/check_opl_syntax_result_spec.rb index ca8f70543a..7b201ba215 100644 --- a/clients/client/ruby/spec/models/check_opl_syntax_result_spec.rb +++ b/clients/client/ruby/spec/models/check_opl_syntax_result_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/check_permission_result_spec.rb b/clients/client/ruby/spec/models/check_permission_result_spec.rb index 1f6830076d..ee7ce86703 100644 --- a/clients/client/ruby/spec/models/check_permission_result_spec.rb +++ b/clients/client/ruby/spec/models/check_permission_result_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/check_permission_result_with_error_spec.rb b/clients/client/ruby/spec/models/check_permission_result_with_error_spec.rb index f443837361..afad8a0817 100644 --- a/clients/client/ruby/spec/models/check_permission_result_with_error_spec.rb +++ b/clients/client/ruby/spec/models/check_permission_result_with_error_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/cloud_account_spec.rb b/clients/client/ruby/spec/models/cloud_account_spec.rb index 5218a2a35d..bc25bb597b 100644 --- a/clients/client/ruby/spec/models/cloud_account_spec.rb +++ b/clients/client/ruby/spec/models/cloud_account_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/consistency_request_parameters_spec.rb b/clients/client/ruby/spec/models/consistency_request_parameters_spec.rb index 0fda5464de..047307850c 100644 --- a/clients/client/ruby/spec/models/consistency_request_parameters_spec.rb +++ b/clients/client/ruby/spec/models/consistency_request_parameters_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/continue_with_recovery_ui_flow_spec.rb b/clients/client/ruby/spec/models/continue_with_recovery_ui_flow_spec.rb index 71dadea07b..5c30c73a50 100644 --- a/clients/client/ruby/spec/models/continue_with_recovery_ui_flow_spec.rb +++ b/clients/client/ruby/spec/models/continue_with_recovery_ui_flow_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/continue_with_recovery_ui_spec.rb b/clients/client/ruby/spec/models/continue_with_recovery_ui_spec.rb index 60a84045c4..dbbc500bed 100644 --- a/clients/client/ruby/spec/models/continue_with_recovery_ui_spec.rb +++ b/clients/client/ruby/spec/models/continue_with_recovery_ui_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/continue_with_redirect_browser_to_spec.rb b/clients/client/ruby/spec/models/continue_with_redirect_browser_to_spec.rb index 56630f9ca1..eba8c21f8d 100644 --- a/clients/client/ruby/spec/models/continue_with_redirect_browser_to_spec.rb +++ b/clients/client/ruby/spec/models/continue_with_redirect_browser_to_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/continue_with_set_ory_session_token_spec.rb b/clients/client/ruby/spec/models/continue_with_set_ory_session_token_spec.rb index 10d1e539f6..59ca586526 100644 --- a/clients/client/ruby/spec/models/continue_with_set_ory_session_token_spec.rb +++ b/clients/client/ruby/spec/models/continue_with_set_ory_session_token_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/continue_with_settings_ui_flow_spec.rb b/clients/client/ruby/spec/models/continue_with_settings_ui_flow_spec.rb index ec434db57a..3a6a1d6da9 100644 --- a/clients/client/ruby/spec/models/continue_with_settings_ui_flow_spec.rb +++ b/clients/client/ruby/spec/models/continue_with_settings_ui_flow_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/continue_with_settings_ui_spec.rb b/clients/client/ruby/spec/models/continue_with_settings_ui_spec.rb index 955bc2d42d..af3e6663e7 100644 --- a/clients/client/ruby/spec/models/continue_with_settings_ui_spec.rb +++ b/clients/client/ruby/spec/models/continue_with_settings_ui_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/continue_with_spec.rb b/clients/client/ruby/spec/models/continue_with_spec.rb index c8f5698138..79dc42c3af 100644 --- a/clients/client/ruby/spec/models/continue_with_spec.rb +++ b/clients/client/ruby/spec/models/continue_with_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/continue_with_verification_ui_flow_spec.rb b/clients/client/ruby/spec/models/continue_with_verification_ui_flow_spec.rb index 26329c7b1a..f63b7ab0be 100644 --- a/clients/client/ruby/spec/models/continue_with_verification_ui_flow_spec.rb +++ b/clients/client/ruby/spec/models/continue_with_verification_ui_flow_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/continue_with_verification_ui_spec.rb b/clients/client/ruby/spec/models/continue_with_verification_ui_spec.rb index 38f8568026..2c4dff84d6 100644 --- a/clients/client/ruby/spec/models/continue_with_verification_ui_spec.rb +++ b/clients/client/ruby/spec/models/continue_with_verification_ui_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/courier_message_status_spec.rb b/clients/client/ruby/spec/models/courier_message_status_spec.rb index 09f91cb37a..dea47840ca 100644 --- a/clients/client/ruby/spec/models/courier_message_status_spec.rb +++ b/clients/client/ruby/spec/models/courier_message_status_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/courier_message_type_spec.rb b/clients/client/ruby/spec/models/courier_message_type_spec.rb index 13ddbc9156..378cc92c27 100644 --- a/clients/client/ruby/spec/models/courier_message_type_spec.rb +++ b/clients/client/ruby/spec/models/courier_message_type_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/create_custom_domain_body_spec.rb b/clients/client/ruby/spec/models/create_custom_domain_body_spec.rb index 8f9922d3aa..7e33a1fba3 100644 --- a/clients/client/ruby/spec/models/create_custom_domain_body_spec.rb +++ b/clients/client/ruby/spec/models/create_custom_domain_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/create_event_stream_body_spec.rb b/clients/client/ruby/spec/models/create_event_stream_body_spec.rb index ff2c5eacb0..5ad0905dfd 100644 --- a/clients/client/ruby/spec/models/create_event_stream_body_spec.rb +++ b/clients/client/ruby/spec/models/create_event_stream_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/create_identity_body_spec.rb b/clients/client/ruby/spec/models/create_identity_body_spec.rb index 584d755936..5997e678cd 100644 --- a/clients/client/ruby/spec/models/create_identity_body_spec.rb +++ b/clients/client/ruby/spec/models/create_identity_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/create_invite_response_spec.rb b/clients/client/ruby/spec/models/create_invite_response_spec.rb index 88f40038de..7d6d5af761 100644 --- a/clients/client/ruby/spec/models/create_invite_response_spec.rb +++ b/clients/client/ruby/spec/models/create_invite_response_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/create_json_web_key_set_spec.rb b/clients/client/ruby/spec/models/create_json_web_key_set_spec.rb index ad72f24e10..15d9f00520 100644 --- a/clients/client/ruby/spec/models/create_json_web_key_set_spec.rb +++ b/clients/client/ruby/spec/models/create_json_web_key_set_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/create_project_api_key_request_spec.rb b/clients/client/ruby/spec/models/create_project_api_key_request_spec.rb index 3904112515..cdcaf1e466 100644 --- a/clients/client/ruby/spec/models/create_project_api_key_request_spec.rb +++ b/clients/client/ruby/spec/models/create_project_api_key_request_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/create_project_body_spec.rb b/clients/client/ruby/spec/models/create_project_body_spec.rb index 2e6fb5e8ff..a622119d23 100644 --- a/clients/client/ruby/spec/models/create_project_body_spec.rb +++ b/clients/client/ruby/spec/models/create_project_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/create_project_branding_spec.rb b/clients/client/ruby/spec/models/create_project_branding_spec.rb index 605bdb699e..f407526a1e 100644 --- a/clients/client/ruby/spec/models/create_project_branding_spec.rb +++ b/clients/client/ruby/spec/models/create_project_branding_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/create_project_member_invite_body_spec.rb b/clients/client/ruby/spec/models/create_project_member_invite_body_spec.rb index fba184ad05..9c4d250a1a 100644 --- a/clients/client/ruby/spec/models/create_project_member_invite_body_spec.rb +++ b/clients/client/ruby/spec/models/create_project_member_invite_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/create_project_normalized_payload_spec.rb b/clients/client/ruby/spec/models/create_project_normalized_payload_spec.rb index 4e0c3e16fc..34464fa512 100644 --- a/clients/client/ruby/spec/models/create_project_normalized_payload_spec.rb +++ b/clients/client/ruby/spec/models/create_project_normalized_payload_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/create_recovery_code_for_identity_body_spec.rb b/clients/client/ruby/spec/models/create_recovery_code_for_identity_body_spec.rb index c2539e9590..a0469173b5 100644 --- a/clients/client/ruby/spec/models/create_recovery_code_for_identity_body_spec.rb +++ b/clients/client/ruby/spec/models/create_recovery_code_for_identity_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/create_recovery_link_for_identity_body_spec.rb b/clients/client/ruby/spec/models/create_recovery_link_for_identity_body_spec.rb index 1b47a7483b..b1b184550a 100644 --- a/clients/client/ruby/spec/models/create_recovery_link_for_identity_body_spec.rb +++ b/clients/client/ruby/spec/models/create_recovery_link_for_identity_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/create_relationship_body_spec.rb b/clients/client/ruby/spec/models/create_relationship_body_spec.rb index 776a837a2f..84dff37921 100644 --- a/clients/client/ruby/spec/models/create_relationship_body_spec.rb +++ b/clients/client/ruby/spec/models/create_relationship_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/create_subscription_body_spec.rb b/clients/client/ruby/spec/models/create_subscription_body_spec.rb index 65520ee757..6fd9135ee5 100644 --- a/clients/client/ruby/spec/models/create_subscription_body_spec.rb +++ b/clients/client/ruby/spec/models/create_subscription_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/create_subscription_common_spec.rb b/clients/client/ruby/spec/models/create_subscription_common_spec.rb index abaaed2fcb..daab46edb6 100644 --- a/clients/client/ruby/spec/models/create_subscription_common_spec.rb +++ b/clients/client/ruby/spec/models/create_subscription_common_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/create_verifiable_credential_request_body_spec.rb b/clients/client/ruby/spec/models/create_verifiable_credential_request_body_spec.rb index 4b9f4e5135..39f66c8a07 100644 --- a/clients/client/ruby/spec/models/create_verifiable_credential_request_body_spec.rb +++ b/clients/client/ruby/spec/models/create_verifiable_credential_request_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/create_workspace_api_key_body_spec.rb b/clients/client/ruby/spec/models/create_workspace_api_key_body_spec.rb index 8d37cd4da7..2dc84f572b 100644 --- a/clients/client/ruby/spec/models/create_workspace_api_key_body_spec.rb +++ b/clients/client/ruby/spec/models/create_workspace_api_key_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/create_workspace_body_spec.rb b/clients/client/ruby/spec/models/create_workspace_body_spec.rb index ba9f3e57be..8fa1398ea8 100644 --- a/clients/client/ruby/spec/models/create_workspace_body_spec.rb +++ b/clients/client/ruby/spec/models/create_workspace_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/create_workspace_member_invite_body_spec.rb b/clients/client/ruby/spec/models/create_workspace_member_invite_body_spec.rb index c9b16981f0..0191f78c23 100644 --- a/clients/client/ruby/spec/models/create_workspace_member_invite_body_spec.rb +++ b/clients/client/ruby/spec/models/create_workspace_member_invite_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/create_workspace_subscription_body_spec.rb b/clients/client/ruby/spec/models/create_workspace_subscription_body_spec.rb index e1320acf5d..25286ebc73 100644 --- a/clients/client/ruby/spec/models/create_workspace_subscription_body_spec.rb +++ b/clients/client/ruby/spec/models/create_workspace_subscription_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/credential_supported_draft00_spec.rb b/clients/client/ruby/spec/models/credential_supported_draft00_spec.rb index 71db925d21..b787858ef0 100644 --- a/clients/client/ruby/spec/models/credential_supported_draft00_spec.rb +++ b/clients/client/ruby/spec/models/credential_supported_draft00_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/custom_domain_spec.rb b/clients/client/ruby/spec/models/custom_domain_spec.rb index 0fbdf7d3bc..cadc0a31e8 100644 --- a/clients/client/ruby/spec/models/custom_domain_spec.rb +++ b/clients/client/ruby/spec/models/custom_domain_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/delete_my_sessions_count_spec.rb b/clients/client/ruby/spec/models/delete_my_sessions_count_spec.rb index 7fea20445d..918b7084fe 100644 --- a/clients/client/ruby/spec/models/delete_my_sessions_count_spec.rb +++ b/clients/client/ruby/spec/models/delete_my_sessions_count_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/email_template_data_body_spec.rb b/clients/client/ruby/spec/models/email_template_data_body_spec.rb index d1fcb8f5fa..d13a759b16 100644 --- a/clients/client/ruby/spec/models/email_template_data_body_spec.rb +++ b/clients/client/ruby/spec/models/email_template_data_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/email_template_data_spec.rb b/clients/client/ruby/spec/models/email_template_data_spec.rb index af93672c93..5e8223040b 100644 --- a/clients/client/ruby/spec/models/email_template_data_spec.rb +++ b/clients/client/ruby/spec/models/email_template_data_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/error_authenticator_assurance_level_not_satisfied_spec.rb b/clients/client/ruby/spec/models/error_authenticator_assurance_level_not_satisfied_spec.rb index 06ea2225e4..0adaf4a938 100644 --- a/clients/client/ruby/spec/models/error_authenticator_assurance_level_not_satisfied_spec.rb +++ b/clients/client/ruby/spec/models/error_authenticator_assurance_level_not_satisfied_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/error_browser_location_change_required_spec.rb b/clients/client/ruby/spec/models/error_browser_location_change_required_spec.rb index 21a79494c6..e5cbe0ec67 100644 --- a/clients/client/ruby/spec/models/error_browser_location_change_required_spec.rb +++ b/clients/client/ruby/spec/models/error_browser_location_change_required_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/error_flow_replaced_spec.rb b/clients/client/ruby/spec/models/error_flow_replaced_spec.rb index ea914400b7..e18dffbe28 100644 --- a/clients/client/ruby/spec/models/error_flow_replaced_spec.rb +++ b/clients/client/ruby/spec/models/error_flow_replaced_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/error_generic_spec.rb b/clients/client/ruby/spec/models/error_generic_spec.rb index d105afe924..345bfdc842 100644 --- a/clients/client/ruby/spec/models/error_generic_spec.rb +++ b/clients/client/ruby/spec/models/error_generic_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/error_o_auth2_spec.rb b/clients/client/ruby/spec/models/error_o_auth2_spec.rb index e2aaf029b9..cf668987d1 100644 --- a/clients/client/ruby/spec/models/error_o_auth2_spec.rb +++ b/clients/client/ruby/spec/models/error_o_auth2_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/event_stream_spec.rb b/clients/client/ruby/spec/models/event_stream_spec.rb index 94cec8af9f..02ddf3db77 100644 --- a/clients/client/ruby/spec/models/event_stream_spec.rb +++ b/clients/client/ruby/spec/models/event_stream_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/expanded_permission_tree_spec.rb b/clients/client/ruby/spec/models/expanded_permission_tree_spec.rb index 3cae5a5917..d27d53b0e0 100644 --- a/clients/client/ruby/spec/models/expanded_permission_tree_spec.rb +++ b/clients/client/ruby/spec/models/expanded_permission_tree_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/flow_error_spec.rb b/clients/client/ruby/spec/models/flow_error_spec.rb index 4a53b5d64d..3827959196 100644 --- a/clients/client/ruby/spec/models/flow_error_spec.rb +++ b/clients/client/ruby/spec/models/flow_error_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/generic_error_content_spec.rb b/clients/client/ruby/spec/models/generic_error_content_spec.rb index 8c3936273b..b4a2f9b81e 100644 --- a/clients/client/ruby/spec/models/generic_error_content_spec.rb +++ b/clients/client/ruby/spec/models/generic_error_content_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/generic_error_spec.rb b/clients/client/ruby/spec/models/generic_error_spec.rb index 3547a87257..c97f2027d0 100644 --- a/clients/client/ruby/spec/models/generic_error_spec.rb +++ b/clients/client/ruby/spec/models/generic_error_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/generic_usage_spec.rb b/clients/client/ruby/spec/models/generic_usage_spec.rb index c1a9068314..81a47f6f9a 100644 --- a/clients/client/ruby/spec/models/generic_usage_spec.rb +++ b/clients/client/ruby/spec/models/generic_usage_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/get_attributes_count_response_spec.rb b/clients/client/ruby/spec/models/get_attributes_count_response_spec.rb index 6ca2899195..d1e9bd3709 100644 --- a/clients/client/ruby/spec/models/get_attributes_count_response_spec.rb +++ b/clients/client/ruby/spec/models/get_attributes_count_response_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/get_managed_identity_schema_location_spec.rb b/clients/client/ruby/spec/models/get_managed_identity_schema_location_spec.rb index f8f5720d9d..cb4810394a 100644 --- a/clients/client/ruby/spec/models/get_managed_identity_schema_location_spec.rb +++ b/clients/client/ruby/spec/models/get_managed_identity_schema_location_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/get_metrics_event_attributes_response_spec.rb b/clients/client/ruby/spec/models/get_metrics_event_attributes_response_spec.rb index 143166d408..5e430ba39d 100644 --- a/clients/client/ruby/spec/models/get_metrics_event_attributes_response_spec.rb +++ b/clients/client/ruby/spec/models/get_metrics_event_attributes_response_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/get_metrics_event_types_response_spec.rb b/clients/client/ruby/spec/models/get_metrics_event_types_response_spec.rb index 7ef90c25f4..4afb73dadc 100644 --- a/clients/client/ruby/spec/models/get_metrics_event_types_response_spec.rb +++ b/clients/client/ruby/spec/models/get_metrics_event_types_response_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/get_organization_response_spec.rb b/clients/client/ruby/spec/models/get_organization_response_spec.rb index b707549589..4533063b1b 100644 --- a/clients/client/ruby/spec/models/get_organization_response_spec.rb +++ b/clients/client/ruby/spec/models/get_organization_response_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/get_project_events_body_spec.rb b/clients/client/ruby/spec/models/get_project_events_body_spec.rb index 22b6ecc146..d9cca4685e 100644 --- a/clients/client/ruby/spec/models/get_project_events_body_spec.rb +++ b/clients/client/ruby/spec/models/get_project_events_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/get_project_events_response_spec.rb b/clients/client/ruby/spec/models/get_project_events_response_spec.rb index e198be9c28..23dbc322d8 100644 --- a/clients/client/ruby/spec/models/get_project_events_response_spec.rb +++ b/clients/client/ruby/spec/models/get_project_events_response_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/get_project_metrics_response_spec.rb b/clients/client/ruby/spec/models/get_project_metrics_response_spec.rb index 0d14d9ca8d..6bb20b1da4 100644 --- a/clients/client/ruby/spec/models/get_project_metrics_response_spec.rb +++ b/clients/client/ruby/spec/models/get_project_metrics_response_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/get_session_activity_response_spec.rb b/clients/client/ruby/spec/models/get_session_activity_response_spec.rb index e21deff4ea..7aaacc9879 100644 --- a/clients/client/ruby/spec/models/get_session_activity_response_spec.rb +++ b/clients/client/ruby/spec/models/get_session_activity_response_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/get_version200_response_spec.rb b/clients/client/ruby/spec/models/get_version200_response_spec.rb index 6e603828af..c3b5f1c96b 100644 --- a/clients/client/ruby/spec/models/get_version200_response_spec.rb +++ b/clients/client/ruby/spec/models/get_version200_response_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/health_not_ready_status_spec.rb b/clients/client/ruby/spec/models/health_not_ready_status_spec.rb index 2f43f5b6d5..19a533b5c6 100644 --- a/clients/client/ruby/spec/models/health_not_ready_status_spec.rb +++ b/clients/client/ruby/spec/models/health_not_ready_status_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/health_status_spec.rb b/clients/client/ruby/spec/models/health_status_spec.rb index 6e7b0ce924..0dafc2f142 100644 --- a/clients/client/ruby/spec/models/health_status_spec.rb +++ b/clients/client/ruby/spec/models/health_status_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/identity_credentials_code_spec.rb b/clients/client/ruby/spec/models/identity_credentials_code_spec.rb index b808657d9e..2f2e6abc64 100644 --- a/clients/client/ruby/spec/models/identity_credentials_code_spec.rb +++ b/clients/client/ruby/spec/models/identity_credentials_code_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/identity_credentials_oidc_provider_spec.rb b/clients/client/ruby/spec/models/identity_credentials_oidc_provider_spec.rb index 6e6c2b10aa..31557fd052 100644 --- a/clients/client/ruby/spec/models/identity_credentials_oidc_provider_spec.rb +++ b/clients/client/ruby/spec/models/identity_credentials_oidc_provider_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/identity_credentials_oidc_spec.rb b/clients/client/ruby/spec/models/identity_credentials_oidc_spec.rb index f93c928ca8..b9703bb211 100644 --- a/clients/client/ruby/spec/models/identity_credentials_oidc_spec.rb +++ b/clients/client/ruby/spec/models/identity_credentials_oidc_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/identity_credentials_password_spec.rb b/clients/client/ruby/spec/models/identity_credentials_password_spec.rb index 545fb5e524..ae1605eadb 100644 --- a/clients/client/ruby/spec/models/identity_credentials_password_spec.rb +++ b/clients/client/ruby/spec/models/identity_credentials_password_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/identity_credentials_spec.rb b/clients/client/ruby/spec/models/identity_credentials_spec.rb index 67d2a5b15c..8a21378776 100644 --- a/clients/client/ruby/spec/models/identity_credentials_spec.rb +++ b/clients/client/ruby/spec/models/identity_credentials_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/identity_patch_response_spec.rb b/clients/client/ruby/spec/models/identity_patch_response_spec.rb index 9d2cde73ba..b649741867 100644 --- a/clients/client/ruby/spec/models/identity_patch_response_spec.rb +++ b/clients/client/ruby/spec/models/identity_patch_response_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/identity_patch_spec.rb b/clients/client/ruby/spec/models/identity_patch_spec.rb index a0989d8a8c..b8e3a814ee 100644 --- a/clients/client/ruby/spec/models/identity_patch_spec.rb +++ b/clients/client/ruby/spec/models/identity_patch_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/identity_schema_container_spec.rb b/clients/client/ruby/spec/models/identity_schema_container_spec.rb index 58cf3262d2..7a44f1c56b 100644 --- a/clients/client/ruby/spec/models/identity_schema_container_spec.rb +++ b/clients/client/ruby/spec/models/identity_schema_container_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/identity_schema_preset_spec.rb b/clients/client/ruby/spec/models/identity_schema_preset_spec.rb index 89acc913c5..f2bc6b1f1d 100644 --- a/clients/client/ruby/spec/models/identity_schema_preset_spec.rb +++ b/clients/client/ruby/spec/models/identity_schema_preset_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/identity_spec.rb b/clients/client/ruby/spec/models/identity_spec.rb index cd4b2cc893..c43bf44e91 100644 --- a/clients/client/ruby/spec/models/identity_spec.rb +++ b/clients/client/ruby/spec/models/identity_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/identity_with_credentials_oidc_config_provider_spec.rb b/clients/client/ruby/spec/models/identity_with_credentials_oidc_config_provider_spec.rb index 993770fbf7..3ed4d20b52 100644 --- a/clients/client/ruby/spec/models/identity_with_credentials_oidc_config_provider_spec.rb +++ b/clients/client/ruby/spec/models/identity_with_credentials_oidc_config_provider_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/identity_with_credentials_oidc_config_spec.rb b/clients/client/ruby/spec/models/identity_with_credentials_oidc_config_spec.rb index a81f7e0b7c..31a0bee622 100644 --- a/clients/client/ruby/spec/models/identity_with_credentials_oidc_config_spec.rb +++ b/clients/client/ruby/spec/models/identity_with_credentials_oidc_config_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/identity_with_credentials_oidc_spec.rb b/clients/client/ruby/spec/models/identity_with_credentials_oidc_spec.rb index e248f71c66..3061c97481 100644 --- a/clients/client/ruby/spec/models/identity_with_credentials_oidc_spec.rb +++ b/clients/client/ruby/spec/models/identity_with_credentials_oidc_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/identity_with_credentials_password_config_spec.rb b/clients/client/ruby/spec/models/identity_with_credentials_password_config_spec.rb index b2c3e62adb..68d7f804ac 100644 --- a/clients/client/ruby/spec/models/identity_with_credentials_password_config_spec.rb +++ b/clients/client/ruby/spec/models/identity_with_credentials_password_config_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/identity_with_credentials_password_spec.rb b/clients/client/ruby/spec/models/identity_with_credentials_password_spec.rb index 17d79ff94b..443db9085a 100644 --- a/clients/client/ruby/spec/models/identity_with_credentials_password_spec.rb +++ b/clients/client/ruby/spec/models/identity_with_credentials_password_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/identity_with_credentials_spec.rb b/clients/client/ruby/spec/models/identity_with_credentials_spec.rb index 9b796b973c..ed31a7bb74 100644 --- a/clients/client/ruby/spec/models/identity_with_credentials_spec.rb +++ b/clients/client/ruby/spec/models/identity_with_credentials_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/internal_get_project_branding_body_spec.rb b/clients/client/ruby/spec/models/internal_get_project_branding_body_spec.rb index 45590a9650..0e86b293de 100644 --- a/clients/client/ruby/spec/models/internal_get_project_branding_body_spec.rb +++ b/clients/client/ruby/spec/models/internal_get_project_branding_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/internal_is_ax_welcome_screen_enabled_for_project_body_spec.rb b/clients/client/ruby/spec/models/internal_is_ax_welcome_screen_enabled_for_project_body_spec.rb index 0a79f0c42a..978844fc9c 100644 --- a/clients/client/ruby/spec/models/internal_is_ax_welcome_screen_enabled_for_project_body_spec.rb +++ b/clients/client/ruby/spec/models/internal_is_ax_welcome_screen_enabled_for_project_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/internal_is_owner_for_project_by_slug_body_spec.rb b/clients/client/ruby/spec/models/internal_is_owner_for_project_by_slug_body_spec.rb index f6fa67ae53..c9ea37f784 100644 --- a/clients/client/ruby/spec/models/internal_is_owner_for_project_by_slug_body_spec.rb +++ b/clients/client/ruby/spec/models/internal_is_owner_for_project_by_slug_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/internal_is_owner_for_project_by_slug_response_spec.rb b/clients/client/ruby/spec/models/internal_is_owner_for_project_by_slug_response_spec.rb index 04e5aa7863..c1248fcf98 100644 --- a/clients/client/ruby/spec/models/internal_is_owner_for_project_by_slug_response_spec.rb +++ b/clients/client/ruby/spec/models/internal_is_owner_for_project_by_slug_response_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/introspected_o_auth2_token_spec.rb b/clients/client/ruby/spec/models/introspected_o_auth2_token_spec.rb index 60abef1c20..d02aefa134 100644 --- a/clients/client/ruby/spec/models/introspected_o_auth2_token_spec.rb +++ b/clients/client/ruby/spec/models/introspected_o_auth2_token_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/invoice_data_v1_spec.rb b/clients/client/ruby/spec/models/invoice_data_v1_spec.rb index 53689b11ac..3146d23f97 100644 --- a/clients/client/ruby/spec/models/invoice_data_v1_spec.rb +++ b/clients/client/ruby/spec/models/invoice_data_v1_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/invoice_spec.rb b/clients/client/ruby/spec/models/invoice_spec.rb index bc9f367cd5..a3393f4f71 100644 --- a/clients/client/ruby/spec/models/invoice_spec.rb +++ b/clients/client/ruby/spec/models/invoice_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/is_owner_for_project_by_slug_spec.rb b/clients/client/ruby/spec/models/is_owner_for_project_by_slug_spec.rb index 1fa73418da..034a8be514 100644 --- a/clients/client/ruby/spec/models/is_owner_for_project_by_slug_spec.rb +++ b/clients/client/ruby/spec/models/is_owner_for_project_by_slug_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/json_patch_spec.rb b/clients/client/ruby/spec/models/json_patch_spec.rb index 4291c73110..5571863906 100644 --- a/clients/client/ruby/spec/models/json_patch_spec.rb +++ b/clients/client/ruby/spec/models/json_patch_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/json_web_key_set_spec.rb b/clients/client/ruby/spec/models/json_web_key_set_spec.rb index f64587a41b..f69d4b6813 100644 --- a/clients/client/ruby/spec/models/json_web_key_set_spec.rb +++ b/clients/client/ruby/spec/models/json_web_key_set_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/json_web_key_spec.rb b/clients/client/ruby/spec/models/json_web_key_spec.rb index 90b77ff929..ec0fda4718 100644 --- a/clients/client/ruby/spec/models/json_web_key_spec.rb +++ b/clients/client/ruby/spec/models/json_web_key_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/keto_namespace_spec.rb b/clients/client/ruby/spec/models/keto_namespace_spec.rb index 473ce26337..2e5b5f6e4a 100644 --- a/clients/client/ruby/spec/models/keto_namespace_spec.rb +++ b/clients/client/ruby/spec/models/keto_namespace_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/line_item_v1_spec.rb b/clients/client/ruby/spec/models/line_item_v1_spec.rb index 18112ba1b3..490d013add 100644 --- a/clients/client/ruby/spec/models/line_item_v1_spec.rb +++ b/clients/client/ruby/spec/models/line_item_v1_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/list_event_streams_spec.rb b/clients/client/ruby/spec/models/list_event_streams_spec.rb index 8f94a50ed5..dab60fda9c 100644 --- a/clients/client/ruby/spec/models/list_event_streams_spec.rb +++ b/clients/client/ruby/spec/models/list_event_streams_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/list_invoices_response_spec.rb b/clients/client/ruby/spec/models/list_invoices_response_spec.rb index 17618022bc..cda29e11f4 100644 --- a/clients/client/ruby/spec/models/list_invoices_response_spec.rb +++ b/clients/client/ruby/spec/models/list_invoices_response_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/list_organizations_response_spec.rb b/clients/client/ruby/spec/models/list_organizations_response_spec.rb index 9bcf701377..795e09f097 100644 --- a/clients/client/ruby/spec/models/list_organizations_response_spec.rb +++ b/clients/client/ruby/spec/models/list_organizations_response_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/list_workspace_projects_spec.rb b/clients/client/ruby/spec/models/list_workspace_projects_spec.rb index 4ca00a9ce8..005cb95121 100644 --- a/clients/client/ruby/spec/models/list_workspace_projects_spec.rb +++ b/clients/client/ruby/spec/models/list_workspace_projects_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/list_workspaces_spec.rb b/clients/client/ruby/spec/models/list_workspaces_spec.rb index 8c3bc61b33..5be1d2385a 100644 --- a/clients/client/ruby/spec/models/list_workspaces_spec.rb +++ b/clients/client/ruby/spec/models/list_workspaces_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/login_flow_spec.rb b/clients/client/ruby/spec/models/login_flow_spec.rb index 5380f5e0cf..7c9b43d3b1 100644 --- a/clients/client/ruby/spec/models/login_flow_spec.rb +++ b/clients/client/ruby/spec/models/login_flow_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/login_flow_state_spec.rb b/clients/client/ruby/spec/models/login_flow_state_spec.rb index 93df6cb400..9eaa0020d2 100644 --- a/clients/client/ruby/spec/models/login_flow_state_spec.rb +++ b/clients/client/ruby/spec/models/login_flow_state_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/logout_flow_spec.rb b/clients/client/ruby/spec/models/logout_flow_spec.rb index e74da5f025..03f1fdd209 100644 --- a/clients/client/ruby/spec/models/logout_flow_spec.rb +++ b/clients/client/ruby/spec/models/logout_flow_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/managed_identity_schema_spec.rb b/clients/client/ruby/spec/models/managed_identity_schema_spec.rb index ddda2f306b..aaba89f2c3 100644 --- a/clients/client/ruby/spec/models/managed_identity_schema_spec.rb +++ b/clients/client/ruby/spec/models/managed_identity_schema_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/managed_identity_schema_validation_result_spec.rb b/clients/client/ruby/spec/models/managed_identity_schema_validation_result_spec.rb index ad9bb33a95..2e028db778 100644 --- a/clients/client/ruby/spec/models/managed_identity_schema_validation_result_spec.rb +++ b/clients/client/ruby/spec/models/managed_identity_schema_validation_result_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/member_invite_spec.rb b/clients/client/ruby/spec/models/member_invite_spec.rb index e6a8ec927f..32f601fe18 100644 --- a/clients/client/ruby/spec/models/member_invite_spec.rb +++ b/clients/client/ruby/spec/models/member_invite_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/message_dispatch_spec.rb b/clients/client/ruby/spec/models/message_dispatch_spec.rb index 755073f133..82258f90d5 100644 --- a/clients/client/ruby/spec/models/message_dispatch_spec.rb +++ b/clients/client/ruby/spec/models/message_dispatch_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/message_spec.rb b/clients/client/ruby/spec/models/message_spec.rb index 89e4cf1b14..3254e960d1 100644 --- a/clients/client/ruby/spec/models/message_spec.rb +++ b/clients/client/ruby/spec/models/message_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/metrics_datapoint_spec.rb b/clients/client/ruby/spec/models/metrics_datapoint_spec.rb index 8879f32393..c9df6583a3 100644 --- a/clients/client/ruby/spec/models/metrics_datapoint_spec.rb +++ b/clients/client/ruby/spec/models/metrics_datapoint_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/money_spec.rb b/clients/client/ruby/spec/models/money_spec.rb index 4e44c57a05..3d13ac4cf2 100644 --- a/clients/client/ruby/spec/models/money_spec.rb +++ b/clients/client/ruby/spec/models/money_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/namespace_spec.rb b/clients/client/ruby/spec/models/namespace_spec.rb index e1204a501b..1ee80d550e 100644 --- a/clients/client/ruby/spec/models/namespace_spec.rb +++ b/clients/client/ruby/spec/models/namespace_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/needs_privileged_session_error_spec.rb b/clients/client/ruby/spec/models/needs_privileged_session_error_spec.rb index f336f021ab..f7165d871a 100644 --- a/clients/client/ruby/spec/models/needs_privileged_session_error_spec.rb +++ b/clients/client/ruby/spec/models/needs_privileged_session_error_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/normalized_project_revision_courier_channel_spec.rb b/clients/client/ruby/spec/models/normalized_project_revision_courier_channel_spec.rb index 66d337b698..0066e1ef73 100644 --- a/clients/client/ruby/spec/models/normalized_project_revision_courier_channel_spec.rb +++ b/clients/client/ruby/spec/models/normalized_project_revision_courier_channel_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/normalized_project_revision_hook_spec.rb b/clients/client/ruby/spec/models/normalized_project_revision_hook_spec.rb index a74399e9fe..cf83bb67f2 100644 --- a/clients/client/ruby/spec/models/normalized_project_revision_hook_spec.rb +++ b/clients/client/ruby/spec/models/normalized_project_revision_hook_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/normalized_project_revision_identity_schema_spec.rb b/clients/client/ruby/spec/models/normalized_project_revision_identity_schema_spec.rb index 9437b1686f..4bcc772916 100644 --- a/clients/client/ruby/spec/models/normalized_project_revision_identity_schema_spec.rb +++ b/clients/client/ruby/spec/models/normalized_project_revision_identity_schema_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/normalized_project_revision_spec.rb b/clients/client/ruby/spec/models/normalized_project_revision_spec.rb index d40e4bb8e1..fc6692c3de 100644 --- a/clients/client/ruby/spec/models/normalized_project_revision_spec.rb +++ b/clients/client/ruby/spec/models/normalized_project_revision_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/normalized_project_revision_third_party_provider_spec.rb b/clients/client/ruby/spec/models/normalized_project_revision_third_party_provider_spec.rb index 96e27b5512..e82bda010e 100644 --- a/clients/client/ruby/spec/models/normalized_project_revision_third_party_provider_spec.rb +++ b/clients/client/ruby/spec/models/normalized_project_revision_third_party_provider_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/normalized_project_revision_tokenizer_template_spec.rb b/clients/client/ruby/spec/models/normalized_project_revision_tokenizer_template_spec.rb index c54195f60b..c047d48065 100644 --- a/clients/client/ruby/spec/models/normalized_project_revision_tokenizer_template_spec.rb +++ b/clients/client/ruby/spec/models/normalized_project_revision_tokenizer_template_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/normalized_project_spec.rb b/clients/client/ruby/spec/models/normalized_project_spec.rb index 711d258382..8a8cb7d7e2 100644 --- a/clients/client/ruby/spec/models/normalized_project_spec.rb +++ b/clients/client/ruby/spec/models/normalized_project_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/o_auth2_client_spec.rb b/clients/client/ruby/spec/models/o_auth2_client_spec.rb index a764a1ee5d..8e7fa9adb4 100644 --- a/clients/client/ruby/spec/models/o_auth2_client_spec.rb +++ b/clients/client/ruby/spec/models/o_auth2_client_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/o_auth2_client_token_lifespans_spec.rb b/clients/client/ruby/spec/models/o_auth2_client_token_lifespans_spec.rb index 6be01dc959..22915ebc4e 100644 --- a/clients/client/ruby/spec/models/o_auth2_client_token_lifespans_spec.rb +++ b/clients/client/ruby/spec/models/o_auth2_client_token_lifespans_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/o_auth2_consent_request_open_id_connect_context_spec.rb b/clients/client/ruby/spec/models/o_auth2_consent_request_open_id_connect_context_spec.rb index 197b2980f1..da1c548820 100644 --- a/clients/client/ruby/spec/models/o_auth2_consent_request_open_id_connect_context_spec.rb +++ b/clients/client/ruby/spec/models/o_auth2_consent_request_open_id_connect_context_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/o_auth2_consent_request_spec.rb b/clients/client/ruby/spec/models/o_auth2_consent_request_spec.rb index a5f807058d..4cf20290ce 100644 --- a/clients/client/ruby/spec/models/o_auth2_consent_request_spec.rb +++ b/clients/client/ruby/spec/models/o_auth2_consent_request_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/o_auth2_consent_session_expires_at_spec.rb b/clients/client/ruby/spec/models/o_auth2_consent_session_expires_at_spec.rb index e76ea3b4ab..667037631b 100644 --- a/clients/client/ruby/spec/models/o_auth2_consent_session_expires_at_spec.rb +++ b/clients/client/ruby/spec/models/o_auth2_consent_session_expires_at_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/o_auth2_consent_session_spec.rb b/clients/client/ruby/spec/models/o_auth2_consent_session_spec.rb index 1e471415d7..db554aca56 100644 --- a/clients/client/ruby/spec/models/o_auth2_consent_session_spec.rb +++ b/clients/client/ruby/spec/models/o_auth2_consent_session_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/o_auth2_login_request_spec.rb b/clients/client/ruby/spec/models/o_auth2_login_request_spec.rb index 04a58caaed..c3be7e2eb9 100644 --- a/clients/client/ruby/spec/models/o_auth2_login_request_spec.rb +++ b/clients/client/ruby/spec/models/o_auth2_login_request_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/o_auth2_logout_request_spec.rb b/clients/client/ruby/spec/models/o_auth2_logout_request_spec.rb index ba1d811165..85cce4e195 100644 --- a/clients/client/ruby/spec/models/o_auth2_logout_request_spec.rb +++ b/clients/client/ruby/spec/models/o_auth2_logout_request_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/o_auth2_redirect_to_spec.rb b/clients/client/ruby/spec/models/o_auth2_redirect_to_spec.rb index 0a5253baea..31f27546e4 100644 --- a/clients/client/ruby/spec/models/o_auth2_redirect_to_spec.rb +++ b/clients/client/ruby/spec/models/o_auth2_redirect_to_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/o_auth2_token_exchange_spec.rb b/clients/client/ruby/spec/models/o_auth2_token_exchange_spec.rb index 2694094347..637ab7848f 100644 --- a/clients/client/ruby/spec/models/o_auth2_token_exchange_spec.rb +++ b/clients/client/ruby/spec/models/o_auth2_token_exchange_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/oidc_configuration_spec.rb b/clients/client/ruby/spec/models/oidc_configuration_spec.rb index 8855b48867..d75b562df2 100644 --- a/clients/client/ruby/spec/models/oidc_configuration_spec.rb +++ b/clients/client/ruby/spec/models/oidc_configuration_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/oidc_user_info_spec.rb b/clients/client/ruby/spec/models/oidc_user_info_spec.rb index d50c188e45..6ded0c1ed6 100644 --- a/clients/client/ruby/spec/models/oidc_user_info_spec.rb +++ b/clients/client/ruby/spec/models/oidc_user_info_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/organization_body_spec.rb b/clients/client/ruby/spec/models/organization_body_spec.rb index a66f3964a4..cdd839cb21 100644 --- a/clients/client/ruby/spec/models/organization_body_spec.rb +++ b/clients/client/ruby/spec/models/organization_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/organization_spec.rb b/clients/client/ruby/spec/models/organization_spec.rb index a01ad8f59d..25fb70dd12 100644 --- a/clients/client/ruby/spec/models/organization_spec.rb +++ b/clients/client/ruby/spec/models/organization_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/pagination_headers_spec.rb b/clients/client/ruby/spec/models/pagination_headers_spec.rb index af6596aab7..0459c22959 100644 --- a/clients/client/ruby/spec/models/pagination_headers_spec.rb +++ b/clients/client/ruby/spec/models/pagination_headers_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/pagination_spec.rb b/clients/client/ruby/spec/models/pagination_spec.rb index c675c09d29..e1e0fba105 100644 --- a/clients/client/ruby/spec/models/pagination_spec.rb +++ b/clients/client/ruby/spec/models/pagination_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/parse_error_spec.rb b/clients/client/ruby/spec/models/parse_error_spec.rb index 84f519feb0..fdef276fef 100644 --- a/clients/client/ruby/spec/models/parse_error_spec.rb +++ b/clients/client/ruby/spec/models/parse_error_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/patch_identities_body_spec.rb b/clients/client/ruby/spec/models/patch_identities_body_spec.rb index 966b0fddf1..672bcf8f00 100644 --- a/clients/client/ruby/spec/models/patch_identities_body_spec.rb +++ b/clients/client/ruby/spec/models/patch_identities_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/perform_native_logout_body_spec.rb b/clients/client/ruby/spec/models/perform_native_logout_body_spec.rb index 1b30b22873..7d220e1636 100644 --- a/clients/client/ruby/spec/models/perform_native_logout_body_spec.rb +++ b/clients/client/ruby/spec/models/perform_native_logout_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/permissions_on_workspace_spec.rb b/clients/client/ruby/spec/models/permissions_on_workspace_spec.rb index b2c6821269..8ce5853134 100644 --- a/clients/client/ruby/spec/models/permissions_on_workspace_spec.rb +++ b/clients/client/ruby/spec/models/permissions_on_workspace_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/plan_details_spec.rb b/clients/client/ruby/spec/models/plan_details_spec.rb index 60ecbae476..4a84b2adb0 100644 --- a/clients/client/ruby/spec/models/plan_details_spec.rb +++ b/clients/client/ruby/spec/models/plan_details_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/plan_spec.rb b/clients/client/ruby/spec/models/plan_spec.rb index ccf20f73e8..afbf578d71 100644 --- a/clients/client/ruby/spec/models/plan_spec.rb +++ b/clients/client/ruby/spec/models/plan_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/post_check_permission_body_spec.rb b/clients/client/ruby/spec/models/post_check_permission_body_spec.rb index c0de125a44..a997cdeb86 100644 --- a/clients/client/ruby/spec/models/post_check_permission_body_spec.rb +++ b/clients/client/ruby/spec/models/post_check_permission_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/post_check_permission_or_error_body_spec.rb b/clients/client/ruby/spec/models/post_check_permission_or_error_body_spec.rb index f00fc55e33..cc56d40258 100644 --- a/clients/client/ruby/spec/models/post_check_permission_or_error_body_spec.rb +++ b/clients/client/ruby/spec/models/post_check_permission_or_error_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/project_api_key_spec.rb b/clients/client/ruby/spec/models/project_api_key_spec.rb index c217599d96..7859c9d047 100644 --- a/clients/client/ruby/spec/models/project_api_key_spec.rb +++ b/clients/client/ruby/spec/models/project_api_key_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/project_branding_colors_spec.rb b/clients/client/ruby/spec/models/project_branding_colors_spec.rb index 791428c618..940782cace 100644 --- a/clients/client/ruby/spec/models/project_branding_colors_spec.rb +++ b/clients/client/ruby/spec/models/project_branding_colors_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/project_branding_spec.rb b/clients/client/ruby/spec/models/project_branding_spec.rb index d71c6f3cfb..5ab966dcf2 100644 --- a/clients/client/ruby/spec/models/project_branding_spec.rb +++ b/clients/client/ruby/spec/models/project_branding_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/project_branding_theme_spec.rb b/clients/client/ruby/spec/models/project_branding_theme_spec.rb index e5dd827c5c..c565655f0e 100644 --- a/clients/client/ruby/spec/models/project_branding_theme_spec.rb +++ b/clients/client/ruby/spec/models/project_branding_theme_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/project_cors_spec.rb b/clients/client/ruby/spec/models/project_cors_spec.rb index eaeb28a892..fc63d9d92d 100644 --- a/clients/client/ruby/spec/models/project_cors_spec.rb +++ b/clients/client/ruby/spec/models/project_cors_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/project_events_datapoint_spec.rb b/clients/client/ruby/spec/models/project_events_datapoint_spec.rb index f52b6d45f7..0de8453858 100644 --- a/clients/client/ruby/spec/models/project_events_datapoint_spec.rb +++ b/clients/client/ruby/spec/models/project_events_datapoint_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/project_host_spec.rb b/clients/client/ruby/spec/models/project_host_spec.rb index 4b08273fb1..977405ac86 100644 --- a/clients/client/ruby/spec/models/project_host_spec.rb +++ b/clients/client/ruby/spec/models/project_host_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/project_member_spec.rb b/clients/client/ruby/spec/models/project_member_spec.rb index b5ec3bf788..63f8b20e52 100644 --- a/clients/client/ruby/spec/models/project_member_spec.rb +++ b/clients/client/ruby/spec/models/project_member_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/project_metadata_spec.rb b/clients/client/ruby/spec/models/project_metadata_spec.rb index 33a0ae14c9..cdfd22e46a 100644 --- a/clients/client/ruby/spec/models/project_metadata_spec.rb +++ b/clients/client/ruby/spec/models/project_metadata_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/project_service_identity_spec.rb b/clients/client/ruby/spec/models/project_service_identity_spec.rb index 8529f25a11..542fb61e08 100644 --- a/clients/client/ruby/spec/models/project_service_identity_spec.rb +++ b/clients/client/ruby/spec/models/project_service_identity_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/project_service_o_auth2_spec.rb b/clients/client/ruby/spec/models/project_service_o_auth2_spec.rb index 9328dfde21..087f1c3940 100644 --- a/clients/client/ruby/spec/models/project_service_o_auth2_spec.rb +++ b/clients/client/ruby/spec/models/project_service_o_auth2_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/project_service_permission_spec.rb b/clients/client/ruby/spec/models/project_service_permission_spec.rb index e6dfe63138..c48693cd27 100644 --- a/clients/client/ruby/spec/models/project_service_permission_spec.rb +++ b/clients/client/ruby/spec/models/project_service_permission_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/project_services_spec.rb b/clients/client/ruby/spec/models/project_services_spec.rb index f7c11dde26..e0a04ddd5f 100644 --- a/clients/client/ruby/spec/models/project_services_spec.rb +++ b/clients/client/ruby/spec/models/project_services_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/project_spec.rb b/clients/client/ruby/spec/models/project_spec.rb index ee96aadd8a..6de20da0f3 100644 --- a/clients/client/ruby/spec/models/project_spec.rb +++ b/clients/client/ruby/spec/models/project_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/quota_usage_spec.rb b/clients/client/ruby/spec/models/quota_usage_spec.rb index 27b6e8e144..26a4e2d801 100644 --- a/clients/client/ruby/spec/models/quota_usage_spec.rb +++ b/clients/client/ruby/spec/models/quota_usage_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 @@ -42,7 +42,7 @@ describe 'test attribute "feature"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ - # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["production_projects", "staging_projects", "development_projects", "daily_active_users", "custom_domains", "event_streams", "event_stream_events", "sla", "collaborator_seats", "edge_cache", "branding_themes", "zendesk_support", "project_metrics", "project_metrics_time_window", "project_metrics_events_history", "organizations", "rop_grant", "concierge_onboarding", "credit", "data_location_global", "data_location_us", "m2m_token_issuance", "permission_checks", "data_location_regional", "rate_limit_tier", "session_rate_limit_tier", "identities_list_rate_limit_tier", "permission_checks_rate_limit_tier", "oauth2_introspect_rate_limit_tier"]) + # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["production_projects", "staging_projects", "development_projects", "daily_active_users", "custom_domains", "event_streams", "event_stream_events", "sla", "collaborator_seats", "edge_cache", "branding_themes", "zendesk_support", "project_metrics", "project_metrics_time_window", "project_metrics_events_history", "organizations", "rop_grant", "concierge_onboarding", "credit", "data_location_global", "data_location_us", "m2m_token_issuance", "permission_checks", "captcha", "data_location_regional", "rate_limit_tier", "session_rate_limit_tier", "identities_list_rate_limit_tier", "permission_checks_rate_limit_tier", "oauth2_introspect_rate_limit_tier"]) # validator.allowable_values.each do |value| # expect { instance.feature = value }.not_to raise_error # end diff --git a/clients/client/ruby/spec/models/recovery_code_for_identity_spec.rb b/clients/client/ruby/spec/models/recovery_code_for_identity_spec.rb index a98997a00f..486df29f1d 100644 --- a/clients/client/ruby/spec/models/recovery_code_for_identity_spec.rb +++ b/clients/client/ruby/spec/models/recovery_code_for_identity_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/recovery_flow_spec.rb b/clients/client/ruby/spec/models/recovery_flow_spec.rb index 864830b0f1..59b9e13267 100644 --- a/clients/client/ruby/spec/models/recovery_flow_spec.rb +++ b/clients/client/ruby/spec/models/recovery_flow_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/recovery_flow_state_spec.rb b/clients/client/ruby/spec/models/recovery_flow_state_spec.rb index 76348eb23b..8c5b0f34b7 100644 --- a/clients/client/ruby/spec/models/recovery_flow_state_spec.rb +++ b/clients/client/ruby/spec/models/recovery_flow_state_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/recovery_identity_address_spec.rb b/clients/client/ruby/spec/models/recovery_identity_address_spec.rb index cf179320d7..5e5acaccde 100644 --- a/clients/client/ruby/spec/models/recovery_identity_address_spec.rb +++ b/clients/client/ruby/spec/models/recovery_identity_address_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/recovery_link_for_identity_spec.rb b/clients/client/ruby/spec/models/recovery_link_for_identity_spec.rb index 030ede9282..54e84deaaf 100644 --- a/clients/client/ruby/spec/models/recovery_link_for_identity_spec.rb +++ b/clients/client/ruby/spec/models/recovery_link_for_identity_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/registration_flow_spec.rb b/clients/client/ruby/spec/models/registration_flow_spec.rb index 688b2ff7be..88b413d013 100644 --- a/clients/client/ruby/spec/models/registration_flow_spec.rb +++ b/clients/client/ruby/spec/models/registration_flow_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/registration_flow_state_spec.rb b/clients/client/ruby/spec/models/registration_flow_state_spec.rb index f9bfbfe2c0..16adeae052 100644 --- a/clients/client/ruby/spec/models/registration_flow_state_spec.rb +++ b/clients/client/ruby/spec/models/registration_flow_state_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/reject_o_auth2_request_spec.rb b/clients/client/ruby/spec/models/reject_o_auth2_request_spec.rb index d0201ac323..f5b82bdac3 100644 --- a/clients/client/ruby/spec/models/reject_o_auth2_request_spec.rb +++ b/clients/client/ruby/spec/models/reject_o_auth2_request_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/relation_query_spec.rb b/clients/client/ruby/spec/models/relation_query_spec.rb index 7963e266dd..7ccdecfe4f 100644 --- a/clients/client/ruby/spec/models/relation_query_spec.rb +++ b/clients/client/ruby/spec/models/relation_query_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/relationship_namespaces_spec.rb b/clients/client/ruby/spec/models/relationship_namespaces_spec.rb index 05eb9d3369..ac23839950 100644 --- a/clients/client/ruby/spec/models/relationship_namespaces_spec.rb +++ b/clients/client/ruby/spec/models/relationship_namespaces_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/relationship_patch_spec.rb b/clients/client/ruby/spec/models/relationship_patch_spec.rb index 3c90077f43..d018b5b103 100644 --- a/clients/client/ruby/spec/models/relationship_patch_spec.rb +++ b/clients/client/ruby/spec/models/relationship_patch_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/relationship_spec.rb b/clients/client/ruby/spec/models/relationship_spec.rb index 3995f7ede6..a9f2172ae0 100644 --- a/clients/client/ruby/spec/models/relationship_spec.rb +++ b/clients/client/ruby/spec/models/relationship_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/relationships_spec.rb b/clients/client/ruby/spec/models/relationships_spec.rb index a7e2c72039..33a199f611 100644 --- a/clients/client/ruby/spec/models/relationships_spec.rb +++ b/clients/client/ruby/spec/models/relationships_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/rfc6749_error_json_spec.rb b/clients/client/ruby/spec/models/rfc6749_error_json_spec.rb index 7a36de6bd7..be79ccff56 100644 --- a/clients/client/ruby/spec/models/rfc6749_error_json_spec.rb +++ b/clients/client/ruby/spec/models/rfc6749_error_json_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/schema_patch_spec.rb b/clients/client/ruby/spec/models/schema_patch_spec.rb index 29acbcfdda..d7d98df7a9 100644 --- a/clients/client/ruby/spec/models/schema_patch_spec.rb +++ b/clients/client/ruby/spec/models/schema_patch_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/self_service_flow_expired_error_spec.rb b/clients/client/ruby/spec/models/self_service_flow_expired_error_spec.rb index e381e60509..995baa991a 100644 --- a/clients/client/ruby/spec/models/self_service_flow_expired_error_spec.rb +++ b/clients/client/ruby/spec/models/self_service_flow_expired_error_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/session_activity_datapoint_spec.rb b/clients/client/ruby/spec/models/session_activity_datapoint_spec.rb index eb39848e92..dcb3144804 100644 --- a/clients/client/ruby/spec/models/session_activity_datapoint_spec.rb +++ b/clients/client/ruby/spec/models/session_activity_datapoint_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/session_authentication_method_spec.rb b/clients/client/ruby/spec/models/session_authentication_method_spec.rb index 413bf282f3..0d2c2f1be0 100644 --- a/clients/client/ruby/spec/models/session_authentication_method_spec.rb +++ b/clients/client/ruby/spec/models/session_authentication_method_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/session_device_spec.rb b/clients/client/ruby/spec/models/session_device_spec.rb index 50316abbc8..5ab7edfdb0 100644 --- a/clients/client/ruby/spec/models/session_device_spec.rb +++ b/clients/client/ruby/spec/models/session_device_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/session_spec.rb b/clients/client/ruby/spec/models/session_spec.rb index 2025a08b87..9305c1f7bf 100644 --- a/clients/client/ruby/spec/models/session_spec.rb +++ b/clients/client/ruby/spec/models/session_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/set_active_project_in_console_body_spec.rb b/clients/client/ruby/spec/models/set_active_project_in_console_body_spec.rb index 80a79cabfb..eab726d957 100644 --- a/clients/client/ruby/spec/models/set_active_project_in_console_body_spec.rb +++ b/clients/client/ruby/spec/models/set_active_project_in_console_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/set_custom_domain_body_spec.rb b/clients/client/ruby/spec/models/set_custom_domain_body_spec.rb index c288c30a17..c9617f0393 100644 --- a/clients/client/ruby/spec/models/set_custom_domain_body_spec.rb +++ b/clients/client/ruby/spec/models/set_custom_domain_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/set_event_stream_body_spec.rb b/clients/client/ruby/spec/models/set_event_stream_body_spec.rb index 75ca5a4d95..c7c55ccb2d 100644 --- a/clients/client/ruby/spec/models/set_event_stream_body_spec.rb +++ b/clients/client/ruby/spec/models/set_event_stream_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/set_project_branding_theme_body_spec.rb b/clients/client/ruby/spec/models/set_project_branding_theme_body_spec.rb index 65148fae55..fc6a5d7b7e 100644 --- a/clients/client/ruby/spec/models/set_project_branding_theme_body_spec.rb +++ b/clients/client/ruby/spec/models/set_project_branding_theme_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/set_project_spec.rb b/clients/client/ruby/spec/models/set_project_spec.rb index c2d24e1790..9ebafd4651 100644 --- a/clients/client/ruby/spec/models/set_project_spec.rb +++ b/clients/client/ruby/spec/models/set_project_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/settings_flow_spec.rb b/clients/client/ruby/spec/models/settings_flow_spec.rb index 5c12034fb1..ab98c898c4 100644 --- a/clients/client/ruby/spec/models/settings_flow_spec.rb +++ b/clients/client/ruby/spec/models/settings_flow_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/settings_flow_state_spec.rb b/clients/client/ruby/spec/models/settings_flow_state_spec.rb index 5310ed96be..b2410fe94a 100644 --- a/clients/client/ruby/spec/models/settings_flow_state_spec.rb +++ b/clients/client/ruby/spec/models/settings_flow_state_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/source_position_spec.rb b/clients/client/ruby/spec/models/source_position_spec.rb index 5497e76fc4..637bd53a8e 100644 --- a/clients/client/ruby/spec/models/source_position_spec.rb +++ b/clients/client/ruby/spec/models/source_position_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/subject_set_spec.rb b/clients/client/ruby/spec/models/subject_set_spec.rb index bec96a493e..61ea2a1108 100644 --- a/clients/client/ruby/spec/models/subject_set_spec.rb +++ b/clients/client/ruby/spec/models/subject_set_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/subscription_spec.rb b/clients/client/ruby/spec/models/subscription_spec.rb index 14f5c7ebca..3678de8414 100644 --- a/clients/client/ruby/spec/models/subscription_spec.rb +++ b/clients/client/ruby/spec/models/subscription_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/successful_code_exchange_response_spec.rb b/clients/client/ruby/spec/models/successful_code_exchange_response_spec.rb index da71eaac7e..f5cc304e3b 100644 --- a/clients/client/ruby/spec/models/successful_code_exchange_response_spec.rb +++ b/clients/client/ruby/spec/models/successful_code_exchange_response_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/successful_native_login_spec.rb b/clients/client/ruby/spec/models/successful_native_login_spec.rb index 4712598231..c662da599b 100644 --- a/clients/client/ruby/spec/models/successful_native_login_spec.rb +++ b/clients/client/ruby/spec/models/successful_native_login_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/successful_native_registration_spec.rb b/clients/client/ruby/spec/models/successful_native_registration_spec.rb index 0eefbbe1b5..c296009427 100644 --- a/clients/client/ruby/spec/models/successful_native_registration_spec.rb +++ b/clients/client/ruby/spec/models/successful_native_registration_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/successful_project_update_spec.rb b/clients/client/ruby/spec/models/successful_project_update_spec.rb index c92d9b1da1..10e68a1a23 100644 --- a/clients/client/ruby/spec/models/successful_project_update_spec.rb +++ b/clients/client/ruby/spec/models/successful_project_update_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/tax_line_item_spec.rb b/clients/client/ruby/spec/models/tax_line_item_spec.rb index 441b85adc0..1facff26b4 100644 --- a/clients/client/ruby/spec/models/tax_line_item_spec.rb +++ b/clients/client/ruby/spec/models/tax_line_item_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/time_interval_spec.rb b/clients/client/ruby/spec/models/time_interval_spec.rb index 3bbde1d300..ba2d40093d 100644 --- a/clients/client/ruby/spec/models/time_interval_spec.rb +++ b/clients/client/ruby/spec/models/time_interval_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/token_pagination_headers_spec.rb b/clients/client/ruby/spec/models/token_pagination_headers_spec.rb index 7abd883f19..b516da03aa 100644 --- a/clients/client/ruby/spec/models/token_pagination_headers_spec.rb +++ b/clients/client/ruby/spec/models/token_pagination_headers_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/token_pagination_request_parameters_spec.rb b/clients/client/ruby/spec/models/token_pagination_request_parameters_spec.rb index 10cca83da9..2a55c5e65d 100644 --- a/clients/client/ruby/spec/models/token_pagination_request_parameters_spec.rb +++ b/clients/client/ruby/spec/models/token_pagination_request_parameters_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/token_pagination_response_headers_spec.rb b/clients/client/ruby/spec/models/token_pagination_response_headers_spec.rb index 1e0c3899a8..a253590361 100644 --- a/clients/client/ruby/spec/models/token_pagination_response_headers_spec.rb +++ b/clients/client/ruby/spec/models/token_pagination_response_headers_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/token_pagination_spec.rb b/clients/client/ruby/spec/models/token_pagination_spec.rb index 7c47f9bdde..ebe95ed610 100644 --- a/clients/client/ruby/spec/models/token_pagination_spec.rb +++ b/clients/client/ruby/spec/models/token_pagination_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/trust_o_auth2_jwt_grant_issuer_spec.rb b/clients/client/ruby/spec/models/trust_o_auth2_jwt_grant_issuer_spec.rb index a67cbeb601..0334302ebd 100644 --- a/clients/client/ruby/spec/models/trust_o_auth2_jwt_grant_issuer_spec.rb +++ b/clients/client/ruby/spec/models/trust_o_auth2_jwt_grant_issuer_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/trusted_o_auth2_jwt_grant_issuer_spec.rb b/clients/client/ruby/spec/models/trusted_o_auth2_jwt_grant_issuer_spec.rb index 15a7f31903..90f23f267e 100644 --- a/clients/client/ruby/spec/models/trusted_o_auth2_jwt_grant_issuer_spec.rb +++ b/clients/client/ruby/spec/models/trusted_o_auth2_jwt_grant_issuer_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/trusted_o_auth2_jwt_grant_json_web_key_spec.rb b/clients/client/ruby/spec/models/trusted_o_auth2_jwt_grant_json_web_key_spec.rb index 03973ce8f0..d92c3b5451 100644 --- a/clients/client/ruby/spec/models/trusted_o_auth2_jwt_grant_json_web_key_spec.rb +++ b/clients/client/ruby/spec/models/trusted_o_auth2_jwt_grant_json_web_key_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/ui_container_spec.rb b/clients/client/ruby/spec/models/ui_container_spec.rb index 68b6415fca..3fb8387b74 100644 --- a/clients/client/ruby/spec/models/ui_container_spec.rb +++ b/clients/client/ruby/spec/models/ui_container_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/ui_node_anchor_attributes_spec.rb b/clients/client/ruby/spec/models/ui_node_anchor_attributes_spec.rb index b0546cf012..438720e121 100644 --- a/clients/client/ruby/spec/models/ui_node_anchor_attributes_spec.rb +++ b/clients/client/ruby/spec/models/ui_node_anchor_attributes_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/ui_node_attributes_spec.rb b/clients/client/ruby/spec/models/ui_node_attributes_spec.rb index ed79c96313..60397ecd65 100644 --- a/clients/client/ruby/spec/models/ui_node_attributes_spec.rb +++ b/clients/client/ruby/spec/models/ui_node_attributes_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/ui_node_image_attributes_spec.rb b/clients/client/ruby/spec/models/ui_node_image_attributes_spec.rb index 852d229fa6..e77f230517 100644 --- a/clients/client/ruby/spec/models/ui_node_image_attributes_spec.rb +++ b/clients/client/ruby/spec/models/ui_node_image_attributes_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/ui_node_input_attributes_spec.rb b/clients/client/ruby/spec/models/ui_node_input_attributes_spec.rb index 013c7f3792..0ed2acc613 100644 --- a/clients/client/ruby/spec/models/ui_node_input_attributes_spec.rb +++ b/clients/client/ruby/spec/models/ui_node_input_attributes_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/ui_node_meta_spec.rb b/clients/client/ruby/spec/models/ui_node_meta_spec.rb index f467f29319..8fff373cc9 100644 --- a/clients/client/ruby/spec/models/ui_node_meta_spec.rb +++ b/clients/client/ruby/spec/models/ui_node_meta_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/ui_node_script_attributes_spec.rb b/clients/client/ruby/spec/models/ui_node_script_attributes_spec.rb index 71f256c718..68333d7c24 100644 --- a/clients/client/ruby/spec/models/ui_node_script_attributes_spec.rb +++ b/clients/client/ruby/spec/models/ui_node_script_attributes_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/ui_node_spec.rb b/clients/client/ruby/spec/models/ui_node_spec.rb index 40f08e4361..56b7104b9a 100644 --- a/clients/client/ruby/spec/models/ui_node_spec.rb +++ b/clients/client/ruby/spec/models/ui_node_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/ui_node_text_attributes_spec.rb b/clients/client/ruby/spec/models/ui_node_text_attributes_spec.rb index 1a7c1b54bf..008dd2b897 100644 --- a/clients/client/ruby/spec/models/ui_node_text_attributes_spec.rb +++ b/clients/client/ruby/spec/models/ui_node_text_attributes_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/ui_text_spec.rb b/clients/client/ruby/spec/models/ui_text_spec.rb index f57b6bc2c8..6c3d2bf37b 100644 --- a/clients/client/ruby/spec/models/ui_text_spec.rb +++ b/clients/client/ruby/spec/models/ui_text_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/update_identity_body_spec.rb b/clients/client/ruby/spec/models/update_identity_body_spec.rb index 5710bf0336..2df7f027a2 100644 --- a/clients/client/ruby/spec/models/update_identity_body_spec.rb +++ b/clients/client/ruby/spec/models/update_identity_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/update_login_flow_body_spec.rb b/clients/client/ruby/spec/models/update_login_flow_body_spec.rb index 8eb97a03f5..3398e16c89 100644 --- a/clients/client/ruby/spec/models/update_login_flow_body_spec.rb +++ b/clients/client/ruby/spec/models/update_login_flow_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/update_login_flow_with_code_method_spec.rb b/clients/client/ruby/spec/models/update_login_flow_with_code_method_spec.rb index 67df5de000..03e46c347c 100644 --- a/clients/client/ruby/spec/models/update_login_flow_with_code_method_spec.rb +++ b/clients/client/ruby/spec/models/update_login_flow_with_code_method_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/update_login_flow_with_identifier_first_method_spec.rb b/clients/client/ruby/spec/models/update_login_flow_with_identifier_first_method_spec.rb index 958cff284e..c4d3ab9657 100644 --- a/clients/client/ruby/spec/models/update_login_flow_with_identifier_first_method_spec.rb +++ b/clients/client/ruby/spec/models/update_login_flow_with_identifier_first_method_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/update_login_flow_with_lookup_secret_method_spec.rb b/clients/client/ruby/spec/models/update_login_flow_with_lookup_secret_method_spec.rb index 689c6d48e3..98b7d6edd5 100644 --- a/clients/client/ruby/spec/models/update_login_flow_with_lookup_secret_method_spec.rb +++ b/clients/client/ruby/spec/models/update_login_flow_with_lookup_secret_method_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/update_login_flow_with_oidc_method_spec.rb b/clients/client/ruby/spec/models/update_login_flow_with_oidc_method_spec.rb index 12b6019a9d..64e9c8fc8b 100644 --- a/clients/client/ruby/spec/models/update_login_flow_with_oidc_method_spec.rb +++ b/clients/client/ruby/spec/models/update_login_flow_with_oidc_method_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/update_login_flow_with_passkey_method_spec.rb b/clients/client/ruby/spec/models/update_login_flow_with_passkey_method_spec.rb index b9de7b487f..a8097d701b 100644 --- a/clients/client/ruby/spec/models/update_login_flow_with_passkey_method_spec.rb +++ b/clients/client/ruby/spec/models/update_login_flow_with_passkey_method_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/update_login_flow_with_password_method_spec.rb b/clients/client/ruby/spec/models/update_login_flow_with_password_method_spec.rb index 14cbb6f03c..6fca282cf5 100644 --- a/clients/client/ruby/spec/models/update_login_flow_with_password_method_spec.rb +++ b/clients/client/ruby/spec/models/update_login_flow_with_password_method_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/update_login_flow_with_totp_method_spec.rb b/clients/client/ruby/spec/models/update_login_flow_with_totp_method_spec.rb index ea4a501529..b35e244c8e 100644 --- a/clients/client/ruby/spec/models/update_login_flow_with_totp_method_spec.rb +++ b/clients/client/ruby/spec/models/update_login_flow_with_totp_method_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/update_login_flow_with_web_authn_method_spec.rb b/clients/client/ruby/spec/models/update_login_flow_with_web_authn_method_spec.rb index e8121705d4..2e84caa902 100644 --- a/clients/client/ruby/spec/models/update_login_flow_with_web_authn_method_spec.rb +++ b/clients/client/ruby/spec/models/update_login_flow_with_web_authn_method_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/update_recovery_flow_body_spec.rb b/clients/client/ruby/spec/models/update_recovery_flow_body_spec.rb index d3f930b01f..1fb5eec32b 100644 --- a/clients/client/ruby/spec/models/update_recovery_flow_body_spec.rb +++ b/clients/client/ruby/spec/models/update_recovery_flow_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/update_recovery_flow_with_code_method_spec.rb b/clients/client/ruby/spec/models/update_recovery_flow_with_code_method_spec.rb index e734f98fb2..bf07786df0 100644 --- a/clients/client/ruby/spec/models/update_recovery_flow_with_code_method_spec.rb +++ b/clients/client/ruby/spec/models/update_recovery_flow_with_code_method_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/update_recovery_flow_with_link_method_spec.rb b/clients/client/ruby/spec/models/update_recovery_flow_with_link_method_spec.rb index 1f833e13fd..c4801e146e 100644 --- a/clients/client/ruby/spec/models/update_recovery_flow_with_link_method_spec.rb +++ b/clients/client/ruby/spec/models/update_recovery_flow_with_link_method_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/update_registration_flow_body_spec.rb b/clients/client/ruby/spec/models/update_registration_flow_body_spec.rb index 0362e3d0cb..7ac39573b8 100644 --- a/clients/client/ruby/spec/models/update_registration_flow_body_spec.rb +++ b/clients/client/ruby/spec/models/update_registration_flow_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/update_registration_flow_with_code_method_spec.rb b/clients/client/ruby/spec/models/update_registration_flow_with_code_method_spec.rb index 47d64559ad..5fa8fa4812 100644 --- a/clients/client/ruby/spec/models/update_registration_flow_with_code_method_spec.rb +++ b/clients/client/ruby/spec/models/update_registration_flow_with_code_method_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/update_registration_flow_with_oidc_method_spec.rb b/clients/client/ruby/spec/models/update_registration_flow_with_oidc_method_spec.rb index c94aaf5315..20c345a108 100644 --- a/clients/client/ruby/spec/models/update_registration_flow_with_oidc_method_spec.rb +++ b/clients/client/ruby/spec/models/update_registration_flow_with_oidc_method_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/update_registration_flow_with_passkey_method_spec.rb b/clients/client/ruby/spec/models/update_registration_flow_with_passkey_method_spec.rb index 0870150272..203c1ab7a3 100644 --- a/clients/client/ruby/spec/models/update_registration_flow_with_passkey_method_spec.rb +++ b/clients/client/ruby/spec/models/update_registration_flow_with_passkey_method_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/update_registration_flow_with_password_method_spec.rb b/clients/client/ruby/spec/models/update_registration_flow_with_password_method_spec.rb index 81ebe425b9..de17e46a4a 100644 --- a/clients/client/ruby/spec/models/update_registration_flow_with_password_method_spec.rb +++ b/clients/client/ruby/spec/models/update_registration_flow_with_password_method_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/update_registration_flow_with_profile_method_spec.rb b/clients/client/ruby/spec/models/update_registration_flow_with_profile_method_spec.rb index 56ff12e9b4..e7fe463f0d 100644 --- a/clients/client/ruby/spec/models/update_registration_flow_with_profile_method_spec.rb +++ b/clients/client/ruby/spec/models/update_registration_flow_with_profile_method_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/update_registration_flow_with_web_authn_method_spec.rb b/clients/client/ruby/spec/models/update_registration_flow_with_web_authn_method_spec.rb index 1b24676678..9b2c1cbde5 100644 --- a/clients/client/ruby/spec/models/update_registration_flow_with_web_authn_method_spec.rb +++ b/clients/client/ruby/spec/models/update_registration_flow_with_web_authn_method_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/update_settings_flow_body_spec.rb b/clients/client/ruby/spec/models/update_settings_flow_body_spec.rb index 97c42bd830..f047712234 100644 --- a/clients/client/ruby/spec/models/update_settings_flow_body_spec.rb +++ b/clients/client/ruby/spec/models/update_settings_flow_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/update_settings_flow_with_lookup_method_spec.rb b/clients/client/ruby/spec/models/update_settings_flow_with_lookup_method_spec.rb index 0908986863..8f13069a59 100644 --- a/clients/client/ruby/spec/models/update_settings_flow_with_lookup_method_spec.rb +++ b/clients/client/ruby/spec/models/update_settings_flow_with_lookup_method_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/update_settings_flow_with_oidc_method_spec.rb b/clients/client/ruby/spec/models/update_settings_flow_with_oidc_method_spec.rb index e690d36770..dc194f7bc4 100644 --- a/clients/client/ruby/spec/models/update_settings_flow_with_oidc_method_spec.rb +++ b/clients/client/ruby/spec/models/update_settings_flow_with_oidc_method_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/update_settings_flow_with_passkey_method_spec.rb b/clients/client/ruby/spec/models/update_settings_flow_with_passkey_method_spec.rb index bd42bc04f9..894070d697 100644 --- a/clients/client/ruby/spec/models/update_settings_flow_with_passkey_method_spec.rb +++ b/clients/client/ruby/spec/models/update_settings_flow_with_passkey_method_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/update_settings_flow_with_password_method_spec.rb b/clients/client/ruby/spec/models/update_settings_flow_with_password_method_spec.rb index 3bf89a2d86..4c55426397 100644 --- a/clients/client/ruby/spec/models/update_settings_flow_with_password_method_spec.rb +++ b/clients/client/ruby/spec/models/update_settings_flow_with_password_method_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/update_settings_flow_with_profile_method_spec.rb b/clients/client/ruby/spec/models/update_settings_flow_with_profile_method_spec.rb index c7eda586d0..a1ffdfb6ad 100644 --- a/clients/client/ruby/spec/models/update_settings_flow_with_profile_method_spec.rb +++ b/clients/client/ruby/spec/models/update_settings_flow_with_profile_method_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/update_settings_flow_with_totp_method_spec.rb b/clients/client/ruby/spec/models/update_settings_flow_with_totp_method_spec.rb index 369862ac8b..29d4f103ca 100644 --- a/clients/client/ruby/spec/models/update_settings_flow_with_totp_method_spec.rb +++ b/clients/client/ruby/spec/models/update_settings_flow_with_totp_method_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/update_settings_flow_with_web_authn_method_spec.rb b/clients/client/ruby/spec/models/update_settings_flow_with_web_authn_method_spec.rb index ff9a4486d0..d1321583bc 100644 --- a/clients/client/ruby/spec/models/update_settings_flow_with_web_authn_method_spec.rb +++ b/clients/client/ruby/spec/models/update_settings_flow_with_web_authn_method_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/update_subscription_body_spec.rb b/clients/client/ruby/spec/models/update_subscription_body_spec.rb index 559a393bd0..d0514d7843 100644 --- a/clients/client/ruby/spec/models/update_subscription_body_spec.rb +++ b/clients/client/ruby/spec/models/update_subscription_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/update_verification_flow_body_spec.rb b/clients/client/ruby/spec/models/update_verification_flow_body_spec.rb index 3f5f959f02..359d010e2f 100644 --- a/clients/client/ruby/spec/models/update_verification_flow_body_spec.rb +++ b/clients/client/ruby/spec/models/update_verification_flow_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/update_verification_flow_with_code_method_spec.rb b/clients/client/ruby/spec/models/update_verification_flow_with_code_method_spec.rb index b89cca8e48..12926262d8 100644 --- a/clients/client/ruby/spec/models/update_verification_flow_with_code_method_spec.rb +++ b/clients/client/ruby/spec/models/update_verification_flow_with_code_method_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/update_verification_flow_with_link_method_spec.rb b/clients/client/ruby/spec/models/update_verification_flow_with_link_method_spec.rb index b78e4cd988..c8dea490d5 100644 --- a/clients/client/ruby/spec/models/update_verification_flow_with_link_method_spec.rb +++ b/clients/client/ruby/spec/models/update_verification_flow_with_link_method_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/update_workspace_body_spec.rb b/clients/client/ruby/spec/models/update_workspace_body_spec.rb index 0d80f73a74..5af236c05d 100644 --- a/clients/client/ruby/spec/models/update_workspace_body_spec.rb +++ b/clients/client/ruby/spec/models/update_workspace_body_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/usage_spec.rb b/clients/client/ruby/spec/models/usage_spec.rb index 4bdebd8f7e..bfa50ecad9 100644 --- a/clients/client/ruby/spec/models/usage_spec.rb +++ b/clients/client/ruby/spec/models/usage_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/verifiable_credential_priming_response_spec.rb b/clients/client/ruby/spec/models/verifiable_credential_priming_response_spec.rb index d708fce06f..6d3374d357 100644 --- a/clients/client/ruby/spec/models/verifiable_credential_priming_response_spec.rb +++ b/clients/client/ruby/spec/models/verifiable_credential_priming_response_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/verifiable_credential_proof_spec.rb b/clients/client/ruby/spec/models/verifiable_credential_proof_spec.rb index 9be0839e3a..742cc867d2 100644 --- a/clients/client/ruby/spec/models/verifiable_credential_proof_spec.rb +++ b/clients/client/ruby/spec/models/verifiable_credential_proof_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/verifiable_credential_response_spec.rb b/clients/client/ruby/spec/models/verifiable_credential_response_spec.rb index 2df1f98119..d168afd796 100644 --- a/clients/client/ruby/spec/models/verifiable_credential_response_spec.rb +++ b/clients/client/ruby/spec/models/verifiable_credential_response_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/verifiable_identity_address_spec.rb b/clients/client/ruby/spec/models/verifiable_identity_address_spec.rb index 18efe09c93..221c6cde50 100644 --- a/clients/client/ruby/spec/models/verifiable_identity_address_spec.rb +++ b/clients/client/ruby/spec/models/verifiable_identity_address_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/verification_flow_spec.rb b/clients/client/ruby/spec/models/verification_flow_spec.rb index 4bee65a371..f33f82a73e 100644 --- a/clients/client/ruby/spec/models/verification_flow_spec.rb +++ b/clients/client/ruby/spec/models/verification_flow_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/verification_flow_state_spec.rb b/clients/client/ruby/spec/models/verification_flow_state_spec.rb index cfca3cbd06..af8f04ae57 100644 --- a/clients/client/ruby/spec/models/verification_flow_state_spec.rb +++ b/clients/client/ruby/spec/models/verification_flow_state_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/version_spec.rb b/clients/client/ruby/spec/models/version_spec.rb index 9d16cefd73..b87a7efce2 100644 --- a/clients/client/ruby/spec/models/version_spec.rb +++ b/clients/client/ruby/spec/models/version_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/warning_spec.rb b/clients/client/ruby/spec/models/warning_spec.rb index 0751cf91b5..1a735f39f3 100644 --- a/clients/client/ruby/spec/models/warning_spec.rb +++ b/clients/client/ruby/spec/models/warning_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/workspace_api_key_spec.rb b/clients/client/ruby/spec/models/workspace_api_key_spec.rb index 8468d418d2..1a86954af4 100644 --- a/clients/client/ruby/spec/models/workspace_api_key_spec.rb +++ b/clients/client/ruby/spec/models/workspace_api_key_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/models/workspace_spec.rb b/clients/client/ruby/spec/models/workspace_spec.rb index d1a6a86459..450fe2ba2b 100644 --- a/clients/client/ruby/spec/models/workspace_spec.rb +++ b/clients/client/ruby/spec/models/workspace_spec.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/ruby/spec/spec_helper.rb b/clients/client/ruby/spec/spec_helper.rb index 389f3d0f67..59883054ae 100644 --- a/clients/client/ruby/spec/spec_helper.rb +++ b/clients/client/ruby/spec/spec_helper.rb @@ -3,7 +3,7 @@ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.5 +The version of the OpenAPI document: v1.15.0 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 diff --git a/clients/client/rust/Cargo.lock b/clients/client/rust/Cargo.lock index 5a7b1896e7..7380eb991e 100644 --- a/clients/client/rust/Cargo.lock +++ b/clients/client/rust/Cargo.lock @@ -4,18 +4,18 @@ version = 3 [[package]] name = "addr2line" -version = "0.22.0" +version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" +checksum = "f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375" dependencies = [ "gimli", ] [[package]] -name = "adler" -version = "1.0.2" +name = "adler2" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" +checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" [[package]] name = "android-tzdata" @@ -46,17 +46,17 @@ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] name = "backtrace" -version = "0.3.73" +version = "0.3.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a" +checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" dependencies = [ "addr2line", - "cc", "cfg-if", "libc", "miniz_oxide", "object", "rustc-demangle", + "windows-targets", ] [[package]] @@ -85,9 +85,9 @@ checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" [[package]] name = "cc" -version = "1.1.15" +version = "1.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57b6a275aa2903740dc87da01c62040406b8812552e97129a63ea8850a17c6e6" +checksum = "b62ac837cdb5cb22e10a256099b4fc502b1dfe560cb282963a974d7abd80e476" dependencies = [ "shlex", ] @@ -285,9 +285,9 @@ dependencies = [ [[package]] name = "gimli" -version = "0.29.0" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" +checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64" [[package]] name = "h2" @@ -301,7 +301,7 @@ dependencies = [ "futures-core", "futures-sink", "http", - "indexmap 2.4.0", + "indexmap 2.5.0", "slab", "tokio", "tokio-util", @@ -394,9 +394,9 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.27.2" +version = "0.27.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155" +checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" dependencies = [ "futures-util", "http", @@ -427,9 +427,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.7" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cde7055719c54e36e95e8719f95883f22072a48ede39db7fc17a4e1d5281e9b9" +checksum = "da62f120a8a37763efb0cf8fdf264b884c7b8b9ac8660b900c8661030c00e6ba" dependencies = [ "bytes", "futures-channel", @@ -497,9 +497,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c" +checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5" dependencies = [ "equivalent", "hashbrown 0.14.5", @@ -508,9 +508,9 @@ dependencies = [ [[package]] name = "ipnet" -version = "2.9.0" +version = "2.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" +checksum = "187674a687eed5fe42285b40c6291f9a01517d415fad1c3cbc6a9f778af7fcd4" [[package]] name = "itoa" @@ -569,11 +569,11 @@ dependencies = [ [[package]] name = "miniz_oxide" -version = "0.7.4" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" +checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" dependencies = [ - "adler", + "adler2", ] [[package]] @@ -681,7 +681,7 @@ dependencies = [ [[package]] name = "ory-client" -version = "1.14.5" +version = "1.15.0" dependencies = [ "reqwest", "serde", @@ -826,9 +826,9 @@ checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" [[package]] name = "rustix" -version = "0.38.35" +version = "0.38.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a85d50532239da68e9addb745ba38ff4612a242c1c7ceea689c4bc7c2f43c36f" +checksum = "3f55e80d50763938498dd5ebb18647174e0c76dc38c5505294bb224624f30f36" dependencies = [ "bitflags", "errno", @@ -839,9 +839,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.12" +version = "0.23.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044" +checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8" dependencies = [ "once_cell", "rustls-pki-types", @@ -868,9 +868,9 @@ checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0" [[package]] name = "rustls-webpki" -version = "0.102.7" +version = "0.102.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84678086bd54edf2b415183ed7a94d0efb049f1b646a33e22a36f3794be6ae56" +checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" dependencies = [ "ring", "rustls-pki-types", @@ -885,11 +885,11 @@ checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" [[package]] name = "schannel" -version = "0.1.23" +version = "0.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" +checksum = "e9aaafd5a2b6e3d657ff009d82fbd630b6bd54dd4eb06f21693925cdf80f9b8b" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -917,18 +917,18 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.209" +version = "1.0.210" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09" +checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.209" +version = "1.0.210" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170" +checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f" dependencies = [ "proc-macro2", "quote", @@ -937,9 +937,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.127" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad" +checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" dependencies = [ "itoa", "memchr", @@ -969,7 +969,7 @@ dependencies = [ "chrono", "hex", "indexmap 1.9.3", - "indexmap 2.4.0", + "indexmap 2.5.0", "serde", "serde_derive", "serde_json", @@ -1040,9 +1040,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "syn" -version = "2.0.76" +version = "2.0.77" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "578e081a14e0cefc3279b0472138c513f37b41a08d5a3cca9b6e4e8ceb6cd525" +checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed" dependencies = [ "proc-macro2", "quote", @@ -1176,9 +1176,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.11" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" +checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" dependencies = [ "bytes", "futures-core", @@ -1256,9 +1256,9 @@ checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" [[package]] name = "unicode-ident" -version = "1.0.12" +version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" +checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" [[package]] name = "unicode-normalization" diff --git a/clients/client/rust/Cargo.toml b/clients/client/rust/Cargo.toml index 6af4d7d05d..c507e0b98d 100644 --- a/clients/client/rust/Cargo.toml +++ b/clients/client/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ory-client" -version = "1.14.5" +version = "1.15.0" authors = ["support@ory.sh"] description = "Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. " license = "Apache 2.0" diff --git a/clients/client/rust/README.md b/clients/client/rust/README.md index fa1232a59c..1c903755dd 100644 --- a/clients/client/rust/README.md +++ b/clients/client/rust/README.md @@ -9,8 +9,8 @@ with a valid Personal Access Token. Public APIs are mostly used in browsers. This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://openapis.org) from a remote server, you can easily generate an API client. -- API version: v1.14.5 -- Package version: v1.14.5 +- API version: v1.15.0 +- Package version: v1.15.0 - Generator version: 7.7.0 - Build package: `org.openapitools.codegen.languages.RustClientCodegen` @@ -144,6 +144,7 @@ Class | Method | HTTP request | Description *ProjectApi* | [**list_project_api_keys**](docs/ProjectApi.md#list_project_api_keys) | **GET** /projects/{project}/tokens | List a project's API Tokens *ProjectApi* | [**list_projects**](docs/ProjectApi.md#list_projects) | **GET** /projects | List All Projects *ProjectApi* | [**patch_project**](docs/ProjectApi.md#patch_project) | **PATCH** /projects/{project_id} | Patch an Ory Network Project Configuration +*ProjectApi* | [**patch_project_with_revision**](docs/ProjectApi.md#patch_project_with_revision) | **PATCH** /projects/{project_id}/revision/{revision_id} | Patch an Ory Network Project Configuration based on a revision ID *ProjectApi* | [**purge_project**](docs/ProjectApi.md#purge_project) | **DELETE** /projects/{project_id} | Irrecoverably purge a project *ProjectApi* | [**remove_project_member**](docs/ProjectApi.md#remove_project_member) | **DELETE** /projects/{project}/members/{member} | Remove a member associated with this project *ProjectApi* | [**set_project**](docs/ProjectApi.md#set_project) | **PUT** /projects/{project_id} | Update an Ory Network Project Configuration diff --git a/clients/client/rust/docs/ProjectApi.md b/clients/client/rust/docs/ProjectApi.md index 5f4b6c70a5..b6290f8e83 100644 --- a/clients/client/rust/docs/ProjectApi.md +++ b/clients/client/rust/docs/ProjectApi.md @@ -16,6 +16,7 @@ Method | HTTP request | Description [**list_project_api_keys**](ProjectApi.md#list_project_api_keys) | **GET** /projects/{project}/tokens | List a project's API Tokens [**list_projects**](ProjectApi.md#list_projects) | **GET** /projects | List All Projects [**patch_project**](ProjectApi.md#patch_project) | **PATCH** /projects/{project_id} | Patch an Ory Network Project Configuration +[**patch_project_with_revision**](ProjectApi.md#patch_project_with_revision) | **PATCH** /projects/{project_id}/revision/{revision_id} | Patch an Ory Network Project Configuration based on a revision ID [**purge_project**](ProjectApi.md#purge_project) | **DELETE** /projects/{project_id} | Irrecoverably purge a project [**remove_project_member**](ProjectApi.md#remove_project_member) | **DELETE** /projects/{project}/members/{member} | Remove a member associated with this project [**set_project**](ProjectApi.md#set_project) | **PUT** /projects/{project_id} | Update an Ory Network Project Configuration @@ -389,6 +390,38 @@ Name | Type | Description | Required | Notes [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +## patch_project_with_revision + +> models::SuccessfulProjectUpdate patch_project_with_revision(project_id, revision_id, json_patch) +Patch an Ory Network Project Configuration based on a revision ID + +This endpoints allows you to patch individual Ory Network Project configuration keys for Ory's services (identity, permission, ...). The configuration format is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version. If you have an older version of a configuration, you should set the version key in the payload! While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source. For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed. + +### Parameters + + +Name | Type | Description | Required | Notes +------------- | ------------- | ------------- | ------------- | ------------- +**project_id** | **String** | Project ID The project's ID. | [required] | +**revision_id** | **String** | Revision ID The revision ID that this patch was generated for. | [required] | +**json_patch** | Option<[**Vec**](jsonPatch.md)> | | | + +### Return type + +[**models::SuccessfulProjectUpdate**](successfulProjectUpdate.md) + +### Authorization + +[oryWorkspaceApiKey](../README.md#oryWorkspaceApiKey) + +### HTTP request headers + +- **Content-Type**: application/json +- **Accept**: application/json + +[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) + + ## purge_project > purge_project(project_id) diff --git a/clients/client/rust/docs/QuotaUsage.md b/clients/client/rust/docs/QuotaUsage.md index 33d34fc1f9..ce9bdb373b 100644 --- a/clients/client/rust/docs/QuotaUsage.md +++ b/clients/client/rust/docs/QuotaUsage.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **additional_price** | **String** | The additional price per unit in cents. | **can_use_more** | **bool** | | -**feature** | **String** | production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect | +**feature** | **String** | production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect | **feature_available** | **bool** | | **included** | **i64** | | **used** | **i64** | | diff --git a/clients/client/rust/src/apis/configuration.rs b/clients/client/rust/src/apis/configuration.rs index 0273ea44a1..d31d178909 100644 --- a/clients/client/rust/src/apis/configuration.rs +++ b/clients/client/rust/src/apis/configuration.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ @@ -41,7 +41,7 @@ impl Default for Configuration { fn default() -> Self { Configuration { base_path: "https://.projects.oryapis.com".to_owned(), - user_agent: Some("OpenAPI-Generator/v1.14.5/rust".to_owned()), + user_agent: Some("OpenAPI-Generator/v1.15.0/rust".to_owned()), client: reqwest::Client::new(), basic_auth: None, oauth_access_token: None, diff --git a/clients/client/rust/src/apis/courier_api.rs b/clients/client/rust/src/apis/courier_api.rs index c9a3138e02..78aed4daae 100644 --- a/clients/client/rust/src/apis/courier_api.rs +++ b/clients/client/rust/src/apis/courier_api.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/apis/events_api.rs b/clients/client/rust/src/apis/events_api.rs index fae07efcbd..01605bf561 100644 --- a/clients/client/rust/src/apis/events_api.rs +++ b/clients/client/rust/src/apis/events_api.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/apis/frontend_api.rs b/clients/client/rust/src/apis/frontend_api.rs index 9982280eb4..e9d6c0718d 100644 --- a/clients/client/rust/src/apis/frontend_api.rs +++ b/clients/client/rust/src/apis/frontend_api.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/apis/identity_api.rs b/clients/client/rust/src/apis/identity_api.rs index 6d5dee3f85..c8013daea4 100644 --- a/clients/client/rust/src/apis/identity_api.rs +++ b/clients/client/rust/src/apis/identity_api.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/apis/jwk_api.rs b/clients/client/rust/src/apis/jwk_api.rs index 79f379e216..5dd823598e 100644 --- a/clients/client/rust/src/apis/jwk_api.rs +++ b/clients/client/rust/src/apis/jwk_api.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/apis/metadata_api.rs b/clients/client/rust/src/apis/metadata_api.rs index 9d7399e0de..d954de8b36 100644 --- a/clients/client/rust/src/apis/metadata_api.rs +++ b/clients/client/rust/src/apis/metadata_api.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/apis/o_auth2_api.rs b/clients/client/rust/src/apis/o_auth2_api.rs index 9879edf341..1fb8d1e6ca 100644 --- a/clients/client/rust/src/apis/o_auth2_api.rs +++ b/clients/client/rust/src/apis/o_auth2_api.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/apis/oidc_api.rs b/clients/client/rust/src/apis/oidc_api.rs index 0b4b97ff09..bbe855e475 100644 --- a/clients/client/rust/src/apis/oidc_api.rs +++ b/clients/client/rust/src/apis/oidc_api.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/apis/permission_api.rs b/clients/client/rust/src/apis/permission_api.rs index b0a41ad855..209f791e18 100644 --- a/clients/client/rust/src/apis/permission_api.rs +++ b/clients/client/rust/src/apis/permission_api.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/apis/project_api.rs b/clients/client/rust/src/apis/project_api.rs index 3f1147a5ce..debb380d7a 100644 --- a/clients/client/rust/src/apis/project_api.rs +++ b/clients/client/rust/src/apis/project_api.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ @@ -137,6 +137,18 @@ pub enum PatchProjectError { UnknownValue(serde_json::Value), } +/// struct for typed errors of method [`patch_project_with_revision`] +#[derive(Debug, Clone, Serialize, Deserialize)] +#[serde(untagged)] +pub enum PatchProjectWithRevisionError { + Status400(models::ErrorGeneric), + Status401(models::ErrorGeneric), + Status403(models::ErrorGeneric), + Status404(models::ErrorGeneric), + DefaultResponse(models::ErrorGeneric), + UnknownValue(serde_json::Value), +} + /// struct for typed errors of method [`purge_project`] #[derive(Debug, Clone, Serialize, Deserialize)] #[serde(untagged)] @@ -568,6 +580,38 @@ pub async fn patch_project(configuration: &configuration::Configuration, project } } +/// This endpoints allows you to patch individual Ory Network Project configuration keys for Ory's services (identity, permission, ...). The configuration format is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version. If you have an older version of a configuration, you should set the version key in the payload! While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source. For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed. +pub async fn patch_project_with_revision(configuration: &configuration::Configuration, project_id: &str, revision_id: &str, json_patch: Option>) -> Result> { + let local_var_configuration = configuration; + + let local_var_client = &local_var_configuration.client; + + let local_var_uri_str = format!("{}/projects/{project_id}/revision/{revision_id}", local_var_configuration.base_path, project_id=crate::apis::urlencode(project_id), revision_id=crate::apis::urlencode(revision_id)); + let mut local_var_req_builder = local_var_client.request(reqwest::Method::PATCH, local_var_uri_str.as_str()); + + if let Some(ref local_var_user_agent) = local_var_configuration.user_agent { + local_var_req_builder = local_var_req_builder.header(reqwest::header::USER_AGENT, local_var_user_agent.clone()); + } + if let Some(ref local_var_token) = local_var_configuration.bearer_access_token { + local_var_req_builder = local_var_req_builder.bearer_auth(local_var_token.to_owned()); + }; + local_var_req_builder = local_var_req_builder.json(&json_patch); + + let local_var_req = local_var_req_builder.build()?; + let local_var_resp = local_var_client.execute(local_var_req).await?; + + let local_var_status = local_var_resp.status(); + let local_var_content = local_var_resp.text().await?; + + if !local_var_status.is_client_error() && !local_var_status.is_server_error() { + serde_json::from_str(&local_var_content).map_err(Error::from) + } else { + let local_var_entity: Option = serde_json::from_str(&local_var_content).ok(); + let local_var_error = ResponseContent { status: local_var_status, content: local_var_content, entity: local_var_entity }; + Err(Error::ResponseError(local_var_error)) + } +} + /// !! Use with extreme caution !! Using this API endpoint you can purge (completely delete) a project and its data. This action can not be undone and will delete ALL your data. Calling this endpoint will additionally delete custom domains and other related data. If the project is linked to a subscription, the subscription needs to be unlinked first. pub async fn purge_project(configuration: &configuration::Configuration, project_id: &str) -> Result<(), Error> { let local_var_configuration = configuration; diff --git a/clients/client/rust/src/apis/relationship_api.rs b/clients/client/rust/src/apis/relationship_api.rs index f357899262..37f157a775 100644 --- a/clients/client/rust/src/apis/relationship_api.rs +++ b/clients/client/rust/src/apis/relationship_api.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/apis/wellknown_api.rs b/clients/client/rust/src/apis/wellknown_api.rs index aa3328e508..3a0b53a1fa 100644 --- a/clients/client/rust/src/apis/wellknown_api.rs +++ b/clients/client/rust/src/apis/wellknown_api.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/apis/workspace_api.rs b/clients/client/rust/src/apis/workspace_api.rs index 6d66959650..de589ca164 100644 --- a/clients/client/rust/src/apis/workspace_api.rs +++ b/clients/client/rust/src/apis/workspace_api.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/accept_o_auth2_consent_request.rs b/clients/client/rust/src/models/accept_o_auth2_consent_request.rs index e54b5b1541..d16031b9d5 100644 --- a/clients/client/rust/src/models/accept_o_auth2_consent_request.rs +++ b/clients/client/rust/src/models/accept_o_auth2_consent_request.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/accept_o_auth2_consent_request_session.rs b/clients/client/rust/src/models/accept_o_auth2_consent_request_session.rs index 3c51b1a381..e33b56dedf 100644 --- a/clients/client/rust/src/models/accept_o_auth2_consent_request_session.rs +++ b/clients/client/rust/src/models/accept_o_auth2_consent_request_session.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/accept_o_auth2_login_request.rs b/clients/client/rust/src/models/accept_o_auth2_login_request.rs index 1d960c0493..72a759941b 100644 --- a/clients/client/rust/src/models/accept_o_auth2_login_request.rs +++ b/clients/client/rust/src/models/accept_o_auth2_login_request.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/account_experience_configuration.rs b/clients/client/rust/src/models/account_experience_configuration.rs index 2ffcaa973b..188634ca07 100644 --- a/clients/client/rust/src/models/account_experience_configuration.rs +++ b/clients/client/rust/src/models/account_experience_configuration.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/account_experience_theme_variables.rs b/clients/client/rust/src/models/account_experience_theme_variables.rs index b9782c9c1a..c0e870b7d7 100644 --- a/clients/client/rust/src/models/account_experience_theme_variables.rs +++ b/clients/client/rust/src/models/account_experience_theme_variables.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/active_project_in_console.rs b/clients/client/rust/src/models/active_project_in_console.rs index adf354c4b2..ccfeb62bac 100644 --- a/clients/client/rust/src/models/active_project_in_console.rs +++ b/clients/client/rust/src/models/active_project_in_console.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/add_project_to_workspace_body.rs b/clients/client/rust/src/models/add_project_to_workspace_body.rs index a8e4b73abe..9bae304a27 100644 --- a/clients/client/rust/src/models/add_project_to_workspace_body.rs +++ b/clients/client/rust/src/models/add_project_to_workspace_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/attribute.rs b/clients/client/rust/src/models/attribute.rs index df39860f1a..f2f3d52bdd 100644 --- a/clients/client/rust/src/models/attribute.rs +++ b/clients/client/rust/src/models/attribute.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/attribute_filter.rs b/clients/client/rust/src/models/attribute_filter.rs index 631e036df6..0d2c526e45 100644 --- a/clients/client/rust/src/models/attribute_filter.rs +++ b/clients/client/rust/src/models/attribute_filter.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/attributes_count_datapoint.rs b/clients/client/rust/src/models/attributes_count_datapoint.rs index 5f60b8f8c8..fa8657fae4 100644 --- a/clients/client/rust/src/models/attributes_count_datapoint.rs +++ b/clients/client/rust/src/models/attributes_count_datapoint.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/authenticator_assurance_level.rs b/clients/client/rust/src/models/authenticator_assurance_level.rs index af247bc505..0947b996bb 100644 --- a/clients/client/rust/src/models/authenticator_assurance_level.rs +++ b/clients/client/rust/src/models/authenticator_assurance_level.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/batch_check_permission_body.rs b/clients/client/rust/src/models/batch_check_permission_body.rs index fb0514cd0f..989f044289 100644 --- a/clients/client/rust/src/models/batch_check_permission_body.rs +++ b/clients/client/rust/src/models/batch_check_permission_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/batch_check_permission_result.rs b/clients/client/rust/src/models/batch_check_permission_result.rs index bb31383fe6..5ea7657776 100644 --- a/clients/client/rust/src/models/batch_check_permission_result.rs +++ b/clients/client/rust/src/models/batch_check_permission_result.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/batch_patch_identities_response.rs b/clients/client/rust/src/models/batch_patch_identities_response.rs index f3d5250331..2e573260f7 100644 --- a/clients/client/rust/src/models/batch_patch_identities_response.rs +++ b/clients/client/rust/src/models/batch_patch_identities_response.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/billing_period_bucket.rs b/clients/client/rust/src/models/billing_period_bucket.rs index 10c9a082ce..bbb27195ff 100644 --- a/clients/client/rust/src/models/billing_period_bucket.rs +++ b/clients/client/rust/src/models/billing_period_bucket.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/check_opl_syntax_result.rs b/clients/client/rust/src/models/check_opl_syntax_result.rs index 0f49f410ff..b9d20a23c0 100644 --- a/clients/client/rust/src/models/check_opl_syntax_result.rs +++ b/clients/client/rust/src/models/check_opl_syntax_result.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/check_permission_result.rs b/clients/client/rust/src/models/check_permission_result.rs index 54f2442f5b..b1b9e4b0bc 100644 --- a/clients/client/rust/src/models/check_permission_result.rs +++ b/clients/client/rust/src/models/check_permission_result.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/check_permission_result_with_error.rs b/clients/client/rust/src/models/check_permission_result_with_error.rs index f527e16b11..ac0ce54eaa 100644 --- a/clients/client/rust/src/models/check_permission_result_with_error.rs +++ b/clients/client/rust/src/models/check_permission_result_with_error.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/cloud_account.rs b/clients/client/rust/src/models/cloud_account.rs index 7e9f56f5fc..6487ac9480 100644 --- a/clients/client/rust/src/models/cloud_account.rs +++ b/clients/client/rust/src/models/cloud_account.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/consistency_request_parameters.rs b/clients/client/rust/src/models/consistency_request_parameters.rs index e04cfcff2e..ec7810445f 100644 --- a/clients/client/rust/src/models/consistency_request_parameters.rs +++ b/clients/client/rust/src/models/consistency_request_parameters.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/continue_with.rs b/clients/client/rust/src/models/continue_with.rs index 2a458715a5..cdcc5c1696 100644 --- a/clients/client/rust/src/models/continue_with.rs +++ b/clients/client/rust/src/models/continue_with.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/continue_with_recovery_ui.rs b/clients/client/rust/src/models/continue_with_recovery_ui.rs index b50bd2784f..2560b0e3f6 100644 --- a/clients/client/rust/src/models/continue_with_recovery_ui.rs +++ b/clients/client/rust/src/models/continue_with_recovery_ui.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/continue_with_recovery_ui_flow.rs b/clients/client/rust/src/models/continue_with_recovery_ui_flow.rs index 8516cb978b..f500e394ea 100644 --- a/clients/client/rust/src/models/continue_with_recovery_ui_flow.rs +++ b/clients/client/rust/src/models/continue_with_recovery_ui_flow.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/continue_with_redirect_browser_to.rs b/clients/client/rust/src/models/continue_with_redirect_browser_to.rs index 22bd3215a6..c1cff670fe 100644 --- a/clients/client/rust/src/models/continue_with_redirect_browser_to.rs +++ b/clients/client/rust/src/models/continue_with_redirect_browser_to.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/continue_with_set_ory_session_token.rs b/clients/client/rust/src/models/continue_with_set_ory_session_token.rs index ef6732288c..fb85e6d0a4 100644 --- a/clients/client/rust/src/models/continue_with_set_ory_session_token.rs +++ b/clients/client/rust/src/models/continue_with_set_ory_session_token.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/continue_with_settings_ui.rs b/clients/client/rust/src/models/continue_with_settings_ui.rs index 59735f6d11..0117548a81 100644 --- a/clients/client/rust/src/models/continue_with_settings_ui.rs +++ b/clients/client/rust/src/models/continue_with_settings_ui.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/continue_with_settings_ui_flow.rs b/clients/client/rust/src/models/continue_with_settings_ui_flow.rs index eb7fb58ac1..9b92330ab5 100644 --- a/clients/client/rust/src/models/continue_with_settings_ui_flow.rs +++ b/clients/client/rust/src/models/continue_with_settings_ui_flow.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/continue_with_verification_ui.rs b/clients/client/rust/src/models/continue_with_verification_ui.rs index 05e4b4a5ff..fd5e4fe7af 100644 --- a/clients/client/rust/src/models/continue_with_verification_ui.rs +++ b/clients/client/rust/src/models/continue_with_verification_ui.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/continue_with_verification_ui_flow.rs b/clients/client/rust/src/models/continue_with_verification_ui_flow.rs index a204d11589..31a43956ef 100644 --- a/clients/client/rust/src/models/continue_with_verification_ui_flow.rs +++ b/clients/client/rust/src/models/continue_with_verification_ui_flow.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/courier_message_status.rs b/clients/client/rust/src/models/courier_message_status.rs index 4b4b646746..7ce45026e3 100644 --- a/clients/client/rust/src/models/courier_message_status.rs +++ b/clients/client/rust/src/models/courier_message_status.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/courier_message_type.rs b/clients/client/rust/src/models/courier_message_type.rs index 3190525dee..f419eb5691 100644 --- a/clients/client/rust/src/models/courier_message_type.rs +++ b/clients/client/rust/src/models/courier_message_type.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/create_custom_domain_body.rs b/clients/client/rust/src/models/create_custom_domain_body.rs index de847b68b2..053058548f 100644 --- a/clients/client/rust/src/models/create_custom_domain_body.rs +++ b/clients/client/rust/src/models/create_custom_domain_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/create_event_stream_body.rs b/clients/client/rust/src/models/create_event_stream_body.rs index a0a17ccda2..e79239508a 100644 --- a/clients/client/rust/src/models/create_event_stream_body.rs +++ b/clients/client/rust/src/models/create_event_stream_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/create_identity_body.rs b/clients/client/rust/src/models/create_identity_body.rs index eb48dbb562..c3916fed80 100644 --- a/clients/client/rust/src/models/create_identity_body.rs +++ b/clients/client/rust/src/models/create_identity_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/create_invite_response.rs b/clients/client/rust/src/models/create_invite_response.rs index 5478d36ca8..06576b86c7 100644 --- a/clients/client/rust/src/models/create_invite_response.rs +++ b/clients/client/rust/src/models/create_invite_response.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/create_json_web_key_set.rs b/clients/client/rust/src/models/create_json_web_key_set.rs index 2febc848a5..fa74d55dfa 100644 --- a/clients/client/rust/src/models/create_json_web_key_set.rs +++ b/clients/client/rust/src/models/create_json_web_key_set.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/create_project_api_key_request.rs b/clients/client/rust/src/models/create_project_api_key_request.rs index 7e6aa08585..fc46c46d3f 100644 --- a/clients/client/rust/src/models/create_project_api_key_request.rs +++ b/clients/client/rust/src/models/create_project_api_key_request.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/create_project_body.rs b/clients/client/rust/src/models/create_project_body.rs index ba00c5ec7b..77b15a1bb7 100644 --- a/clients/client/rust/src/models/create_project_body.rs +++ b/clients/client/rust/src/models/create_project_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/create_project_branding.rs b/clients/client/rust/src/models/create_project_branding.rs index b3d4f9af3b..2d15fe20bb 100644 --- a/clients/client/rust/src/models/create_project_branding.rs +++ b/clients/client/rust/src/models/create_project_branding.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/create_project_member_invite_body.rs b/clients/client/rust/src/models/create_project_member_invite_body.rs index 0c80da9f27..eda7efe02a 100644 --- a/clients/client/rust/src/models/create_project_member_invite_body.rs +++ b/clients/client/rust/src/models/create_project_member_invite_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/create_project_normalized_payload.rs b/clients/client/rust/src/models/create_project_normalized_payload.rs index 925f1b414d..05290ce73a 100644 --- a/clients/client/rust/src/models/create_project_normalized_payload.rs +++ b/clients/client/rust/src/models/create_project_normalized_payload.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/create_recovery_code_for_identity_body.rs b/clients/client/rust/src/models/create_recovery_code_for_identity_body.rs index 0793d475c0..033fac9e11 100644 --- a/clients/client/rust/src/models/create_recovery_code_for_identity_body.rs +++ b/clients/client/rust/src/models/create_recovery_code_for_identity_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/create_recovery_link_for_identity_body.rs b/clients/client/rust/src/models/create_recovery_link_for_identity_body.rs index a3b4e15185..e6da3bfe91 100644 --- a/clients/client/rust/src/models/create_recovery_link_for_identity_body.rs +++ b/clients/client/rust/src/models/create_recovery_link_for_identity_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/create_relationship_body.rs b/clients/client/rust/src/models/create_relationship_body.rs index 2d8865d7e9..32088bdd67 100644 --- a/clients/client/rust/src/models/create_relationship_body.rs +++ b/clients/client/rust/src/models/create_relationship_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/create_subscription_body.rs b/clients/client/rust/src/models/create_subscription_body.rs index 99ffe2efae..9e89772132 100644 --- a/clients/client/rust/src/models/create_subscription_body.rs +++ b/clients/client/rust/src/models/create_subscription_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/create_subscription_common.rs b/clients/client/rust/src/models/create_subscription_common.rs index e88fb61ff3..c3975afc38 100644 --- a/clients/client/rust/src/models/create_subscription_common.rs +++ b/clients/client/rust/src/models/create_subscription_common.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/create_verifiable_credential_request_body.rs b/clients/client/rust/src/models/create_verifiable_credential_request_body.rs index 8bf78adc31..3c68b034fb 100644 --- a/clients/client/rust/src/models/create_verifiable_credential_request_body.rs +++ b/clients/client/rust/src/models/create_verifiable_credential_request_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/create_workspace_api_key_body.rs b/clients/client/rust/src/models/create_workspace_api_key_body.rs index 8d0797f367..ddcfe40f89 100644 --- a/clients/client/rust/src/models/create_workspace_api_key_body.rs +++ b/clients/client/rust/src/models/create_workspace_api_key_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/create_workspace_body.rs b/clients/client/rust/src/models/create_workspace_body.rs index 4d64f05c37..4e8f36b7d6 100644 --- a/clients/client/rust/src/models/create_workspace_body.rs +++ b/clients/client/rust/src/models/create_workspace_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/create_workspace_member_invite_body.rs b/clients/client/rust/src/models/create_workspace_member_invite_body.rs index 579512e56a..3bfaef4733 100644 --- a/clients/client/rust/src/models/create_workspace_member_invite_body.rs +++ b/clients/client/rust/src/models/create_workspace_member_invite_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/create_workspace_subscription_body.rs b/clients/client/rust/src/models/create_workspace_subscription_body.rs index 1cc1aaebc9..9b8c3343f7 100644 --- a/clients/client/rust/src/models/create_workspace_subscription_body.rs +++ b/clients/client/rust/src/models/create_workspace_subscription_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/credential_supported_draft00.rs b/clients/client/rust/src/models/credential_supported_draft00.rs index 3a04c06280..7079384b8a 100644 --- a/clients/client/rust/src/models/credential_supported_draft00.rs +++ b/clients/client/rust/src/models/credential_supported_draft00.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/custom_domain.rs b/clients/client/rust/src/models/custom_domain.rs index ee3c5ca383..10250cd130 100644 --- a/clients/client/rust/src/models/custom_domain.rs +++ b/clients/client/rust/src/models/custom_domain.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/delete_my_sessions_count.rs b/clients/client/rust/src/models/delete_my_sessions_count.rs index 94ecef8c4e..a899a2de59 100644 --- a/clients/client/rust/src/models/delete_my_sessions_count.rs +++ b/clients/client/rust/src/models/delete_my_sessions_count.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/email_template_data.rs b/clients/client/rust/src/models/email_template_data.rs index c4fe0eb3af..cfe6f7285b 100644 --- a/clients/client/rust/src/models/email_template_data.rs +++ b/clients/client/rust/src/models/email_template_data.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/email_template_data_body.rs b/clients/client/rust/src/models/email_template_data_body.rs index 049af930f8..4d6768a911 100644 --- a/clients/client/rust/src/models/email_template_data_body.rs +++ b/clients/client/rust/src/models/email_template_data_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/error_authenticator_assurance_level_not_satisfied.rs b/clients/client/rust/src/models/error_authenticator_assurance_level_not_satisfied.rs index 768ae0d547..1fd3f4d845 100644 --- a/clients/client/rust/src/models/error_authenticator_assurance_level_not_satisfied.rs +++ b/clients/client/rust/src/models/error_authenticator_assurance_level_not_satisfied.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/error_browser_location_change_required.rs b/clients/client/rust/src/models/error_browser_location_change_required.rs index 22c408f64e..441f2ebe1d 100644 --- a/clients/client/rust/src/models/error_browser_location_change_required.rs +++ b/clients/client/rust/src/models/error_browser_location_change_required.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/error_flow_replaced.rs b/clients/client/rust/src/models/error_flow_replaced.rs index 67e1967dd3..a8bbbc41c7 100644 --- a/clients/client/rust/src/models/error_flow_replaced.rs +++ b/clients/client/rust/src/models/error_flow_replaced.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/error_generic.rs b/clients/client/rust/src/models/error_generic.rs index ccb80f4442..49b2b47442 100644 --- a/clients/client/rust/src/models/error_generic.rs +++ b/clients/client/rust/src/models/error_generic.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/error_o_auth2.rs b/clients/client/rust/src/models/error_o_auth2.rs index 462e5fcafe..03081a01f8 100644 --- a/clients/client/rust/src/models/error_o_auth2.rs +++ b/clients/client/rust/src/models/error_o_auth2.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/event_stream.rs b/clients/client/rust/src/models/event_stream.rs index 6c85b908d4..639436517c 100644 --- a/clients/client/rust/src/models/event_stream.rs +++ b/clients/client/rust/src/models/event_stream.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/expanded_permission_tree.rs b/clients/client/rust/src/models/expanded_permission_tree.rs index 45029c2aef..fc0ce3c77d 100644 --- a/clients/client/rust/src/models/expanded_permission_tree.rs +++ b/clients/client/rust/src/models/expanded_permission_tree.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/flow_error.rs b/clients/client/rust/src/models/flow_error.rs index fbaa56cf96..f479029ce6 100644 --- a/clients/client/rust/src/models/flow_error.rs +++ b/clients/client/rust/src/models/flow_error.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/generic_error.rs b/clients/client/rust/src/models/generic_error.rs index a003bb57b5..9bb0be1360 100644 --- a/clients/client/rust/src/models/generic_error.rs +++ b/clients/client/rust/src/models/generic_error.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/generic_error_content.rs b/clients/client/rust/src/models/generic_error_content.rs index 35db7e5e08..76f323834e 100644 --- a/clients/client/rust/src/models/generic_error_content.rs +++ b/clients/client/rust/src/models/generic_error_content.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/generic_usage.rs b/clients/client/rust/src/models/generic_usage.rs index e05f8e42f3..dc19ea3746 100644 --- a/clients/client/rust/src/models/generic_usage.rs +++ b/clients/client/rust/src/models/generic_usage.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/get_attributes_count_response.rs b/clients/client/rust/src/models/get_attributes_count_response.rs index 58d3accced..ea9d9a0ad9 100644 --- a/clients/client/rust/src/models/get_attributes_count_response.rs +++ b/clients/client/rust/src/models/get_attributes_count_response.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/get_managed_identity_schema_location.rs b/clients/client/rust/src/models/get_managed_identity_schema_location.rs index 5c8f189ccd..282d73f079 100644 --- a/clients/client/rust/src/models/get_managed_identity_schema_location.rs +++ b/clients/client/rust/src/models/get_managed_identity_schema_location.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/get_metrics_event_attributes_response.rs b/clients/client/rust/src/models/get_metrics_event_attributes_response.rs index 706916858f..89bca65290 100644 --- a/clients/client/rust/src/models/get_metrics_event_attributes_response.rs +++ b/clients/client/rust/src/models/get_metrics_event_attributes_response.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/get_metrics_event_types_response.rs b/clients/client/rust/src/models/get_metrics_event_types_response.rs index 4752bbbda7..7b17bd4ab9 100644 --- a/clients/client/rust/src/models/get_metrics_event_types_response.rs +++ b/clients/client/rust/src/models/get_metrics_event_types_response.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/get_organization_response.rs b/clients/client/rust/src/models/get_organization_response.rs index d9cc0243f2..b0cd9053d3 100644 --- a/clients/client/rust/src/models/get_organization_response.rs +++ b/clients/client/rust/src/models/get_organization_response.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/get_project_events_body.rs b/clients/client/rust/src/models/get_project_events_body.rs index 130b050483..2686e6c673 100644 --- a/clients/client/rust/src/models/get_project_events_body.rs +++ b/clients/client/rust/src/models/get_project_events_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/get_project_events_response.rs b/clients/client/rust/src/models/get_project_events_response.rs index 051de014a1..b53f7b6a69 100644 --- a/clients/client/rust/src/models/get_project_events_response.rs +++ b/clients/client/rust/src/models/get_project_events_response.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/get_project_metrics_response.rs b/clients/client/rust/src/models/get_project_metrics_response.rs index 645578c823..55ce528de6 100644 --- a/clients/client/rust/src/models/get_project_metrics_response.rs +++ b/clients/client/rust/src/models/get_project_metrics_response.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/get_session_activity_response.rs b/clients/client/rust/src/models/get_session_activity_response.rs index 2de3735880..427a4617b9 100644 --- a/clients/client/rust/src/models/get_session_activity_response.rs +++ b/clients/client/rust/src/models/get_session_activity_response.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/get_version_200_response.rs b/clients/client/rust/src/models/get_version_200_response.rs index c1498850df..89def81882 100644 --- a/clients/client/rust/src/models/get_version_200_response.rs +++ b/clients/client/rust/src/models/get_version_200_response.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/health_not_ready_status.rs b/clients/client/rust/src/models/health_not_ready_status.rs index 06a1342542..4f96506350 100644 --- a/clients/client/rust/src/models/health_not_ready_status.rs +++ b/clients/client/rust/src/models/health_not_ready_status.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/health_status.rs b/clients/client/rust/src/models/health_status.rs index 931e0398ac..5387f6280f 100644 --- a/clients/client/rust/src/models/health_status.rs +++ b/clients/client/rust/src/models/health_status.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/identity.rs b/clients/client/rust/src/models/identity.rs index c5dd5f611a..1bf4a48042 100644 --- a/clients/client/rust/src/models/identity.rs +++ b/clients/client/rust/src/models/identity.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/identity_credentials.rs b/clients/client/rust/src/models/identity_credentials.rs index d109849a3c..4dc17a89f2 100644 --- a/clients/client/rust/src/models/identity_credentials.rs +++ b/clients/client/rust/src/models/identity_credentials.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/identity_credentials_code.rs b/clients/client/rust/src/models/identity_credentials_code.rs index 4e32b7ad73..957f80bd84 100644 --- a/clients/client/rust/src/models/identity_credentials_code.rs +++ b/clients/client/rust/src/models/identity_credentials_code.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/identity_credentials_oidc.rs b/clients/client/rust/src/models/identity_credentials_oidc.rs index f590c7925d..57f287b501 100644 --- a/clients/client/rust/src/models/identity_credentials_oidc.rs +++ b/clients/client/rust/src/models/identity_credentials_oidc.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/identity_credentials_oidc_provider.rs b/clients/client/rust/src/models/identity_credentials_oidc_provider.rs index 3ade98589c..0fd2de3d57 100644 --- a/clients/client/rust/src/models/identity_credentials_oidc_provider.rs +++ b/clients/client/rust/src/models/identity_credentials_oidc_provider.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/identity_credentials_password.rs b/clients/client/rust/src/models/identity_credentials_password.rs index 18c7d4898a..cda39bff44 100644 --- a/clients/client/rust/src/models/identity_credentials_password.rs +++ b/clients/client/rust/src/models/identity_credentials_password.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/identity_patch.rs b/clients/client/rust/src/models/identity_patch.rs index 8d7577a084..0b98409eca 100644 --- a/clients/client/rust/src/models/identity_patch.rs +++ b/clients/client/rust/src/models/identity_patch.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/identity_patch_response.rs b/clients/client/rust/src/models/identity_patch_response.rs index 5595d12d73..ba5256f468 100644 --- a/clients/client/rust/src/models/identity_patch_response.rs +++ b/clients/client/rust/src/models/identity_patch_response.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/identity_schema_container.rs b/clients/client/rust/src/models/identity_schema_container.rs index ec5e82024f..8252fda727 100644 --- a/clients/client/rust/src/models/identity_schema_container.rs +++ b/clients/client/rust/src/models/identity_schema_container.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/identity_schema_preset.rs b/clients/client/rust/src/models/identity_schema_preset.rs index 84ae9a4452..e149c31f3c 100644 --- a/clients/client/rust/src/models/identity_schema_preset.rs +++ b/clients/client/rust/src/models/identity_schema_preset.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/identity_with_credentials.rs b/clients/client/rust/src/models/identity_with_credentials.rs index e4664a0d73..d9a141f9e6 100644 --- a/clients/client/rust/src/models/identity_with_credentials.rs +++ b/clients/client/rust/src/models/identity_with_credentials.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/identity_with_credentials_oidc.rs b/clients/client/rust/src/models/identity_with_credentials_oidc.rs index ff779310e7..ec5c177eeb 100644 --- a/clients/client/rust/src/models/identity_with_credentials_oidc.rs +++ b/clients/client/rust/src/models/identity_with_credentials_oidc.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/identity_with_credentials_oidc_config.rs b/clients/client/rust/src/models/identity_with_credentials_oidc_config.rs index 72d4241908..a7c1cca1b3 100644 --- a/clients/client/rust/src/models/identity_with_credentials_oidc_config.rs +++ b/clients/client/rust/src/models/identity_with_credentials_oidc_config.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/identity_with_credentials_oidc_config_provider.rs b/clients/client/rust/src/models/identity_with_credentials_oidc_config_provider.rs index d89ca94bb4..c10e839803 100644 --- a/clients/client/rust/src/models/identity_with_credentials_oidc_config_provider.rs +++ b/clients/client/rust/src/models/identity_with_credentials_oidc_config_provider.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/identity_with_credentials_password.rs b/clients/client/rust/src/models/identity_with_credentials_password.rs index 2b199be782..2234329945 100644 --- a/clients/client/rust/src/models/identity_with_credentials_password.rs +++ b/clients/client/rust/src/models/identity_with_credentials_password.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/identity_with_credentials_password_config.rs b/clients/client/rust/src/models/identity_with_credentials_password_config.rs index 8cc01cb6d7..dffb83f045 100644 --- a/clients/client/rust/src/models/identity_with_credentials_password_config.rs +++ b/clients/client/rust/src/models/identity_with_credentials_password_config.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/internal_get_project_branding_body.rs b/clients/client/rust/src/models/internal_get_project_branding_body.rs index 106235e349..f450c4cdca 100644 --- a/clients/client/rust/src/models/internal_get_project_branding_body.rs +++ b/clients/client/rust/src/models/internal_get_project_branding_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/internal_is_ax_welcome_screen_enabled_for_project_body.rs b/clients/client/rust/src/models/internal_is_ax_welcome_screen_enabled_for_project_body.rs index e1af7d027f..07a39c8ab8 100644 --- a/clients/client/rust/src/models/internal_is_ax_welcome_screen_enabled_for_project_body.rs +++ b/clients/client/rust/src/models/internal_is_ax_welcome_screen_enabled_for_project_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/internal_is_owner_for_project_by_slug_body.rs b/clients/client/rust/src/models/internal_is_owner_for_project_by_slug_body.rs index 48e8cf8420..1b6e650bb3 100644 --- a/clients/client/rust/src/models/internal_is_owner_for_project_by_slug_body.rs +++ b/clients/client/rust/src/models/internal_is_owner_for_project_by_slug_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/internal_is_owner_for_project_by_slug_response.rs b/clients/client/rust/src/models/internal_is_owner_for_project_by_slug_response.rs index 67a34c7eca..efb9b39c6a 100644 --- a/clients/client/rust/src/models/internal_is_owner_for_project_by_slug_response.rs +++ b/clients/client/rust/src/models/internal_is_owner_for_project_by_slug_response.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/introspected_o_auth2_token.rs b/clients/client/rust/src/models/introspected_o_auth2_token.rs index 190b8c1d21..343a0294c4 100644 --- a/clients/client/rust/src/models/introspected_o_auth2_token.rs +++ b/clients/client/rust/src/models/introspected_o_auth2_token.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/invoice.rs b/clients/client/rust/src/models/invoice.rs index 5119d098b8..f3f070798e 100644 --- a/clients/client/rust/src/models/invoice.rs +++ b/clients/client/rust/src/models/invoice.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/invoice_data_v1.rs b/clients/client/rust/src/models/invoice_data_v1.rs index 806d30b67a..b55ee508ad 100644 --- a/clients/client/rust/src/models/invoice_data_v1.rs +++ b/clients/client/rust/src/models/invoice_data_v1.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/is_owner_for_project_by_slug.rs b/clients/client/rust/src/models/is_owner_for_project_by_slug.rs index 156518ca75..c8d0e33de9 100644 --- a/clients/client/rust/src/models/is_owner_for_project_by_slug.rs +++ b/clients/client/rust/src/models/is_owner_for_project_by_slug.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/json_patch.rs b/clients/client/rust/src/models/json_patch.rs index 4124614310..c9a182388b 100644 --- a/clients/client/rust/src/models/json_patch.rs +++ b/clients/client/rust/src/models/json_patch.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/json_web_key.rs b/clients/client/rust/src/models/json_web_key.rs index 89ec22682d..1de11b9ef9 100644 --- a/clients/client/rust/src/models/json_web_key.rs +++ b/clients/client/rust/src/models/json_web_key.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/json_web_key_set.rs b/clients/client/rust/src/models/json_web_key_set.rs index bb90bf2a27..8448949a73 100644 --- a/clients/client/rust/src/models/json_web_key_set.rs +++ b/clients/client/rust/src/models/json_web_key_set.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/keto_namespace.rs b/clients/client/rust/src/models/keto_namespace.rs index 05c07761e1..486a702846 100644 --- a/clients/client/rust/src/models/keto_namespace.rs +++ b/clients/client/rust/src/models/keto_namespace.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/line_item_v1.rs b/clients/client/rust/src/models/line_item_v1.rs index 5fc40adc53..1001da6550 100644 --- a/clients/client/rust/src/models/line_item_v1.rs +++ b/clients/client/rust/src/models/line_item_v1.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/list_event_streams.rs b/clients/client/rust/src/models/list_event_streams.rs index 54565b2c72..ce1f78e22d 100644 --- a/clients/client/rust/src/models/list_event_streams.rs +++ b/clients/client/rust/src/models/list_event_streams.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/list_invoices_response.rs b/clients/client/rust/src/models/list_invoices_response.rs index b34f90d2c5..bc9a1abdf7 100644 --- a/clients/client/rust/src/models/list_invoices_response.rs +++ b/clients/client/rust/src/models/list_invoices_response.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/list_organizations_response.rs b/clients/client/rust/src/models/list_organizations_response.rs index 2a7dd656f1..1d619ca602 100644 --- a/clients/client/rust/src/models/list_organizations_response.rs +++ b/clients/client/rust/src/models/list_organizations_response.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/list_workspace_projects.rs b/clients/client/rust/src/models/list_workspace_projects.rs index 4826a2e01e..3d6d8c2916 100644 --- a/clients/client/rust/src/models/list_workspace_projects.rs +++ b/clients/client/rust/src/models/list_workspace_projects.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/list_workspaces.rs b/clients/client/rust/src/models/list_workspaces.rs index 5ad74b3264..1a2556b258 100644 --- a/clients/client/rust/src/models/list_workspaces.rs +++ b/clients/client/rust/src/models/list_workspaces.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/login_flow.rs b/clients/client/rust/src/models/login_flow.rs index 144dfd747a..105d2f1923 100644 --- a/clients/client/rust/src/models/login_flow.rs +++ b/clients/client/rust/src/models/login_flow.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/login_flow_state.rs b/clients/client/rust/src/models/login_flow_state.rs index 42ecfeba09..d4efee3c80 100644 --- a/clients/client/rust/src/models/login_flow_state.rs +++ b/clients/client/rust/src/models/login_flow_state.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/logout_flow.rs b/clients/client/rust/src/models/logout_flow.rs index 651f08f9de..e70339015a 100644 --- a/clients/client/rust/src/models/logout_flow.rs +++ b/clients/client/rust/src/models/logout_flow.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/managed_identity_schema.rs b/clients/client/rust/src/models/managed_identity_schema.rs index 03cfc85c19..14252f32f5 100644 --- a/clients/client/rust/src/models/managed_identity_schema.rs +++ b/clients/client/rust/src/models/managed_identity_schema.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/managed_identity_schema_validation_result.rs b/clients/client/rust/src/models/managed_identity_schema_validation_result.rs index b2b810adc9..d8e245685a 100644 --- a/clients/client/rust/src/models/managed_identity_schema_validation_result.rs +++ b/clients/client/rust/src/models/managed_identity_schema_validation_result.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/member_invite.rs b/clients/client/rust/src/models/member_invite.rs index 87e12a568f..0c763c5b3a 100644 --- a/clients/client/rust/src/models/member_invite.rs +++ b/clients/client/rust/src/models/member_invite.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/message.rs b/clients/client/rust/src/models/message.rs index 55a9f3f56b..44f045f379 100644 --- a/clients/client/rust/src/models/message.rs +++ b/clients/client/rust/src/models/message.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/message_dispatch.rs b/clients/client/rust/src/models/message_dispatch.rs index a90c5cbed2..c63710ded9 100644 --- a/clients/client/rust/src/models/message_dispatch.rs +++ b/clients/client/rust/src/models/message_dispatch.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/metrics_datapoint.rs b/clients/client/rust/src/models/metrics_datapoint.rs index 60b77412d2..51268b406f 100644 --- a/clients/client/rust/src/models/metrics_datapoint.rs +++ b/clients/client/rust/src/models/metrics_datapoint.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/money.rs b/clients/client/rust/src/models/money.rs index f55d13f5bf..5e6a8d35e3 100644 --- a/clients/client/rust/src/models/money.rs +++ b/clients/client/rust/src/models/money.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/namespace.rs b/clients/client/rust/src/models/namespace.rs index d6ff6bd2b5..fd566e5d9f 100644 --- a/clients/client/rust/src/models/namespace.rs +++ b/clients/client/rust/src/models/namespace.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/needs_privileged_session_error.rs b/clients/client/rust/src/models/needs_privileged_session_error.rs index dc5a13476f..7249925b93 100644 --- a/clients/client/rust/src/models/needs_privileged_session_error.rs +++ b/clients/client/rust/src/models/needs_privileged_session_error.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/normalized_project.rs b/clients/client/rust/src/models/normalized_project.rs index f991dd6294..db885cebc9 100644 --- a/clients/client/rust/src/models/normalized_project.rs +++ b/clients/client/rust/src/models/normalized_project.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/normalized_project_revision.rs b/clients/client/rust/src/models/normalized_project_revision.rs index fbf3deb35d..81ccd1e76c 100644 --- a/clients/client/rust/src/models/normalized_project_revision.rs +++ b/clients/client/rust/src/models/normalized_project_revision.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/normalized_project_revision_courier_channel.rs b/clients/client/rust/src/models/normalized_project_revision_courier_channel.rs index a7a0c9c60a..865a15e60b 100644 --- a/clients/client/rust/src/models/normalized_project_revision_courier_channel.rs +++ b/clients/client/rust/src/models/normalized_project_revision_courier_channel.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/normalized_project_revision_hook.rs b/clients/client/rust/src/models/normalized_project_revision_hook.rs index aff8952fbc..ef7ef6f652 100644 --- a/clients/client/rust/src/models/normalized_project_revision_hook.rs +++ b/clients/client/rust/src/models/normalized_project_revision_hook.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/normalized_project_revision_identity_schema.rs b/clients/client/rust/src/models/normalized_project_revision_identity_schema.rs index 6a589cd29d..69f48b469a 100644 --- a/clients/client/rust/src/models/normalized_project_revision_identity_schema.rs +++ b/clients/client/rust/src/models/normalized_project_revision_identity_schema.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/normalized_project_revision_third_party_provider.rs b/clients/client/rust/src/models/normalized_project_revision_third_party_provider.rs index 9c9d713a4d..63b6cfd607 100644 --- a/clients/client/rust/src/models/normalized_project_revision_third_party_provider.rs +++ b/clients/client/rust/src/models/normalized_project_revision_third_party_provider.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/normalized_project_revision_tokenizer_template.rs b/clients/client/rust/src/models/normalized_project_revision_tokenizer_template.rs index 502bbe622d..2be6f68caa 100644 --- a/clients/client/rust/src/models/normalized_project_revision_tokenizer_template.rs +++ b/clients/client/rust/src/models/normalized_project_revision_tokenizer_template.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/o_auth2_client.rs b/clients/client/rust/src/models/o_auth2_client.rs index 2d5ff7c06c..54bacdd92b 100644 --- a/clients/client/rust/src/models/o_auth2_client.rs +++ b/clients/client/rust/src/models/o_auth2_client.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/o_auth2_client_token_lifespans.rs b/clients/client/rust/src/models/o_auth2_client_token_lifespans.rs index 28890a3954..99adfe450c 100644 --- a/clients/client/rust/src/models/o_auth2_client_token_lifespans.rs +++ b/clients/client/rust/src/models/o_auth2_client_token_lifespans.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/o_auth2_consent_request.rs b/clients/client/rust/src/models/o_auth2_consent_request.rs index 1640f11f30..5204efca18 100644 --- a/clients/client/rust/src/models/o_auth2_consent_request.rs +++ b/clients/client/rust/src/models/o_auth2_consent_request.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/o_auth2_consent_request_open_id_connect_context.rs b/clients/client/rust/src/models/o_auth2_consent_request_open_id_connect_context.rs index df7aa41e1b..2401506fa5 100644 --- a/clients/client/rust/src/models/o_auth2_consent_request_open_id_connect_context.rs +++ b/clients/client/rust/src/models/o_auth2_consent_request_open_id_connect_context.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/o_auth2_consent_session.rs b/clients/client/rust/src/models/o_auth2_consent_session.rs index 886b1f2c39..ec608ef411 100644 --- a/clients/client/rust/src/models/o_auth2_consent_session.rs +++ b/clients/client/rust/src/models/o_auth2_consent_session.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/o_auth2_consent_session_expires_at.rs b/clients/client/rust/src/models/o_auth2_consent_session_expires_at.rs index a775e3d468..7aacbe44e3 100644 --- a/clients/client/rust/src/models/o_auth2_consent_session_expires_at.rs +++ b/clients/client/rust/src/models/o_auth2_consent_session_expires_at.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/o_auth2_login_request.rs b/clients/client/rust/src/models/o_auth2_login_request.rs index dc8f716d78..a4b140dd76 100644 --- a/clients/client/rust/src/models/o_auth2_login_request.rs +++ b/clients/client/rust/src/models/o_auth2_login_request.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/o_auth2_logout_request.rs b/clients/client/rust/src/models/o_auth2_logout_request.rs index 453d927a8a..87d7d00a5d 100644 --- a/clients/client/rust/src/models/o_auth2_logout_request.rs +++ b/clients/client/rust/src/models/o_auth2_logout_request.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/o_auth2_redirect_to.rs b/clients/client/rust/src/models/o_auth2_redirect_to.rs index 4d8f30b917..d1c80c2a77 100644 --- a/clients/client/rust/src/models/o_auth2_redirect_to.rs +++ b/clients/client/rust/src/models/o_auth2_redirect_to.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/o_auth2_token_exchange.rs b/clients/client/rust/src/models/o_auth2_token_exchange.rs index 60ad0c17ea..e4323d1ce3 100644 --- a/clients/client/rust/src/models/o_auth2_token_exchange.rs +++ b/clients/client/rust/src/models/o_auth2_token_exchange.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/oidc_configuration.rs b/clients/client/rust/src/models/oidc_configuration.rs index 428a63d99d..8f73c1443e 100644 --- a/clients/client/rust/src/models/oidc_configuration.rs +++ b/clients/client/rust/src/models/oidc_configuration.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/oidc_user_info.rs b/clients/client/rust/src/models/oidc_user_info.rs index 423a274c98..c761c9b0ed 100644 --- a/clients/client/rust/src/models/oidc_user_info.rs +++ b/clients/client/rust/src/models/oidc_user_info.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/organization.rs b/clients/client/rust/src/models/organization.rs index 939385fc56..bc3dcea052 100644 --- a/clients/client/rust/src/models/organization.rs +++ b/clients/client/rust/src/models/organization.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/organization_body.rs b/clients/client/rust/src/models/organization_body.rs index 9e113f69c9..28d6cf6e7b 100644 --- a/clients/client/rust/src/models/organization_body.rs +++ b/clients/client/rust/src/models/organization_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/pagination.rs b/clients/client/rust/src/models/pagination.rs index 788fa6dba3..eaa497ea6b 100644 --- a/clients/client/rust/src/models/pagination.rs +++ b/clients/client/rust/src/models/pagination.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/pagination_headers.rs b/clients/client/rust/src/models/pagination_headers.rs index 4503e6d6ef..8a9e7c8c9d 100644 --- a/clients/client/rust/src/models/pagination_headers.rs +++ b/clients/client/rust/src/models/pagination_headers.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/parse_error.rs b/clients/client/rust/src/models/parse_error.rs index 99af8708cb..0a6875db0a 100644 --- a/clients/client/rust/src/models/parse_error.rs +++ b/clients/client/rust/src/models/parse_error.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/patch_identities_body.rs b/clients/client/rust/src/models/patch_identities_body.rs index 8b2bf1f7c0..3680cc31d4 100644 --- a/clients/client/rust/src/models/patch_identities_body.rs +++ b/clients/client/rust/src/models/patch_identities_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/perform_native_logout_body.rs b/clients/client/rust/src/models/perform_native_logout_body.rs index 242097867f..996d389761 100644 --- a/clients/client/rust/src/models/perform_native_logout_body.rs +++ b/clients/client/rust/src/models/perform_native_logout_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/permissions_on_workspace.rs b/clients/client/rust/src/models/permissions_on_workspace.rs index 1676ae8f61..730092dc12 100644 --- a/clients/client/rust/src/models/permissions_on_workspace.rs +++ b/clients/client/rust/src/models/permissions_on_workspace.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/plan.rs b/clients/client/rust/src/models/plan.rs index 419f4968fc..43a0039f1d 100644 --- a/clients/client/rust/src/models/plan.rs +++ b/clients/client/rust/src/models/plan.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/plan_details.rs b/clients/client/rust/src/models/plan_details.rs index a08913477d..f9878cc955 100644 --- a/clients/client/rust/src/models/plan_details.rs +++ b/clients/client/rust/src/models/plan_details.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/post_check_permission_body.rs b/clients/client/rust/src/models/post_check_permission_body.rs index fa1825b5e8..81f36c9fa0 100644 --- a/clients/client/rust/src/models/post_check_permission_body.rs +++ b/clients/client/rust/src/models/post_check_permission_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/post_check_permission_or_error_body.rs b/clients/client/rust/src/models/post_check_permission_or_error_body.rs index f113074a92..1836b27b78 100644 --- a/clients/client/rust/src/models/post_check_permission_or_error_body.rs +++ b/clients/client/rust/src/models/post_check_permission_or_error_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/project.rs b/clients/client/rust/src/models/project.rs index 27e3f8408b..597f86f167 100644 --- a/clients/client/rust/src/models/project.rs +++ b/clients/client/rust/src/models/project.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/project_api_key.rs b/clients/client/rust/src/models/project_api_key.rs index 88e6afb615..7afed72f4d 100644 --- a/clients/client/rust/src/models/project_api_key.rs +++ b/clients/client/rust/src/models/project_api_key.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/project_branding.rs b/clients/client/rust/src/models/project_branding.rs index 1031553f39..44064a41e0 100644 --- a/clients/client/rust/src/models/project_branding.rs +++ b/clients/client/rust/src/models/project_branding.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/project_branding_colors.rs b/clients/client/rust/src/models/project_branding_colors.rs index 245067597c..622c7d2f86 100644 --- a/clients/client/rust/src/models/project_branding_colors.rs +++ b/clients/client/rust/src/models/project_branding_colors.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/project_branding_theme.rs b/clients/client/rust/src/models/project_branding_theme.rs index cb4b213f31..424ac78810 100644 --- a/clients/client/rust/src/models/project_branding_theme.rs +++ b/clients/client/rust/src/models/project_branding_theme.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/project_cors.rs b/clients/client/rust/src/models/project_cors.rs index ed674c7809..485b2d2819 100644 --- a/clients/client/rust/src/models/project_cors.rs +++ b/clients/client/rust/src/models/project_cors.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/project_events_datapoint.rs b/clients/client/rust/src/models/project_events_datapoint.rs index e7918b5bda..e9674caca6 100644 --- a/clients/client/rust/src/models/project_events_datapoint.rs +++ b/clients/client/rust/src/models/project_events_datapoint.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/project_host.rs b/clients/client/rust/src/models/project_host.rs index d260d34f7c..ade4938d85 100644 --- a/clients/client/rust/src/models/project_host.rs +++ b/clients/client/rust/src/models/project_host.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/project_member.rs b/clients/client/rust/src/models/project_member.rs index 2d4afe8ffb..13856c57e4 100644 --- a/clients/client/rust/src/models/project_member.rs +++ b/clients/client/rust/src/models/project_member.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/project_metadata.rs b/clients/client/rust/src/models/project_metadata.rs index 991c77199c..57fd5c8d05 100644 --- a/clients/client/rust/src/models/project_metadata.rs +++ b/clients/client/rust/src/models/project_metadata.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/project_service_identity.rs b/clients/client/rust/src/models/project_service_identity.rs index f41b2a23be..01707b0cc2 100644 --- a/clients/client/rust/src/models/project_service_identity.rs +++ b/clients/client/rust/src/models/project_service_identity.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/project_service_o_auth2.rs b/clients/client/rust/src/models/project_service_o_auth2.rs index 880476307f..ea35341a98 100644 --- a/clients/client/rust/src/models/project_service_o_auth2.rs +++ b/clients/client/rust/src/models/project_service_o_auth2.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/project_service_permission.rs b/clients/client/rust/src/models/project_service_permission.rs index b9048feae1..4095eaad98 100644 --- a/clients/client/rust/src/models/project_service_permission.rs +++ b/clients/client/rust/src/models/project_service_permission.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/project_services.rs b/clients/client/rust/src/models/project_services.rs index 99348eea60..bd7d2616f4 100644 --- a/clients/client/rust/src/models/project_services.rs +++ b/clients/client/rust/src/models/project_services.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/quota_usage.rs b/clients/client/rust/src/models/quota_usage.rs index d5a2a7b518..d4ca994168 100644 --- a/clients/client/rust/src/models/quota_usage.rs +++ b/clients/client/rust/src/models/quota_usage.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ @@ -18,7 +18,7 @@ pub struct QuotaUsage { pub additional_price: String, #[serde(rename = "can_use_more")] pub can_use_more: bool, - /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + /// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect #[serde(rename = "feature")] pub feature: FeatureEnum, #[serde(rename = "feature_available")] @@ -41,7 +41,7 @@ impl QuotaUsage { } } } -/// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect +/// production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect #[derive(Clone, Copy, Debug, Eq, PartialEq, Ord, PartialOrd, Hash, Serialize, Deserialize)] pub enum FeatureEnum { #[serde(rename = "production_projects")] @@ -90,6 +90,8 @@ pub enum FeatureEnum { M2mTokenIssuance, #[serde(rename = "permission_checks")] PermissionChecks, + #[serde(rename = "captcha")] + Captcha, #[serde(rename = "data_location_regional")] DataLocationRegional, #[serde(rename = "rate_limit_tier")] diff --git a/clients/client/rust/src/models/recovery_code_for_identity.rs b/clients/client/rust/src/models/recovery_code_for_identity.rs index 3d6abf1ca6..db743001ce 100644 --- a/clients/client/rust/src/models/recovery_code_for_identity.rs +++ b/clients/client/rust/src/models/recovery_code_for_identity.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/recovery_flow.rs b/clients/client/rust/src/models/recovery_flow.rs index 08a7898481..462c769c63 100644 --- a/clients/client/rust/src/models/recovery_flow.rs +++ b/clients/client/rust/src/models/recovery_flow.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/recovery_flow_state.rs b/clients/client/rust/src/models/recovery_flow_state.rs index 5f7b0d32c3..1de60ded79 100644 --- a/clients/client/rust/src/models/recovery_flow_state.rs +++ b/clients/client/rust/src/models/recovery_flow_state.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/recovery_identity_address.rs b/clients/client/rust/src/models/recovery_identity_address.rs index 78946ad4d5..dd26f9e36e 100644 --- a/clients/client/rust/src/models/recovery_identity_address.rs +++ b/clients/client/rust/src/models/recovery_identity_address.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/recovery_link_for_identity.rs b/clients/client/rust/src/models/recovery_link_for_identity.rs index 314f03241b..0e14bc77fe 100644 --- a/clients/client/rust/src/models/recovery_link_for_identity.rs +++ b/clients/client/rust/src/models/recovery_link_for_identity.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/registration_flow.rs b/clients/client/rust/src/models/registration_flow.rs index 8b6c65d1c2..0c57ec4233 100644 --- a/clients/client/rust/src/models/registration_flow.rs +++ b/clients/client/rust/src/models/registration_flow.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/registration_flow_state.rs b/clients/client/rust/src/models/registration_flow_state.rs index 189dc4980e..a8312f1302 100644 --- a/clients/client/rust/src/models/registration_flow_state.rs +++ b/clients/client/rust/src/models/registration_flow_state.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/reject_o_auth2_request.rs b/clients/client/rust/src/models/reject_o_auth2_request.rs index dd7a735cf9..e2db54edd3 100644 --- a/clients/client/rust/src/models/reject_o_auth2_request.rs +++ b/clients/client/rust/src/models/reject_o_auth2_request.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/relation_query.rs b/clients/client/rust/src/models/relation_query.rs index bd4a8dd599..a91165dca6 100644 --- a/clients/client/rust/src/models/relation_query.rs +++ b/clients/client/rust/src/models/relation_query.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/relationship.rs b/clients/client/rust/src/models/relationship.rs index 9ef38b3274..1700a6ea0c 100644 --- a/clients/client/rust/src/models/relationship.rs +++ b/clients/client/rust/src/models/relationship.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/relationship_namespaces.rs b/clients/client/rust/src/models/relationship_namespaces.rs index 599e8b81dd..454db958a0 100644 --- a/clients/client/rust/src/models/relationship_namespaces.rs +++ b/clients/client/rust/src/models/relationship_namespaces.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/relationship_patch.rs b/clients/client/rust/src/models/relationship_patch.rs index d20349c096..f7ecaff516 100644 --- a/clients/client/rust/src/models/relationship_patch.rs +++ b/clients/client/rust/src/models/relationship_patch.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/relationships.rs b/clients/client/rust/src/models/relationships.rs index aa744c4bc0..a8ad72e0dd 100644 --- a/clients/client/rust/src/models/relationships.rs +++ b/clients/client/rust/src/models/relationships.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/rfc6749_error_json.rs b/clients/client/rust/src/models/rfc6749_error_json.rs index 93dc506f76..08f9d9b9a2 100644 --- a/clients/client/rust/src/models/rfc6749_error_json.rs +++ b/clients/client/rust/src/models/rfc6749_error_json.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/schema_patch.rs b/clients/client/rust/src/models/schema_patch.rs index 09a672f480..5f4d19e534 100644 --- a/clients/client/rust/src/models/schema_patch.rs +++ b/clients/client/rust/src/models/schema_patch.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/self_service_flow_expired_error.rs b/clients/client/rust/src/models/self_service_flow_expired_error.rs index 0f82fbb7fd..f2f20f0271 100644 --- a/clients/client/rust/src/models/self_service_flow_expired_error.rs +++ b/clients/client/rust/src/models/self_service_flow_expired_error.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/session.rs b/clients/client/rust/src/models/session.rs index 05b7350097..e5fa8f6fe6 100644 --- a/clients/client/rust/src/models/session.rs +++ b/clients/client/rust/src/models/session.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/session_activity_datapoint.rs b/clients/client/rust/src/models/session_activity_datapoint.rs index 1a1f746068..d2981b9115 100644 --- a/clients/client/rust/src/models/session_activity_datapoint.rs +++ b/clients/client/rust/src/models/session_activity_datapoint.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/session_authentication_method.rs b/clients/client/rust/src/models/session_authentication_method.rs index 807b62bea8..5c2bc0e30f 100644 --- a/clients/client/rust/src/models/session_authentication_method.rs +++ b/clients/client/rust/src/models/session_authentication_method.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/session_device.rs b/clients/client/rust/src/models/session_device.rs index 781e42aa5f..d06a39ec1c 100644 --- a/clients/client/rust/src/models/session_device.rs +++ b/clients/client/rust/src/models/session_device.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/set_active_project_in_console_body.rs b/clients/client/rust/src/models/set_active_project_in_console_body.rs index b38ed5696c..ef0dee784d 100644 --- a/clients/client/rust/src/models/set_active_project_in_console_body.rs +++ b/clients/client/rust/src/models/set_active_project_in_console_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/set_custom_domain_body.rs b/clients/client/rust/src/models/set_custom_domain_body.rs index 18ee9d8a50..be00e54414 100644 --- a/clients/client/rust/src/models/set_custom_domain_body.rs +++ b/clients/client/rust/src/models/set_custom_domain_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/set_event_stream_body.rs b/clients/client/rust/src/models/set_event_stream_body.rs index 7e2c56d0c0..b5e852714a 100644 --- a/clients/client/rust/src/models/set_event_stream_body.rs +++ b/clients/client/rust/src/models/set_event_stream_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/set_project.rs b/clients/client/rust/src/models/set_project.rs index 46d5eb6a88..8dc0b13df8 100644 --- a/clients/client/rust/src/models/set_project.rs +++ b/clients/client/rust/src/models/set_project.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/set_project_branding_theme_body.rs b/clients/client/rust/src/models/set_project_branding_theme_body.rs index 4d8a1e9096..01516eaf5a 100644 --- a/clients/client/rust/src/models/set_project_branding_theme_body.rs +++ b/clients/client/rust/src/models/set_project_branding_theme_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/settings_flow.rs b/clients/client/rust/src/models/settings_flow.rs index aa68d9eddb..9ed84d3f18 100644 --- a/clients/client/rust/src/models/settings_flow.rs +++ b/clients/client/rust/src/models/settings_flow.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/settings_flow_state.rs b/clients/client/rust/src/models/settings_flow_state.rs index 04c0229b24..054035f6d7 100644 --- a/clients/client/rust/src/models/settings_flow_state.rs +++ b/clients/client/rust/src/models/settings_flow_state.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/source_position.rs b/clients/client/rust/src/models/source_position.rs index 7f5076c0fc..f2a2e0ffac 100644 --- a/clients/client/rust/src/models/source_position.rs +++ b/clients/client/rust/src/models/source_position.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/subject_set.rs b/clients/client/rust/src/models/subject_set.rs index 4ccbf4cf20..3fa9002967 100644 --- a/clients/client/rust/src/models/subject_set.rs +++ b/clients/client/rust/src/models/subject_set.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/subscription.rs b/clients/client/rust/src/models/subscription.rs index a3b44041fe..54069128c2 100644 --- a/clients/client/rust/src/models/subscription.rs +++ b/clients/client/rust/src/models/subscription.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/successful_code_exchange_response.rs b/clients/client/rust/src/models/successful_code_exchange_response.rs index 775ff16287..f1a3014115 100644 --- a/clients/client/rust/src/models/successful_code_exchange_response.rs +++ b/clients/client/rust/src/models/successful_code_exchange_response.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/successful_native_login.rs b/clients/client/rust/src/models/successful_native_login.rs index d9b47c16d5..31c843e860 100644 --- a/clients/client/rust/src/models/successful_native_login.rs +++ b/clients/client/rust/src/models/successful_native_login.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/successful_native_registration.rs b/clients/client/rust/src/models/successful_native_registration.rs index d48e196bf1..d4d5efb796 100644 --- a/clients/client/rust/src/models/successful_native_registration.rs +++ b/clients/client/rust/src/models/successful_native_registration.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/successful_project_update.rs b/clients/client/rust/src/models/successful_project_update.rs index fe265c688a..cdf237faf1 100644 --- a/clients/client/rust/src/models/successful_project_update.rs +++ b/clients/client/rust/src/models/successful_project_update.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/tax_line_item.rs b/clients/client/rust/src/models/tax_line_item.rs index 0acd170e6a..7437cbca22 100644 --- a/clients/client/rust/src/models/tax_line_item.rs +++ b/clients/client/rust/src/models/tax_line_item.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/time_interval.rs b/clients/client/rust/src/models/time_interval.rs index a5f1bade99..8f149c2755 100644 --- a/clients/client/rust/src/models/time_interval.rs +++ b/clients/client/rust/src/models/time_interval.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/token_pagination.rs b/clients/client/rust/src/models/token_pagination.rs index b755102f9e..1c6f26984b 100644 --- a/clients/client/rust/src/models/token_pagination.rs +++ b/clients/client/rust/src/models/token_pagination.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/token_pagination_headers.rs b/clients/client/rust/src/models/token_pagination_headers.rs index ebed47a17c..40c00d997c 100644 --- a/clients/client/rust/src/models/token_pagination_headers.rs +++ b/clients/client/rust/src/models/token_pagination_headers.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/token_pagination_request_parameters.rs b/clients/client/rust/src/models/token_pagination_request_parameters.rs index 77a5c0b4b3..ab5d69077a 100644 --- a/clients/client/rust/src/models/token_pagination_request_parameters.rs +++ b/clients/client/rust/src/models/token_pagination_request_parameters.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/token_pagination_response_headers.rs b/clients/client/rust/src/models/token_pagination_response_headers.rs index 0c258b5caa..d86c118103 100644 --- a/clients/client/rust/src/models/token_pagination_response_headers.rs +++ b/clients/client/rust/src/models/token_pagination_response_headers.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/trust_o_auth2_jwt_grant_issuer.rs b/clients/client/rust/src/models/trust_o_auth2_jwt_grant_issuer.rs index 715d107534..5d17b13114 100644 --- a/clients/client/rust/src/models/trust_o_auth2_jwt_grant_issuer.rs +++ b/clients/client/rust/src/models/trust_o_auth2_jwt_grant_issuer.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/trusted_o_auth2_jwt_grant_issuer.rs b/clients/client/rust/src/models/trusted_o_auth2_jwt_grant_issuer.rs index 38f29c8d5b..63e660f3a2 100644 --- a/clients/client/rust/src/models/trusted_o_auth2_jwt_grant_issuer.rs +++ b/clients/client/rust/src/models/trusted_o_auth2_jwt_grant_issuer.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/trusted_o_auth2_jwt_grant_json_web_key.rs b/clients/client/rust/src/models/trusted_o_auth2_jwt_grant_json_web_key.rs index c1eba793c3..33d13de51c 100644 --- a/clients/client/rust/src/models/trusted_o_auth2_jwt_grant_json_web_key.rs +++ b/clients/client/rust/src/models/trusted_o_auth2_jwt_grant_json_web_key.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/ui_container.rs b/clients/client/rust/src/models/ui_container.rs index 60f7382f90..71b4bf5c27 100644 --- a/clients/client/rust/src/models/ui_container.rs +++ b/clients/client/rust/src/models/ui_container.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/ui_node.rs b/clients/client/rust/src/models/ui_node.rs index d8d002b8c7..4f355859ca 100644 --- a/clients/client/rust/src/models/ui_node.rs +++ b/clients/client/rust/src/models/ui_node.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/ui_node_anchor_attributes.rs b/clients/client/rust/src/models/ui_node_anchor_attributes.rs index e4998acd25..9738ed2765 100644 --- a/clients/client/rust/src/models/ui_node_anchor_attributes.rs +++ b/clients/client/rust/src/models/ui_node_anchor_attributes.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/ui_node_attributes.rs b/clients/client/rust/src/models/ui_node_attributes.rs index 3afbb81841..d22d3635e0 100644 --- a/clients/client/rust/src/models/ui_node_attributes.rs +++ b/clients/client/rust/src/models/ui_node_attributes.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/ui_node_image_attributes.rs b/clients/client/rust/src/models/ui_node_image_attributes.rs index 0cc15ff62c..3d1eca9573 100644 --- a/clients/client/rust/src/models/ui_node_image_attributes.rs +++ b/clients/client/rust/src/models/ui_node_image_attributes.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/ui_node_input_attributes.rs b/clients/client/rust/src/models/ui_node_input_attributes.rs index c4559e0958..948e443a14 100644 --- a/clients/client/rust/src/models/ui_node_input_attributes.rs +++ b/clients/client/rust/src/models/ui_node_input_attributes.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/ui_node_meta.rs b/clients/client/rust/src/models/ui_node_meta.rs index 4dd7938f1c..6aa578fa67 100644 --- a/clients/client/rust/src/models/ui_node_meta.rs +++ b/clients/client/rust/src/models/ui_node_meta.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/ui_node_script_attributes.rs b/clients/client/rust/src/models/ui_node_script_attributes.rs index c480038af9..9aaff900e9 100644 --- a/clients/client/rust/src/models/ui_node_script_attributes.rs +++ b/clients/client/rust/src/models/ui_node_script_attributes.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/ui_node_text_attributes.rs b/clients/client/rust/src/models/ui_node_text_attributes.rs index 83d3b67e9b..8b35e8820f 100644 --- a/clients/client/rust/src/models/ui_node_text_attributes.rs +++ b/clients/client/rust/src/models/ui_node_text_attributes.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/ui_text.rs b/clients/client/rust/src/models/ui_text.rs index 496bb8ceac..8b06161633 100644 --- a/clients/client/rust/src/models/ui_text.rs +++ b/clients/client/rust/src/models/ui_text.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/update_identity_body.rs b/clients/client/rust/src/models/update_identity_body.rs index a812af4441..3ce82803dd 100644 --- a/clients/client/rust/src/models/update_identity_body.rs +++ b/clients/client/rust/src/models/update_identity_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/update_login_flow_body.rs b/clients/client/rust/src/models/update_login_flow_body.rs index 787fe1dc63..1b344f69fa 100644 --- a/clients/client/rust/src/models/update_login_flow_body.rs +++ b/clients/client/rust/src/models/update_login_flow_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/update_login_flow_with_code_method.rs b/clients/client/rust/src/models/update_login_flow_with_code_method.rs index 6445a90392..bc018eca13 100644 --- a/clients/client/rust/src/models/update_login_flow_with_code_method.rs +++ b/clients/client/rust/src/models/update_login_flow_with_code_method.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/update_login_flow_with_identifier_first_method.rs b/clients/client/rust/src/models/update_login_flow_with_identifier_first_method.rs index bd3e00efbe..7bff0a507e 100644 --- a/clients/client/rust/src/models/update_login_flow_with_identifier_first_method.rs +++ b/clients/client/rust/src/models/update_login_flow_with_identifier_first_method.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/update_login_flow_with_lookup_secret_method.rs b/clients/client/rust/src/models/update_login_flow_with_lookup_secret_method.rs index 600b7459c6..6b1acde718 100644 --- a/clients/client/rust/src/models/update_login_flow_with_lookup_secret_method.rs +++ b/clients/client/rust/src/models/update_login_flow_with_lookup_secret_method.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/update_login_flow_with_oidc_method.rs b/clients/client/rust/src/models/update_login_flow_with_oidc_method.rs index 2529ed3b42..9110a4abd9 100644 --- a/clients/client/rust/src/models/update_login_flow_with_oidc_method.rs +++ b/clients/client/rust/src/models/update_login_flow_with_oidc_method.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/update_login_flow_with_passkey_method.rs b/clients/client/rust/src/models/update_login_flow_with_passkey_method.rs index ca6e4d69cd..efb20f83dc 100644 --- a/clients/client/rust/src/models/update_login_flow_with_passkey_method.rs +++ b/clients/client/rust/src/models/update_login_flow_with_passkey_method.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/update_login_flow_with_password_method.rs b/clients/client/rust/src/models/update_login_flow_with_password_method.rs index ffd996390c..e2dc2cc6da 100644 --- a/clients/client/rust/src/models/update_login_flow_with_password_method.rs +++ b/clients/client/rust/src/models/update_login_flow_with_password_method.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/update_login_flow_with_totp_method.rs b/clients/client/rust/src/models/update_login_flow_with_totp_method.rs index 885afed452..a8951ea59a 100644 --- a/clients/client/rust/src/models/update_login_flow_with_totp_method.rs +++ b/clients/client/rust/src/models/update_login_flow_with_totp_method.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/update_login_flow_with_web_authn_method.rs b/clients/client/rust/src/models/update_login_flow_with_web_authn_method.rs index 949806c29d..38825834fb 100644 --- a/clients/client/rust/src/models/update_login_flow_with_web_authn_method.rs +++ b/clients/client/rust/src/models/update_login_flow_with_web_authn_method.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/update_recovery_flow_body.rs b/clients/client/rust/src/models/update_recovery_flow_body.rs index 9a14b6f094..15183144cb 100644 --- a/clients/client/rust/src/models/update_recovery_flow_body.rs +++ b/clients/client/rust/src/models/update_recovery_flow_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/update_recovery_flow_with_code_method.rs b/clients/client/rust/src/models/update_recovery_flow_with_code_method.rs index 18ab33d9aa..7436537dbf 100644 --- a/clients/client/rust/src/models/update_recovery_flow_with_code_method.rs +++ b/clients/client/rust/src/models/update_recovery_flow_with_code_method.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/update_recovery_flow_with_link_method.rs b/clients/client/rust/src/models/update_recovery_flow_with_link_method.rs index bdab53f601..c7d7edcd75 100644 --- a/clients/client/rust/src/models/update_recovery_flow_with_link_method.rs +++ b/clients/client/rust/src/models/update_recovery_flow_with_link_method.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/update_registration_flow_body.rs b/clients/client/rust/src/models/update_registration_flow_body.rs index 66bc77344b..6bf0f4e615 100644 --- a/clients/client/rust/src/models/update_registration_flow_body.rs +++ b/clients/client/rust/src/models/update_registration_flow_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/update_registration_flow_with_code_method.rs b/clients/client/rust/src/models/update_registration_flow_with_code_method.rs index 30931c7e9c..e147503342 100644 --- a/clients/client/rust/src/models/update_registration_flow_with_code_method.rs +++ b/clients/client/rust/src/models/update_registration_flow_with_code_method.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/update_registration_flow_with_oidc_method.rs b/clients/client/rust/src/models/update_registration_flow_with_oidc_method.rs index 0c1d536f2b..050651b2ff 100644 --- a/clients/client/rust/src/models/update_registration_flow_with_oidc_method.rs +++ b/clients/client/rust/src/models/update_registration_flow_with_oidc_method.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/update_registration_flow_with_passkey_method.rs b/clients/client/rust/src/models/update_registration_flow_with_passkey_method.rs index 03cb5f177b..b0d4798766 100644 --- a/clients/client/rust/src/models/update_registration_flow_with_passkey_method.rs +++ b/clients/client/rust/src/models/update_registration_flow_with_passkey_method.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/update_registration_flow_with_password_method.rs b/clients/client/rust/src/models/update_registration_flow_with_password_method.rs index b79941d262..c00b4c7068 100644 --- a/clients/client/rust/src/models/update_registration_flow_with_password_method.rs +++ b/clients/client/rust/src/models/update_registration_flow_with_password_method.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/update_registration_flow_with_profile_method.rs b/clients/client/rust/src/models/update_registration_flow_with_profile_method.rs index d81e0cf08b..557508939c 100644 --- a/clients/client/rust/src/models/update_registration_flow_with_profile_method.rs +++ b/clients/client/rust/src/models/update_registration_flow_with_profile_method.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/update_registration_flow_with_web_authn_method.rs b/clients/client/rust/src/models/update_registration_flow_with_web_authn_method.rs index 9873144b49..139eb40543 100644 --- a/clients/client/rust/src/models/update_registration_flow_with_web_authn_method.rs +++ b/clients/client/rust/src/models/update_registration_flow_with_web_authn_method.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/update_settings_flow_body.rs b/clients/client/rust/src/models/update_settings_flow_body.rs index 8ca7d69a4a..9d21ce535e 100644 --- a/clients/client/rust/src/models/update_settings_flow_body.rs +++ b/clients/client/rust/src/models/update_settings_flow_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/update_settings_flow_with_lookup_method.rs b/clients/client/rust/src/models/update_settings_flow_with_lookup_method.rs index 7f1f669736..73a0d78a83 100644 --- a/clients/client/rust/src/models/update_settings_flow_with_lookup_method.rs +++ b/clients/client/rust/src/models/update_settings_flow_with_lookup_method.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/update_settings_flow_with_oidc_method.rs b/clients/client/rust/src/models/update_settings_flow_with_oidc_method.rs index 1cd01b3abd..438c476d06 100644 --- a/clients/client/rust/src/models/update_settings_flow_with_oidc_method.rs +++ b/clients/client/rust/src/models/update_settings_flow_with_oidc_method.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/update_settings_flow_with_passkey_method.rs b/clients/client/rust/src/models/update_settings_flow_with_passkey_method.rs index 3f47dcae14..6941c9d8fd 100644 --- a/clients/client/rust/src/models/update_settings_flow_with_passkey_method.rs +++ b/clients/client/rust/src/models/update_settings_flow_with_passkey_method.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/update_settings_flow_with_password_method.rs b/clients/client/rust/src/models/update_settings_flow_with_password_method.rs index 8f3389c0f4..551df8c225 100644 --- a/clients/client/rust/src/models/update_settings_flow_with_password_method.rs +++ b/clients/client/rust/src/models/update_settings_flow_with_password_method.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/update_settings_flow_with_profile_method.rs b/clients/client/rust/src/models/update_settings_flow_with_profile_method.rs index 2737b25286..8acbc05747 100644 --- a/clients/client/rust/src/models/update_settings_flow_with_profile_method.rs +++ b/clients/client/rust/src/models/update_settings_flow_with_profile_method.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/update_settings_flow_with_totp_method.rs b/clients/client/rust/src/models/update_settings_flow_with_totp_method.rs index 4b439eb57d..a750605c49 100644 --- a/clients/client/rust/src/models/update_settings_flow_with_totp_method.rs +++ b/clients/client/rust/src/models/update_settings_flow_with_totp_method.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/update_settings_flow_with_web_authn_method.rs b/clients/client/rust/src/models/update_settings_flow_with_web_authn_method.rs index 243a282d53..2cf837e6b2 100644 --- a/clients/client/rust/src/models/update_settings_flow_with_web_authn_method.rs +++ b/clients/client/rust/src/models/update_settings_flow_with_web_authn_method.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/update_subscription_body.rs b/clients/client/rust/src/models/update_subscription_body.rs index 993fcb6eff..2c67958c10 100644 --- a/clients/client/rust/src/models/update_subscription_body.rs +++ b/clients/client/rust/src/models/update_subscription_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/update_verification_flow_body.rs b/clients/client/rust/src/models/update_verification_flow_body.rs index 0f1b610f5e..14522bd2b4 100644 --- a/clients/client/rust/src/models/update_verification_flow_body.rs +++ b/clients/client/rust/src/models/update_verification_flow_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/update_verification_flow_with_code_method.rs b/clients/client/rust/src/models/update_verification_flow_with_code_method.rs index 49b95030c9..18c35fc3f8 100644 --- a/clients/client/rust/src/models/update_verification_flow_with_code_method.rs +++ b/clients/client/rust/src/models/update_verification_flow_with_code_method.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/update_verification_flow_with_link_method.rs b/clients/client/rust/src/models/update_verification_flow_with_link_method.rs index a468263e8a..7cdcd7baa1 100644 --- a/clients/client/rust/src/models/update_verification_flow_with_link_method.rs +++ b/clients/client/rust/src/models/update_verification_flow_with_link_method.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/update_workspace_body.rs b/clients/client/rust/src/models/update_workspace_body.rs index 9fa6526404..1221372dc3 100644 --- a/clients/client/rust/src/models/update_workspace_body.rs +++ b/clients/client/rust/src/models/update_workspace_body.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/usage.rs b/clients/client/rust/src/models/usage.rs index 8223744610..99a0f7501a 100644 --- a/clients/client/rust/src/models/usage.rs +++ b/clients/client/rust/src/models/usage.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/verifiable_credential_priming_response.rs b/clients/client/rust/src/models/verifiable_credential_priming_response.rs index caad06ea9d..2dbae28ce4 100644 --- a/clients/client/rust/src/models/verifiable_credential_priming_response.rs +++ b/clients/client/rust/src/models/verifiable_credential_priming_response.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/verifiable_credential_proof.rs b/clients/client/rust/src/models/verifiable_credential_proof.rs index 92efb60c41..99723d707e 100644 --- a/clients/client/rust/src/models/verifiable_credential_proof.rs +++ b/clients/client/rust/src/models/verifiable_credential_proof.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/verifiable_credential_response.rs b/clients/client/rust/src/models/verifiable_credential_response.rs index 19e6d5f7a9..65874daffa 100644 --- a/clients/client/rust/src/models/verifiable_credential_response.rs +++ b/clients/client/rust/src/models/verifiable_credential_response.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/verifiable_identity_address.rs b/clients/client/rust/src/models/verifiable_identity_address.rs index 124763b09b..41f2a2bb0d 100644 --- a/clients/client/rust/src/models/verifiable_identity_address.rs +++ b/clients/client/rust/src/models/verifiable_identity_address.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/verification_flow.rs b/clients/client/rust/src/models/verification_flow.rs index 99ad1f31fb..c2a0992628 100644 --- a/clients/client/rust/src/models/verification_flow.rs +++ b/clients/client/rust/src/models/verification_flow.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/verification_flow_state.rs b/clients/client/rust/src/models/verification_flow_state.rs index 22a9a0e85c..98fb32cf49 100644 --- a/clients/client/rust/src/models/verification_flow_state.rs +++ b/clients/client/rust/src/models/verification_flow_state.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/version.rs b/clients/client/rust/src/models/version.rs index eec95bfa84..5be927f538 100644 --- a/clients/client/rust/src/models/version.rs +++ b/clients/client/rust/src/models/version.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/warning.rs b/clients/client/rust/src/models/warning.rs index 306b8eac40..a4d707eb65 100644 --- a/clients/client/rust/src/models/warning.rs +++ b/clients/client/rust/src/models/warning.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/workspace.rs b/clients/client/rust/src/models/workspace.rs index c61001e904..991964630d 100644 --- a/clients/client/rust/src/models/workspace.rs +++ b/clients/client/rust/src/models/workspace.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/rust/src/models/workspace_api_key.rs b/clients/client/rust/src/models/workspace_api_key.rs index 6b1e8e111f..8e2f1d0113 100644 --- a/clients/client/rust/src/models/workspace_api_key.rs +++ b/clients/client/rust/src/models/workspace_api_key.rs @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * Generated by: https://openapi-generator.tech */ diff --git a/clients/client/typescript-fetch/README.md b/clients/client/typescript-fetch/README.md index 575a32c925..231c531bcd 100644 --- a/clients/client/typescript-fetch/README.md +++ b/clients/client/typescript-fetch/README.md @@ -1,4 +1,4 @@ -## @ory/client-fetch@v1.14.5 +## @ory/client-fetch@v1.15.0 This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments: @@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co _published:_ ``` -npm install @ory/client-fetch@v1.14.5 --save +npm install @ory/client-fetch@v1.15.0 --save ``` _unPublished (not recommended):_ diff --git a/clients/client/typescript-fetch/package-lock.json b/clients/client/typescript-fetch/package-lock.json index f852ef6dd8..9f9d180957 100644 --- a/clients/client/typescript-fetch/package-lock.json +++ b/clients/client/typescript-fetch/package-lock.json @@ -1,21 +1,21 @@ { "name": "@ory/client-fetch", - "version": "v1.14.5", + "version": "v1.15.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ory/client-fetch", - "version": "v1.14.5", + "version": "v1.15.0", "license": "Apache-2.0", "devDependencies": { "typescript": "^4.0 || ^5.0" } }, "node_modules/typescript": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", - "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/clients/client/typescript-fetch/package.json b/clients/client/typescript-fetch/package.json index f05bc5eea1..ca30935011 100644 --- a/clients/client/typescript-fetch/package.json +++ b/clients/client/typescript-fetch/package.json @@ -1,6 +1,6 @@ { "name": "@ory/client-fetch", - "version": "v1.14.5", + "version": "v1.15.0", "description": "OpenAPI client for @ory/client-fetch", "author": "Ory Corp", "repository": { diff --git a/clients/client/typescript-fetch/src/apis/CourierApi.ts b/clients/client/typescript-fetch/src/apis/CourierApi.ts index 059a1e87d5..9583639590 100644 --- a/clients/client/typescript-fetch/src/apis/CourierApi.ts +++ b/clients/client/typescript-fetch/src/apis/CourierApi.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/apis/EventsApi.ts b/clients/client/typescript-fetch/src/apis/EventsApi.ts index 6ab5db666a..6baee49fe9 100644 --- a/clients/client/typescript-fetch/src/apis/EventsApi.ts +++ b/clients/client/typescript-fetch/src/apis/EventsApi.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/apis/FrontendApi.ts b/clients/client/typescript-fetch/src/apis/FrontendApi.ts index b46660ffc7..666a242bca 100644 --- a/clients/client/typescript-fetch/src/apis/FrontendApi.ts +++ b/clients/client/typescript-fetch/src/apis/FrontendApi.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/apis/IdentityApi.ts b/clients/client/typescript-fetch/src/apis/IdentityApi.ts index 72794e8bdc..81c534e3d0 100644 --- a/clients/client/typescript-fetch/src/apis/IdentityApi.ts +++ b/clients/client/typescript-fetch/src/apis/IdentityApi.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/apis/JwkApi.ts b/clients/client/typescript-fetch/src/apis/JwkApi.ts index 55e6f8c88a..01f9012752 100644 --- a/clients/client/typescript-fetch/src/apis/JwkApi.ts +++ b/clients/client/typescript-fetch/src/apis/JwkApi.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/apis/MetadataApi.ts b/clients/client/typescript-fetch/src/apis/MetadataApi.ts index f7d19241c2..3338ed8171 100644 --- a/clients/client/typescript-fetch/src/apis/MetadataApi.ts +++ b/clients/client/typescript-fetch/src/apis/MetadataApi.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/apis/OAuth2Api.ts b/clients/client/typescript-fetch/src/apis/OAuth2Api.ts index 5c64340721..b8643d28f4 100644 --- a/clients/client/typescript-fetch/src/apis/OAuth2Api.ts +++ b/clients/client/typescript-fetch/src/apis/OAuth2Api.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/apis/OidcApi.ts b/clients/client/typescript-fetch/src/apis/OidcApi.ts index 3300c13fdb..188cbc8ad7 100644 --- a/clients/client/typescript-fetch/src/apis/OidcApi.ts +++ b/clients/client/typescript-fetch/src/apis/OidcApi.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/apis/PermissionApi.ts b/clients/client/typescript-fetch/src/apis/PermissionApi.ts index f206ea0093..14f17edd42 100644 --- a/clients/client/typescript-fetch/src/apis/PermissionApi.ts +++ b/clients/client/typescript-fetch/src/apis/PermissionApi.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/apis/ProjectApi.ts b/clients/client/typescript-fetch/src/apis/ProjectApi.ts index d2164952f7..120c6b2c86 100644 --- a/clients/client/typescript-fetch/src/apis/ProjectApi.ts +++ b/clients/client/typescript-fetch/src/apis/ProjectApi.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -117,6 +117,12 @@ export interface PatchProjectRequest { jsonPatch?: Array; } +export interface PatchProjectWithRevisionRequest { + projectId: string; + revisionId: string; + jsonPatch?: Array; +} + export interface PurgeProjectRequest { projectId: string; } @@ -687,6 +693,59 @@ export class ProjectApi extends runtime.BaseAPI { return await response.value(); } + /** + * This endpoints allows you to patch individual Ory Network Project configuration keys for Ory\'s services (identity, permission, ...). The configuration format is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version. If you have an older version of a configuration, you should set the version key in the payload! While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source. For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed. + * Patch an Ory Network Project Configuration based on a revision ID + */ + async patchProjectWithRevisionRaw(requestParameters: PatchProjectWithRevisionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise> { + if (requestParameters['projectId'] == null) { + throw new runtime.RequiredError( + 'projectId', + 'Required parameter "projectId" was null or undefined when calling patchProjectWithRevision().' + ); + } + + if (requestParameters['revisionId'] == null) { + throw new runtime.RequiredError( + 'revisionId', + 'Required parameter "revisionId" was null or undefined when calling patchProjectWithRevision().' + ); + } + + const queryParameters: any = {}; + + const headerParameters: runtime.HTTPHeaders = {}; + + headerParameters['Content-Type'] = 'application/json'; + + if (this.configuration && this.configuration.accessToken) { + const token = this.configuration.accessToken; + const tokenString = await token("oryWorkspaceApiKey", []); + + if (tokenString) { + headerParameters["Authorization"] = `Bearer ${tokenString}`; + } + } + const response = await this.request({ + path: `/projects/{project_id}/revision/{revision_id}`.replace(`{${"project_id"}}`, encodeURIComponent(String(requestParameters['projectId']))).replace(`{${"revision_id"}}`, encodeURIComponent(String(requestParameters['revisionId']))), + method: 'PATCH', + headers: headerParameters, + query: queryParameters, + body: requestParameters['jsonPatch']!.map(JsonPatchToJSON), + }, initOverrides); + + return new runtime.JSONApiResponse(response, (jsonValue) => SuccessfulProjectUpdateFromJSON(jsonValue)); + } + + /** + * This endpoints allows you to patch individual Ory Network Project configuration keys for Ory\'s services (identity, permission, ...). The configuration format is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version. If you have an older version of a configuration, you should set the version key in the payload! While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source. For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed. + * Patch an Ory Network Project Configuration based on a revision ID + */ + async patchProjectWithRevision(requestParameters: PatchProjectWithRevisionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise { + const response = await this.patchProjectWithRevisionRaw(requestParameters, initOverrides); + return await response.value(); + } + /** * !! Use with extreme caution !! Using this API endpoint you can purge (completely delete) a project and its data. This action can not be undone and will delete ALL your data. Calling this endpoint will additionally delete custom domains and other related data. If the project is linked to a subscription, the subscription needs to be unlinked first. * Irrecoverably purge a project diff --git a/clients/client/typescript-fetch/src/apis/RelationshipApi.ts b/clients/client/typescript-fetch/src/apis/RelationshipApi.ts index 5e2be32290..c0c11621fa 100644 --- a/clients/client/typescript-fetch/src/apis/RelationshipApi.ts +++ b/clients/client/typescript-fetch/src/apis/RelationshipApi.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/apis/WellknownApi.ts b/clients/client/typescript-fetch/src/apis/WellknownApi.ts index 1b98baf7d4..21ea0d6ce6 100644 --- a/clients/client/typescript-fetch/src/apis/WellknownApi.ts +++ b/clients/client/typescript-fetch/src/apis/WellknownApi.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/apis/WorkspaceApi.ts b/clients/client/typescript-fetch/src/apis/WorkspaceApi.ts index 4ce1b6098e..22abda5c00 100644 --- a/clients/client/typescript-fetch/src/apis/WorkspaceApi.ts +++ b/clients/client/typescript-fetch/src/apis/WorkspaceApi.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/AcceptOAuth2ConsentRequest.ts b/clients/client/typescript-fetch/src/models/AcceptOAuth2ConsentRequest.ts index f890876307..45786f48f4 100644 --- a/clients/client/typescript-fetch/src/models/AcceptOAuth2ConsentRequest.ts +++ b/clients/client/typescript-fetch/src/models/AcceptOAuth2ConsentRequest.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/AcceptOAuth2ConsentRequestSession.ts b/clients/client/typescript-fetch/src/models/AcceptOAuth2ConsentRequestSession.ts index 82f535bc0a..ba5993a60e 100644 --- a/clients/client/typescript-fetch/src/models/AcceptOAuth2ConsentRequestSession.ts +++ b/clients/client/typescript-fetch/src/models/AcceptOAuth2ConsentRequestSession.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/AcceptOAuth2LoginRequest.ts b/clients/client/typescript-fetch/src/models/AcceptOAuth2LoginRequest.ts index 67628f0576..c19fba33e5 100644 --- a/clients/client/typescript-fetch/src/models/AcceptOAuth2LoginRequest.ts +++ b/clients/client/typescript-fetch/src/models/AcceptOAuth2LoginRequest.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/AccountExperienceConfiguration.ts b/clients/client/typescript-fetch/src/models/AccountExperienceConfiguration.ts index 72f5b6f18a..e2e7d869b9 100644 --- a/clients/client/typescript-fetch/src/models/AccountExperienceConfiguration.ts +++ b/clients/client/typescript-fetch/src/models/AccountExperienceConfiguration.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/AccountExperienceThemeVariables.ts b/clients/client/typescript-fetch/src/models/AccountExperienceThemeVariables.ts index 59c52b2737..3591208e32 100644 --- a/clients/client/typescript-fetch/src/models/AccountExperienceThemeVariables.ts +++ b/clients/client/typescript-fetch/src/models/AccountExperienceThemeVariables.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ActiveProjectInConsole.ts b/clients/client/typescript-fetch/src/models/ActiveProjectInConsole.ts index 9e8a4677d9..6145493697 100644 --- a/clients/client/typescript-fetch/src/models/ActiveProjectInConsole.ts +++ b/clients/client/typescript-fetch/src/models/ActiveProjectInConsole.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/AddProjectToWorkspaceBody.ts b/clients/client/typescript-fetch/src/models/AddProjectToWorkspaceBody.ts index 167ef741e8..89564dd821 100644 --- a/clients/client/typescript-fetch/src/models/AddProjectToWorkspaceBody.ts +++ b/clients/client/typescript-fetch/src/models/AddProjectToWorkspaceBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/Attribute.ts b/clients/client/typescript-fetch/src/models/Attribute.ts index f4b280a40b..316450fe1f 100644 --- a/clients/client/typescript-fetch/src/models/Attribute.ts +++ b/clients/client/typescript-fetch/src/models/Attribute.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/AttributeFilter.ts b/clients/client/typescript-fetch/src/models/AttributeFilter.ts index 4c957d55b0..1259c10a36 100644 --- a/clients/client/typescript-fetch/src/models/AttributeFilter.ts +++ b/clients/client/typescript-fetch/src/models/AttributeFilter.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/AttributesCountDatapoint.ts b/clients/client/typescript-fetch/src/models/AttributesCountDatapoint.ts index 0a70b87462..0e0da7a79d 100644 --- a/clients/client/typescript-fetch/src/models/AttributesCountDatapoint.ts +++ b/clients/client/typescript-fetch/src/models/AttributesCountDatapoint.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/AuthenticatorAssuranceLevel.ts b/clients/client/typescript-fetch/src/models/AuthenticatorAssuranceLevel.ts index 7f7c0516c5..39b1d99739 100644 --- a/clients/client/typescript-fetch/src/models/AuthenticatorAssuranceLevel.ts +++ b/clients/client/typescript-fetch/src/models/AuthenticatorAssuranceLevel.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/BatchCheckPermissionBody.ts b/clients/client/typescript-fetch/src/models/BatchCheckPermissionBody.ts index e03f635841..3c77aa318c 100644 --- a/clients/client/typescript-fetch/src/models/BatchCheckPermissionBody.ts +++ b/clients/client/typescript-fetch/src/models/BatchCheckPermissionBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/BatchCheckPermissionResult.ts b/clients/client/typescript-fetch/src/models/BatchCheckPermissionResult.ts index d7680d77d4..3555a0a618 100644 --- a/clients/client/typescript-fetch/src/models/BatchCheckPermissionResult.ts +++ b/clients/client/typescript-fetch/src/models/BatchCheckPermissionResult.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/BatchPatchIdentitiesResponse.ts b/clients/client/typescript-fetch/src/models/BatchPatchIdentitiesResponse.ts index eafcaefbcf..aecc397aa8 100644 --- a/clients/client/typescript-fetch/src/models/BatchPatchIdentitiesResponse.ts +++ b/clients/client/typescript-fetch/src/models/BatchPatchIdentitiesResponse.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/BillingPeriodBucket.ts b/clients/client/typescript-fetch/src/models/BillingPeriodBucket.ts index 5d242fc443..16ebee305c 100644 --- a/clients/client/typescript-fetch/src/models/BillingPeriodBucket.ts +++ b/clients/client/typescript-fetch/src/models/BillingPeriodBucket.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/CheckOplSyntaxResult.ts b/clients/client/typescript-fetch/src/models/CheckOplSyntaxResult.ts index 4ddb783a53..ea71f4bcc4 100644 --- a/clients/client/typescript-fetch/src/models/CheckOplSyntaxResult.ts +++ b/clients/client/typescript-fetch/src/models/CheckOplSyntaxResult.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/CheckPermissionResult.ts b/clients/client/typescript-fetch/src/models/CheckPermissionResult.ts index 825163890a..c1afb07611 100644 --- a/clients/client/typescript-fetch/src/models/CheckPermissionResult.ts +++ b/clients/client/typescript-fetch/src/models/CheckPermissionResult.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/CheckPermissionResultWithError.ts b/clients/client/typescript-fetch/src/models/CheckPermissionResultWithError.ts index 3b63d1a2b9..73f00229db 100644 --- a/clients/client/typescript-fetch/src/models/CheckPermissionResultWithError.ts +++ b/clients/client/typescript-fetch/src/models/CheckPermissionResultWithError.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/CloudAccount.ts b/clients/client/typescript-fetch/src/models/CloudAccount.ts index ac76a181ac..6d704338cc 100644 --- a/clients/client/typescript-fetch/src/models/CloudAccount.ts +++ b/clients/client/typescript-fetch/src/models/CloudAccount.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ConsistencyRequestParameters.ts b/clients/client/typescript-fetch/src/models/ConsistencyRequestParameters.ts index 25eb962716..ae966666b9 100644 --- a/clients/client/typescript-fetch/src/models/ConsistencyRequestParameters.ts +++ b/clients/client/typescript-fetch/src/models/ConsistencyRequestParameters.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ContinueWith.ts b/clients/client/typescript-fetch/src/models/ContinueWith.ts index 47ecb63a5c..a07efab56b 100644 --- a/clients/client/typescript-fetch/src/models/ContinueWith.ts +++ b/clients/client/typescript-fetch/src/models/ContinueWith.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ContinueWithRecoveryUi.ts b/clients/client/typescript-fetch/src/models/ContinueWithRecoveryUi.ts index 07d856bf11..2db6f400f7 100644 --- a/clients/client/typescript-fetch/src/models/ContinueWithRecoveryUi.ts +++ b/clients/client/typescript-fetch/src/models/ContinueWithRecoveryUi.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ContinueWithRecoveryUiFlow.ts b/clients/client/typescript-fetch/src/models/ContinueWithRecoveryUiFlow.ts index da84f6275d..25cb6b548b 100644 --- a/clients/client/typescript-fetch/src/models/ContinueWithRecoveryUiFlow.ts +++ b/clients/client/typescript-fetch/src/models/ContinueWithRecoveryUiFlow.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ContinueWithRedirectBrowserTo.ts b/clients/client/typescript-fetch/src/models/ContinueWithRedirectBrowserTo.ts index 48907012da..99b4764299 100644 --- a/clients/client/typescript-fetch/src/models/ContinueWithRedirectBrowserTo.ts +++ b/clients/client/typescript-fetch/src/models/ContinueWithRedirectBrowserTo.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ContinueWithSetOrySessionToken.ts b/clients/client/typescript-fetch/src/models/ContinueWithSetOrySessionToken.ts index 28cda98d66..4735488f0d 100644 --- a/clients/client/typescript-fetch/src/models/ContinueWithSetOrySessionToken.ts +++ b/clients/client/typescript-fetch/src/models/ContinueWithSetOrySessionToken.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ContinueWithSettingsUi.ts b/clients/client/typescript-fetch/src/models/ContinueWithSettingsUi.ts index 0f5a131b16..b670ca33b8 100644 --- a/clients/client/typescript-fetch/src/models/ContinueWithSettingsUi.ts +++ b/clients/client/typescript-fetch/src/models/ContinueWithSettingsUi.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ContinueWithSettingsUiFlow.ts b/clients/client/typescript-fetch/src/models/ContinueWithSettingsUiFlow.ts index 7859bacd18..80e019e715 100644 --- a/clients/client/typescript-fetch/src/models/ContinueWithSettingsUiFlow.ts +++ b/clients/client/typescript-fetch/src/models/ContinueWithSettingsUiFlow.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ContinueWithVerificationUi.ts b/clients/client/typescript-fetch/src/models/ContinueWithVerificationUi.ts index 3775e0bfe0..b6820b38d3 100644 --- a/clients/client/typescript-fetch/src/models/ContinueWithVerificationUi.ts +++ b/clients/client/typescript-fetch/src/models/ContinueWithVerificationUi.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ContinueWithVerificationUiFlow.ts b/clients/client/typescript-fetch/src/models/ContinueWithVerificationUiFlow.ts index a3cde19ab5..bd2c8c4477 100644 --- a/clients/client/typescript-fetch/src/models/ContinueWithVerificationUiFlow.ts +++ b/clients/client/typescript-fetch/src/models/ContinueWithVerificationUiFlow.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/CourierMessageStatus.ts b/clients/client/typescript-fetch/src/models/CourierMessageStatus.ts index d3325f9a35..ef32e4f29c 100644 --- a/clients/client/typescript-fetch/src/models/CourierMessageStatus.ts +++ b/clients/client/typescript-fetch/src/models/CourierMessageStatus.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/CourierMessageType.ts b/clients/client/typescript-fetch/src/models/CourierMessageType.ts index 798d92c148..8a835a0baa 100644 --- a/clients/client/typescript-fetch/src/models/CourierMessageType.ts +++ b/clients/client/typescript-fetch/src/models/CourierMessageType.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/CreateCustomDomainBody.ts b/clients/client/typescript-fetch/src/models/CreateCustomDomainBody.ts index 35bfa76552..2d578ef334 100644 --- a/clients/client/typescript-fetch/src/models/CreateCustomDomainBody.ts +++ b/clients/client/typescript-fetch/src/models/CreateCustomDomainBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/CreateEventStreamBody.ts b/clients/client/typescript-fetch/src/models/CreateEventStreamBody.ts index 7ae88abdc3..8e6914ceb9 100644 --- a/clients/client/typescript-fetch/src/models/CreateEventStreamBody.ts +++ b/clients/client/typescript-fetch/src/models/CreateEventStreamBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/CreateIdentityBody.ts b/clients/client/typescript-fetch/src/models/CreateIdentityBody.ts index 7b75178b2f..c9de670417 100644 --- a/clients/client/typescript-fetch/src/models/CreateIdentityBody.ts +++ b/clients/client/typescript-fetch/src/models/CreateIdentityBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/CreateInviteResponse.ts b/clients/client/typescript-fetch/src/models/CreateInviteResponse.ts index 8fb4a7cff7..64ee741bff 100644 --- a/clients/client/typescript-fetch/src/models/CreateInviteResponse.ts +++ b/clients/client/typescript-fetch/src/models/CreateInviteResponse.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/CreateJsonWebKeySet.ts b/clients/client/typescript-fetch/src/models/CreateJsonWebKeySet.ts index 0c6447e2d0..ed801adb1b 100644 --- a/clients/client/typescript-fetch/src/models/CreateJsonWebKeySet.ts +++ b/clients/client/typescript-fetch/src/models/CreateJsonWebKeySet.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/CreateProjectApiKeyRequest.ts b/clients/client/typescript-fetch/src/models/CreateProjectApiKeyRequest.ts index f96999d11d..b814cf6aaf 100644 --- a/clients/client/typescript-fetch/src/models/CreateProjectApiKeyRequest.ts +++ b/clients/client/typescript-fetch/src/models/CreateProjectApiKeyRequest.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/CreateProjectBody.ts b/clients/client/typescript-fetch/src/models/CreateProjectBody.ts index 251fb5ddb4..bd4677c962 100644 --- a/clients/client/typescript-fetch/src/models/CreateProjectBody.ts +++ b/clients/client/typescript-fetch/src/models/CreateProjectBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/CreateProjectBranding.ts b/clients/client/typescript-fetch/src/models/CreateProjectBranding.ts index 178510a0f6..56413ac239 100644 --- a/clients/client/typescript-fetch/src/models/CreateProjectBranding.ts +++ b/clients/client/typescript-fetch/src/models/CreateProjectBranding.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/CreateProjectMemberInviteBody.ts b/clients/client/typescript-fetch/src/models/CreateProjectMemberInviteBody.ts index 42e9b80a6d..5580c3a1fb 100644 --- a/clients/client/typescript-fetch/src/models/CreateProjectMemberInviteBody.ts +++ b/clients/client/typescript-fetch/src/models/CreateProjectMemberInviteBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/CreateProjectNormalizedPayload.ts b/clients/client/typescript-fetch/src/models/CreateProjectNormalizedPayload.ts index 922a55645a..f25d193613 100644 --- a/clients/client/typescript-fetch/src/models/CreateProjectNormalizedPayload.ts +++ b/clients/client/typescript-fetch/src/models/CreateProjectNormalizedPayload.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/CreateRecoveryCodeForIdentityBody.ts b/clients/client/typescript-fetch/src/models/CreateRecoveryCodeForIdentityBody.ts index 0d8db93b96..7758d9fbb3 100644 --- a/clients/client/typescript-fetch/src/models/CreateRecoveryCodeForIdentityBody.ts +++ b/clients/client/typescript-fetch/src/models/CreateRecoveryCodeForIdentityBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/CreateRecoveryLinkForIdentityBody.ts b/clients/client/typescript-fetch/src/models/CreateRecoveryLinkForIdentityBody.ts index ab53e2bd67..6df801ccd1 100644 --- a/clients/client/typescript-fetch/src/models/CreateRecoveryLinkForIdentityBody.ts +++ b/clients/client/typescript-fetch/src/models/CreateRecoveryLinkForIdentityBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/CreateRelationshipBody.ts b/clients/client/typescript-fetch/src/models/CreateRelationshipBody.ts index 1b5ec4913c..f54f6a3ab8 100644 --- a/clients/client/typescript-fetch/src/models/CreateRelationshipBody.ts +++ b/clients/client/typescript-fetch/src/models/CreateRelationshipBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/CreateSubscriptionBody.ts b/clients/client/typescript-fetch/src/models/CreateSubscriptionBody.ts index 5be151d30f..415b80de82 100644 --- a/clients/client/typescript-fetch/src/models/CreateSubscriptionBody.ts +++ b/clients/client/typescript-fetch/src/models/CreateSubscriptionBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/CreateSubscriptionCommon.ts b/clients/client/typescript-fetch/src/models/CreateSubscriptionCommon.ts index 49a7aacb36..f1eba2c294 100644 --- a/clients/client/typescript-fetch/src/models/CreateSubscriptionCommon.ts +++ b/clients/client/typescript-fetch/src/models/CreateSubscriptionCommon.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/CreateVerifiableCredentialRequestBody.ts b/clients/client/typescript-fetch/src/models/CreateVerifiableCredentialRequestBody.ts index 0abcd47aec..f694bfadeb 100644 --- a/clients/client/typescript-fetch/src/models/CreateVerifiableCredentialRequestBody.ts +++ b/clients/client/typescript-fetch/src/models/CreateVerifiableCredentialRequestBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/CreateWorkspaceApiKeyBody.ts b/clients/client/typescript-fetch/src/models/CreateWorkspaceApiKeyBody.ts index 30bc187bcd..653fbb27a4 100644 --- a/clients/client/typescript-fetch/src/models/CreateWorkspaceApiKeyBody.ts +++ b/clients/client/typescript-fetch/src/models/CreateWorkspaceApiKeyBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/CreateWorkspaceBody.ts b/clients/client/typescript-fetch/src/models/CreateWorkspaceBody.ts index c6721fb9f8..2e8f31226c 100644 --- a/clients/client/typescript-fetch/src/models/CreateWorkspaceBody.ts +++ b/clients/client/typescript-fetch/src/models/CreateWorkspaceBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/CreateWorkspaceMemberInviteBody.ts b/clients/client/typescript-fetch/src/models/CreateWorkspaceMemberInviteBody.ts index f534ed3e18..0f349f69a2 100644 --- a/clients/client/typescript-fetch/src/models/CreateWorkspaceMemberInviteBody.ts +++ b/clients/client/typescript-fetch/src/models/CreateWorkspaceMemberInviteBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/CreateWorkspaceSubscriptionBody.ts b/clients/client/typescript-fetch/src/models/CreateWorkspaceSubscriptionBody.ts index 4313d7cc34..8f69c0a077 100644 --- a/clients/client/typescript-fetch/src/models/CreateWorkspaceSubscriptionBody.ts +++ b/clients/client/typescript-fetch/src/models/CreateWorkspaceSubscriptionBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/CredentialSupportedDraft00.ts b/clients/client/typescript-fetch/src/models/CredentialSupportedDraft00.ts index 396bb1dc0e..c56ebde0bb 100644 --- a/clients/client/typescript-fetch/src/models/CredentialSupportedDraft00.ts +++ b/clients/client/typescript-fetch/src/models/CredentialSupportedDraft00.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/CustomDomain.ts b/clients/client/typescript-fetch/src/models/CustomDomain.ts index 2d4bed0127..59bff02e1e 100644 --- a/clients/client/typescript-fetch/src/models/CustomDomain.ts +++ b/clients/client/typescript-fetch/src/models/CustomDomain.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/DeleteMySessionsCount.ts b/clients/client/typescript-fetch/src/models/DeleteMySessionsCount.ts index 89327fecba..6710ebfee3 100644 --- a/clients/client/typescript-fetch/src/models/DeleteMySessionsCount.ts +++ b/clients/client/typescript-fetch/src/models/DeleteMySessionsCount.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/EmailTemplateData.ts b/clients/client/typescript-fetch/src/models/EmailTemplateData.ts index 90847040b2..c02b839254 100644 --- a/clients/client/typescript-fetch/src/models/EmailTemplateData.ts +++ b/clients/client/typescript-fetch/src/models/EmailTemplateData.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/EmailTemplateDataBody.ts b/clients/client/typescript-fetch/src/models/EmailTemplateDataBody.ts index 1803db51b8..0d86cd891f 100644 --- a/clients/client/typescript-fetch/src/models/EmailTemplateDataBody.ts +++ b/clients/client/typescript-fetch/src/models/EmailTemplateDataBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ErrorAuthenticatorAssuranceLevelNotSatisfied.ts b/clients/client/typescript-fetch/src/models/ErrorAuthenticatorAssuranceLevelNotSatisfied.ts index 379d8ed139..de513fc65c 100644 --- a/clients/client/typescript-fetch/src/models/ErrorAuthenticatorAssuranceLevelNotSatisfied.ts +++ b/clients/client/typescript-fetch/src/models/ErrorAuthenticatorAssuranceLevelNotSatisfied.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ErrorBrowserLocationChangeRequired.ts b/clients/client/typescript-fetch/src/models/ErrorBrowserLocationChangeRequired.ts index 551003f4d0..f452f3e29c 100644 --- a/clients/client/typescript-fetch/src/models/ErrorBrowserLocationChangeRequired.ts +++ b/clients/client/typescript-fetch/src/models/ErrorBrowserLocationChangeRequired.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ErrorFlowReplaced.ts b/clients/client/typescript-fetch/src/models/ErrorFlowReplaced.ts index 7559054f27..3291aee6e8 100644 --- a/clients/client/typescript-fetch/src/models/ErrorFlowReplaced.ts +++ b/clients/client/typescript-fetch/src/models/ErrorFlowReplaced.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ErrorGeneric.ts b/clients/client/typescript-fetch/src/models/ErrorGeneric.ts index 790ec219f5..2971daf027 100644 --- a/clients/client/typescript-fetch/src/models/ErrorGeneric.ts +++ b/clients/client/typescript-fetch/src/models/ErrorGeneric.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ErrorOAuth2.ts b/clients/client/typescript-fetch/src/models/ErrorOAuth2.ts index 15427edcda..b80cf85cb3 100644 --- a/clients/client/typescript-fetch/src/models/ErrorOAuth2.ts +++ b/clients/client/typescript-fetch/src/models/ErrorOAuth2.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/EventStream.ts b/clients/client/typescript-fetch/src/models/EventStream.ts index 2a492ffd5f..2583a92ba4 100644 --- a/clients/client/typescript-fetch/src/models/EventStream.ts +++ b/clients/client/typescript-fetch/src/models/EventStream.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ExpandedPermissionTree.ts b/clients/client/typescript-fetch/src/models/ExpandedPermissionTree.ts index 5dd2429e02..e0b7b9eb84 100644 --- a/clients/client/typescript-fetch/src/models/ExpandedPermissionTree.ts +++ b/clients/client/typescript-fetch/src/models/ExpandedPermissionTree.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/FlowError.ts b/clients/client/typescript-fetch/src/models/FlowError.ts index f18d99d292..5f2732a1bf 100644 --- a/clients/client/typescript-fetch/src/models/FlowError.ts +++ b/clients/client/typescript-fetch/src/models/FlowError.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/GenericError.ts b/clients/client/typescript-fetch/src/models/GenericError.ts index bfe58894c5..aaf22d9c0c 100644 --- a/clients/client/typescript-fetch/src/models/GenericError.ts +++ b/clients/client/typescript-fetch/src/models/GenericError.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/GenericErrorContent.ts b/clients/client/typescript-fetch/src/models/GenericErrorContent.ts index 9e5c05d0b5..0f9b8bec41 100644 --- a/clients/client/typescript-fetch/src/models/GenericErrorContent.ts +++ b/clients/client/typescript-fetch/src/models/GenericErrorContent.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/GenericUsage.ts b/clients/client/typescript-fetch/src/models/GenericUsage.ts index 359858745d..cd16778b05 100644 --- a/clients/client/typescript-fetch/src/models/GenericUsage.ts +++ b/clients/client/typescript-fetch/src/models/GenericUsage.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/GetAttributesCountResponse.ts b/clients/client/typescript-fetch/src/models/GetAttributesCountResponse.ts index 11b236187b..ad032785d3 100644 --- a/clients/client/typescript-fetch/src/models/GetAttributesCountResponse.ts +++ b/clients/client/typescript-fetch/src/models/GetAttributesCountResponse.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/GetManagedIdentitySchemaLocation.ts b/clients/client/typescript-fetch/src/models/GetManagedIdentitySchemaLocation.ts index 0803d50ded..53fac9cea8 100644 --- a/clients/client/typescript-fetch/src/models/GetManagedIdentitySchemaLocation.ts +++ b/clients/client/typescript-fetch/src/models/GetManagedIdentitySchemaLocation.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/GetMetricsEventAttributesResponse.ts b/clients/client/typescript-fetch/src/models/GetMetricsEventAttributesResponse.ts index f8ecb2ae8d..4ec2c921a2 100644 --- a/clients/client/typescript-fetch/src/models/GetMetricsEventAttributesResponse.ts +++ b/clients/client/typescript-fetch/src/models/GetMetricsEventAttributesResponse.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/GetMetricsEventTypesResponse.ts b/clients/client/typescript-fetch/src/models/GetMetricsEventTypesResponse.ts index fd32bf7c22..876d1e23e3 100644 --- a/clients/client/typescript-fetch/src/models/GetMetricsEventTypesResponse.ts +++ b/clients/client/typescript-fetch/src/models/GetMetricsEventTypesResponse.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/GetOrganizationResponse.ts b/clients/client/typescript-fetch/src/models/GetOrganizationResponse.ts index 78ab85c95c..4e9a1efb09 100644 --- a/clients/client/typescript-fetch/src/models/GetOrganizationResponse.ts +++ b/clients/client/typescript-fetch/src/models/GetOrganizationResponse.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/GetProjectEventsBody.ts b/clients/client/typescript-fetch/src/models/GetProjectEventsBody.ts index d83667d38e..31d39caf17 100644 --- a/clients/client/typescript-fetch/src/models/GetProjectEventsBody.ts +++ b/clients/client/typescript-fetch/src/models/GetProjectEventsBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/GetProjectEventsResponse.ts b/clients/client/typescript-fetch/src/models/GetProjectEventsResponse.ts index 02bcb46d3a..88e57a1190 100644 --- a/clients/client/typescript-fetch/src/models/GetProjectEventsResponse.ts +++ b/clients/client/typescript-fetch/src/models/GetProjectEventsResponse.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/GetProjectMetricsResponse.ts b/clients/client/typescript-fetch/src/models/GetProjectMetricsResponse.ts index 09379f64b4..c9699cd0fe 100644 --- a/clients/client/typescript-fetch/src/models/GetProjectMetricsResponse.ts +++ b/clients/client/typescript-fetch/src/models/GetProjectMetricsResponse.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/GetSessionActivityResponse.ts b/clients/client/typescript-fetch/src/models/GetSessionActivityResponse.ts index 041858b625..cb47599dbd 100644 --- a/clients/client/typescript-fetch/src/models/GetSessionActivityResponse.ts +++ b/clients/client/typescript-fetch/src/models/GetSessionActivityResponse.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/GetVersion200Response.ts b/clients/client/typescript-fetch/src/models/GetVersion200Response.ts index 32440604ca..aa7e97c1b3 100644 --- a/clients/client/typescript-fetch/src/models/GetVersion200Response.ts +++ b/clients/client/typescript-fetch/src/models/GetVersion200Response.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/HealthNotReadyStatus.ts b/clients/client/typescript-fetch/src/models/HealthNotReadyStatus.ts index 418a3dec81..a70fcbc387 100644 --- a/clients/client/typescript-fetch/src/models/HealthNotReadyStatus.ts +++ b/clients/client/typescript-fetch/src/models/HealthNotReadyStatus.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/HealthStatus.ts b/clients/client/typescript-fetch/src/models/HealthStatus.ts index 81ac1570c1..3c754a0057 100644 --- a/clients/client/typescript-fetch/src/models/HealthStatus.ts +++ b/clients/client/typescript-fetch/src/models/HealthStatus.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/Identity.ts b/clients/client/typescript-fetch/src/models/Identity.ts index c3e5afcdb2..a6816894b2 100644 --- a/clients/client/typescript-fetch/src/models/Identity.ts +++ b/clients/client/typescript-fetch/src/models/Identity.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/IdentityCredentials.ts b/clients/client/typescript-fetch/src/models/IdentityCredentials.ts index 5cfd7f1680..d6db887d77 100644 --- a/clients/client/typescript-fetch/src/models/IdentityCredentials.ts +++ b/clients/client/typescript-fetch/src/models/IdentityCredentials.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/IdentityCredentialsCode.ts b/clients/client/typescript-fetch/src/models/IdentityCredentialsCode.ts index 48dbd28d47..7d1cfd3255 100644 --- a/clients/client/typescript-fetch/src/models/IdentityCredentialsCode.ts +++ b/clients/client/typescript-fetch/src/models/IdentityCredentialsCode.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/IdentityCredentialsOidc.ts b/clients/client/typescript-fetch/src/models/IdentityCredentialsOidc.ts index 3f10a9ed9b..7edb173ed9 100644 --- a/clients/client/typescript-fetch/src/models/IdentityCredentialsOidc.ts +++ b/clients/client/typescript-fetch/src/models/IdentityCredentialsOidc.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/IdentityCredentialsOidcProvider.ts b/clients/client/typescript-fetch/src/models/IdentityCredentialsOidcProvider.ts index adb2c82b6f..a248ec052a 100644 --- a/clients/client/typescript-fetch/src/models/IdentityCredentialsOidcProvider.ts +++ b/clients/client/typescript-fetch/src/models/IdentityCredentialsOidcProvider.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/IdentityCredentialsPassword.ts b/clients/client/typescript-fetch/src/models/IdentityCredentialsPassword.ts index 6f8d6f01c6..88a106e1d1 100644 --- a/clients/client/typescript-fetch/src/models/IdentityCredentialsPassword.ts +++ b/clients/client/typescript-fetch/src/models/IdentityCredentialsPassword.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/IdentityPatch.ts b/clients/client/typescript-fetch/src/models/IdentityPatch.ts index 50631f0e1d..383bcf577b 100644 --- a/clients/client/typescript-fetch/src/models/IdentityPatch.ts +++ b/clients/client/typescript-fetch/src/models/IdentityPatch.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/IdentityPatchResponse.ts b/clients/client/typescript-fetch/src/models/IdentityPatchResponse.ts index 4264246d4c..07442241ee 100644 --- a/clients/client/typescript-fetch/src/models/IdentityPatchResponse.ts +++ b/clients/client/typescript-fetch/src/models/IdentityPatchResponse.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/IdentitySchemaContainer.ts b/clients/client/typescript-fetch/src/models/IdentitySchemaContainer.ts index e7af26c385..b3ba68ed68 100644 --- a/clients/client/typescript-fetch/src/models/IdentitySchemaContainer.ts +++ b/clients/client/typescript-fetch/src/models/IdentitySchemaContainer.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/IdentitySchemaPreset.ts b/clients/client/typescript-fetch/src/models/IdentitySchemaPreset.ts index 4cbb48a947..aecd634db7 100644 --- a/clients/client/typescript-fetch/src/models/IdentitySchemaPreset.ts +++ b/clients/client/typescript-fetch/src/models/IdentitySchemaPreset.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/IdentityWithCredentials.ts b/clients/client/typescript-fetch/src/models/IdentityWithCredentials.ts index 1117b2107d..a98ff54a66 100644 --- a/clients/client/typescript-fetch/src/models/IdentityWithCredentials.ts +++ b/clients/client/typescript-fetch/src/models/IdentityWithCredentials.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/IdentityWithCredentialsOidc.ts b/clients/client/typescript-fetch/src/models/IdentityWithCredentialsOidc.ts index d2fa4d5aa1..6601558e7f 100644 --- a/clients/client/typescript-fetch/src/models/IdentityWithCredentialsOidc.ts +++ b/clients/client/typescript-fetch/src/models/IdentityWithCredentialsOidc.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/IdentityWithCredentialsOidcConfig.ts b/clients/client/typescript-fetch/src/models/IdentityWithCredentialsOidcConfig.ts index c3cbd169b9..084064b936 100644 --- a/clients/client/typescript-fetch/src/models/IdentityWithCredentialsOidcConfig.ts +++ b/clients/client/typescript-fetch/src/models/IdentityWithCredentialsOidcConfig.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/IdentityWithCredentialsOidcConfigProvider.ts b/clients/client/typescript-fetch/src/models/IdentityWithCredentialsOidcConfigProvider.ts index 73f819c2e9..2bd3c9ad77 100644 --- a/clients/client/typescript-fetch/src/models/IdentityWithCredentialsOidcConfigProvider.ts +++ b/clients/client/typescript-fetch/src/models/IdentityWithCredentialsOidcConfigProvider.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/IdentityWithCredentialsPassword.ts b/clients/client/typescript-fetch/src/models/IdentityWithCredentialsPassword.ts index 868e29ae38..c7c50d4e6d 100644 --- a/clients/client/typescript-fetch/src/models/IdentityWithCredentialsPassword.ts +++ b/clients/client/typescript-fetch/src/models/IdentityWithCredentialsPassword.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/IdentityWithCredentialsPasswordConfig.ts b/clients/client/typescript-fetch/src/models/IdentityWithCredentialsPasswordConfig.ts index 3d314be18d..c1b16fe014 100644 --- a/clients/client/typescript-fetch/src/models/IdentityWithCredentialsPasswordConfig.ts +++ b/clients/client/typescript-fetch/src/models/IdentityWithCredentialsPasswordConfig.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/InternalGetProjectBrandingBody.ts b/clients/client/typescript-fetch/src/models/InternalGetProjectBrandingBody.ts index 53f78d6a63..1545e2b0de 100644 --- a/clients/client/typescript-fetch/src/models/InternalGetProjectBrandingBody.ts +++ b/clients/client/typescript-fetch/src/models/InternalGetProjectBrandingBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/InternalIsAXWelcomeScreenEnabledForProjectBody.ts b/clients/client/typescript-fetch/src/models/InternalIsAXWelcomeScreenEnabledForProjectBody.ts index c342641d85..f3af1e1583 100644 --- a/clients/client/typescript-fetch/src/models/InternalIsAXWelcomeScreenEnabledForProjectBody.ts +++ b/clients/client/typescript-fetch/src/models/InternalIsAXWelcomeScreenEnabledForProjectBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/InternalIsOwnerForProjectBySlugBody.ts b/clients/client/typescript-fetch/src/models/InternalIsOwnerForProjectBySlugBody.ts index 65c30c3a16..197593f9c1 100644 --- a/clients/client/typescript-fetch/src/models/InternalIsOwnerForProjectBySlugBody.ts +++ b/clients/client/typescript-fetch/src/models/InternalIsOwnerForProjectBySlugBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/InternalIsOwnerForProjectBySlugResponse.ts b/clients/client/typescript-fetch/src/models/InternalIsOwnerForProjectBySlugResponse.ts index 9cc33eafd7..1184241cc6 100644 --- a/clients/client/typescript-fetch/src/models/InternalIsOwnerForProjectBySlugResponse.ts +++ b/clients/client/typescript-fetch/src/models/InternalIsOwnerForProjectBySlugResponse.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/IntrospectedOAuth2Token.ts b/clients/client/typescript-fetch/src/models/IntrospectedOAuth2Token.ts index e7e1c8ccf7..795c6893f4 100644 --- a/clients/client/typescript-fetch/src/models/IntrospectedOAuth2Token.ts +++ b/clients/client/typescript-fetch/src/models/IntrospectedOAuth2Token.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/Invoice.ts b/clients/client/typescript-fetch/src/models/Invoice.ts index ee515fb064..e05ad9cf7a 100644 --- a/clients/client/typescript-fetch/src/models/Invoice.ts +++ b/clients/client/typescript-fetch/src/models/Invoice.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/InvoiceDataV1.ts b/clients/client/typescript-fetch/src/models/InvoiceDataV1.ts index 7484fee6a9..dd7962ba84 100644 --- a/clients/client/typescript-fetch/src/models/InvoiceDataV1.ts +++ b/clients/client/typescript-fetch/src/models/InvoiceDataV1.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/IsOwnerForProjectBySlug.ts b/clients/client/typescript-fetch/src/models/IsOwnerForProjectBySlug.ts index b877418d66..6d2298ea69 100644 --- a/clients/client/typescript-fetch/src/models/IsOwnerForProjectBySlug.ts +++ b/clients/client/typescript-fetch/src/models/IsOwnerForProjectBySlug.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/JsonPatch.ts b/clients/client/typescript-fetch/src/models/JsonPatch.ts index 1a2b90604a..abea64de29 100644 --- a/clients/client/typescript-fetch/src/models/JsonPatch.ts +++ b/clients/client/typescript-fetch/src/models/JsonPatch.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/JsonWebKey.ts b/clients/client/typescript-fetch/src/models/JsonWebKey.ts index 356676f097..eca8ec4707 100644 --- a/clients/client/typescript-fetch/src/models/JsonWebKey.ts +++ b/clients/client/typescript-fetch/src/models/JsonWebKey.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/JsonWebKeySet.ts b/clients/client/typescript-fetch/src/models/JsonWebKeySet.ts index 151d869599..3a706fdd22 100644 --- a/clients/client/typescript-fetch/src/models/JsonWebKeySet.ts +++ b/clients/client/typescript-fetch/src/models/JsonWebKeySet.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/KetoNamespace.ts b/clients/client/typescript-fetch/src/models/KetoNamespace.ts index a45487e29e..7b5133335d 100644 --- a/clients/client/typescript-fetch/src/models/KetoNamespace.ts +++ b/clients/client/typescript-fetch/src/models/KetoNamespace.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/LineItemV1.ts b/clients/client/typescript-fetch/src/models/LineItemV1.ts index 82d82c84a1..b8d3681aff 100644 --- a/clients/client/typescript-fetch/src/models/LineItemV1.ts +++ b/clients/client/typescript-fetch/src/models/LineItemV1.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ListEventStreams.ts b/clients/client/typescript-fetch/src/models/ListEventStreams.ts index ce75ee6798..808f325163 100644 --- a/clients/client/typescript-fetch/src/models/ListEventStreams.ts +++ b/clients/client/typescript-fetch/src/models/ListEventStreams.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ListInvoicesResponse.ts b/clients/client/typescript-fetch/src/models/ListInvoicesResponse.ts index f58394c014..e69b652926 100644 --- a/clients/client/typescript-fetch/src/models/ListInvoicesResponse.ts +++ b/clients/client/typescript-fetch/src/models/ListInvoicesResponse.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ListOrganizationsResponse.ts b/clients/client/typescript-fetch/src/models/ListOrganizationsResponse.ts index f10f98b579..1eed39d42a 100644 --- a/clients/client/typescript-fetch/src/models/ListOrganizationsResponse.ts +++ b/clients/client/typescript-fetch/src/models/ListOrganizationsResponse.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ListWorkspaceProjects.ts b/clients/client/typescript-fetch/src/models/ListWorkspaceProjects.ts index ec879e557a..bbf5bed0bf 100644 --- a/clients/client/typescript-fetch/src/models/ListWorkspaceProjects.ts +++ b/clients/client/typescript-fetch/src/models/ListWorkspaceProjects.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ListWorkspaces.ts b/clients/client/typescript-fetch/src/models/ListWorkspaces.ts index 10e231e6b0..806765064b 100644 --- a/clients/client/typescript-fetch/src/models/ListWorkspaces.ts +++ b/clients/client/typescript-fetch/src/models/ListWorkspaces.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/LoginFlow.ts b/clients/client/typescript-fetch/src/models/LoginFlow.ts index 19d5a67881..3eaf6d010c 100644 --- a/clients/client/typescript-fetch/src/models/LoginFlow.ts +++ b/clients/client/typescript-fetch/src/models/LoginFlow.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/LoginFlowState.ts b/clients/client/typescript-fetch/src/models/LoginFlowState.ts index 8d38d91831..a396aad5fd 100644 --- a/clients/client/typescript-fetch/src/models/LoginFlowState.ts +++ b/clients/client/typescript-fetch/src/models/LoginFlowState.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/LogoutFlow.ts b/clients/client/typescript-fetch/src/models/LogoutFlow.ts index 13a8e8dfa0..d4c9f90c04 100644 --- a/clients/client/typescript-fetch/src/models/LogoutFlow.ts +++ b/clients/client/typescript-fetch/src/models/LogoutFlow.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ManagedIdentitySchema.ts b/clients/client/typescript-fetch/src/models/ManagedIdentitySchema.ts index d25ef574c7..be9c86c0e6 100644 --- a/clients/client/typescript-fetch/src/models/ManagedIdentitySchema.ts +++ b/clients/client/typescript-fetch/src/models/ManagedIdentitySchema.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ManagedIdentitySchemaValidationResult.ts b/clients/client/typescript-fetch/src/models/ManagedIdentitySchemaValidationResult.ts index 448e75cd5f..b209bf2f24 100644 --- a/clients/client/typescript-fetch/src/models/ManagedIdentitySchemaValidationResult.ts +++ b/clients/client/typescript-fetch/src/models/ManagedIdentitySchemaValidationResult.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/MemberInvite.ts b/clients/client/typescript-fetch/src/models/MemberInvite.ts index ecd7678152..65f644cc83 100644 --- a/clients/client/typescript-fetch/src/models/MemberInvite.ts +++ b/clients/client/typescript-fetch/src/models/MemberInvite.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/Message.ts b/clients/client/typescript-fetch/src/models/Message.ts index f12453d7b4..5f57c75634 100644 --- a/clients/client/typescript-fetch/src/models/Message.ts +++ b/clients/client/typescript-fetch/src/models/Message.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/MessageDispatch.ts b/clients/client/typescript-fetch/src/models/MessageDispatch.ts index a1cc54af2a..2a8c5b054e 100644 --- a/clients/client/typescript-fetch/src/models/MessageDispatch.ts +++ b/clients/client/typescript-fetch/src/models/MessageDispatch.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/MetricsDatapoint.ts b/clients/client/typescript-fetch/src/models/MetricsDatapoint.ts index 73b464ddf7..7f9b1056c2 100644 --- a/clients/client/typescript-fetch/src/models/MetricsDatapoint.ts +++ b/clients/client/typescript-fetch/src/models/MetricsDatapoint.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/Money.ts b/clients/client/typescript-fetch/src/models/Money.ts index 6c5cf83fb6..15a67761f8 100644 --- a/clients/client/typescript-fetch/src/models/Money.ts +++ b/clients/client/typescript-fetch/src/models/Money.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/Namespace.ts b/clients/client/typescript-fetch/src/models/Namespace.ts index a2b14d5c27..16a8aa6240 100644 --- a/clients/client/typescript-fetch/src/models/Namespace.ts +++ b/clients/client/typescript-fetch/src/models/Namespace.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/NeedsPrivilegedSessionError.ts b/clients/client/typescript-fetch/src/models/NeedsPrivilegedSessionError.ts index c34f130c7e..c92f1b81bb 100644 --- a/clients/client/typescript-fetch/src/models/NeedsPrivilegedSessionError.ts +++ b/clients/client/typescript-fetch/src/models/NeedsPrivilegedSessionError.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/NormalizedProject.ts b/clients/client/typescript-fetch/src/models/NormalizedProject.ts index 511036112a..d27dbe6756 100644 --- a/clients/client/typescript-fetch/src/models/NormalizedProject.ts +++ b/clients/client/typescript-fetch/src/models/NormalizedProject.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/NormalizedProjectRevision.ts b/clients/client/typescript-fetch/src/models/NormalizedProjectRevision.ts index 3dfdbef0b4..aa406c5ab1 100644 --- a/clients/client/typescript-fetch/src/models/NormalizedProjectRevision.ts +++ b/clients/client/typescript-fetch/src/models/NormalizedProjectRevision.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/NormalizedProjectRevisionCourierChannel.ts b/clients/client/typescript-fetch/src/models/NormalizedProjectRevisionCourierChannel.ts index 465a3e11fd..c45440005f 100644 --- a/clients/client/typescript-fetch/src/models/NormalizedProjectRevisionCourierChannel.ts +++ b/clients/client/typescript-fetch/src/models/NormalizedProjectRevisionCourierChannel.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/NormalizedProjectRevisionHook.ts b/clients/client/typescript-fetch/src/models/NormalizedProjectRevisionHook.ts index c6bc39a56d..32293880c8 100644 --- a/clients/client/typescript-fetch/src/models/NormalizedProjectRevisionHook.ts +++ b/clients/client/typescript-fetch/src/models/NormalizedProjectRevisionHook.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/NormalizedProjectRevisionIdentitySchema.ts b/clients/client/typescript-fetch/src/models/NormalizedProjectRevisionIdentitySchema.ts index 19d0b7f7cf..1d14f9550e 100644 --- a/clients/client/typescript-fetch/src/models/NormalizedProjectRevisionIdentitySchema.ts +++ b/clients/client/typescript-fetch/src/models/NormalizedProjectRevisionIdentitySchema.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/NormalizedProjectRevisionThirdPartyProvider.ts b/clients/client/typescript-fetch/src/models/NormalizedProjectRevisionThirdPartyProvider.ts index 0a19777c67..728e7446cc 100644 --- a/clients/client/typescript-fetch/src/models/NormalizedProjectRevisionThirdPartyProvider.ts +++ b/clients/client/typescript-fetch/src/models/NormalizedProjectRevisionThirdPartyProvider.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/NormalizedProjectRevisionTokenizerTemplate.ts b/clients/client/typescript-fetch/src/models/NormalizedProjectRevisionTokenizerTemplate.ts index 755797045a..9a0110cb3c 100644 --- a/clients/client/typescript-fetch/src/models/NormalizedProjectRevisionTokenizerTemplate.ts +++ b/clients/client/typescript-fetch/src/models/NormalizedProjectRevisionTokenizerTemplate.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/OAuth2Client.ts b/clients/client/typescript-fetch/src/models/OAuth2Client.ts index f4ff71e272..defb3ea9d7 100644 --- a/clients/client/typescript-fetch/src/models/OAuth2Client.ts +++ b/clients/client/typescript-fetch/src/models/OAuth2Client.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/OAuth2ClientTokenLifespans.ts b/clients/client/typescript-fetch/src/models/OAuth2ClientTokenLifespans.ts index 495bbfd176..cbf247ea67 100644 --- a/clients/client/typescript-fetch/src/models/OAuth2ClientTokenLifespans.ts +++ b/clients/client/typescript-fetch/src/models/OAuth2ClientTokenLifespans.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/OAuth2ConsentRequest.ts b/clients/client/typescript-fetch/src/models/OAuth2ConsentRequest.ts index ddb9c2fdb0..e9531afb3a 100644 --- a/clients/client/typescript-fetch/src/models/OAuth2ConsentRequest.ts +++ b/clients/client/typescript-fetch/src/models/OAuth2ConsentRequest.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/OAuth2ConsentRequestOpenIDConnectContext.ts b/clients/client/typescript-fetch/src/models/OAuth2ConsentRequestOpenIDConnectContext.ts index bcb2648ccc..02eaa44e04 100644 --- a/clients/client/typescript-fetch/src/models/OAuth2ConsentRequestOpenIDConnectContext.ts +++ b/clients/client/typescript-fetch/src/models/OAuth2ConsentRequestOpenIDConnectContext.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/OAuth2ConsentSession.ts b/clients/client/typescript-fetch/src/models/OAuth2ConsentSession.ts index b138d1d2e3..5ae8df523d 100644 --- a/clients/client/typescript-fetch/src/models/OAuth2ConsentSession.ts +++ b/clients/client/typescript-fetch/src/models/OAuth2ConsentSession.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/OAuth2ConsentSessionExpiresAt.ts b/clients/client/typescript-fetch/src/models/OAuth2ConsentSessionExpiresAt.ts index 41ae7f6642..6202f33172 100644 --- a/clients/client/typescript-fetch/src/models/OAuth2ConsentSessionExpiresAt.ts +++ b/clients/client/typescript-fetch/src/models/OAuth2ConsentSessionExpiresAt.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/OAuth2LoginRequest.ts b/clients/client/typescript-fetch/src/models/OAuth2LoginRequest.ts index 3bf6d041ca..cfcd350018 100644 --- a/clients/client/typescript-fetch/src/models/OAuth2LoginRequest.ts +++ b/clients/client/typescript-fetch/src/models/OAuth2LoginRequest.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/OAuth2LogoutRequest.ts b/clients/client/typescript-fetch/src/models/OAuth2LogoutRequest.ts index 5aafe4d779..7fcb2b3c54 100644 --- a/clients/client/typescript-fetch/src/models/OAuth2LogoutRequest.ts +++ b/clients/client/typescript-fetch/src/models/OAuth2LogoutRequest.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/OAuth2RedirectTo.ts b/clients/client/typescript-fetch/src/models/OAuth2RedirectTo.ts index 8f78c7522d..6750ebf050 100644 --- a/clients/client/typescript-fetch/src/models/OAuth2RedirectTo.ts +++ b/clients/client/typescript-fetch/src/models/OAuth2RedirectTo.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/OAuth2TokenExchange.ts b/clients/client/typescript-fetch/src/models/OAuth2TokenExchange.ts index 5bfabc5d30..56effee615 100644 --- a/clients/client/typescript-fetch/src/models/OAuth2TokenExchange.ts +++ b/clients/client/typescript-fetch/src/models/OAuth2TokenExchange.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/OidcConfiguration.ts b/clients/client/typescript-fetch/src/models/OidcConfiguration.ts index 4d824510d1..a23f5cf80f 100644 --- a/clients/client/typescript-fetch/src/models/OidcConfiguration.ts +++ b/clients/client/typescript-fetch/src/models/OidcConfiguration.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/OidcUserInfo.ts b/clients/client/typescript-fetch/src/models/OidcUserInfo.ts index 5ea5c43274..a870a3fb34 100644 --- a/clients/client/typescript-fetch/src/models/OidcUserInfo.ts +++ b/clients/client/typescript-fetch/src/models/OidcUserInfo.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/Organization.ts b/clients/client/typescript-fetch/src/models/Organization.ts index ff53432b5c..a0ae000dd9 100644 --- a/clients/client/typescript-fetch/src/models/Organization.ts +++ b/clients/client/typescript-fetch/src/models/Organization.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/OrganizationBody.ts b/clients/client/typescript-fetch/src/models/OrganizationBody.ts index 5fb12baaaa..5a8dbdbc7c 100644 --- a/clients/client/typescript-fetch/src/models/OrganizationBody.ts +++ b/clients/client/typescript-fetch/src/models/OrganizationBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/Pagination.ts b/clients/client/typescript-fetch/src/models/Pagination.ts index f7dfeda1ff..9cd73f01e9 100644 --- a/clients/client/typescript-fetch/src/models/Pagination.ts +++ b/clients/client/typescript-fetch/src/models/Pagination.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/PaginationHeaders.ts b/clients/client/typescript-fetch/src/models/PaginationHeaders.ts index ef29d2a8ec..b562e469d6 100644 --- a/clients/client/typescript-fetch/src/models/PaginationHeaders.ts +++ b/clients/client/typescript-fetch/src/models/PaginationHeaders.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ParseError.ts b/clients/client/typescript-fetch/src/models/ParseError.ts index 8814e87d00..c321a919f1 100644 --- a/clients/client/typescript-fetch/src/models/ParseError.ts +++ b/clients/client/typescript-fetch/src/models/ParseError.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/PatchIdentitiesBody.ts b/clients/client/typescript-fetch/src/models/PatchIdentitiesBody.ts index fda41b3740..91d374fd11 100644 --- a/clients/client/typescript-fetch/src/models/PatchIdentitiesBody.ts +++ b/clients/client/typescript-fetch/src/models/PatchIdentitiesBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/PerformNativeLogoutBody.ts b/clients/client/typescript-fetch/src/models/PerformNativeLogoutBody.ts index 631cbc9486..63adfe4e46 100644 --- a/clients/client/typescript-fetch/src/models/PerformNativeLogoutBody.ts +++ b/clients/client/typescript-fetch/src/models/PerformNativeLogoutBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/PermissionsOnWorkspace.ts b/clients/client/typescript-fetch/src/models/PermissionsOnWorkspace.ts index 53e304854e..f3bfd093c1 100644 --- a/clients/client/typescript-fetch/src/models/PermissionsOnWorkspace.ts +++ b/clients/client/typescript-fetch/src/models/PermissionsOnWorkspace.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/Plan.ts b/clients/client/typescript-fetch/src/models/Plan.ts index 0d22c38c94..b443bdd193 100644 --- a/clients/client/typescript-fetch/src/models/Plan.ts +++ b/clients/client/typescript-fetch/src/models/Plan.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/PlanDetails.ts b/clients/client/typescript-fetch/src/models/PlanDetails.ts index ef08dc299d..d089856374 100644 --- a/clients/client/typescript-fetch/src/models/PlanDetails.ts +++ b/clients/client/typescript-fetch/src/models/PlanDetails.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/PostCheckPermissionBody.ts b/clients/client/typescript-fetch/src/models/PostCheckPermissionBody.ts index a92d2deca0..e3f27336a8 100644 --- a/clients/client/typescript-fetch/src/models/PostCheckPermissionBody.ts +++ b/clients/client/typescript-fetch/src/models/PostCheckPermissionBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/PostCheckPermissionOrErrorBody.ts b/clients/client/typescript-fetch/src/models/PostCheckPermissionOrErrorBody.ts index eec30af46f..3eb1be226e 100644 --- a/clients/client/typescript-fetch/src/models/PostCheckPermissionOrErrorBody.ts +++ b/clients/client/typescript-fetch/src/models/PostCheckPermissionOrErrorBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/Project.ts b/clients/client/typescript-fetch/src/models/Project.ts index f68f0cccba..1624520910 100644 --- a/clients/client/typescript-fetch/src/models/Project.ts +++ b/clients/client/typescript-fetch/src/models/Project.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ProjectApiKey.ts b/clients/client/typescript-fetch/src/models/ProjectApiKey.ts index ca92b75bbf..c0f973bccd 100644 --- a/clients/client/typescript-fetch/src/models/ProjectApiKey.ts +++ b/clients/client/typescript-fetch/src/models/ProjectApiKey.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ProjectBranding.ts b/clients/client/typescript-fetch/src/models/ProjectBranding.ts index a89bb1b91c..5dfc80e960 100644 --- a/clients/client/typescript-fetch/src/models/ProjectBranding.ts +++ b/clients/client/typescript-fetch/src/models/ProjectBranding.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ProjectBrandingColors.ts b/clients/client/typescript-fetch/src/models/ProjectBrandingColors.ts index 9971b5406e..588281f684 100644 --- a/clients/client/typescript-fetch/src/models/ProjectBrandingColors.ts +++ b/clients/client/typescript-fetch/src/models/ProjectBrandingColors.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ProjectBrandingTheme.ts b/clients/client/typescript-fetch/src/models/ProjectBrandingTheme.ts index 5c1e504469..69bb77de76 100644 --- a/clients/client/typescript-fetch/src/models/ProjectBrandingTheme.ts +++ b/clients/client/typescript-fetch/src/models/ProjectBrandingTheme.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ProjectCors.ts b/clients/client/typescript-fetch/src/models/ProjectCors.ts index 4abb900525..fc215060fe 100644 --- a/clients/client/typescript-fetch/src/models/ProjectCors.ts +++ b/clients/client/typescript-fetch/src/models/ProjectCors.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ProjectEventsDatapoint.ts b/clients/client/typescript-fetch/src/models/ProjectEventsDatapoint.ts index ba79465090..10c9962ac3 100644 --- a/clients/client/typescript-fetch/src/models/ProjectEventsDatapoint.ts +++ b/clients/client/typescript-fetch/src/models/ProjectEventsDatapoint.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ProjectHost.ts b/clients/client/typescript-fetch/src/models/ProjectHost.ts index 9332fddd49..8fe250bdb7 100644 --- a/clients/client/typescript-fetch/src/models/ProjectHost.ts +++ b/clients/client/typescript-fetch/src/models/ProjectHost.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ProjectMember.ts b/clients/client/typescript-fetch/src/models/ProjectMember.ts index fe2c9458ae..15e17be930 100644 --- a/clients/client/typescript-fetch/src/models/ProjectMember.ts +++ b/clients/client/typescript-fetch/src/models/ProjectMember.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ProjectMetadata.ts b/clients/client/typescript-fetch/src/models/ProjectMetadata.ts index 2f7785d56e..379def8284 100644 --- a/clients/client/typescript-fetch/src/models/ProjectMetadata.ts +++ b/clients/client/typescript-fetch/src/models/ProjectMetadata.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ProjectServiceIdentity.ts b/clients/client/typescript-fetch/src/models/ProjectServiceIdentity.ts index ae938dc1fb..05a13d03e0 100644 --- a/clients/client/typescript-fetch/src/models/ProjectServiceIdentity.ts +++ b/clients/client/typescript-fetch/src/models/ProjectServiceIdentity.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ProjectServiceOAuth2.ts b/clients/client/typescript-fetch/src/models/ProjectServiceOAuth2.ts index b12d81c52e..028e03fc50 100644 --- a/clients/client/typescript-fetch/src/models/ProjectServiceOAuth2.ts +++ b/clients/client/typescript-fetch/src/models/ProjectServiceOAuth2.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ProjectServicePermission.ts b/clients/client/typescript-fetch/src/models/ProjectServicePermission.ts index 4ab9acc16d..43397598b7 100644 --- a/clients/client/typescript-fetch/src/models/ProjectServicePermission.ts +++ b/clients/client/typescript-fetch/src/models/ProjectServicePermission.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/ProjectServices.ts b/clients/client/typescript-fetch/src/models/ProjectServices.ts index 92b9c1951c..847fa7b3e5 100644 --- a/clients/client/typescript-fetch/src/models/ProjectServices.ts +++ b/clients/client/typescript-fetch/src/models/ProjectServices.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/QuotaUsage.ts b/clients/client/typescript-fetch/src/models/QuotaUsage.ts index 885f16923f..7451c3d3c8 100644 --- a/clients/client/typescript-fetch/src/models/QuotaUsage.ts +++ b/clients/client/typescript-fetch/src/models/QuotaUsage.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -56,6 +56,7 @@ export interface QuotaUsage { * data_location_us DataLocationUS * m2m_token_issuance M2MTokenIssuance * permission_checks PermissionChecks + * captcha Captcha * data_location_regional DataLocationRegional Required Features * rate_limit_tier RateLimitTier * session_rate_limit_tier RateLimitTierSessions @@ -114,6 +115,7 @@ export const QuotaUsageFeatureEnum = { DataLocationUs: 'data_location_us', M2mTokenIssuance: 'm2m_token_issuance', PermissionChecks: 'permission_checks', + Captcha: 'captcha', DataLocationRegional: 'data_location_regional', RateLimitTier: 'rate_limit_tier', SessionRateLimitTier: 'session_rate_limit_tier', diff --git a/clients/client/typescript-fetch/src/models/RFC6749ErrorJson.ts b/clients/client/typescript-fetch/src/models/RFC6749ErrorJson.ts index 88ca59e76b..47fd1f0608 100644 --- a/clients/client/typescript-fetch/src/models/RFC6749ErrorJson.ts +++ b/clients/client/typescript-fetch/src/models/RFC6749ErrorJson.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/RecoveryCodeForIdentity.ts b/clients/client/typescript-fetch/src/models/RecoveryCodeForIdentity.ts index 545400238a..8af3bb1cf6 100644 --- a/clients/client/typescript-fetch/src/models/RecoveryCodeForIdentity.ts +++ b/clients/client/typescript-fetch/src/models/RecoveryCodeForIdentity.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/RecoveryFlow.ts b/clients/client/typescript-fetch/src/models/RecoveryFlow.ts index 5cf4ed2f22..ded5e1adcf 100644 --- a/clients/client/typescript-fetch/src/models/RecoveryFlow.ts +++ b/clients/client/typescript-fetch/src/models/RecoveryFlow.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/RecoveryFlowState.ts b/clients/client/typescript-fetch/src/models/RecoveryFlowState.ts index 203b0fb025..85ebfd92a6 100644 --- a/clients/client/typescript-fetch/src/models/RecoveryFlowState.ts +++ b/clients/client/typescript-fetch/src/models/RecoveryFlowState.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/RecoveryIdentityAddress.ts b/clients/client/typescript-fetch/src/models/RecoveryIdentityAddress.ts index 16da87fc6f..6fa53ceec4 100644 --- a/clients/client/typescript-fetch/src/models/RecoveryIdentityAddress.ts +++ b/clients/client/typescript-fetch/src/models/RecoveryIdentityAddress.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/RecoveryLinkForIdentity.ts b/clients/client/typescript-fetch/src/models/RecoveryLinkForIdentity.ts index 6bea89d226..637625cf27 100644 --- a/clients/client/typescript-fetch/src/models/RecoveryLinkForIdentity.ts +++ b/clients/client/typescript-fetch/src/models/RecoveryLinkForIdentity.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/RegistrationFlow.ts b/clients/client/typescript-fetch/src/models/RegistrationFlow.ts index 83a3880326..69ba6ba3ac 100644 --- a/clients/client/typescript-fetch/src/models/RegistrationFlow.ts +++ b/clients/client/typescript-fetch/src/models/RegistrationFlow.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/RegistrationFlowState.ts b/clients/client/typescript-fetch/src/models/RegistrationFlowState.ts index 5c02ac6851..07fc0ae8b8 100644 --- a/clients/client/typescript-fetch/src/models/RegistrationFlowState.ts +++ b/clients/client/typescript-fetch/src/models/RegistrationFlowState.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/RejectOAuth2Request.ts b/clients/client/typescript-fetch/src/models/RejectOAuth2Request.ts index 97f0d74609..c20fc97f7c 100644 --- a/clients/client/typescript-fetch/src/models/RejectOAuth2Request.ts +++ b/clients/client/typescript-fetch/src/models/RejectOAuth2Request.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/RelationQuery.ts b/clients/client/typescript-fetch/src/models/RelationQuery.ts index 0e5ed6ecf6..99a0900f2b 100644 --- a/clients/client/typescript-fetch/src/models/RelationQuery.ts +++ b/clients/client/typescript-fetch/src/models/RelationQuery.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/Relationship.ts b/clients/client/typescript-fetch/src/models/Relationship.ts index d29bd2803a..ce1c4d625f 100644 --- a/clients/client/typescript-fetch/src/models/Relationship.ts +++ b/clients/client/typescript-fetch/src/models/Relationship.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/RelationshipNamespaces.ts b/clients/client/typescript-fetch/src/models/RelationshipNamespaces.ts index 78ba813802..3a97e570d2 100644 --- a/clients/client/typescript-fetch/src/models/RelationshipNamespaces.ts +++ b/clients/client/typescript-fetch/src/models/RelationshipNamespaces.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/RelationshipPatch.ts b/clients/client/typescript-fetch/src/models/RelationshipPatch.ts index 13b4cc1977..bf42c346ef 100644 --- a/clients/client/typescript-fetch/src/models/RelationshipPatch.ts +++ b/clients/client/typescript-fetch/src/models/RelationshipPatch.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/Relationships.ts b/clients/client/typescript-fetch/src/models/Relationships.ts index 5e226e22fe..fb9e97bbcb 100644 --- a/clients/client/typescript-fetch/src/models/Relationships.ts +++ b/clients/client/typescript-fetch/src/models/Relationships.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/SchemaPatch.ts b/clients/client/typescript-fetch/src/models/SchemaPatch.ts index 62b0a7e541..3809fef7ff 100644 --- a/clients/client/typescript-fetch/src/models/SchemaPatch.ts +++ b/clients/client/typescript-fetch/src/models/SchemaPatch.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/SelfServiceFlowExpiredError.ts b/clients/client/typescript-fetch/src/models/SelfServiceFlowExpiredError.ts index e650ec0eff..6cef0d9522 100644 --- a/clients/client/typescript-fetch/src/models/SelfServiceFlowExpiredError.ts +++ b/clients/client/typescript-fetch/src/models/SelfServiceFlowExpiredError.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/Session.ts b/clients/client/typescript-fetch/src/models/Session.ts index dcdbb83001..3bffdfdf78 100644 --- a/clients/client/typescript-fetch/src/models/Session.ts +++ b/clients/client/typescript-fetch/src/models/Session.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/SessionActivityDatapoint.ts b/clients/client/typescript-fetch/src/models/SessionActivityDatapoint.ts index 6c442f1d9a..9a2f4cfa6a 100644 --- a/clients/client/typescript-fetch/src/models/SessionActivityDatapoint.ts +++ b/clients/client/typescript-fetch/src/models/SessionActivityDatapoint.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/SessionAuthenticationMethod.ts b/clients/client/typescript-fetch/src/models/SessionAuthenticationMethod.ts index 742f1e015d..2925dbf44e 100644 --- a/clients/client/typescript-fetch/src/models/SessionAuthenticationMethod.ts +++ b/clients/client/typescript-fetch/src/models/SessionAuthenticationMethod.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/SessionDevice.ts b/clients/client/typescript-fetch/src/models/SessionDevice.ts index 516e5583f2..4cdbe83a1d 100644 --- a/clients/client/typescript-fetch/src/models/SessionDevice.ts +++ b/clients/client/typescript-fetch/src/models/SessionDevice.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/SetActiveProjectInConsoleBody.ts b/clients/client/typescript-fetch/src/models/SetActiveProjectInConsoleBody.ts index a7fffd6f3f..bb530829a7 100644 --- a/clients/client/typescript-fetch/src/models/SetActiveProjectInConsoleBody.ts +++ b/clients/client/typescript-fetch/src/models/SetActiveProjectInConsoleBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/SetCustomDomainBody.ts b/clients/client/typescript-fetch/src/models/SetCustomDomainBody.ts index 7bd9e9cb86..4537138310 100644 --- a/clients/client/typescript-fetch/src/models/SetCustomDomainBody.ts +++ b/clients/client/typescript-fetch/src/models/SetCustomDomainBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/SetEventStreamBody.ts b/clients/client/typescript-fetch/src/models/SetEventStreamBody.ts index 1ab514e3d9..e713d46379 100644 --- a/clients/client/typescript-fetch/src/models/SetEventStreamBody.ts +++ b/clients/client/typescript-fetch/src/models/SetEventStreamBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/SetProject.ts b/clients/client/typescript-fetch/src/models/SetProject.ts index ed5ec5b7cb..0baa99be75 100644 --- a/clients/client/typescript-fetch/src/models/SetProject.ts +++ b/clients/client/typescript-fetch/src/models/SetProject.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/SetProjectBrandingThemeBody.ts b/clients/client/typescript-fetch/src/models/SetProjectBrandingThemeBody.ts index b1227de67e..c7fe16258c 100644 --- a/clients/client/typescript-fetch/src/models/SetProjectBrandingThemeBody.ts +++ b/clients/client/typescript-fetch/src/models/SetProjectBrandingThemeBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/SettingsFlow.ts b/clients/client/typescript-fetch/src/models/SettingsFlow.ts index 9a501b8059..feed002bff 100644 --- a/clients/client/typescript-fetch/src/models/SettingsFlow.ts +++ b/clients/client/typescript-fetch/src/models/SettingsFlow.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/SettingsFlowState.ts b/clients/client/typescript-fetch/src/models/SettingsFlowState.ts index d4036a9c0f..2cafe88227 100644 --- a/clients/client/typescript-fetch/src/models/SettingsFlowState.ts +++ b/clients/client/typescript-fetch/src/models/SettingsFlowState.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/SourcePosition.ts b/clients/client/typescript-fetch/src/models/SourcePosition.ts index 966777abfc..0e76a57f46 100644 --- a/clients/client/typescript-fetch/src/models/SourcePosition.ts +++ b/clients/client/typescript-fetch/src/models/SourcePosition.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/SubjectSet.ts b/clients/client/typescript-fetch/src/models/SubjectSet.ts index d46f5a8d5a..6d1a4f0965 100644 --- a/clients/client/typescript-fetch/src/models/SubjectSet.ts +++ b/clients/client/typescript-fetch/src/models/SubjectSet.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/Subscription.ts b/clients/client/typescript-fetch/src/models/Subscription.ts index 58fc46b0b4..753657ecc5 100644 --- a/clients/client/typescript-fetch/src/models/Subscription.ts +++ b/clients/client/typescript-fetch/src/models/Subscription.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/SuccessfulCodeExchangeResponse.ts b/clients/client/typescript-fetch/src/models/SuccessfulCodeExchangeResponse.ts index b179ece780..40cefbe1a9 100644 --- a/clients/client/typescript-fetch/src/models/SuccessfulCodeExchangeResponse.ts +++ b/clients/client/typescript-fetch/src/models/SuccessfulCodeExchangeResponse.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/SuccessfulNativeLogin.ts b/clients/client/typescript-fetch/src/models/SuccessfulNativeLogin.ts index c33c79d485..1224611b93 100644 --- a/clients/client/typescript-fetch/src/models/SuccessfulNativeLogin.ts +++ b/clients/client/typescript-fetch/src/models/SuccessfulNativeLogin.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/SuccessfulNativeRegistration.ts b/clients/client/typescript-fetch/src/models/SuccessfulNativeRegistration.ts index b5b38246df..2577615a26 100644 --- a/clients/client/typescript-fetch/src/models/SuccessfulNativeRegistration.ts +++ b/clients/client/typescript-fetch/src/models/SuccessfulNativeRegistration.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/SuccessfulProjectUpdate.ts b/clients/client/typescript-fetch/src/models/SuccessfulProjectUpdate.ts index 8010e4a847..fa31befb72 100644 --- a/clients/client/typescript-fetch/src/models/SuccessfulProjectUpdate.ts +++ b/clients/client/typescript-fetch/src/models/SuccessfulProjectUpdate.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/TaxLineItem.ts b/clients/client/typescript-fetch/src/models/TaxLineItem.ts index 6fa076b574..b83fa4c8ca 100644 --- a/clients/client/typescript-fetch/src/models/TaxLineItem.ts +++ b/clients/client/typescript-fetch/src/models/TaxLineItem.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/TimeInterval.ts b/clients/client/typescript-fetch/src/models/TimeInterval.ts index 625313bda3..00340f7095 100644 --- a/clients/client/typescript-fetch/src/models/TimeInterval.ts +++ b/clients/client/typescript-fetch/src/models/TimeInterval.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/TokenPagination.ts b/clients/client/typescript-fetch/src/models/TokenPagination.ts index ab765d031e..a0c01c2bea 100644 --- a/clients/client/typescript-fetch/src/models/TokenPagination.ts +++ b/clients/client/typescript-fetch/src/models/TokenPagination.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/TokenPaginationHeaders.ts b/clients/client/typescript-fetch/src/models/TokenPaginationHeaders.ts index 1a6b51eace..390912f534 100644 --- a/clients/client/typescript-fetch/src/models/TokenPaginationHeaders.ts +++ b/clients/client/typescript-fetch/src/models/TokenPaginationHeaders.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/TokenPaginationRequestParameters.ts b/clients/client/typescript-fetch/src/models/TokenPaginationRequestParameters.ts index d07387a7da..7d13ee64d7 100644 --- a/clients/client/typescript-fetch/src/models/TokenPaginationRequestParameters.ts +++ b/clients/client/typescript-fetch/src/models/TokenPaginationRequestParameters.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/TokenPaginationResponseHeaders.ts b/clients/client/typescript-fetch/src/models/TokenPaginationResponseHeaders.ts index bd1fdf00f3..c97609721c 100644 --- a/clients/client/typescript-fetch/src/models/TokenPaginationResponseHeaders.ts +++ b/clients/client/typescript-fetch/src/models/TokenPaginationResponseHeaders.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/TrustOAuth2JwtGrantIssuer.ts b/clients/client/typescript-fetch/src/models/TrustOAuth2JwtGrantIssuer.ts index b98660d1b7..963870d13a 100644 --- a/clients/client/typescript-fetch/src/models/TrustOAuth2JwtGrantIssuer.ts +++ b/clients/client/typescript-fetch/src/models/TrustOAuth2JwtGrantIssuer.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/TrustedOAuth2JwtGrantIssuer.ts b/clients/client/typescript-fetch/src/models/TrustedOAuth2JwtGrantIssuer.ts index 50c04e56ef..65041f1bc6 100644 --- a/clients/client/typescript-fetch/src/models/TrustedOAuth2JwtGrantIssuer.ts +++ b/clients/client/typescript-fetch/src/models/TrustedOAuth2JwtGrantIssuer.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/TrustedOAuth2JwtGrantJsonWebKey.ts b/clients/client/typescript-fetch/src/models/TrustedOAuth2JwtGrantJsonWebKey.ts index 1ccb5ba87b..78f014092e 100644 --- a/clients/client/typescript-fetch/src/models/TrustedOAuth2JwtGrantJsonWebKey.ts +++ b/clients/client/typescript-fetch/src/models/TrustedOAuth2JwtGrantJsonWebKey.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UiContainer.ts b/clients/client/typescript-fetch/src/models/UiContainer.ts index 8acc056b47..ff307fb7d1 100644 --- a/clients/client/typescript-fetch/src/models/UiContainer.ts +++ b/clients/client/typescript-fetch/src/models/UiContainer.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UiNode.ts b/clients/client/typescript-fetch/src/models/UiNode.ts index 9af309b897..dcb764c367 100644 --- a/clients/client/typescript-fetch/src/models/UiNode.ts +++ b/clients/client/typescript-fetch/src/models/UiNode.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UiNodeAnchorAttributes.ts b/clients/client/typescript-fetch/src/models/UiNodeAnchorAttributes.ts index d5c438b1e6..1806e466c8 100644 --- a/clients/client/typescript-fetch/src/models/UiNodeAnchorAttributes.ts +++ b/clients/client/typescript-fetch/src/models/UiNodeAnchorAttributes.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UiNodeAttributes.ts b/clients/client/typescript-fetch/src/models/UiNodeAttributes.ts index 25cc6d3cda..08e082d06e 100644 --- a/clients/client/typescript-fetch/src/models/UiNodeAttributes.ts +++ b/clients/client/typescript-fetch/src/models/UiNodeAttributes.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UiNodeImageAttributes.ts b/clients/client/typescript-fetch/src/models/UiNodeImageAttributes.ts index a7e0d1e3c0..8a26d46989 100644 --- a/clients/client/typescript-fetch/src/models/UiNodeImageAttributes.ts +++ b/clients/client/typescript-fetch/src/models/UiNodeImageAttributes.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UiNodeInputAttributes.ts b/clients/client/typescript-fetch/src/models/UiNodeInputAttributes.ts index 3941f86c7c..db0a979e69 100644 --- a/clients/client/typescript-fetch/src/models/UiNodeInputAttributes.ts +++ b/clients/client/typescript-fetch/src/models/UiNodeInputAttributes.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UiNodeMeta.ts b/clients/client/typescript-fetch/src/models/UiNodeMeta.ts index 5622bd150f..a574831714 100644 --- a/clients/client/typescript-fetch/src/models/UiNodeMeta.ts +++ b/clients/client/typescript-fetch/src/models/UiNodeMeta.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UiNodeScriptAttributes.ts b/clients/client/typescript-fetch/src/models/UiNodeScriptAttributes.ts index b6d928116e..8337fc5471 100644 --- a/clients/client/typescript-fetch/src/models/UiNodeScriptAttributes.ts +++ b/clients/client/typescript-fetch/src/models/UiNodeScriptAttributes.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UiNodeTextAttributes.ts b/clients/client/typescript-fetch/src/models/UiNodeTextAttributes.ts index 763ddb6b82..f496d264d7 100644 --- a/clients/client/typescript-fetch/src/models/UiNodeTextAttributes.ts +++ b/clients/client/typescript-fetch/src/models/UiNodeTextAttributes.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UiText.ts b/clients/client/typescript-fetch/src/models/UiText.ts index e6ae682525..676a4e839b 100644 --- a/clients/client/typescript-fetch/src/models/UiText.ts +++ b/clients/client/typescript-fetch/src/models/UiText.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UpdateIdentityBody.ts b/clients/client/typescript-fetch/src/models/UpdateIdentityBody.ts index 5074ce9e33..4551f32c5e 100644 --- a/clients/client/typescript-fetch/src/models/UpdateIdentityBody.ts +++ b/clients/client/typescript-fetch/src/models/UpdateIdentityBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UpdateLoginFlowBody.ts b/clients/client/typescript-fetch/src/models/UpdateLoginFlowBody.ts index dac4c21b9d..53d327c1f9 100644 --- a/clients/client/typescript-fetch/src/models/UpdateLoginFlowBody.ts +++ b/clients/client/typescript-fetch/src/models/UpdateLoginFlowBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UpdateLoginFlowWithCodeMethod.ts b/clients/client/typescript-fetch/src/models/UpdateLoginFlowWithCodeMethod.ts index b8c6150757..b8e22091e3 100644 --- a/clients/client/typescript-fetch/src/models/UpdateLoginFlowWithCodeMethod.ts +++ b/clients/client/typescript-fetch/src/models/UpdateLoginFlowWithCodeMethod.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UpdateLoginFlowWithIdentifierFirstMethod.ts b/clients/client/typescript-fetch/src/models/UpdateLoginFlowWithIdentifierFirstMethod.ts index a10b17d804..5e2617ab2a 100644 --- a/clients/client/typescript-fetch/src/models/UpdateLoginFlowWithIdentifierFirstMethod.ts +++ b/clients/client/typescript-fetch/src/models/UpdateLoginFlowWithIdentifierFirstMethod.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UpdateLoginFlowWithLookupSecretMethod.ts b/clients/client/typescript-fetch/src/models/UpdateLoginFlowWithLookupSecretMethod.ts index 48c2f761c8..a610ff5eaf 100644 --- a/clients/client/typescript-fetch/src/models/UpdateLoginFlowWithLookupSecretMethod.ts +++ b/clients/client/typescript-fetch/src/models/UpdateLoginFlowWithLookupSecretMethod.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UpdateLoginFlowWithOidcMethod.ts b/clients/client/typescript-fetch/src/models/UpdateLoginFlowWithOidcMethod.ts index 8583e1dfa1..25710dcf30 100644 --- a/clients/client/typescript-fetch/src/models/UpdateLoginFlowWithOidcMethod.ts +++ b/clients/client/typescript-fetch/src/models/UpdateLoginFlowWithOidcMethod.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UpdateLoginFlowWithPasskeyMethod.ts b/clients/client/typescript-fetch/src/models/UpdateLoginFlowWithPasskeyMethod.ts index 7cdad4644e..6336d64ec0 100644 --- a/clients/client/typescript-fetch/src/models/UpdateLoginFlowWithPasskeyMethod.ts +++ b/clients/client/typescript-fetch/src/models/UpdateLoginFlowWithPasskeyMethod.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UpdateLoginFlowWithPasswordMethod.ts b/clients/client/typescript-fetch/src/models/UpdateLoginFlowWithPasswordMethod.ts index 90b556032a..c8f7d73743 100644 --- a/clients/client/typescript-fetch/src/models/UpdateLoginFlowWithPasswordMethod.ts +++ b/clients/client/typescript-fetch/src/models/UpdateLoginFlowWithPasswordMethod.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UpdateLoginFlowWithTotpMethod.ts b/clients/client/typescript-fetch/src/models/UpdateLoginFlowWithTotpMethod.ts index 3353725707..dd6901f1c5 100644 --- a/clients/client/typescript-fetch/src/models/UpdateLoginFlowWithTotpMethod.ts +++ b/clients/client/typescript-fetch/src/models/UpdateLoginFlowWithTotpMethod.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UpdateLoginFlowWithWebAuthnMethod.ts b/clients/client/typescript-fetch/src/models/UpdateLoginFlowWithWebAuthnMethod.ts index f3eccaccc8..5258a9b575 100644 --- a/clients/client/typescript-fetch/src/models/UpdateLoginFlowWithWebAuthnMethod.ts +++ b/clients/client/typescript-fetch/src/models/UpdateLoginFlowWithWebAuthnMethod.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UpdateRecoveryFlowBody.ts b/clients/client/typescript-fetch/src/models/UpdateRecoveryFlowBody.ts index 1609caae7c..85a0557127 100644 --- a/clients/client/typescript-fetch/src/models/UpdateRecoveryFlowBody.ts +++ b/clients/client/typescript-fetch/src/models/UpdateRecoveryFlowBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UpdateRecoveryFlowWithCodeMethod.ts b/clients/client/typescript-fetch/src/models/UpdateRecoveryFlowWithCodeMethod.ts index ab1ad33b69..fb67f01aae 100644 --- a/clients/client/typescript-fetch/src/models/UpdateRecoveryFlowWithCodeMethod.ts +++ b/clients/client/typescript-fetch/src/models/UpdateRecoveryFlowWithCodeMethod.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UpdateRecoveryFlowWithLinkMethod.ts b/clients/client/typescript-fetch/src/models/UpdateRecoveryFlowWithLinkMethod.ts index 978c12379e..66caf9c957 100644 --- a/clients/client/typescript-fetch/src/models/UpdateRecoveryFlowWithLinkMethod.ts +++ b/clients/client/typescript-fetch/src/models/UpdateRecoveryFlowWithLinkMethod.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UpdateRegistrationFlowBody.ts b/clients/client/typescript-fetch/src/models/UpdateRegistrationFlowBody.ts index 92c7ff8769..8a17005e1c 100644 --- a/clients/client/typescript-fetch/src/models/UpdateRegistrationFlowBody.ts +++ b/clients/client/typescript-fetch/src/models/UpdateRegistrationFlowBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UpdateRegistrationFlowWithCodeMethod.ts b/clients/client/typescript-fetch/src/models/UpdateRegistrationFlowWithCodeMethod.ts index 6ab339982b..d1736f8f64 100644 --- a/clients/client/typescript-fetch/src/models/UpdateRegistrationFlowWithCodeMethod.ts +++ b/clients/client/typescript-fetch/src/models/UpdateRegistrationFlowWithCodeMethod.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UpdateRegistrationFlowWithOidcMethod.ts b/clients/client/typescript-fetch/src/models/UpdateRegistrationFlowWithOidcMethod.ts index 08c08cf6ff..66886024cc 100644 --- a/clients/client/typescript-fetch/src/models/UpdateRegistrationFlowWithOidcMethod.ts +++ b/clients/client/typescript-fetch/src/models/UpdateRegistrationFlowWithOidcMethod.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UpdateRegistrationFlowWithPasskeyMethod.ts b/clients/client/typescript-fetch/src/models/UpdateRegistrationFlowWithPasskeyMethod.ts index 7e0ddcf690..7d581729fd 100644 --- a/clients/client/typescript-fetch/src/models/UpdateRegistrationFlowWithPasskeyMethod.ts +++ b/clients/client/typescript-fetch/src/models/UpdateRegistrationFlowWithPasskeyMethod.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UpdateRegistrationFlowWithPasswordMethod.ts b/clients/client/typescript-fetch/src/models/UpdateRegistrationFlowWithPasswordMethod.ts index 24363dfd26..20880c5ab0 100644 --- a/clients/client/typescript-fetch/src/models/UpdateRegistrationFlowWithPasswordMethod.ts +++ b/clients/client/typescript-fetch/src/models/UpdateRegistrationFlowWithPasswordMethod.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UpdateRegistrationFlowWithProfileMethod.ts b/clients/client/typescript-fetch/src/models/UpdateRegistrationFlowWithProfileMethod.ts index 8386cda00e..215670f923 100644 --- a/clients/client/typescript-fetch/src/models/UpdateRegistrationFlowWithProfileMethod.ts +++ b/clients/client/typescript-fetch/src/models/UpdateRegistrationFlowWithProfileMethod.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UpdateRegistrationFlowWithWebAuthnMethod.ts b/clients/client/typescript-fetch/src/models/UpdateRegistrationFlowWithWebAuthnMethod.ts index 24a8f6c405..274097b6f8 100644 --- a/clients/client/typescript-fetch/src/models/UpdateRegistrationFlowWithWebAuthnMethod.ts +++ b/clients/client/typescript-fetch/src/models/UpdateRegistrationFlowWithWebAuthnMethod.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UpdateSettingsFlowBody.ts b/clients/client/typescript-fetch/src/models/UpdateSettingsFlowBody.ts index 41acd48fa4..b45b613044 100644 --- a/clients/client/typescript-fetch/src/models/UpdateSettingsFlowBody.ts +++ b/clients/client/typescript-fetch/src/models/UpdateSettingsFlowBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UpdateSettingsFlowWithLookupMethod.ts b/clients/client/typescript-fetch/src/models/UpdateSettingsFlowWithLookupMethod.ts index beb25d2065..8f0d6bebc5 100644 --- a/clients/client/typescript-fetch/src/models/UpdateSettingsFlowWithLookupMethod.ts +++ b/clients/client/typescript-fetch/src/models/UpdateSettingsFlowWithLookupMethod.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UpdateSettingsFlowWithOidcMethod.ts b/clients/client/typescript-fetch/src/models/UpdateSettingsFlowWithOidcMethod.ts index e0252f00ec..d533fa5295 100644 --- a/clients/client/typescript-fetch/src/models/UpdateSettingsFlowWithOidcMethod.ts +++ b/clients/client/typescript-fetch/src/models/UpdateSettingsFlowWithOidcMethod.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UpdateSettingsFlowWithPasskeyMethod.ts b/clients/client/typescript-fetch/src/models/UpdateSettingsFlowWithPasskeyMethod.ts index 931d19ff24..da60a922f9 100644 --- a/clients/client/typescript-fetch/src/models/UpdateSettingsFlowWithPasskeyMethod.ts +++ b/clients/client/typescript-fetch/src/models/UpdateSettingsFlowWithPasskeyMethod.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UpdateSettingsFlowWithPasswordMethod.ts b/clients/client/typescript-fetch/src/models/UpdateSettingsFlowWithPasswordMethod.ts index b4a8fd3ced..15fbdc7be8 100644 --- a/clients/client/typescript-fetch/src/models/UpdateSettingsFlowWithPasswordMethod.ts +++ b/clients/client/typescript-fetch/src/models/UpdateSettingsFlowWithPasswordMethod.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UpdateSettingsFlowWithProfileMethod.ts b/clients/client/typescript-fetch/src/models/UpdateSettingsFlowWithProfileMethod.ts index be286a9ba9..77c20fc7d3 100644 --- a/clients/client/typescript-fetch/src/models/UpdateSettingsFlowWithProfileMethod.ts +++ b/clients/client/typescript-fetch/src/models/UpdateSettingsFlowWithProfileMethod.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UpdateSettingsFlowWithTotpMethod.ts b/clients/client/typescript-fetch/src/models/UpdateSettingsFlowWithTotpMethod.ts index 526a2fef03..3c32717a37 100644 --- a/clients/client/typescript-fetch/src/models/UpdateSettingsFlowWithTotpMethod.ts +++ b/clients/client/typescript-fetch/src/models/UpdateSettingsFlowWithTotpMethod.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UpdateSettingsFlowWithWebAuthnMethod.ts b/clients/client/typescript-fetch/src/models/UpdateSettingsFlowWithWebAuthnMethod.ts index e7789028c0..21714b1ec7 100644 --- a/clients/client/typescript-fetch/src/models/UpdateSettingsFlowWithWebAuthnMethod.ts +++ b/clients/client/typescript-fetch/src/models/UpdateSettingsFlowWithWebAuthnMethod.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UpdateSubscriptionBody.ts b/clients/client/typescript-fetch/src/models/UpdateSubscriptionBody.ts index 4b624899d9..25ee490016 100644 --- a/clients/client/typescript-fetch/src/models/UpdateSubscriptionBody.ts +++ b/clients/client/typescript-fetch/src/models/UpdateSubscriptionBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UpdateVerificationFlowBody.ts b/clients/client/typescript-fetch/src/models/UpdateVerificationFlowBody.ts index d0341ad25c..3564b23efb 100644 --- a/clients/client/typescript-fetch/src/models/UpdateVerificationFlowBody.ts +++ b/clients/client/typescript-fetch/src/models/UpdateVerificationFlowBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UpdateVerificationFlowWithCodeMethod.ts b/clients/client/typescript-fetch/src/models/UpdateVerificationFlowWithCodeMethod.ts index a0f7da5c2c..82a1a66249 100644 --- a/clients/client/typescript-fetch/src/models/UpdateVerificationFlowWithCodeMethod.ts +++ b/clients/client/typescript-fetch/src/models/UpdateVerificationFlowWithCodeMethod.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UpdateVerificationFlowWithLinkMethod.ts b/clients/client/typescript-fetch/src/models/UpdateVerificationFlowWithLinkMethod.ts index 5a24da19e5..d25035c382 100644 --- a/clients/client/typescript-fetch/src/models/UpdateVerificationFlowWithLinkMethod.ts +++ b/clients/client/typescript-fetch/src/models/UpdateVerificationFlowWithLinkMethod.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/UpdateWorkspaceBody.ts b/clients/client/typescript-fetch/src/models/UpdateWorkspaceBody.ts index 04a1ac12b2..fa5cda4e9e 100644 --- a/clients/client/typescript-fetch/src/models/UpdateWorkspaceBody.ts +++ b/clients/client/typescript-fetch/src/models/UpdateWorkspaceBody.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/Usage.ts b/clients/client/typescript-fetch/src/models/Usage.ts index 8d3186d124..89cf5d6e6c 100644 --- a/clients/client/typescript-fetch/src/models/Usage.ts +++ b/clients/client/typescript-fetch/src/models/Usage.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/VerifiableCredentialPrimingResponse.ts b/clients/client/typescript-fetch/src/models/VerifiableCredentialPrimingResponse.ts index 96a3e994b6..3767902cba 100644 --- a/clients/client/typescript-fetch/src/models/VerifiableCredentialPrimingResponse.ts +++ b/clients/client/typescript-fetch/src/models/VerifiableCredentialPrimingResponse.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/VerifiableCredentialProof.ts b/clients/client/typescript-fetch/src/models/VerifiableCredentialProof.ts index ddf3aff3c8..bd562671ac 100644 --- a/clients/client/typescript-fetch/src/models/VerifiableCredentialProof.ts +++ b/clients/client/typescript-fetch/src/models/VerifiableCredentialProof.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/VerifiableCredentialResponse.ts b/clients/client/typescript-fetch/src/models/VerifiableCredentialResponse.ts index b82594e9cb..93d85dbbdd 100644 --- a/clients/client/typescript-fetch/src/models/VerifiableCredentialResponse.ts +++ b/clients/client/typescript-fetch/src/models/VerifiableCredentialResponse.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/VerifiableIdentityAddress.ts b/clients/client/typescript-fetch/src/models/VerifiableIdentityAddress.ts index d927839d70..8195e5a1dd 100644 --- a/clients/client/typescript-fetch/src/models/VerifiableIdentityAddress.ts +++ b/clients/client/typescript-fetch/src/models/VerifiableIdentityAddress.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/VerificationFlow.ts b/clients/client/typescript-fetch/src/models/VerificationFlow.ts index 38778cf1bd..8c6ef4948e 100644 --- a/clients/client/typescript-fetch/src/models/VerificationFlow.ts +++ b/clients/client/typescript-fetch/src/models/VerificationFlow.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/VerificationFlowState.ts b/clients/client/typescript-fetch/src/models/VerificationFlowState.ts index 3e9bb13630..25ba6977a9 100644 --- a/clients/client/typescript-fetch/src/models/VerificationFlowState.ts +++ b/clients/client/typescript-fetch/src/models/VerificationFlowState.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/Version.ts b/clients/client/typescript-fetch/src/models/Version.ts index 0fc0ebe89c..c83cf78fe3 100644 --- a/clients/client/typescript-fetch/src/models/Version.ts +++ b/clients/client/typescript-fetch/src/models/Version.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/Warning.ts b/clients/client/typescript-fetch/src/models/Warning.ts index 215c468819..138f3ea398 100644 --- a/clients/client/typescript-fetch/src/models/Warning.ts +++ b/clients/client/typescript-fetch/src/models/Warning.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/Workspace.ts b/clients/client/typescript-fetch/src/models/Workspace.ts index 6f35500b45..1fe2949b95 100644 --- a/clients/client/typescript-fetch/src/models/Workspace.ts +++ b/clients/client/typescript-fetch/src/models/Workspace.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/models/WorkspaceApiKey.ts b/clients/client/typescript-fetch/src/models/WorkspaceApiKey.ts index 5c6bd00520..12ef6d89b9 100644 --- a/clients/client/typescript-fetch/src/models/WorkspaceApiKey.ts +++ b/clients/client/typescript-fetch/src/models/WorkspaceApiKey.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript-fetch/src/runtime.ts b/clients/client/typescript-fetch/src/runtime.ts index 99c16c4bc2..f904e28add 100644 --- a/clients/client/typescript-fetch/src/runtime.ts +++ b/clients/client/typescript-fetch/src/runtime.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript/README.md b/clients/client/typescript/README.md index eb83283977..3f204d35dd 100644 --- a/clients/client/typescript/README.md +++ b/clients/client/typescript/README.md @@ -1,4 +1,4 @@ -## @ory/client@v1.14.5 +## @ory/client@v1.15.0 This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments: @@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co _published:_ ``` -npm install @ory/client@v1.14.5 --save +npm install @ory/client@v1.15.0 --save ``` _unPublished (not recommended):_ diff --git a/clients/client/typescript/api.ts b/clients/client/typescript/api.ts index c23731280e..476bdb2c8f 100644 --- a/clients/client/typescript/api.ts +++ b/clients/client/typescript/api.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -9709,7 +9709,7 @@ export interface QuotaUsage { */ 'can_use_more': boolean; /** - * production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect + * production_projects ProductionProjects staging_projects StagingProjects development_projects DevelopmentProjects daily_active_users DailyActiveUsers custom_domains CustomDomains event_streams EventStreams event_stream_events EventStreamEvents sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics project_metrics_time_window ProjectMetricsTimeWindow project_metrics_events_history ProjectMetricsEventsHistory organizations Organizations rop_grant ResourceOwnerPasswordGrant concierge_onboarding ConciergeOnboarding credit Credit data_location_global DataLocationGlobal data_location_us DataLocationUS m2m_token_issuance M2MTokenIssuance permission_checks PermissionChecks captcha Captcha data_location_regional DataLocationRegional Required Features rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList permission_checks_rate_limit_tier RateLimitTierPermissionChecks oauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect * @type {string} * @memberof QuotaUsage */ @@ -9758,6 +9758,7 @@ export const QuotaUsageFeatureEnum = { DataLocationUs: 'data_location_us', M2mTokenIssuance: 'm2m_token_issuance', PermissionChecks: 'permission_checks', + Captcha: 'captcha', DataLocationRegional: 'data_location_regional', RateLimitTier: 'rate_limit_tier', SessionRateLimitTier: 'session_rate_limit_tier', @@ -24721,6 +24722,52 @@ export const ProjectApiAxiosParamCreator = function (configuration?: Configurati + localVarHeaderParameter['Content-Type'] = 'application/json'; + + setSearchParams(localVarUrlObj, localVarQueryParameter); + let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; + localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; + localVarRequestOptions.data = serializeDataIfNeeded(jsonPatch, localVarRequestOptions, configuration) + + return { + url: toPathString(localVarUrlObj), + options: localVarRequestOptions, + }; + }, + /** + * This endpoints allows you to patch individual Ory Network Project configuration keys for Ory\'s services (identity, permission, ...). The configuration format is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version. If you have an older version of a configuration, you should set the version key in the payload! While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source. For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed. + * @summary Patch an Ory Network Project Configuration based on a revision ID + * @param {string} projectId Project ID The project\'s ID. + * @param {string} revisionId Revision ID The revision ID that this patch was generated for. + * @param {Array} [jsonPatch] + * @param {*} [options] Override http request option. + * @throws {RequiredError} + */ + patchProjectWithRevision: async (projectId: string, revisionId: string, jsonPatch?: Array, options: RawAxiosRequestConfig = {}): Promise => { + // verify required parameter 'projectId' is not null or undefined + assertParamExists('patchProjectWithRevision', 'projectId', projectId) + // verify required parameter 'revisionId' is not null or undefined + assertParamExists('patchProjectWithRevision', 'revisionId', revisionId) + const localVarPath = `/projects/{project_id}/revision/{revision_id}` + .replace(`{${"project_id"}}`, encodeURIComponent(String(projectId))) + .replace(`{${"revision_id"}}`, encodeURIComponent(String(revisionId))); + // use dummy base URL string because the URL constructor only accepts absolute URLs. + const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); + let baseOptions; + if (configuration) { + baseOptions = configuration.baseOptions; + } + + const localVarRequestOptions = { method: 'PATCH', ...baseOptions, ...options}; + const localVarHeaderParameter = {} as any; + const localVarQueryParameter = {} as any; + + // authentication oryWorkspaceApiKey required + // http bearer authentication required + await setBearerAuthToObject(localVarHeaderParameter, configuration) + + + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -25075,6 +25122,21 @@ export const ProjectApiFp = function(configuration?: Configuration) { const localVarOperationServerBasePath = operationServerMap['ProjectApi.patchProject']?.[localVarOperationServerIndex]?.url; return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }, + /** + * This endpoints allows you to patch individual Ory Network Project configuration keys for Ory\'s services (identity, permission, ...). The configuration format is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version. If you have an older version of a configuration, you should set the version key in the payload! While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source. For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed. + * @summary Patch an Ory Network Project Configuration based on a revision ID + * @param {string} projectId Project ID The project\'s ID. + * @param {string} revisionId Revision ID The revision ID that this patch was generated for. + * @param {Array} [jsonPatch] + * @param {*} [options] Override http request option. + * @throws {RequiredError} + */ + async patchProjectWithRevision(projectId: string, revisionId: string, jsonPatch?: Array, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise> { + const localVarAxiosArgs = await localVarAxiosParamCreator.patchProjectWithRevision(projectId, revisionId, jsonPatch, options); + const localVarOperationServerIndex = configuration?.serverIndex ?? 0; + const localVarOperationServerBasePath = operationServerMap['ProjectApi.patchProjectWithRevision']?.[localVarOperationServerIndex]?.url; + return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); + }, /** * !! Use with extreme caution !! Using this API endpoint you can purge (completely delete) a project and its data. This action can not be undone and will delete ALL your data. Calling this endpoint will additionally delete custom domains and other related data. If the project is linked to a subscription, the subscription needs to be unlinked first. * @summary Irrecoverably purge a project @@ -25260,6 +25322,16 @@ export const ProjectApiFactory = function (configuration?: Configuration, basePa patchProject(requestParameters: ProjectApiPatchProjectRequest, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.patchProject(requestParameters.projectId, requestParameters.jsonPatch, options).then((request) => request(axios, basePath)); }, + /** + * This endpoints allows you to patch individual Ory Network Project configuration keys for Ory\'s services (identity, permission, ...). The configuration format is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version. If you have an older version of a configuration, you should set the version key in the payload! While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source. For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed. + * @summary Patch an Ory Network Project Configuration based on a revision ID + * @param {ProjectApiPatchProjectWithRevisionRequest} requestParameters Request parameters. + * @param {*} [options] Override http request option. + * @throws {RequiredError} + */ + patchProjectWithRevision(requestParameters: ProjectApiPatchProjectWithRevisionRequest, options?: RawAxiosRequestConfig): AxiosPromise { + return localVarFp.patchProjectWithRevision(requestParameters.projectId, requestParameters.revisionId, requestParameters.jsonPatch, options).then((request) => request(axios, basePath)); + }, /** * !! Use with extreme caution !! Using this API endpoint you can purge (completely delete) a project and its data. This action can not be undone and will delete ALL your data. Calling this endpoint will additionally delete custom domains and other related data. If the project is linked to a subscription, the subscription needs to be unlinked first. * @summary Irrecoverably purge a project @@ -25520,6 +25592,34 @@ export interface ProjectApiPatchProjectRequest { readonly jsonPatch?: Array } +/** + * Request parameters for patchProjectWithRevision operation in ProjectApi. + * @export + * @interface ProjectApiPatchProjectWithRevisionRequest + */ +export interface ProjectApiPatchProjectWithRevisionRequest { + /** + * Project ID The project\'s ID. + * @type {string} + * @memberof ProjectApiPatchProjectWithRevision + */ + readonly projectId: string + + /** + * Revision ID The revision ID that this patch was generated for. + * @type {string} + * @memberof ProjectApiPatchProjectWithRevision + */ + readonly revisionId: string + + /** + * + * @type {Array} + * @memberof ProjectApiPatchProjectWithRevision + */ + readonly jsonPatch?: Array +} + /** * Request parameters for purgeProject operation in ProjectApi. * @export @@ -25754,6 +25854,18 @@ export class ProjectApi extends BaseAPI { return ProjectApiFp(this.configuration).patchProject(requestParameters.projectId, requestParameters.jsonPatch, options).then((request) => request(this.axios, this.basePath)); } + /** + * This endpoints allows you to patch individual Ory Network Project configuration keys for Ory\'s services (identity, permission, ...). The configuration format is fully compatible with the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions). This endpoint expects the `version` key to be set in the payload. If it is unset, it will try to import the config as if it is from the most recent version. If you have an older version of a configuration, you should set the version key in the payload! While this endpoint is able to process all configuration items related to features (e.g. password reset), it does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the open source. For configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings to help you understand which parts of your config could not be processed. + * @summary Patch an Ory Network Project Configuration based on a revision ID + * @param {ProjectApiPatchProjectWithRevisionRequest} requestParameters Request parameters. + * @param {*} [options] Override http request option. + * @throws {RequiredError} + * @memberof ProjectApi + */ + public patchProjectWithRevision(requestParameters: ProjectApiPatchProjectWithRevisionRequest, options?: RawAxiosRequestConfig) { + return ProjectApiFp(this.configuration).patchProjectWithRevision(requestParameters.projectId, requestParameters.revisionId, requestParameters.jsonPatch, options).then((request) => request(this.axios, this.basePath)); + } + /** * !! Use with extreme caution !! Using this API endpoint you can purge (completely delete) a project and its data. This action can not be undone and will delete ALL your data. Calling this endpoint will additionally delete custom domains and other related data. If the project is linked to a subscription, the subscription needs to be unlinked first. * @summary Irrecoverably purge a project diff --git a/clients/client/typescript/base.ts b/clients/client/typescript/base.ts index 1301d1faa8..bc8bf9c10f 100644 --- a/clients/client/typescript/base.ts +++ b/clients/client/typescript/base.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -179,6 +179,12 @@ export const operationServerMap: ServerMap = { description: "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces.", } ], + "ProjectApi.patchProjectWithRevision": [ + { + url: "https://api.console.ory.sh", + description: "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces.", + } + ], "ProjectApi.purgeProject": [ { url: "https://api.console.ory.sh", diff --git a/clients/client/typescript/common.ts b/clients/client/typescript/common.ts index 8e08f232df..e8ea1b81d7 100644 --- a/clients/client/typescript/common.ts +++ b/clients/client/typescript/common.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript/configuration.ts b/clients/client/typescript/configuration.ts index 8a84e7fefc..c04c6a5323 100644 --- a/clients/client/typescript/configuration.ts +++ b/clients/client/typescript/configuration.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript/index.ts b/clients/client/typescript/index.ts index 5970c13695..5ee984757d 100644 --- a/clients/client/typescript/index.ts +++ b/clients/client/typescript/index.ts @@ -4,7 +4,7 @@ * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * - * The version of the OpenAPI document: v1.14.5 + * The version of the OpenAPI document: v1.15.0 * Contact: support@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/client/typescript/package-lock.json b/clients/client/typescript/package-lock.json index a61737d551..ee7bcc73f9 100644 --- a/clients/client/typescript/package-lock.json +++ b/clients/client/typescript/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ory/client", - "version": "v1.14.5", + "version": "v1.15.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ory/client", - "version": "v1.14.5", + "version": "v1.15.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.1" @@ -30,9 +30,9 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.7.5", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.5.tgz", - "integrity": "sha512-fZu86yCo+svH3uqJ/yTdQ0QHpQu5oL+/QE+QPSv6BZSkDAoky9vytxp7u5qk83OJFS3kEBcesWni9WTZAv3tSw==", + "version": "1.7.7", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz", + "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", @@ -62,9 +62,9 @@ } }, "node_modules/follow-redirects": { - "version": "1.15.6", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", - "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", + "version": "1.15.9", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz", + "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==", "funding": [ { "type": "individual", @@ -123,9 +123,9 @@ "license": "MIT" }, "node_modules/typescript": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", - "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/clients/client/typescript/package.json b/clients/client/typescript/package.json index 9b0d539e2d..14b6fcd814 100644 --- a/clients/client/typescript/package.json +++ b/clients/client/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@ory/client", - "version": "v1.14.5", + "version": "v1.15.0", "description": "OpenAPI client for @ory/client", "author": "Ory Corp", "repository": { diff --git a/spec/client/v1.15.0.json b/spec/client/v1.15.0.json index bbab234d46..cc78262d04 100644 --- a/spec/client/v1.15.0.json +++ b/spec/client/v1.15.0.json @@ -1,20125 +1 @@ -{ - "components": { - "responses": { - "emptyResponse": { - "description": "Empty responses are sent when, for example, resources are deleted. The HTTP status code for empty responses is\ntypically 201." - }, - "errorOAuth2BadRequest": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorOAuth2" - } - } - }, - "description": "Bad Request Error Response" - }, - "errorOAuth2Default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorOAuth2" - } - } - }, - "description": "Default Error Response" - }, - "errorOAuth2NotFound": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorOAuth2" - } - } - }, - "description": "Not Found Error Response" - }, - "identitySchemas": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/identitySchemas" - } - } - }, - "description": "List Identity JSON Schemas Response" - }, - "listCourierMessages": { - "content": { - "application/json": { - "schema": { - "items": { - "$ref": "#/components/schemas/message" - }, - "type": "array" - } - } - }, - "description": "Paginated Courier Message List Response" - }, - "listIdentities": { - "content": { - "application/json": { - "schema": { - "items": { - "$ref": "#/components/schemas/identity" - }, - "type": "array" - } - } - }, - "description": "Paginated Identity List Response" - }, - "listIdentitySessions": { - "content": { - "application/json": { - "schema": { - "items": { - "$ref": "#/components/schemas/session" - }, - "type": "array" - } - } - }, - "description": "List Identity Sessions Response" - }, - "listMySessions": { - "content": { - "application/json": { - "schema": { - "items": { - "$ref": "#/components/schemas/session" - }, - "type": "array" - } - } - }, - "description": "List My Session Response" - }, - "listOAuth2Clients": { - "content": { - "application/json": { - "schema": { - "items": { - "$ref": "#/components/schemas/oAuth2Client" - }, - "type": "array" - } - } - }, - "description": "Paginated OAuth2 Client List Response" - }, - "listSessions": { - "content": { - "application/json": { - "schema": { - "items": { - "$ref": "#/components/schemas/session" - }, - "type": "array" - } - } - }, - "description": "Session List Response\n\nThe response given when listing sessions in an administrative context." - } - }, - "schemas": { - "AmountInCent": { - "format": "int64", - "type": "integer" - }, - "Attribute": { - "properties": { - "key": { - "type": "string" - }, - "value": { - "type": "string" - } - }, - "type": "object" - }, - "AttributeFilter": { - "properties": { - "attribute": { - "type": "string" - }, - "condition": { - "enum": [ - "equals", - "not_equals", - "contains", - "not_contains", - "regex", - "not_regex", - "set", - "not_set" - ], - "type": "string", - "x-go-enum-desc": "equals ConditionEquals\nnot_equals ConditionNotEquals\ncontains ConditionContains\nnot_contains ConditionNotContains\nregex ConditionRegex\nnot_regex ConditionNotRegex\nset ConditionSet\nnot_set ConditionNotSet" - }, - "value": { - "type": "string" - } - }, - "type": "object" - }, - "AttributesCountDatapoint": { - "properties": { - "count": { - "description": "Count of the attribute value for given key", - "format": "int64", - "type": "integer" - }, - "name": { - "description": "Name of the attribute value for given key", - "type": "string" - } - }, - "required": [ - "name", - "count" - ], - "type": "object" - }, - "BillingPeriodBucket": { - "properties": { - "base_invoices": { - "$ref": "#/components/schemas/Invoices" - }, - "billing_period": { - "$ref": "#/components/schemas/TimeInterval" - }, - "usage_invoice": { - "$ref": "#/components/schemas/invoice" - } - }, - "type": "object" - }, - "CreateInviteResponse": { - "properties": { - "all_invites": { - "description": "A list of all invites for this resource", - "items": { - "$ref": "#/components/schemas/memberInvite" - }, - "type": "array" - }, - "created_invite": { - "$ref": "#/components/schemas/memberInvite" - } - }, - "required": [ - "created_invite", - "all_invites" - ], - "type": "object" - }, - "CreateProjectMemberInviteBody": { - "description": "Create Project MemberInvite Request Body", - "properties": { - "invitee_email": { - "description": "A email to invite", - "type": "string" - } - }, - "type": "object" - }, - "CreateProjectNormalizedPayload": { - "description": "Create project (normalized) request payload", - "properties": { - "created_at": { - "description": "The Project's Revision Creation Date", - "format": "date-time", - "readOnly": true, - "type": "string" - }, - "disable_account_experience_welcome_screen": { - "description": "Whether to disable the account experience welcome screen, which is hosted under `/ui/welcome`.", - "type": "boolean" - }, - "enable_ax_v2": { - "description": "Whether the new account experience is enabled and reachable.", - "type": "boolean" - }, - "environment": { - "description": "\nprod Production\nstage Staging\ndev Development", - "enum": [ - "prod", - "stage", - "dev" - ], - "type": "string", - "x-go-enum-desc": "prod Production\nstage Staging\ndev Development" - }, - "home_region": { - "description": "\neu-central EUCentral\nus-east USEast\nus-west USWest\nus US\nglobal Global", - "enum": [ - "eu-central", - "us-east", - "us-west", - "us", - "global" - ], - "type": "string", - "x-go-enum-desc": "eu-central EUCentral\nus-east USEast\nus-west USWest\nus US\nglobal Global" - }, - "hydra_oauth2_allowed_top_level_claims": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "hydra_oauth2_client_credentials_default_grant_allowed_scope": { - "description": "Automatically grant authorized OAuth2 Scope in OAuth2 Client Credentials Flow.\n\nEach OAuth2 Client is allowed to request a predefined OAuth2 Scope (for example `read write`). If this option is enabled, the full\nscope is automatically granted when performing the OAuth2 Client Credentials flow.\n\nIf disabled, the OAuth2 Client has to request the scope in the OAuth2 request by providing the `scope` query parameter.\n\nSetting this option to true is common if you need compatibility with MITREid.\n\nThis governs the \"oauth2.client_credentials.default_grant_allowed_scope\" setting.", - "type": "boolean" - }, - "hydra_oauth2_exclude_not_before_claim": { - "description": "Set to true if you want to exclude claim `nbf (not before)` part of access token.\n\nThis governs the \"oauth2.exclude_not_before_claim\" setting.", - "type": "boolean" - }, - "hydra_oauth2_grant_jwt_iat_optional": { - "description": "Configures if the issued at (`iat`) claim is required in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523).\n\nIf set to `false`, the `iat` claim is required. Set this value to `true` only after careful consideration.\n\nThis governs the \"oauth2.grant.jwt.iat_optional\" setting.", - "type": "boolean" - }, - "hydra_oauth2_grant_jwt_jti_optional": { - "description": "Configures if the JSON Web Token ID (`jti`) claim is required in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523).\n\nIf set to `false`, the `jti` claim is required. Set this value to `true` only after careful consideration.\n\nThis governs the \"oauth2.grant.jwt.jti_optional\" setting.", - "type": "boolean" - }, - "hydra_oauth2_grant_jwt_max_ttl": { - "default": "720h", - "description": "Configures what the maximum age of a JWT assertion used in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523) can be.\n\nThis feature uses the `exp` claim and `iat` claim to calculate assertion age. Assertions exceeding the max age will be denied.\n\nUseful as a safety measure and recommended to keep below 720h.\n\nThis governs the \"oauth2.grant.jwt.max_ttl\" setting.", - "example": "30m", - "pattern": "^[0-9]+(ns|us|ms|s|m|h)$", - "type": "string" - }, - "hydra_oauth2_mirror_top_level_claims": { - "description": "Set to false if you don't want to mirror custom claims under 'ext'.\n\nThis governs the \"oauth2.mirror_top_level_claims\" setting.", - "type": "boolean" - }, - "hydra_oauth2_pkce_enforced": { - "description": "Configures whether PKCE should be enforced for all OAuth2 Clients.\n\nThis governs the \"oauth2.pkce.enforced\" setting.", - "type": "boolean" - }, - "hydra_oauth2_pkce_enforced_for_public_clients": { - "description": "Configures whether PKCE should be enforced for OAuth2 Clients without a client secret (public clients).\n\nThis governs the \"oauth2.pkce.enforced_for_public_clients\" setting.", - "type": "boolean" - }, - "hydra_oauth2_refresh_token_hook": { - "description": "Sets the Refresh Token Hook Endpoint. If set this endpoint will be called during the OAuth2 Token Refresh grant update the OAuth2 Access Token claims.\n\nThis governs the \"oauth2.refresh_token_hook\" setting.", - "type": "string" - }, - "hydra_oauth2_token_hook": { - "description": "Sets the token hook endpoint for all grant types. If set it will be called while providing token to customize claims.\n\nThis governs the \"oauth2.token_hook.url\" setting.", - "type": "string" - }, - "hydra_oidc_dynamic_client_registration_default_scope": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "hydra_oidc_dynamic_client_registration_enabled": { - "description": "Configures OpenID Connect Dynamic Client Registration.\n\nThis governs the \"oidc.dynamic_client_registration.enabled\" setting.", - "type": "boolean" - }, - "hydra_oidc_subject_identifiers_pairwise_salt": { - "description": "Configures OpenID Connect Discovery and overwrites the pairwise algorithm\n\nThis governs the \"oidc.subject_identifiers.pairwise_salt\" setting.", - "type": "string" - }, - "hydra_oidc_subject_identifiers_supported_types": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "hydra_secrets_cookie": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "hydra_secrets_system": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "hydra_serve_cookies_same_site_legacy_workaround": { - "description": "Configures the Ory Hydra Cookie Same Site Legacy Workaround\n\nThis governs the \"serve.cookies.same_site_legacy_workaround\" setting.", - "type": "boolean" - }, - "hydra_serve_cookies_same_site_mode": { - "description": "Configures the Ory Hydra Cookie Same Site Mode\n\nThis governs the \"serve.cookies.same_site_mode\" setting.", - "type": "string" - }, - "hydra_strategies_access_token": { - "default": "opaque", - "description": "Defines access token type\n\nThis governs the \"strategies.access_token\" setting.\nopaque Oauth2AccessTokenStrategyOpaque\njwt Oauth2AccessTokenStrategyJwt", - "enum": [ - "opaque", - "jwt" - ], - "type": "string", - "x-go-enum-desc": "opaque Oauth2AccessTokenStrategyOpaque\njwt Oauth2AccessTokenStrategyJwt" - }, - "hydra_strategies_jwt_scope_claim": { - "default": "list", - "description": "Define the claim to use as the scope in the access token.\n\nThis governs the \"strategies.jwt.scope_claim\" setting:\n\nlist: The scope claim is an array of strings named `scope`: `{ \"scope\": [\"read\", \"write\"] }`\nstring: The scope claim is a space delimited list of strings named `scp`: `{ \"scp\": \"read write\" }`\nboth: The scope claim is both a space delimited list and an array of strings named `scope` and `scp`: `{ \"scope\": [\"read\", \"write\"], \"scp\": \"read write\" }`\nlist OAuth2JWTScopeClaimList\nstring OAuth2JWTScopeClaimString\nboth OAuth2JWTScopeClaimBoth", - "enum": [ - "list", - "string", - "both" - ], - "type": "string", - "x-go-enum-desc": "list OAuth2JWTScopeClaimList\nstring OAuth2JWTScopeClaimString\nboth OAuth2JWTScopeClaimBoth" - }, - "hydra_strategies_scope": { - "default": "wildcard", - "description": "Defines how scopes are matched. For more details have a look at https://github.com/ory/fosite#scopes\n\nThis governs the \"strategies.scope\" setting.\nexact Oauth2ScopeStrategyExact\nwildcard Oauth2ScopeStrategyWildcard", - "enum": [ - "exact", - "wildcard" - ], - "type": "string", - "x-go-enum-desc": "exact Oauth2ScopeStrategyExact\nwildcard Oauth2ScopeStrategyWildcard" - }, - "hydra_ttl_access_token": { - "default": "30m", - "description": "This governs the \"ttl.access_token\" setting.", - "example": "1h", - "pattern": "^[0-9]+(ns|us|ms|s|m|h)$", - "type": "string" - }, - "hydra_ttl_auth_code": { - "default": "720h", - "description": "Configures how long refresh tokens are valid.\n\nSet to -1 for refresh tokens to never expire. This is not recommended!\n\nThis governs the \"ttl.auth_code\" setting.", - "example": "30m", - "pattern": "^[0-9]+(ns|us|ms|s|m|h)$", - "type": "string" - }, - "hydra_ttl_id_token": { - "default": "30m", - "description": "This governs the \"ttl.id_token\" setting.", - "example": "1h", - "pattern": "^[0-9]+(ns|us|ms|s|m|h)$", - "type": "string" - }, - "hydra_ttl_login_consent_request": { - "default": "30m", - "description": "Configures how long a user login and consent flow may take.\n\nThis governs the \"ttl.login_consent_request\" setting.", - "example": "1h", - "pattern": "^[0-9]+(ns|us|ms|s|m|h)$", - "type": "string" - }, - "hydra_ttl_refresh_token": { - "default": "720h", - "description": "Configures how long refresh tokens are valid.\n\nSet to -1 for refresh tokens to never expire. This is not recommended!\n\nThis governs the \"ttl.refresh_token\" setting.", - "example": "30m", - "pattern": "^([0-9]+(ns|us|ms|s|m|h)|-1)$", - "type": "string" - }, - "hydra_urls_consent": { - "description": "Sets the OAuth2 Consent Endpoint URL of the OAuth2 User Login \u0026 Consent flow.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.consent\" setting.", - "type": "string" - }, - "hydra_urls_error": { - "description": "Sets the OAuth2 Error URL of the OAuth2 User Login \u0026 Consent flow.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.error\" setting.", - "type": "string" - }, - "hydra_urls_login": { - "description": "Sets the OAuth2 Login Endpoint URL of the OAuth2 User Login \u0026 Consent flow.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.login\" setting.", - "type": "string" - }, - "hydra_urls_logout": { - "description": "Sets the logout endpoint.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.logout\" setting.", - "type": "string" - }, - "hydra_urls_post_logout_redirect": { - "description": "When an OAuth2-related user agent requests to log out, they will be redirected to this url afterwards per default.\n\nDefaults to the Ory Account Experience in development and your application in production mode when a custom domain is connected.\n\nThis governs the \"urls.post_logout_redirect\" setting.", - "type": "string" - }, - "hydra_urls_registration": { - "description": "Sets the OAuth2 Registration Endpoint URL of the OAuth2 User Login \u0026 Consent flow.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.registration\" setting.", - "type": "string" - }, - "hydra_urls_self_issuer": { - "description": "This value will be used as the issuer in access and ID tokens. It must be specified and using HTTPS protocol, unless the development mode is enabled.\n\nOn the Ory Network it will be very rare that you want to modify this value. If left empty, it will default to the correct value for the Ory Network.\n\nThis governs the \"urls.self.issuer\" setting.", - "type": "string" - }, - "hydra_webfinger_jwks_broadcast_keys": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "hydra_webfinger_oidc_discovery_auth_url": { - "description": "Configures OpenID Connect Discovery and overwrites the OAuth2 Authorization URL.\n\nThis governs the \"webfinger.oidc.discovery.auth_url\" setting.", - "type": "string" - }, - "hydra_webfinger_oidc_discovery_client_registration_url": { - "description": "Configures OpenID Connect Discovery and overwrites the OpenID Connect Dynamic Client Registration Endpoint.\n\nThis governs the \"webfinger.oidc.discovery.client_registration_url\" setting.", - "type": "string" - }, - "hydra_webfinger_oidc_discovery_jwks_url": { - "description": "Configures OpenID Connect Discovery and overwrites the JWKS URL.\n\nThis governs the \"webfinger.oidc.discovery.jwks_url\" setting.", - "type": "string" - }, - "hydra_webfinger_oidc_discovery_supported_claims": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "hydra_webfinger_oidc_discovery_supported_scope": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "hydra_webfinger_oidc_discovery_token_url": { - "description": "Configures OpenID Connect Discovery and overwrites the OAuth2 Token URL.\n\nThis governs the \"webfinger.oidc.discovery.token_url\" setting.", - "type": "string" - }, - "hydra_webfinger_oidc_discovery_userinfo_url": { - "description": "Configures OpenID Connect Discovery and overwrites userinfo endpoint to be advertised at the OpenID Connect Discovery endpoint /.well-known/openid-configuration. Defaults to Ory Hydra's userinfo endpoint at /userinfo. Set this value if you want to handle this endpoint yourself.\n\nThis governs the \"webfinger.oidc.discovery.userinfo_url\" setting.", - "type": "string" - }, - "id": { - "description": "The revision ID.", - "format": "uuid", - "readOnly": true, - "type": "string" - }, - "keto_namespace_configuration": { - "description": "The Revisions' Keto Namespace Configuration\n\nThe string is a URL pointing to an OPL file with the configuration.", - "type": "string" - }, - "keto_namespaces": { - "$ref": "#/components/schemas/KetoNamespaces" - }, - "kratos_cookies_same_site": { - "description": "Configures the Ory Kratos Cookie SameSite Attribute\n\nThis governs the \"cookies.same_site\" setting.", - "type": "string" - }, - "kratos_courier_channels": { - "$ref": "#/components/schemas/revisionCourierChannels" - }, - "kratos_courier_delivery_strategy": { - "default": "smtp", - "description": "The delivery strategy to use when sending emails\n\n`smtp`: Use SMTP server\n`http`: Use the built in HTTP client to send the email to some remote service", - "type": "string" - }, - "kratos_courier_http_request_config_auth_api_key_in": { - "description": "The location of the API key to use in the HTTP email sending service's authentication\n\n`header`: Send the key value pair as a header\n`cookie`: Send the key value pair as a cookie\nThis governs the \"courier.http.auth.config.in\" setting", - "type": "string" - }, - "kratos_courier_http_request_config_auth_api_key_name": { - "description": "The name of the API key to use in the HTTP email sending service's authentication\n\nThis governs the \"courier.http.auth.config.name\" setting", - "type": "string" - }, - "kratos_courier_http_request_config_auth_api_key_value": { - "description": "The value of the API key to use in the HTTP email sending service's authentication\n\nThis governs the \"courier.http.auth.config.value\" setting", - "type": "string" - }, - "kratos_courier_http_request_config_auth_basic_auth_password": { - "description": "The password to use for basic auth in the HTTP email sending service's authentication\n\nThis governs the \"courier.http.auth.config.password\" setting", - "type": "string" - }, - "kratos_courier_http_request_config_auth_basic_auth_user": { - "description": "The user to use for basic auth in the HTTP email sending service's authentication\n\nThis governs the \"courier.http.auth.config.user\" setting", - "type": "string" - }, - "kratos_courier_http_request_config_auth_type": { - "default": "empty (no authentication)", - "description": "The authentication type to use while contacting the remote HTTP email sending service\n\n`basic_auth`: Use Basic Authentication\n`api_key`: Use API Key Authentication in a header or cookie", - "type": "string" - }, - "kratos_courier_http_request_config_body": { - "description": "The Jsonnet template to generate the body to send to the remote HTTP email sending service\n\nShould be valid Jsonnet and base64 encoded\n\nThis governs the \"courier.http.body\" setting", - "type": "string" - }, - "kratos_courier_http_request_config_headers": { - "$ref": "#/components/schemas/nullJsonRawMessage" - }, - "kratos_courier_http_request_config_method": { - "default": "POST", - "description": "The http METHOD to use when calling the remote HTTP email sending service", - "type": "string" - }, - "kratos_courier_http_request_config_url": { - "description": "The URL of the remote HTTP email sending service\n\nThis governs the \"courier.http.url\" setting", - "type": "string" - }, - "kratos_courier_smtp_connection_uri": { - "description": "Configures the Ory Kratos SMTP Connection URI\n\nThis governs the \"courier.smtp.connection_uri\" setting.", - "type": "string" - }, - "kratos_courier_smtp_from_address": { - "description": "Configures the Ory Kratos SMTP From Address\n\nThis governs the \"courier.smtp.from_address\" setting.", - "type": "string" - }, - "kratos_courier_smtp_from_name": { - "description": "Configures the Ory Kratos SMTP From Name\n\nThis governs the \"courier.smtp.from_name\" setting.", - "type": "string" - }, - "kratos_courier_smtp_headers": { - "$ref": "#/components/schemas/nullJsonRawMessage" - }, - "kratos_courier_smtp_local_name": { - "description": "Configures the local_name to use in SMTP connections\n\nThis governs the \"courier.smtp.local_name\" setting.", - "type": "string" - }, - "kratos_courier_templates_login_code_valid_email_body_html": { - "description": "Configures the Ory Kratos Valid Login via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.login_code.valid.email.body.html\" setting.", - "type": "string" - }, - "kratos_courier_templates_login_code_valid_email_body_plaintext": { - "description": "Configures the Ory Kratos Valid Login via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.login_code.valid.email.body.plaintext\" setting.", - "type": "string" - }, - "kratos_courier_templates_login_code_valid_email_subject": { - "description": "Configures the Ory Kratos Valid Login via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.login_code.valid.email.subject\" setting.", - "type": "string" - }, - "kratos_courier_templates_login_code_valid_sms_body_plaintext": { - "description": "Configures the Ory Kratos Valid Login via Code SMS plain text body\n\nThis governs the \"courier.smtp.templates.login_code.valid.sms.plaintext\" setting.", - "type": "string" - }, - "kratos_courier_templates_recovery_code_invalid_email_body_html": { - "description": "Configures the Ory Kratos Invalid Recovery via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.recovery_code.invalid.email.body.html\" setting.", - "type": "string" - }, - "kratos_courier_templates_recovery_code_invalid_email_body_plaintext": { - "description": "Configures the Ory Kratos Invalid Recovery via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.recovery_code.invalid.email.body.plaintext\" setting.", - "type": "string" - }, - "kratos_courier_templates_recovery_code_invalid_email_subject": { - "description": "Configures the Ory Kratos Invalid Recovery via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.recovery_code.invalid.email.body.html\" setting.", - "type": "string" - }, - "kratos_courier_templates_recovery_code_valid_email_body_html": { - "description": "Configures the Ory Kratos Valid Recovery via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.recovery_code.valid.email.body.html\" setting.", - "type": "string" - }, - "kratos_courier_templates_recovery_code_valid_email_body_plaintext": { - "description": "Configures the Ory Kratos Valid Recovery via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.recovery_code.valid.email.body.plaintext\" setting.", - "type": "string" - }, - "kratos_courier_templates_recovery_code_valid_email_subject": { - "description": "Configures the Ory Kratos Valid Recovery via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.recovery_code.valid.email.subject\" setting.", - "type": "string" - }, - "kratos_courier_templates_recovery_invalid_email_body_html": { - "description": "Configures the Ory Kratos Invalid Recovery Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.recovery.invalid.email.body.html\" setting.", - "type": "string" - }, - "kratos_courier_templates_recovery_invalid_email_body_plaintext": { - "description": "Configures the Ory Kratos Invalid Recovery Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.recovery.invalid.email.body.plaintext\" setting.", - "type": "string" - }, - "kratos_courier_templates_recovery_invalid_email_subject": { - "description": "Configures the Ory Kratos Invalid Recovery Email Subject Template\n\nThis governs the \"courier.smtp.templates.recovery.invalid.email.body.html\" setting.", - "type": "string" - }, - "kratos_courier_templates_recovery_valid_email_body_html": { - "description": "Configures the Ory Kratos Valid Recovery Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.recovery.valid.email.body.html\" setting.", - "type": "string" - }, - "kratos_courier_templates_recovery_valid_email_body_plaintext": { - "description": "Configures the Ory Kratos Valid Recovery Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.recovery.valid.email.body.plaintext\" setting.", - "type": "string" - }, - "kratos_courier_templates_recovery_valid_email_subject": { - "description": "Configures the Ory Kratos Valid Recovery Email Subject Template\n\nThis governs the \"courier.smtp.templates.recovery.valid.email.subject\" setting.", - "type": "string" - }, - "kratos_courier_templates_registration_code_valid_email_body_html": { - "description": "Configures the Ory Kratos Valid Registration via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.registration_code.valid.email.body.html\" setting.", - "type": "string" - }, - "kratos_courier_templates_registration_code_valid_email_body_plaintext": { - "description": "Configures the Ory Kratos Valid Registration via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.registration_code.valid.email.body.plaintext\" setting.", - "type": "string" - }, - "kratos_courier_templates_registration_code_valid_email_subject": { - "description": "Configures the Ory Kratos Valid Registration via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.registration_code.valid.email.subject\" setting.", - "type": "string" - }, - "kratos_courier_templates_verification_code_invalid_email_body_html": { - "description": "Configures the Ory Kratos Invalid Verification via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.verification_code.invalid.email.body.html\" setting.", - "type": "string" - }, - "kratos_courier_templates_verification_code_invalid_email_body_plaintext": { - "description": "Configures the Ory Kratos Invalid Verification via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.verification_code.invalid.email.body.plaintext\" setting.", - "type": "string" - }, - "kratos_courier_templates_verification_code_invalid_email_subject": { - "description": "Configures the Ory Kratos Invalid Verification via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.verification_code.invalid.email.subject\" setting.", - "type": "string" - }, - "kratos_courier_templates_verification_code_valid_email_body_html": { - "description": "Configures the Ory Kratos Valid Verification via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.verification_code.valid.email.body.html\" setting.", - "type": "string" - }, - "kratos_courier_templates_verification_code_valid_email_body_plaintext": { - "description": "Configures the Ory Kratos Valid Verification via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.verification_code.valid.email.body.plaintext\" setting.", - "type": "string" - }, - "kratos_courier_templates_verification_code_valid_email_subject": { - "description": "Configures the Ory Kratos Valid Verification via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.verification_code.valid.email.subject\" setting.", - "type": "string" - }, - "kratos_courier_templates_verification_code_valid_sms_body_plaintext": { - "description": "Configures the Ory Kratos Valid Verification via Code SMS Body Plaintext\n\nThis governs the \"courier.smtp.templates.verification_code.valid.sms.body.plaintext\" setting.", - "type": "string" - }, - "kratos_courier_templates_verification_invalid_email_body_html": { - "description": "Configures the Ory Kratos Invalid Verification Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.verification.invalid.email.body.html\" setting.", - "type": "string" - }, - "kratos_courier_templates_verification_invalid_email_body_plaintext": { - "description": "Configures the Ory Kratos Invalid Verification Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.verification.invalid.email.body.plaintext\" setting.", - "type": "string" - }, - "kratos_courier_templates_verification_invalid_email_subject": { - "description": "Configures the Ory Kratos Invalid Verification Email Subject Template\n\nThis governs the \"courier.smtp.templates.verification.invalid.email.subject\" setting.", - "type": "string" - }, - "kratos_courier_templates_verification_valid_email_body_html": { - "description": "Configures the Ory Kratos Valid Verification Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.verification.valid.email.body.html\" setting.", - "type": "string" - }, - "kratos_courier_templates_verification_valid_email_body_plaintext": { - "description": "Configures the Ory Kratos Valid Verification Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.verification.valid.email.body.plaintext\" setting.", - "type": "string" - }, - "kratos_courier_templates_verification_valid_email_subject": { - "description": "Configures the Ory Kratos Valid Verification Email Subject Template\n\nThis governs the \"courier.smtp.templates.verification.valid.email.subject\" setting.", - "type": "string" - }, - "kratos_feature_flags_cacheable_sessions": { - "description": "Configures the Ory Kratos Session caching feature flag\n\nThis governs the \"feature_flags.cacheable_sessions\" setting.", - "type": "boolean" - }, - "kratos_feature_flags_cacheable_sessions_max_age": { - "description": "Configures the Ory Kratos Session caching max-age feature flag\n\nThis governs the \"feature_flags.cacheable_sessions_max_age\" setting.", - "type": "string" - }, - "kratos_feature_flags_faster_session_extend": { - "description": "Configures the Ory Kratos Faster Session Extend setting\n\nIf enabled allows faster session extension by skipping the session lookup and returning 201 instead of 200.\nDisabling this feature will be deprecated in the future.\n\nThis governs the \"feature_flags.faster_session_extend\" setting.", - "type": "boolean" - }, - "kratos_feature_flags_use_continue_with_transitions": { - "description": "Configures the Ory Kratos Session use_continue_with_transitions flag\n\nThis governs the \"feature_flags.use_continue_with_transitions\" setting.", - "type": "boolean" - }, - "kratos_identity_schemas": { - "$ref": "#/components/schemas/projectRevisionIdentitySchemas" - }, - "kratos_oauth2_provider_headers": { - "$ref": "#/components/schemas/nullJsonRawMessage" - }, - "kratos_oauth2_provider_override_return_to": { - "description": "Kratos OAuth2 Provider Override Return To\n\nEnabling this allows Kratos to set the return_to parameter automatically to the OAuth2 request URL on the login flow, allowing complex flows such as recovery to continue to the initial OAuth2 flow.", - "type": "boolean" - }, - "kratos_oauth2_provider_url": { - "description": "The Revisions' OAuth2 Provider Integration URL\n\nThis governs the \"oauth2_provider.url\" setting.", - "type": "string" - }, - "kratos_preview_default_read_consistency_level": { - "description": "Configures the default read consistency level for identity APIs\n\nThis governs the `preview.default_read_consistency_level` setting.\n\nThe read consistency level determines the consistency guarantee for reads:\n\nstrong (slow): The read is guaranteed to return the most recent data committed at the start of the read.\neventual (very fast): The result will return data that is about 4.8 seconds old.\n\nSetting the default consistency level to `eventual` may cause regressions in the future as we add consistency\ncontrols to more APIs. Currently, the following APIs will be affected by this setting:\n\n`GET /admin/identities`\n\nDefaults to \"strong\" for new and existing projects. This feature is in preview. Use with caution.", - "type": "string" - }, - "kratos_secrets_cipher": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "kratos_secrets_cookie": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "kratos_secrets_default": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "kratos_selfservice_allowed_return_urls": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "kratos_selfservice_default_browser_return_url": { - "description": "Configures the Ory Kratos Default Return URL\n\nThis governs the \"selfservice.allowed_return_urls\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_error_ui_url": { - "description": "Configures the Ory Kratos Error UI URL\n\nThis governs the \"selfservice.flows.error.ui_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_login_after_code_default_browser_return_url": { - "description": "Configures the Ory Kratos Login After Password Default Return URL\n\nThis governs the \"selfservice.flows.code.after.password.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_login_after_default_browser_return_url": { - "description": "Configures the Ory Kratos Login Default Return URL\n\nThis governs the \"selfservice.flows.login.after.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_login_after_lookup_secret_default_browser_return_url": { - "description": "Configures the Ory Kratos Login After Password Default Return URL\n\nThis governs the \"selfservice.flows.lookup_secret.after.password.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_login_after_oidc_default_browser_return_url": { - "description": "Configures the Ory Kratos Login After OIDC Default Return URL\n\nThis governs the \"selfservice.flows.login.after.oidc.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_login_after_passkey_default_browser_return_url": { - "description": "Configures the Ory Kratos Login After Passkey Default Return URL\n\nThis governs the \"selfservice.flows.login.after.passkey.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_login_after_password_default_browser_return_url": { - "description": "Configures the Ory Kratos Login After Password Default Return URL\n\nThis governs the \"selfservice.flows.login.after.password.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_login_after_totp_default_browser_return_url": { - "description": "Configures the Ory Kratos Login After Password Default Return URL\n\nThis governs the \"selfservice.flows.totp.after.password.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_login_after_webauthn_default_browser_return_url": { - "description": "Configures the Ory Kratos Login After WebAuthn Default Return URL\n\nThis governs the \"selfservice.flows.login.after.webauthn.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_login_lifespan": { - "description": "Configures the Ory Kratos Login Lifespan\n\nThis governs the \"selfservice.flows.login.lifespan\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_login_ui_url": { - "description": "Configures the Ory Kratos Login UI URL\n\nThis governs the \"selfservice.flows.login.ui_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_logout_after_default_browser_return_url": { - "description": "Configures the Ory Kratos Logout Default Return URL\n\nThis governs the \"selfservice.flows.logout.after.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_recovery_after_default_browser_return_url": { - "description": "Configures the Ory Kratos Recovery Default Return URL\n\nThis governs the \"selfservice.flows.recovery.after.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_recovery_enabled": { - "description": "Configures the Ory Kratos Recovery Enabled Setting\n\nThis governs the \"selfservice.flows.recovery.enabled\" setting.", - "type": "boolean" - }, - "kratos_selfservice_flows_recovery_lifespan": { - "description": "Configures the Ory Kratos Recovery Lifespan\n\nThis governs the \"selfservice.flows.recovery.lifespan\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_recovery_notify_unknown_recipients": { - "description": "Configures whether to notify unknown recipients of a Ory Kratos recovery flow\n\nThis governs the \"selfservice.flows.recovery.notify_unknown_recipients\" setting.", - "type": "boolean" - }, - "kratos_selfservice_flows_recovery_ui_url": { - "description": "Configures the Ory Kratos Recovery UI URL\n\nThis governs the \"selfservice.flows.recovery.ui_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_recovery_use": { - "description": "Configures the Ory Kratos Recovery strategy to use (\"link\" or \"code\")\n\nThis governs the \"selfservice.flows.recovery.use\" setting.\nlink SelfServiceMessageVerificationStrategyLink\ncode SelfServiceMessageVerificationStrategyCode", - "enum": [ - "link", - "code" - ], - "type": "string", - "x-go-enum-desc": "link SelfServiceMessageVerificationStrategyLink\ncode SelfServiceMessageVerificationStrategyCode" - }, - "kratos_selfservice_flows_registration_after_code_default_browser_return_url": { - "description": "Configures the Ory Kratos Registration After Code Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.code.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_registration_after_default_browser_return_url": { - "description": "Configures the Ory Kratos Registration Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_registration_after_oidc_default_browser_return_url": { - "description": "Configures the Ory Kratos Registration After OIDC Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.oidc.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_registration_after_passkey_default_browser_return_url": { - "description": "Configures the Ory Kratos Registration After Passkey Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.password.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_registration_after_password_default_browser_return_url": { - "description": "Configures the Ory Kratos Registration After Password Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.password.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_registration_after_webauthn_default_browser_return_url": { - "description": "Configures the Ory Kratos Registration After Webauthn Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.webauthn.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_registration_enable_legacy_one_step": { - "description": "Disable two-step registration\n\nTwo-step registration is a significantly improved sign up flow and recommended\nwhen using more than one sign up methods. To revert to one-step registration,\nset this to `true`.\n\nThis governs the \"selfservice.flows.registration.enable_legacy_one_step\" setting.", - "type": "boolean" - }, - "kratos_selfservice_flows_registration_enabled": { - "description": "Configures the Whether Ory Kratos Registration is Enabled\n\nThis governs the \"selfservice.flows.registration.enabled\" setting.0", - "type": "boolean" - }, - "kratos_selfservice_flows_registration_lifespan": { - "description": "Configures the Ory Kratos Registration Lifespan\n\nThis governs the \"selfservice.flows.registration.lifespan\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_registration_login_hints": { - "description": "Configures the Ory Kratos Registration Login Hints\n\nShows helpful information when a user tries to sign up with a duplicate account.\n\nThis governs the \"selfservice.flows.registration.login_hints\" setting.", - "type": "boolean" - }, - "kratos_selfservice_flows_registration_ui_url": { - "description": "Configures the Ory Kratos Registration UI URL\n\nThis governs the \"selfservice.flows.registration.ui_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_settings_after_default_browser_return_url": { - "description": "Configures the Ory Kratos Settings Default Return URL\n\nThis governs the \"selfservice.flows.settings.after.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_settings_after_lookup_secret_default_browser_return_url": { - "description": "Configures the Ory Kratos Settings Default Return URL After Updating Lookup Secrets\n\nThis governs the \"selfservice.flows.settings.after.lookup_secret.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_settings_after_oidc_default_browser_return_url": { - "description": "Configures the Ory Kratos Settings Default Return URL After Updating Social Sign In\n\nThis governs the \"selfservice.flows.settings.after.oidc.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_settings_after_passkey_default_browser_return_url": { - "description": "Configures the Ory Kratos Settings Default Return URL After Updating Passkey\n\nThis governs the \"selfservice.flows.settings.after.passkey.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_settings_after_password_default_browser_return_url": { - "description": "Configures the Ory Kratos Settings Default Return URL After Updating Passwords\n\nThis governs the \"selfservice.flows.settings.after.password.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_settings_after_profile_default_browser_return_url": { - "description": "Configures the Ory Kratos Settings Default Return URL After Updating Profiles\n\nThis governs the \"selfservice.flows.settings.after.profile.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_settings_after_totp_default_browser_return_url": { - "description": "Configures the Ory Kratos Settings Default Return URL After Updating TOTP\n\nThis governs the \"selfservice.flows.settings.after.totp.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_settings_after_webauthn_default_browser_return_url": { - "description": "Configures the Ory Kratos Settings Default Return URL After Updating WebAuthn\n\nThis governs the \"selfservice.flows.settings.after.webauthn.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_settings_lifespan": { - "description": "Configures the Ory Kratos Settings Lifespan\n\nThis governs the \"selfservice.flows.settings.lifespan\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_settings_privileged_session_max_age": { - "description": "Configures the Ory Kratos Settings Privileged Session Max Age\n\nThis governs the \"selfservice.flows.settings.privileged_session_max_age\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_settings_required_aal": { - "description": "Configures the Ory Kratos Settings Required AAL\n\nThis governs the \"selfservice.flows.settings.required_aal\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_settings_ui_url": { - "description": "Configures the Ory Kratos Settings UI URL\n\nThis governs the \"selfservice.flows.settings.ui_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_verification_after_default_browser_return_url": { - "description": "Configures the Ory Kratos Verification Default Return URL\n\nThis governs the \"selfservice.flows.verification.after.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_verification_enabled": { - "description": "Configures the Ory Kratos Verification Enabled Setting\n\nThis governs the \"selfservice.flows.verification.enabled\" setting.", - "type": "boolean" - }, - "kratos_selfservice_flows_verification_lifespan": { - "description": "Configures the Ory Kratos Verification Lifespan\n\nThis governs the \"selfservice.flows.verification.lifespan\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_verification_notify_unknown_recipients": { - "description": "Configures whether to notify unknown recipients of a Ory Kratos verification flow\n\nThis governs the \"selfservice.flows.verification.notify_unknown_recipients\" setting.", - "type": "boolean" - }, - "kratos_selfservice_flows_verification_ui_url": { - "description": "Configures the Ory Kratos Verification UI URL\n\nThis governs the \"selfservice.flows.verification.ui_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_verification_use": { - "description": "Configures the Ory Kratos Strategy to use for Verification\n\nThis governs the \"selfservice.flows.verification.use\" setting.\nlink SelfServiceMessageVerificationStrategyLink\ncode SelfServiceMessageVerificationStrategyCode", - "enum": [ - "link", - "code" - ], - "type": "string", - "x-go-enum-desc": "link SelfServiceMessageVerificationStrategyLink\ncode SelfServiceMessageVerificationStrategyCode" - }, - "kratos_selfservice_methods_code_config_lifespan": { - "description": "Configures the Ory Kratos Code Method's lifespan\n\nThis governs the \"selfservice.methods.code.config.lifespan\" setting.", - "type": "string" - }, - "kratos_selfservice_methods_code_config_missing_credential_fallback_enabled": { - "description": "Enables a fallback method required in certain legacy use cases.\n\nThis governs the \"selfservice.methods.code.config.missing_credential_fallback_enabled\" setting.", - "type": "boolean" - }, - "kratos_selfservice_methods_code_enabled": { - "description": "Configures whether Ory Kratos Code Method is enabled\n\nThis governs the \"selfservice.methods.code.enabled\" setting.", - "type": "boolean" - }, - "kratos_selfservice_methods_code_mfa_enabled": { - "description": "Configures whether the code method can be used to fulfil MFA flows\n\nThis governs the \"selfservice.methods.code.mfa_enabled\" setting.", - "type": "boolean" - }, - "kratos_selfservice_methods_code_passwordless_enabled": { - "description": "Configures whether Ory Kratos Passwordless should use the Code Method\n\nThis governs the \"selfservice.methods.code.passwordless_enabled\" setting.", - "type": "boolean" - }, - "kratos_selfservice_methods_code_passwordless_login_fallback_enabled": { - "description": "This setting allows the code method to always login a user with code if they have registered with another authentication method such as password or social sign in.\n\nThis governs the \"selfservice.methods.code.passwordless_login_fallback_enabled\" setting.", - "type": "boolean" - }, - "kratos_selfservice_methods_link_config_base_url": { - "description": "Configures the Base URL which Recovery, Verification, and Login Links Point to\n\nIt is recommended to leave this value empty. It will be appropriately configured to the best matching domain\n(e.g. when using custom domains) automatically.\n\nThis governs the \"selfservice.methods.link.config.base_url\" setting.", - "type": "string" - }, - "kratos_selfservice_methods_link_config_lifespan": { - "description": "Configures the Ory Kratos Link Method's lifespan\n\nThis governs the \"selfservice.methods.link.config.lifespan\" setting.", - "type": "string" - }, - "kratos_selfservice_methods_link_enabled": { - "description": "Configures whether Ory Kratos Link Method is enabled\n\nThis governs the \"selfservice.methods.link.enabled\" setting.", - "type": "boolean" - }, - "kratos_selfservice_methods_lookup_secret_enabled": { - "description": "Configures whether Ory Kratos TOTP Lookup Secret is enabled\n\nThis governs the \"selfservice.methods.lookup_secret.enabled\" setting.", - "type": "boolean" - }, - "kratos_selfservice_methods_oidc_config_base_redirect_uri": { - "description": "Configures the Ory Kratos Third Party / OpenID Connect base redirect URI\n\nThis governs the \"selfservice.methods.oidc.config.base_redirect_uri\" setting.", - "type": "string" - }, - "kratos_selfservice_methods_oidc_config_providers": { - "$ref": "#/components/schemas/projectRevisionThirdPartyLoginProviders" - }, - "kratos_selfservice_methods_oidc_enabled": { - "description": "Configures whether Ory Kratos Third Party / OpenID Connect Login is enabled\n\nThis governs the \"selfservice.methods.oidc.enabled\" setting.", - "type": "boolean" - }, - "kratos_selfservice_methods_passkey_config_rp_display_name": { - "description": "Configures the Ory Kratos Passkey RP Display Name\n\nThis governs the \"selfservice.methods.passkey.config.rp.display_name\" setting.", - "type": "string" - }, - "kratos_selfservice_methods_passkey_config_rp_id": { - "description": "Configures the Ory Kratos Passkey RP ID\n\nThis governs the \"selfservice.methods.passkey.config.rp.id\" setting.", - "type": "string" - }, - "kratos_selfservice_methods_passkey_config_rp_origins": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "kratos_selfservice_methods_passkey_enabled": { - "description": "Configures whether Ory Kratos Passkey authentication is enabled\n\nThis governs the \"selfservice.methods.passkey.enabled\" setting.", - "type": "boolean" - }, - "kratos_selfservice_methods_password_config_haveibeenpwned_enabled": { - "description": "Configures whether Ory Kratos Password HIBP Checks is enabled\n\nThis governs the \"selfservice.methods.password.config.haveibeenpwned_enabled\" setting.", - "type": "boolean" - }, - "kratos_selfservice_methods_password_config_identifier_similarity_check_enabled": { - "description": "Configures whether Ory Kratos Password should disable the similarity policy.\n\nThis governs the \"selfservice.methods.password.config.identifier_similarity_check_enabled\" setting.", - "type": "boolean" - }, - "kratos_selfservice_methods_password_config_ignore_network_errors": { - "description": "Configures whether Ory Kratos Password Should ignore HIBPWND Network Errors\n\nThis governs the \"selfservice.methods.password.config.ignore_network_errors\" setting.", - "type": "boolean" - }, - "kratos_selfservice_methods_password_config_max_breaches": { - "description": "Configures Ory Kratos Password Max Breaches Detection\n\nThis governs the \"selfservice.methods.password.config.max_breaches\" setting.", - "format": "int64", - "type": "integer" - }, - "kratos_selfservice_methods_password_config_min_password_length": { - "description": "Configures the minimum length of passwords.\n\nThis governs the \"selfservice.methods.password.config.min_password_length\" setting.", - "format": "int64", - "type": "integer" - }, - "kratos_selfservice_methods_password_enabled": { - "description": "Configures whether Ory Kratos Password Method is enabled\n\nThis governs the \"selfservice.methods.password.enabled\" setting.", - "type": "boolean" - }, - "kratos_selfservice_methods_profile_enabled": { - "description": "Configures whether Ory Kratos Profile Method is enabled\n\nThis governs the \"selfservice.methods.profile.enabled\" setting.", - "type": "boolean" - }, - "kratos_selfservice_methods_totp_config_issuer": { - "description": "Configures Ory Kratos TOTP Issuer\n\nThis governs the \"selfservice.methods.totp.config.issuer\" setting.", - "type": "string" - }, - "kratos_selfservice_methods_totp_enabled": { - "description": "Configures whether Ory Kratos TOTP Method is enabled\n\nThis governs the \"selfservice.methods.totp.enabled\" setting.", - "type": "boolean" - }, - "kratos_selfservice_methods_webauthn_config_passwordless": { - "description": "Configures whether Ory Kratos Webauthn is used for passwordless flows\n\nThis governs the \"selfservice.methods.webauthn.config.passwordless\" setting.", - "type": "boolean" - }, - "kratos_selfservice_methods_webauthn_config_rp_display_name": { - "description": "Configures the Ory Kratos Webauthn RP Display Name\n\nThis governs the \"selfservice.methods.webauthn.config.rp.display_name\" setting.", - "type": "string" - }, - "kratos_selfservice_methods_webauthn_config_rp_icon": { - "description": "Configures the Ory Kratos Webauthn RP Icon\n\nThis governs the \"selfservice.methods.webauthn.config.rp.icon\" setting.\nDeprecated: This value will be ignored due to security considerations.", - "type": "string" - }, - "kratos_selfservice_methods_webauthn_config_rp_id": { - "description": "Configures the Ory Kratos Webauthn RP ID\n\nThis governs the \"selfservice.methods.webauthn.config.rp.id\" setting.", - "type": "string" - }, - "kratos_selfservice_methods_webauthn_config_rp_origins": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "kratos_selfservice_methods_webauthn_enabled": { - "description": "Configures whether Ory Kratos Webauthn is enabled\n\nThis governs the \"selfservice.methods.webauthn.enabled\" setting.", - "type": "boolean" - }, - "kratos_session_cookie_persistent": { - "description": "Configures the Ory Kratos Session Cookie Persistent Attribute\n\nThis governs the \"session.cookie.persistent\" setting.", - "type": "boolean" - }, - "kratos_session_cookie_same_site": { - "description": "Configures the Ory Kratos Session Cookie SameSite Attribute\n\nThis governs the \"session.cookie.same_site\" setting.", - "type": "string" - }, - "kratos_session_lifespan": { - "description": "Configures the Ory Kratos Session Lifespan\n\nThis governs the \"session.lifespan\" setting.", - "type": "string" - }, - "kratos_session_whoami_required_aal": { - "description": "Configures the Ory Kratos Session Whoami AAL requirement\n\nThis governs the \"session.whoami.required_aal\" setting.", - "type": "string" - }, - "kratos_session_whoami_tokenizer_templates": { - "$ref": "#/components/schemas/normalizedProjectRevisionTokenizerTemplates" - }, - "name": { - "description": "The project's name.", - "type": "string" - }, - "project_id": { - "description": "The Revision's Project ID", - "format": "uuid", - "type": "string" - }, - "project_revision_hooks": { - "$ref": "#/components/schemas/projectRevisionHooks" - }, - "serve_admin_cors_allowed_origins": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "serve_admin_cors_enabled": { - "description": "Enable CORS headers on all admin APIs\n\nThis governs the \"serve.admin.cors.enabled\" setting.", - "type": "boolean" - }, - "serve_public_cors_allowed_origins": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "serve_public_cors_enabled": { - "description": "Enable CORS headers on all public APIs\n\nThis governs the \"serve.public.cors.enabled\" setting.", - "type": "boolean" - }, - "strict_security": { - "description": "Whether the project should employ strict security measures. Setting this to true is recommended for going into production.", - "type": "boolean" - }, - "updated_at": { - "description": "Last Time Project's Revision was Updated", - "format": "date-time", - "readOnly": true, - "type": "string" - }, - "workspace_id": { - "format": "uuid", - "type": "string" - } - }, - "required": [ - "name", - "environment" - ], - "type": "object" - }, - "CreateSubscriptionCommon": { - "properties": { - "currency": { - "description": "\nusd USD\neur Euro", - "enum": [ - "usd", - "eur" - ], - "type": "string", - "x-go-enum-desc": "usd USD\neur Euro" - }, - "interval": { - "description": "\nmonthly Monthly\nyearly Yearly", - "enum": [ - "monthly", - "yearly" - ], - "type": "string", - "x-go-enum-desc": "monthly Monthly\nyearly Yearly" - }, - "plan": { - "type": "string" - }, - "return_to": { - "type": "string" - } - }, - "required": [ - "plan", - "interval" - ], - "type": "object" - }, - "CreateVerifiableCredentialRequestBody": { - "properties": { - "format": { - "type": "string" - }, - "proof": { - "$ref": "#/components/schemas/VerifiableCredentialProof" - }, - "types": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "title": "CreateVerifiableCredentialRequestBody contains the request body to request a verifiable credential.", - "type": "object" - }, - "CreateWorkspaceApiKeyBody": { - "properties": { - "name": { - "description": "The API Key Name\n\nA descriptive name for the API key.", - "type": "string" - } - }, - "required": [ - "name" - ], - "type": "object" - }, - "CreateWorkspaceMemberInviteBody": { - "description": "Create Workspace Invite Request Body", - "properties": { - "invitee_email": { - "description": "A email to invite", - "type": "string" - }, - "role": { - "description": "The role the user will have in the workspace\nowner WorkspaceMemberRoleOwner\ndeveloper WorkspaceMemberRoleDeveloper", - "enum": [ - "owner", - "developer" - ], - "type": "string", - "x-go-enum-desc": "owner WorkspaceMemberRoleOwner\ndeveloper WorkspaceMemberRoleDeveloper" - } - }, - "required": [ - "invitee_email", - "role" - ], - "type": "object" - }, - "CustomHostnameStatus": { - "title": "CustomHostnameStatus is the enumeration of valid state values in the CustomHostnameSSL.", - "type": "string" - }, - "DefaultError": {}, - "Duration": { - "description": "A Duration represents the elapsed time between two instants\nas an int64 nanosecond count. The representation limits the\nlargest representable duration to approximately 290 years.", - "format": "int64", - "type": "integer" - }, - "GenericUsage": { - "properties": { - "additional_price": { - "$ref": "#/components/schemas/Money" - }, - "included_usage": { - "description": "IncludedUsage is the number of included items.", - "format": "int64", - "type": "integer" - } - }, - "required": [ - "included_usage", - "additional_price" - ], - "title": "GenericUsage is the generic usage type that can be used for any feature.", - "type": "object" - }, - "ID": { - "format": "int64", - "type": "integer" - }, - "InvoiceDataV1": { - "properties": { - "billing_period": { - "$ref": "#/components/schemas/TimeInterval" - }, - "currency": { - "description": "The currency of the invoice.", - "readOnly": true, - "type": "string" - }, - "deleted": { - "description": "Deleted is true if the invoice has been soft-deleted.", - "readOnly": true, - "type": "boolean" - }, - "items": { - "description": "The items that are part of this invoice.", - "items": { - "$ref": "#/components/schemas/LineItemV1" - }, - "readOnly": true, - "type": "array" - }, - "plan": { - "description": "The plan that this invoice is based on, in the format \"Name@version\".", - "readOnly": true, - "type": "string" - }, - "stripe_invoice_item": { - "type": "string" - }, - "stripe_invoice_status": { - "$ref": "#/components/schemas/InvoiceStatus" - }, - "stripe_link": { - "description": "An optional link to the invoice on Stripe.", - "readOnly": true, - "type": "string" - }, - "subtitle": { - "description": "The subtitle of the invoice.", - "readOnly": true, - "type": "string" - }, - "tax": { - "$ref": "#/components/schemas/TaxLineItem" - }, - "title": { - "description": "The title of the invoice.", - "readOnly": true, - "type": "string" - }, - "total_in_cent": { - "$ref": "#/components/schemas/AmountInCent" - } - }, - "required": [ - "title", - "currency", - "total_in_cent", - "billing_period", - "items" - ], - "type": "object" - }, - "InvoiceStatus": { - "description": "The status of the invoice, one of `draft`, `open`, `paid`, `uncollectible`, or `void`. [Learn more](https://stripe.com/docs/billing/invoices/workflow#workflow-overview)", - "type": "string" - }, - "Invoices": { - "items": { - "$ref": "#/components/schemas/invoice" - }, - "type": "array" - }, - "JSONRawMessage": { - "title": "JSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger.", - "type": "object" - }, - "KetoNamespace": { - "properties": { - "id": { - "format": "int64", - "type": "integer" - }, - "name": { - "type": "string" - } - }, - "type": "object" - }, - "KetoNamespaces": { - "items": { - "$ref": "#/components/schemas/KetoNamespace" - }, - "type": "array" - }, - "LineItemV1": { - "properties": { - "amount_in_cent": { - "$ref": "#/components/schemas/AmountInCent" - }, - "description": { - "type": "string" - }, - "items": { - "description": "Each line item can have sub-items to create a hierarchy.", - "items": { - "$ref": "#/components/schemas/LineItemV1" - }, - "type": "array" - }, - "quantity": { - "format": "int64", - "type": "integer" - }, - "title": { - "type": "string" - }, - "unit_price": { - "type": "string" - } - }, - "type": "object" - }, - "Money": { - "properties": { - "Cents": { - "format": "int64", - "type": "integer" - }, - "String": { - "type": "string" - }, - "Unit": { - "type": "string" - } - }, - "type": "object" - }, - "NormalizedProjectRevisionCourierChannel": { - "properties": { - "channel_id": { - "description": "The Channel's public ID", - "type": "string" - }, - "created_at": { - "description": "The creation date", - "format": "date-time", - "readOnly": true, - "type": "string" - }, - "request_config_auth_config_api_key_in": { - "description": "API key location\n\nCan either be \"header\" or \"query\"", - "example": "header", - "type": "string" - }, - "request_config_auth_config_api_key_name": { - "description": "API key name\n\nOnly used if the auth type is api_key", - "type": "string" - }, - "request_config_auth_config_api_key_value": { - "description": "API key value\n\nOnly used if the auth type is api_key", - "type": "string" - }, - "request_config_auth_config_basic_auth_password": { - "description": "Basic Auth Password\n\nOnly used if the auth type is basic_auth", - "type": "string" - }, - "request_config_auth_config_basic_auth_user": { - "description": "Basic Auth Username\n\nOnly used if the auth type is basic_auth", - "type": "string" - }, - "request_config_auth_type": { - "description": "HTTP Auth Method to use for the HTTP call\n\nCan either be basic_auth or api_key\nbasic_auth CourierChannelAuthTypeBasicAuth\napi_key CourierChannelAuthTypeApiKey", - "enum": [ - "basic_auth", - "api_key" - ], - "type": "string", - "x-go-enum-desc": "basic_auth CourierChannelAuthTypeBasicAuth\napi_key CourierChannelAuthTypeApiKey" - }, - "request_config_body": { - "description": "URI pointing to the JsonNet template used for HTTP body payload generation.", - "type": "string" - }, - "request_config_headers": { - "$ref": "#/components/schemas/nullJsonRawMessage" - }, - "request_config_method": { - "description": "The HTTP method to use (GET, POST, etc) for the HTTP call", - "example": "POST", - "type": "string" - }, - "request_config_url": { - "type": "string" - }, - "updated_at": { - "description": "Last upate time", - "format": "date-time", - "readOnly": true, - "type": "string" - } - }, - "required": [ - "channel_id", - "request_config_method", - "request_config_body" - ], - "type": "object" - }, - "NullBool": { - "nullable": true, - "type": "boolean" - }, - "NullDuration": { - "nullable": true, - "pattern": "^[0-9]+(ns|us|ms|s|m|h)$", - "type": "string" - }, - "NullInt": { - "nullable": true, - "type": "integer" - }, - "NullString": { - "nullable": true, - "type": "string" - }, - "NullTime": { - "format": "date-time", - "nullable": true, - "type": "string" - }, - "NullUUID": { - "format": "uuid4", - "nullable": true, - "type": "string" - }, - "OAuth2LoginChallengeParams": { - "type": "object" - }, - "OrganizationBody": { - "description": "Create B2B SSO Organization Request Body", - "properties": { - "domains": { - "description": "Domains contains the list of organization's domains.", - "items": { - "type": "string" - }, - "type": "array" - }, - "label": { - "description": "Label contains the organization's label.", - "type": "string" - } - }, - "type": "object" - }, - "ParseError": { - "properties": { - "end": { - "$ref": "#/components/schemas/SourcePosition" - }, - "message": { - "type": "string" - }, - "start": { - "$ref": "#/components/schemas/SourcePosition" - } - }, - "type": "object" - }, - "Plan": { - "properties": { - "name": { - "description": "Name is the name of the plan.", - "type": "string" - }, - "version": { - "description": "Version is the version of the plan. The combination of `name@version` must be unique.", - "format": "int64", - "type": "integer" - } - }, - "required": [ - "name", - "version" - ], - "type": "object" - }, - "PlanDetails": { - "properties": { - "base_fee_monthly": { - "description": "BaseFeeMonthly is the monthly base fee for the plan.", - "format": "int64", - "type": "integer" - }, - "base_fee_yearly": { - "description": "BaseFeeYearly is the yearly base fee for the plan.", - "format": "int64", - "type": "integer" - }, - "custom": { - "description": "Custom is true if the plan is custom. This means it will be hidden from the pricing page.", - "type": "boolean" - }, - "description": { - "description": "Description is the description of the plan.", - "type": "string" - }, - "features": { - "$ref": "#/components/schemas/PlanFeatures" - }, - "latest": { - "description": "Latest is true if the plan is the latest version of a plan and should be available for self-service usage.", - "type": "boolean" - }, - "name": { - "description": "Name is the name of the plan.", - "type": "string" - }, - "version": { - "description": "Version is the version of the plan. The combination of `name@version` must be unique.", - "format": "int64", - "type": "integer" - } - }, - "required": [ - "name", - "version", - "description", - "custom", - "base_fee_monthly", - "base_fee_yearly", - "features" - ], - "type": "object" - }, - "PlanFeatures": { - "additionalProperties": { - "$ref": "#/components/schemas/GenericUsage" - }, - "title": "Features are the feature definitions included in the plan.", - "type": "object" - }, - "Pricing": { - "items": { - "$ref": "#/components/schemas/PlanDetails" - }, - "type": "array" - }, - "ProjectEventsDatapoint": { - "properties": { - "attributes": { - "description": "Event attributes with details", - "items": { - "$ref": "#/components/schemas/Attribute" - }, - "type": "array" - }, - "name": { - "description": "Name of the event", - "type": "string" - }, - "timestamp": { - "description": "Time of occurence", - "format": "date-time", - "type": "string" - } - }, - "required": [ - "name", - "timestamp", - "attributes" - ], - "type": "object" - }, - "RFC6749ErrorJson": { - "properties": { - "error": { - "type": "string" - }, - "error_debug": { - "type": "string" - }, - "error_description": { - "type": "string" - }, - "error_hint": { - "type": "string" - }, - "status_code": { - "format": "int64", - "type": "integer" - } - }, - "title": "RFC6749ErrorJson is a helper struct for JSON encoding/decoding of RFC6749Error.", - "type": "object" - }, - "RecoveryAddressType": { - "title": "RecoveryAddressType must not exceed 16 characters as that is the limitation in the SQL Schema.", - "type": "string" - }, - "SessionActivityDatapoint": { - "properties": { - "country": { - "description": "Country of the events", - "type": "string" - }, - "failed": { - "description": "Number of events that failed in the given timeframe", - "format": "int64", - "type": "integer" - }, - "succeeded": { - "description": "Number of events that succeeded in the given timeframe", - "format": "int64", - "type": "integer" - } - }, - "required": [ - "succeeded", - "failed", - "country" - ], - "type": "object" - }, - "SourcePosition": { - "properties": { - "Line": { - "format": "int64", - "type": "integer" - }, - "column": { - "format": "int64", - "type": "integer" - } - }, - "type": "object" - }, - "String": { - "$ref": "#/components/schemas/NullString" - }, - "StringSliceJSONFormat": { - "items": { - "type": "string" - }, - "title": "StringSliceJSONFormat represents []string{} which is encoded to/from JSON for SQL storage.", - "type": "array" - }, - "SubscriptionStatus": { - "description": "For `collection_method=charge_automatically` a subscription moves into `incomplete` if the initial payment attempt fails. A subscription in this status can only have metadata and default_source updated. Once the first invoice is paid, the subscription moves into an `active` status. If the first invoice is not paid within 23 hours, the subscription transitions to `incomplete_expired`. This is a terminal status, the open invoice will be voided and no further invoices will be generated.\n\nA subscription that is currently in a trial period is `trialing` and moves to `active` when the trial period is over.\n\nA subscription can only enter a `paused` status [when a trial ends without a payment method](https://stripe.com/billing/subscriptions/trials#create-free-trials-without-payment). A `paused` subscription doesn't generate invoices and can be resumed after your customer adds their payment method. The `paused` status is different from [pausing collection](https://stripe.com/billing/subscriptions/pause-payment), which still generates invoices and leaves the subscription's status unchanged.\n\nIf subscription `collection_method=charge_automatically`, it becomes `past_due` when payment is required but cannot be paid (due to failed payment or awaiting additional user actions). Once Stripe has exhausted all payment retry attempts, the subscription will become `canceled` or `unpaid` (depending on your subscriptions settings).\n\nIf subscription `collection_method=send_invoice` it becomes `past_due` when its invoice is not paid by the due date, and `canceled` or `unpaid` if it is still not paid by an additional deadline after that. Note that when a subscription has a status of `unpaid`, no subsequent invoices will be attempted (invoices will be created, but then immediately automatically closed). After receiving updated payment information from a customer, you may choose to reopen and pay their closed invoices.", - "title": "Possible values are `incomplete`, `incomplete_expired`, `trialing`, `active`, `past_due`, `canceled`, `unpaid`, or `paused`.", - "type": "string" - }, - "TaxLineItem": { - "properties": { - "amount_in_cent": { - "$ref": "#/components/schemas/AmountInCent" - }, - "title": { - "type": "string" - } - }, - "type": "object" - }, - "Time": { - "format": "date-time", - "type": "string" - }, - "TimeInterval": { - "properties": { - "end": { - "description": "The end of the time period.", - "format": "date-time", - "type": "string" - }, - "start": { - "description": "The start of the time period.", - "format": "date-time", - "type": "string" - } - }, - "required": [ - "start", - "end" - ], - "type": "object" - }, - "UUID": { - "format": "uuid4", - "type": "string" - }, - "Usage": { - "properties": { - "GenericUsage": { - "$ref": "#/components/schemas/GenericUsage" - } - }, - "type": "object" - }, - "VerifiableCredentialProof": { - "properties": { - "jwt": { - "type": "string" - }, - "proof_type": { - "type": "string" - } - }, - "title": "VerifiableCredentialProof contains the proof of a verifiable credential.", - "type": "object" - }, - "Warning": { - "properties": { - "code": { - "format": "int64", - "type": "integer" - }, - "message": { - "type": "string" - } - }, - "type": "object" - }, - "acceptOAuth2ConsentRequest": { - "properties": { - "context": { - "$ref": "#/components/schemas/JSONRawMessage" - }, - "grant_access_token_audience": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "grant_scope": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "handled_at": { - "$ref": "#/components/schemas/nullTime" - }, - "remember": { - "description": "Remember, if set to true, tells ORY Hydra to remember this consent authorization and reuse it if the same\nclient asks the same user for the same, or a subset of, scope.", - "type": "boolean" - }, - "remember_for": { - "description": "RememberFor sets how long the consent authorization should be remembered for in seconds. If set to `0`, the\nauthorization will be remembered indefinitely.", - "format": "int64", - "type": "integer" - }, - "session": { - "$ref": "#/components/schemas/acceptOAuth2ConsentRequestSession" - } - }, - "title": "The request payload used to accept a consent request.", - "type": "object" - }, - "acceptOAuth2ConsentRequestSession": { - "properties": { - "access_token": { - "description": "AccessToken sets session data for the access and refresh token, as well as any future tokens issued by the\nrefresh grant. Keep in mind that this data will be available to anyone performing OAuth 2.0 Challenge Introspection.\nIf only your services can perform OAuth 2.0 Challenge Introspection, this is usually fine. But if third parties\ncan access that endpoint as well, sensitive data from the session might be exposed to them. Use with care!" - }, - "id_token": { - "description": "IDToken sets session data for the OpenID Connect ID token. Keep in mind that the session'id payloads are readable\nby anyone that has access to the ID Challenge. Use with care!" - } - }, - "title": "Pass session data to a consent request.", - "type": "object" - }, - "acceptOAuth2LoginRequest": { - "properties": { - "acr": { - "description": "ACR sets the Authentication AuthorizationContext Class Reference value for this authentication session. You can use it\nto express that, for example, a user authenticated using two factor authentication.", - "type": "string" - }, - "amr": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "context": { - "$ref": "#/components/schemas/JSONRawMessage" - }, - "extend_session_lifespan": { - "description": "Extend OAuth2 authentication session lifespan\n\nIf set to `true`, the OAuth2 authentication cookie lifespan is extended. This is for example useful if you want the user to be able to use `prompt=none` continuously.\n\nThis value can only be set to `true` if the user has an authentication, which is the case if the `skip` value is `true`.", - "type": "boolean" - }, - "force_subject_identifier": { - "description": "ForceSubjectIdentifier forces the \"pairwise\" user ID of the end-user that authenticated. The \"pairwise\" user ID refers to the\n(Pairwise Identifier Algorithm)[http://openid.net/specs/openid-connect-core-1_0.html#PairwiseAlg] of the OpenID\nConnect specification. It allows you to set an obfuscated subject (\"user\") identifier that is unique to the client.\n\nPlease note that this changes the user ID on endpoint /userinfo and sub claim of the ID Token. It does not change the\nsub claim in the OAuth 2.0 Introspection.\n\nPer default, ORY Hydra handles this value with its own algorithm. In case you want to set this yourself\nyou can use this field. Please note that setting this field has no effect if `pairwise` is not configured in\nORY Hydra or the OAuth 2.0 Client does not expect a pairwise identifier (set via `subject_type` key in the client's\nconfiguration).\n\nPlease also be aware that ORY Hydra is unable to properly compute this value during authentication. This implies\nthat you have to compute this value on every authentication process (probably depending on the client ID or some\nother unique value).\n\nIf you fail to compute the proper value, then authentication processes which have id_token_hint set might fail.", - "type": "string" - }, - "identity_provider_session_id": { - "description": "IdentityProviderSessionID is the session ID of the end-user that authenticated.\nIf specified, we will use this value to propagate the logout.", - "type": "string" - }, - "remember": { - "description": "Remember, if set to true, tells ORY Hydra to remember this user by telling the user agent (browser) to store\na cookie with authentication data. If the same user performs another OAuth 2.0 Authorization Request, he/she\nwill not be asked to log in again.", - "type": "boolean" - }, - "remember_for": { - "description": "RememberFor sets how long the authentication should be remembered for in seconds. If set to `0`, the\nauthorization will be remembered for the duration of the browser session (using a session cookie).", - "format": "int64", - "type": "integer" - }, - "subject": { - "description": "Subject is the user ID of the end-user that authenticated.", - "type": "string" - } - }, - "required": [ - "subject" - ], - "title": "HandledLoginRequest is the request payload used to accept a login request.", - "type": "object" - }, - "accountExperienceConfiguration": { - "properties": { - "account_experience_theme_stylesheet": { - "type": "string" - }, - "favicon_type": { - "type": "string" - }, - "favicon_url": { - "type": "string" - }, - "kratos_selfservice_flows_recovery_enabled": { - "type": "boolean" - }, - "kratos_selfservice_flows_registration_enabled": { - "type": "boolean" - }, - "kratos_selfservice_flows_verification_enabled": { - "type": "boolean" - }, - "logo_url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "organization_map": { - "additionalProperties": { - "type": "string" - }, - "type": "object" - } - }, - "type": "object" - }, - "accountExperienceThemeVariables": { - "properties": { - "accent": { - "type": "string" - }, - "bg-default": { - "type": "string" - }, - "border-radius-branding": { - "type": "string" - }, - "border-radius-buttons": { - "type": "string" - }, - "border-radius-cards": { - "type": "string" - }, - "border-radius-forms": { - "type": "string" - }, - "border-radius-general": { - "type": "string" - }, - "button-primary-bg-default": { - "type": "string" - }, - "button-primary-bg-disabled": { - "type": "string" - }, - "button-primary-bg-hover": { - "type": "string" - }, - "button-primary-border-default": { - "type": "string" - }, - "button-primary-border-disabled": { - "type": "string" - }, - "button-primary-border-hover": { - "type": "string" - }, - "button-primary-fg-default": { - "type": "string" - }, - "button-primary-fg-disabled": { - "type": "string" - }, - "button-primary-fg-hover": { - "type": "string" - }, - "button-secondary-bg-default": { - "type": "string" - }, - "button-secondary-bg-disabled": { - "type": "string" - }, - "button-secondary-bg-hover": { - "type": "string" - }, - "button-secondary-border-default": { - "type": "string" - }, - "button-secondary-border-disabled": { - "type": "string" - }, - "button-secondary-border-hover": { - "type": "string" - }, - "button-secondary-fg-default": { - "type": "string" - }, - "button-secondary-fg-disabled": { - "type": "string" - }, - "button-secondary-fg-hover": { - "type": "string" - }, - "button-social-bg-default": { - "type": "string" - }, - "button-social-bg-disabled": { - "type": "string" - }, - "button-social-bg-hover": { - "type": "string" - }, - "button-social-bg-provider": { - "type": "string" - }, - "button-social-border-default": { - "type": "string" - }, - "button-social-border-disabled": { - "type": "string" - }, - "button-social-border-hover": { - "type": "string" - }, - "button-social-border-provider": { - "type": "string" - }, - "button-social-fg-default": { - "type": "string" - }, - "button-social-fg-disabled": { - "type": "string" - }, - "button-social-fg-hover": { - "type": "string" - }, - "button-social-fg-provider": { - "type": "string" - }, - "created_at": { - "format": "date-time", - "type": "string" - }, - "dialog-bg-default": { - "type": "string" - }, - "dialog-bg-subtle": { - "type": "string" - }, - "dialog-border-default": { - "type": "string" - }, - "dialog-fg-default": { - "type": "string" - }, - "dialog-fg-mute": { - "type": "string" - }, - "dialog-fg-subtle": { - "type": "string" - }, - "forms-bg-default": { - "type": "string" - }, - "forms-bg-disabled": { - "type": "string" - }, - "forms-bg-hover": { - "type": "string" - }, - "forms-border-default": { - "type": "string" - }, - "forms-border-disabled": { - "type": "string" - }, - "forms-border-error": { - "type": "string" - }, - "forms-border-focus": { - "type": "string" - }, - "forms-border-hover": { - "type": "string" - }, - "forms-border-success": { - "type": "string" - }, - "forms-border-warn": { - "type": "string" - }, - "forms-checkbox-bg-checked": { - "type": "string" - }, - "forms-checkbox-bg-default": { - "type": "string" - }, - "forms-checkbox-border-checked": { - "type": "string" - }, - "forms-checkbox-border-default": { - "type": "string" - }, - "forms-checkbox-fg-checked": { - "type": "string" - }, - "forms-checkbox-fg-default": { - "type": "string" - }, - "forms-fg-default": { - "type": "string" - }, - "forms-fg-error": { - "type": "string" - }, - "forms-fg-mute": { - "type": "string" - }, - "forms-fg-subtle": { - "type": "string" - }, - "forms-fg-success": { - "type": "string" - }, - "forms-fg-warn": { - "type": "string" - }, - "forms-radio-bg-checked": { - "type": "string" - }, - "forms-radio-bg-default": { - "type": "string" - }, - "forms-radio-border-checked": { - "type": "string" - }, - "forms-radio-border-default": { - "type": "string" - }, - "forms-radio-fg-checked": { - "type": "string" - }, - "forms-radio-fg-default": { - "type": "string" - }, - "forms-toggle-bg-checked": { - "type": "string" - }, - "forms-toggle-bg-default": { - "type": "string" - }, - "forms-toggle-border-checked": { - "type": "string" - }, - "forms-toggle-border-default": { - "type": "string" - }, - "forms-toggle-fg-checked": { - "type": "string" - }, - "forms-toggle-fg-default": { - "type": "string" - }, - "id": { - "format": "uuid", - "type": "string" - }, - "links-link-default": { - "type": "string" - }, - "links-link-disabled": { - "type": "string" - }, - "links-link-hover": { - "type": "string" - }, - "links-link-inverted-default": { - "type": "string" - }, - "links-link-inverted-hover": { - "type": "string" - }, - "links-link-mute-default": { - "type": "string" - }, - "links-link-mute-hover": { - "type": "string" - }, - "syntax-syntax": { - "type": "string" - }, - "syntax-syntax-key": { - "type": "string" - }, - "syntax-syntax-num": { - "type": "string" - }, - "syntax-syntax-value": { - "type": "string" - }, - "updated_at": { - "format": "date-time", - "type": "string" - } - }, - "type": "object" - }, - "activeProjectInConsole": { - "description": "The Active Project ID", - "properties": { - "project_id": { - "description": "The Active Project ID\n\nformat: uuid", - "type": "string" - } - }, - "type": "object" - }, - "addProjectToWorkspaceBody": { - "properties": { - "environment": { - "description": "The environment of the project in the workspace. Can be one of \"prod\" or\n\"dev\". Note that the number of projects in the \"prod\" environment is limited\ndepending on the subscription.\nprod Production\nstage Staging\ndev Development", - "enum": [ - "prod", - "stage", - "dev" - ], - "type": "string", - "x-go-enum-desc": "prod Production\nstage Staging\ndev Development" - }, - "project_subscription": { - "description": "The action to take with the project subscription. Can be one of \"migrate\", and\n\"ignore\". \"migrate\" will migrate the project subscription to the workspace.\n\"ignore\" will ignore the project subscription.\nmigrate ProjectSubscriptionActionMigrate ProjectSubscriptionActionMigrate will migrate the project subscription to the workspace.\nignore ProjectSubscriptionActionIgnore ProjectSubscriptionActionIgnore will ignore the project subscription.", - "enum": [ - "migrate", - "ignore" - ], - "type": "string", - "x-go-enum-desc": "migrate ProjectSubscriptionActionMigrate ProjectSubscriptionActionMigrate will migrate the project subscription to the workspace.\nignore ProjectSubscriptionActionIgnore ProjectSubscriptionActionIgnore will ignore the project subscription." - } - }, - "required": [ - "project_subscription", - "environment" - ], - "title": "AddProjectToWorkspaceBody contains the options for migrating a project to a workspace.", - "type": "object" - }, - "authenticatorAssuranceLevel": { - "description": "The authenticator assurance level can be one of \"aal1\", \"aal2\", or \"aal3\". A higher number means that it is harder\nfor an attacker to compromise the account.\n\nGenerally, \"aal1\" implies that one authentication factor was used while AAL2 implies that two factors (e.g.\npassword + TOTP) have been used.\n\nTo learn more about these levels please head over to: https://www.ory.sh/kratos/docs/concepts/credentials", - "enum": [ - "aal0", - "aal1", - "aal2", - "aal3" - ], - "title": "Authenticator Assurance Level (AAL)", - "type": "string" - }, - "batchCheckPermissionBody": { - "description": "Batch Check Permission Body", - "properties": { - "tuples": { - "items": { - "$ref": "#/components/schemas/relationship" - }, - "type": "array" - } - }, - "type": "object" - }, - "batchCheckPermissionResult": { - "description": "Batch Check Permission Result", - "properties": { - "results": { - "description": "An array of check results. The order aligns with the input order.", - "items": { - "$ref": "#/components/schemas/checkPermissionResultWithError" - }, - "type": "array" - } - }, - "required": [ - "results" - ], - "type": "object" - }, - "batchPatchIdentitiesResponse": { - "description": "Patch identities response", - "properties": { - "identities": { - "description": "The patch responses for the individual identities.", - "items": { - "$ref": "#/components/schemas/identityPatchResponse" - }, - "type": "array" - } - }, - "type": "object" - }, - "checkOplSyntaxBody": { - "description": "Ory Permission Language Document", - "type": "string" - }, - "checkOplSyntaxResult": { - "properties": { - "errors": { - "description": "The list of syntax errors", - "items": { - "$ref": "#/components/schemas/ParseError" - }, - "type": "array" - } - }, - "title": "CheckOPLSyntaxResponse represents the response for an OPL syntax check request.", - "type": "object" - }, - "checkPermissionResult": { - "description": "The content of the allowed field is mirrored in the HTTP status code.", - "properties": { - "allowed": { - "description": "whether the relation tuple is allowed", - "type": "boolean" - } - }, - "required": [ - "allowed" - ], - "title": "Check Permission Result", - "type": "object" - }, - "checkPermissionResultWithError": { - "description": "Check Permission Result With Error", - "properties": { - "allowed": { - "description": "whether the relation tuple is allowed", - "type": "boolean" - }, - "error": { - "description": "any error generated while checking the relation tuple", - "type": "string" - } - }, - "required": [ - "allowed" - ], - "type": "object" - }, - "cloudAccount": { - "properties": { - "email": { - "type": "string" - }, - "email_verified": { - "type": "boolean" - }, - "id": { - "format": "uuid", - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "email", - "email_verified", - "name" - ], - "type": "object" - }, - "consistencyRequestParameters": { - "description": "Control API consistency guarantees", - "properties": { - "consistency": { - "description": "Read Consistency Level (preview)\n\nThe read consistency level determines the consistency guarantee for reads:\n\nstrong (slow): The read is guaranteed to return the most recent data committed at the start of the read.\neventual (very fast): The result will return data that is about 4.8 seconds old.\n\nThe default consistency guarantee can be changed in the Ory Network Console or using the Ory CLI with\n`ory patch project --replace '/previews/default_read_consistency_level=\"strong\"'`.\n\nSetting the default consistency level to `eventual` may cause regressions in the future as we add consistency\ncontrols to more APIs. Currently, the following APIs will be affected by this setting:\n\n`GET /admin/identities`\n\nThis feature is in preview and only available in Ory Network.\n ConsistencyLevelUnset ConsistencyLevelUnset is the unset / default consistency level.\nstrong ConsistencyLevelStrong ConsistencyLevelStrong is the strong consistency level.\neventual ConsistencyLevelEventual ConsistencyLevelEventual is the eventual consistency level using follower read timestamps.", - "enum": [ - "", - "strong", - "eventual" - ], - "type": "string", - "x-go-enum-desc": " ConsistencyLevelUnset ConsistencyLevelUnset is the unset / default consistency level.\nstrong ConsistencyLevelStrong ConsistencyLevelStrong is the strong consistency level.\neventual ConsistencyLevelEventual ConsistencyLevelEventual is the eventual consistency level using follower read timestamps." - } - }, - "type": "object" - }, - "continueWith": { - "discriminator": { - "mapping": { - "redirect_browser_to": "#/components/schemas/continueWithRedirectBrowserTo", - "set_ory_session_token": "#/components/schemas/continueWithSetOrySessionToken", - "show_recovery_ui": "#/components/schemas/continueWithRecoveryUi", - "show_settings_ui": "#/components/schemas/continueWithSettingsUi", - "show_verification_ui": "#/components/schemas/continueWithVerificationUi" - }, - "propertyName": "action" - }, - "oneOf": [ - { - "$ref": "#/components/schemas/continueWithVerificationUi" - }, - { - "$ref": "#/components/schemas/continueWithSetOrySessionToken" - }, - { - "$ref": "#/components/schemas/continueWithSettingsUi" - }, - { - "$ref": "#/components/schemas/continueWithRecoveryUi" - }, - { - "$ref": "#/components/schemas/continueWithRedirectBrowserTo" - } - ] - }, - "continueWithRecoveryUi": { - "description": "Indicates, that the UI flow could be continued by showing a recovery ui", - "properties": { - "action": { - "description": "Action will always be `show_recovery_ui`\nshow_recovery_ui ContinueWithActionShowRecoveryUIString", - "enum": [ - "show_recovery_ui" - ], - "type": "string", - "x-go-enum-desc": "show_recovery_ui ContinueWithActionShowRecoveryUIString" - }, - "flow": { - "$ref": "#/components/schemas/continueWithRecoveryUiFlow" - } - }, - "required": [ - "action", - "flow" - ], - "type": "object" - }, - "continueWithRecoveryUiFlow": { - "properties": { - "id": { - "description": "The ID of the recovery flow", - "format": "uuid", - "type": "string" - }, - "url": { - "description": "The URL of the recovery flow\n\nIf this value is set, redirect the user's browser to this URL. This value is typically unset for native clients / API flows.", - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object" - }, - "continueWithRedirectBrowserTo": { - "description": "Indicates, that the UI flow could be continued by showing a recovery ui", - "properties": { - "action": { - "description": "Action will always be `redirect_browser_to`\nredirect_browser_to ContinueWithActionRedirectBrowserToString", - "enum": [ - "redirect_browser_to" - ], - "type": "string", - "x-go-enum-desc": "redirect_browser_to ContinueWithActionRedirectBrowserToString" - }, - "redirect_browser_to": { - "description": "The URL to redirect the browser to", - "type": "string" - } - }, - "required": [ - "action", - "redirect_browser_to" - ], - "type": "object" - }, - "continueWithSetOrySessionToken": { - "description": "Indicates that a session was issued, and the application should use this token for authenticated requests", - "properties": { - "action": { - "description": "Action will always be `set_ory_session_token`\nset_ory_session_token ContinueWithActionSetOrySessionTokenString", - "enum": [ - "set_ory_session_token" - ], - "type": "string", - "x-go-enum-desc": "set_ory_session_token ContinueWithActionSetOrySessionTokenString" - }, - "ory_session_token": { - "description": "Token is the token of the session", - "type": "string" - } - }, - "required": [ - "action", - "ory_session_token" - ], - "type": "object" - }, - "continueWithSettingsUi": { - "description": "Indicates, that the UI flow could be continued by showing a settings ui", - "properties": { - "action": { - "description": "Action will always be `show_settings_ui`\nshow_settings_ui ContinueWithActionShowSettingsUIString", - "enum": [ - "show_settings_ui" - ], - "type": "string", - "x-go-enum-desc": "show_settings_ui ContinueWithActionShowSettingsUIString" - }, - "flow": { - "$ref": "#/components/schemas/continueWithSettingsUiFlow" - } - }, - "required": [ - "action", - "flow" - ], - "type": "object" - }, - "continueWithSettingsUiFlow": { - "properties": { - "id": { - "description": "The ID of the settings flow", - "format": "uuid", - "type": "string" - }, - "url": { - "description": "The URL of the settings flow\n\nIf this value is set, redirect the user's browser to this URL. This value is typically unset for native clients / API flows.", - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object" - }, - "continueWithVerificationUi": { - "description": "Indicates, that the UI flow could be continued by showing a verification ui", - "properties": { - "action": { - "description": "Action will always be `show_verification_ui`\nshow_verification_ui ContinueWithActionShowVerificationUIString", - "enum": [ - "show_verification_ui" - ], - "type": "string", - "x-go-enum-desc": "show_verification_ui ContinueWithActionShowVerificationUIString" - }, - "flow": { - "$ref": "#/components/schemas/continueWithVerificationUiFlow" - } - }, - "required": [ - "action", - "flow" - ], - "type": "object" - }, - "continueWithVerificationUiFlow": { - "properties": { - "id": { - "description": "The ID of the verification flow", - "format": "uuid", - "type": "string" - }, - "url": { - "description": "The URL of the verification flow\n\nIf this value is set, redirect the user's browser to this URL. This value is typically unset for native clients / API flows.", - "type": "string" - }, - "verifiable_address": { - "description": "The address that should be verified in this flow", - "type": "string" - } - }, - "required": [ - "id", - "verifiable_address" - ], - "type": "object" - }, - "courierMessageStatus": { - "description": "A Message's Status", - "enum": [ - "queued", - "sent", - "processing", - "abandoned" - ], - "type": "string" - }, - "courierMessageType": { - "description": "It can either be `email` or `phone`", - "enum": [ - "email", - "phone" - ], - "title": "A Message's Type", - "type": "string" - }, - "createCustomDomainBody": { - "description": "Create Custom Hostname Request Body", - "properties": { - "cookie_domain": { - "description": "The domain where cookies will be set. Has to be a parent domain of the custom hostname to work.", - "type": "string" - }, - "cors_allowed_origins": { - "description": "CORS Allowed origins for the custom hostname.", - "items": { - "type": "string" - }, - "type": "array" - }, - "cors_enabled": { - "description": "CORS Enabled for the custom hostname.", - "type": "boolean" - }, - "custom_ui_base_url": { - "description": "The base URL where the custom user interface will be exposed.", - "type": "string" - }, - "hostname": { - "description": "The custom hostname where the API will be exposed.", - "type": "string" - } - }, - "type": "object" - }, - "createEventStreamBody": { - "description": "Create Event Stream Request Body", - "properties": { - "role_arn": { - "description": "The AWS IAM role ARN to assume when publishing to the SNS topic.", - "type": "string" - }, - "topic_arn": { - "description": "The AWS SNS topic ARN.", - "type": "string" - }, - "type": { - "description": "The type of the event stream (AWS SNS, GCP Pub/Sub, etc).", - "enum": [ - "sns" - ], - "type": "string" - } - }, - "required": [ - "type", - "topic_arn", - "role_arn" - ], - "type": "object" - }, - "createIdentityBody": { - "description": "Create Identity Body", - "properties": { - "credentials": { - "$ref": "#/components/schemas/identityWithCredentials" - }, - "metadata_admin": { - "description": "Store metadata about the user which is only accessible through admin APIs such as `GET /admin/identities/\u003cid\u003e`." - }, - "metadata_public": { - "description": "Store metadata about the identity which the identity itself can see when calling for example the\nsession endpoint. Do not store sensitive information (e.g. credit score) about the identity in this field." - }, - "recovery_addresses": { - "description": "RecoveryAddresses contains all the addresses that can be used to recover an identity.\n\nUse this structure to import recovery addresses for an identity. Please keep in mind\nthat the address needs to be represented in the Identity Schema or this field will be overwritten\non the next identity update.", - "items": { - "$ref": "#/components/schemas/recoveryIdentityAddress" - }, - "type": "array" - }, - "schema_id": { - "description": "SchemaID is the ID of the JSON Schema to be used for validating the identity's traits.", - "type": "string" - }, - "state": { - "description": "State is the identity's state.\nactive StateActive\ninactive StateInactive", - "enum": [ - "active", - "inactive" - ], - "type": "string", - "x-go-enum-desc": "active StateActive\ninactive StateInactive" - }, - "traits": { - "description": "Traits represent an identity's traits. The identity is able to create, modify, and delete traits\nin a self-service manner. The input will always be validated against the JSON Schema defined\nin `schema_url`.", - "type": "object" - }, - "verifiable_addresses": { - "description": "VerifiableAddresses contains all the addresses that can be verified by the user.\n\nUse this structure to import verified addresses for an identity. Please keep in mind\nthat the address needs to be represented in the Identity Schema or this field will be overwritten\non the next identity update.", - "items": { - "$ref": "#/components/schemas/verifiableIdentityAddress" - }, - "type": "array" - } - }, - "required": [ - "schema_id", - "traits" - ], - "type": "object" - }, - "createJsonWebKeySet": { - "description": "Create JSON Web Key Set Request Body", - "properties": { - "alg": { - "description": "JSON Web Key Algorithm\n\nThe algorithm to be used for creating the key. Supports `RS256`, `ES256`, `ES512`, `HS512`, and `HS256`.", - "type": "string" - }, - "kid": { - "description": "JSON Web Key ID\n\nThe Key ID of the key to be created.", - "type": "string" - }, - "use": { - "description": "JSON Web Key Use\n\nThe \"use\" (public key use) parameter identifies the intended use of\nthe public key. The \"use\" parameter is employed to indicate whether\na public key is used for encrypting data or verifying the signature\non data. Valid values are \"enc\" and \"sig\".", - "type": "string" - } - }, - "required": [ - "alg", - "use", - "kid" - ], - "type": "object" - }, - "createMemberInviteResponse": { - "$ref": "#/components/schemas/CreateInviteResponse" - }, - "createProjectBody": { - "description": "Create Project Request Body", - "properties": { - "environment": { - "description": "The environment of the project.\nprod Production\nstage Staging\ndev Development", - "enum": [ - "prod", - "stage", - "dev" - ], - "type": "string", - "x-go-enum-desc": "prod Production\nstage Staging\ndev Development" - }, - "home_region": { - "description": "Home Region\n\nThe home region of the project. This is the region where the project will be created.\neu-central EUCentral\nus-east USEast\nus-west USWest\nus US\nglobal Global", - "enum": [ - "eu-central", - "us-east", - "us-west", - "us", - "global" - ], - "type": "string", - "x-go-enum-desc": "eu-central EUCentral\nus-east USEast\nus-west USWest\nus US\nglobal Global" - }, - "name": { - "description": "The name of the project to be created", - "type": "string" - }, - "workspace_id": { - "description": "The workspace to create the project in.", - "format": "uuid", - "type": "string" - } - }, - "required": [ - "name", - "environment" - ], - "type": "object" - }, - "createProjectBranding": { - "description": "Create a Project Branding", - "properties": { - "favicon_type": { - "type": "string" - }, - "favicon_url": { - "type": "string" - }, - "logo_type": { - "type": "string" - }, - "logo_url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "theme": { - "$ref": "#/components/schemas/projectBrandingColors" - } - }, - "type": "object" - }, - "createRecoveryCodeForIdentityBody": { - "description": "Create Recovery Code for Identity Request Body", - "properties": { - "expires_in": { - "description": "Code Expires In\n\nThe recovery code will expire after that amount of time has passed. Defaults to the configuration value of\n`selfservice.methods.code.config.lifespan`.", - "pattern": "^([0-9]+(ns|us|ms|s|m|h))*$", - "type": "string" - }, - "flow_type": { - "$ref": "#/components/schemas/selfServiceFlowType" - }, - "identity_id": { - "description": "Identity to Recover\n\nThe identity's ID you wish to recover.", - "format": "uuid", - "type": "string" - } - }, - "required": [ - "identity_id" - ], - "type": "object" - }, - "createRecoveryLinkForIdentityBody": { - "description": "Create Recovery Link for Identity Request Body", - "properties": { - "expires_in": { - "description": "Link Expires In\n\nThe recovery link will expire after that amount of time has passed. Defaults to the configuration value of\n`selfservice.methods.code.config.lifespan`.", - "pattern": "^[0-9]+(ns|us|ms|s|m|h)$", - "type": "string" - }, - "identity_id": { - "description": "Identity to Recover\n\nThe identity's ID you wish to recover.", - "format": "uuid", - "type": "string" - } - }, - "required": [ - "identity_id" - ], - "type": "object" - }, - "createRelationshipBody": { - "description": "Create Relationship Request Body", - "properties": { - "namespace": { - "description": "Namespace to query", - "type": "string" - }, - "object": { - "description": "Object to query", - "type": "string" - }, - "relation": { - "description": "Relation to query", - "type": "string" - }, - "subject_id": { - "description": "SubjectID to query\n\nEither SubjectSet or SubjectID can be provided.", - "type": "string" - }, - "subject_set": { - "$ref": "#/components/schemas/subjectSet" - } - }, - "type": "object" - }, - "createSubscriptionBody": { - "properties": { - "currency": { - "description": "\nusd USD\neur Euro", - "enum": [ - "usd", - "eur" - ], - "type": "string", - "x-go-enum-desc": "usd USD\neur Euro" - }, - "interval": { - "description": "\nmonthly Monthly\nyearly Yearly", - "enum": [ - "monthly", - "yearly" - ], - "type": "string", - "x-go-enum-desc": "monthly Monthly\nyearly Yearly" - }, - "plan": { - "type": "string" - }, - "provision_first_project": { - "format": "uuid", - "type": "string" - }, - "return_to": { - "type": "string" - } - }, - "required": [ - "plan", - "interval", - "provision_first_project" - ], - "type": "object" - }, - "createWorkspaceBody": { - "properties": { - "name": { - "description": "The name of the workspace", - "type": "string" - } - }, - "required": [ - "name" - ], - "type": "object" - }, - "createWorkspaceSubscriptionBody": { - "properties": { - "currency": { - "description": "\nusd USD\neur Euro", - "enum": [ - "usd", - "eur" - ], - "type": "string", - "x-go-enum-desc": "usd USD\neur Euro" - }, - "interval": { - "description": "\nmonthly Monthly\nyearly Yearly", - "enum": [ - "monthly", - "yearly" - ], - "type": "string", - "x-go-enum-desc": "monthly Monthly\nyearly Yearly" - }, - "plan": { - "type": "string" - }, - "return_to": { - "type": "string" - } - }, - "required": [ - "plan", - "interval" - ], - "type": "object" - }, - "credentialSupportedDraft00": { - "description": "Includes information about the supported verifiable credentials.", - "properties": { - "cryptographic_binding_methods_supported": { - "description": "OpenID Connect Verifiable Credentials Cryptographic Binding Methods Supported\n\nContains a list of cryptographic binding methods supported for signing the proof.", - "items": { - "type": "string" - }, - "type": "array" - }, - "cryptographic_suites_supported": { - "description": "OpenID Connect Verifiable Credentials Cryptographic Suites Supported\n\nContains a list of cryptographic suites methods supported for signing the proof.", - "items": { - "type": "string" - }, - "type": "array" - }, - "format": { - "description": "OpenID Connect Verifiable Credentials Format\n\nContains the format that is supported by this authorization server.", - "type": "string" - }, - "types": { - "description": "OpenID Connect Verifiable Credentials Types\n\nContains the types of verifiable credentials supported.", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "title": "Verifiable Credentials Metadata (Draft 00)", - "type": "object" - }, - "customDomain": { - "description": "Custom Hostname", - "properties": { - "cookie_domain": { - "type": "string" - }, - "cors_allowed_origins": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "cors_enabled": { - "type": "boolean" - }, - "created_at": { - "format": "date-time", - "type": "string" - }, - "custom_ui_base_url": { - "type": "string" - }, - "hostname": { - "type": "string" - }, - "id": { - "format": "uuid", - "type": "string" - }, - "ssl_status": { - "enum": [ - "initializing", - "pending_validation", - "deleted", - "pending_issuance", - "pending_deployment", - "pending_deletion", - "pending_expiration", - "expired", - "active", - "initializing_timed_out", - "validation_timed_out", - "issuance_timed_out", - "deployment_timed_out", - "deletion_timed_out", - "pending_cleanup", - "staging_deployment", - "staging_active", - "deactivating", - "inactive", - "backup_issued", - "holding_deployment", - "" - ], - "type": "string", - "x-go-enum-desc": "initializing initializing\npending_validation pending_validation\ndeleted deleted\npending_issuance pending_issuance\npending_deployment pending_deployment\npending_deletion pending_deletion\npending_expiration pending_expiration\nexpired expired\nactive active\ninitializing_timed_out initializing_timed_out\nvalidation_timed_out validation_timed_out\nissuance_timed_out issuance_timed_out\ndeployment_timed_out deployment_timed_out\ndeletion_timed_out deletion_timed_out\npending_cleanup pending_cleanup\nstaging_deployment staging_deployment\nstaging_active staging_active\ndeactivating deactivating\ninactive inactive\nbackup_issued backup_issued\nholding_deployment holding_deployment\n unknown Cloudflare sometimes returns an empty string." - }, - "updated_at": { - "format": "date-time", - "type": "string" - }, - "verification_errors": { - "items": { - "type": "string" - }, - "type": "array" - }, - "verification_status": { - "$ref": "#/components/schemas/CustomHostnameStatus" - } - }, - "type": "object" - }, - "deleteMySessionsCount": { - "description": "Deleted Session Count", - "properties": { - "count": { - "description": "The number of sessions that were revoked.", - "format": "int64", - "type": "integer" - } - }, - "type": "object" - }, - "emailTemplateData": { - "description": "Contains the data of the email template, including the subject and body in HTML and plaintext variants", - "properties": { - "body": { - "$ref": "#/components/schemas/emailTemplateDataBody" - }, - "subject": { - "type": "string" - } - }, - "required": [ - "body", - "subject" - ], - "type": "object" - }, - "emailTemplateDataBody": { - "properties": { - "html": { - "type": "string" - }, - "plaintext": { - "type": "string" - } - }, - "required": [ - "html", - "plaintext" - ], - "type": "object" - }, - "errorAuthenticatorAssuranceLevelNotSatisfied": { - "properties": { - "error": { - "$ref": "#/components/schemas/genericError" - }, - "redirect_browser_to": { - "description": "Points to where to redirect the user to next.", - "type": "string" - } - }, - "title": "Is returned when an active session was found but the requested AAL is not satisfied.", - "type": "object" - }, - "errorBrowserLocationChangeRequired": { - "properties": { - "error": { - "$ref": "#/components/schemas/errorGeneric" - }, - "redirect_browser_to": { - "description": "Points to where to redirect the user to next.", - "type": "string" - } - }, - "title": "Is sent when a flow requires a browser to change its location.", - "type": "object" - }, - "errorFlowReplaced": { - "description": "Is sent when a flow is replaced by a different flow of the same class", - "properties": { - "error": { - "$ref": "#/components/schemas/genericError" - }, - "use_flow_id": { - "description": "The flow ID that should be used for the new flow as it contains the correct messages.", - "format": "uuid", - "type": "string" - } - }, - "type": "object" - }, - "errorGeneric": { - "description": "The standard Ory JSON API error format.", - "properties": { - "error": { - "$ref": "#/components/schemas/genericErrorContent" - } - }, - "required": [ - "error" - ], - "title": "JSON API Error Response", - "type": "object" - }, - "errorOAuth2": { - "description": "Error", - "properties": { - "error": { - "description": "Error", - "type": "string" - }, - "error_debug": { - "description": "Error Debug Information\n\nOnly available in dev mode.", - "type": "string" - }, - "error_description": { - "description": "Error Description", - "type": "string" - }, - "error_hint": { - "description": "Error Hint\n\nHelps the user identify the error cause.", - "example": "The redirect URL is not allowed.", - "type": "string" - }, - "status_code": { - "description": "HTTP Status Code", - "example": 401, - "format": "int64", - "type": "integer" - } - }, - "type": "object" - }, - "eventStream": { - "description": "Event Stream", - "properties": { - "created_at": { - "format": "date-time", - "type": "string" - }, - "id": { - "format": "uuid", - "type": "string" - }, - "role_arn": { - "type": "string" - }, - "topic_arn": { - "type": "string" - }, - "type": { - "type": "string" - }, - "updated_at": { - "format": "date-time", - "type": "string" - } - }, - "type": "object" - }, - "expandedPermissionTree": { - "properties": { - "children": { - "description": "The children of the node, possibly none.", - "items": { - "$ref": "#/components/schemas/expandedPermissionTree" - }, - "type": "array" - }, - "tuple": { - "$ref": "#/components/schemas/relationship" - }, - "type": { - "description": "The type of the node.\nunion TreeNodeUnion\nexclusion TreeNodeExclusion\nintersection TreeNodeIntersection\nleaf TreeNodeLeaf\ntuple_to_subject_set TreeNodeTupleToSubjectSet\ncomputed_subject_set TreeNodeComputedSubjectSet\nnot TreeNodeNot\nunspecified TreeNodeUnspecified", - "enum": [ - "union", - "exclusion", - "intersection", - "leaf", - "tuple_to_subject_set", - "computed_subject_set", - "not", - "unspecified" - ], - "type": "string", - "x-go-enum-desc": "union TreeNodeUnion\nexclusion TreeNodeExclusion\nintersection TreeNodeIntersection\nleaf TreeNodeLeaf\ntuple_to_subject_set TreeNodeTupleToSubjectSet\ncomputed_subject_set TreeNodeComputedSubjectSet\nnot TreeNodeNot\nunspecified TreeNodeUnspecified" - } - }, - "required": [ - "type" - ], - "type": "object" - }, - "falsyNullBool": { - "description": "It JSON decodes to false if null.", - "title": "FalsyNullBool represents a bool that may be null.", - "type": "boolean" - }, - "flowError": { - "properties": { - "created_at": { - "description": "CreatedAt is a helper struct field for gobuffalo.pop.", - "format": "date-time", - "type": "string" - }, - "error": { - "type": "object" - }, - "id": { - "description": "ID of the error container.", - "format": "uuid", - "type": "string" - }, - "updated_at": { - "description": "UpdatedAt is a helper struct field for gobuffalo.pop.", - "format": "date-time", - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object" - }, - "genericError": { - "description": "Error responses are sent when an error (e.g. unauthorized, bad request, ...) occurred.", - "properties": { - "code": { - "description": "The status code", - "example": 404, - "format": "int64", - "type": "integer" - }, - "debug": { - "description": "Debug information\n\nThis field is often not exposed to protect against leaking\nsensitive information.", - "example": "SQL field \"foo\" is not a bool.", - "type": "string" - }, - "details": { - "description": "Further error details" - }, - "error": { - "$ref": "#/components/schemas/genericErrorContent" - }, - "id": { - "description": "The error ID\n\nUseful when trying to identify various errors in application logic.", - "type": "string" - }, - "message": { - "description": "Error message\n\nThe error's message.", - "example": "The resource could not be found", - "type": "string" - }, - "reason": { - "description": "A human-readable reason for the error", - "example": "User with ID 1234 does not exist.", - "type": "string" - }, - "request": { - "description": "The request ID\n\nThe request ID is often exposed internally in order to trace\nerrors across service architectures. This is often a UUID.", - "example": "d7ef54b1-ec15-46e6-bccb-524b82c035e6", - "type": "string" - }, - "status": { - "description": "The status description", - "example": "Not Found", - "type": "string" - } - }, - "required": [ - "message" - ], - "title": "Error response", - "type": "object" - }, - "genericErrorContent": { - "description": "Error response", - "properties": { - "debug": { - "description": "Debug contains debug information. This is usually not available and has to be enabled.", - "example": "The database adapter was unable to find the element", - "type": "string" - }, - "error": { - "description": "Name is the error name.", - "example": "The requested resource could not be found", - "type": "string" - }, - "error_description": { - "description": "Description contains further information on the nature of the error.", - "example": "Object with ID 12345 does not exist", - "type": "string" - }, - "message": { - "description": "Message contains the error message.", - "type": "string" - }, - "status_code": { - "description": "Code represents the error status code (404, 403, 401, ...).", - "example": 404, - "format": "int64", - "type": "integer" - } - }, - "type": "object" - }, - "getAttributesCountResponse": { - "description": "Response of the getAttributesCount endpoint", - "properties": { - "data": { - "description": "The list of data points.", - "items": { - "$ref": "#/components/schemas/AttributesCountDatapoint" - }, - "readOnly": true, - "type": "array" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "getManagedIdentitySchemaLocation": { - "description": "Ory Identity Schema Location", - "properties": { - "location": { - "type": "string" - } - }, - "type": "object" - }, - "getMetricsEventAttributesResponse": { - "description": "Response of the getMetricsEventAttributes endpoint", - "properties": { - "events": { - "description": "The list of data points.", - "items": { - "type": "string" - }, - "readOnly": true, - "type": "array" - } - }, - "required": [ - "events" - ], - "type": "object" - }, - "getMetricsEventTypesResponse": { - "description": "Response of the getMetricsEventTypes endpoint", - "properties": { - "events": { - "description": "The list of data points.", - "items": { - "type": "string" - }, - "readOnly": true, - "type": "array" - } - }, - "required": [ - "events" - ], - "type": "object" - }, - "getOrganizationResponse": { - "properties": { - "organization": { - "$ref": "#/components/schemas/organization" - } - }, - "required": [ - "organization" - ], - "title": "getOrganizationResponse represents a B2B SSO Organization.", - "type": "object" - }, - "getProjectEventsBody": { - "description": "Body of the getProjectEvents endpoint", - "properties": { - "event_name": { - "description": "The event name to query for", - "type": "string" - }, - "filters": { - "default": [], - "description": "Event attribute filters", - "items": { - "$ref": "#/components/schemas/AttributeFilter" - }, - "type": "array" - }, - "from": { - "description": "The start RFC3339 date of the time window", - "format": "date-time", - "type": "string" - }, - "page_size": { - "default": 25, - "description": "Maximum number of events to return", - "format": "int64", - "type": "integer" - }, - "page_token": { - "description": "Pagination token to fetch next page, empty if first page", - "type": "string" - }, - "to": { - "description": "The end RFC3339 date of the time window", - "format": "date-time", - "type": "string" - } - }, - "required": [ - "from", - "to" - ], - "type": "object" - }, - "getProjectEventsResponse": { - "description": "Response of the getProjectEvents endpoint", - "properties": { - "events": { - "description": "The list of data points.", - "items": { - "$ref": "#/components/schemas/ProjectEventsDatapoint" - }, - "readOnly": true, - "type": "array" - }, - "page_token": { - "description": "Pagination token to be included in next page request", - "readOnly": true, - "type": "string" - } - }, - "required": [ - "events" - ], - "type": "object" - }, - "getProjectMetricsResponse": { - "description": "Response of the getMetrics endpoint", - "properties": { - "data": { - "description": "The list of data points.", - "items": { - "$ref": "#/components/schemas/metricsDatapoint" - }, - "readOnly": true, - "type": "array" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "getSessionActivityResponse": { - "description": "Response of the getSessionActivity endpoint", - "properties": { - "data": { - "description": "The list of data points.", - "items": { - "$ref": "#/components/schemas/SessionActivityDatapoint" - }, - "readOnly": true, - "type": "array" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "healthNotReadyStatus": { - "properties": { - "errors": { - "additionalProperties": { - "type": "string" - }, - "description": "Errors contains a list of errors that caused the not ready status.", - "type": "object" - } - }, - "title": "The not ready status of the service.", - "type": "object" - }, - "healthStatus": { - "properties": { - "status": { - "description": "Status always contains \"ok\".", - "type": "string" - } - }, - "title": "The health status of the service.", - "type": "object" - }, - "identity": { - "description": "An [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) represents a (human) user in Ory.", - "properties": { - "created_at": { - "description": "CreatedAt is a helper struct field for gobuffalo.pop.", - "format": "date-time", - "type": "string" - }, - "credentials": { - "additionalProperties": { - "$ref": "#/components/schemas/identityCredentials" - }, - "description": "Credentials represents all credentials that can be used for authenticating this identity.", - "type": "object" - }, - "id": { - "description": "ID is the identity's unique identifier.\n\nThe Identity ID can not be changed and can not be chosen. This ensures future\ncompatibility and optimization for distributed stores such as CockroachDB.", - "format": "uuid", - "type": "string" - }, - "metadata_admin": { - "$ref": "#/components/schemas/nullJsonRawMessage" - }, - "metadata_public": { - "$ref": "#/components/schemas/nullJsonRawMessage" - }, - "organization_id": { - "$ref": "#/components/schemas/NullUUID" - }, - "recovery_addresses": { - "description": "RecoveryAddresses contains all the addresses that can be used to recover an identity.", - "items": { - "$ref": "#/components/schemas/recoveryIdentityAddress" - }, - "type": "array", - "x-omitempty": true - }, - "schema_id": { - "description": "SchemaID is the ID of the JSON Schema to be used for validating the identity's traits.", - "type": "string" - }, - "schema_url": { - "description": "SchemaURL is the URL of the endpoint where the identity's traits schema can be fetched from.\n\nformat: url", - "type": "string" - }, - "state": { - "description": "State is the identity's state.\n\nThis value has currently no effect.\nactive StateActive\ninactive StateInactive", - "enum": [ - "active", - "inactive" - ], - "type": "string", - "x-go-enum-desc": "active StateActive\ninactive StateInactive" - }, - "state_changed_at": { - "$ref": "#/components/schemas/nullTime" - }, - "traits": { - "$ref": "#/components/schemas/identityTraits" - }, - "updated_at": { - "description": "UpdatedAt is a helper struct field for gobuffalo.pop.", - "format": "date-time", - "type": "string" - }, - "verifiable_addresses": { - "description": "VerifiableAddresses contains all the addresses that can be verified by the user.", - "items": { - "$ref": "#/components/schemas/verifiableIdentityAddress" - }, - "type": "array", - "x-omitempty": true - } - }, - "required": [ - "id", - "schema_id", - "schema_url", - "traits" - ], - "title": "Identity represents an Ory Kratos identity", - "type": "object" - }, - "identityCredentials": { - "description": "Credentials represents a specific credential type", - "properties": { - "config": { - "$ref": "#/components/schemas/JSONRawMessage" - }, - "created_at": { - "description": "CreatedAt is a helper struct field for gobuffalo.pop.", - "format": "date-time", - "type": "string" - }, - "identifiers": { - "description": "Identifiers represents a list of unique identifiers this credential type matches.", - "items": { - "type": "string" - }, - "type": "array" - }, - "type": { - "description": "Type discriminates between different types of credentials.\npassword CredentialsTypePassword\noidc CredentialsTypeOIDC\ntotp CredentialsTypeTOTP\nlookup_secret CredentialsTypeLookup\nwebauthn CredentialsTypeWebAuthn\ncode CredentialsTypeCodeAuth\npasskey CredentialsTypePasskey\nprofile CredentialsTypeProfile\nlink_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself.\ncode_recovery CredentialsTypeRecoveryCode", - "enum": [ - "password", - "oidc", - "totp", - "lookup_secret", - "webauthn", - "code", - "passkey", - "profile", - "link_recovery", - "code_recovery" - ], - "type": "string", - "x-go-enum-desc": "password CredentialsTypePassword\noidc CredentialsTypeOIDC\ntotp CredentialsTypeTOTP\nlookup_secret CredentialsTypeLookup\nwebauthn CredentialsTypeWebAuthn\ncode CredentialsTypeCodeAuth\npasskey CredentialsTypePasskey\nprofile CredentialsTypeProfile\nlink_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself.\ncode_recovery CredentialsTypeRecoveryCode" - }, - "updated_at": { - "description": "UpdatedAt is a helper struct field for gobuffalo.pop.", - "format": "date-time", - "type": "string" - }, - "version": { - "description": "Version refers to the version of the credential. Useful when changing the config schema.", - "format": "int64", - "type": "integer" - } - }, - "type": "object" - }, - "identityCredentialsCode": { - "description": "CredentialsCode represents a one time login/registration code", - "properties": { - "address_type": { - "description": "The type of the address for this code", - "type": "string" - }, - "used_at": { - "$ref": "#/components/schemas/NullTime" - } - }, - "type": "object" - }, - "identityCredentialsOidc": { - "properties": { - "providers": { - "items": { - "$ref": "#/components/schemas/identityCredentialsOidcProvider" - }, - "type": "array" - } - }, - "title": "CredentialsOIDC is contains the configuration for credentials of the type oidc.", - "type": "object" - }, - "identityCredentialsOidcProvider": { - "properties": { - "initial_access_token": { - "type": "string" - }, - "initial_id_token": { - "type": "string" - }, - "initial_refresh_token": { - "type": "string" - }, - "organization": { - "type": "string" - }, - "provider": { - "type": "string" - }, - "subject": { - "type": "string" - } - }, - "title": "CredentialsOIDCProvider is contains a specific OpenID COnnect credential for a particular connection (e.g. Google).", - "type": "object" - }, - "identityCredentialsPassword": { - "properties": { - "hashed_password": { - "description": "HashedPassword is a hash-representation of the password.", - "type": "string" - }, - "use_password_migration_hook": { - "description": "UsePasswordMigrationHook is set to true if the password should be migrated\nusing the password migration hook. If set, and the HashedPassword is empty, a\nwebhook will be called during login to migrate the password.", - "type": "boolean" - } - }, - "title": "CredentialsPassword is contains the configuration for credentials of the type password.", - "type": "object" - }, - "identityMetaSchema": { - "description": "Identity Meta Schema", - "type": "object" - }, - "identityPatch": { - "description": "Payload for patching an identity", - "properties": { - "create": { - "$ref": "#/components/schemas/createIdentityBody" - }, - "patch_id": { - "description": "The ID of this patch.\n\nThe patch ID is optional. If specified, the ID will be returned in the\nresponse, so consumers of this API can correlate the response with the\npatch.", - "format": "uuid", - "type": "string" - } - }, - "type": "object" - }, - "identityPatchResponse": { - "description": "Response for a single identity patch", - "properties": { - "action": { - "description": "The action for this specific patch\ncreate ActionCreate Create this identity.", - "enum": [ - "create" - ], - "type": "string", - "x-go-enum-desc": "create ActionCreate Create this identity." - }, - "identity": { - "description": "The identity ID payload of this patch", - "format": "uuid", - "type": "string" - }, - "patch_id": { - "description": "The ID of this patch response, if an ID was specified in the patch.", - "format": "uuid", - "type": "string" - } - }, - "type": "object" - }, - "identitySchema": { - "description": "Raw JSON Schema", - "type": "object" - }, - "identitySchemaContainer": { - "description": "An Identity JSON Schema Container", - "properties": { - "id": { - "description": "The ID of the Identity JSON Schema", - "type": "string" - }, - "schema": { - "description": "The actual Identity JSON Schema", - "type": "object" - } - }, - "type": "object" - }, - "identitySchemaPreset": { - "properties": { - "schema": { - "description": "Schema is the Identity JSON Schema", - "type": "object" - }, - "url": { - "description": "URL is the preset identifier", - "type": "string" - } - }, - "required": [ - "url", - "schema" - ], - "type": "object" - }, - "identitySchemaPresets": { - "items": { - "$ref": "#/components/schemas/identitySchemaPreset" - }, - "type": "array" - }, - "identitySchemas": { - "description": "List of Identity JSON Schemas", - "items": { - "$ref": "#/components/schemas/identitySchemaContainer" - }, - "type": "array" - }, - "identityTraits": { - "description": "Traits represent an identity's traits. The identity is able to create, modify, and delete traits\nin a self-service manner. The input will always be validated against the JSON Schema defined\nin `schema_url`." - }, - "identityVerifiableAddressStatus": { - "description": "VerifiableAddressStatus must not exceed 16 characters as that is the limitation in the SQL Schema", - "type": "string" - }, - "identityWithCredentials": { - "description": "Create Identity and Import Credentials", - "properties": { - "oidc": { - "$ref": "#/components/schemas/identityWithCredentialsOidc" - }, - "password": { - "$ref": "#/components/schemas/identityWithCredentialsPassword" - } - }, - "type": "object" - }, - "identityWithCredentialsOidc": { - "description": "Create Identity and Import Social Sign In Credentials", - "properties": { - "config": { - "$ref": "#/components/schemas/identityWithCredentialsOidcConfig" - } - }, - "type": "object" - }, - "identityWithCredentialsOidcConfig": { - "properties": { - "config": { - "$ref": "#/components/schemas/identityWithCredentialsPasswordConfig" - }, - "providers": { - "description": "A list of OpenID Connect Providers", - "items": { - "$ref": "#/components/schemas/identityWithCredentialsOidcConfigProvider" - }, - "type": "array" - } - }, - "type": "object" - }, - "identityWithCredentialsOidcConfigProvider": { - "description": "Create Identity and Import Social Sign In Credentials Configuration", - "properties": { - "provider": { - "description": "The OpenID Connect provider to link the subject to. Usually something like `google` or `github`.", - "type": "string" - }, - "subject": { - "description": "The subject (`sub`) of the OpenID Connect connection. Usually the `sub` field of the ID Token.", - "type": "string" - } - }, - "required": [ - "subject", - "provider" - ], - "type": "object" - }, - "identityWithCredentialsPassword": { - "description": "Create Identity and Import Password Credentials", - "properties": { - "config": { - "$ref": "#/components/schemas/identityWithCredentialsPasswordConfig" - } - }, - "type": "object" - }, - "identityWithCredentialsPasswordConfig": { - "description": "Create Identity and Import Password Credentials Configuration", - "properties": { - "hashed_password": { - "description": "The hashed password in [PHC format](https://www.ory.sh/docs/kratos/manage-identities/import-user-accounts-identities#hashed-passwords)", - "type": "string" - }, - "password": { - "description": "The password in plain text if no hash is available.", - "type": "string" - }, - "use_password_migration_hook": { - "description": "If set to true, the password will be migrated using the password migration hook.", - "type": "boolean" - } - }, - "type": "object" - }, - "internalGetProjectBrandingBody": { - "description": "Get Project Branding Request Body", - "properties": { - "hostname": { - "type": "string" - } - }, - "type": "object" - }, - "internalIsAXWelcomeScreenEnabledForProjectBody": { - "description": "Is Account Experience Enabled For Project Request Body", - "properties": { - "path": { - "description": "Path is the path of the request.", - "type": "string" - }, - "project_slug": { - "description": "ProjectSlug is the project's slug.", - "type": "string" - } - }, - "required": [ - "project_slug", - "path" - ], - "type": "object" - }, - "internalIsOwnerForProjectBySlugBody": { - "description": "Is Owner For Project By Slug Request Body", - "properties": { - "namespace": { - "description": "Namespace is the namespace of the subject.", - "enum": [ - "User", - " ApiKey" - ], - "type": "string" - }, - "project_scope": { - "description": "ProjectScope is the project_id resolved from the\nAPI Token.", - "type": "string" - }, - "project_slug": { - "description": "ProjectSlug is the project's slug.", - "type": "string" - }, - "subject": { - "description": "Subject is the subject acting (user or API key).", - "type": "string" - } - }, - "required": [ - "subject", - "namespace", - "project_slug" - ], - "type": "object" - }, - "internalIsOwnerForProjectBySlugResponse": { - "properties": { - "project_id": { - "description": "ProjectID is the project's ID.", - "type": "string" - } - }, - "required": [ - "project_id" - ], - "type": "object" - }, - "introspectedOAuth2Token": { - "description": "Introspection contains an access token's session data as specified by\n[IETF RFC 7662](https://tools.ietf.org/html/rfc7662)", - "properties": { - "active": { - "description": "Active is a boolean indicator of whether or not the presented token\nis currently active. The specifics of a token's \"active\" state\nwill vary depending on the implementation of the authorization\nserver and the information it keeps about its tokens, but a \"true\"\nvalue return for the \"active\" property will generally indicate\nthat a given token has been issued by this authorization server,\nhas not been revoked by the resource owner, and is within its\ngiven time window of validity (e.g., after its issuance time and\nbefore its expiration time).", - "type": "boolean" - }, - "aud": { - "description": "Audience contains a list of the token's intended audiences.", - "items": { - "type": "string" - }, - "type": "array" - }, - "client_id": { - "description": "ID is aclient identifier for the OAuth 2.0 client that\nrequested this token.", - "type": "string" - }, - "exp": { - "description": "Expires at is an integer timestamp, measured in the number of seconds\nsince January 1 1970 UTC, indicating when this token will expire.", - "format": "int64", - "type": "integer" - }, - "ext": { - "additionalProperties": {}, - "description": "Extra is arbitrary data set by the session.", - "type": "object" - }, - "iat": { - "description": "Issued at is an integer timestamp, measured in the number of seconds\nsince January 1 1970 UTC, indicating when this token was\noriginally issued.", - "format": "int64", - "type": "integer" - }, - "iss": { - "description": "IssuerURL is a string representing the issuer of this token", - "type": "string" - }, - "nbf": { - "description": "NotBefore is an integer timestamp, measured in the number of seconds\nsince January 1 1970 UTC, indicating when this token is not to be\nused before.", - "format": "int64", - "type": "integer" - }, - "obfuscated_subject": { - "description": "ObfuscatedSubject is set when the subject identifier algorithm was set to \"pairwise\" during authorization.\nIt is the `sub` value of the ID Token that was issued.", - "type": "string" - }, - "scope": { - "description": "Scope is a JSON string containing a space-separated list of\nscopes associated with this token.", - "type": "string" - }, - "sub": { - "description": "Subject of the token, as defined in JWT [RFC7519].\nUsually a machine-readable identifier of the resource owner who\nauthorized this token.", - "type": "string" - }, - "token_type": { - "description": "TokenType is the introspected token's type, typically `Bearer`.", - "type": "string" - }, - "token_use": { - "description": "TokenUse is the introspected token's use, for example `access_token` or `refresh_token`.", - "type": "string" - }, - "username": { - "description": "Username is a human-readable identifier for the resource owner who\nauthorized this token.", - "type": "string" - } - }, - "required": [ - "active" - ], - "type": "object" - }, - "invoice": { - "properties": { - "id": { - "description": "The ID of the invoice.", - "format": "uuid", - "readOnly": true, - "type": "string" - }, - "invoiced_at": { - "$ref": "#/components/schemas/Time" - }, - "type": { - "description": "Type is the type of the invoice.\nusage InvoiceTypeUsage\nbase InvoiceTypeBase", - "enum": [ - "usage", - "base" - ], - "readOnly": true, - "type": "string", - "x-go-enum-desc": "usage InvoiceTypeUsage\nbase InvoiceTypeBase" - }, - "updated_at": { - "format": "date-time", - "type": "string" - }, - "v1": { - "$ref": "#/components/schemas/InvoiceDataV1" - } - }, - "required": [ - "id", - "invoiced_at", - "type" - ], - "type": "object" - }, - "isOwnerForProjectBySlug": { - "properties": { - "ProjectSlug": { - "description": "ProjectSlug is the project's slug.", - "type": "string" - }, - "Subject": { - "description": "Subject is the subject from the API Token.", - "type": "string" - } - }, - "required": [ - "Subject", - "ProjectSlug" - ], - "type": "object" - }, - "jsonPatch": { - "description": "A JSONPatch document as defined by RFC 6902", - "properties": { - "from": { - "description": "This field is used together with operation \"move\" and uses JSON Pointer notation.\n\nLearn more [about JSON Pointers](https://datatracker.ietf.org/doc/html/rfc6901#section-5).", - "example": "/name", - "type": "string" - }, - "op": { - "description": "The operation to be performed. One of \"add\", \"remove\", \"replace\", \"move\", \"copy\", or \"test\".", - "enum": [ - "add", - "remove", - "replace", - "move", - "copy", - "test" - ], - "example": "replace", - "type": "string" - }, - "path": { - "description": "The path to the target path. Uses JSON pointer notation.\n\nLearn more [about JSON Pointers](https://datatracker.ietf.org/doc/html/rfc6901#section-5).", - "example": "/name", - "type": "string" - }, - "value": { - "description": "The value to be used within the operations.\n\nLearn more [about JSON Pointers](https://datatracker.ietf.org/doc/html/rfc6901#section-5).", - "example": "foobar" - } - }, - "required": [ - "op", - "path" - ], - "type": "object" - }, - "jsonPatchDocument": { - "description": "A JSONPatchDocument request", - "items": { - "$ref": "#/components/schemas/jsonPatch" - }, - "type": "array" - }, - "jsonWebKey": { - "properties": { - "alg": { - "description": "The \"alg\" (algorithm) parameter identifies the algorithm intended for\nuse with the key. The values used should either be registered in the\nIANA \"JSON Web Signature and Encryption Algorithms\" registry\nestablished by [JWA] or be a value that contains a Collision-\nResistant Name.", - "example": "RS256", - "type": "string" - }, - "crv": { - "example": "P-256", - "type": "string" - }, - "d": { - "example": "T_N8I-6He3M8a7X1vWt6TGIx4xB_GP3Mb4SsZSA4v-orvJzzRiQhLlRR81naWYxfQAYt5isDI6_C2L9bdWo4FFPjGQFvNoRX-_sBJyBI_rl-TBgsZYoUlAj3J92WmY2inbA-PwyJfsaIIDceYBC-eX-xiCu6qMqkZi3MwQAFL6bMdPEM0z4JBcwFT3VdiWAIRUuACWQwrXMq672x7fMuaIaHi7XDGgt1ith23CLfaREmJku9PQcchbt_uEY-hqrFY6ntTtS4paWWQj86xLL94S-Tf6v6xkL918PfLSOTq6XCzxvlFwzBJqApnAhbwqLjpPhgUG04EDRrqrSBc5Y1BLevn6Ip5h1AhessBp3wLkQgz_roeckt-ybvzKTjESMuagnpqLvOT7Y9veIug2MwPJZI2VjczRc1vzMs25XrFQ8DpUy-bNdp89TmvAXwctUMiJdgHloJw23Cv03gIUAkDnsTqZmkpbIf-crpgNKFmQP_EDKoe8p_PXZZgfbRri3NoEVGP7Mk6yEu8LjJhClhZaBNjuWw2-KlBfOA3g79mhfBnkInee5KO9mGR50qPk1V-MorUYNTFMZIm0kFE6eYVWFBwJHLKYhHU34DoiK1VP-svZpC2uAMFNA_UJEwM9CQ2b8qe4-5e9aywMvwcuArRkAB5mBIfOaOJao3mfukKAE", - "type": "string" - }, - "dp": { - "example": "G4sPXkc6Ya9y8oJW9_ILj4xuppu0lzi_H7VTkS8xj5SdX3coE0oimYwxIi2emTAue0UOa5dpgFGyBJ4c8tQ2VF402XRugKDTP8akYhFo5tAA77Qe_NmtuYZc3C3m3I24G2GvR5sSDxUyAN2zq8Lfn9EUms6rY3Ob8YeiKkTiBj0", - "type": "string" - }, - "dq": { - "example": "s9lAH9fggBsoFR8Oac2R_E2gw282rT2kGOAhvIllETE1efrA6huUUvMfBcMpn8lqeW6vzznYY5SSQF7pMdC_agI3nG8Ibp1BUb0JUiraRNqUfLhcQb_d9GF4Dh7e74WbRsobRonujTYN1xCaP6TO61jvWrX-L18txXw494Q_cgk", - "type": "string" - }, - "e": { - "example": "AQAB", - "type": "string" - }, - "k": { - "example": "GawgguFyGrWKav7AX4VKUg", - "type": "string" - }, - "kid": { - "description": "The \"kid\" (key ID) parameter is used to match a specific key. This\nis used, for instance, to choose among a set of keys within a JWK Set\nduring key rollover. The structure of the \"kid\" value is\nunspecified. When \"kid\" values are used within a JWK Set, different\nkeys within the JWK Set SHOULD use distinct \"kid\" values. (One\nexample in which different keys might use the same \"kid\" value is if\nthey have different \"kty\" (key type) values but are considered to be\nequivalent alternatives by the application using them.) The \"kid\"\nvalue is a case-sensitive string.", - "example": "1603dfe0af8f4596", - "type": "string" - }, - "kty": { - "description": "The \"kty\" (key type) parameter identifies the cryptographic algorithm\nfamily used with the key, such as \"RSA\" or \"EC\". \"kty\" values should\neither be registered in the IANA \"JSON Web Key Types\" registry\nestablished by [JWA] or be a value that contains a Collision-\nResistant Name. The \"kty\" value is a case-sensitive string.", - "example": "RSA", - "type": "string" - }, - "n": { - "example": "vTqrxUyQPl_20aqf5kXHwDZrel-KovIp8s7ewJod2EXHl8tWlRB3_Rem34KwBfqlKQGp1nqah-51H4Jzruqe0cFP58hPEIt6WqrvnmJCXxnNuIB53iX_uUUXXHDHBeaPCSRoNJzNysjoJ30TIUsKBiirhBa7f235PXbKiHducLevV6PcKxJ5cY8zO286qJLBWSPm-OIevwqsIsSIH44Qtm9sioFikhkbLwoqwWORGAY0nl6XvVOlhADdLjBSqSAeT1FPuCDCnXwzCDR8N9IFB_IjdStFkC-rVt2K5BYfPd0c3yFp_vHR15eRd0zJ8XQ7woBC8Vnsac6Et1pKS59pX6256DPWu8UDdEOolKAPgcd_g2NpA76cAaF_jcT80j9KrEzw8Tv0nJBGesuCjPNjGs_KzdkWTUXt23Hn9QJsdc1MZuaW0iqXBepHYfYoqNelzVte117t4BwVp0kUM6we0IqyXClaZgOI8S-WDBw2_Ovdm8e5NmhYAblEVoygcX8Y46oH6bKiaCQfKCFDMcRgChme7AoE1yZZYsPbaG_3IjPrC4LBMHQw8rM9dWjJ8ImjicvZ1pAm0dx-KHCP3y5PVKrxBDf1zSOsBRkOSjB8TPODnJMz6-jd5hTtZxpZPwPoIdCanTZ3ZD6uRBpTmDwtpRGm63UQs1m5FWPwb0T2IF0", - "type": "string" - }, - "p": { - "example": "6NbkXwDWUhi-eR55Cgbf27FkQDDWIamOaDr0rj1q0f1fFEz1W5A_09YvG09Fiv1AO2-D8Rl8gS1Vkz2i0zCSqnyy8A025XOcRviOMK7nIxE4OH_PEsko8dtIrb3TmE2hUXvCkmzw9EsTF1LQBOGC6iusLTXepIC1x9ukCKFZQvdgtEObQ5kzd9Nhq-cdqmSeMVLoxPLd1blviVT9Vm8-y12CtYpeJHOaIDtVPLlBhJiBoPKWg3vxSm4XxIliNOefqegIlsmTIa3MpS6WWlCK3yHhat0Q-rRxDxdyiVdG_wzJvp0Iw_2wms7pe-PgNPYvUWH9JphWP5K38YqEBiJFXQ", - "type": "string" - }, - "q": { - "example": "0A1FmpOWR91_RAWpqreWSavNaZb9nXeKiBo0DQGBz32DbqKqQ8S4aBJmbRhJcctjCLjain-ivut477tAUMmzJwVJDDq2MZFwC9Q-4VYZmFU4HJityQuSzHYe64RjN-E_NQ02TWhG3QGW6roq6c57c99rrUsETwJJiwS8M5p15Miuz53DaOjv-uqqFAFfywN5WkxHbraBcjHtMiQuyQbQqkCFh-oanHkwYNeytsNhTu2mQmwR5DR2roZ2nPiFjC6nsdk-A7E3S3wMzYYFw7jvbWWoYWo9vB40_MY2Y0FYQSqcDzcBIcq_0tnnasf3VW4Fdx6m80RzOb2Fsnln7vKXAQ", - "type": "string" - }, - "qi": { - "example": "GyM_p6JrXySiz1toFgKbWV-JdI3jQ4ypu9rbMWx3rQJBfmt0FoYzgUIZEVFEcOqwemRN81zoDAaa-Bk0KWNGDjJHZDdDmFhW3AN7lI-puxk_mHZGJ11rxyR8O55XLSe3SPmRfKwZI6yU24ZxvQKFYItdldUKGzO6Ia6zTKhAVRU", - "type": "string" - }, - "use": { - "description": "Use (\"public key use\") identifies the intended use of\nthe public key. The \"use\" parameter is employed to indicate whether\na public key is used for encrypting data or verifying the signature\non data. Values are commonly \"sig\" (signature) or \"enc\" (encryption).", - "example": "sig", - "type": "string" - }, - "x": { - "example": "f83OJ3D2xF1Bg8vub9tLe1gHMzV76e8Tus9uPHvRVEU", - "type": "string" - }, - "x5c": { - "description": "The \"x5c\" (X.509 certificate chain) parameter contains a chain of one\nor more PKIX certificates [RFC5280]. The certificate chain is\nrepresented as a JSON array of certificate value strings. Each\nstring in the array is a base64-encoded (Section 4 of [RFC4648] --\nnot base64url-encoded) DER [ITU.X690.1994] PKIX certificate value.\nThe PKIX certificate containing the key value MUST be the first\ncertificate.", - "items": { - "type": "string" - }, - "type": "array" - }, - "y": { - "example": "x_FEzRu9m36HLN_tue659LNpXW6pCyStikYjKIWI5a0", - "type": "string" - } - }, - "required": [ - "use", - "kty", - "kid", - "alg" - ], - "type": "object" - }, - "jsonWebKeySet": { - "description": "JSON Web Key Set", - "properties": { - "keys": { - "description": "List of JSON Web Keys\n\nThe value of the \"keys\" parameter is an array of JSON Web Key (JWK)\nvalues. By default, the order of the JWK values within the array does\nnot imply an order of preference among them, although applications\nof JWK Sets can choose to assign a meaning to the order for their\npurposes, if desired.", - "items": { - "$ref": "#/components/schemas/jsonWebKey" - }, - "type": "array" - } - }, - "type": "object" - }, - "listCustomDomains": { - "description": "Custom Hostname List", - "items": { - "$ref": "#/components/schemas/customDomain" - }, - "type": "array" - }, - "listEventStreams": { - "description": "Event Stream List", - "properties": { - "event_streams": { - "items": { - "$ref": "#/components/schemas/eventStream" - }, - "type": "array" - } - }, - "type": "object" - }, - "listInvoicesResponse": { - "properties": { - "buckets": { - "items": { - "$ref": "#/components/schemas/BillingPeriodBucket" - }, - "type": "array" - }, - "has_next_page": { - "type": "boolean" - }, - "next_page_token": { - "type": "string" - } - }, - "required": [ - "buckets", - "next_page_token", - "has_next_page" - ], - "type": "object" - }, - "listOrganizationsResponse": { - "description": "B2B SSO Organization List", - "properties": { - "has_next_page": { - "type": "boolean" - }, - "next_page_token": { - "type": "string" - }, - "organizations": { - "description": "The list of organizations", - "items": { - "$ref": "#/components/schemas/organization" - }, - "type": "array" - } - }, - "required": [ - "organizations", - "next_page_token", - "has_next_page" - ], - "type": "object" - }, - "listWorkspaceProjects": { - "properties": { - "has_next_page": { - "type": "boolean" - }, - "next_page": { - "type": "string" - }, - "projects": { - "items": { - "$ref": "#/components/schemas/projectMetadata" - }, - "type": "array" - } - }, - "required": [ - "projects", - "next_page", - "has_next_page" - ], - "type": "object" - }, - "listWorkspaces": { - "properties": { - "has_next_page": { - "type": "boolean" - }, - "next_page_token": { - "type": "string" - }, - "workspaces": { - "items": { - "$ref": "#/components/schemas/workspace" - }, - "type": "array" - } - }, - "required": [ - "workspaces", - "next_page_token", - "has_next_page" - ], - "type": "object" - }, - "loginFlow": { - "description": "This object represents a login flow. A login flow is initiated at the \"Initiate Login API / Browser Flow\"\nendpoint by a client.\n\nOnce a login flow is completed successfully, a session cookie or session token will be issued.", - "properties": { - "active": { - "description": "The active login method\n\nIf set contains the login method used. If the flow is new, it is unset.\npassword CredentialsTypePassword\noidc CredentialsTypeOIDC\ntotp CredentialsTypeTOTP\nlookup_secret CredentialsTypeLookup\nwebauthn CredentialsTypeWebAuthn\ncode CredentialsTypeCodeAuth\npasskey CredentialsTypePasskey\nprofile CredentialsTypeProfile\nlink_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself.\ncode_recovery CredentialsTypeRecoveryCode", - "enum": [ - "password", - "oidc", - "totp", - "lookup_secret", - "webauthn", - "code", - "passkey", - "profile", - "link_recovery", - "code_recovery" - ], - "type": "string", - "x-go-enum-desc": "password CredentialsTypePassword\noidc CredentialsTypeOIDC\ntotp CredentialsTypeTOTP\nlookup_secret CredentialsTypeLookup\nwebauthn CredentialsTypeWebAuthn\ncode CredentialsTypeCodeAuth\npasskey CredentialsTypePasskey\nprofile CredentialsTypeProfile\nlink_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself.\ncode_recovery CredentialsTypeRecoveryCode" - }, - "created_at": { - "description": "CreatedAt is a helper struct field for gobuffalo.pop.", - "format": "date-time", - "type": "string" - }, - "expires_at": { - "description": "ExpiresAt is the time (UTC) when the flow expires. If the user still wishes to log in,\na new flow has to be initiated.", - "format": "date-time", - "type": "string" - }, - "id": { - "description": "ID represents the flow's unique ID. When performing the login flow, this\nrepresents the id in the login UI's query parameter: http://\u003cselfservice.flows.login.ui_url\u003e/?flow=\u003cflow_id\u003e", - "format": "uuid", - "type": "string" - }, - "issued_at": { - "description": "IssuedAt is the time (UTC) when the flow started.", - "format": "date-time", - "type": "string" - }, - "oauth2_login_challenge": { - "description": "Ory OAuth 2.0 Login Challenge.\n\nThis value is set using the `login_challenge` query parameter of the registration and login endpoints.\nIf set will cooperate with Ory OAuth2 and OpenID to act as an OAuth2 server / OpenID Provider.", - "type": "string" - }, - "oauth2_login_request": { - "$ref": "#/components/schemas/oAuth2LoginRequest" - }, - "organization_id": { - "$ref": "#/components/schemas/NullUUID" - }, - "refresh": { - "description": "Refresh stores whether this login flow should enforce re-authentication.", - "type": "boolean" - }, - "request_url": { - "description": "RequestURL is the initial URL that was requested from Ory Kratos. It can be used\nto forward information contained in the URL's path or query for example.", - "type": "string" - }, - "requested_aal": { - "$ref": "#/components/schemas/authenticatorAssuranceLevel" - }, - "return_to": { - "description": "ReturnTo contains the requested return_to URL.", - "type": "string" - }, - "session_token_exchange_code": { - "description": "SessionTokenExchangeCode holds the secret code that the client can use to retrieve a session token after the login flow has been completed.\nThis is only set if the client has requested a session token exchange code, and if the flow is of type \"api\",\nand only on creating the login flow.", - "type": "string" - }, - "state": { - "description": "State represents the state of this request:\n\nchoose_method: ask the user to choose a method to sign in with\nsent_email: the email has been sent to the user\npassed_challenge: the request was successful and the login challenge was passed." - }, - "transient_payload": { - "description": "TransientPayload is used to pass data from the login to hooks and email templates", - "type": "object" - }, - "type": { - "$ref": "#/components/schemas/selfServiceFlowType" - }, - "ui": { - "$ref": "#/components/schemas/uiContainer" - }, - "updated_at": { - "description": "UpdatedAt is a helper struct field for gobuffalo.pop.", - "format": "date-time", - "type": "string" - } - }, - "required": [ - "id", - "type", - "expires_at", - "issued_at", - "request_url", - "ui", - "state" - ], - "title": "Login Flow", - "type": "object" - }, - "loginFlowState": { - "description": "The state represents the state of the login flow.\n\nchoose_method: ask the user to choose a method (e.g. login account via email)\nsent_email: the email has been sent to the user\npassed_challenge: the request was successful and the login challenge was passed.", - "enum": [ - "choose_method", - "sent_email", - "passed_challenge" - ], - "title": "Login Flow State", - "type": "string" - }, - "logoutFlow": { - "description": "Logout Flow", - "properties": { - "logout_token": { - "description": "LogoutToken can be used to perform logout using AJAX.", - "type": "string" - }, - "logout_url": { - "description": "LogoutURL can be opened in a browser to sign the user out.\n\nformat: uri", - "type": "string" - } - }, - "required": [ - "logout_url", - "logout_token" - ], - "type": "object" - }, - "managedIdentitySchema": { - "description": "Together the name and identity uuid are a unique index constraint.\nThis prevents a user from having schemas with the same name.\nThis also allows schemas to have the same name across the system.", - "properties": { - "blob_name": { - "description": "The gcs file name\n\nThis is a randomly generated name which is used to uniquely identify the file on the blob storage", - "type": "string" - }, - "blob_url": { - "description": "The publicly accessible url of the schema", - "type": "string" - }, - "content_hash": { - "description": "The Content Hash\n\nContains a hash of the schema's content.", - "type": "string" - }, - "created_at": { - "description": "The Schema's Creation Date", - "format": "date-time", - "readOnly": true, - "type": "string" - }, - "id": { - "description": "The schema's ID.", - "format": "uuid", - "readOnly": true, - "type": "string" - }, - "name": { - "description": "The schema name\n\nThis is set by the user and is for them to easily recognise their schema", - "example": "CustomerIdentity", - "type": "string" - }, - "updated_at": { - "description": "Last Time Schema was Updated", - "format": "date-time", - "readOnly": true, - "type": "string" - } - }, - "required": [ - "id", - "name", - "blob_name", - "blob_url", - "created_at", - "updated_at" - ], - "title": "Schema represents an Ory Kratos Identity Schema", - "type": "object" - }, - "managedIdentitySchemaValidationResult": { - "description": "Ory Identity Schema Validation Result", - "properties": { - "message": { - "type": "string" - }, - "valid": { - "type": "boolean" - } - }, - "type": "object" - }, - "managedIdentitySchemas": { - "items": { - "$ref": "#/components/schemas/managedIdentitySchema" - }, - "type": "array" - }, - "memberInvite": { - "properties": { - "created_at": { - "description": "The Project's Revision Creation Date", - "format": "date-time", - "readOnly": true, - "type": "string" - }, - "id": { - "description": "The invite's ID.", - "format": "uuid", - "readOnly": true, - "type": "string" - }, - "invitee_email": { - "description": "The invitee's email", - "type": "string" - }, - "invitee_id": { - "$ref": "#/components/schemas/NullUUID" - }, - "owner_email": { - "description": "The invite owner's email\nUsually the project's owner email", - "type": "string" - }, - "owner_id": { - "description": "The invite owner's ID\nUsually the project's owner", - "format": "uuid", - "type": "string" - }, - "project_id": { - "$ref": "#/components/schemas/NullUUID" - }, - "role": { - "$ref": "#/components/schemas/String" - }, - "status": { - "description": "The invite's status\nKeeps track of the invites status such as pending, accepted, declined, expired\npending PENDING\naccepted ACCEPTED\ndeclined DECLINED\nexpired EXPIRED\ncancelled CANCELLED\nremoved REMOVED", - "enum": [ - "pending", - "accepted", - "declined", - "expired", - "cancelled", - "removed" - ], - "type": "string", - "x-go-enum-desc": "pending PENDING\naccepted ACCEPTED\ndeclined DECLINED\nexpired EXPIRED\ncancelled CANCELLED\nremoved REMOVED" - }, - "updated_at": { - "description": "Last Time Project's Revision was Updated", - "format": "date-time", - "readOnly": true, - "type": "string" - }, - "workspace_id": { - "$ref": "#/components/schemas/NullUUID" - } - }, - "required": [ - "id", - "owner_id", - "owner_email", - "invitee_email", - "status", - "created_at", - "updated_at" - ], - "type": "object" - }, - "memberInvites": { - "items": { - "$ref": "#/components/schemas/memberInvite" - }, - "type": "array" - }, - "message": { - "properties": { - "body": { - "type": "string" - }, - "channel": { - "type": "string" - }, - "created_at": { - "description": "CreatedAt is a helper struct field for gobuffalo.pop.", - "format": "date-time", - "type": "string" - }, - "dispatches": { - "description": "Dispatches store information about the attempts of delivering a message\nMay contain an error if any happened, or just the `success` state.", - "items": { - "$ref": "#/components/schemas/messageDispatch" - }, - "type": "array" - }, - "id": { - "format": "uuid", - "type": "string" - }, - "recipient": { - "type": "string" - }, - "send_count": { - "format": "int64", - "type": "integer" - }, - "status": { - "$ref": "#/components/schemas/courierMessageStatus" - }, - "subject": { - "type": "string" - }, - "template_type": { - "description": "\nrecovery_invalid TypeRecoveryInvalid\nrecovery_valid TypeRecoveryValid\nrecovery_code_invalid TypeRecoveryCodeInvalid\nrecovery_code_valid TypeRecoveryCodeValid\nverification_invalid TypeVerificationInvalid\nverification_valid TypeVerificationValid\nverification_code_invalid TypeVerificationCodeInvalid\nverification_code_valid TypeVerificationCodeValid\nstub TypeTestStub\nlogin_code_valid TypeLoginCodeValid\nregistration_code_valid TypeRegistrationCodeValid", - "enum": [ - "recovery_invalid", - "recovery_valid", - "recovery_code_invalid", - "recovery_code_valid", - "verification_invalid", - "verification_valid", - "verification_code_invalid", - "verification_code_valid", - "stub", - "login_code_valid", - "registration_code_valid" - ], - "type": "string", - "x-go-enum-desc": "recovery_invalid TypeRecoveryInvalid\nrecovery_valid TypeRecoveryValid\nrecovery_code_invalid TypeRecoveryCodeInvalid\nrecovery_code_valid TypeRecoveryCodeValid\nverification_invalid TypeVerificationInvalid\nverification_valid TypeVerificationValid\nverification_code_invalid TypeVerificationCodeInvalid\nverification_code_valid TypeVerificationCodeValid\nstub TypeTestStub\nlogin_code_valid TypeLoginCodeValid\nregistration_code_valid TypeRegistrationCodeValid" - }, - "type": { - "$ref": "#/components/schemas/courierMessageType" - }, - "updated_at": { - "description": "UpdatedAt is a helper struct field for gobuffalo.pop.", - "format": "date-time", - "type": "string" - } - }, - "required": [ - "id", - "status", - "type", - "recipient", - "body", - "subject", - "template_type", - "send_count", - "created_at", - "updated_at" - ], - "type": "object" - }, - "messageDispatch": { - "description": "MessageDispatch represents an attempt of sending a courier message\nIt contains the status of the attempt (failed or successful) and the error if any occured", - "properties": { - "created_at": { - "description": "CreatedAt is a helper struct field for gobuffalo.pop.", - "format": "date-time", - "type": "string" - }, - "error": { - "$ref": "#/components/schemas/JSONRawMessage" - }, - "id": { - "description": "The ID of this message dispatch", - "format": "uuid", - "type": "string" - }, - "message_id": { - "description": "The ID of the message being dispatched", - "format": "uuid", - "type": "string" - }, - "status": { - "description": "The status of this dispatch\nEither \"failed\" or \"success\"\nfailed CourierMessageDispatchStatusFailed\nsuccess CourierMessageDispatchStatusSuccess", - "enum": [ - "failed", - "success" - ], - "type": "string", - "x-go-enum-desc": "failed CourierMessageDispatchStatusFailed\nsuccess CourierMessageDispatchStatusSuccess" - }, - "updated_at": { - "description": "UpdatedAt is a helper struct field for gobuffalo.pop.", - "format": "date-time", - "type": "string" - } - }, - "required": [ - "id", - "message_id", - "status", - "created_at", - "updated_at" - ], - "type": "object" - }, - "metricsDatapoint": { - "description": "Represents a single datapoint/bucket of a time series", - "properties": { - "count": { - "description": "The count of events that occured in this time", - "format": "int64", - "type": "integer" - }, - "time": { - "description": "The time of the bucket", - "format": "date-time", - "type": "string" - } - }, - "required": [ - "time", - "count" - ], - "type": "object" - }, - "namespace": { - "properties": { - "name": { - "description": "Name of the namespace.", - "type": "string" - } - }, - "type": "object" - }, - "needsPrivilegedSessionError": { - "properties": { - "error": { - "$ref": "#/components/schemas/genericError" - }, - "redirect_browser_to": { - "description": "Points to where to redirect the user to next.", - "type": "string" - } - }, - "required": [ - "redirect_browser_to" - ], - "title": "Is sent when a privileged session is required to perform the settings update.", - "type": "object" - }, - "normalizedProject": { - "properties": { - "created_at": { - "description": "The Project's Creation Date", - "format": "date-time", - "readOnly": true, - "type": "string" - }, - "current_revision": { - "$ref": "#/components/schemas/normalizedProjectRevision" - }, - "environment": { - "description": "The environment of the project.\nprod Production\nstage Staging\ndev Development", - "enum": [ - "prod", - "stage", - "dev" - ], - "type": "string", - "x-go-enum-desc": "prod Production\nstage Staging\ndev Development" - }, - "home_region": { - "description": "The project's data home region.\neu-central EUCentral\nus-east USEast\nus-west USWest\nus US\nglobal Global", - "enum": [ - "eu-central", - "us-east", - "us-west", - "us", - "global" - ], - "readOnly": true, - "type": "string", - "x-go-enum-desc": "eu-central EUCentral\nus-east USEast\nus-west USWest\nus US\nglobal Global" - }, - "hosts": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "id": { - "description": "The project's ID.", - "format": "uuid", - "readOnly": true, - "type": "string" - }, - "slug": { - "description": "The project's slug", - "readOnly": true, - "type": "string" - }, - "state": { - "description": "The state of the project.\nrunning Running\nhalted Halted\ndeleted Deleted", - "enum": [ - "running", - "halted", - "deleted" - ], - "readOnly": true, - "type": "string", - "x-go-enum-desc": "running Running\nhalted Halted\ndeleted Deleted" - }, - "subscription_id": { - "$ref": "#/components/schemas/NullUUID" - }, - "subscription_plan": { - "$ref": "#/components/schemas/String" - }, - "updated_at": { - "description": "Last Time Project was Updated", - "format": "date-time", - "readOnly": true, - "type": "string" - }, - "workspace": { - "$ref": "#/components/schemas/workspace" - }, - "workspace_id": { - "$ref": "#/components/schemas/NullUUID" - } - }, - "required": [ - "id", - "hosts", - "slug", - "current_revision", - "state", - "environment", - "workspace_id", - "home_region", - "created_at", - "updated_at" - ], - "type": "object" - }, - "normalizedProjectRevision": { - "properties": { - "created_at": { - "description": "The Project's Revision Creation Date", - "format": "date-time", - "readOnly": true, - "type": "string" - }, - "disable_account_experience_welcome_screen": { - "description": "Whether to disable the account experience welcome screen, which is hosted under `/ui/welcome`.", - "type": "boolean" - }, - "enable_ax_v2": { - "description": "Whether the new account experience is enabled and reachable.", - "type": "boolean" - }, - "hydra_oauth2_allowed_top_level_claims": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "hydra_oauth2_client_credentials_default_grant_allowed_scope": { - "description": "Automatically grant authorized OAuth2 Scope in OAuth2 Client Credentials Flow.\n\nEach OAuth2 Client is allowed to request a predefined OAuth2 Scope (for example `read write`). If this option is enabled, the full\nscope is automatically granted when performing the OAuth2 Client Credentials flow.\n\nIf disabled, the OAuth2 Client has to request the scope in the OAuth2 request by providing the `scope` query parameter.\n\nSetting this option to true is common if you need compatibility with MITREid.\n\nThis governs the \"oauth2.client_credentials.default_grant_allowed_scope\" setting.", - "type": "boolean" - }, - "hydra_oauth2_exclude_not_before_claim": { - "description": "Set to true if you want to exclude claim `nbf (not before)` part of access token.\n\nThis governs the \"oauth2.exclude_not_before_claim\" setting.", - "type": "boolean" - }, - "hydra_oauth2_grant_jwt_iat_optional": { - "description": "Configures if the issued at (`iat`) claim is required in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523).\n\nIf set to `false`, the `iat` claim is required. Set this value to `true` only after careful consideration.\n\nThis governs the \"oauth2.grant.jwt.iat_optional\" setting.", - "type": "boolean" - }, - "hydra_oauth2_grant_jwt_jti_optional": { - "description": "Configures if the JSON Web Token ID (`jti`) claim is required in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523).\n\nIf set to `false`, the `jti` claim is required. Set this value to `true` only after careful consideration.\n\nThis governs the \"oauth2.grant.jwt.jti_optional\" setting.", - "type": "boolean" - }, - "hydra_oauth2_grant_jwt_max_ttl": { - "default": "720h", - "description": "Configures what the maximum age of a JWT assertion used in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523) can be.\n\nThis feature uses the `exp` claim and `iat` claim to calculate assertion age. Assertions exceeding the max age will be denied.\n\nUseful as a safety measure and recommended to keep below 720h.\n\nThis governs the \"oauth2.grant.jwt.max_ttl\" setting.", - "example": "30m", - "pattern": "^[0-9]+(ns|us|ms|s|m|h)$", - "type": "string" - }, - "hydra_oauth2_mirror_top_level_claims": { - "description": "Set to false if you don't want to mirror custom claims under 'ext'.\n\nThis governs the \"oauth2.mirror_top_level_claims\" setting.", - "type": "boolean" - }, - "hydra_oauth2_pkce_enforced": { - "description": "Configures whether PKCE should be enforced for all OAuth2 Clients.\n\nThis governs the \"oauth2.pkce.enforced\" setting.", - "type": "boolean" - }, - "hydra_oauth2_pkce_enforced_for_public_clients": { - "description": "Configures whether PKCE should be enforced for OAuth2 Clients without a client secret (public clients).\n\nThis governs the \"oauth2.pkce.enforced_for_public_clients\" setting.", - "type": "boolean" - }, - "hydra_oauth2_refresh_token_hook": { - "description": "Sets the Refresh Token Hook Endpoint. If set this endpoint will be called during the OAuth2 Token Refresh grant update the OAuth2 Access Token claims.\n\nThis governs the \"oauth2.refresh_token_hook\" setting.", - "type": "string" - }, - "hydra_oauth2_token_hook": { - "description": "Sets the token hook endpoint for all grant types. If set it will be called while providing token to customize claims.\n\nThis governs the \"oauth2.token_hook.url\" setting.", - "type": "string" - }, - "hydra_oidc_dynamic_client_registration_default_scope": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "hydra_oidc_dynamic_client_registration_enabled": { - "description": "Configures OpenID Connect Dynamic Client Registration.\n\nThis governs the \"oidc.dynamic_client_registration.enabled\" setting.", - "type": "boolean" - }, - "hydra_oidc_subject_identifiers_pairwise_salt": { - "description": "Configures OpenID Connect Discovery and overwrites the pairwise algorithm\n\nThis governs the \"oidc.subject_identifiers.pairwise_salt\" setting.", - "type": "string" - }, - "hydra_oidc_subject_identifiers_supported_types": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "hydra_secrets_cookie": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "hydra_secrets_system": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "hydra_serve_cookies_same_site_legacy_workaround": { - "description": "Configures the Ory Hydra Cookie Same Site Legacy Workaround\n\nThis governs the \"serve.cookies.same_site_legacy_workaround\" setting.", - "type": "boolean" - }, - "hydra_serve_cookies_same_site_mode": { - "description": "Configures the Ory Hydra Cookie Same Site Mode\n\nThis governs the \"serve.cookies.same_site_mode\" setting.", - "type": "string" - }, - "hydra_strategies_access_token": { - "default": "opaque", - "description": "Defines access token type\n\nThis governs the \"strategies.access_token\" setting.\nopaque Oauth2AccessTokenStrategyOpaque\njwt Oauth2AccessTokenStrategyJwt", - "enum": [ - "opaque", - "jwt" - ], - "type": "string", - "x-go-enum-desc": "opaque Oauth2AccessTokenStrategyOpaque\njwt Oauth2AccessTokenStrategyJwt" - }, - "hydra_strategies_jwt_scope_claim": { - "default": "list", - "description": "Define the claim to use as the scope in the access token.\n\nThis governs the \"strategies.jwt.scope_claim\" setting:\n\nlist: The scope claim is an array of strings named `scope`: `{ \"scope\": [\"read\", \"write\"] }`\nstring: The scope claim is a space delimited list of strings named `scp`: `{ \"scp\": \"read write\" }`\nboth: The scope claim is both a space delimited list and an array of strings named `scope` and `scp`: `{ \"scope\": [\"read\", \"write\"], \"scp\": \"read write\" }`\nlist OAuth2JWTScopeClaimList\nstring OAuth2JWTScopeClaimString\nboth OAuth2JWTScopeClaimBoth", - "enum": [ - "list", - "string", - "both" - ], - "type": "string", - "x-go-enum-desc": "list OAuth2JWTScopeClaimList\nstring OAuth2JWTScopeClaimString\nboth OAuth2JWTScopeClaimBoth" - }, - "hydra_strategies_scope": { - "default": "wildcard", - "description": "Defines how scopes are matched. For more details have a look at https://github.com/ory/fosite#scopes\n\nThis governs the \"strategies.scope\" setting.\nexact Oauth2ScopeStrategyExact\nwildcard Oauth2ScopeStrategyWildcard", - "enum": [ - "exact", - "wildcard" - ], - "type": "string", - "x-go-enum-desc": "exact Oauth2ScopeStrategyExact\nwildcard Oauth2ScopeStrategyWildcard" - }, - "hydra_ttl_access_token": { - "default": "30m", - "description": "This governs the \"ttl.access_token\" setting.", - "example": "1h", - "pattern": "^[0-9]+(ns|us|ms|s|m|h)$", - "type": "string" - }, - "hydra_ttl_auth_code": { - "default": "720h", - "description": "Configures how long refresh tokens are valid.\n\nSet to -1 for refresh tokens to never expire. This is not recommended!\n\nThis governs the \"ttl.auth_code\" setting.", - "example": "30m", - "pattern": "^[0-9]+(ns|us|ms|s|m|h)$", - "type": "string" - }, - "hydra_ttl_id_token": { - "default": "30m", - "description": "This governs the \"ttl.id_token\" setting.", - "example": "1h", - "pattern": "^[0-9]+(ns|us|ms|s|m|h)$", - "type": "string" - }, - "hydra_ttl_login_consent_request": { - "default": "30m", - "description": "Configures how long a user login and consent flow may take.\n\nThis governs the \"ttl.login_consent_request\" setting.", - "example": "1h", - "pattern": "^[0-9]+(ns|us|ms|s|m|h)$", - "type": "string" - }, - "hydra_ttl_refresh_token": { - "default": "720h", - "description": "Configures how long refresh tokens are valid.\n\nSet to -1 for refresh tokens to never expire. This is not recommended!\n\nThis governs the \"ttl.refresh_token\" setting.", - "example": "30m", - "pattern": "^([0-9]+(ns|us|ms|s|m|h)|-1)$", - "type": "string" - }, - "hydra_urls_consent": { - "description": "Sets the OAuth2 Consent Endpoint URL of the OAuth2 User Login \u0026 Consent flow.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.consent\" setting.", - "type": "string" - }, - "hydra_urls_error": { - "description": "Sets the OAuth2 Error URL of the OAuth2 User Login \u0026 Consent flow.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.error\" setting.", - "type": "string" - }, - "hydra_urls_login": { - "description": "Sets the OAuth2 Login Endpoint URL of the OAuth2 User Login \u0026 Consent flow.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.login\" setting.", - "type": "string" - }, - "hydra_urls_logout": { - "description": "Sets the logout endpoint.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.logout\" setting.", - "type": "string" - }, - "hydra_urls_post_logout_redirect": { - "description": "When an OAuth2-related user agent requests to log out, they will be redirected to this url afterwards per default.\n\nDefaults to the Ory Account Experience in development and your application in production mode when a custom domain is connected.\n\nThis governs the \"urls.post_logout_redirect\" setting.", - "type": "string" - }, - "hydra_urls_registration": { - "description": "Sets the OAuth2 Registration Endpoint URL of the OAuth2 User Login \u0026 Consent flow.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.registration\" setting.", - "type": "string" - }, - "hydra_urls_self_issuer": { - "description": "This value will be used as the issuer in access and ID tokens. It must be specified and using HTTPS protocol, unless the development mode is enabled.\n\nOn the Ory Network it will be very rare that you want to modify this value. If left empty, it will default to the correct value for the Ory Network.\n\nThis governs the \"urls.self.issuer\" setting.", - "type": "string" - }, - "hydra_webfinger_jwks_broadcast_keys": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "hydra_webfinger_oidc_discovery_auth_url": { - "description": "Configures OpenID Connect Discovery and overwrites the OAuth2 Authorization URL.\n\nThis governs the \"webfinger.oidc.discovery.auth_url\" setting.", - "type": "string" - }, - "hydra_webfinger_oidc_discovery_client_registration_url": { - "description": "Configures OpenID Connect Discovery and overwrites the OpenID Connect Dynamic Client Registration Endpoint.\n\nThis governs the \"webfinger.oidc.discovery.client_registration_url\" setting.", - "type": "string" - }, - "hydra_webfinger_oidc_discovery_jwks_url": { - "description": "Configures OpenID Connect Discovery and overwrites the JWKS URL.\n\nThis governs the \"webfinger.oidc.discovery.jwks_url\" setting.", - "type": "string" - }, - "hydra_webfinger_oidc_discovery_supported_claims": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "hydra_webfinger_oidc_discovery_supported_scope": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "hydra_webfinger_oidc_discovery_token_url": { - "description": "Configures OpenID Connect Discovery and overwrites the OAuth2 Token URL.\n\nThis governs the \"webfinger.oidc.discovery.token_url\" setting.", - "type": "string" - }, - "hydra_webfinger_oidc_discovery_userinfo_url": { - "description": "Configures OpenID Connect Discovery and overwrites userinfo endpoint to be advertised at the OpenID Connect Discovery endpoint /.well-known/openid-configuration. Defaults to Ory Hydra's userinfo endpoint at /userinfo. Set this value if you want to handle this endpoint yourself.\n\nThis governs the \"webfinger.oidc.discovery.userinfo_url\" setting.", - "type": "string" - }, - "id": { - "description": "The revision ID.", - "format": "uuid", - "readOnly": true, - "type": "string" - }, - "keto_namespace_configuration": { - "description": "The Revisions' Keto Namespace Configuration\n\nThe string is a URL pointing to an OPL file with the configuration.", - "type": "string" - }, - "keto_namespaces": { - "$ref": "#/components/schemas/KetoNamespaces" - }, - "kratos_cookies_same_site": { - "description": "Configures the Ory Kratos Cookie SameSite Attribute\n\nThis governs the \"cookies.same_site\" setting.", - "type": "string" - }, - "kratos_courier_channels": { - "$ref": "#/components/schemas/revisionCourierChannels" - }, - "kratos_courier_delivery_strategy": { - "default": "smtp", - "description": "The delivery strategy to use when sending emails\n\n`smtp`: Use SMTP server\n`http`: Use the built in HTTP client to send the email to some remote service", - "type": "string" - }, - "kratos_courier_http_request_config_auth_api_key_in": { - "description": "The location of the API key to use in the HTTP email sending service's authentication\n\n`header`: Send the key value pair as a header\n`cookie`: Send the key value pair as a cookie\nThis governs the \"courier.http.auth.config.in\" setting", - "type": "string" - }, - "kratos_courier_http_request_config_auth_api_key_name": { - "description": "The name of the API key to use in the HTTP email sending service's authentication\n\nThis governs the \"courier.http.auth.config.name\" setting", - "type": "string" - }, - "kratos_courier_http_request_config_auth_api_key_value": { - "description": "The value of the API key to use in the HTTP email sending service's authentication\n\nThis governs the \"courier.http.auth.config.value\" setting", - "type": "string" - }, - "kratos_courier_http_request_config_auth_basic_auth_password": { - "description": "The password to use for basic auth in the HTTP email sending service's authentication\n\nThis governs the \"courier.http.auth.config.password\" setting", - "type": "string" - }, - "kratos_courier_http_request_config_auth_basic_auth_user": { - "description": "The user to use for basic auth in the HTTP email sending service's authentication\n\nThis governs the \"courier.http.auth.config.user\" setting", - "type": "string" - }, - "kratos_courier_http_request_config_auth_type": { - "default": "empty (no authentication)", - "description": "The authentication type to use while contacting the remote HTTP email sending service\n\n`basic_auth`: Use Basic Authentication\n`api_key`: Use API Key Authentication in a header or cookie", - "type": "string" - }, - "kratos_courier_http_request_config_body": { - "description": "The Jsonnet template to generate the body to send to the remote HTTP email sending service\n\nShould be valid Jsonnet and base64 encoded\n\nThis governs the \"courier.http.body\" setting", - "type": "string" - }, - "kratos_courier_http_request_config_headers": { - "$ref": "#/components/schemas/nullJsonRawMessage" - }, - "kratos_courier_http_request_config_method": { - "default": "POST", - "description": "The http METHOD to use when calling the remote HTTP email sending service", - "type": "string" - }, - "kratos_courier_http_request_config_url": { - "description": "The URL of the remote HTTP email sending service\n\nThis governs the \"courier.http.url\" setting", - "type": "string" - }, - "kratos_courier_smtp_connection_uri": { - "description": "Configures the Ory Kratos SMTP Connection URI\n\nThis governs the \"courier.smtp.connection_uri\" setting.", - "type": "string" - }, - "kratos_courier_smtp_from_address": { - "description": "Configures the Ory Kratos SMTP From Address\n\nThis governs the \"courier.smtp.from_address\" setting.", - "type": "string" - }, - "kratos_courier_smtp_from_name": { - "description": "Configures the Ory Kratos SMTP From Name\n\nThis governs the \"courier.smtp.from_name\" setting.", - "type": "string" - }, - "kratos_courier_smtp_headers": { - "$ref": "#/components/schemas/nullJsonRawMessage" - }, - "kratos_courier_smtp_local_name": { - "description": "Configures the local_name to use in SMTP connections\n\nThis governs the \"courier.smtp.local_name\" setting.", - "type": "string" - }, - "kratos_courier_templates_login_code_valid_email_body_html": { - "description": "Configures the Ory Kratos Valid Login via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.login_code.valid.email.body.html\" setting.", - "type": "string" - }, - "kratos_courier_templates_login_code_valid_email_body_plaintext": { - "description": "Configures the Ory Kratos Valid Login via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.login_code.valid.email.body.plaintext\" setting.", - "type": "string" - }, - "kratos_courier_templates_login_code_valid_email_subject": { - "description": "Configures the Ory Kratos Valid Login via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.login_code.valid.email.subject\" setting.", - "type": "string" - }, - "kratos_courier_templates_login_code_valid_sms_body_plaintext": { - "description": "Configures the Ory Kratos Valid Login via Code SMS plain text body\n\nThis governs the \"courier.smtp.templates.login_code.valid.sms.plaintext\" setting.", - "type": "string" - }, - "kratos_courier_templates_recovery_code_invalid_email_body_html": { - "description": "Configures the Ory Kratos Invalid Recovery via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.recovery_code.invalid.email.body.html\" setting.", - "type": "string" - }, - "kratos_courier_templates_recovery_code_invalid_email_body_plaintext": { - "description": "Configures the Ory Kratos Invalid Recovery via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.recovery_code.invalid.email.body.plaintext\" setting.", - "type": "string" - }, - "kratos_courier_templates_recovery_code_invalid_email_subject": { - "description": "Configures the Ory Kratos Invalid Recovery via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.recovery_code.invalid.email.body.html\" setting.", - "type": "string" - }, - "kratos_courier_templates_recovery_code_valid_email_body_html": { - "description": "Configures the Ory Kratos Valid Recovery via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.recovery_code.valid.email.body.html\" setting.", - "type": "string" - }, - "kratos_courier_templates_recovery_code_valid_email_body_plaintext": { - "description": "Configures the Ory Kratos Valid Recovery via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.recovery_code.valid.email.body.plaintext\" setting.", - "type": "string" - }, - "kratos_courier_templates_recovery_code_valid_email_subject": { - "description": "Configures the Ory Kratos Valid Recovery via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.recovery_code.valid.email.subject\" setting.", - "type": "string" - }, - "kratos_courier_templates_recovery_invalid_email_body_html": { - "description": "Configures the Ory Kratos Invalid Recovery Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.recovery.invalid.email.body.html\" setting.", - "type": "string" - }, - "kratos_courier_templates_recovery_invalid_email_body_plaintext": { - "description": "Configures the Ory Kratos Invalid Recovery Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.recovery.invalid.email.body.plaintext\" setting.", - "type": "string" - }, - "kratos_courier_templates_recovery_invalid_email_subject": { - "description": "Configures the Ory Kratos Invalid Recovery Email Subject Template\n\nThis governs the \"courier.smtp.templates.recovery.invalid.email.body.html\" setting.", - "type": "string" - }, - "kratos_courier_templates_recovery_valid_email_body_html": { - "description": "Configures the Ory Kratos Valid Recovery Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.recovery.valid.email.body.html\" setting.", - "type": "string" - }, - "kratos_courier_templates_recovery_valid_email_body_plaintext": { - "description": "Configures the Ory Kratos Valid Recovery Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.recovery.valid.email.body.plaintext\" setting.", - "type": "string" - }, - "kratos_courier_templates_recovery_valid_email_subject": { - "description": "Configures the Ory Kratos Valid Recovery Email Subject Template\n\nThis governs the \"courier.smtp.templates.recovery.valid.email.subject\" setting.", - "type": "string" - }, - "kratos_courier_templates_registration_code_valid_email_body_html": { - "description": "Configures the Ory Kratos Valid Registration via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.registration_code.valid.email.body.html\" setting.", - "type": "string" - }, - "kratos_courier_templates_registration_code_valid_email_body_plaintext": { - "description": "Configures the Ory Kratos Valid Registration via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.registration_code.valid.email.body.plaintext\" setting.", - "type": "string" - }, - "kratos_courier_templates_registration_code_valid_email_subject": { - "description": "Configures the Ory Kratos Valid Registration via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.registration_code.valid.email.subject\" setting.", - "type": "string" - }, - "kratos_courier_templates_verification_code_invalid_email_body_html": { - "description": "Configures the Ory Kratos Invalid Verification via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.verification_code.invalid.email.body.html\" setting.", - "type": "string" - }, - "kratos_courier_templates_verification_code_invalid_email_body_plaintext": { - "description": "Configures the Ory Kratos Invalid Verification via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.verification_code.invalid.email.body.plaintext\" setting.", - "type": "string" - }, - "kratos_courier_templates_verification_code_invalid_email_subject": { - "description": "Configures the Ory Kratos Invalid Verification via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.verification_code.invalid.email.subject\" setting.", - "type": "string" - }, - "kratos_courier_templates_verification_code_valid_email_body_html": { - "description": "Configures the Ory Kratos Valid Verification via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.verification_code.valid.email.body.html\" setting.", - "type": "string" - }, - "kratos_courier_templates_verification_code_valid_email_body_plaintext": { - "description": "Configures the Ory Kratos Valid Verification via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.verification_code.valid.email.body.plaintext\" setting.", - "type": "string" - }, - "kratos_courier_templates_verification_code_valid_email_subject": { - "description": "Configures the Ory Kratos Valid Verification via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.verification_code.valid.email.subject\" setting.", - "type": "string" - }, - "kratos_courier_templates_verification_code_valid_sms_body_plaintext": { - "description": "Configures the Ory Kratos Valid Verification via Code SMS Body Plaintext\n\nThis governs the \"courier.smtp.templates.verification_code.valid.sms.body.plaintext\" setting.", - "type": "string" - }, - "kratos_courier_templates_verification_invalid_email_body_html": { - "description": "Configures the Ory Kratos Invalid Verification Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.verification.invalid.email.body.html\" setting.", - "type": "string" - }, - "kratos_courier_templates_verification_invalid_email_body_plaintext": { - "description": "Configures the Ory Kratos Invalid Verification Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.verification.invalid.email.body.plaintext\" setting.", - "type": "string" - }, - "kratos_courier_templates_verification_invalid_email_subject": { - "description": "Configures the Ory Kratos Invalid Verification Email Subject Template\n\nThis governs the \"courier.smtp.templates.verification.invalid.email.subject\" setting.", - "type": "string" - }, - "kratos_courier_templates_verification_valid_email_body_html": { - "description": "Configures the Ory Kratos Valid Verification Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.verification.valid.email.body.html\" setting.", - "type": "string" - }, - "kratos_courier_templates_verification_valid_email_body_plaintext": { - "description": "Configures the Ory Kratos Valid Verification Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.verification.valid.email.body.plaintext\" setting.", - "type": "string" - }, - "kratos_courier_templates_verification_valid_email_subject": { - "description": "Configures the Ory Kratos Valid Verification Email Subject Template\n\nThis governs the \"courier.smtp.templates.verification.valid.email.subject\" setting.", - "type": "string" - }, - "kratos_feature_flags_cacheable_sessions": { - "description": "Configures the Ory Kratos Session caching feature flag\n\nThis governs the \"feature_flags.cacheable_sessions\" setting.", - "type": "boolean" - }, - "kratos_feature_flags_cacheable_sessions_max_age": { - "description": "Configures the Ory Kratos Session caching max-age feature flag\n\nThis governs the \"feature_flags.cacheable_sessions_max_age\" setting.", - "type": "string" - }, - "kratos_feature_flags_faster_session_extend": { - "description": "Configures the Ory Kratos Faster Session Extend setting\n\nIf enabled allows faster session extension by skipping the session lookup and returning 201 instead of 200.\nDisabling this feature will be deprecated in the future.\n\nThis governs the \"feature_flags.faster_session_extend\" setting.", - "type": "boolean" - }, - "kratos_feature_flags_use_continue_with_transitions": { - "description": "Configures the Ory Kratos Session use_continue_with_transitions flag\n\nThis governs the \"feature_flags.use_continue_with_transitions\" setting.", - "type": "boolean" - }, - "kratos_identity_schemas": { - "$ref": "#/components/schemas/projectRevisionIdentitySchemas" - }, - "kratos_oauth2_provider_headers": { - "$ref": "#/components/schemas/nullJsonRawMessage" - }, - "kratos_oauth2_provider_override_return_to": { - "description": "Kratos OAuth2 Provider Override Return To\n\nEnabling this allows Kratos to set the return_to parameter automatically to the OAuth2 request URL on the login flow, allowing complex flows such as recovery to continue to the initial OAuth2 flow.", - "type": "boolean" - }, - "kratos_oauth2_provider_url": { - "description": "The Revisions' OAuth2 Provider Integration URL\n\nThis governs the \"oauth2_provider.url\" setting.", - "type": "string" - }, - "kratos_preview_default_read_consistency_level": { - "description": "Configures the default read consistency level for identity APIs\n\nThis governs the `preview.default_read_consistency_level` setting.\n\nThe read consistency level determines the consistency guarantee for reads:\n\nstrong (slow): The read is guaranteed to return the most recent data committed at the start of the read.\neventual (very fast): The result will return data that is about 4.8 seconds old.\n\nSetting the default consistency level to `eventual` may cause regressions in the future as we add consistency\ncontrols to more APIs. Currently, the following APIs will be affected by this setting:\n\n`GET /admin/identities`\n\nDefaults to \"strong\" for new and existing projects. This feature is in preview. Use with caution.", - "type": "string" - }, - "kratos_secrets_cipher": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "kratos_secrets_cookie": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "kratos_secrets_default": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "kratos_selfservice_allowed_return_urls": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "kratos_selfservice_default_browser_return_url": { - "description": "Configures the Ory Kratos Default Return URL\n\nThis governs the \"selfservice.allowed_return_urls\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_error_ui_url": { - "description": "Configures the Ory Kratos Error UI URL\n\nThis governs the \"selfservice.flows.error.ui_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_login_after_code_default_browser_return_url": { - "description": "Configures the Ory Kratos Login After Password Default Return URL\n\nThis governs the \"selfservice.flows.code.after.password.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_login_after_default_browser_return_url": { - "description": "Configures the Ory Kratos Login Default Return URL\n\nThis governs the \"selfservice.flows.login.after.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_login_after_lookup_secret_default_browser_return_url": { - "description": "Configures the Ory Kratos Login After Password Default Return URL\n\nThis governs the \"selfservice.flows.lookup_secret.after.password.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_login_after_oidc_default_browser_return_url": { - "description": "Configures the Ory Kratos Login After OIDC Default Return URL\n\nThis governs the \"selfservice.flows.login.after.oidc.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_login_after_passkey_default_browser_return_url": { - "description": "Configures the Ory Kratos Login After Passkey Default Return URL\n\nThis governs the \"selfservice.flows.login.after.passkey.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_login_after_password_default_browser_return_url": { - "description": "Configures the Ory Kratos Login After Password Default Return URL\n\nThis governs the \"selfservice.flows.login.after.password.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_login_after_totp_default_browser_return_url": { - "description": "Configures the Ory Kratos Login After Password Default Return URL\n\nThis governs the \"selfservice.flows.totp.after.password.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_login_after_webauthn_default_browser_return_url": { - "description": "Configures the Ory Kratos Login After WebAuthn Default Return URL\n\nThis governs the \"selfservice.flows.login.after.webauthn.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_login_lifespan": { - "description": "Configures the Ory Kratos Login Lifespan\n\nThis governs the \"selfservice.flows.login.lifespan\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_login_ui_url": { - "description": "Configures the Ory Kratos Login UI URL\n\nThis governs the \"selfservice.flows.login.ui_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_logout_after_default_browser_return_url": { - "description": "Configures the Ory Kratos Logout Default Return URL\n\nThis governs the \"selfservice.flows.logout.after.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_recovery_after_default_browser_return_url": { - "description": "Configures the Ory Kratos Recovery Default Return URL\n\nThis governs the \"selfservice.flows.recovery.after.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_recovery_enabled": { - "description": "Configures the Ory Kratos Recovery Enabled Setting\n\nThis governs the \"selfservice.flows.recovery.enabled\" setting.", - "type": "boolean" - }, - "kratos_selfservice_flows_recovery_lifespan": { - "description": "Configures the Ory Kratos Recovery Lifespan\n\nThis governs the \"selfservice.flows.recovery.lifespan\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_recovery_notify_unknown_recipients": { - "description": "Configures whether to notify unknown recipients of a Ory Kratos recovery flow\n\nThis governs the \"selfservice.flows.recovery.notify_unknown_recipients\" setting.", - "type": "boolean" - }, - "kratos_selfservice_flows_recovery_ui_url": { - "description": "Configures the Ory Kratos Recovery UI URL\n\nThis governs the \"selfservice.flows.recovery.ui_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_recovery_use": { - "description": "Configures the Ory Kratos Recovery strategy to use (\"link\" or \"code\")\n\nThis governs the \"selfservice.flows.recovery.use\" setting.\nlink SelfServiceMessageVerificationStrategyLink\ncode SelfServiceMessageVerificationStrategyCode", - "enum": [ - "link", - "code" - ], - "type": "string", - "x-go-enum-desc": "link SelfServiceMessageVerificationStrategyLink\ncode SelfServiceMessageVerificationStrategyCode" - }, - "kratos_selfservice_flows_registration_after_code_default_browser_return_url": { - "description": "Configures the Ory Kratos Registration After Code Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.code.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_registration_after_default_browser_return_url": { - "description": "Configures the Ory Kratos Registration Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_registration_after_oidc_default_browser_return_url": { - "description": "Configures the Ory Kratos Registration After OIDC Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.oidc.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_registration_after_passkey_default_browser_return_url": { - "description": "Configures the Ory Kratos Registration After Passkey Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.password.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_registration_after_password_default_browser_return_url": { - "description": "Configures the Ory Kratos Registration After Password Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.password.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_registration_after_webauthn_default_browser_return_url": { - "description": "Configures the Ory Kratos Registration After Webauthn Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.webauthn.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_registration_enable_legacy_one_step": { - "description": "Disable two-step registration\n\nTwo-step registration is a significantly improved sign up flow and recommended\nwhen using more than one sign up methods. To revert to one-step registration,\nset this to `true`.\n\nThis governs the \"selfservice.flows.registration.enable_legacy_one_step\" setting.", - "type": "boolean" - }, - "kratos_selfservice_flows_registration_enabled": { - "description": "Configures the Whether Ory Kratos Registration is Enabled\n\nThis governs the \"selfservice.flows.registration.enabled\" setting.0", - "type": "boolean" - }, - "kratos_selfservice_flows_registration_lifespan": { - "description": "Configures the Ory Kratos Registration Lifespan\n\nThis governs the \"selfservice.flows.registration.lifespan\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_registration_login_hints": { - "description": "Configures the Ory Kratos Registration Login Hints\n\nShows helpful information when a user tries to sign up with a duplicate account.\n\nThis governs the \"selfservice.flows.registration.login_hints\" setting.", - "type": "boolean" - }, - "kratos_selfservice_flows_registration_ui_url": { - "description": "Configures the Ory Kratos Registration UI URL\n\nThis governs the \"selfservice.flows.registration.ui_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_settings_after_default_browser_return_url": { - "description": "Configures the Ory Kratos Settings Default Return URL\n\nThis governs the \"selfservice.flows.settings.after.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_settings_after_lookup_secret_default_browser_return_url": { - "description": "Configures the Ory Kratos Settings Default Return URL After Updating Lookup Secrets\n\nThis governs the \"selfservice.flows.settings.after.lookup_secret.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_settings_after_oidc_default_browser_return_url": { - "description": "Configures the Ory Kratos Settings Default Return URL After Updating Social Sign In\n\nThis governs the \"selfservice.flows.settings.after.oidc.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_settings_after_passkey_default_browser_return_url": { - "description": "Configures the Ory Kratos Settings Default Return URL After Updating Passkey\n\nThis governs the \"selfservice.flows.settings.after.passkey.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_settings_after_password_default_browser_return_url": { - "description": "Configures the Ory Kratos Settings Default Return URL After Updating Passwords\n\nThis governs the \"selfservice.flows.settings.after.password.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_settings_after_profile_default_browser_return_url": { - "description": "Configures the Ory Kratos Settings Default Return URL After Updating Profiles\n\nThis governs the \"selfservice.flows.settings.after.profile.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_settings_after_totp_default_browser_return_url": { - "description": "Configures the Ory Kratos Settings Default Return URL After Updating TOTP\n\nThis governs the \"selfservice.flows.settings.after.totp.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_settings_after_webauthn_default_browser_return_url": { - "description": "Configures the Ory Kratos Settings Default Return URL After Updating WebAuthn\n\nThis governs the \"selfservice.flows.settings.after.webauthn.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_settings_lifespan": { - "description": "Configures the Ory Kratos Settings Lifespan\n\nThis governs the \"selfservice.flows.settings.lifespan\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_settings_privileged_session_max_age": { - "description": "Configures the Ory Kratos Settings Privileged Session Max Age\n\nThis governs the \"selfservice.flows.settings.privileged_session_max_age\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_settings_required_aal": { - "description": "Configures the Ory Kratos Settings Required AAL\n\nThis governs the \"selfservice.flows.settings.required_aal\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_settings_ui_url": { - "description": "Configures the Ory Kratos Settings UI URL\n\nThis governs the \"selfservice.flows.settings.ui_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_verification_after_default_browser_return_url": { - "description": "Configures the Ory Kratos Verification Default Return URL\n\nThis governs the \"selfservice.flows.verification.after.default_browser_return_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_verification_enabled": { - "description": "Configures the Ory Kratos Verification Enabled Setting\n\nThis governs the \"selfservice.flows.verification.enabled\" setting.", - "type": "boolean" - }, - "kratos_selfservice_flows_verification_lifespan": { - "description": "Configures the Ory Kratos Verification Lifespan\n\nThis governs the \"selfservice.flows.verification.lifespan\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_verification_notify_unknown_recipients": { - "description": "Configures whether to notify unknown recipients of a Ory Kratos verification flow\n\nThis governs the \"selfservice.flows.verification.notify_unknown_recipients\" setting.", - "type": "boolean" - }, - "kratos_selfservice_flows_verification_ui_url": { - "description": "Configures the Ory Kratos Verification UI URL\n\nThis governs the \"selfservice.flows.verification.ui_url\" setting.", - "type": "string" - }, - "kratos_selfservice_flows_verification_use": { - "description": "Configures the Ory Kratos Strategy to use for Verification\n\nThis governs the \"selfservice.flows.verification.use\" setting.\nlink SelfServiceMessageVerificationStrategyLink\ncode SelfServiceMessageVerificationStrategyCode", - "enum": [ - "link", - "code" - ], - "type": "string", - "x-go-enum-desc": "link SelfServiceMessageVerificationStrategyLink\ncode SelfServiceMessageVerificationStrategyCode" - }, - "kratos_selfservice_methods_code_config_lifespan": { - "description": "Configures the Ory Kratos Code Method's lifespan\n\nThis governs the \"selfservice.methods.code.config.lifespan\" setting.", - "type": "string" - }, - "kratos_selfservice_methods_code_config_missing_credential_fallback_enabled": { - "description": "Enables a fallback method required in certain legacy use cases.\n\nThis governs the \"selfservice.methods.code.config.missing_credential_fallback_enabled\" setting.", - "type": "boolean" - }, - "kratos_selfservice_methods_code_enabled": { - "description": "Configures whether Ory Kratos Code Method is enabled\n\nThis governs the \"selfservice.methods.code.enabled\" setting.", - "type": "boolean" - }, - "kratos_selfservice_methods_code_mfa_enabled": { - "description": "Configures whether the code method can be used to fulfil MFA flows\n\nThis governs the \"selfservice.methods.code.mfa_enabled\" setting.", - "type": "boolean" - }, - "kratos_selfservice_methods_code_passwordless_enabled": { - "description": "Configures whether Ory Kratos Passwordless should use the Code Method\n\nThis governs the \"selfservice.methods.code.passwordless_enabled\" setting.", - "type": "boolean" - }, - "kratos_selfservice_methods_code_passwordless_login_fallback_enabled": { - "description": "This setting allows the code method to always login a user with code if they have registered with another authentication method such as password or social sign in.\n\nThis governs the \"selfservice.methods.code.passwordless_login_fallback_enabled\" setting.", - "type": "boolean" - }, - "kratos_selfservice_methods_link_config_base_url": { - "description": "Configures the Base URL which Recovery, Verification, and Login Links Point to\n\nIt is recommended to leave this value empty. It will be appropriately configured to the best matching domain\n(e.g. when using custom domains) automatically.\n\nThis governs the \"selfservice.methods.link.config.base_url\" setting.", - "type": "string" - }, - "kratos_selfservice_methods_link_config_lifespan": { - "description": "Configures the Ory Kratos Link Method's lifespan\n\nThis governs the \"selfservice.methods.link.config.lifespan\" setting.", - "type": "string" - }, - "kratos_selfservice_methods_link_enabled": { - "description": "Configures whether Ory Kratos Link Method is enabled\n\nThis governs the \"selfservice.methods.link.enabled\" setting.", - "type": "boolean" - }, - "kratos_selfservice_methods_lookup_secret_enabled": { - "description": "Configures whether Ory Kratos TOTP Lookup Secret is enabled\n\nThis governs the \"selfservice.methods.lookup_secret.enabled\" setting.", - "type": "boolean" - }, - "kratos_selfservice_methods_oidc_config_base_redirect_uri": { - "description": "Configures the Ory Kratos Third Party / OpenID Connect base redirect URI\n\nThis governs the \"selfservice.methods.oidc.config.base_redirect_uri\" setting.", - "type": "string" - }, - "kratos_selfservice_methods_oidc_config_providers": { - "$ref": "#/components/schemas/projectRevisionThirdPartyLoginProviders" - }, - "kratos_selfservice_methods_oidc_enabled": { - "description": "Configures whether Ory Kratos Third Party / OpenID Connect Login is enabled\n\nThis governs the \"selfservice.methods.oidc.enabled\" setting.", - "type": "boolean" - }, - "kratos_selfservice_methods_passkey_config_rp_display_name": { - "description": "Configures the Ory Kratos Passkey RP Display Name\n\nThis governs the \"selfservice.methods.passkey.config.rp.display_name\" setting.", - "type": "string" - }, - "kratos_selfservice_methods_passkey_config_rp_id": { - "description": "Configures the Ory Kratos Passkey RP ID\n\nThis governs the \"selfservice.methods.passkey.config.rp.id\" setting.", - "type": "string" - }, - "kratos_selfservice_methods_passkey_config_rp_origins": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "kratos_selfservice_methods_passkey_enabled": { - "description": "Configures whether Ory Kratos Passkey authentication is enabled\n\nThis governs the \"selfservice.methods.passkey.enabled\" setting.", - "type": "boolean" - }, - "kratos_selfservice_methods_password_config_haveibeenpwned_enabled": { - "description": "Configures whether Ory Kratos Password HIBP Checks is enabled\n\nThis governs the \"selfservice.methods.password.config.haveibeenpwned_enabled\" setting.", - "type": "boolean" - }, - "kratos_selfservice_methods_password_config_identifier_similarity_check_enabled": { - "description": "Configures whether Ory Kratos Password should disable the similarity policy.\n\nThis governs the \"selfservice.methods.password.config.identifier_similarity_check_enabled\" setting.", - "type": "boolean" - }, - "kratos_selfservice_methods_password_config_ignore_network_errors": { - "description": "Configures whether Ory Kratos Password Should ignore HIBPWND Network Errors\n\nThis governs the \"selfservice.methods.password.config.ignore_network_errors\" setting.", - "type": "boolean" - }, - "kratos_selfservice_methods_password_config_max_breaches": { - "description": "Configures Ory Kratos Password Max Breaches Detection\n\nThis governs the \"selfservice.methods.password.config.max_breaches\" setting.", - "format": "int64", - "type": "integer" - }, - "kratos_selfservice_methods_password_config_min_password_length": { - "description": "Configures the minimum length of passwords.\n\nThis governs the \"selfservice.methods.password.config.min_password_length\" setting.", - "format": "int64", - "type": "integer" - }, - "kratos_selfservice_methods_password_enabled": { - "description": "Configures whether Ory Kratos Password Method is enabled\n\nThis governs the \"selfservice.methods.password.enabled\" setting.", - "type": "boolean" - }, - "kratos_selfservice_methods_profile_enabled": { - "description": "Configures whether Ory Kratos Profile Method is enabled\n\nThis governs the \"selfservice.methods.profile.enabled\" setting.", - "type": "boolean" - }, - "kratos_selfservice_methods_totp_config_issuer": { - "description": "Configures Ory Kratos TOTP Issuer\n\nThis governs the \"selfservice.methods.totp.config.issuer\" setting.", - "type": "string" - }, - "kratos_selfservice_methods_totp_enabled": { - "description": "Configures whether Ory Kratos TOTP Method is enabled\n\nThis governs the \"selfservice.methods.totp.enabled\" setting.", - "type": "boolean" - }, - "kratos_selfservice_methods_webauthn_config_passwordless": { - "description": "Configures whether Ory Kratos Webauthn is used for passwordless flows\n\nThis governs the \"selfservice.methods.webauthn.config.passwordless\" setting.", - "type": "boolean" - }, - "kratos_selfservice_methods_webauthn_config_rp_display_name": { - "description": "Configures the Ory Kratos Webauthn RP Display Name\n\nThis governs the \"selfservice.methods.webauthn.config.rp.display_name\" setting.", - "type": "string" - }, - "kratos_selfservice_methods_webauthn_config_rp_icon": { - "description": "Configures the Ory Kratos Webauthn RP Icon\n\nThis governs the \"selfservice.methods.webauthn.config.rp.icon\" setting.\nDeprecated: This value will be ignored due to security considerations.", - "type": "string" - }, - "kratos_selfservice_methods_webauthn_config_rp_id": { - "description": "Configures the Ory Kratos Webauthn RP ID\n\nThis governs the \"selfservice.methods.webauthn.config.rp.id\" setting.", - "type": "string" - }, - "kratos_selfservice_methods_webauthn_config_rp_origins": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "kratos_selfservice_methods_webauthn_enabled": { - "description": "Configures whether Ory Kratos Webauthn is enabled\n\nThis governs the \"selfservice.methods.webauthn.enabled\" setting.", - "type": "boolean" - }, - "kratos_session_cookie_persistent": { - "description": "Configures the Ory Kratos Session Cookie Persistent Attribute\n\nThis governs the \"session.cookie.persistent\" setting.", - "type": "boolean" - }, - "kratos_session_cookie_same_site": { - "description": "Configures the Ory Kratos Session Cookie SameSite Attribute\n\nThis governs the \"session.cookie.same_site\" setting.", - "type": "string" - }, - "kratos_session_lifespan": { - "description": "Configures the Ory Kratos Session Lifespan\n\nThis governs the \"session.lifespan\" setting.", - "type": "string" - }, - "kratos_session_whoami_required_aal": { - "description": "Configures the Ory Kratos Session Whoami AAL requirement\n\nThis governs the \"session.whoami.required_aal\" setting.", - "type": "string" - }, - "kratos_session_whoami_tokenizer_templates": { - "$ref": "#/components/schemas/normalizedProjectRevisionTokenizerTemplates" - }, - "name": { - "description": "The project's name.", - "type": "string" - }, - "project_id": { - "description": "The Revision's Project ID", - "format": "uuid", - "type": "string" - }, - "project_revision_hooks": { - "$ref": "#/components/schemas/projectRevisionHooks" - }, - "serve_admin_cors_allowed_origins": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "serve_admin_cors_enabled": { - "description": "Enable CORS headers on all admin APIs\n\nThis governs the \"serve.admin.cors.enabled\" setting.", - "type": "boolean" - }, - "serve_public_cors_allowed_origins": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "serve_public_cors_enabled": { - "description": "Enable CORS headers on all public APIs\n\nThis governs the \"serve.public.cors.enabled\" setting.", - "type": "boolean" - }, - "strict_security": { - "description": "Whether the project should employ strict security measures. Setting this to true is recommended for going into production.", - "type": "boolean" - }, - "updated_at": { - "description": "Last Time Project's Revision was Updated", - "format": "date-time", - "readOnly": true, - "type": "string" - } - }, - "required": [ - "name" - ], - "type": "object" - }, - "normalizedProjectRevisionHook": { - "properties": { - "config_key": { - "description": "The Hooks Config Key", - "type": "string" - }, - "created_at": { - "description": "The Project's Revision Creation Date", - "format": "date-time", - "readOnly": true, - "type": "string" - }, - "hook": { - "description": "The Hook Type", - "type": "string" - }, - "id": { - "description": "ID of the entry", - "format": "uuid", - "type": "string" - }, - "project_revision_id": { - "description": "The Revision's ID this schema belongs to", - "format": "uuid", - "type": "string" - }, - "updated_at": { - "description": "Last Time Project's Revision was Updated", - "format": "date-time", - "readOnly": true, - "type": "string" - }, - "web_hook_config_auth_api_key_in": { - "description": "Whether to send the API Key in the HTTP Header or as a HTTP Cookie", - "example": "header", - "type": "string" - }, - "web_hook_config_auth_api_key_name": { - "description": "The name of the api key", - "example": "X-API-Key", - "type": "string" - }, - "web_hook_config_auth_api_key_value": { - "description": "The value of the api key", - "example": "eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ", - "type": "string" - }, - "web_hook_config_auth_basic_auth_password": { - "description": "The password to be sent in the HTTP Basic Auth Header", - "type": "string" - }, - "web_hook_config_auth_basic_auth_user": { - "description": "The username to be sent in the HTTP Basic Auth Header", - "type": "string" - }, - "web_hook_config_auth_type": { - "description": "HTTP Auth Method to use for the Web-Hook", - "type": "string" - }, - "web_hook_config_body": { - "description": "URI pointing to the JsonNet template used for Web-Hook payload generation. Only used for those HTTP methods, which support HTTP body payloads.", - "example": "base64://ZnVuY3Rpb24oY3R4KSB7CiAgaWRlbnRpdHlfaWQ6IGlmIGN0eFsiaWRlbnRpdHkiXSAhPSBudWxsIHRoZW4gY3R4LmlkZW50aXR5LmlkLAp9=", - "type": "string" - }, - "web_hook_config_can_interrupt": { - "description": "If enabled allows the web hook to interrupt / abort the self-service flow. It only applies to certain flows (registration/verification/login/settings) and requires a valid response format.", - "type": "boolean" - }, - "web_hook_config_method": { - "description": "The HTTP method to use (GET, POST, etc) for the Web-Hook", - "example": "POST", - "type": "string" - }, - "web_hook_config_response_ignore": { - "description": "Whether to ignore the Web Hook response", - "type": "boolean" - }, - "web_hook_config_response_parse": { - "description": "Whether to parse the Web Hook response", - "type": "boolean" - }, - "web_hook_config_url": { - "description": "The URL the Web-Hook should call", - "example": "https://www.example.org/web-hook-listener", - "type": "string" - } - }, - "required": [ - "config_key", - "hook" - ], - "type": "object" - }, - "normalizedProjectRevisionIdentitySchema": { - "properties": { - "created_at": { - "description": "The Project's Revision Creation Date", - "format": "date-time", - "readOnly": true, - "type": "string" - }, - "id": { - "description": "The unique ID of this entry.", - "format": "uuid", - "type": "string" - }, - "identity_schema": { - "$ref": "#/components/schemas/managedIdentitySchema" - }, - "identity_schema_id": { - "$ref": "#/components/schemas/NullUUID" - }, - "import_id": { - "description": "The imported (named) ID of the Identity Schema referenced in the Ory Kratos config.", - "type": "string" - }, - "import_url": { - "description": "The ImportURL can be used to import an Identity Schema from a bse64 encoded string.\nIn the future, this key also support HTTPS and other sources!\n\nIf you import an Ory Kratos configuration, this would be akin to the `identity.schemas.#.url` key.\n\nThe configuration will always return the import URL when you fetch it from the API.", - "example": "base64://ey...", - "type": "string" - }, - "is_default": { - "description": "If true sets the default schema for identities\n\nOnly one schema can ever be the default schema. If you\ntry to add two schemas with default to true, the\nrequest will fail.", - "type": "boolean" - }, - "preset": { - "description": "Use a preset instead of a custom identity schema.", - "type": "string" - }, - "project_revision_id": { - "description": "The Revision's ID this schema belongs to", - "format": "uuid", - "type": "string" - }, - "updated_at": { - "description": "Last Time Project's Revision was Updated", - "format": "date-time", - "readOnly": true, - "type": "string" - } - }, - "type": "object" - }, - "normalizedProjectRevisionIdentitySchemas": { - "items": { - "$ref": "#/components/schemas/normalizedProjectRevisionIdentitySchema" - }, - "type": "array" - }, - "normalizedProjectRevisionThirdPartyProvider": { - "properties": { - "additional_id_token_audiences": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "apple_private_key": { - "$ref": "#/components/schemas/String" - }, - "apple_private_key_id": { - "description": "Apple Private Key Identifier\n\nSign In with Apple Private Key Identifier needed for generating a JWT token for client secret", - "example": "UX56C66723", - "type": "string" - }, - "apple_team_id": { - "description": "Apple Developer Team ID\n\nApple Developer Team ID needed for generating a JWT token for client secret", - "example": "KP76DQS54M", - "type": "string" - }, - "auth_url": { - "description": "AuthURL is the authorize url, typically something like: https://example.org/oauth2/auth\nShould only be used when the OAuth2 / OpenID Connect server is not supporting OpenID Connect Discovery and when\n`provider` is set to `generic`.", - "example": "https://www.googleapis.com/oauth2/v2/auth", - "type": "string" - }, - "azure_tenant": { - "description": "Tenant is the Azure AD Tenant to use for authentication, and must be set when `provider` is set to `microsoft`.\n\nCan be either `common`, `organizations`, `consumers` for a multitenant application or a specific tenant like\n`8eaef023-2b34-4da1-9baa-8bc8c9d6a490` or `contoso.onmicrosoft.com`.", - "example": "contoso.onmicrosoft.com", - "type": "string" - }, - "claims_source": { - "$ref": "#/components/schemas/String" - }, - "client_id": { - "description": "ClientID is the application's Client ID.", - "type": "string" - }, - "client_secret": { - "$ref": "#/components/schemas/String" - }, - "created_at": { - "description": "The Project's Revision Creation Date", - "format": "date-time", - "readOnly": true, - "type": "string" - }, - "id": { - "format": "uuid", - "type": "string" - }, - "issuer_url": { - "description": "IssuerURL is the OpenID Connect Server URL. You can leave this empty if `provider` is not set to `generic`.\nIf set, neither `auth_url` nor `token_url` are required.", - "example": "https://accounts.google.com", - "type": "string" - }, - "label": { - "description": "Label represents an optional label which can be used in the UI generation.", - "type": "string" - }, - "mapper_url": { - "description": "Mapper specifies the JSONNet code snippet which uses the OpenID Connect Provider's data (e.g. GitHub or Google\nprofile information) to hydrate the identity's data.", - "type": "string" - }, - "organization_id": { - "$ref": "#/components/schemas/NullUUID" - }, - "project_revision_id": { - "description": "The Revision's ID this schema belongs to", - "format": "uuid", - "type": "string" - }, - "provider": { - "description": "Provider is either \"generic\" for a generic OAuth 2.0 / OpenID Connect Provider or one of:\ngeneric\ngoogle\ngithub\ngitlab\nmicrosoft\ndiscord\nslack\nfacebook\nvk\nyandex\napple", - "example": "google", - "type": "string" - }, - "provider_id": { - "description": "ID is the provider's ID", - "type": "string" - }, - "requested_claims": { - "$ref": "#/components/schemas/JSONRawMessage" - }, - "scope": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "state": { - "description": "State indicates the state of the provider\n\nOnly providers with state `enabled` will be used for authentication\nenabled ThirdPartyProviderStateEnabled\ndisabled ThirdPartyProviderStateDisabled", - "enum": [ - "enabled", - "disabled" - ], - "type": "string", - "x-go-enum-desc": "enabled ThirdPartyProviderStateEnabled\ndisabled ThirdPartyProviderStateDisabled" - }, - "subject_source": { - "$ref": "#/components/schemas/String" - }, - "token_url": { - "description": "TokenURL is the token url, typically something like: https://example.org/oauth2/token\n\nShould only be used when the OAuth2 / OpenID Connect server is not supporting OpenID Connect Discovery and when\n`provider` is set to `generic`.", - "example": "https://www.googleapis.com/oauth2/v4/token", - "type": "string" - }, - "updated_at": { - "description": "Last Time Project's Revision was Updated", - "format": "date-time", - "readOnly": true, - "type": "string" - } - }, - "type": "object" - }, - "normalizedProjectRevisionTokenizerTemplate": { - "properties": { - "claims_mapper_url": { - "description": "Claims mapper URL", - "type": "string" - }, - "created_at": { - "description": "The Project's Revision Creation Date", - "format": "date-time", - "readOnly": true, - "type": "string" - }, - "id": { - "description": "The revision ID.", - "format": "uuid", - "readOnly": true, - "type": "string" - }, - "jwks_url": { - "description": "JSON Web Key URL", - "type": "string" - }, - "key": { - "description": "The unique key of the template", - "type": "string" - }, - "project_revision_id": { - "description": "The Revision's ID this schema belongs to", - "format": "uuid", - "type": "string" - }, - "ttl": { - "default": "1m", - "description": "Token time to live", - "example": "1h", - "pattern": "^[0-9]+(ns|us|ms|s|m|h)$", - "type": "string" - }, - "updated_at": { - "description": "Last Time Project's Revision was Updated", - "format": "date-time", - "readOnly": true, - "type": "string" - } - }, - "type": "object" - }, - "normalizedProjectRevisionTokenizerTemplates": { - "items": { - "$ref": "#/components/schemas/normalizedProjectRevisionTokenizerTemplate" - }, - "type": "array" - }, - "normalizedProjects": { - "items": { - "$ref": "#/components/schemas/normalizedProject" - }, - "type": "array" - }, - "nullBool": { - "nullable": true, - "type": "boolean" - }, - "nullDuration": { - "nullable": true, - "pattern": "^[0-9]+(ns|us|ms|s|m|h)$", - "type": "string" - }, - "nullInt64": { - "nullable": true, - "type": "integer" - }, - "nullJsonRawMessage": { - "description": "NullJSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger and is NULLable-", - "nullable": true, - "type": "object" - }, - "nullString": { - "type": "string" - }, - "nullTime": { - "format": "date-time", - "title": "NullTime implements sql.NullTime functionality.", - "type": "string" - }, - "oAuth2Client": { - "description": "OAuth 2.0 Clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are\ngenerated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.", - "properties": { - "access_token_strategy": { - "description": "OAuth 2.0 Access Token Strategy\n\nAccessTokenStrategy is the strategy used to generate access tokens.\nValid options are `jwt` and `opaque`. `jwt` is a bad idea, see https://www.ory.sh/docs/hydra/advanced#json-web-tokens\nSetting the stragegy here overrides the global setting in `strategies.access_token`.", - "type": "string" - }, - "allowed_cors_origins": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "audience": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "authorization_code_grant_access_token_lifespan": { - "$ref": "#/components/schemas/NullDuration" - }, - "authorization_code_grant_id_token_lifespan": { - "$ref": "#/components/schemas/NullDuration" - }, - "authorization_code_grant_refresh_token_lifespan": { - "$ref": "#/components/schemas/NullDuration" - }, - "backchannel_logout_session_required": { - "description": "OpenID Connect Back-Channel Logout Session Required\n\nBoolean value specifying whether the RP requires that a sid (session ID) Claim be included in the Logout\nToken to identify the RP session with the OP when the backchannel_logout_uri is used.\nIf omitted, the default value is false.", - "type": "boolean" - }, - "backchannel_logout_uri": { - "description": "OpenID Connect Back-Channel Logout URI\n\nRP URL that will cause the RP to log itself out when sent a Logout Token by the OP.", - "type": "string" - }, - "client_credentials_grant_access_token_lifespan": { - "$ref": "#/components/schemas/NullDuration" - }, - "client_id": { - "description": "OAuth 2.0 Client ID\n\nThe ID is immutable. If no ID is provided, a UUID4 will be generated.", - "type": "string" - }, - "client_name": { - "description": "OAuth 2.0 Client Name\n\nThe human-readable name of the client to be presented to the\nend-user during authorization.", - "type": "string" - }, - "client_secret": { - "description": "OAuth 2.0 Client Secret\n\nThe secret will be included in the create request as cleartext, and then\nnever again. The secret is kept in hashed format and is not recoverable once lost.", - "type": "string" - }, - "client_secret_expires_at": { - "description": "OAuth 2.0 Client Secret Expires At\n\nThe field is currently not supported and its value is always 0.", - "format": "int64", - "type": "integer" - }, - "client_uri": { - "description": "OAuth 2.0 Client URI\n\nClientURI is a URL string of a web page providing information about the client.\nIf present, the server SHOULD display this URL to the end-user in\na clickable fashion.", - "type": "string" - }, - "contacts": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "created_at": { - "description": "OAuth 2.0 Client Creation Date\n\nCreatedAt returns the timestamp of the client's creation.", - "format": "date-time", - "type": "string" - }, - "frontchannel_logout_session_required": { - "description": "OpenID Connect Front-Channel Logout Session Required\n\nBoolean value specifying whether the RP requires that iss (issuer) and sid (session ID) query parameters be\nincluded to identify the RP session with the OP when the frontchannel_logout_uri is used.\nIf omitted, the default value is false.", - "type": "boolean" - }, - "frontchannel_logout_uri": { - "description": "OpenID Connect Front-Channel Logout URI\n\nRP URL that will cause the RP to log itself out when rendered in an iframe by the OP. An iss (issuer) query\nparameter and a sid (session ID) query parameter MAY be included by the OP to enable the RP to validate the\nrequest and to determine which of the potentially multiple sessions is to be logged out; if either is\nincluded, both MUST be.", - "type": "string" - }, - "grant_types": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "implicit_grant_access_token_lifespan": { - "$ref": "#/components/schemas/NullDuration" - }, - "implicit_grant_id_token_lifespan": { - "$ref": "#/components/schemas/NullDuration" - }, - "jwks": { - "description": "OAuth 2.0 Client JSON Web Key Set\n\nClient's JSON Web Key Set [JWK] document, passed by value. The semantics of the jwks parameter are the same as\nthe jwks_uri parameter, other than that the JWK Set is passed by value, rather than by reference. This parameter\nis intended only to be used by Clients that, for some reason, are unable to use the jwks_uri parameter, for\ninstance, by native applications that might not have a location to host the contents of the JWK Set. If a Client\ncan use jwks_uri, it MUST NOT use jwks. One significant downside of jwks is that it does not enable key rotation\n(which jwks_uri does, as described in Section 10 of OpenID Connect Core 1.0 [OpenID.Core]). The jwks_uri and jwks\nparameters MUST NOT be used together." - }, - "jwks_uri": { - "description": "OAuth 2.0 Client JSON Web Key Set URL\n\nURL for the Client's JSON Web Key Set [JWK] document. If the Client signs requests to the Server, it contains\nthe signing key(s) the Server uses to validate signatures from the Client. The JWK Set MAY also contain the\nClient's encryption keys(s), which are used by the Server to encrypt responses to the Client. When both signing\nand encryption keys are made available, a use (Key Use) parameter value is REQUIRED for all keys in the referenced\nJWK Set to indicate each key's intended usage. Although some algorithms allow the same key to be used for both\nsignatures and encryption, doing so is NOT RECOMMENDED, as it is less secure. The JWK x5c parameter MAY be used\nto provide X.509 representations of keys provided. When used, the bare key values MUST still be present and MUST\nmatch those in the certificate.", - "type": "string" - }, - "jwt_bearer_grant_access_token_lifespan": { - "$ref": "#/components/schemas/NullDuration" - }, - "logo_uri": { - "description": "OAuth 2.0 Client Logo URI\n\nA URL string referencing the client's logo.", - "type": "string" - }, - "metadata": { - "$ref": "#/components/schemas/JSONRawMessage" - }, - "owner": { - "description": "OAuth 2.0 Client Owner\n\nOwner is a string identifying the owner of the OAuth 2.0 Client.", - "type": "string" - }, - "policy_uri": { - "description": "OAuth 2.0 Client Policy URI\n\nPolicyURI is a URL string that points to a human-readable privacy policy document\nthat describes how the deployment organization collects, uses,\nretains, and discloses personal data.", - "type": "string" - }, - "post_logout_redirect_uris": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "redirect_uris": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "refresh_token_grant_access_token_lifespan": { - "$ref": "#/components/schemas/NullDuration" - }, - "refresh_token_grant_id_token_lifespan": { - "$ref": "#/components/schemas/NullDuration" - }, - "refresh_token_grant_refresh_token_lifespan": { - "$ref": "#/components/schemas/NullDuration" - }, - "registration_access_token": { - "description": "OpenID Connect Dynamic Client Registration Access Token\n\nRegistrationAccessToken can be used to update, get, or delete the OAuth2 Client. It is sent when creating a client\nusing Dynamic Client Registration.", - "type": "string" - }, - "registration_client_uri": { - "description": "OpenID Connect Dynamic Client Registration URL\n\nRegistrationClientURI is the URL used to update, get, or delete the OAuth2 Client.", - "type": "string" - }, - "request_object_signing_alg": { - "description": "OpenID Connect Request Object Signing Algorithm\n\nJWS [JWS] alg algorithm [JWA] that MUST be used for signing Request Objects sent to the OP. All Request Objects\nfrom this Client MUST be rejected, if not signed with this algorithm.", - "type": "string" - }, - "request_uris": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "response_types": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "scope": { - "description": "OAuth 2.0 Client Scope\n\nScope is a string containing a space-separated list of scope values (as\ndescribed in Section 3.3 of OAuth 2.0 [RFC6749]) that the client\ncan use when requesting access tokens.", - "example": "scope1 scope-2 scope.3 scope:4", - "type": "string" - }, - "sector_identifier_uri": { - "description": "OpenID Connect Sector Identifier URI\n\nURL using the https scheme to be used in calculating Pseudonymous Identifiers by the OP. The URL references a\nfile with a single JSON array of redirect_uri values.", - "type": "string" - }, - "skip_consent": { - "description": "SkipConsent skips the consent screen for this client. This field can only\nbe set from the admin API.", - "type": "boolean" - }, - "skip_logout_consent": { - "description": "SkipLogoutConsent skips the logout consent screen for this client. This field can only\nbe set from the admin API.", - "type": "boolean" - }, - "subject_type": { - "description": "OpenID Connect Subject Type\n\nThe `subject_types_supported` Discovery parameter contains a\nlist of the supported subject_type values for this server. Valid types include `pairwise` and `public`.", - "type": "string" - }, - "token_endpoint_auth_method": { - "default": "client_secret_basic", - "description": "OAuth 2.0 Token Endpoint Authentication Method\n\nRequested Client Authentication method for the Token Endpoint. The options are:\n\n`client_secret_basic`: (default) Send `client_id` and `client_secret` as `application/x-www-form-urlencoded` encoded in the HTTP Authorization header.\n`client_secret_post`: Send `client_id` and `client_secret` as `application/x-www-form-urlencoded` in the HTTP body.\n`private_key_jwt`: Use JSON Web Tokens to authenticate the client.\n`none`: Used for public clients (native apps, mobile apps) which can not have secrets.", - "type": "string" - }, - "token_endpoint_auth_signing_alg": { - "description": "OAuth 2.0 Token Endpoint Signing Algorithm\n\nRequested Client Authentication signing algorithm for the Token Endpoint.", - "type": "string" - }, - "tos_uri": { - "description": "OAuth 2.0 Client Terms of Service URI\n\nA URL string pointing to a human-readable terms of service\ndocument for the client that describes a contractual relationship\nbetween the end-user and the client that the end-user accepts when\nauthorizing the client.", - "type": "string" - }, - "updated_at": { - "description": "OAuth 2.0 Client Last Update Date\n\nUpdatedAt returns the timestamp of the last update.", - "format": "date-time", - "type": "string" - }, - "userinfo_signed_response_alg": { - "description": "OpenID Connect Request Userinfo Signed Response Algorithm\n\nJWS alg algorithm [JWA] REQUIRED for signing UserInfo Responses. If this is specified, the response will be JWT\n[JWT] serialized, and signed using JWS. The default, if omitted, is for the UserInfo Response to return the Claims\nas a UTF-8 encoded JSON object using the application/json content-type.", - "type": "string" - } - }, - "title": "OAuth 2.0 Client", - "type": "object" - }, - "oAuth2ClientTokenLifespans": { - "description": "Lifespans of different token types issued for this OAuth 2.0 Client.", - "properties": { - "authorization_code_grant_access_token_lifespan": { - "$ref": "#/components/schemas/NullDuration" - }, - "authorization_code_grant_id_token_lifespan": { - "$ref": "#/components/schemas/NullDuration" - }, - "authorization_code_grant_refresh_token_lifespan": { - "$ref": "#/components/schemas/NullDuration" - }, - "client_credentials_grant_access_token_lifespan": { - "$ref": "#/components/schemas/NullDuration" - }, - "implicit_grant_access_token_lifespan": { - "$ref": "#/components/schemas/NullDuration" - }, - "implicit_grant_id_token_lifespan": { - "$ref": "#/components/schemas/NullDuration" - }, - "jwt_bearer_grant_access_token_lifespan": { - "$ref": "#/components/schemas/NullDuration" - }, - "refresh_token_grant_access_token_lifespan": { - "$ref": "#/components/schemas/NullDuration" - }, - "refresh_token_grant_id_token_lifespan": { - "$ref": "#/components/schemas/NullDuration" - }, - "refresh_token_grant_refresh_token_lifespan": { - "$ref": "#/components/schemas/NullDuration" - } - }, - "title": "OAuth 2.0 Client Token Lifespans", - "type": "object" - }, - "oAuth2ConsentRequest": { - "properties": { - "acr": { - "description": "ACR represents the Authentication AuthorizationContext Class Reference value for this authentication session. You can use it\nto express that, for example, a user authenticated using two factor authentication.", - "type": "string" - }, - "amr": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "challenge": { - "description": "ID is the identifier (\"authorization challenge\") of the consent authorization request. It is used to\nidentify the session.", - "type": "string" - }, - "client": { - "$ref": "#/components/schemas/oAuth2Client" - }, - "context": { - "$ref": "#/components/schemas/JSONRawMessage" - }, - "login_challenge": { - "description": "LoginChallenge is the login challenge this consent challenge belongs to. It can be used to associate\na login and consent request in the login \u0026 consent app.", - "type": "string" - }, - "login_session_id": { - "description": "LoginSessionID is the login session ID. If the user-agent reuses a login session (via cookie / remember flag)\nthis ID will remain the same. If the user-agent did not have an existing authentication session (e.g. remember is false)\nthis will be a new random value. This value is used as the \"sid\" parameter in the ID Token and in OIDC Front-/Back-\nchannel logout. It's value can generally be used to associate consecutive login requests by a certain user.", - "type": "string" - }, - "oidc_context": { - "$ref": "#/components/schemas/oAuth2ConsentRequestOpenIDConnectContext" - }, - "request_url": { - "description": "RequestURL is the original OAuth 2.0 Authorization URL requested by the OAuth 2.0 client. It is the URL which\ninitiates the OAuth 2.0 Authorization Code or OAuth 2.0 Implicit flow. This URL is typically not needed, but\nmight come in handy if you want to deal with additional request parameters.", - "type": "string" - }, - "requested_access_token_audience": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "requested_scope": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "skip": { - "description": "Skip, if true, implies that the client has requested the same scopes from the same user previously.\nIf true, you must not ask the user to grant the requested scopes. You must however either allow or deny the\nconsent request using the usual API call.", - "type": "boolean" - }, - "subject": { - "description": "Subject is the user ID of the end-user that authenticated. Now, that end user needs to grant or deny the scope\nrequested by the OAuth 2.0 client.", - "type": "string" - } - }, - "required": [ - "challenge" - ], - "title": "Contains information on an ongoing consent request.", - "type": "object" - }, - "oAuth2ConsentRequestOpenIDConnectContext": { - "properties": { - "acr_values": { - "description": "ACRValues is the Authentication AuthorizationContext Class Reference requested in the OAuth 2.0 Authorization request.\nIt is a parameter defined by OpenID Connect and expresses which level of authentication (e.g. 2FA) is required.\n\nOpenID Connect defines it as follows:\n\u003e Requested Authentication AuthorizationContext Class Reference values. Space-separated string that specifies the acr values\nthat the Authorization Server is being requested to use for processing this Authentication Request, with the\nvalues appearing in order of preference. The Authentication AuthorizationContext Class satisfied by the authentication\nperformed is returned as the acr Claim Value, as specified in Section 2. The acr Claim is requested as a\nVoluntary Claim by this parameter.", - "items": { - "type": "string" - }, - "type": "array" - }, - "display": { - "description": "Display is a string value that specifies how the Authorization Server displays the authentication and consent user interface pages to the End-User.\nThe defined values are:\npage: The Authorization Server SHOULD display the authentication and consent UI consistent with a full User Agent page view. If the display parameter is not specified, this is the default display mode.\npopup: The Authorization Server SHOULD display the authentication and consent UI consistent with a popup User Agent window. The popup User Agent window should be of an appropriate size for a login-focused dialog and should not obscure the entire window that it is popping up over.\ntouch: The Authorization Server SHOULD display the authentication and consent UI consistent with a device that leverages a touch interface.\nwap: The Authorization Server SHOULD display the authentication and consent UI consistent with a \"feature phone\" type display.\n\nThe Authorization Server MAY also attempt to detect the capabilities of the User Agent and present an appropriate display.", - "type": "string" - }, - "id_token_hint_claims": { - "additionalProperties": {}, - "description": "IDTokenHintClaims are the claims of the ID Token previously issued by the Authorization Server being passed as a hint about the\nEnd-User's current or past authenticated session with the Client.", - "type": "object" - }, - "login_hint": { - "description": "LoginHint hints about the login identifier the End-User might use to log in (if necessary).\nThis hint can be used by an RP if it first asks the End-User for their e-mail address (or other identifier)\nand then wants to pass that value as a hint to the discovered authorization service. This value MAY also be a\nphone number in the format specified for the phone_number Claim. The use of this parameter is optional.", - "type": "string" - }, - "ui_locales": { - "description": "UILocales is the End-User'id preferred languages and scripts for the user interface, represented as a\nspace-separated list of BCP47 [RFC5646] language tag values, ordered by preference. For instance, the value\n\"fr-CA fr en\" represents a preference for French as spoken in Canada, then French (without a region designation),\nfollowed by English (without a region designation). An error SHOULD NOT result if some or all of the requested\nlocales are not supported by the OpenID Provider.", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "title": "Contains optional information about the OpenID Connect request.", - "type": "object" - }, - "oAuth2ConsentSession": { - "description": "A completed OAuth 2.0 Consent Session.", - "properties": { - "consent_request": { - "$ref": "#/components/schemas/oAuth2ConsentRequest" - }, - "context": { - "$ref": "#/components/schemas/JSONRawMessage" - }, - "expires_at": { - "properties": { - "access_token": { - "format": "date-time", - "type": "string" - }, - "authorize_code": { - "format": "date-time", - "type": "string" - }, - "id_token": { - "format": "date-time", - "type": "string" - }, - "par_context": { - "format": "date-time", - "type": "string" - }, - "refresh_token": { - "format": "date-time", - "type": "string" - } - }, - "type": "object" - }, - "grant_access_token_audience": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "grant_scope": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "handled_at": { - "$ref": "#/components/schemas/nullTime" - }, - "remember": { - "description": "Remember Consent\n\nRemember, if set to true, tells ORY Hydra to remember this consent authorization and reuse it if the same\nclient asks the same user for the same, or a subset of, scope.", - "type": "boolean" - }, - "remember_for": { - "description": "Remember Consent For\n\nRememberFor sets how long the consent authorization should be remembered for in seconds. If set to `0`, the\nauthorization will be remembered indefinitely.", - "format": "int64", - "type": "integer" - }, - "session": { - "$ref": "#/components/schemas/acceptOAuth2ConsentRequestSession" - } - }, - "title": "OAuth 2.0 Consent Session", - "type": "object" - }, - "oAuth2ConsentSessions": { - "description": "List of OAuth 2.0 Consent Sessions", - "items": { - "$ref": "#/components/schemas/oAuth2ConsentSession" - }, - "type": "array" - }, - "oAuth2LoginRequest": { - "properties": { - "challenge": { - "description": "ID is the identifier (\"login challenge\") of the login request. It is used to\nidentify the session.", - "type": "string" - }, - "client": { - "$ref": "#/components/schemas/oAuth2Client" - }, - "oidc_context": { - "$ref": "#/components/schemas/oAuth2ConsentRequestOpenIDConnectContext" - }, - "request_url": { - "description": "RequestURL is the original OAuth 2.0 Authorization URL requested by the OAuth 2.0 client. It is the URL which\ninitiates the OAuth 2.0 Authorization Code or OAuth 2.0 Implicit flow. This URL is typically not needed, but\nmight come in handy if you want to deal with additional request parameters.", - "type": "string" - }, - "requested_access_token_audience": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "requested_scope": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "session_id": { - "description": "SessionID is the login session ID. If the user-agent reuses a login session (via cookie / remember flag)\nthis ID will remain the same. If the user-agent did not have an existing authentication session (e.g. remember is false)\nthis will be a new random value. This value is used as the \"sid\" parameter in the ID Token and in OIDC Front-/Back-\nchannel logout. It's value can generally be used to associate consecutive login requests by a certain user.", - "type": "string" - }, - "skip": { - "description": "Skip, if true, implies that the client has requested the same scopes from the same user previously.\nIf true, you can skip asking the user to grant the requested scopes, and simply forward the user to the redirect URL.\n\nThis feature allows you to update / set session information.", - "type": "boolean" - }, - "subject": { - "description": "Subject is the user ID of the end-user that authenticated. Now, that end user needs to grant or deny the scope\nrequested by the OAuth 2.0 client. If this value is set and `skip` is true, you MUST include this subject type\nwhen accepting the login request, or the request will fail.", - "type": "string" - } - }, - "required": [ - "challenge", - "skip", - "subject", - "client", - "request_url" - ], - "title": "Contains information on an ongoing login request.", - "type": "object" - }, - "oAuth2LogoutRequest": { - "properties": { - "challenge": { - "description": "Challenge is the identifier (\"logout challenge\") of the logout authentication request. It is used to\nidentify the session.", - "type": "string" - }, - "client": { - "$ref": "#/components/schemas/oAuth2Client" - }, - "request_url": { - "description": "RequestURL is the original Logout URL requested.", - "type": "string" - }, - "rp_initiated": { - "description": "RPInitiated is set to true if the request was initiated by a Relying Party (RP), also known as an OAuth 2.0 Client.", - "type": "boolean" - }, - "sid": { - "description": "SessionID is the login session ID that was requested to log out.", - "type": "string" - }, - "subject": { - "description": "Subject is the user for whom the logout was request.", - "type": "string" - } - }, - "title": "Contains information about an ongoing logout request.", - "type": "object" - }, - "oAuth2RedirectTo": { - "description": "Contains a redirect URL used to complete a login, consent, or logout request.", - "properties": { - "redirect_to": { - "description": "RedirectURL is the URL which you should redirect the user's browser to once the authentication process is completed.", - "type": "string" - } - }, - "required": [ - "redirect_to" - ], - "title": "OAuth 2.0 Redirect Browser To", - "type": "object" - }, - "oAuth2TokenExchange": { - "description": "OAuth2 Token Exchange Result", - "properties": { - "access_token": { - "description": "The access token issued by the authorization server.", - "type": "string" - }, - "expires_in": { - "description": "The lifetime in seconds of the access token. For\nexample, the value \"3600\" denotes that the access token will\nexpire in one hour from the time the response was generated.", - "format": "int64", - "type": "integer" - }, - "id_token": { - "description": "To retrieve a refresh token request the id_token scope.", - "type": "string" - }, - "refresh_token": { - "description": "The refresh token, which can be used to obtain new\naccess tokens. To retrieve it add the scope \"offline\" to your access token request.", - "type": "string" - }, - "scope": { - "description": "The scope of the access token", - "type": "string" - }, - "token_type": { - "description": "The type of the token issued", - "type": "string" - } - }, - "type": "object" - }, - "oidcConfiguration": { - "description": "Includes links to several endpoints (for example `/oauth2/token`) and exposes information on supported signature algorithms\namong others.", - "properties": { - "authorization_endpoint": { - "description": "OAuth 2.0 Authorization Endpoint URL", - "example": "https://playground.ory.sh/ory-hydra/public/oauth2/auth", - "type": "string" - }, - "backchannel_logout_session_supported": { - "description": "OpenID Connect Back-Channel Logout Session Required\n\nBoolean value specifying whether the OP can pass a sid (session ID) Claim in the Logout Token to identify the RP\nsession with the OP. If supported, the sid Claim is also included in ID Tokens issued by the OP", - "type": "boolean" - }, - "backchannel_logout_supported": { - "description": "OpenID Connect Back-Channel Logout Supported\n\nBoolean value specifying whether the OP supports back-channel logout, with true indicating support.", - "type": "boolean" - }, - "claims_parameter_supported": { - "description": "OpenID Connect Claims Parameter Parameter Supported\n\nBoolean value specifying whether the OP supports use of the claims parameter, with true indicating support.", - "type": "boolean" - }, - "claims_supported": { - "description": "OpenID Connect Supported Claims\n\nJSON array containing a list of the Claim Names of the Claims that the OpenID Provider MAY be able to supply\nvalues for. Note that for privacy or other reasons, this might not be an exhaustive list.", - "items": { - "type": "string" - }, - "type": "array" - }, - "code_challenge_methods_supported": { - "description": "OAuth 2.0 PKCE Supported Code Challenge Methods\n\nJSON array containing a list of Proof Key for Code Exchange (PKCE) [RFC7636] code challenge methods supported\nby this authorization server.", - "items": { - "type": "string" - }, - "type": "array" - }, - "credentials_endpoint_draft_00": { - "description": "OpenID Connect Verifiable Credentials Endpoint\n\nContains the URL of the Verifiable Credentials Endpoint.", - "type": "string" - }, - "credentials_supported_draft_00": { - "description": "OpenID Connect Verifiable Credentials Supported\n\nJSON array containing a list of the Verifiable Credentials supported by this authorization server.", - "items": { - "$ref": "#/components/schemas/credentialSupportedDraft00" - }, - "type": "array" - }, - "end_session_endpoint": { - "description": "OpenID Connect End-Session Endpoint\n\nURL at the OP to which an RP can perform a redirect to request that the End-User be logged out at the OP.", - "type": "string" - }, - "frontchannel_logout_session_supported": { - "description": "OpenID Connect Front-Channel Logout Session Required\n\nBoolean value specifying whether the OP can pass iss (issuer) and sid (session ID) query parameters to identify\nthe RP session with the OP when the frontchannel_logout_uri is used. If supported, the sid Claim is also\nincluded in ID Tokens issued by the OP.", - "type": "boolean" - }, - "frontchannel_logout_supported": { - "description": "OpenID Connect Front-Channel Logout Supported\n\nBoolean value specifying whether the OP supports HTTP-based logout, with true indicating support.", - "type": "boolean" - }, - "grant_types_supported": { - "description": "OAuth 2.0 Supported Grant Types\n\nJSON array containing a list of the OAuth 2.0 Grant Type values that this OP supports.", - "items": { - "type": "string" - }, - "type": "array" - }, - "id_token_signed_response_alg": { - "description": "OpenID Connect Default ID Token Signing Algorithms\n\nAlgorithm used to sign OpenID Connect ID Tokens.", - "items": { - "type": "string" - }, - "type": "array" - }, - "id_token_signing_alg_values_supported": { - "description": "OpenID Connect Supported ID Token Signing Algorithms\n\nJSON array containing a list of the JWS signing algorithms (alg values) supported by the OP for the ID Token\nto encode the Claims in a JWT.", - "items": { - "type": "string" - }, - "type": "array" - }, - "issuer": { - "description": "OpenID Connect Issuer URL\n\nAn URL using the https scheme with no query or fragment component that the OP asserts as its IssuerURL Identifier.\nIf IssuerURL discovery is supported , this value MUST be identical to the issuer value returned\nby WebFinger. This also MUST be identical to the iss Claim value in ID Tokens issued from this IssuerURL.", - "example": "https://playground.ory.sh/ory-hydra/public/", - "type": "string" - }, - "jwks_uri": { - "description": "OpenID Connect Well-Known JSON Web Keys URL\n\nURL of the OP's JSON Web Key Set [JWK] document. This contains the signing key(s) the RP uses to validate\nsignatures from the OP. The JWK Set MAY also contain the Server's encryption key(s), which are used by RPs\nto encrypt requests to the Server. When both signing and encryption keys are made available, a use (Key Use)\nparameter value is REQUIRED for all keys in the referenced JWK Set to indicate each key's intended usage.\nAlthough some algorithms allow the same key to be used for both signatures and encryption, doing so is\nNOT RECOMMENDED, as it is less secure. The JWK x5c parameter MAY be used to provide X.509 representations of\nkeys provided. When used, the bare key values MUST still be present and MUST match those in the certificate.", - "example": "https://{slug}.projects.oryapis.com/.well-known/jwks.json", - "type": "string" - }, - "registration_endpoint": { - "description": "OpenID Connect Dynamic Client Registration Endpoint URL", - "example": "https://playground.ory.sh/ory-hydra/admin/client", - "type": "string" - }, - "request_object_signing_alg_values_supported": { - "description": "OpenID Connect Supported Request Object Signing Algorithms\n\nJSON array containing a list of the JWS signing algorithms (alg values) supported by the OP for Request Objects,\nwhich are described in Section 6.1 of OpenID Connect Core 1.0 [OpenID.Core]. These algorithms are used both when\nthe Request Object is passed by value (using the request parameter) and when it is passed by reference\n(using the request_uri parameter).", - "items": { - "type": "string" - }, - "type": "array" - }, - "request_parameter_supported": { - "description": "OpenID Connect Request Parameter Supported\n\nBoolean value specifying whether the OP supports use of the request parameter, with true indicating support.", - "type": "boolean" - }, - "request_uri_parameter_supported": { - "description": "OpenID Connect Request URI Parameter Supported\n\nBoolean value specifying whether the OP supports use of the request_uri parameter, with true indicating support.", - "type": "boolean" - }, - "require_request_uri_registration": { - "description": "OpenID Connect Requires Request URI Registration\n\nBoolean value specifying whether the OP requires any request_uri values used to be pre-registered\nusing the request_uris registration parameter.", - "type": "boolean" - }, - "response_modes_supported": { - "description": "OAuth 2.0 Supported Response Modes\n\nJSON array containing a list of the OAuth 2.0 response_mode values that this OP supports.", - "items": { - "type": "string" - }, - "type": "array" - }, - "response_types_supported": { - "description": "OAuth 2.0 Supported Response Types\n\nJSON array containing a list of the OAuth 2.0 response_type values that this OP supports. Dynamic OpenID\nProviders MUST support the code, id_token, and the token id_token Response Type values.", - "items": { - "type": "string" - }, - "type": "array" - }, - "revocation_endpoint": { - "description": "OAuth 2.0 Token Revocation URL\n\nURL of the authorization server's OAuth 2.0 revocation endpoint.", - "type": "string" - }, - "scopes_supported": { - "description": "OAuth 2.0 Supported Scope Values\n\nJSON array containing a list of the OAuth 2.0 [RFC6749] scope values that this server supports. The server MUST\nsupport the openid scope value. Servers MAY choose not to advertise some supported scope values even when this parameter is used", - "items": { - "type": "string" - }, - "type": "array" - }, - "subject_types_supported": { - "description": "OpenID Connect Supported Subject Types\n\nJSON array containing a list of the Subject Identifier types that this OP supports. Valid types include\npairwise and public.", - "items": { - "type": "string" - }, - "type": "array" - }, - "token_endpoint": { - "description": "OAuth 2.0 Token Endpoint URL", - "example": "https://playground.ory.sh/ory-hydra/public/oauth2/token", - "type": "string" - }, - "token_endpoint_auth_methods_supported": { - "description": "OAuth 2.0 Supported Client Authentication Methods\n\nJSON array containing a list of Client Authentication methods supported by this Token Endpoint. The options are\nclient_secret_post, client_secret_basic, client_secret_jwt, and private_key_jwt, as described in Section 9 of OpenID Connect Core 1.0", - "items": { - "type": "string" - }, - "type": "array" - }, - "userinfo_endpoint": { - "description": "OpenID Connect Userinfo URL\n\nURL of the OP's UserInfo Endpoint.", - "type": "string" - }, - "userinfo_signed_response_alg": { - "description": "OpenID Connect User Userinfo Signing Algorithm\n\nAlgorithm used to sign OpenID Connect Userinfo Responses.", - "items": { - "type": "string" - }, - "type": "array" - }, - "userinfo_signing_alg_values_supported": { - "description": "OpenID Connect Supported Userinfo Signing Algorithm\n\nJSON array containing a list of the JWS [JWS] signing algorithms (alg values) [JWA] supported by the UserInfo Endpoint to encode the Claims in a JWT [JWT].", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "issuer", - "authorization_endpoint", - "token_endpoint", - "jwks_uri", - "subject_types_supported", - "response_types_supported", - "id_token_signing_alg_values_supported", - "id_token_signed_response_alg", - "userinfo_signed_response_alg" - ], - "title": "OpenID Connect Discovery Metadata", - "type": "object" - }, - "oidcUserInfo": { - "description": "OpenID Connect Userinfo", - "properties": { - "birthdate": { - "description": "End-User's birthday, represented as an ISO 8601:2004 [ISO8601‑2004] YYYY-MM-DD format. The year MAY be 0000, indicating that it is omitted. To represent only the year, YYYY format is allowed. Note that depending on the underlying platform's date related function, providing just year can result in varying month and day, so the implementers need to take this factor into account to correctly process the dates.", - "type": "string" - }, - "email": { - "description": "End-User's preferred e-mail address. Its value MUST conform to the RFC 5322 [RFC5322] addr-spec syntax. The RP MUST NOT rely upon this value being unique, as discussed in Section 5.7.", - "type": "string" - }, - "email_verified": { - "description": "True if the End-User's e-mail address has been verified; otherwise false. When this Claim Value is true, this means that the OP took affirmative steps to ensure that this e-mail address was controlled by the End-User at the time the verification was performed. The means by which an e-mail address is verified is context-specific, and dependent upon the trust framework or contractual agreements within which the parties are operating.", - "type": "boolean" - }, - "family_name": { - "description": "Surname(s) or last name(s) of the End-User. Note that in some cultures, people can have multiple family names or no family name; all can be present, with the names being separated by space characters.", - "type": "string" - }, - "gender": { - "description": "End-User's gender. Values defined by this specification are female and male. Other values MAY be used when neither of the defined values are applicable.", - "type": "string" - }, - "given_name": { - "description": "Given name(s) or first name(s) of the End-User. Note that in some cultures, people can have multiple given names; all can be present, with the names being separated by space characters.", - "type": "string" - }, - "locale": { - "description": "End-User's locale, represented as a BCP47 [RFC5646] language tag. This is typically an ISO 639-1 Alpha-2 [ISO639‑1] language code in lowercase and an ISO 3166-1 Alpha-2 [ISO3166‑1] country code in uppercase, separated by a dash. For example, en-US or fr-CA. As a compatibility note, some implementations have used an underscore as the separator rather than a dash, for example, en_US; Relying Parties MAY choose to accept this locale syntax as well.", - "type": "string" - }, - "middle_name": { - "description": "Middle name(s) of the End-User. Note that in some cultures, people can have multiple middle names; all can be present, with the names being separated by space characters. Also note that in some cultures, middle names are not used.", - "type": "string" - }, - "name": { - "description": "End-User's full name in displayable form including all name parts, possibly including titles and suffixes, ordered according to the End-User's locale and preferences.", - "type": "string" - }, - "nickname": { - "description": "Casual name of the End-User that may or may not be the same as the given_name. For instance, a nickname value of Mike might be returned alongside a given_name value of Michael.", - "type": "string" - }, - "phone_number": { - "description": "End-User's preferred telephone number. E.164 [E.164] is RECOMMENDED as the format of this Claim, for example, +1 (425) 555-1212 or +56 (2) 687 2400. If the phone number contains an extension, it is RECOMMENDED that the extension be represented using the RFC 3966 [RFC3966] extension syntax, for example, +1 (604) 555-1234;ext=5678.", - "type": "string" - }, - "phone_number_verified": { - "description": "True if the End-User's phone number has been verified; otherwise false. When this Claim Value is true, this means that the OP took affirmative steps to ensure that this phone number was controlled by the End-User at the time the verification was performed. The means by which a phone number is verified is context-specific, and dependent upon the trust framework or contractual agreements within which the parties are operating. When true, the phone_number Claim MUST be in E.164 format and any extensions MUST be represented in RFC 3966 format.", - "type": "boolean" - }, - "picture": { - "description": "URL of the End-User's profile picture. This URL MUST refer to an image file (for example, a PNG, JPEG, or GIF image file), rather than to a Web page containing an image. Note that this URL SHOULD specifically reference a profile photo of the End-User suitable for displaying when describing the End-User, rather than an arbitrary photo taken by the End-User.", - "type": "string" - }, - "preferred_username": { - "description": "Non-unique shorthand name by which the End-User wishes to be referred to at the RP, such as janedoe or j.doe. This value MAY be any valid JSON string including special characters such as @, /, or whitespace.", - "type": "string" - }, - "profile": { - "description": "URL of the End-User's profile page. The contents of this Web page SHOULD be about the End-User.", - "type": "string" - }, - "sub": { - "description": "Subject - Identifier for the End-User at the IssuerURL.", - "type": "string" - }, - "updated_at": { - "description": "Time the End-User's information was last updated. Its value is a JSON number representing the number of seconds from 1970-01-01T0:0:0Z as measured in UTC until the date/time.", - "format": "int64", - "type": "integer" - }, - "website": { - "description": "URL of the End-User's Web page or blog. This Web page SHOULD contain information published by the End-User or an organization that the End-User is affiliated with.", - "type": "string" - }, - "zoneinfo": { - "description": "String from zoneinfo [zoneinfo] time zone database representing the End-User's time zone. For example, Europe/Paris or America/Los_Angeles.", - "type": "string" - } - }, - "type": "object" - }, - "organization": { - "description": "B2B SSO Organization", - "properties": { - "created_at": { - "description": "The organization's creation date.", - "format": "date-time", - "readOnly": true, - "type": "string" - }, - "domains": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "id": { - "description": "The organization's ID.", - "format": "uuid", - "type": "string" - }, - "label": { - "description": "The organization's human-readable label.", - "type": "string" - }, - "project_id": { - "description": "The project's ID.", - "format": "uuid", - "type": "string" - }, - "updated_at": { - "description": "The last time the organization was updated.", - "format": "date-time", - "readOnly": true, - "type": "string" - } - }, - "required": [ - "id", - "project_id", - "label", - "domains", - "created_at", - "updated_at" - ], - "type": "object" - }, - "pagination": { - "properties": { - "page_size": { - "default": 250, - "description": "Items per page\n\nThis is the number of items per page to return.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).", - "format": "int64", - "maximum": 1000, - "minimum": 1, - "type": "integer" - }, - "page_token": { - "default": "1", - "description": "Next Page Token\n\nThe next page token.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).", - "minimum": 1, - "type": "string" - } - }, - "type": "object" - }, - "paginationHeaders": { - "properties": { - "link": { - "description": "The link header contains pagination links.\n\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).\n\nin: header", - "type": "string" - }, - "x-total-count": { - "description": "The total number of clients.\n\nin: header", - "type": "string" - } - }, - "type": "object" - }, - "patchIdentitiesBody": { - "description": "Patch Identities Body", - "properties": { - "identities": { - "description": "Identities holds the list of patches to apply\n\nrequired", - "items": { - "$ref": "#/components/schemas/identityPatch" - }, - "type": "array" - } - }, - "type": "object" - }, - "performNativeLogoutBody": { - "description": "Perform Native Logout Request Body", - "properties": { - "session_token": { - "description": "The Session Token\n\nInvalidate this session token.", - "type": "string" - } - }, - "required": [ - "session_token" - ], - "type": "object" - }, - "permissionsOnProject": { - "additionalProperties": { - "type": "boolean" - }, - "description": "Get Permissions on Project Request Parameters", - "type": "object" - }, - "permissionsOnWorkspace": { - "description": "Get Permissions on Project Request Parameters", - "properties": { - "permissions": { - "additionalProperties": { - "type": "boolean" - }, - "type": "object" - } - }, - "type": "object" - }, - "plans": { - "$ref": "#/components/schemas/Pricing" - }, - "postCheckPermissionBody": { - "description": "Check Permission using Post Request Body", - "properties": { - "namespace": { - "description": "Namespace to query", - "type": "string" - }, - "object": { - "description": "Object to query", - "type": "string" - }, - "relation": { - "description": "Relation to query", - "type": "string" - }, - "subject_id": { - "description": "SubjectID to query\n\nEither SubjectSet or SubjectID can be provided.", - "type": "string" - }, - "subject_set": { - "$ref": "#/components/schemas/subjectSet" - } - }, - "type": "object" - }, - "postCheckPermissionOrErrorBody": { - "description": "Post Check Permission Or Error Body", - "properties": { - "namespace": { - "description": "Namespace to query", - "type": "string" - }, - "object": { - "description": "Object to query", - "type": "string" - }, - "relation": { - "description": "Relation to query", - "type": "string" - }, - "subject_id": { - "description": "SubjectID to query\n\nEither SubjectSet or SubjectID can be provided.", - "type": "string" - }, - "subject_set": { - "$ref": "#/components/schemas/subjectSet" - } - }, - "type": "object" - }, - "project": { - "properties": { - "cors_admin": { - "$ref": "#/components/schemas/projectCors" - }, - "cors_public": { - "$ref": "#/components/schemas/projectCors" - }, - "environment": { - "description": "The environment of the project.\nprod Production\nstage Staging\ndev Development", - "enum": [ - "prod", - "stage", - "dev" - ], - "type": "string", - "x-go-enum-desc": "prod Production\nstage Staging\ndev Development" - }, - "home_region": { - "description": "The project home region.\n\nThis is used to set where the project data is stored and where the project's endpoints are located.\neu-central EUCentral\nus-east USEast\nus-west USWest\nus US\nglobal Global", - "enum": [ - "eu-central", - "us-east", - "us-west", - "us", - "global" - ], - "type": "string", - "x-go-enum-desc": "eu-central EUCentral\nus-east USEast\nus-west USWest\nus US\nglobal Global" - }, - "id": { - "description": "The project's ID.", - "format": "uuid", - "readOnly": true, - "type": "string" - }, - "name": { - "description": "The name of the project.", - "type": "string" - }, - "revision_id": { - "description": "The configuration revision ID.", - "format": "uuid", - "readOnly": true, - "type": "string" - }, - "services": { - "$ref": "#/components/schemas/projectServices" - }, - "slug": { - "description": "The project's slug", - "readOnly": true, - "type": "string" - }, - "state": { - "description": "The state of the project.\nrunning Running\nhalted Halted\ndeleted Deleted", - "enum": [ - "running", - "halted", - "deleted" - ], - "readOnly": true, - "type": "string", - "x-go-enum-desc": "running Running\nhalted Halted\ndeleted Deleted" - }, - "workspace_id": { - "$ref": "#/components/schemas/NullUUID" - } - }, - "required": [ - "id", - "revision_id", - "slug", - "services", - "state", - "name", - "environment", - "home_region" - ], - "type": "object" - }, - "projectApiKey": { - "properties": { - "created_at": { - "description": "The token's creation date", - "format": "date-time", - "readOnly": true, - "type": "string" - }, - "id": { - "description": "The token's ID.", - "format": "uuid", - "readOnly": true, - "type": "string" - }, - "name": { - "description": "The Token's Name\n\nSet this to help you remember, for example, where you use the token.", - "type": "string" - }, - "owner_id": { - "description": "The token's owner", - "format": "uuid", - "readOnly": true, - "type": "string" - }, - "project_id": { - "description": "The Token's Project ID", - "format": "uuid", - "readOnly": true, - "type": "string" - }, - "updated_at": { - "description": "The token's last update date", - "format": "date-time", - "readOnly": true, - "type": "string" - }, - "value": { - "description": "The token's value", - "readOnly": true, - "type": "string" - } - }, - "required": [ - "id", - "name", - "owner_id" - ], - "type": "object" - }, - "projectApiKeys": { - "items": { - "$ref": "#/components/schemas/projectApiKey" - }, - "type": "array" - }, - "projectBranding": { - "properties": { - "created_at": { - "description": "The Customization Creation Date", - "format": "date-time", - "readOnly": true, - "type": "string" - }, - "default_theme": { - "$ref": "#/components/schemas/projectBrandingTheme" - }, - "id": { - "description": "The customization ID.", - "format": "uuid", - "readOnly": true, - "type": "string" - }, - "project_id": { - "description": "The Project's ID this customization is associated with", - "format": "uuid", - "type": "string" - }, - "themes": { - "$ref": "#/components/schemas/projectBrandingThemes" - }, - "updated_at": { - "description": "Last Time Branding was Updated", - "format": "date-time", - "readOnly": true, - "type": "string" - } - }, - "required": [ - "id", - "project_id", - "default_theme", - "themes", - "created_at", - "updated_at" - ], - "title": "ProjectBranding holds all settings for customizing the Ory Account Experience.", - "type": "object" - }, - "projectBrandingColors": { - "properties": { - "accent_default_color": { - "description": "AccentDefaultColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "accent_disabled_color": { - "description": "AccentDisabledColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "accent_emphasis_color": { - "description": "AccentEmphasisColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "accent_muted_color": { - "description": "AccentMutedColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "accent_subtle_color": { - "description": "AccentSubtleColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "background_canvas_color": { - "description": "BackgroundCanvasColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "background_subtle_color": { - "description": "BackgroundSubtleColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "background_surface_color": { - "description": "BackgroundSurfaceColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "border_default_color": { - "description": "BorderDefaultColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "error_default_color": { - "description": "ErrorDefaultColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "error_emphasis_color": { - "description": "ErrorEmphasisColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "error_muted_color": { - "description": "ErrorMutedColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "error_subtle_color": { - "description": "ErrorSubtleColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "foreground_default_color": { - "description": "ForegroundDefaultColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "foreground_disabled_color": { - "description": "ForegroundDisabledColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "foreground_muted_color": { - "description": "ForegroundMutedColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "foreground_on_accent_color": { - "description": "ForegroundOnAccentColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "foreground_on_dark_color": { - "description": "ForegroundOnDarkColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "foreground_on_disabled_color": { - "description": "ForegroundOnDisabledColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "foreground_subtle_color": { - "description": "ForegroundSubtleColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "input_background_color": { - "description": "InputBackgroundColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "input_disabled_color": { - "description": "InputDisabledColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "input_placeholder_color": { - "description": "InputPlaceholderColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "input_text_color": { - "description": "InputTextColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "primary_color": { - "description": "Primary color is an hsla color value used to derive the other colors from for the Ory Account Experience theme.", - "type": "string" - }, - "secondary_color": { - "description": "Secondary color is a hsla color code used to derive the other colors from for the Ory Account Experience theme.", - "type": "string" - }, - "success_emphasis_color": { - "description": "SuccessEmphasisColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "text_default_color": { - "description": "TextDefaultColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "text_disabled_color": { - "description": "TextDisabledColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - } - }, - "title": "ProjectBrandingColors are the colors used by the Ory Account Experience theme.", - "type": "object" - }, - "projectBrandingTheme": { - "properties": { - "accent_default_color": { - "description": "AccentDefaultColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "accent_disabled_color": { - "description": "AccentDisabledColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "accent_emphasis_color": { - "description": "AccentEmphasisColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "accent_muted_color": { - "description": "AccentMutedColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "accent_subtle_color": { - "description": "AccentSubtleColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "account_experience_variables": { - "description": "The Account Experience Theme Variables.", - "items": { - "$ref": "#/components/schemas/accountExperienceThemeVariables" - }, - "type": "array" - }, - "account_experience_variables_stylesheet": { - "description": "AccountExperienceVariableStylesheet holds a reference to the current stylesheet that can be used in the AX", - "type": "string" - }, - "background_canvas_color": { - "description": "BackgroundCanvasColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "background_subtle_color": { - "description": "BackgroundSubtleColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "background_surface_color": { - "description": "BackgroundSurfaceColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "border_default_color": { - "description": "BorderDefaultColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "created_at": { - "description": "The Customization Creation Date.", - "format": "date-time", - "readOnly": true, - "type": "string" - }, - "error_default_color": { - "description": "ErrorDefaultColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "error_emphasis_color": { - "description": "ErrorEmphasisColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "error_muted_color": { - "description": "ErrorMutedColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "error_subtle_color": { - "description": "ErrorSubtleColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "favicon_type": { - "description": "Favicon Type\nThe Favicon mime type.", - "type": "string" - }, - "favicon_url": { - "description": "Favicon URL\nFavicon can be an https:// or base64:// URL. If the URL is not allowed, the favicon will be stored inside the Ory Network storage bucket.", - "type": "string" - }, - "foreground_default_color": { - "description": "ForegroundDefaultColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "foreground_disabled_color": { - "description": "ForegroundDisabledColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "foreground_muted_color": { - "description": "ForegroundMutedColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "foreground_on_accent_color": { - "description": "ForegroundOnAccentColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "foreground_on_dark_color": { - "description": "ForegroundOnDarkColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "foreground_on_disabled_color": { - "description": "ForegroundOnDisabledColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "foreground_subtle_color": { - "description": "ForegroundSubtleColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "id": { - "description": "The customization theme ID.", - "format": "uuid", - "readOnly": true, - "type": "string" - }, - "input_background_color": { - "description": "InputBackgroundColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "input_disabled_color": { - "description": "InputDisabledColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "input_placeholder_color": { - "description": "InputPlaceholderColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "input_text_color": { - "description": "InputTextColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "logo_type": { - "description": "Logo Type\nThe Logo mime type.", - "type": "string" - }, - "logo_url": { - "description": "Logo URL\nLogo can be an https:// or base64:// URL. If the URL is not allowed, the logo will be stored inside the Ory Network storage bucket.", - "type": "string" - }, - "name": { - "description": "The customization theme name.", - "type": "string" - }, - "primary_color": { - "description": "Primary color is an hsla color value used to derive the other colors from for the Ory Account Experience theme.", - "type": "string" - }, - "project_branding_id": { - "description": "The ProjectBranding ID this customization is associated with.", - "format": "uuid", - "type": "string" - }, - "secondary_color": { - "description": "Secondary color is a hsla color code used to derive the other colors from for the Ory Account Experience theme.", - "type": "string" - }, - "success_emphasis_color": { - "description": "SuccessEmphasisColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "text_default_color": { - "description": "TextDefaultColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "text_disabled_color": { - "description": "TextDisabledColor is a hex color code used by the Ory Account Experience theme.", - "type": "string" - }, - "updated_at": { - "description": "Last Time Branding was Updated.", - "format": "date-time", - "readOnly": true, - "type": "string" - } - }, - "required": [ - "id", - "project_branding_id", - "name", - "created_at", - "updated_at" - ], - "title": "ProjectBrandingTheme represents a Theme for the Ory Account Experience.", - "type": "object" - }, - "projectBrandingThemes": { - "items": { - "$ref": "#/components/schemas/projectBrandingTheme" - }, - "title": "ProjectBrandingThemes is a list of ProjectBrandingTheme.", - "type": "array" - }, - "projectCors": { - "properties": { - "enabled": { - "description": "Whether CORS is enabled for this endpoint.", - "type": "boolean" - }, - "origins": { - "description": "The allowed origins. Use `*` to allow all origins. A wildcard can also be used in the subdomain, i.e. `https://*.example.com` will allow all origins on all subdomains of `example.com`.", - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "projectHost": { - "properties": { - "host": { - "description": "The project's host.", - "type": "string" - }, - "id": { - "description": "The mapping's ID.", - "format": "uuid", - "readOnly": true, - "type": "string" - }, - "project_id": { - "description": "The Revision's Project ID", - "format": "uuid", - "type": "string" - } - }, - "required": [ - "id", - "host", - "project_id" - ], - "type": "object" - }, - "projectMember": { - "properties": { - "email": { - "type": "string" - }, - "email_verified": { - "type": "boolean" - }, - "id": { - "format": "uuid", - "type": "string" - }, - "name": { - "type": "string" - }, - "role": { - "type": "string" - } - }, - "required": [ - "id", - "email", - "email_verified", - "name", - "role" - ], - "type": "object" - }, - "projectMembers": { - "items": { - "$ref": "#/components/schemas/projectMember" - }, - "type": "array" - }, - "projectMetadata": { - "properties": { - "created_at": { - "description": "The Project's Creation Date", - "format": "date-time", - "type": "string" - }, - "environment": { - "description": "The environment of the project.\nprod Production\nstage Staging\ndev Development", - "enum": [ - "prod", - "stage", - "dev" - ], - "type": "string", - "x-go-enum-desc": "prod Production\nstage Staging\ndev Development" - }, - "home_region": { - "description": "The project's data home region\neu-central EUCentral\nus-east USEast\nus-west USWest\nus US\nglobal Global", - "enum": [ - "eu-central", - "us-east", - "us-west", - "us", - "global" - ], - "type": "string", - "x-go-enum-desc": "eu-central EUCentral\nus-east USEast\nus-west USWest\nus US\nglobal Global" - }, - "hosts": { - "$ref": "#/components/schemas/StringSliceJSONFormat" - }, - "id": { - "description": "The project's ID.", - "format": "uuid", - "readOnly": true, - "type": "string" - }, - "name": { - "description": "The project's name if set", - "type": "string" - }, - "slug": { - "description": "The project's slug", - "readOnly": true, - "type": "string" - }, - "state": { - "description": "The state of the project.\nrunning Running\nhalted Halted\ndeleted Deleted", - "enum": [ - "running", - "halted", - "deleted" - ], - "type": "string", - "x-go-enum-desc": "running Running\nhalted Halted\ndeleted Deleted" - }, - "subscription_id": { - "$ref": "#/components/schemas/NullUUID" - }, - "subscription_plan": { - "$ref": "#/components/schemas/String" - }, - "updated_at": { - "description": "Last Time Project was Updated", - "format": "date-time", - "type": "string" - }, - "workspace": { - "$ref": "#/components/schemas/workspace" - }, - "workspace_id": { - "$ref": "#/components/schemas/NullUUID" - } - }, - "required": [ - "id", - "hosts", - "slug", - "state", - "created_at", - "updated_at", - "name", - "environment", - "home_region" - ], - "type": "object" - }, - "projectMetadataList": { - "items": { - "$ref": "#/components/schemas/projectMetadata" - }, - "type": "array" - }, - "projectRevisionHooks": { - "items": { - "$ref": "#/components/schemas/normalizedProjectRevisionHook" - }, - "type": "array" - }, - "projectRevisionIdentitySchemas": { - "items": { - "$ref": "#/components/schemas/normalizedProjectRevisionIdentitySchema" - }, - "type": "array" - }, - "projectRevisionThirdPartyLoginProviders": { - "items": { - "$ref": "#/components/schemas/normalizedProjectRevisionThirdPartyProvider" - }, - "type": "array" - }, - "projectRevisions": { - "items": { - "$ref": "#/components/schemas/normalizedProjectRevision" - }, - "type": "array" - }, - "projectServiceIdentity": { - "properties": { - "config": { - "type": "object" - } - }, - "required": [ - "config" - ], - "type": "object" - }, - "projectServiceOAuth2": { - "properties": { - "config": { - "type": "object" - } - }, - "required": [ - "config" - ], - "type": "object" - }, - "projectServicePermission": { - "properties": { - "config": { - "type": "object" - } - }, - "required": [ - "config" - ], - "type": "object" - }, - "projectServices": { - "properties": { - "identity": { - "$ref": "#/components/schemas/projectServiceIdentity" - }, - "oauth2": { - "$ref": "#/components/schemas/projectServiceOAuth2" - }, - "permission": { - "$ref": "#/components/schemas/projectServicePermission" - } - }, - "type": "object" - }, - "quotaUsage": { - "properties": { - "additional_price": { - "description": "The additional price per unit in cents.", - "type": "string" - }, - "can_use_more": { - "type": "boolean" - }, - "feature": { - "description": "\nproduction_projects ProductionProjects\nstaging_projects StagingProjects\ndevelopment_projects DevelopmentProjects\ndaily_active_users DailyActiveUsers\ncustom_domains CustomDomains\nevent_streams EventStreams\nevent_stream_events EventStreamEvents\nsla SLA\ncollaborator_seats CollaboratorSeats\nedge_cache EdgeCache\nbranding_themes BrandingThemes\nzendesk_support ZendeskSupport\nproject_metrics ProjectMetrics\nproject_metrics_time_window ProjectMetricsTimeWindow\nproject_metrics_events_history ProjectMetricsEventsHistory\norganizations Organizations\nrop_grant ResourceOwnerPasswordGrant\nconcierge_onboarding ConciergeOnboarding\ncredit Credit\ndata_location_global DataLocationGlobal\ndata_location_us DataLocationUS\nm2m_token_issuance M2MTokenIssuance\npermission_checks PermissionChecks\ncaptcha Captcha\ndata_location_regional DataLocationRegional Required Features\nrate_limit_tier RateLimitTier\nsession_rate_limit_tier RateLimitTierSessions\nidentities_list_rate_limit_tier RateLimitTierIdentitiesList\npermission_checks_rate_limit_tier RateLimitTierPermissionChecks\noauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect", - "enum": [ - "production_projects", - "staging_projects", - "development_projects", - "daily_active_users", - "custom_domains", - "event_streams", - "event_stream_events", - "sla", - "collaborator_seats", - "edge_cache", - "branding_themes", - "zendesk_support", - "project_metrics", - "project_metrics_time_window", - "project_metrics_events_history", - "organizations", - "rop_grant", - "concierge_onboarding", - "credit", - "data_location_global", - "data_location_us", - "m2m_token_issuance", - "permission_checks", - "captcha", - "data_location_regional", - "rate_limit_tier", - "session_rate_limit_tier", - "identities_list_rate_limit_tier", - "permission_checks_rate_limit_tier", - "oauth2_introspect_rate_limit_tier" - ], - "type": "string", - "x-go-enum-desc": "production_projects ProductionProjects\nstaging_projects StagingProjects\ndevelopment_projects DevelopmentProjects\ndaily_active_users DailyActiveUsers\ncustom_domains CustomDomains\nevent_streams EventStreams\nevent_stream_events EventStreamEvents\nsla SLA\ncollaborator_seats CollaboratorSeats\nedge_cache EdgeCache\nbranding_themes BrandingThemes\nzendesk_support ZendeskSupport\nproject_metrics ProjectMetrics\nproject_metrics_time_window ProjectMetricsTimeWindow\nproject_metrics_events_history ProjectMetricsEventsHistory\norganizations Organizations\nrop_grant ResourceOwnerPasswordGrant\nconcierge_onboarding ConciergeOnboarding\ncredit Credit\ndata_location_global DataLocationGlobal\ndata_location_us DataLocationUS\nm2m_token_issuance M2MTokenIssuance\npermission_checks PermissionChecks\ncaptcha Captcha\ndata_location_regional DataLocationRegional Required Features\nrate_limit_tier RateLimitTier\nsession_rate_limit_tier RateLimitTierSessions\nidentities_list_rate_limit_tier RateLimitTierIdentitiesList\npermission_checks_rate_limit_tier RateLimitTierPermissionChecks\noauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect" - }, - "feature_available": { - "type": "boolean" - }, - "included": { - "format": "int64", - "type": "integer" - }, - "used": { - "format": "int64", - "type": "integer" - } - }, - "required": [ - "feature", - "included", - "used", - "additional_price", - "can_use_more", - "feature_available" - ], - "type": "object" - }, - "recoveryCodeForIdentity": { - "description": "Used when an administrator creates a recovery code for an identity.", - "properties": { - "expires_at": { - "description": "Expires At is the timestamp of when the recovery flow expires\n\nThe timestamp when the recovery code expires.", - "format": "date-time", - "type": "string" - }, - "recovery_code": { - "description": "RecoveryCode is the code that can be used to recover the account", - "type": "string" - }, - "recovery_link": { - "description": "RecoveryLink with flow\n\nThis link opens the recovery UI with an empty `code` field.", - "type": "string" - } - }, - "required": [ - "recovery_link", - "recovery_code" - ], - "title": "Recovery Code for Identity", - "type": "object" - }, - "recoveryFlow": { - "description": "This request is used when an identity wants to recover their account.\n\nWe recommend reading the [Account Recovery Documentation](../self-service/flows/password-reset-account-recovery)", - "properties": { - "active": { - "description": "Active, if set, contains the recovery method that is being used. It is initially\nnot set.", - "type": "string" - }, - "continue_with": { - "description": "Contains possible actions that could follow this flow", - "items": { - "$ref": "#/components/schemas/continueWith" - }, - "type": "array" - }, - "expires_at": { - "description": "ExpiresAt is the time (UTC) when the request expires. If the user still wishes to update the setting,\na new request has to be initiated.", - "format": "date-time", - "type": "string" - }, - "id": { - "description": "ID represents the request's unique ID. When performing the recovery flow, this\nrepresents the id in the recovery ui's query parameter: http://\u003cselfservice.flows.recovery.ui_url\u003e?request=\u003cid\u003e", - "format": "uuid", - "type": "string" - }, - "issued_at": { - "description": "IssuedAt is the time (UTC) when the request occurred.", - "format": "date-time", - "type": "string" - }, - "request_url": { - "description": "RequestURL is the initial URL that was requested from Ory Kratos. It can be used\nto forward information contained in the URL's path or query for example.", - "type": "string" - }, - "return_to": { - "description": "ReturnTo contains the requested return_to URL.", - "type": "string" - }, - "state": { - "description": "State represents the state of this request:\n\nchoose_method: ask the user to choose a method (e.g. recover account via email)\nsent_email: the email has been sent to the user\npassed_challenge: the request was successful and the recovery challenge was passed." - }, - "transient_payload": { - "description": "TransientPayload is used to pass data from the recovery flow to hooks and email templates", - "type": "object" - }, - "type": { - "$ref": "#/components/schemas/selfServiceFlowType" - }, - "ui": { - "$ref": "#/components/schemas/uiContainer" - } - }, - "required": [ - "id", - "type", - "expires_at", - "issued_at", - "request_url", - "ui", - "state" - ], - "title": "A Recovery Flow", - "type": "object" - }, - "recoveryFlowState": { - "description": "The state represents the state of the recovery flow.\n\nchoose_method: ask the user to choose a method (e.g. recover account via email)\nsent_email: the email has been sent to the user\npassed_challenge: the request was successful and the recovery challenge was passed.", - "enum": [ - "choose_method", - "sent_email", - "passed_challenge" - ], - "title": "Recovery Flow State", - "type": "string" - }, - "recoveryIdentityAddress": { - "properties": { - "created_at": { - "description": "CreatedAt is a helper struct field for gobuffalo.pop.", - "format": "date-time", - "type": "string" - }, - "id": { - "format": "uuid", - "type": "string" - }, - "updated_at": { - "description": "UpdatedAt is a helper struct field for gobuffalo.pop.", - "format": "date-time", - "type": "string" - }, - "value": { - "type": "string" - }, - "via": { - "$ref": "#/components/schemas/RecoveryAddressType" - } - }, - "required": [ - "id", - "value", - "via" - ], - "type": "object" - }, - "recoveryLinkForIdentity": { - "description": "Used when an administrator creates a recovery link for an identity.", - "properties": { - "expires_at": { - "description": "Recovery Link Expires At\n\nThe timestamp when the recovery link expires.", - "format": "date-time", - "type": "string" - }, - "recovery_link": { - "description": "Recovery Link\n\nThis link can be used to recover the account.", - "type": "string" - } - }, - "required": [ - "recovery_link" - ], - "title": "Identity Recovery Link", - "type": "object" - }, - "registrationFlow": { - "properties": { - "active": { - "description": "Active, if set, contains the registration method that is being used. It is initially\nnot set.\npassword CredentialsTypePassword\noidc CredentialsTypeOIDC\ntotp CredentialsTypeTOTP\nlookup_secret CredentialsTypeLookup\nwebauthn CredentialsTypeWebAuthn\ncode CredentialsTypeCodeAuth\npasskey CredentialsTypePasskey\nprofile CredentialsTypeProfile\nlink_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself.\ncode_recovery CredentialsTypeRecoveryCode", - "enum": [ - "password", - "oidc", - "totp", - "lookup_secret", - "webauthn", - "code", - "passkey", - "profile", - "link_recovery", - "code_recovery" - ], - "type": "string", - "x-go-enum-desc": "password CredentialsTypePassword\noidc CredentialsTypeOIDC\ntotp CredentialsTypeTOTP\nlookup_secret CredentialsTypeLookup\nwebauthn CredentialsTypeWebAuthn\ncode CredentialsTypeCodeAuth\npasskey CredentialsTypePasskey\nprofile CredentialsTypeProfile\nlink_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself.\ncode_recovery CredentialsTypeRecoveryCode" - }, - "expires_at": { - "description": "ExpiresAt is the time (UTC) when the flow expires. If the user still wishes to log in,\na new flow has to be initiated.", - "format": "date-time", - "type": "string" - }, - "id": { - "description": "ID represents the flow's unique ID. When performing the registration flow, this\nrepresents the id in the registration ui's query parameter: http://\u003cselfservice.flows.registration.ui_url\u003e/?flow=\u003cid\u003e", - "format": "uuid", - "type": "string" - }, - "issued_at": { - "description": "IssuedAt is the time (UTC) when the flow occurred.", - "format": "date-time", - "type": "string" - }, - "oauth2_login_challenge": { - "description": "Ory OAuth 2.0 Login Challenge.\n\nThis value is set using the `login_challenge` query parameter of the registration and login endpoints.\nIf set will cooperate with Ory OAuth2 and OpenID to act as an OAuth2 server / OpenID Provider.", - "type": "string" - }, - "oauth2_login_request": { - "$ref": "#/components/schemas/oAuth2LoginRequest" - }, - "organization_id": { - "$ref": "#/components/schemas/NullUUID" - }, - "request_url": { - "description": "RequestURL is the initial URL that was requested from Ory Kratos. It can be used\nto forward information contained in the URL's path or query for example.", - "type": "string" - }, - "return_to": { - "description": "ReturnTo contains the requested return_to URL.", - "type": "string" - }, - "session_token_exchange_code": { - "description": "SessionTokenExchangeCode holds the secret code that the client can use to retrieve a session token after the flow has been completed.\nThis is only set if the client has requested a session token exchange code, and if the flow is of type \"api\",\nand only on creating the flow.", - "type": "string" - }, - "state": { - "description": "State represents the state of this request:\n\nchoose_method: ask the user to choose a method (e.g. registration with email)\nsent_email: the email has been sent to the user\npassed_challenge: the request was successful and the registration challenge was passed." - }, - "transient_payload": { - "description": "TransientPayload is used to pass data from the registration to a webhook", - "type": "object" - }, - "type": { - "$ref": "#/components/schemas/selfServiceFlowType" - }, - "ui": { - "$ref": "#/components/schemas/uiContainer" - } - }, - "required": [ - "id", - "type", - "expires_at", - "issued_at", - "request_url", - "ui", - "state" - ], - "type": "object" - }, - "registrationFlowState": { - "description": "choose_method: ask the user to choose a method (e.g. registration with email)\nsent_email: the email has been sent to the user\npassed_challenge: the request was successful and the registration challenge was passed.", - "enum": [ - "choose_method", - "sent_email", - "passed_challenge" - ], - "title": "State represents the state of this request:", - "type": "string" - }, - "rejectOAuth2Request": { - "properties": { - "error": { - "description": "The error should follow the OAuth2 error format (e.g. `invalid_request`, `login_required`).\n\nDefaults to `request_denied`.", - "type": "string" - }, - "error_debug": { - "description": "Debug contains information to help resolve the problem as a developer. Usually not exposed\nto the public but only in the server logs.", - "type": "string" - }, - "error_description": { - "description": "Description of the error in a human readable format.", - "type": "string" - }, - "error_hint": { - "description": "Hint to help resolve the error.", - "type": "string" - }, - "status_code": { - "description": "Represents the HTTP status code of the error (e.g. 401 or 403)\n\nDefaults to 400", - "format": "int64", - "type": "integer" - } - }, - "title": "The request payload used to accept a login or consent request.", - "type": "object" - }, - "relationQuery": { - "description": "Relation Query", - "properties": { - "namespace": { - "description": "Namespace to query", - "type": "string" - }, - "object": { - "description": "Object to query", - "type": "string" - }, - "relation": { - "description": "Relation to query", - "type": "string" - }, - "subject_id": { - "description": "SubjectID to query\n\nEither SubjectSet or SubjectID can be provided.", - "type": "string" - }, - "subject_set": { - "$ref": "#/components/schemas/subjectSet" - } - }, - "type": "object" - }, - "relationship": { - "description": "Relationship", - "properties": { - "namespace": { - "description": "Namespace of the Relation Tuple", - "type": "string" - }, - "object": { - "description": "Object of the Relation Tuple", - "type": "string" - }, - "relation": { - "description": "Relation of the Relation Tuple", - "type": "string" - }, - "subject_id": { - "description": "SubjectID of the Relation Tuple\n\nEither SubjectSet or SubjectID can be provided.", - "type": "string" - }, - "subject_set": { - "$ref": "#/components/schemas/subjectSet" - } - }, - "required": [ - "namespace", - "object", - "relation" - ], - "type": "object" - }, - "relationshipNamespaces": { - "description": "Relationship Namespace List", - "properties": { - "namespaces": { - "items": { - "$ref": "#/components/schemas/namespace" - }, - "type": "array" - } - }, - "type": "object" - }, - "relationshipPatch": { - "description": "Payload for patching a relationship", - "properties": { - "action": { - "enum": [ - "insert", - "delete" - ], - "type": "string", - "x-go-enum-desc": "insert ActionInsert\ndelete ActionDelete" - }, - "relation_tuple": { - "$ref": "#/components/schemas/relationship" - } - }, - "type": "object" - }, - "relationships": { - "description": "Paginated Relationship List", - "properties": { - "next_page_token": { - "description": "The opaque token to provide in a subsequent request\nto get the next page. It is the empty string iff this is\nthe last page.", - "type": "string" - }, - "relation_tuples": { - "items": { - "$ref": "#/components/schemas/relationship" - }, - "type": "array" - } - }, - "type": "object" - }, - "revisionCourierChannels": { - "items": { - "$ref": "#/components/schemas/NormalizedProjectRevisionCourierChannel" - }, - "type": "array" - }, - "schemaPatch": { - "properties": { - "data": { - "description": "The json schema", - "type": "object" - }, - "name": { - "description": "The user defined schema name", - "type": "string" - } - }, - "required": [ - "name", - "data" - ], - "type": "object" - }, - "selfServiceFlowExpiredError": { - "description": "Is sent when a flow is expired", - "properties": { - "error": { - "$ref": "#/components/schemas/genericError" - }, - "expired_at": { - "description": "When the flow has expired", - "format": "date-time", - "type": "string" - }, - "since": { - "$ref": "#/components/schemas/Duration" - }, - "use_flow_id": { - "description": "The flow ID that should be used for the new flow as it contains the correct messages.", - "format": "uuid", - "type": "string" - } - }, - "type": "object" - }, - "selfServiceFlowType": { - "description": "The flow type can either be `api` or `browser`.", - "title": "Type is the flow type.", - "type": "string" - }, - "session": { - "description": "A Session", - "properties": { - "active": { - "description": "Active state. If false the session is no longer active.", - "type": "boolean" - }, - "authenticated_at": { - "description": "The Session Authentication Timestamp\n\nWhen this session was authenticated at. If multi-factor authentication was used this\nis the time when the last factor was authenticated (e.g. the TOTP code challenge was completed).", - "format": "date-time", - "type": "string" - }, - "authentication_methods": { - "$ref": "#/components/schemas/sessionAuthenticationMethods" - }, - "authenticator_assurance_level": { - "$ref": "#/components/schemas/authenticatorAssuranceLevel" - }, - "devices": { - "description": "Devices has history of all endpoints where the session was used", - "items": { - "$ref": "#/components/schemas/sessionDevice" - }, - "type": "array" - }, - "expires_at": { - "description": "The Session Expiry\n\nWhen this session expires at.", - "format": "date-time", - "type": "string" - }, - "id": { - "description": "Session ID", - "format": "uuid", - "type": "string" - }, - "identity": { - "$ref": "#/components/schemas/identity" - }, - "issued_at": { - "description": "The Session Issuance Timestamp\n\nWhen this session was issued at. Usually equal or close to `authenticated_at`.", - "format": "date-time", - "type": "string" - }, - "tokenized": { - "description": "Tokenized is the tokenized (e.g. JWT) version of the session.\n\nIt is only set when the `tokenize` query parameter was set to a valid tokenize template during calls to `/session/whoami`.", - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object" - }, - "sessionAuthenticationMethod": { - "description": "A singular authenticator used during authentication / login.", - "properties": { - "aal": { - "$ref": "#/components/schemas/authenticatorAssuranceLevel" - }, - "completed_at": { - "description": "When the authentication challenge was completed.", - "format": "date-time", - "type": "string" - }, - "method": { - "enum": [ - "link_recovery", - "code_recovery", - "password", - "code", - "totp", - "oidc", - "webauthn", - "lookup_secret", - "v0.6_legacy_session" - ], - "title": "The method used", - "type": "string" - }, - "organization": { - "description": "The Organization id used for authentication", - "type": "string" - }, - "provider": { - "description": "OIDC or SAML provider id used for authentication", - "type": "string" - } - }, - "title": "AuthenticationMethod identifies an authentication method", - "type": "object" - }, - "sessionAuthenticationMethods": { - "description": "A list of authenticators which were used to authenticate the session.", - "items": { - "$ref": "#/components/schemas/sessionAuthenticationMethod" - }, - "title": "List of (Used) AuthenticationMethods", - "type": "array" - }, - "sessionDevice": { - "description": "Device corresponding to a Session", - "properties": { - "id": { - "description": "Device record ID", - "format": "uuid", - "type": "string" - }, - "ip_address": { - "description": "IPAddress of the client", - "type": "string" - }, - "location": { - "description": "Geo Location corresponding to the IP Address", - "type": "string" - }, - "user_agent": { - "description": "UserAgent of the client", - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object" - }, - "setActiveProjectInConsoleBody": { - "description": "Set active project in the Ory Network Console Request Body", - "properties": { - "project_id": { - "description": "Project ID\n\nThe Project ID you want to set active.\n\nformat: uuid", - "type": "string" - } - }, - "required": [ - "project_id" - ], - "type": "object" - }, - "setCustomDomainBody": { - "description": "Update Custom Hostname Body", - "properties": { - "cookie_domain": { - "description": "The domain where cookies will be set. Has to be a parent domain of the custom hostname to work.", - "type": "string" - }, - "cors_allowed_origins": { - "description": "CORS Allowed origins for the custom hostname.", - "items": { - "type": "string" - }, - "type": "array" - }, - "cors_enabled": { - "description": "CORS Enabled for the custom hostname.", - "type": "boolean" - }, - "custom_ui_base_url": { - "description": "The custom UI base URL where the UI will be exposed.", - "type": "string" - }, - "hostname": { - "description": "The custom hostname where the API will be exposed.", - "type": "string" - } - }, - "type": "object" - }, - "setEventStreamBody": { - "description": "Update Event Stream Body", - "properties": { - "role_arn": { - "description": "The AWS IAM role ARN to assume when publishing to the SNS topic.", - "type": "string" - }, - "topic_arn": { - "description": "The AWS SNS topic ARN.", - "type": "string" - }, - "type": { - "description": "The type of the event stream (AWS SNS, GCP Pub/Sub, etc).", - "enum": [ - "sns" - ], - "type": "string" - } - }, - "required": [ - "type", - "topic_arn", - "role_arn" - ], - "type": "object" - }, - "setProject": { - "properties": { - "cors_admin": { - "$ref": "#/components/schemas/projectCors" - }, - "cors_public": { - "$ref": "#/components/schemas/projectCors" - }, - "name": { - "description": "The name of the project.", - "type": "string" - }, - "services": { - "$ref": "#/components/schemas/projectServices" - } - }, - "required": [ - "services", - "name", - "cors_public", - "cors_admin" - ], - "type": "object" - }, - "setProjectBrandingThemeBody": { - "properties": { - "favicon_type": { - "description": "Favicon Type", - "type": "string" - }, - "favicon_url": { - "description": "Favicon URL", - "type": "string" - }, - "logo_type": { - "description": "Logo type", - "type": "string" - }, - "logo_url": { - "description": "Logo URL", - "type": "string" - }, - "name": { - "description": "Branding name", - "type": "string" - }, - "theme": { - "$ref": "#/components/schemas/projectBrandingColors" - } - }, - "title": "SetProjectBrandingThemeBody is the request body for the set project branding theme endpoint.", - "type": "object" - }, - "settingsFlow": { - "description": "This flow is used when an identity wants to update settings\n(e.g. profile data, passwords, ...) in a selfservice manner.\n\nWe recommend reading the [User Settings Documentation](../self-service/flows/user-settings)", - "properties": { - "active": { - "description": "Active, if set, contains the registration method that is being used. It is initially\nnot set.", - "type": "string" - }, - "continue_with": { - "description": "Contains a list of actions, that could follow this flow\n\nIt can, for example, contain a reference to the verification flow, created as part of the user's\nregistration.", - "items": { - "$ref": "#/components/schemas/continueWith" - }, - "type": "array" - }, - "expires_at": { - "description": "ExpiresAt is the time (UTC) when the flow expires. If the user still wishes to update the setting,\na new flow has to be initiated.", - "format": "date-time", - "type": "string" - }, - "id": { - "description": "ID represents the flow's unique ID. When performing the settings flow, this\nrepresents the id in the settings ui's query parameter: http://\u003cselfservice.flows.settings.ui_url\u003e?flow=\u003cid\u003e", - "format": "uuid", - "type": "string" - }, - "identity": { - "$ref": "#/components/schemas/identity" - }, - "issued_at": { - "description": "IssuedAt is the time (UTC) when the flow occurred.", - "format": "date-time", - "type": "string" - }, - "request_url": { - "description": "RequestURL is the initial URL that was requested from Ory Kratos. It can be used\nto forward information contained in the URL's path or query for example.", - "type": "string" - }, - "return_to": { - "description": "ReturnTo contains the requested return_to URL.", - "type": "string" - }, - "state": { - "description": "State represents the state of this flow. It knows two states:\n\nshow_form: No user data has been collected, or it is invalid, and thus the form should be shown.\nsuccess: Indicates that the settings flow has been updated successfully with the provided data.\nDone will stay true when repeatedly checking. If set to true, done will revert back to false only\nwhen a flow with invalid (e.g. \"please use a valid phone number\") data was sent." - }, - "transient_payload": { - "description": "TransientPayload is used to pass data from the settings flow to hooks and email templates", - "type": "object" - }, - "type": { - "$ref": "#/components/schemas/selfServiceFlowType" - }, - "ui": { - "$ref": "#/components/schemas/uiContainer" - } - }, - "required": [ - "id", - "type", - "expires_at", - "issued_at", - "request_url", - "ui", - "identity", - "state" - ], - "title": "Flow represents a Settings Flow", - "type": "object" - }, - "settingsFlowState": { - "description": "show_form: No user data has been collected, or it is invalid, and thus the form should be shown.\nsuccess: Indicates that the settings flow has been updated successfully with the provided data.\nDone will stay true when repeatedly checking. If set to true, done will revert back to false only\nwhen a flow with invalid (e.g. \"please use a valid phone number\") data was sent.", - "enum": [ - "show_form", - "success" - ], - "title": "State represents the state of this flow. It knows two states:", - "type": "string" - }, - "subjectSet": { - "properties": { - "namespace": { - "description": "Namespace of the Subject Set", - "type": "string" - }, - "object": { - "description": "Object of the Subject Set", - "type": "string" - }, - "relation": { - "description": "Relation of the Subject Set", - "type": "string" - } - }, - "required": [ - "namespace", - "object", - "relation" - ], - "type": "object" - }, - "subscription": { - "properties": { - "created_at": { - "format": "date-time", - "readOnly": true, - "type": "string" - }, - "currency": { - "description": "The currency of the subscription. To change this, a new subscription must be created.\nusd USD\neur Euro", - "enum": [ - "usd", - "eur" - ], - "readOnly": true, - "type": "string", - "x-go-enum-desc": "usd USD\neur Euro" - }, - "current_interval": { - "description": "The currently active interval of the subscription\nmonthly Monthly\nyearly Yearly", - "enum": [ - "monthly", - "yearly" - ], - "readOnly": true, - "type": "string", - "x-go-enum-desc": "monthly Monthly\nyearly Yearly" - }, - "current_plan": { - "description": "The currently active plan of the subscription", - "readOnly": true, - "type": "string" - }, - "current_plan_details": { - "$ref": "#/components/schemas/PlanDetails" - }, - "customer_id": { - "description": "The ID of the stripe customer", - "readOnly": true, - "type": "string" - }, - "id": { - "description": "The ID of the subscription", - "format": "uuid", - "readOnly": true, - "type": "string" - }, - "interval_changes_to": { - "$ref": "#/components/schemas/String" - }, - "ongoing_stripe_checkout_id": { - "$ref": "#/components/schemas/String" - }, - "payed_until": { - "description": "Until when the subscription is payed", - "format": "date-time", - "readOnly": true, - "type": "string" - }, - "plan_changes_at": { - "$ref": "#/components/schemas/Time" - }, - "plan_changes_to": { - "$ref": "#/components/schemas/String" - }, - "status": { - "$ref": "#/components/schemas/SubscriptionStatus" - }, - "stripe_checkout_expires_at": { - "$ref": "#/components/schemas/Time" - }, - "updated_at": { - "format": "date-time", - "readOnly": true, - "type": "string" - } - }, - "required": [ - "id", - "customer_id", - "status", - "payed_until", - "current_plan", - "current_interval", - "plan_changes_to", - "interval_changes_to", - "currency", - "created_at", - "updated_at" - ], - "type": "object" - }, - "successfulCodeExchangeResponse": { - "description": "The Response for Registration Flows via API", - "properties": { - "session": { - "$ref": "#/components/schemas/session" - }, - "session_token": { - "description": "The Session Token\n\nA session token is equivalent to a session cookie, but it can be sent in the HTTP Authorization\nHeader:\n\nAuthorization: bearer ${session-token}\n\nThe session token is only issued for API flows, not for Browser flows!", - "type": "string" - } - }, - "required": [ - "session" - ], - "type": "object" - }, - "successfulNativeLogin": { - "description": "The Response for Login Flows via API", - "properties": { - "continue_with": { - "description": "Contains a list of actions, that could follow this flow\n\nIt can, for example, this will contain a reference to the verification flow, created as part of the user's\nregistration or the token of the session.", - "items": { - "$ref": "#/components/schemas/continueWith" - }, - "type": "array" - }, - "session": { - "$ref": "#/components/schemas/session" - }, - "session_token": { - "description": "The Session Token\n\nA session token is equivalent to a session cookie, but it can be sent in the HTTP Authorization\nHeader:\n\nAuthorization: bearer ${session-token}\n\nThe session token is only issued for API flows, not for Browser flows!", - "type": "string" - } - }, - "required": [ - "session" - ], - "type": "object" - }, - "successfulNativeRegistration": { - "description": "The Response for Registration Flows via API", - "properties": { - "continue_with": { - "description": "Contains a list of actions, that could follow this flow\n\nIt can, for example, this will contain a reference to the verification flow, created as part of the user's\nregistration or the token of the session.", - "items": { - "$ref": "#/components/schemas/continueWith" - }, - "type": "array" - }, - "identity": { - "$ref": "#/components/schemas/identity" - }, - "session": { - "$ref": "#/components/schemas/session" - }, - "session_token": { - "description": "The Session Token\n\nThis field is only set when the session hook is configured as a post-registration hook.\n\nA session token is equivalent to a session cookie, but it can be sent in the HTTP Authorization\nHeader:\n\nAuthorization: bearer ${session-token}\n\nThe session token is only issued for API flows, not for Browser flows!", - "type": "string" - } - }, - "required": [ - "identity" - ], - "type": "object" - }, - "successfulProjectUpdate": { - "properties": { - "project": { - "$ref": "#/components/schemas/project" - }, - "warnings": { - "description": "Import Warnings\n\nNot all configuration items can be imported to the Ory Network. For example,\nsetting the port does not make sense because the Ory Network provides the runtime\nand networking.\n\nThis field contains warnings where configuration keys were found but can not\nbe imported. These keys will be ignored by the Ory Network. This field will help\nyou understand why certain configuration keys might not be respected!", - "items": { - "$ref": "#/components/schemas/Warning" - }, - "type": "array" - } - }, - "required": [ - "project", - "warnings" - ], - "type": "object" - }, - "tokenPagination": { - "properties": { - "page_size": { - "default": 250, - "description": "Items per page\n\nThis is the number of items per page to return.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).", - "format": "int64", - "maximum": 1000, - "minimum": 1, - "type": "integer" - }, - "page_token": { - "default": "1", - "description": "Next Page Token\n\nThe next page token.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).", - "minimum": 1, - "type": "string" - } - }, - "type": "object" - }, - "tokenPaginationHeaders": { - "properties": { - "link": { - "description": "The link header contains pagination links.\n\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).\n\nin: header", - "type": "string" - }, - "x-total-count": { - "description": "The total number of clients.\n\nin: header", - "type": "string" - } - }, - "type": "object" - }, - "tokenPaginationRequestParameters": { - "description": "The `Link` HTTP header contains multiple links (`first`, `next`, `last`, `previous`) formatted as:\n`\u003chttps://{project-slug}.projects.oryapis.com/admin/clients?page_size={limit}\u0026page_token={offset}\u003e; rel=\"{page}\"`\n\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).", - "properties": { - "page_size": { - "default": 250, - "description": "Items per Page\n\nThis is the number of items per page to return.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).", - "format": "int64", - "maximum": 500, - "minimum": 1, - "type": "integer" - }, - "page_token": { - "default": "1", - "description": "Next Page Token\n\nThe next page token.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).", - "minimum": 1, - "type": "string" - } - }, - "title": "Pagination Request Parameters", - "type": "object" - }, - "tokenPaginationResponseHeaders": { - "description": "The `Link` HTTP header contains multiple links (`first`, `next`, `last`, `previous`) formatted as:\n`\u003chttps://{project-slug}.projects.oryapis.com/admin/clients?page_size={limit}\u0026page_token={offset}\u003e; rel=\"{page}\"`\n\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).", - "properties": { - "link": { - "description": "The Link HTTP Header\n\nThe `Link` header contains a comma-delimited list of links to the following pages:\n\nfirst: The first page of results.\nnext: The next page of results.\nprev: The previous page of results.\nlast: The last page of results.\n\nPages are omitted if they do not exist. For example, if there is no next page, the `next` link is omitted. Examples:\n\n\u003c/clients?page_size=5\u0026page_token=0\u003e; rel=\"first\",\u003c/clients?page_size=5\u0026page_token=15\u003e; rel=\"next\",\u003c/clients?page_size=5\u0026page_token=5\u003e; rel=\"prev\",\u003c/clients?page_size=5\u0026page_token=20\u003e; rel=\"last\"", - "type": "string" - }, - "x-total-count": { - "description": "The X-Total-Count HTTP Header\n\nThe `X-Total-Count` header contains the total number of items in the collection.", - "format": "int64", - "type": "integer" - } - }, - "title": "Pagination Response Header", - "type": "object" - }, - "trustOAuth2JwtGrantIssuer": { - "description": "Trust OAuth2 JWT Bearer Grant Type Issuer Request Body", - "properties": { - "allow_any_subject": { - "description": "The \"allow_any_subject\" indicates that the issuer is allowed to have any principal as the subject of the JWT.", - "type": "boolean" - }, - "expires_at": { - "description": "The \"expires_at\" indicates, when grant will expire, so we will reject assertion from \"issuer\" targeting \"subject\".", - "format": "date-time", - "type": "string" - }, - "issuer": { - "description": "The \"issuer\" identifies the principal that issued the JWT assertion (same as \"iss\" claim in JWT).", - "example": "https://jwt-idp.example.com", - "type": "string" - }, - "jwk": { - "$ref": "#/components/schemas/jsonWebKey" - }, - "scope": { - "description": "The \"scope\" contains list of scope values (as described in Section 3.3 of OAuth 2.0 [RFC6749])", - "example": [ - "openid", - "offline" - ], - "items": { - "type": "string" - }, - "type": "array" - }, - "subject": { - "description": "The \"subject\" identifies the principal that is the subject of the JWT.", - "example": "mike@example.com", - "type": "string" - } - }, - "required": [ - "issuer", - "scope", - "jwk", - "expires_at" - ], - "type": "object" - }, - "trustedOAuth2JwtGrantIssuer": { - "description": "OAuth2 JWT Bearer Grant Type Issuer Trust Relationship", - "properties": { - "allow_any_subject": { - "description": "The \"allow_any_subject\" indicates that the issuer is allowed to have any principal as the subject of the JWT.", - "type": "boolean" - }, - "created_at": { - "description": "The \"created_at\" indicates, when grant was created.", - "format": "date-time", - "type": "string" - }, - "expires_at": { - "description": "The \"expires_at\" indicates, when grant will expire, so we will reject assertion from \"issuer\" targeting \"subject\".", - "format": "date-time", - "type": "string" - }, - "id": { - "example": "9edc811f-4e28-453c-9b46-4de65f00217f", - "type": "string" - }, - "issuer": { - "description": "The \"issuer\" identifies the principal that issued the JWT assertion (same as \"iss\" claim in JWT).", - "example": "https://jwt-idp.example.com", - "type": "string" - }, - "public_key": { - "$ref": "#/components/schemas/trustedOAuth2JwtGrantJsonWebKey" - }, - "scope": { - "description": "The \"scope\" contains list of scope values (as described in Section 3.3 of OAuth 2.0 [RFC6749])", - "example": [ - "openid", - "offline" - ], - "items": { - "type": "string" - }, - "type": "array" - }, - "subject": { - "description": "The \"subject\" identifies the principal that is the subject of the JWT.", - "example": "mike@example.com", - "type": "string" - } - }, - "type": "object" - }, - "trustedOAuth2JwtGrantIssuers": { - "description": "OAuth2 JWT Bearer Grant Type Issuer Trust Relationships", - "items": { - "$ref": "#/components/schemas/trustedOAuth2JwtGrantIssuer" - }, - "type": "array" - }, - "trustedOAuth2JwtGrantJsonWebKey": { - "description": "OAuth2 JWT Bearer Grant Type Issuer Trusted JSON Web Key", - "properties": { - "kid": { - "description": "The \"key_id\" is key unique identifier (same as kid header in jws/jwt).", - "example": "123e4567-e89b-12d3-a456-426655440000", - "type": "string" - }, - "set": { - "description": "The \"set\" is basically a name for a group(set) of keys. Will be the same as \"issuer\" in grant.", - "example": "https://jwt-idp.example.com", - "type": "string" - } - }, - "type": "object" - }, - "uiContainer": { - "description": "Container represents a HTML Form. The container can work with both HTTP Form and JSON requests", - "properties": { - "action": { - "description": "Action should be used as the form action URL `\u003cform action=\"{{ .Action }}\" method=\"post\"\u003e`.", - "type": "string" - }, - "messages": { - "$ref": "#/components/schemas/uiTexts" - }, - "method": { - "description": "Method is the form method (e.g. POST)", - "type": "string" - }, - "nodes": { - "$ref": "#/components/schemas/uiNodes" - } - }, - "required": [ - "action", - "method", - "nodes" - ], - "type": "object" - }, - "uiNode": { - "description": "Nodes are represented as HTML elements or their native UI equivalents. For example,\na node can be an `\u003cimg\u003e` tag, or an `\u003cinput element\u003e` but also `some plain text`.", - "properties": { - "attributes": { - "$ref": "#/components/schemas/uiNodeAttributes" - }, - "group": { - "description": "Group specifies which group (e.g. password authenticator) this node belongs to.\ndefault DefaultGroup\npassword PasswordGroup\noidc OpenIDConnectGroup\nprofile ProfileGroup\nlink LinkGroup\ncode CodeGroup\ntotp TOTPGroup\nlookup_secret LookupGroup\nwebauthn WebAuthnGroup\npasskey PasskeyGroup\nidentifier_first IdentifierFirstGroup", - "enum": [ - "default", - "password", - "oidc", - "profile", - "link", - "code", - "totp", - "lookup_secret", - "webauthn", - "passkey", - "identifier_first" - ], - "type": "string", - "x-go-enum-desc": "default DefaultGroup\npassword PasswordGroup\noidc OpenIDConnectGroup\nprofile ProfileGroup\nlink LinkGroup\ncode CodeGroup\ntotp TOTPGroup\nlookup_secret LookupGroup\nwebauthn WebAuthnGroup\npasskey PasskeyGroup\nidentifier_first IdentifierFirstGroup" - }, - "messages": { - "$ref": "#/components/schemas/uiTexts" - }, - "meta": { - "$ref": "#/components/schemas/uiNodeMeta" - }, - "type": { - "description": "The node's type\ntext Text\ninput Input\nimg Image\na Anchor\nscript Script", - "enum": [ - "text", - "input", - "img", - "a", - "script" - ], - "type": "string", - "x-go-enum-desc": "text Text\ninput Input\nimg Image\na Anchor\nscript Script" - } - }, - "required": [ - "type", - "group", - "attributes", - "messages", - "meta" - ], - "title": "Node represents a flow's nodes", - "type": "object" - }, - "uiNodeAnchorAttributes": { - "properties": { - "href": { - "description": "The link's href (destination) URL.\n\nformat: uri", - "type": "string" - }, - "id": { - "description": "A unique identifier", - "type": "string" - }, - "node_type": { - "description": "NodeType represents this node's types. It is a mirror of `node.type` and\nis primarily used to allow compatibility with OpenAPI 3.0. In this struct it technically always is \"a\".\ntext Text\ninput Input\nimg Image\na Anchor\nscript Script", - "enum": [ - "text", - "input", - "img", - "a", - "script" - ], - "type": "string", - "x-go-enum-desc": "text Text\ninput Input\nimg Image\na Anchor\nscript Script" - }, - "title": { - "$ref": "#/components/schemas/uiText" - } - }, - "required": [ - "href", - "title", - "id", - "node_type" - ], - "title": "AnchorAttributes represents the attributes of an anchor node.", - "type": "object" - }, - "uiNodeAttributes": { - "discriminator": { - "mapping": { - "a": "#/components/schemas/uiNodeAnchorAttributes", - "img": "#/components/schemas/uiNodeImageAttributes", - "input": "#/components/schemas/uiNodeInputAttributes", - "script": "#/components/schemas/uiNodeScriptAttributes", - "text": "#/components/schemas/uiNodeTextAttributes" - }, - "propertyName": "node_type" - }, - "oneOf": [ - { - "$ref": "#/components/schemas/uiNodeInputAttributes" - }, - { - "$ref": "#/components/schemas/uiNodeTextAttributes" - }, - { - "$ref": "#/components/schemas/uiNodeImageAttributes" - }, - { - "$ref": "#/components/schemas/uiNodeAnchorAttributes" - }, - { - "$ref": "#/components/schemas/uiNodeScriptAttributes" - } - ], - "title": "Attributes represents a list of attributes (e.g. `href=\"foo\"` for links)." - }, - "uiNodeImageAttributes": { - "properties": { - "height": { - "description": "Height of the image", - "format": "int64", - "type": "integer" - }, - "id": { - "description": "A unique identifier", - "type": "string" - }, - "node_type": { - "description": "NodeType represents this node's types. It is a mirror of `node.type` and\nis primarily used to allow compatibility with OpenAPI 3.0. In this struct it technically always is \"img\".\ntext Text\ninput Input\nimg Image\na Anchor\nscript Script", - "enum": [ - "text", - "input", - "img", - "a", - "script" - ], - "type": "string", - "x-go-enum-desc": "text Text\ninput Input\nimg Image\na Anchor\nscript Script" - }, - "src": { - "description": "The image's source URL.\n\nformat: uri", - "type": "string" - }, - "width": { - "description": "Width of the image", - "format": "int64", - "type": "integer" - } - }, - "required": [ - "src", - "id", - "width", - "height", - "node_type" - ], - "title": "ImageAttributes represents the attributes of an image node.", - "type": "object" - }, - "uiNodeInputAttributes": { - "description": "InputAttributes represents the attributes of an input node", - "properties": { - "autocomplete": { - "description": "The autocomplete attribute for the input.\nemail InputAttributeAutocompleteEmail\ntel InputAttributeAutocompleteTel\nurl InputAttributeAutocompleteUrl\ncurrent-password InputAttributeAutocompleteCurrentPassword\nnew-password InputAttributeAutocompleteNewPassword\none-time-code InputAttributeAutocompleteOneTimeCode", - "enum": [ - "email", - "tel", - "url", - "current-password", - "new-password", - "one-time-code" - ], - "type": "string", - "x-go-enum-desc": "email InputAttributeAutocompleteEmail\ntel InputAttributeAutocompleteTel\nurl InputAttributeAutocompleteUrl\ncurrent-password InputAttributeAutocompleteCurrentPassword\nnew-password InputAttributeAutocompleteNewPassword\none-time-code InputAttributeAutocompleteOneTimeCode" - }, - "disabled": { - "description": "Sets the input's disabled field to true or false.", - "type": "boolean" - }, - "label": { - "$ref": "#/components/schemas/uiText" - }, - "maxlength": { - "description": "MaxLength may contain the input's maximum length.", - "format": "int64", - "type": "integer" - }, - "name": { - "description": "The input's element name.", - "type": "string" - }, - "node_type": { - "description": "NodeType represents this node's types. It is a mirror of `node.type` and\nis primarily used to allow compatibility with OpenAPI 3.0. In this struct it technically always is \"input\".\ntext Text\ninput Input\nimg Image\na Anchor\nscript Script", - "enum": [ - "text", - "input", - "img", - "a", - "script" - ], - "type": "string", - "x-go-enum-desc": "text Text\ninput Input\nimg Image\na Anchor\nscript Script" - }, - "onclick": { - "description": "OnClick may contain javascript which should be executed on click. This is primarily\nused for WebAuthn.\n\nDeprecated: Using OnClick requires the use of eval() which is a security risk. Use OnClickTrigger instead.", - "type": "string" - }, - "onclickTrigger": { - "description": "OnClickTrigger may contain a WebAuthn trigger which should be executed on click.\n\nThe trigger maps to a JavaScript function provided by Ory, which triggers actions such as PassKey registration or login.\noryWebAuthnRegistration WebAuthnTriggersWebAuthnRegistration\noryWebAuthnLogin WebAuthnTriggersWebAuthnLogin\noryPasskeyLogin WebAuthnTriggersPasskeyLogin\noryPasskeyLoginAutocompleteInit WebAuthnTriggersPasskeyLoginAutocompleteInit\noryPasskeyRegistration WebAuthnTriggersPasskeyRegistration\noryPasskeySettingsRegistration WebAuthnTriggersPasskeySettingsRegistration", - "enum": [ - "oryWebAuthnRegistration", - "oryWebAuthnLogin", - "oryPasskeyLogin", - "oryPasskeyLoginAutocompleteInit", - "oryPasskeyRegistration", - "oryPasskeySettingsRegistration" - ], - "type": "string", - "x-go-enum-desc": "oryWebAuthnRegistration WebAuthnTriggersWebAuthnRegistration\noryWebAuthnLogin WebAuthnTriggersWebAuthnLogin\noryPasskeyLogin WebAuthnTriggersPasskeyLogin\noryPasskeyLoginAutocompleteInit WebAuthnTriggersPasskeyLoginAutocompleteInit\noryPasskeyRegistration WebAuthnTriggersPasskeyRegistration\noryPasskeySettingsRegistration WebAuthnTriggersPasskeySettingsRegistration" - }, - "onload": { - "description": "OnLoad may contain javascript which should be executed on load. This is primarily\nused for WebAuthn.\n\nDeprecated: Using OnLoad requires the use of eval() which is a security risk. Use OnLoadTrigger instead.", - "type": "string" - }, - "onloadTrigger": { - "description": "OnLoadTrigger may contain a WebAuthn trigger which should be executed on load.\n\nThe trigger maps to a JavaScript function provided by Ory, which triggers actions such as PassKey registration or login.\noryWebAuthnRegistration WebAuthnTriggersWebAuthnRegistration\noryWebAuthnLogin WebAuthnTriggersWebAuthnLogin\noryPasskeyLogin WebAuthnTriggersPasskeyLogin\noryPasskeyLoginAutocompleteInit WebAuthnTriggersPasskeyLoginAutocompleteInit\noryPasskeyRegistration WebAuthnTriggersPasskeyRegistration\noryPasskeySettingsRegistration WebAuthnTriggersPasskeySettingsRegistration", - "enum": [ - "oryWebAuthnRegistration", - "oryWebAuthnLogin", - "oryPasskeyLogin", - "oryPasskeyLoginAutocompleteInit", - "oryPasskeyRegistration", - "oryPasskeySettingsRegistration" - ], - "type": "string", - "x-go-enum-desc": "oryWebAuthnRegistration WebAuthnTriggersWebAuthnRegistration\noryWebAuthnLogin WebAuthnTriggersWebAuthnLogin\noryPasskeyLogin WebAuthnTriggersPasskeyLogin\noryPasskeyLoginAutocompleteInit WebAuthnTriggersPasskeyLoginAutocompleteInit\noryPasskeyRegistration WebAuthnTriggersPasskeyRegistration\noryPasskeySettingsRegistration WebAuthnTriggersPasskeySettingsRegistration" - }, - "pattern": { - "description": "The input's pattern.", - "type": "string" - }, - "required": { - "description": "Mark this input field as required.", - "type": "boolean" - }, - "type": { - "description": "The input's element type.\ntext InputAttributeTypeText\npassword InputAttributeTypePassword\nnumber InputAttributeTypeNumber\ncheckbox InputAttributeTypeCheckbox\nhidden InputAttributeTypeHidden\nemail InputAttributeTypeEmail\ntel InputAttributeTypeTel\nsubmit InputAttributeTypeSubmit\nbutton InputAttributeTypeButton\ndatetime-local InputAttributeTypeDateTimeLocal\ndate InputAttributeTypeDate\nurl InputAttributeTypeURI", - "enum": [ - "text", - "password", - "number", - "checkbox", - "hidden", - "email", - "tel", - "submit", - "button", - "datetime-local", - "date", - "url" - ], - "type": "string", - "x-go-enum-desc": "text InputAttributeTypeText\npassword InputAttributeTypePassword\nnumber InputAttributeTypeNumber\ncheckbox InputAttributeTypeCheckbox\nhidden InputAttributeTypeHidden\nemail InputAttributeTypeEmail\ntel InputAttributeTypeTel\nsubmit InputAttributeTypeSubmit\nbutton InputAttributeTypeButton\ndatetime-local InputAttributeTypeDateTimeLocal\ndate InputAttributeTypeDate\nurl InputAttributeTypeURI" - }, - "value": { - "description": "The input's value.", - "nullable": true - } - }, - "required": [ - "name", - "type", - "disabled", - "node_type" - ], - "type": "object" - }, - "uiNodeMeta": { - "description": "This might include a label and other information that can optionally\nbe used to render UIs.", - "properties": { - "label": { - "$ref": "#/components/schemas/uiText" - } - }, - "title": "A Node's Meta Information", - "type": "object" - }, - "uiNodeScriptAttributes": { - "properties": { - "async": { - "description": "The script async type", - "type": "boolean" - }, - "crossorigin": { - "description": "The script cross origin policy", - "type": "string" - }, - "id": { - "description": "A unique identifier", - "type": "string" - }, - "integrity": { - "description": "The script's integrity hash", - "type": "string" - }, - "node_type": { - "description": "NodeType represents this node's types. It is a mirror of `node.type` and\nis primarily used to allow compatibility with OpenAPI 3.0. In this struct it technically always is \"script\".\ntext Text\ninput Input\nimg Image\na Anchor\nscript Script", - "enum": [ - "text", - "input", - "img", - "a", - "script" - ], - "type": "string", - "x-go-enum-desc": "text Text\ninput Input\nimg Image\na Anchor\nscript Script" - }, - "nonce": { - "description": "Nonce for CSP\n\nA nonce you may want to use to improve your Content Security Policy.\nYou do not have to use this value but if you want to improve your CSP\npolicies you may use it. You can also choose to use your own nonce value!", - "type": "string" - }, - "referrerpolicy": { - "description": "The script referrer policy", - "type": "string" - }, - "src": { - "description": "The script source", - "type": "string" - }, - "type": { - "description": "The script MIME type", - "type": "string" - } - }, - "required": [ - "src", - "async", - "referrerpolicy", - "crossorigin", - "integrity", - "type", - "id", - "nonce", - "node_type" - ], - "title": "ScriptAttributes represent script nodes which load javascript.", - "type": "object" - }, - "uiNodeTextAttributes": { - "properties": { - "id": { - "description": "A unique identifier", - "type": "string" - }, - "node_type": { - "description": "NodeType represents this node's types. It is a mirror of `node.type` and\nis primarily used to allow compatibility with OpenAPI 3.0. In this struct it technically always is \"text\".\ntext Text\ninput Input\nimg Image\na Anchor\nscript Script", - "enum": [ - "text", - "input", - "img", - "a", - "script" - ], - "type": "string", - "x-go-enum-desc": "text Text\ninput Input\nimg Image\na Anchor\nscript Script" - }, - "text": { - "$ref": "#/components/schemas/uiText" - } - }, - "required": [ - "text", - "id", - "node_type" - ], - "title": "TextAttributes represents the attributes of a text node.", - "type": "object" - }, - "uiNodes": { - "items": { - "$ref": "#/components/schemas/uiNode" - }, - "type": "array" - }, - "uiText": { - "properties": { - "context": { - "description": "The message's context. Useful when customizing messages.", - "type": "object" - }, - "id": { - "$ref": "#/components/schemas/ID" - }, - "text": { - "description": "The message text. Written in american english.", - "type": "string" - }, - "type": { - "description": "The message type.\ninfo Info\nerror Error\nsuccess Success", - "enum": [ - "info", - "error", - "success" - ], - "type": "string", - "x-go-enum-desc": "info Info\nerror Error\nsuccess Success" - } - }, - "required": [ - "id", - "text", - "type" - ], - "type": "object" - }, - "uiTexts": { - "items": { - "$ref": "#/components/schemas/uiText" - }, - "type": "array" - }, - "unexpectedError": { - "type": "string" - }, - "updateIdentityBody": { - "description": "Update Identity Body", - "properties": { - "credentials": { - "$ref": "#/components/schemas/identityWithCredentials" - }, - "metadata_admin": { - "description": "Store metadata about the user which is only accessible through admin APIs such as `GET /admin/identities/\u003cid\u003e`." - }, - "metadata_public": { - "description": "Store metadata about the identity which the identity itself can see when calling for example the\nsession endpoint. Do not store sensitive information (e.g. credit score) about the identity in this field." - }, - "schema_id": { - "description": "SchemaID is the ID of the JSON Schema to be used for validating the identity's traits. If set\nwill update the Identity's SchemaID.", - "type": "string" - }, - "state": { - "description": "State is the identity's state.\nactive StateActive\ninactive StateInactive", - "enum": [ - "active", - "inactive" - ], - "type": "string", - "x-go-enum-desc": "active StateActive\ninactive StateInactive" - }, - "traits": { - "description": "Traits represent an identity's traits. The identity is able to create, modify, and delete traits\nin a self-service manner. The input will always be validated against the JSON Schema defined\nin `schema_id`.", - "type": "object" - } - }, - "required": [ - "schema_id", - "traits", - "state" - ], - "type": "object" - }, - "updateLoginFlowBody": { - "discriminator": { - "mapping": { - "code": "#/components/schemas/updateLoginFlowWithCodeMethod", - "identifier_first": "#/components/schemas/updateLoginFlowWithIdentifierFirstMethod", - "lookup_secret": "#/components/schemas/updateLoginFlowWithLookupSecretMethod", - "oidc": "#/components/schemas/updateLoginFlowWithOidcMethod", - "passkey": "#/components/schemas/updateLoginFlowWithPasskeyMethod", - "password": "#/components/schemas/updateLoginFlowWithPasswordMethod", - "totp": "#/components/schemas/updateLoginFlowWithTotpMethod", - "webauthn": "#/components/schemas/updateLoginFlowWithWebAuthnMethod" - }, - "propertyName": "method" - }, - "oneOf": [ - { - "$ref": "#/components/schemas/updateLoginFlowWithPasswordMethod" - }, - { - "$ref": "#/components/schemas/updateLoginFlowWithOidcMethod" - }, - { - "$ref": "#/components/schemas/updateLoginFlowWithTotpMethod" - }, - { - "$ref": "#/components/schemas/updateLoginFlowWithWebAuthnMethod" - }, - { - "$ref": "#/components/schemas/updateLoginFlowWithLookupSecretMethod" - }, - { - "$ref": "#/components/schemas/updateLoginFlowWithCodeMethod" - }, - { - "$ref": "#/components/schemas/updateLoginFlowWithPasskeyMethod" - }, - { - "$ref": "#/components/schemas/updateLoginFlowWithIdentifierFirstMethod" - } - ] - }, - "updateLoginFlowWithCodeMethod": { - "description": "Update Login flow using the code method", - "properties": { - "code": { - "description": "Code is the 6 digits code sent to the user", - "type": "string" - }, - "csrf_token": { - "description": "CSRFToken is the anti-CSRF token", - "type": "string" - }, - "identifier": { - "description": "Identifier is the code identifier\nThe identifier requires that the user has already completed the registration or settings with code flow.", - "type": "string" - }, - "method": { - "description": "Method should be set to \"code\" when logging in using the code strategy.", - "type": "string" - }, - "resend": { - "description": "Resend is set when the user wants to resend the code", - "type": "string" - }, - "transient_payload": { - "description": "Transient data to pass along to any webhooks", - "type": "object" - } - }, - "required": [ - "method", - "csrf_token" - ], - "type": "object" - }, - "updateLoginFlowWithIdentifierFirstMethod": { - "description": "Update Login Flow with Multi-Step Method", - "properties": { - "csrf_token": { - "description": "Sending the anti-csrf token is only required for browser login flows.", - "type": "string" - }, - "identifier": { - "description": "Identifier is the email or username of the user trying to log in.", - "type": "string" - }, - "method": { - "description": "Method should be set to \"password\" when logging in using the identifier and password strategy.", - "type": "string" - }, - "transient_payload": { - "description": "Transient data to pass along to any webhooks", - "type": "object" - } - }, - "required": [ - "method", - "identifier" - ], - "type": "object" - }, - "updateLoginFlowWithLookupSecretMethod": { - "description": "Update Login Flow with Lookup Secret Method", - "properties": { - "csrf_token": { - "description": "Sending the anti-csrf token is only required for browser login flows.", - "type": "string" - }, - "lookup_secret": { - "description": "The lookup secret.", - "type": "string" - }, - "method": { - "description": "Method should be set to \"lookup_secret\" when logging in using the lookup_secret strategy.", - "type": "string" - } - }, - "required": [ - "method", - "lookup_secret" - ], - "type": "object" - }, - "updateLoginFlowWithOidcMethod": { - "description": "Update Login Flow with OpenID Connect Method", - "properties": { - "csrf_token": { - "description": "The CSRF Token", - "type": "string" - }, - "id_token": { - "description": "IDToken is an optional id token provided by an OIDC provider\n\nIf submitted, it is verified using the OIDC provider's public key set and the claims are used to populate\nthe OIDC credentials of the identity.\nIf the OIDC provider does not store additional claims (such as name, etc.) in the IDToken itself, you can use\nthe `traits` field to populate the identity's traits. Note, that Apple only includes the users email in the IDToken.\n\nSupported providers are\nApple\nGoogle", - "type": "string" - }, - "id_token_nonce": { - "description": "IDTokenNonce is the nonce, used when generating the IDToken.\nIf the provider supports nonce validation, the nonce will be validated against this value and required.", - "type": "string" - }, - "method": { - "description": "Method to use\n\nThis field must be set to `oidc` when using the oidc method.", - "type": "string" - }, - "provider": { - "description": "The provider to register with", - "type": "string" - }, - "traits": { - "description": "The identity traits. This is a placeholder for the registration flow.", - "type": "object" - }, - "transient_payload": { - "description": "Transient data to pass along to any webhooks", - "type": "object" - }, - "upstream_parameters": { - "description": "UpstreamParameters are the parameters that are passed to the upstream identity provider.\n\nThese parameters are optional and depend on what the upstream identity provider supports.\nSupported parameters are:\n`login_hint` (string): The `login_hint` parameter suppresses the account chooser and either pre-fills the email box on the sign-in form, or selects the proper session.\n`hd` (string): The `hd` parameter limits the login/registration process to a Google Organization, e.g. `mycollege.edu`.\n`prompt` (string): The `prompt` specifies whether the Authorization Server prompts the End-User for reauthentication and consent, e.g. `select_account`.", - "type": "object" - } - }, - "required": [ - "provider", - "method" - ], - "type": "object" - }, - "updateLoginFlowWithPasskeyMethod": { - "description": "Update Login Flow with Passkey Method", - "properties": { - "csrf_token": { - "description": "Sending the anti-csrf token is only required for browser login flows.", - "type": "string" - }, - "method": { - "description": "Method should be set to \"passkey\" when logging in using the Passkey strategy.", - "type": "string" - }, - "passkey_login": { - "description": "Login a WebAuthn Security Key\n\nThis must contain the ID of the WebAuthN connection.", - "type": "string" - } - }, - "required": [ - "method" - ], - "type": "object" - }, - "updateLoginFlowWithPasswordMethod": { - "description": "Update Login Flow with Password Method", - "properties": { - "csrf_token": { - "description": "Sending the anti-csrf token is only required for browser login flows.", - "type": "string" - }, - "identifier": { - "description": "Identifier is the email or username of the user trying to log in.", - "type": "string" - }, - "method": { - "description": "Method should be set to \"password\" when logging in using the identifier and password strategy.", - "type": "string" - }, - "password": { - "description": "The user's password.", - "type": "string" - }, - "password_identifier": { - "description": "Identifier is the email or username of the user trying to log in.\nThis field is deprecated!", - "type": "string" - }, - "transient_payload": { - "description": "Transient data to pass along to any webhooks", - "type": "object" - } - }, - "required": [ - "method", - "password", - "identifier" - ], - "type": "object" - }, - "updateLoginFlowWithTotpMethod": { - "description": "Update Login Flow with TOTP Method", - "properties": { - "csrf_token": { - "description": "Sending the anti-csrf token is only required for browser login flows.", - "type": "string" - }, - "method": { - "description": "Method should be set to \"totp\" when logging in using the TOTP strategy.", - "type": "string" - }, - "totp_code": { - "description": "The TOTP code.", - "type": "string" - }, - "transient_payload": { - "description": "Transient data to pass along to any webhooks", - "type": "object" - } - }, - "required": [ - "method", - "totp_code" - ], - "type": "object" - }, - "updateLoginFlowWithWebAuthnMethod": { - "description": "Update Login Flow with WebAuthn Method", - "properties": { - "csrf_token": { - "description": "Sending the anti-csrf token is only required for browser login flows.", - "type": "string" - }, - "identifier": { - "description": "Identifier is the email or username of the user trying to log in.", - "type": "string" - }, - "method": { - "description": "Method should be set to \"webAuthn\" when logging in using the WebAuthn strategy.", - "type": "string" - }, - "transient_payload": { - "description": "Transient data to pass along to any webhooks", - "type": "object" - }, - "webauthn_login": { - "description": "Login a WebAuthn Security Key\n\nThis must contain the ID of the WebAuthN connection.", - "type": "string" - } - }, - "required": [ - "identifier", - "method" - ], - "type": "object" - }, - "updateRecoveryFlowBody": { - "description": "Update Recovery Flow Request Body", - "discriminator": { - "mapping": { - "code": "#/components/schemas/updateRecoveryFlowWithCodeMethod", - "link": "#/components/schemas/updateRecoveryFlowWithLinkMethod" - }, - "propertyName": "method" - }, - "oneOf": [ - { - "$ref": "#/components/schemas/updateRecoveryFlowWithLinkMethod" - }, - { - "$ref": "#/components/schemas/updateRecoveryFlowWithCodeMethod" - } - ] - }, - "updateRecoveryFlowWithCodeMethod": { - "description": "Update Recovery Flow with Code Method", - "properties": { - "code": { - "description": "Code from the recovery email\n\nIf you want to submit a code, use this field, but make sure to _not_ include the email field, as well.", - "type": "string" - }, - "csrf_token": { - "description": "Sending the anti-csrf token is only required for browser login flows.", - "type": "string" - }, - "email": { - "description": "The email address of the account to recover\n\nIf the email belongs to a valid account, a recovery email will be sent.\n\nIf you want to notify the email address if the account does not exist, see\nthe [notify_unknown_recipients flag](https://www.ory.sh/docs/kratos/self-service/flows/account-recovery-password-reset#attempted-recovery-notifications)\n\nIf a code was already sent, including this field in the payload will invalidate the sent code and re-send a new code.\n\nformat: email", - "type": "string" - }, - "method": { - "description": "Method is the method that should be used for this recovery flow\n\nAllowed values are `link` and `code`.\nlink RecoveryStrategyLink\ncode RecoveryStrategyCode", - "enum": [ - "link", - "code" - ], - "type": "string", - "x-go-enum-desc": "link RecoveryStrategyLink\ncode RecoveryStrategyCode" - }, - "transient_payload": { - "description": "Transient data to pass along to any webhooks", - "type": "object" - } - }, - "required": [ - "method" - ], - "type": "object" - }, - "updateRecoveryFlowWithLinkMethod": { - "description": "Update Recovery Flow with Link Method", - "properties": { - "csrf_token": { - "description": "Sending the anti-csrf token is only required for browser login flows.", - "type": "string" - }, - "email": { - "description": "Email to Recover\n\nNeeds to be set when initiating the flow. If the email is a registered\nrecovery email, a recovery link will be sent. If the email is not known,\na email with details on what happened will be sent instead.\n\nformat: email", - "type": "string" - }, - "method": { - "description": "Method is the method that should be used for this recovery flow\n\nAllowed values are `link` and `code`\nlink RecoveryStrategyLink\ncode RecoveryStrategyCode", - "enum": [ - "link", - "code" - ], - "type": "string", - "x-go-enum-desc": "link RecoveryStrategyLink\ncode RecoveryStrategyCode" - }, - "transient_payload": { - "description": "Transient data to pass along to any webhooks", - "type": "object" - } - }, - "required": [ - "email", - "method" - ], - "type": "object" - }, - "updateRegistrationFlowBody": { - "description": "Update Registration Request Body", - "discriminator": { - "mapping": { - "code": "#/components/schemas/updateRegistrationFlowWithCodeMethod", - "oidc": "#/components/schemas/updateRegistrationFlowWithOidcMethod", - "passkey": "#/components/schemas/updateRegistrationFlowWithPasskeyMethod", - "password": "#/components/schemas/updateRegistrationFlowWithPasswordMethod", - "profile": "#/components/schemas/updateRegistrationFlowWithProfileMethod", - "webauthn": "#/components/schemas/updateRegistrationFlowWithWebAuthnMethod" - }, - "propertyName": "method" - }, - "oneOf": [ - { - "$ref": "#/components/schemas/updateRegistrationFlowWithPasswordMethod" - }, - { - "$ref": "#/components/schemas/updateRegistrationFlowWithOidcMethod" - }, - { - "$ref": "#/components/schemas/updateRegistrationFlowWithWebAuthnMethod" - }, - { - "$ref": "#/components/schemas/updateRegistrationFlowWithCodeMethod" - }, - { - "$ref": "#/components/schemas/updateRegistrationFlowWithPasskeyMethod" - }, - { - "$ref": "#/components/schemas/updateRegistrationFlowWithProfileMethod" - } - ] - }, - "updateRegistrationFlowWithCodeMethod": { - "description": "Update Registration Flow with Code Method", - "properties": { - "code": { - "description": "The OTP Code sent to the user", - "type": "string" - }, - "csrf_token": { - "description": "The CSRF Token", - "type": "string" - }, - "method": { - "description": "Method to use\n\nThis field must be set to `code` when using the code method.", - "type": "string" - }, - "resend": { - "description": "Resend restarts the flow with a new code", - "type": "string" - }, - "traits": { - "description": "The identity's traits", - "type": "object" - }, - "transient_payload": { - "description": "Transient data to pass along to any webhooks", - "type": "object" - } - }, - "required": [ - "traits", - "method" - ], - "type": "object" - }, - "updateRegistrationFlowWithOidcMethod": { - "description": "Update Registration Flow with OpenID Connect Method", - "properties": { - "csrf_token": { - "description": "The CSRF Token", - "type": "string" - }, - "id_token": { - "description": "IDToken is an optional id token provided by an OIDC provider\n\nIf submitted, it is verified using the OIDC provider's public key set and the claims are used to populate\nthe OIDC credentials of the identity.\nIf the OIDC provider does not store additional claims (such as name, etc.) in the IDToken itself, you can use\nthe `traits` field to populate the identity's traits. Note, that Apple only includes the users email in the IDToken.\n\nSupported providers are\nApple\nGoogle", - "type": "string" - }, - "id_token_nonce": { - "description": "IDTokenNonce is the nonce, used when generating the IDToken.\nIf the provider supports nonce validation, the nonce will be validated against this value and is required.", - "type": "string" - }, - "method": { - "description": "Method to use\n\nThis field must be set to `oidc` when using the oidc method.", - "type": "string" - }, - "provider": { - "description": "The provider to register with", - "type": "string" - }, - "traits": { - "description": "The identity traits", - "type": "object" - }, - "transient_payload": { - "description": "Transient data to pass along to any webhooks", - "type": "object" - }, - "upstream_parameters": { - "description": "UpstreamParameters are the parameters that are passed to the upstream identity provider.\n\nThese parameters are optional and depend on what the upstream identity provider supports.\nSupported parameters are:\n`login_hint` (string): The `login_hint` parameter suppresses the account chooser and either pre-fills the email box on the sign-in form, or selects the proper session.\n`hd` (string): The `hd` parameter limits the login/registration process to a Google Organization, e.g. `mycollege.edu`.\n`prompt` (string): The `prompt` specifies whether the Authorization Server prompts the End-User for reauthentication and consent, e.g. `select_account`.", - "type": "object" - } - }, - "required": [ - "provider", - "method" - ], - "type": "object" - }, - "updateRegistrationFlowWithPasskeyMethod": { - "description": "Update Registration Flow with Passkey Method", - "properties": { - "csrf_token": { - "description": "CSRFToken is the anti-CSRF token", - "type": "string" - }, - "method": { - "description": "Method\n\nShould be set to \"passkey\" when trying to add, update, or remove a Passkey.", - "type": "string" - }, - "passkey_register": { - "description": "Register a WebAuthn Security Key\n\nIt is expected that the JSON returned by the WebAuthn registration process\nis included here.", - "type": "string" - }, - "traits": { - "description": "The identity's traits", - "type": "object" - }, - "transient_payload": { - "description": "Transient data to pass along to any webhooks", - "type": "object" - } - }, - "required": [ - "traits", - "method" - ], - "type": "object" - }, - "updateRegistrationFlowWithPasswordMethod": { - "description": "Update Registration Flow with Password Method", - "properties": { - "csrf_token": { - "description": "The CSRF Token", - "type": "string" - }, - "method": { - "description": "Method to use\n\nThis field must be set to `password` when using the password method.", - "type": "string" - }, - "password": { - "description": "Password to sign the user up with", - "type": "string" - }, - "traits": { - "description": "The identity's traits", - "type": "object" - }, - "transient_payload": { - "description": "Transient data to pass along to any webhooks", - "type": "object" - } - }, - "required": [ - "password", - "traits", - "method" - ], - "type": "object" - }, - "updateRegistrationFlowWithProfileMethod": { - "description": "Update Registration Flow with Profile Method", - "properties": { - "csrf_token": { - "description": "The Anti-CSRF Token\n\nThis token is only required when performing browser flows.", - "type": "string" - }, - "method": { - "description": "Method\n\nShould be set to profile when trying to update a profile.", - "type": "string" - }, - "screen": { - "description": "Screen requests navigation to a previous screen.\n\nThis must be set to credential-selection to go back to the credential\nselection screen.", - "type": "string" - }, - "traits": { - "description": "Traits\n\nThe identity's traits.", - "type": "object" - }, - "transient_payload": { - "description": "Transient data to pass along to any webhooks", - "type": "object" - } - }, - "required": [ - "traits", - "method" - ], - "type": "object" - }, - "updateRegistrationFlowWithWebAuthnMethod": { - "description": "Update Registration Flow with WebAuthn Method", - "properties": { - "csrf_token": { - "description": "CSRFToken is the anti-CSRF token", - "type": "string" - }, - "method": { - "description": "Method\n\nShould be set to \"webauthn\" when trying to add, update, or remove a webAuthn pairing.", - "type": "string" - }, - "traits": { - "description": "The identity's traits", - "type": "object" - }, - "transient_payload": { - "description": "Transient data to pass along to any webhooks", - "type": "object" - }, - "webauthn_register": { - "description": "Register a WebAuthn Security Key\n\nIt is expected that the JSON returned by the WebAuthn registration process\nis included here.", - "type": "string" - }, - "webauthn_register_displayname": { - "description": "Name of the WebAuthn Security Key to be Added\n\nA human-readable name for the security key which will be added.", - "type": "string" - } - }, - "required": [ - "traits", - "method" - ], - "type": "object" - }, - "updateSettingsFlowBody": { - "description": "Update Settings Flow Request Body", - "discriminator": { - "mapping": { - "lookup_secret": "#/components/schemas/updateSettingsFlowWithLookupMethod", - "oidc": "#/components/schemas/updateSettingsFlowWithOidcMethod", - "passkey": "#/components/schemas/updateSettingsFlowWithPasskeyMethod", - "password": "#/components/schemas/updateSettingsFlowWithPasswordMethod", - "profile": "#/components/schemas/updateSettingsFlowWithProfileMethod", - "totp": "#/components/schemas/updateSettingsFlowWithTotpMethod", - "webauthn": "#/components/schemas/updateSettingsFlowWithWebAuthnMethod" - }, - "propertyName": "method" - }, - "oneOf": [ - { - "$ref": "#/components/schemas/updateSettingsFlowWithPasswordMethod" - }, - { - "$ref": "#/components/schemas/updateSettingsFlowWithProfileMethod" - }, - { - "$ref": "#/components/schemas/updateSettingsFlowWithOidcMethod" - }, - { - "$ref": "#/components/schemas/updateSettingsFlowWithTotpMethod" - }, - { - "$ref": "#/components/schemas/updateSettingsFlowWithWebAuthnMethod" - }, - { - "$ref": "#/components/schemas/updateSettingsFlowWithLookupMethod" - }, - { - "$ref": "#/components/schemas/updateSettingsFlowWithPasskeyMethod" - } - ] - }, - "updateSettingsFlowWithLookupMethod": { - "description": "Update Settings Flow with Lookup Method", - "properties": { - "csrf_token": { - "description": "CSRFToken is the anti-CSRF token", - "type": "string" - }, - "lookup_secret_confirm": { - "description": "If set to true will save the regenerated lookup secrets", - "type": "boolean" - }, - "lookup_secret_disable": { - "description": "Disables this method if true.", - "type": "boolean" - }, - "lookup_secret_regenerate": { - "description": "If set to true will regenerate the lookup secrets", - "type": "boolean" - }, - "lookup_secret_reveal": { - "description": "If set to true will reveal the lookup secrets", - "type": "boolean" - }, - "method": { - "description": "Method\n\nShould be set to \"lookup\" when trying to add, update, or remove a lookup pairing.", - "type": "string" - }, - "transient_payload": { - "description": "Transient data to pass along to any webhooks", - "type": "object" - } - }, - "required": [ - "method" - ], - "type": "object" - }, - "updateSettingsFlowWithOidcMethod": { - "description": "Update Settings Flow with OpenID Connect Method", - "properties": { - "flow": { - "description": "Flow ID is the flow's ID.\n\nin: query", - "type": "string" - }, - "link": { - "description": "Link this provider\n\nEither this or `unlink` must be set.\n\ntype: string\nin: body", - "type": "string" - }, - "method": { - "description": "Method\n\nShould be set to profile when trying to update a profile.", - "type": "string" - }, - "traits": { - "description": "The identity's traits\n\nin: body", - "type": "object" - }, - "transient_payload": { - "description": "Transient data to pass along to any webhooks", - "type": "object" - }, - "unlink": { - "description": "Unlink this provider\n\nEither this or `link` must be set.\n\ntype: string\nin: body", - "type": "string" - }, - "upstream_parameters": { - "description": "UpstreamParameters are the parameters that are passed to the upstream identity provider.\n\nThese parameters are optional and depend on what the upstream identity provider supports.\nSupported parameters are:\n`login_hint` (string): The `login_hint` parameter suppresses the account chooser and either pre-fills the email box on the sign-in form, or selects the proper session.\n`hd` (string): The `hd` parameter limits the login/registration process to a Google Organization, e.g. `mycollege.edu`.\n`prompt` (string): The `prompt` specifies whether the Authorization Server prompts the End-User for reauthentication and consent, e.g. `select_account`.", - "type": "object" - } - }, - "required": [ - "method" - ], - "type": "object" - }, - "updateSettingsFlowWithPasskeyMethod": { - "description": "Update Settings Flow with Passkey Method", - "properties": { - "csrf_token": { - "description": "CSRFToken is the anti-CSRF token", - "type": "string" - }, - "method": { - "description": "Method\n\nShould be set to \"passkey\" when trying to add, update, or remove a webAuthn pairing.", - "type": "string" - }, - "passkey_remove": { - "description": "Remove a WebAuthn Security Key\n\nThis must contain the ID of the WebAuthN connection.", - "type": "string" - }, - "passkey_settings_register": { - "description": "Register a WebAuthn Security Key\n\nIt is expected that the JSON returned by the WebAuthn registration process\nis included here.", - "type": "string" - } - }, - "required": [ - "method" - ], - "type": "object" - }, - "updateSettingsFlowWithPasswordMethod": { - "description": "Update Settings Flow with Password Method", - "properties": { - "csrf_token": { - "description": "CSRFToken is the anti-CSRF token", - "type": "string" - }, - "method": { - "description": "Method\n\nShould be set to password when trying to update a password.", - "type": "string" - }, - "password": { - "description": "Password is the updated password", - "type": "string" - }, - "transient_payload": { - "description": "Transient data to pass along to any webhooks", - "type": "object" - } - }, - "required": [ - "password", - "method" - ], - "type": "object" - }, - "updateSettingsFlowWithProfileMethod": { - "description": "Update Settings Flow with Profile Method", - "properties": { - "csrf_token": { - "description": "The Anti-CSRF Token\n\nThis token is only required when performing browser flows.", - "type": "string" - }, - "method": { - "description": "Method\n\nShould be set to profile when trying to update a profile.", - "type": "string" - }, - "traits": { - "description": "Traits\n\nThe identity's traits.", - "type": "object" - }, - "transient_payload": { - "description": "Transient data to pass along to any webhooks", - "type": "object" - } - }, - "required": [ - "traits", - "method" - ], - "type": "object" - }, - "updateSettingsFlowWithTotpMethod": { - "description": "Update Settings Flow with TOTP Method", - "properties": { - "csrf_token": { - "description": "CSRFToken is the anti-CSRF token", - "type": "string" - }, - "method": { - "description": "Method\n\nShould be set to \"totp\" when trying to add, update, or remove a totp pairing.", - "type": "string" - }, - "totp_code": { - "description": "ValidationTOTP must contain a valid TOTP based on the", - "type": "string" - }, - "totp_unlink": { - "description": "UnlinkTOTP if true will remove the TOTP pairing,\neffectively removing the credential. This can be used\nto set up a new TOTP device.", - "type": "boolean" - }, - "transient_payload": { - "description": "Transient data to pass along to any webhooks", - "type": "object" - } - }, - "required": [ - "method" - ], - "type": "object" - }, - "updateSettingsFlowWithWebAuthnMethod": { - "description": "Update Settings Flow with WebAuthn Method", - "properties": { - "csrf_token": { - "description": "CSRFToken is the anti-CSRF token", - "type": "string" - }, - "method": { - "description": "Method\n\nShould be set to \"webauthn\" when trying to add, update, or remove a webAuthn pairing.", - "type": "string" - }, - "transient_payload": { - "description": "Transient data to pass along to any webhooks", - "type": "object" - }, - "webauthn_register": { - "description": "Register a WebAuthn Security Key\n\nIt is expected that the JSON returned by the WebAuthn registration process\nis included here.", - "type": "string" - }, - "webauthn_register_displayname": { - "description": "Name of the WebAuthn Security Key to be Added\n\nA human-readable name for the security key which will be added.", - "type": "string" - }, - "webauthn_remove": { - "description": "Remove a WebAuthn Security Key\n\nThis must contain the ID of the WebAuthN connection.", - "type": "string" - } - }, - "required": [ - "method" - ], - "type": "object" - }, - "updateSubscriptionBody": { - "properties": { - "interval": { - "description": "\nmonthly Monthly\nyearly Yearly", - "enum": [ - "monthly", - "yearly" - ], - "type": "string", - "x-go-enum-desc": "monthly Monthly\nyearly Yearly" - }, - "plan": { - "type": "string" - }, - "return_to": { - "type": "string" - } - }, - "required": [ - "plan", - "interval" - ], - "type": "object" - }, - "updateVerificationFlowBody": { - "description": "Update Verification Flow Request Body", - "discriminator": { - "mapping": { - "code": "#/components/schemas/updateVerificationFlowWithCodeMethod", - "link": "#/components/schemas/updateVerificationFlowWithLinkMethod" - }, - "propertyName": "method" - }, - "oneOf": [ - { - "$ref": "#/components/schemas/updateVerificationFlowWithLinkMethod" - }, - { - "$ref": "#/components/schemas/updateVerificationFlowWithCodeMethod" - } - ] - }, - "updateVerificationFlowWithCodeMethod": { - "properties": { - "code": { - "description": "Code from the recovery email\n\nIf you want to submit a code, use this field, but make sure to _not_ include the email field, as well.", - "type": "string" - }, - "csrf_token": { - "description": "Sending the anti-csrf token is only required for browser login flows.", - "type": "string" - }, - "email": { - "description": "The email address to verify\n\nIf the email belongs to a valid account, a verifiation email will be sent.\n\nIf you want to notify the email address if the account does not exist, see\nthe [notify_unknown_recipients flag](https://www.ory.sh/docs/kratos/self-service/flows/verify-email-account-activation#attempted-verification-notifications)\n\nIf a code was already sent, including this field in the payload will invalidate the sent code and re-send a new code.\n\nformat: email", - "type": "string" - }, - "method": { - "description": "Method is the method that should be used for this verification flow\n\nAllowed values are `link` and `code`.\nlink VerificationStrategyLink\ncode VerificationStrategyCode", - "enum": [ - "link", - "code" - ], - "type": "string", - "x-go-enum-desc": "link VerificationStrategyLink\ncode VerificationStrategyCode" - }, - "transient_payload": { - "description": "Transient data to pass along to any webhooks", - "type": "object" - } - }, - "required": [ - "method" - ], - "type": "object" - }, - "updateVerificationFlowWithLinkMethod": { - "description": "Update Verification Flow with Link Method", - "properties": { - "csrf_token": { - "description": "Sending the anti-csrf token is only required for browser login flows.", - "type": "string" - }, - "email": { - "description": "Email to Verify\n\nNeeds to be set when initiating the flow. If the email is a registered\nverification email, a verification link will be sent. If the email is not known,\na email with details on what happened will be sent instead.\n\nformat: email", - "type": "string" - }, - "method": { - "description": "Method is the method that should be used for this verification flow\n\nAllowed values are `link` and `code`\nlink VerificationStrategyLink\ncode VerificationStrategyCode", - "enum": [ - "link", - "code" - ], - "type": "string", - "x-go-enum-desc": "link VerificationStrategyLink\ncode VerificationStrategyCode" - }, - "transient_payload": { - "description": "Transient data to pass along to any webhooks", - "type": "object" - } - }, - "required": [ - "email", - "method" - ], - "type": "object" - }, - "updateWorkspaceBody": { - "properties": { - "name": { - "description": "The name of the workspace.", - "type": "string" - } - }, - "required": [ - "name" - ], - "type": "object" - }, - "verifiableCredentialPrimingResponse": { - "properties": { - "c_nonce": { - "type": "string" - }, - "c_nonce_expires_in": { - "format": "int64", - "type": "integer" - }, - "error": { - "type": "string" - }, - "error_debug": { - "type": "string" - }, - "error_description": { - "type": "string" - }, - "error_hint": { - "type": "string" - }, - "format": { - "type": "string" - }, - "status_code": { - "format": "int64", - "type": "integer" - } - }, - "title": "VerifiableCredentialPrimingResponse contains the nonce to include in the proof-of-possession JWT.", - "type": "object" - }, - "verifiableCredentialResponse": { - "properties": { - "credential_draft_00": { - "type": "string" - }, - "format": { - "type": "string" - } - }, - "title": "VerifiableCredentialResponse contains the verifiable credential.", - "type": "object" - }, - "verifiableIdentityAddress": { - "description": "VerifiableAddress is an identity's verifiable address", - "properties": { - "created_at": { - "description": "When this entry was created", - "example": "2014-01-01T23:28:56.782Z", - "format": "date-time", - "type": "string" - }, - "id": { - "description": "The ID", - "format": "uuid", - "type": "string" - }, - "status": { - "$ref": "#/components/schemas/identityVerifiableAddressStatus" - }, - "updated_at": { - "description": "When this entry was last updated", - "example": "2014-01-01T23:28:56.782Z", - "format": "date-time", - "type": "string" - }, - "value": { - "description": "The address value\n\nexample foo@user.com", - "type": "string" - }, - "verified": { - "description": "Indicates if the address has already been verified", - "example": true, - "type": "boolean" - }, - "verified_at": { - "$ref": "#/components/schemas/nullTime" - }, - "via": { - "description": "The delivery method", - "enum": [ - "email", - "sms" - ], - "example": "email", - "type": "string" - } - }, - "required": [ - "value", - "verified", - "via", - "status" - ], - "type": "object" - }, - "verificationFlow": { - "description": "Used to verify an out-of-band communication\nchannel such as an email address or a phone number.\n\nFor more information head over to: https://www.ory.sh/docs/kratos/self-service/flows/verify-email-account-activation", - "properties": { - "active": { - "description": "Active, if set, contains the registration method that is being used. It is initially\nnot set.", - "type": "string" - }, - "expires_at": { - "description": "ExpiresAt is the time (UTC) when the request expires. If the user still wishes to verify the address,\na new request has to be initiated.", - "format": "date-time", - "type": "string" - }, - "id": { - "description": "ID represents the request's unique ID. When performing the verification flow, this\nrepresents the id in the verify ui's query parameter: http://\u003cselfservice.flows.verification.ui_url\u003e?request=\u003cid\u003e\n\ntype: string\nformat: uuid", - "format": "uuid", - "type": "string" - }, - "issued_at": { - "description": "IssuedAt is the time (UTC) when the request occurred.", - "format": "date-time", - "type": "string" - }, - "request_url": { - "description": "RequestURL is the initial URL that was requested from Ory Kratos. It can be used\nto forward information contained in the URL's path or query for example.", - "type": "string" - }, - "return_to": { - "description": "ReturnTo contains the requested return_to URL.", - "type": "string" - }, - "state": { - "description": "State represents the state of this request:\n\nchoose_method: ask the user to choose a method (e.g. verify your email)\nsent_email: the email has been sent to the user\npassed_challenge: the request was successful and the verification challenge was passed." - }, - "transient_payload": { - "description": "TransientPayload is used to pass data from the verification flow to hooks and email templates", - "type": "object" - }, - "type": { - "$ref": "#/components/schemas/selfServiceFlowType" - }, - "ui": { - "$ref": "#/components/schemas/uiContainer" - } - }, - "required": [ - "id", - "type", - "ui", - "state" - ], - "title": "A Verification Flow", - "type": "object" - }, - "verificationFlowState": { - "description": "The state represents the state of the verification flow.\n\nchoose_method: ask the user to choose a method (e.g. recover account via email)\nsent_email: the email has been sent to the user\npassed_challenge: the request was successful and the recovery challenge was passed.", - "enum": [ - "choose_method", - "sent_email", - "passed_challenge" - ], - "title": "Verification Flow State", - "type": "string" - }, - "version": { - "properties": { - "version": { - "description": "Version is the service's version.", - "type": "string" - } - }, - "type": "object" - }, - "webAuthnJavaScript": { - "type": "string" - }, - "workspace": { - "properties": { - "created_at": { - "format": "date-time", - "type": "string" - }, - "id": { - "format": "uuid", - "type": "string" - }, - "name": { - "type": "string" - }, - "subscription_id": { - "$ref": "#/components/schemas/NullUUID" - }, - "subscription_plan": { - "$ref": "#/components/schemas/String" - }, - "updated_at": { - "format": "date-time", - "type": "string" - } - }, - "required": [ - "id", - "name", - "created_at", - "updated_at" - ], - "type": "object" - }, - "workspaceApiKey": { - "properties": { - "created_at": { - "description": "The API key's creation date", - "format": "date-time", - "readOnly": true, - "type": "string" - }, - "id": { - "description": "The key's ID.", - "format": "uuid", - "readOnly": true, - "type": "string" - }, - "name": { - "description": "The API key's Name\n\nSet this to help you remember, for example, where you use the API key.", - "type": "string" - }, - "owner_id": { - "description": "The key's owner", - "format": "uuid", - "readOnly": true, - "type": "string" - }, - "updated_at": { - "description": "The API key's last update date", - "format": "date-time", - "readOnly": true, - "type": "string" - }, - "value": { - "description": "The key's value", - "readOnly": true, - "type": "string" - }, - "workspace_id": { - "description": "The API token's workspace ID", - "format": "uuid", - "readOnly": true, - "type": "string" - } - }, - "required": [ - "id", - "name", - "owner_id" - ], - "type": "object" - }, - "workspaceApiKeys": { - "items": { - "$ref": "#/components/schemas/workspaceApiKey" - }, - "type": "array" - }, - "workspaces": { - "items": { - "$ref": "#/components/schemas/workspace" - }, - "type": "array" - } - }, - "securitySchemes": { - "basic": { - "scheme": "basic", - "type": "http" - }, - "bearer": { - "scheme": "bearer", - "type": "http" - }, - "oauth2": { - "flows": { - "authorizationCode": { - "authorizationUrl": "https://hydra.demo.ory.sh/oauth2/auth", - "scopes": { - "offline": "A scope required when requesting refresh tokens (alias for `offline_access`)", - "offline_access": "A scope required when requesting refresh tokens", - "openid": "Request an OpenID Connect ID Token" - }, - "tokenUrl": "https://hydra.demo.ory.sh/oauth2/token" - } - }, - "type": "oauth2" - }, - "oryAccessToken": { - "description": "To use this endpoint you need an [Ory Network API key](https://www.ory.sh/docs/concepts/personal-access-token).", - "scheme": "bearer", - "type": "http" - }, - "oryWorkspaceApiKey": { - "description": "To use this endpoint you need a workspace-level [Ory Network API key](https://www.ory.sh/docs/concepts/personal-access-token).", - "scheme": "bearer", - "type": "http" - } - } - }, - "info": { - "contact": { - "email": "support@ory.sh", - "name": "API Support" - }, - "description": "Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed\nwith a valid Personal Access Token. Public APIs are mostly used in browsers.\n", - "license": { - "name": "Apache 2.0", - "url": "https://www.apache.org/licenses/LICENSE-2.0.html" - }, - "termsOfService": "/ptos", - "title": "Ory APIs", - "version": "latest" - }, - "openapi": "3.0.3", - "paths": { - "/.well-known/jwks.json": { - "get": { - "description": "This endpoint returns JSON Web Keys required to verifying OpenID Connect ID Tokens and,\nif enabled, OAuth 2.0 JWT Access Tokens. This endpoint can be used with client libraries like\n[node-jwks-rsa](https://github.com/auth0/node-jwks-rsa) among others.\n\nAdding custom keys requires first creating a keyset via the createJsonWebKeySet operation,\nand then configuring the webfinger.jwks.broadcast_keys configuration value to include the keyset name.", - "operationId": "discoverJsonWebKeys", - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/jsonWebKeySet" - } - } - }, - "description": "jsonWebKeySet" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorOAuth2" - } - } - }, - "description": "errorOAuth2" - } - }, - "summary": "Discover Well-Known JSON Web Keys", - "tags": [ - "wellknown" - ] - } - }, - "/.well-known/openid-configuration": { - "get": { - "description": "A mechanism for an OpenID Connect Relying Party to discover the End-User's OpenID Provider and obtain information needed to interact with it, including its OAuth 2.0 endpoint locations.\n\nPopular libraries for OpenID Connect clients include oidc-client-js (JavaScript), go-oidc (Golang), and others.\nFor a full list of clients go here: https://openid.net/developers/certified/", - "operationId": "discoverOidcConfiguration", - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/oidcConfiguration" - } - } - }, - "description": "oidcConfiguration" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorOAuth2" - } - } - }, - "description": "errorOAuth2" - } - }, - "summary": "OpenID Connect Discovery", - "tags": [ - "oidc" - ] - } - }, - "/.well-known/ory/webauthn.js": { - "get": { - "description": "This endpoint provides JavaScript which is needed in order to perform WebAuthn login and registration.\n\nIf you are building a JavaScript Browser App (e.g. in ReactJS or AngularJS) you will need to load this file:\n\n```html\n\u003cscript src=\"https://public-kratos.example.org/.well-known/ory/webauthn.js\" type=\"script\" async /\u003e\n```\n\nMore information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).", - "operationId": "getWebAuthnJavaScript", - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/webAuthnJavaScript" - } - } - }, - "description": "webAuthnJavaScript" - } - }, - "summary": "Get WebAuthn JavaScript", - "tags": [ - "frontend" - ] - } - }, - "/admin/clients": { - "get": { - "description": "This endpoint lists all clients in the database, and never returns client secrets.\nAs a default it lists the first 100 clients.", - "operationId": "listOAuth2Clients", - "parameters": [ - { - "description": "Items per Page\n\nThis is the number of items per page to return.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).", - "in": "query", - "name": "page_size", - "schema": { - "default": 250, - "format": "int64", - "maximum": 500, - "minimum": 1, - "type": "integer" - } - }, - { - "description": "Next Page Token\n\nThe next page token.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).", - "in": "query", - "name": "page_token", - "schema": { - "default": "1", - "minimum": 1, - "type": "string" - } - }, - { - "description": "The name of the clients to filter by.", - "in": "query", - "name": "client_name", - "schema": { - "type": "string" - } - }, - { - "description": "The owner of the clients to filter by.", - "in": "query", - "name": "owner", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "$ref": "#/components/responses/listOAuth2Clients" - }, - "default": { - "$ref": "#/components/responses/errorOAuth2Default" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "List OAuth 2.0 Clients", - "tags": [ - "oAuth2" - ] - }, - "post": { - "description": "Create a new OAuth 2.0 client. If you pass `client_secret` the secret is used, otherwise a random secret\nis generated. The secret is echoed in the response. It is not possible to retrieve it later on.", - "operationId": "createOAuth2Client", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/oAuth2Client" - } - } - }, - "description": "OAuth 2.0 Client Request Body", - "required": true, - "x-originalParamName": "Body" - }, - "responses": { - "201": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/oAuth2Client" - } - } - }, - "description": "oAuth2Client" - }, - "400": { - "$ref": "#/components/responses/errorOAuth2BadRequest" - }, - "default": { - "$ref": "#/components/responses/errorOAuth2Default" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Create OAuth 2.0 Client", - "tags": [ - "oAuth2" - ] - } - }, - "/admin/clients/{id}": { - "delete": { - "description": "Delete an existing OAuth 2.0 Client by its ID.\n\nOAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are\ngenerated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.\n\nMake sure that this endpoint is well protected and only callable by first-party components.", - "operationId": "deleteOAuth2Client", - "parameters": [ - { - "description": "The id of the OAuth 2.0 Client.", - "in": "path", - "name": "id", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/emptyResponse" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/genericError" - } - } - }, - "description": "genericError" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Delete OAuth 2.0 Client", - "tags": [ - "oAuth2" - ] - }, - "get": { - "description": "Get an OAuth 2.0 client by its ID. This endpoint never returns the client secret.\n\nOAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are\ngenerated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.", - "operationId": "getOAuth2Client", - "parameters": [ - { - "description": "The id of the OAuth 2.0 Client.", - "in": "path", - "name": "id", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/oAuth2Client" - } - } - }, - "description": "oAuth2Client" - }, - "default": { - "$ref": "#/components/responses/errorOAuth2Default" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Get an OAuth 2.0 Client", - "tags": [ - "oAuth2" - ] - }, - "patch": { - "description": "Patch an existing OAuth 2.0 Client using JSON Patch. If you pass `client_secret`\nthe secret will be updated and returned via the API. This is the\nonly time you will be able to retrieve the client secret, so write it down and keep it safe.\n\nOAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are\ngenerated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.", - "operationId": "patchOAuth2Client", - "parameters": [ - { - "description": "The id of the OAuth 2.0 Client.", - "in": "path", - "name": "id", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/jsonPatchDocument" - } - } - }, - "description": "OAuth 2.0 Client JSON Patch Body", - "required": true, - "x-originalParamName": "Body" - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/oAuth2Client" - } - } - }, - "description": "oAuth2Client" - }, - "404": { - "$ref": "#/components/responses/errorOAuth2NotFound" - }, - "default": { - "$ref": "#/components/responses/errorOAuth2Default" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Patch OAuth 2.0 Client", - "tags": [ - "oAuth2" - ] - }, - "put": { - "description": "Replaces an existing OAuth 2.0 Client with the payload you send. If you pass `client_secret` the secret is used,\notherwise the existing secret is used.\n\nIf set, the secret is echoed in the response. It is not possible to retrieve it later on.\n\nOAuth 2.0 Clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are\ngenerated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.", - "operationId": "setOAuth2Client", - "parameters": [ - { - "description": "OAuth 2.0 Client ID", - "in": "path", - "name": "id", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/oAuth2Client" - } - } - }, - "description": "OAuth 2.0 Client Request Body", - "required": true, - "x-originalParamName": "Body" - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/oAuth2Client" - } - } - }, - "description": "oAuth2Client" - }, - "400": { - "$ref": "#/components/responses/errorOAuth2BadRequest" - }, - "404": { - "$ref": "#/components/responses/errorOAuth2NotFound" - }, - "default": { - "$ref": "#/components/responses/errorOAuth2Default" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Set OAuth 2.0 Client", - "tags": [ - "oAuth2" - ] - } - }, - "/admin/clients/{id}/lifespans": { - "put": { - "description": "Set lifespans of different token types issued for this OAuth 2.0 client. Does not modify other fields.", - "operationId": "setOAuth2ClientLifespans", - "parameters": [ - { - "description": "OAuth 2.0 Client ID", - "in": "path", - "name": "id", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/oAuth2ClientTokenLifespans" - } - } - }, - "x-originalParamName": "Body" - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/oAuth2Client" - } - } - }, - "description": "oAuth2Client" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/genericError" - } - } - }, - "description": "genericError" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Set OAuth2 Client Token Lifespans", - "tags": [ - "oAuth2" - ] - } - }, - "/admin/courier/messages": { - "get": { - "description": "Lists all messages by given status and recipient.", - "operationId": "listCourierMessages", - "parameters": [ - { - "description": "Items per Page\n\nThis is the number of items per page to return.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).", - "in": "query", - "name": "page_size", - "schema": { - "default": 250, - "format": "int64", - "maximum": 1000, - "minimum": 1, - "type": "integer" - } - }, - { - "description": "Next Page Token\n\nThe next page token.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).", - "in": "query", - "name": "page_token", - "schema": { - "type": "string" - } - }, - { - "description": "Status filters out messages based on status.\nIf no value is provided, it doesn't take effect on filter.", - "in": "query", - "name": "status", - "schema": { - "$ref": "#/components/schemas/courierMessageStatus" - } - }, - { - "description": "Recipient filters out messages based on recipient.\nIf no value is provided, it doesn't take effect on filter.", - "in": "query", - "name": "recipient", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "$ref": "#/components/responses/listCourierMessages" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "List Messages", - "tags": [ - "courier" - ] - } - }, - "/admin/courier/messages/{id}": { - "get": { - "description": "Gets a specific messages by the given ID.", - "operationId": "getCourierMessage", - "parameters": [ - { - "description": "MessageID is the ID of the message.", - "in": "path", - "name": "id", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/message" - } - } - }, - "description": "message" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Get a Message", - "tags": [ - "courier" - ] - } - }, - "/admin/identities": { - "get": { - "description": "Lists all [identities](https://www.ory.sh/docs/kratos/concepts/identity-user-model) in the system.", - "operationId": "listIdentities", - "parameters": [ - { - "description": "Deprecated Items per Page\n\nDEPRECATED: Please use `page_token` instead. This parameter will be removed in the future.\n\nThis is the number of items per page.", - "in": "query", - "name": "per_page", - "schema": { - "default": 250, - "format": "int64", - "maximum": 1000, - "minimum": 1, - "type": "integer" - } - }, - { - "description": "Deprecated Pagination Page\n\nDEPRECATED: Please use `page_token` instead. This parameter will be removed in the future.\n\nThis value is currently an integer, but it is not sequential. The value is not the page number, but a\nreference. The next page can be any number and some numbers might return an empty list.\n\nFor example, page 2 might not follow after page 1. And even if page 3 and 5 exist, but page 4 might not exist.\nThe first page can be retrieved by omitting this parameter. Following page pointers will be returned in the\n`Link` header.", - "in": "query", - "name": "page", - "schema": { - "format": "int64", - "type": "integer" - } - }, - { - "description": "Page Size\n\nThis is the number of items per page to return. For details on pagination please head over to the\n[pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).", - "in": "query", - "name": "page_size", - "schema": { - "default": 250, - "format": "int64", - "maximum": 500, - "minimum": 1, - "type": "integer" - } - }, - { - "description": "Next Page Token\n\nThe next page token. For details on pagination please head over to the\n[pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).", - "in": "query", - "name": "page_token", - "schema": { - "default": "1", - "minimum": 1, - "type": "string" - } - }, - { - "description": "Read Consistency Level (preview)\n\nThe read consistency level determines the consistency guarantee for reads:\n\nstrong (slow): The read is guaranteed to return the most recent data committed at the start of the read.\neventual (very fast): The result will return data that is about 4.8 seconds old.\n\nThe default consistency guarantee can be changed in the Ory Network Console or using the Ory CLI with\n`ory patch project --replace '/previews/default_read_consistency_level=\"strong\"'`.\n\nSetting the default consistency level to `eventual` may cause regressions in the future as we add consistency\ncontrols to more APIs. Currently, the following APIs will be affected by this setting:\n\n`GET /admin/identities`\n\nThis feature is in preview and only available in Ory Network.\n ConsistencyLevelUnset ConsistencyLevelUnset is the unset / default consistency level.\nstrong ConsistencyLevelStrong ConsistencyLevelStrong is the strong consistency level.\neventual ConsistencyLevelEventual ConsistencyLevelEventual is the eventual consistency level using follower read timestamps.", - "in": "query", - "name": "consistency", - "schema": { - "enum": [ - "", - "strong", - "eventual" - ], - "type": "string" - }, - "x-go-enum-desc": " ConsistencyLevelUnset ConsistencyLevelUnset is the unset / default consistency level.\nstrong ConsistencyLevelStrong ConsistencyLevelStrong is the strong consistency level.\neventual ConsistencyLevelEventual ConsistencyLevelEventual is the eventual consistency level using follower read timestamps." - }, - { - "description": "List of ids used to filter identities.\nIf this list is empty, then no filter will be applied.", - "in": "query", - "name": "ids", - "schema": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - { - "description": "CredentialsIdentifier is the identifier (username, email) of the credentials to look up using exact match.\nOnly one of CredentialsIdentifier and CredentialsIdentifierSimilar can be used.", - "in": "query", - "name": "credentials_identifier", - "schema": { - "type": "string" - } - }, - { - "description": "This is an EXPERIMENTAL parameter that WILL CHANGE. Do NOT rely on consistent, deterministic behavior.\nTHIS PARAMETER WILL BE REMOVED IN AN UPCOMING RELEASE WITHOUT ANY MIGRATION PATH.\n\nCredentialsIdentifierSimilar is the (partial) identifier (username, email) of the credentials to look up using similarity search.\nOnly one of CredentialsIdentifier and CredentialsIdentifierSimilar can be used.", - "in": "query", - "name": "preview_credentials_identifier_similar", - "schema": { - "type": "string" - } - }, - { - "description": "Include Credentials in Response\n\nInclude any credential, for example `password` or `oidc`, in the response. When set to `oidc`, This will return\nthe initial OAuth 2.0 Access Token, OAuth 2.0 Refresh Token and the OpenID Connect ID Token if available.", - "in": "query", - "name": "include_credential", - "schema": { - "items": { - "type": "string" - }, - "type": "array" - } - } - ], - "responses": { - "200": { - "$ref": "#/components/responses/listIdentities" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "List Identities", - "tags": [ - "identity" - ] - }, - "patch": { - "description": "Creates multiple\n[identities](https://www.ory.sh/docs/kratos/concepts/identity-user-model).\nThis endpoint can also be used to [import\ncredentials](https://www.ory.sh/docs/kratos/manage-identities/import-user-accounts-identities)\nfor instance passwords, social sign in configurations or multifactor methods.", - "operationId": "batchPatchIdentities", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/patchIdentitiesBody" - } - } - }, - "x-originalParamName": "Body" - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/batchPatchIdentitiesResponse" - } - } - }, - "description": "batchPatchIdentitiesResponse" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "409": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Create multiple identities", - "tags": [ - "identity" - ] - }, - "post": { - "description": "Create an [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model). This endpoint can also be used to\n[import credentials](https://www.ory.sh/docs/kratos/manage-identities/import-user-accounts-identities)\nfor instance passwords, social sign in configurations or multifactor methods.", - "operationId": "createIdentity", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/createIdentityBody" - } - } - }, - "x-originalParamName": "Body" - }, - "responses": { - "201": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/identity" - } - } - }, - "description": "identity" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "409": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Create an Identity", - "tags": [ - "identity" - ] - } - }, - "/admin/identities/{id}": { - "delete": { - "description": "Calling this endpoint irrecoverably and permanently deletes the [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) given its ID. This action can not be undone.\nThis endpoint returns 204 when the identity was deleted or when the identity was not found, in which case it is\nassumed that is has been deleted already.", - "operationId": "deleteIdentity", - "parameters": [ - { - "description": "ID is the identity's ID.", - "in": "path", - "name": "id", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/emptyResponse" - }, - "404": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Delete an Identity", - "tags": [ - "identity" - ] - }, - "get": { - "description": "Return an [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) by its ID. You can optionally\ninclude credentials (e.g. social sign in connections) in the response by using the `include_credential` query parameter.", - "operationId": "getIdentity", - "parameters": [ - { - "description": "ID must be set to the ID of identity you want to get", - "in": "path", - "name": "id", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "Include Credentials in Response\n\nInclude any credential, for example `password` or `oidc`, in the response. When set to `oidc`, This will return\nthe initial OAuth 2.0 Access Token, OAuth 2.0 Refresh Token and the OpenID Connect ID Token if available.", - "in": "query", - "name": "include_credential", - "schema": { - "items": { - "enum": [ - "password", - "oidc", - "totp", - "lookup_secret", - "webauthn", - "code", - "passkey", - "profile", - "link_recovery", - "code_recovery" - ], - "type": "string" - }, - "type": "array" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/identity" - } - } - }, - "description": "identity" - }, - "404": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Get an Identity", - "tags": [ - "identity" - ] - }, - "patch": { - "description": "Partially updates an [identity's](https://www.ory.sh/docs/kratos/concepts/identity-user-model) field using [JSON Patch](https://jsonpatch.com/).\nThe fields `id`, `stateChangedAt` and `credentials` can not be updated using this method.", - "operationId": "patchIdentity", - "parameters": [ - { - "description": "ID must be set to the ID of identity you want to update", - "in": "path", - "name": "id", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/jsonPatchDocument" - } - } - }, - "x-originalParamName": "Body" - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/identity" - } - } - }, - "description": "identity" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "404": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "409": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Patch an Identity", - "tags": [ - "identity" - ] - }, - "put": { - "description": "This endpoint updates an [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model). The full identity\npayload (except credentials) is expected. It is possible to update the identity's credentials as well.", - "operationId": "updateIdentity", - "parameters": [ - { - "description": "ID must be set to the ID of identity you want to update", - "in": "path", - "name": "id", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/updateIdentityBody" - } - } - }, - "x-originalParamName": "Body" - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/identity" - } - } - }, - "description": "identity" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "404": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "409": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Update an Identity", - "tags": [ - "identity" - ] - } - }, - "/admin/identities/{id}/credentials/{type}": { - "delete": { - "description": "Delete an [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) credential by its type.\nYou cannot delete password or code auth credentials through this API.", - "operationId": "deleteIdentityCredentials", - "parameters": [ - { - "description": "ID is the identity's ID.", - "in": "path", - "name": "id", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "Type is the type of credentials to delete.\npassword CredentialsTypePassword\noidc CredentialsTypeOIDC\ntotp CredentialsTypeTOTP\nlookup_secret CredentialsTypeLookup\nwebauthn CredentialsTypeWebAuthn\ncode CredentialsTypeCodeAuth\npasskey CredentialsTypePasskey\nprofile CredentialsTypeProfile\nlink_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself.\ncode_recovery CredentialsTypeRecoveryCode", - "in": "path", - "name": "type", - "required": true, - "schema": { - "enum": [ - "password", - "oidc", - "totp", - "lookup_secret", - "webauthn", - "code", - "passkey", - "profile", - "link_recovery", - "code_recovery" - ], - "type": "string" - }, - "x-go-enum-desc": "password CredentialsTypePassword\noidc CredentialsTypeOIDC\ntotp CredentialsTypeTOTP\nlookup_secret CredentialsTypeLookup\nwebauthn CredentialsTypeWebAuthn\ncode CredentialsTypeCodeAuth\npasskey CredentialsTypePasskey\nprofile CredentialsTypeProfile\nlink_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself.\ncode_recovery CredentialsTypeRecoveryCode" - }, - { - "description": "Identifier is the identifier of the OIDC credential to delete.\nFind the identifier by calling the `GET /admin/identities/{id}?include_credential=oidc` endpoint.", - "in": "query", - "name": "identifier", - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/emptyResponse" - }, - "404": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Delete a credential for a specific identity", - "tags": [ - "identity" - ] - } - }, - "/admin/identities/{id}/sessions": { - "delete": { - "description": "Calling this endpoint irrecoverably and permanently deletes and invalidates all sessions that belong to the given Identity.", - "operationId": "deleteIdentitySessions", - "parameters": [ - { - "description": "ID is the identity's ID.", - "in": "path", - "name": "id", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/emptyResponse" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "401": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "404": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Delete \u0026 Invalidate an Identity's Sessions", - "tags": [ - "identity" - ] - }, - "get": { - "description": "This endpoint returns all sessions that belong to the given Identity.", - "operationId": "listIdentitySessions", - "parameters": [ - { - "description": "Deprecated Items per Page\n\nDEPRECATED: Please use `page_token` instead. This parameter will be removed in the future.\n\nThis is the number of items per page.", - "in": "query", - "name": "per_page", - "schema": { - "default": 250, - "format": "int64", - "maximum": 1000, - "minimum": 1, - "type": "integer" - } - }, - { - "description": "Deprecated Pagination Page\n\nDEPRECATED: Please use `page_token` instead. This parameter will be removed in the future.\n\nThis value is currently an integer, but it is not sequential. The value is not the page number, but a\nreference. The next page can be any number and some numbers might return an empty list.\n\nFor example, page 2 might not follow after page 1. And even if page 3 and 5 exist, but page 4 might not exist.\nThe first page can be retrieved by omitting this parameter. Following page pointers will be returned in the\n`Link` header.", - "in": "query", - "name": "page", - "schema": { - "format": "int64", - "type": "integer" - } - }, - { - "description": "Page Size\n\nThis is the number of items per page to return. For details on pagination please head over to the\n[pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).", - "in": "query", - "name": "page_size", - "schema": { - "default": 250, - "format": "int64", - "maximum": 500, - "minimum": 1, - "type": "integer" - } - }, - { - "description": "Next Page Token\n\nThe next page token. For details on pagination please head over to the\n[pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).", - "in": "query", - "name": "page_token", - "schema": { - "default": "1", - "minimum": 1, - "type": "string" - } - }, - { - "description": "ID is the identity's ID.", - "in": "path", - "name": "id", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "Active is a boolean flag that filters out sessions based on the state. If no value is provided, all sessions are returned.", - "in": "query", - "name": "active", - "schema": { - "type": "boolean" - } - } - ], - "responses": { - "200": { - "$ref": "#/components/responses/listIdentitySessions" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "404": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "List an Identity's Sessions", - "tags": [ - "identity" - ] - } - }, - "/admin/keys/{set}": { - "delete": { - "description": "Use this endpoint to delete a complete JSON Web Key Set and all the keys in that set.\n\nA JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens), and allows storing user-defined keys as well.", - "operationId": "deleteJsonWebKeySet", - "parameters": [ - { - "description": "The JSON Web Key Set", - "in": "path", - "name": "set", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/emptyResponse" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorOAuth2" - } - } - }, - "description": "errorOAuth2" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Delete JSON Web Key Set", - "tags": [ - "jwk" - ] - }, - "get": { - "description": "This endpoint can be used to retrieve JWK Sets stored in ORY Hydra.\n\nA JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens), and allows storing user-defined keys as well.", - "operationId": "getJsonWebKeySet", - "parameters": [ - { - "description": "JSON Web Key Set ID", - "in": "path", - "name": "set", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/jsonWebKeySet" - } - } - }, - "description": "jsonWebKeySet" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorOAuth2" - } - } - }, - "description": "errorOAuth2" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Retrieve a JSON Web Key Set", - "tags": [ - "jwk" - ] - }, - "post": { - "description": "This endpoint is capable of generating JSON Web Key Sets for you. There a different strategies available, such as symmetric cryptographic keys (HS256, HS512) and asymetric cryptographic keys (RS256, ECDSA). If the specified JSON Web Key Set does not exist, it will be created.\n\nA JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens), and allows storing user-defined keys as well.", - "operationId": "createJsonWebKeySet", - "parameters": [ - { - "description": "The JSON Web Key Set ID", - "in": "path", - "name": "set", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/createJsonWebKeySet" - } - } - }, - "required": true, - "x-originalParamName": "Body" - }, - "responses": { - "201": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/jsonWebKeySet" - } - } - }, - "description": "jsonWebKeySet" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorOAuth2" - } - } - }, - "description": "errorOAuth2" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Create JSON Web Key", - "tags": [ - "jwk" - ] - }, - "put": { - "description": "Use this method if you do not want to let Hydra generate the JWKs for you, but instead save your own.\n\nA JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens), and allows storing user-defined keys as well.", - "operationId": "setJsonWebKeySet", - "parameters": [ - { - "description": "The JSON Web Key Set ID", - "in": "path", - "name": "set", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/jsonWebKeySet" - } - } - }, - "x-originalParamName": "Body" - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/jsonWebKeySet" - } - } - }, - "description": "jsonWebKeySet" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorOAuth2" - } - } - }, - "description": "errorOAuth2" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Update a JSON Web Key Set", - "tags": [ - "jwk" - ] - } - }, - "/admin/keys/{set}/{kid}": { - "delete": { - "description": "Use this endpoint to delete a single JSON Web Key.\n\nA JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A\nJWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses\nthis functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens),\nand allows storing user-defined keys as well.", - "operationId": "deleteJsonWebKey", - "parameters": [ - { - "description": "The JSON Web Key Set", - "in": "path", - "name": "set", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "The JSON Web Key ID (kid)", - "in": "path", - "name": "kid", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/emptyResponse" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorOAuth2" - } - } - }, - "description": "errorOAuth2" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Delete JSON Web Key", - "tags": [ - "jwk" - ] - }, - "get": { - "description": "This endpoint returns a singular JSON Web Key contained in a set. It is identified by the set and the specific key ID (kid).", - "operationId": "getJsonWebKey", - "parameters": [ - { - "description": "JSON Web Key Set ID", - "in": "path", - "name": "set", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "JSON Web Key ID", - "in": "path", - "name": "kid", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/jsonWebKeySet" - } - } - }, - "description": "jsonWebKeySet" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorOAuth2" - } - } - }, - "description": "errorOAuth2" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Get JSON Web Key", - "tags": [ - "jwk" - ] - }, - "put": { - "description": "Use this method if you do not want to let Hydra generate the JWKs for you, but instead save your own.\n\nA JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens), and allows storing user-defined keys as well.", - "operationId": "setJsonWebKey", - "parameters": [ - { - "description": "The JSON Web Key Set ID", - "in": "path", - "name": "set", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "JSON Web Key ID", - "in": "path", - "name": "kid", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/jsonWebKey" - } - } - }, - "x-originalParamName": "Body" - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/jsonWebKey" - } - } - }, - "description": "jsonWebKey" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorOAuth2" - } - } - }, - "description": "errorOAuth2" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Set JSON Web Key", - "tags": [ - "jwk" - ] - } - }, - "/admin/oauth2/auth/requests/consent": { - "get": { - "description": "When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, Ory asks the login provider\nto authenticate the subject and then tell Ory now about it. If the subject authenticated, he/she must now be asked if\nthe OAuth 2.0 Client which initiated the flow should be allowed to access the resources on the subject's behalf.\n\nThe consent challenge is appended to the consent provider's URL to which the subject's user-agent (browser) is redirected to. The consent\nprovider uses that challenge to fetch information on the OAuth2 request and then tells Ory if the subject accepted\nor rejected the request.\n\nThe default consent provider is available via the Ory Managed Account Experience. To customize the consent provider, please\nhead over to the OAuth 2.0 documentation.", - "operationId": "getOAuth2ConsentRequest", - "parameters": [ - { - "description": "OAuth 2.0 Consent Request Challenge", - "in": "query", - "name": "consent_challenge", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/oAuth2ConsentRequest" - } - } - }, - "description": "oAuth2ConsentRequest" - }, - "410": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/oAuth2RedirectTo" - } - } - }, - "description": "oAuth2RedirectTo" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorOAuth2" - } - } - }, - "description": "errorOAuth2" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Get OAuth 2.0 Consent Request", - "tags": [ - "oAuth2" - ] - } - }, - "/admin/oauth2/auth/requests/consent/accept": { - "put": { - "description": "When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, Ory asks the login provider\nto authenticate the subject and then tell Ory now about it. If the subject authenticated, he/she must now be asked if\nthe OAuth 2.0 Client which initiated the flow should be allowed to access the resources on the subject's behalf.\n\nThe consent challenge is appended to the consent provider's URL to which the subject's user-agent (browser) is redirected to. The consent\nprovider uses that challenge to fetch information on the OAuth2 request and then tells Ory if the subject accepted\nor rejected the request.\n\nThis endpoint tells Ory that the subject has authorized the OAuth 2.0 client to access resources on his/her behalf.\nThe consent provider includes additional information, such as session data for access and ID tokens, and if the\nconsent request should be used as basis for future requests.\n\nThe response contains a redirect URL which the consent provider should redirect the user-agent to.\n\nThe default consent provider is available via the Ory Managed Account Experience. To customize the consent provider, please\nhead over to the OAuth 2.0 documentation.", - "operationId": "acceptOAuth2ConsentRequest", - "parameters": [ - { - "description": "OAuth 2.0 Consent Request Challenge", - "in": "query", - "name": "consent_challenge", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/acceptOAuth2ConsentRequest" - } - } - }, - "x-originalParamName": "Body" - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/oAuth2RedirectTo" - } - } - }, - "description": "oAuth2RedirectTo" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorOAuth2" - } - } - }, - "description": "errorOAuth2" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Accept OAuth 2.0 Consent Request", - "tags": [ - "oAuth2" - ] - } - }, - "/admin/oauth2/auth/requests/consent/reject": { - "put": { - "description": "When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, Ory asks the login provider\nto authenticate the subject and then tell Ory now about it. If the subject authenticated, he/she must now be asked if\nthe OAuth 2.0 Client which initiated the flow should be allowed to access the resources on the subject's behalf.\n\nThe consent challenge is appended to the consent provider's URL to which the subject's user-agent (browser) is redirected to. The consent\nprovider uses that challenge to fetch information on the OAuth2 request and then tells Ory if the subject accepted\nor rejected the request.\n\nThis endpoint tells Ory that the subject has not authorized the OAuth 2.0 client to access resources on his/her behalf.\nThe consent provider must include a reason why the consent was not granted.\n\nThe response contains a redirect URL which the consent provider should redirect the user-agent to.\n\nThe default consent provider is available via the Ory Managed Account Experience. To customize the consent provider, please\nhead over to the OAuth 2.0 documentation.", - "operationId": "rejectOAuth2ConsentRequest", - "parameters": [ - { - "description": "OAuth 2.0 Consent Request Challenge", - "in": "query", - "name": "consent_challenge", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/rejectOAuth2Request" - } - } - }, - "x-originalParamName": "Body" - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/oAuth2RedirectTo" - } - } - }, - "description": "oAuth2RedirectTo" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorOAuth2" - } - } - }, - "description": "errorOAuth2" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Reject OAuth 2.0 Consent Request", - "tags": [ - "oAuth2" - ] - } - }, - "/admin/oauth2/auth/requests/login": { - "get": { - "description": "When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, Ory asks the login provider\nto authenticate the subject and then tell the Ory OAuth2 Service about it.\n\nPer default, the login provider is Ory itself. You may use a different login provider which needs to be a web-app\nyou write and host, and it must be able to authenticate (\"show the subject a login screen\")\na subject (in OAuth2 the proper name for subject is \"resource owner\").\n\nThe authentication challenge is appended to the login provider URL to which the subject's user-agent (browser) is redirected to. The login\nprovider uses that challenge to fetch information on the OAuth2 request and then accept or reject the requested authentication process.", - "operationId": "getOAuth2LoginRequest", - "parameters": [ - { - "description": "OAuth 2.0 Login Request Challenge", - "in": "query", - "name": "login_challenge", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/oAuth2LoginRequest" - } - } - }, - "description": "oAuth2LoginRequest" - }, - "410": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/oAuth2RedirectTo" - } - } - }, - "description": "oAuth2RedirectTo" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorOAuth2" - } - } - }, - "description": "errorOAuth2" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Get OAuth 2.0 Login Request", - "tags": [ - "oAuth2" - ] - } - }, - "/admin/oauth2/auth/requests/login/accept": { - "put": { - "description": "When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, Ory asks the login provider\nto authenticate the subject and then tell the Ory OAuth2 Service about it.\n\nThe authentication challenge is appended to the login provider URL to which the subject's user-agent (browser) is redirected to. The login\nprovider uses that challenge to fetch information on the OAuth2 request and then accept or reject the requested authentication process.\n\nThis endpoint tells Ory that the subject has successfully authenticated and includes additional information such as\nthe subject's ID and if Ory should remember the subject's subject agent for future authentication attempts by setting\na cookie.\n\nThe response contains a redirect URL which the login provider should redirect the user-agent to.", - "operationId": "acceptOAuth2LoginRequest", - "parameters": [ - { - "description": "OAuth 2.0 Login Request Challenge", - "in": "query", - "name": "login_challenge", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/acceptOAuth2LoginRequest" - } - } - }, - "x-originalParamName": "Body" - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/oAuth2RedirectTo" - } - } - }, - "description": "oAuth2RedirectTo" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorOAuth2" - } - } - }, - "description": "errorOAuth2" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Accept OAuth 2.0 Login Request", - "tags": [ - "oAuth2" - ] - } - }, - "/admin/oauth2/auth/requests/login/reject": { - "put": { - "description": "When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, Ory asks the login provider\nto authenticate the subject and then tell the Ory OAuth2 Service about it.\n\nThe authentication challenge is appended to the login provider URL to which the subject's user-agent (browser) is redirected to. The login\nprovider uses that challenge to fetch information on the OAuth2 request and then accept or reject the requested authentication process.\n\nThis endpoint tells Ory that the subject has not authenticated and includes a reason why the authentication\nwas denied.\n\nThe response contains a redirect URL which the login provider should redirect the user-agent to.", - "operationId": "rejectOAuth2LoginRequest", - "parameters": [ - { - "description": "OAuth 2.0 Login Request Challenge", - "in": "query", - "name": "login_challenge", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/rejectOAuth2Request" - } - } - }, - "x-originalParamName": "Body" - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/oAuth2RedirectTo" - } - } - }, - "description": "oAuth2RedirectTo" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorOAuth2" - } - } - }, - "description": "errorOAuth2" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Reject OAuth 2.0 Login Request", - "tags": [ - "oAuth2" - ] - } - }, - "/admin/oauth2/auth/requests/logout": { - "get": { - "description": "Use this endpoint to fetch an Ory OAuth 2.0 logout request.", - "operationId": "getOAuth2LogoutRequest", - "parameters": [ - { - "in": "query", - "name": "logout_challenge", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/oAuth2LogoutRequest" - } - } - }, - "description": "oAuth2LogoutRequest" - }, - "410": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/oAuth2RedirectTo" - } - } - }, - "description": "oAuth2RedirectTo" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorOAuth2" - } - } - }, - "description": "errorOAuth2" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Get OAuth 2.0 Session Logout Request", - "tags": [ - "oAuth2" - ] - } - }, - "/admin/oauth2/auth/requests/logout/accept": { - "put": { - "description": "When a user or an application requests Ory OAuth 2.0 to remove the session state of a subject, this endpoint is used to confirm that logout request.\n\nThe response contains a redirect URL which the consent provider should redirect the user-agent to.", - "operationId": "acceptOAuth2LogoutRequest", - "parameters": [ - { - "description": "OAuth 2.0 Logout Request Challenge", - "in": "query", - "name": "logout_challenge", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/oAuth2RedirectTo" - } - } - }, - "description": "oAuth2RedirectTo" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorOAuth2" - } - } - }, - "description": "errorOAuth2" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Accept OAuth 2.0 Session Logout Request", - "tags": [ - "oAuth2" - ] - } - }, - "/admin/oauth2/auth/requests/logout/reject": { - "put": { - "description": "When a user or an application requests Ory OAuth 2.0 to remove the session state of a subject, this endpoint is used to deny that logout request.\nNo HTTP request body is required.\n\nThe response is empty as the logout provider has to chose what action to perform next.", - "operationId": "rejectOAuth2LogoutRequest", - "parameters": [ - { - "in": "query", - "name": "logout_challenge", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/emptyResponse" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorOAuth2" - } - } - }, - "description": "errorOAuth2" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Reject OAuth 2.0 Session Logout Request", - "tags": [ - "oAuth2" - ] - } - }, - "/admin/oauth2/auth/sessions/consent": { - "delete": { - "description": "This endpoint revokes a subject's granted consent sessions and invalidates all\nassociated OAuth 2.0 Access Tokens. You may also only revoke sessions for a specific OAuth 2.0 Client ID.", - "operationId": "revokeOAuth2ConsentSessions", - "parameters": [ - { - "description": "OAuth 2.0 Consent Subject\n\nThe subject whose consent sessions should be deleted.", - "in": "query", - "name": "subject", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "OAuth 2.0 Client ID\n\nIf set, deletes only those consent sessions that have been granted to the specified OAuth 2.0 Client ID.", - "in": "query", - "name": "client", - "schema": { - "type": "string" - } - }, - { - "description": "Revoke All Consent Sessions\n\nIf set to `true` deletes all consent sessions by the Subject that have been granted.", - "in": "query", - "name": "all", - "schema": { - "type": "boolean" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/emptyResponse" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorOAuth2" - } - } - }, - "description": "errorOAuth2" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Revoke OAuth 2.0 Consent Sessions of a Subject", - "tags": [ - "oAuth2" - ] - }, - "get": { - "description": "This endpoint lists all subject's granted consent sessions, including client and granted scope.\nIf the subject is unknown or has not granted any consent sessions yet, the endpoint returns an\nempty JSON array with status code 200 OK.", - "operationId": "listOAuth2ConsentSessions", - "parameters": [ - { - "description": "Items per Page\n\nThis is the number of items per page to return.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).", - "in": "query", - "name": "page_size", - "schema": { - "default": 250, - "format": "int64", - "maximum": 500, - "minimum": 1, - "type": "integer" - } - }, - { - "description": "Next Page Token\n\nThe next page token.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).", - "in": "query", - "name": "page_token", - "schema": { - "default": "1", - "minimum": 1, - "type": "string" - } - }, - { - "description": "The subject to list the consent sessions for.", - "in": "query", - "name": "subject", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "The login session id to list the consent sessions for.", - "in": "query", - "name": "login_session_id", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/oAuth2ConsentSessions" - } - } - }, - "description": "oAuth2ConsentSessions" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorOAuth2" - } - } - }, - "description": "errorOAuth2" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "List OAuth 2.0 Consent Sessions of a Subject", - "tags": [ - "oAuth2" - ] - } - }, - "/admin/oauth2/auth/sessions/login": { - "delete": { - "description": "This endpoint invalidates authentication sessions. After revoking the authentication session(s), the subject\nhas to re-authenticate at the Ory OAuth2 Provider. This endpoint does not invalidate any tokens.\n\nIf you send the subject in a query param, all authentication sessions that belong to that subject are revoked.\nNo OpenID Connect Front- or Back-channel logout is performed in this case.\n\nAlternatively, you can send a SessionID via `sid` query param, in which case, only the session that is connected\nto that SessionID is revoked. OpenID Connect Back-channel logout is performed in this case.", - "operationId": "revokeOAuth2LoginSessions", - "parameters": [ - { - "description": "OAuth 2.0 Subject\n\nThe subject to revoke authentication sessions for.", - "in": "query", - "name": "subject", - "schema": { - "type": "string" - } - }, - { - "description": "OAuth 2.0 Subject\n\nThe subject to revoke authentication sessions for.", - "in": "query", - "name": "sid", - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/emptyResponse" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorOAuth2" - } - } - }, - "description": "errorOAuth2" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Revokes OAuth 2.0 Login Sessions by either a Subject or a SessionID", - "tags": [ - "oAuth2" - ] - } - }, - "/admin/oauth2/introspect": { - "post": { - "description": "The introspection endpoint allows to check if a token (both refresh and access) is active or not. An active token\nis neither expired nor revoked. If a token is active, additional information on the token will be included. You can\nset additional data for a token by setting `session.access_token` during the consent flow.", - "operationId": "introspectOAuth2Token", - "requestBody": { - "content": { - "application/x-www-form-urlencoded": { - "schema": { - "properties": { - "scope": { - "description": "An optional, space separated list of required scopes. If the access token was not granted one of the\nscopes, the result of active will be false.", - "type": "string", - "x-formData-name": "scope" - }, - "token": { - "description": "The string value of the token. For access tokens, this\nis the \"access_token\" value returned from the token endpoint\ndefined in OAuth 2.0. For refresh tokens, this is the \"refresh_token\"\nvalue returned.", - "required": [ - "token" - ], - "type": "string", - "x-formData-name": "token" - } - }, - "required": [ - "token" - ], - "type": "object" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/introspectedOAuth2Token" - } - } - }, - "description": "introspectedOAuth2Token" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorOAuth2" - } - } - }, - "description": "errorOAuth2" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Introspect OAuth2 Access and Refresh Tokens", - "tags": [ - "oAuth2" - ] - } - }, - "/admin/oauth2/tokens": { - "delete": { - "description": "This endpoint deletes OAuth2 access tokens issued to an OAuth 2.0 Client from the database.", - "operationId": "deleteOAuth2Token", - "parameters": [ - { - "description": "OAuth 2.0 Client ID", - "in": "query", - "name": "client_id", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/emptyResponse" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorOAuth2" - } - } - }, - "description": "errorOAuth2" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Delete OAuth 2.0 Access Tokens from specific OAuth 2.0 Client", - "tags": [ - "oAuth2" - ] - } - }, - "/admin/recovery/code": { - "post": { - "description": "This endpoint creates a recovery code which should be given to the user in order for them to recover\n(or activate) their account.", - "operationId": "createRecoveryCodeForIdentity", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/createRecoveryCodeForIdentityBody" - } - } - }, - "x-originalParamName": "Body" - }, - "responses": { - "201": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/recoveryCodeForIdentity" - } - } - }, - "description": "recoveryCodeForIdentity" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "404": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Create a Recovery Code", - "tags": [ - "identity" - ] - } - }, - "/admin/recovery/link": { - "post": { - "description": "This endpoint creates a recovery link which should be given to the user in order for them to recover\n(or activate) their account.", - "operationId": "createRecoveryLinkForIdentity", - "parameters": [ - { - "in": "query", - "name": "return_to", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/createRecoveryLinkForIdentityBody" - } - } - }, - "x-originalParamName": "Body" - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/recoveryLinkForIdentity" - } - } - }, - "description": "recoveryLinkForIdentity" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "404": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Create a Recovery Link", - "tags": [ - "identity" - ] - } - }, - "/admin/relation-tuples": { - "delete": { - "description": "Use this endpoint to delete relationships", - "operationId": "deleteRelationships", - "parameters": [ - { - "description": "Namespace of the Relationship", - "in": "query", - "name": "namespace", - "schema": { - "type": "string" - } - }, - { - "description": "Object of the Relationship", - "in": "query", - "name": "object", - "schema": { - "type": "string" - } - }, - { - "description": "Relation of the Relationship", - "in": "query", - "name": "relation", - "schema": { - "type": "string" - } - }, - { - "description": "SubjectID of the Relationship", - "in": "query", - "name": "subject_id", - "schema": { - "type": "string" - } - }, - { - "description": "Namespace of the Subject Set", - "in": "query", - "name": "subject_set.namespace", - "schema": { - "type": "string" - } - }, - { - "description": "Object of the Subject Set", - "in": "query", - "name": "subject_set.object", - "schema": { - "type": "string" - } - }, - { - "description": "Relation of the Subject Set", - "in": "query", - "name": "subject_set.relation", - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/emptyResponse" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Delete Relationships", - "tags": [ - "relationship" - ] - }, - "patch": { - "description": "Use this endpoint to patch one or more relationships.", - "operationId": "patchRelationships", - "requestBody": { - "content": { - "application/json": { - "schema": { - "items": { - "$ref": "#/components/schemas/relationshipPatch" - }, - "type": "array" - } - } - }, - "x-originalParamName": "Body" - }, - "responses": { - "204": { - "$ref": "#/components/responses/emptyResponse" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "404": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Patch Multiple Relationships", - "tags": [ - "relationship" - ] - }, - "put": { - "description": "Use this endpoint to create a relationship.", - "operationId": "createRelationship", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/createRelationshipBody" - } - } - }, - "x-originalParamName": "Body" - }, - "responses": { - "201": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/relationship" - } - } - }, - "description": "relationship" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Create a Relationship", - "tags": [ - "relationship" - ] - } - }, - "/admin/sessions": { - "get": { - "description": "Listing all sessions that exist.", - "operationId": "listSessions", - "parameters": [ - { - "description": "Items per Page\n\nThis is the number of items per page to return.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).", - "in": "query", - "name": "page_size", - "schema": { - "default": 250, - "format": "int64", - "maximum": 1000, - "minimum": 1, - "type": "integer" - } - }, - { - "description": "Next Page Token\n\nThe next page token.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).", - "in": "query", - "name": "page_token", - "schema": { - "type": "string" - } - }, - { - "description": "Active is a boolean flag that filters out sessions based on the state. If no value is provided, all sessions are returned.", - "in": "query", - "name": "active", - "schema": { - "type": "boolean" - } - }, - { - "description": "ExpandOptions is a query parameter encoded list of all properties that must be expanded in the Session.\nIf no value is provided, the expandable properties are skipped.", - "in": "query", - "name": "expand", - "schema": { - "items": { - "enum": [ - "identity", - "devices" - ], - "type": "string" - }, - "type": "array" - } - } - ], - "responses": { - "200": { - "$ref": "#/components/responses/listSessions" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "List All Sessions", - "tags": [ - "identity" - ] - } - }, - "/admin/sessions/{id}": { - "delete": { - "description": "Calling this endpoint deactivates the specified session. Session data is not deleted.", - "operationId": "disableSession", - "parameters": [ - { - "description": "ID is the session's ID.", - "in": "path", - "name": "id", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/emptyResponse" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "401": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Deactivate a Session", - "tags": [ - "identity" - ] - }, - "get": { - "description": "This endpoint is useful for:\n\nGetting a session object with all specified expandables that exist in an administrative context.", - "operationId": "getSession", - "parameters": [ - { - "description": "ExpandOptions is a query parameter encoded list of all properties that must be expanded in the Session.\nExample - ?expand=Identity\u0026expand=Devices\nIf no value is provided, the expandable properties are skipped.", - "in": "query", - "name": "expand", - "schema": { - "items": { - "enum": [ - "identity", - "devices" - ], - "type": "string" - }, - "type": "array" - } - }, - { - "description": "ID is the session's ID.", - "in": "path", - "name": "id", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/session" - } - } - }, - "description": "session" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Get Session", - "tags": [ - "identity" - ] - } - }, - "/admin/sessions/{id}/extend": { - "patch": { - "description": "Calling this endpoint extends the given session ID. If `session.earliest_possible_extend` is set it\nwill only extend the session after the specified time has passed.\n\nThis endpoint returns per default a 204 No Content response on success. Older Ory Network projects may\nreturn a 200 OK response with the session in the body. Returning the session as part of the response\nwill be deprecated in the future and should not be relied upon.\n\nThis endpoint ignores consecutive requests to extend the same session and returns a 404 error in those\nscenarios. This endpoint also returns 404 errors if the session does not exist.\n\nRetrieve the session ID from the `/sessions/whoami` endpoint / `toSession` SDK method.", - "operationId": "extendSession", - "parameters": [ - { - "description": "ID is the session's ID.", - "in": "path", - "name": "id", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/session" - } - } - }, - "description": "session" - }, - "204": { - "$ref": "#/components/responses/emptyResponse" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "404": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Extend a Session", - "tags": [ - "identity" - ] - } - }, - "/admin/trust/grants/jwt-bearer/issuers": { - "get": { - "description": "Use this endpoint to list all trusted JWT Bearer Grant Type Issuers.", - "operationId": "listTrustedOAuth2JwtGrantIssuers", - "parameters": [ - { - "in": "query", - "name": "MaxItems", - "schema": { - "format": "int64", - "type": "integer" - } - }, - { - "in": "query", - "name": "DefaultItems", - "schema": { - "format": "int64", - "type": "integer" - } - }, - { - "description": "If optional \"issuer\" is supplied, only jwt-bearer grants with this issuer will be returned.", - "in": "query", - "name": "issuer", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/trustedOAuth2JwtGrantIssuers" - } - } - }, - "description": "trustedOAuth2JwtGrantIssuers" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/genericError" - } - } - }, - "description": "genericError" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "List Trusted OAuth2 JWT Bearer Grant Type Issuers", - "tags": [ - "oAuth2" - ] - }, - "post": { - "description": "Use this endpoint to establish a trust relationship for a JWT issuer\nto perform JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication\nand Authorization Grants [RFC7523](https://datatracker.ietf.org/doc/html/rfc7523).", - "operationId": "trustOAuth2JwtGrantIssuer", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/trustOAuth2JwtGrantIssuer" - } - } - }, - "x-originalParamName": "Body" - }, - "responses": { - "201": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/trustedOAuth2JwtGrantIssuer" - } - } - }, - "description": "trustedOAuth2JwtGrantIssuer" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/genericError" - } - } - }, - "description": "genericError" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Trust OAuth2 JWT Bearer Grant Type Issuer", - "tags": [ - "oAuth2" - ] - } - }, - "/admin/trust/grants/jwt-bearer/issuers/{id}": { - "delete": { - "description": "Use this endpoint to delete trusted JWT Bearer Grant Type Issuer. The ID is the one returned when you\ncreated the trust relationship.\n\nOnce deleted, the associated issuer will no longer be able to perform the JSON Web Token (JWT) Profile\nfor OAuth 2.0 Client Authentication and Authorization Grant.", - "operationId": "deleteTrustedOAuth2JwtGrantIssuer", - "parameters": [ - { - "description": "The id of the desired grant", - "in": "path", - "name": "id", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/emptyResponse" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/genericError" - } - } - }, - "description": "genericError" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Delete Trusted OAuth2 JWT Bearer Grant Type Issuer", - "tags": [ - "oAuth2" - ] - }, - "get": { - "description": "Use this endpoint to get a trusted JWT Bearer Grant Type Issuer. The ID is the one returned when you\ncreated the trust relationship.", - "operationId": "getTrustedOAuth2JwtGrantIssuer", - "parameters": [ - { - "description": "The id of the desired grant", - "in": "path", - "name": "id", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/trustedOAuth2JwtGrantIssuer" - } - } - }, - "description": "trustedOAuth2JwtGrantIssuer" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/genericError" - } - } - }, - "description": "genericError" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Get Trusted OAuth2 JWT Bearer Grant Type Issuer", - "tags": [ - "oAuth2" - ] - } - }, - "/credentials": { - "post": { - "description": "This endpoint creates a verifiable credential that attests that the user\nauthenticated with the provided access token owns a certain public/private key\npair.\n\nMore information can be found at\nhttps://openid.net/specs/openid-connect-userinfo-vc-1_0.html.", - "operationId": "createVerifiableCredential", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/CreateVerifiableCredentialRequestBody" - } - } - }, - "x-originalParamName": "Body" - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/verifiableCredentialResponse" - } - } - }, - "description": "verifiableCredentialResponse" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/verifiableCredentialPrimingResponse" - } - } - }, - "description": "verifiableCredentialPrimingResponse" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorOAuth2" - } - } - }, - "description": "errorOAuth2" - } - }, - "summary": "Issues a Verifiable Credential", - "tags": [ - "oidc" - ] - } - }, - "/namespaces": { - "get": { - "description": "Get all namespaces", - "operationId": "listRelationshipNamespaces", - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/relationshipNamespaces" - } - } - }, - "description": "relationshipNamespaces" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Query namespaces", - "tags": [ - "relationship" - ] - } - }, - "/oauth2/auth": { - "get": { - "description": "Use open source libraries to perform OAuth 2.0 and OpenID Connect\navailable for any programming language. You can find a list of libraries at https://oauth.net/code/\n\nThe Ory SDK is not yet able to this endpoint properly.", - "operationId": "oAuth2Authorize", - "responses": { - "302": { - "$ref": "#/components/responses/emptyResponse" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorOAuth2" - } - } - }, - "description": "errorOAuth2" - } - }, - "summary": "OAuth 2.0 Authorize Endpoint", - "tags": [ - "oAuth2" - ] - } - }, - "/oauth2/register": { - "post": { - "description": "This endpoint behaves like the administrative counterpart (`createOAuth2Client`) but is capable of facing the\npublic internet directly and can be used in self-service. It implements the OpenID Connect\nDynamic Client Registration Protocol. This feature needs to be enabled in the configuration. This endpoint\nis disabled by default. It can be enabled by an administrator.\n\nPlease note that using this endpoint you are not able to choose the `client_secret` nor the `client_id` as those\nvalues will be server generated when specifying `token_endpoint_auth_method` as `client_secret_basic` or\n`client_secret_post`.\n\nThe `client_secret` will be returned in the response and you will not be able to retrieve it later on.\nWrite the secret down and keep it somewhere safe.", - "operationId": "createOidcDynamicClient", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/oAuth2Client" - } - } - }, - "description": "Dynamic Client Registration Request Body", - "required": true, - "x-originalParamName": "Body" - }, - "responses": { - "201": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/oAuth2Client" - } - } - }, - "description": "oAuth2Client" - }, - "400": { - "$ref": "#/components/responses/errorOAuth2BadRequest" - }, - "default": { - "$ref": "#/components/responses/errorOAuth2Default" - } - }, - "summary": "Register OAuth2 Client using OpenID Dynamic Client Registration", - "tags": [ - "oidc" - ] - } - }, - "/oauth2/register/{id}": { - "delete": { - "description": "This endpoint behaves like the administrative counterpart (`deleteOAuth2Client`) but is capable of facing the\npublic internet directly and can be used in self-service. It implements the OpenID Connect\nDynamic Client Registration Protocol. This feature needs to be enabled in the configuration. This endpoint\nis disabled by default. It can be enabled by an administrator.\n\nTo use this endpoint, you will need to present the client's authentication credentials. If the OAuth2 Client\nuses the Token Endpoint Authentication Method `client_secret_post`, you need to present the client secret in the URL query.\nIf it uses `client_secret_basic`, present the Client ID and the Client Secret in the Authorization header.\n\nOAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are\ngenerated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.", - "operationId": "deleteOidcDynamicClient", - "parameters": [ - { - "description": "The id of the OAuth 2.0 Client.", - "in": "path", - "name": "id", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/emptyResponse" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/genericError" - } - } - }, - "description": "genericError" - } - }, - "security": [ - { - "bearer": [] - } - ], - "summary": "Delete OAuth 2.0 Client using the OpenID Dynamic Client Registration Management Protocol", - "tags": [ - "oidc" - ] - }, - "get": { - "description": "This endpoint behaves like the administrative counterpart (`getOAuth2Client`) but is capable of facing the\npublic internet directly and can be used in self-service. It implements the OpenID Connect\nDynamic Client Registration Protocol.\n\nTo use this endpoint, you will need to present the client's authentication credentials. If the OAuth2 Client\nuses the Token Endpoint Authentication Method `client_secret_post`, you need to present the client secret in the URL query.\nIf it uses `client_secret_basic`, present the Client ID and the Client Secret in the Authorization header.", - "operationId": "getOidcDynamicClient", - "parameters": [ - { - "description": "The id of the OAuth 2.0 Client.", - "in": "path", - "name": "id", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/oAuth2Client" - } - } - }, - "description": "oAuth2Client" - }, - "default": { - "$ref": "#/components/responses/errorOAuth2Default" - } - }, - "security": [ - { - "bearer": [] - } - ], - "summary": "Get OAuth2 Client using OpenID Dynamic Client Registration", - "tags": [ - "oidc" - ] - }, - "put": { - "description": "This endpoint behaves like the administrative counterpart (`setOAuth2Client`) but is capable of facing the\npublic internet directly to be used by third parties. It implements the OpenID Connect\nDynamic Client Registration Protocol.\n\nThis feature is disabled per default. It can be enabled by a system administrator.\n\nIf you pass `client_secret` the secret is used, otherwise the existing secret is used. If set, the secret is echoed in the response.\nIt is not possible to retrieve it later on.\n\nTo use this endpoint, you will need to present the client's authentication credentials. If the OAuth2 Client\nuses the Token Endpoint Authentication Method `client_secret_post`, you need to present the client secret in the URL query.\nIf it uses `client_secret_basic`, present the Client ID and the Client Secret in the Authorization header.\n\nOAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are\ngenerated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.", - "operationId": "setOidcDynamicClient", - "parameters": [ - { - "description": "OAuth 2.0 Client ID", - "in": "path", - "name": "id", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/oAuth2Client" - } - } - }, - "description": "OAuth 2.0 Client Request Body", - "required": true, - "x-originalParamName": "Body" - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/oAuth2Client" - } - } - }, - "description": "oAuth2Client" - }, - "404": { - "$ref": "#/components/responses/errorOAuth2NotFound" - }, - "default": { - "$ref": "#/components/responses/errorOAuth2Default" - } - }, - "security": [ - { - "bearer": [] - } - ], - "summary": "Set OAuth2 Client using OpenID Dynamic Client Registration", - "tags": [ - "oidc" - ] - } - }, - "/oauth2/revoke": { - "post": { - "description": "Revoking a token (both access and refresh) means that the tokens will be invalid. A revoked access token can no\nlonger be used to make access requests, and a revoked refresh token can no longer be used to refresh an access token.\nRevoking a refresh token also invalidates the access token that was created with it. A token may only be revoked by\nthe client the token was generated for.", - "operationId": "revokeOAuth2Token", - "requestBody": { - "content": { - "application/x-www-form-urlencoded": { - "schema": { - "properties": { - "client_id": { - "type": "string", - "x-formData-name": "client_id" - }, - "client_secret": { - "type": "string", - "x-formData-name": "client_secret" - }, - "token": { - "required": [ - "token" - ], - "type": "string", - "x-formData-name": "token" - } - }, - "required": [ - "token" - ], - "type": "object" - } - } - } - }, - "responses": { - "200": { - "$ref": "#/components/responses/emptyResponse" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorOAuth2" - } - } - }, - "description": "errorOAuth2" - } - }, - "security": [ - { - "basic": [] - }, - { - "oauth2": [] - } - ], - "summary": "Revoke OAuth 2.0 Access or Refresh Token", - "tags": [ - "oAuth2" - ] - } - }, - "/oauth2/sessions/logout": { - "get": { - "description": "This endpoint initiates and completes user logout at the Ory OAuth2 \u0026 OpenID provider and initiates OpenID Connect Front- / Back-channel logout:\n\nhttps://openid.net/specs/openid-connect-frontchannel-1_0.html\nhttps://openid.net/specs/openid-connect-backchannel-1_0.html\n\nBack-channel logout is performed asynchronously and does not affect logout flow.", - "operationId": "revokeOidcSession", - "responses": { - "302": { - "$ref": "#/components/responses/emptyResponse" - } - }, - "summary": "OpenID Connect Front- and Back-channel Enabled Logout", - "tags": [ - "oidc" - ] - } - }, - "/oauth2/token": { - "post": { - "description": "Use open source libraries to perform OAuth 2.0 and OpenID Connect\navailable for any programming language. You can find a list of libraries here https://oauth.net/code/\n\nThe Ory SDK is not yet able to this endpoint properly.", - "operationId": "oauth2TokenExchange", - "requestBody": { - "content": { - "application/x-www-form-urlencoded": { - "schema": { - "properties": { - "client_id": { - "type": "string", - "x-formData-name": "client_id" - }, - "code": { - "type": "string", - "x-formData-name": "code" - }, - "grant_type": { - "required": [ - "grant_type" - ], - "type": "string", - "x-formData-name": "grant_type" - }, - "redirect_uri": { - "type": "string", - "x-formData-name": "redirect_uri" - }, - "refresh_token": { - "type": "string", - "x-formData-name": "refresh_token" - } - }, - "required": [ - "grant_type" - ], - "type": "object" - } - } - } - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/oAuth2TokenExchange" - } - } - }, - "description": "oAuth2TokenExchange" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorOAuth2" - } - } - }, - "description": "errorOAuth2" - } - }, - "security": [ - { - "basic": [] - }, - { - "oauth2": [] - } - ], - "summary": "The OAuth 2.0 Token Endpoint", - "tags": [ - "oAuth2" - ] - } - }, - "/opl/syntax/check": { - "post": { - "description": "The OPL file is expected in the body of the request.", - "operationId": "checkOplSyntax", - "requestBody": { - "content": { - "text/plain": { - "schema": { - "$ref": "#/components/schemas/checkOplSyntaxBody" - } - } - }, - "x-originalParamName": "Body" - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/checkOplSyntaxResult" - } - } - }, - "description": "checkOplSyntaxResult" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Check the syntax of an OPL file", - "tags": [ - "relationship" - ] - } - }, - "/projects": { - "get": { - "description": "Lists all projects you have access to.", - "operationId": "listProjects", - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/projectMetadataList" - } - } - }, - "description": "projectMetadataList" - }, - "401": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "403": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "404": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryWorkspaceApiKey": [] - } - ], - "servers": [ - { - "description": "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces.", - "url": "https://api.console.ory.sh" - } - ], - "summary": "List All Projects", - "tags": [ - "project" - ] - }, - "post": { - "description": "Creates a new project.", - "operationId": "createProject", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/createProjectBody" - } - } - }, - "x-originalParamName": "Body" - }, - "responses": { - "201": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/project" - } - } - }, - "description": "project" - }, - "401": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "403": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "404": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryWorkspaceApiKey": [] - } - ], - "servers": [ - { - "description": "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces.", - "url": "https://api.console.ory.sh" - } - ], - "summary": "Create a Project", - "tags": [ - "project" - ] - } - }, - "/projects/{project_id}": { - "delete": { - "description": "!! Use with extreme caution !!\n\nUsing this API endpoint you can purge (completely delete) a project and its data.\nThis action can not be undone and will delete ALL your data.\n\nCalling this endpoint will additionally delete custom domains and other related data.\n\nIf the project is linked to a subscription, the subscription needs to be unlinked first.", - "operationId": "purgeProject", - "parameters": [ - { - "description": "Project ID\n\nThe project's ID.", - "in": "path", - "name": "project_id", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/emptyResponse" - }, - "401": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/genericError" - } - } - }, - "description": "genericError" - }, - "403": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/genericError" - } - } - }, - "description": "genericError" - }, - "404": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/genericError" - } - } - }, - "description": "genericError" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/genericError" - } - } - }, - "description": "genericError" - } - }, - "security": [ - { - "oryWorkspaceApiKey": [] - } - ], - "servers": [ - { - "description": "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces.", - "url": "https://api.console.ory.sh" - } - ], - "summary": "Irrecoverably purge a project", - "tags": [ - "project" - ] - }, - "get": { - "description": "Get a projects you have access to by its ID.", - "operationId": "getProject", - "parameters": [ - { - "description": "Project ID\n\nThe project's ID.", - "in": "path", - "name": "project_id", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/project" - } - } - }, - "description": "project" - }, - "401": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "403": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "404": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryWorkspaceApiKey": [] - } - ], - "servers": [ - { - "description": "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces.", - "url": "https://api.console.ory.sh" - } - ], - "summary": "Get a Project", - "tags": [ - "project" - ] - }, - "patch": { - "description": "Deprecated: Use the `patchProjectWithRevision` endpoint instead to specify the exact revision the patch was generated for.\n\nThis endpoints allows you to patch individual Ory Network project configuration keys for\nOry's services (identity, permission, ...). The configuration format is fully compatible\nwith the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions).\n\nThis endpoint expects the `version` key to be set in the payload. If it is unset, it\nwill try to import the config as if it is from the most recent version.\n\nIf you have an older version of a configuration, you should set the version key in the payload!\n\nWhile this endpoint is able to process all configuration items related to features (e.g. password reset),\nit does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the\nopen source.\n\nFor configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings\nto help you understand which parts of your config could not be processed.", - "operationId": "patchProject", - "parameters": [ - { - "description": "Project ID\n\nThe project's ID.", - "in": "path", - "name": "project_id", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "items": { - "$ref": "#/components/schemas/jsonPatch" - }, - "type": "array" - } - } - }, - "x-originalParamName": "Body" - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/successfulProjectUpdate" - } - } - }, - "description": "successfulProjectUpdate" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "401": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "403": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "404": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryWorkspaceApiKey": [] - } - ], - "servers": [ - { - "description": "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces.", - "url": "https://api.console.ory.sh" - } - ], - "summary": "Patch an Ory Network Project Configuration", - "tags": [ - "project" - ] - }, - "put": { - "description": "This endpoints allows you to update the Ory Network project configuration for\nindividual services (identity, permission, ...). The configuration is fully compatible\nwith the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions).\n\nThis endpoint expects the `version` key to be set in the payload. If it is unset, it\nwill try to import the config as if it is from the most recent version.\n\nIf you have an older version of a configuration, you should set the version key in the payload!\n\nWhile this endpoint is able to process all configuration items related to features (e.g. password reset),\nit does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the\nopen source.\n\nFor configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings\nto help you understand which parts of your config could not be processed.\n\nBe aware that updating any service's configuration will completely override your current configuration for that\nservice!", - "operationId": "setProject", - "parameters": [ - { - "description": "Project ID\n\nThe project's ID.", - "in": "path", - "name": "project_id", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/setProject" - } - } - }, - "x-originalParamName": "Body" - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/successfulProjectUpdate" - } - } - }, - "description": "successfulProjectUpdate" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "401": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "403": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "404": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryWorkspaceApiKey": [] - } - ], - "servers": [ - { - "description": "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces.", - "url": "https://api.console.ory.sh" - } - ], - "summary": "Update an Ory Network Project Configuration", - "tags": [ - "project" - ] - } - }, - "/projects/{project_id}/eventstreams": { - "get": { - "operationId": "listEventStreams", - "parameters": [ - { - "description": "Project ID\n\nThe project's ID.", - "in": "path", - "name": "project_id", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/listEventStreams" - } - } - }, - "description": "listEventStreams" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "403": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryWorkspaceApiKey": [] - } - ], - "servers": [ - { - "description": "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces.", - "url": "https://api.console.ory.sh" - } - ], - "summary": "List all event streams for the project. This endpoint is not paginated.", - "tags": [ - "events" - ] - }, - "post": { - "operationId": "createEventStream", - "parameters": [ - { - "description": "Project ID\n\nThe project's ID.", - "in": "path", - "name": "project_id", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/createEventStreamBody" - } - } - }, - "required": true, - "x-originalParamName": "Body" - }, - "responses": { - "201": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/eventStream" - } - } - }, - "description": "eventStream" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "403": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "409": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryWorkspaceApiKey": [] - } - ], - "servers": [ - { - "description": "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces.", - "url": "https://api.console.ory.sh" - } - ], - "summary": "Create an event stream for your project.", - "tags": [ - "events" - ] - } - }, - "/projects/{project_id}/eventstreams/{event_stream_id}": { - "delete": { - "description": "Remove an event stream from a project.", - "operationId": "deleteEventStream", - "parameters": [ - { - "description": "Project ID\n\nThe project's ID.", - "in": "path", - "name": "project_id", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "Event Stream ID\n\nThe ID of the event stream to be deleted, as returned when created.", - "in": "path", - "name": "event_stream_id", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/emptyResponse" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "403": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "409": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryWorkspaceApiKey": [] - } - ], - "servers": [ - { - "description": "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces.", - "url": "https://api.console.ory.sh" - } - ], - "summary": "Remove an event stream from a project", - "tags": [ - "events" - ] - }, - "put": { - "operationId": "setEventStream", - "parameters": [ - { - "description": "Project ID\n\nThe project's ID.", - "in": "path", - "name": "project_id", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "Event Stream ID\n\nThe event stream's ID.", - "in": "path", - "name": "event_stream_id", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/setEventStreamBody" - } - } - }, - "x-originalParamName": "Body" - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/eventStream" - } - } - }, - "description": "eventStream" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "403": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "409": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryWorkspaceApiKey": [] - } - ], - "servers": [ - { - "description": "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces.", - "url": "https://api.console.ory.sh" - } - ], - "summary": "Update an event stream for a project.", - "tags": [ - "events" - ] - } - }, - "/projects/{project_id}/organizations": { - "get": { - "description": "Lists all Enterprise SSO organizations in a project.", - "operationId": "listOrganizations", - "parameters": [ - { - "description": "Items per Page\n\nThis is the number of items per page to return.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).", - "in": "query", - "name": "page_size", - "schema": { - "default": 250, - "format": "int64", - "maximum": 1000, - "minimum": 1, - "type": "integer" - } - }, - { - "description": "Next Page Token\n\nThe next page token.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).", - "in": "query", - "name": "page_token", - "schema": { - "type": "string" - } - }, - { - "description": "Project ID\n\nThe project's ID.", - "in": "path", - "name": "project_id", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "Domain\n\nIf set, only organizations with that domain will be returned.", - "in": "query", - "name": "domain", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/listOrganizationsResponse" - } - } - }, - "description": "listOrganizationsResponse" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "403": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryWorkspaceApiKey": [] - } - ], - "servers": [ - { - "description": "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces.", - "url": "https://api.console.ory.sh" - } - ], - "summary": "List all Enterprise SSO organizations", - "tags": [ - "project" - ] - }, - "post": { - "description": "Creates an Enterprise SSO Organization in a project.", - "operationId": "createOrganization", - "parameters": [ - { - "description": "Project ID\n\nThe project's ID.", - "in": "path", - "name": "project_id", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/OrganizationBody" - } - } - }, - "x-originalParamName": "Body" - }, - "responses": { - "201": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/organization" - } - } - }, - "description": "organization" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "403": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "409": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryWorkspaceApiKey": [] - } - ], - "servers": [ - { - "description": "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces.", - "url": "https://api.console.ory.sh" - } - ], - "summary": "Create an Enterprise SSO Organization", - "tags": [ - "project" - ] - } - }, - "/projects/{project_id}/organizations/{organization_id}": { - "delete": { - "description": "Irrecoverably deletes an Enterprise SSO Organization in a project by its ID.", - "operationId": "deleteOrganization", - "parameters": [ - { - "description": "Project ID\n\nThe project's ID.", - "in": "path", - "name": "project_id", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "Organization ID\n\nThe Organization's ID.", - "in": "path", - "name": "organization_id", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/emptyResponse" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "403": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "404": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "409": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryWorkspaceApiKey": [] - } - ], - "servers": [ - { - "description": "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces.", - "url": "https://api.console.ory.sh" - } - ], - "summary": "Delete Enterprise SSO Organization", - "tags": [ - "project" - ] - }, - "get": { - "description": "Retrieves an Enterprise SSO Organization for a project by its ID", - "operationId": "getOrganization", - "parameters": [ - { - "description": "Project ID\n\nThe project's ID.", - "in": "path", - "name": "project_id", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "Organization ID\n\nThe Organization's ID.", - "in": "path", - "name": "organization_id", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/getOrganizationResponse" - } - } - }, - "description": "getOrganizationResponse" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "403": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryWorkspaceApiKey": [] - } - ], - "servers": [ - { - "description": "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces.", - "url": "https://api.console.ory.sh" - } - ], - "summary": "Get Enterprise SSO Organization by ID", - "tags": [ - "project" - ] - }, - "put": { - "description": "Updates an Enterprise SSO Organization in a project by its ID.", - "operationId": "updateOrganization", - "parameters": [ - { - "description": "Project ID\n\nThe project's ID.", - "in": "path", - "name": "project_id", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "Organization ID\n\nThe Organization's ID.", - "in": "path", - "name": "organization_id", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/OrganizationBody" - } - } - }, - "x-originalParamName": "Body" - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/organization" - } - } - }, - "description": "organization" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "403": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "404": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "409": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryWorkspaceApiKey": [] - } - ], - "servers": [ - { - "description": "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces.", - "url": "https://api.console.ory.sh" - } - ], - "summary": "Update an Enterprise SSO Organization", - "tags": [ - "project" - ] - } - }, - "/projects/{project_id}/revision/{revision_id}": { - "patch": { - "description": "This endpoints allows you to patch individual Ory Network Project configuration keys for\nOry's services (identity, permission, ...). The configuration format is fully compatible\nwith the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions).\n\nThis endpoint expects the `version` key to be set in the payload. If it is unset, it\nwill try to import the config as if it is from the most recent version.\n\nIf you have an older version of a configuration, you should set the version key in the payload!\n\nWhile this endpoint is able to process all configuration items related to features (e.g. password reset),\nit does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the\nopen source.\n\nFor configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings\nto help you understand which parts of your config could not be processed.", - "operationId": "patchProjectWithRevision", - "parameters": [ - { - "description": "Project ID\n\nThe project's ID.", - "in": "path", - "name": "project_id", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "Revision ID\n\nThe revision ID that this patch was generated for.", - "in": "path", - "name": "revision_id", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "items": { - "$ref": "#/components/schemas/jsonPatch" - }, - "type": "array" - } - } - }, - "x-originalParamName": "Body" - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/successfulProjectUpdate" - } - } - }, - "description": "successfulProjectUpdate" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "401": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "403": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "404": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryWorkspaceApiKey": [] - } - ], - "servers": [ - { - "description": "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces.", - "url": "https://api.console.ory.sh" - } - ], - "summary": "Patch an Ory Network Project Configuration based on a revision ID", - "tags": [ - "project" - ] - } - }, - "/projects/{project}/members": { - "get": { - "description": "This endpoint requires the user to be a member of the project with the role `OWNER` or `DEVELOPER`.", - "operationId": "getProjectMembers", - "parameters": [ - { - "in": "path", - "name": "project", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/projectMembers" - } - } - }, - "description": "projectMembers" - }, - "401": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/genericError" - } - } - }, - "description": "genericError" - }, - "406": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/genericError" - } - } - }, - "description": "genericError" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/genericError" - } - } - }, - "description": "genericError" - } - }, - "security": [ - { - "oryWorkspaceApiKey": [] - } - ], - "servers": [ - { - "description": "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces.", - "url": "https://api.console.ory.sh" - } - ], - "summary": "Get all members associated with this project", - "tags": [ - "project" - ] - } - }, - "/projects/{project}/members/{member}": { - "delete": { - "description": "This also sets their invite status to `REMOVED`.\nThis endpoint requires the user to be a member of the project with the role `OWNER`.", - "operationId": "removeProjectMember", - "parameters": [ - { - "in": "path", - "name": "project", - "required": true, - "schema": { - "type": "string" - } - }, - { - "in": "path", - "name": "member", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/emptyResponse" - }, - "401": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/genericError" - } - } - }, - "description": "genericError" - }, - "406": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/genericError" - } - } - }, - "description": "genericError" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/genericError" - } - } - }, - "description": "genericError" - } - }, - "security": [ - { - "oryWorkspaceApiKey": [] - } - ], - "servers": [ - { - "description": "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces.", - "url": "https://api.console.ory.sh" - } - ], - "summary": "Remove a member associated with this project", - "tags": [ - "project" - ] - } - }, - "/projects/{project}/tokens": { - "get": { - "description": "A list of all the project's API tokens.", - "operationId": "listProjectApiKeys", - "parameters": [ - { - "description": "The Project ID or Project slug", - "in": "path", - "name": "project", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/projectApiKeys" - } - } - }, - "description": "projectApiKeys" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryWorkspaceApiKey": [] - } - ], - "servers": [ - { - "description": "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces.", - "url": "https://api.console.ory.sh" - } - ], - "summary": "List a project's API Tokens", - "tags": [ - "project" - ] - }, - "post": { - "description": "Create an API token for a project.", - "operationId": "createProjectApiKey", - "parameters": [ - { - "description": "The Project ID or Project slug", - "in": "path", - "name": "project", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "properties": { - "name": { - "description": "The Token Name\n\nA descriptive name for the token.\n\nin: body", - "type": "string" - } - }, - "required": [ - "name" - ], - "type": "object" - } - } - }, - "x-originalParamName": "Body" - }, - "responses": { - "201": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/projectApiKey" - } - } - }, - "description": "projectApiKey" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryWorkspaceApiKey": [] - } - ], - "servers": [ - { - "description": "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces.", - "url": "https://api.console.ory.sh" - } - ], - "summary": "Create project API token", - "tags": [ - "project" - ] - } - }, - "/projects/{project}/tokens/{token_id}": { - "delete": { - "description": "Deletes an API token and immediately removes it.", - "operationId": "deleteProjectApiKey", - "parameters": [ - { - "description": "The Project ID or Project slug", - "in": "path", - "name": "project", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "The Token ID", - "in": "path", - "name": "token_id", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/emptyResponse" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryWorkspaceApiKey": [] - } - ], - "servers": [ - { - "description": "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces.", - "url": "https://api.console.ory.sh" - } - ], - "summary": "Delete project API token", - "tags": [ - "project" - ] - } - }, - "/relation-tuples": { - "get": { - "description": "Get all relationships that match the query. Only the namespace field is required.", - "operationId": "getRelationships", - "parameters": [ - { - "in": "query", - "name": "page_token", - "schema": { - "type": "string" - } - }, - { - "in": "query", - "name": "page_size", - "schema": { - "format": "int64", - "type": "integer" - } - }, - { - "description": "Namespace of the Relationship", - "in": "query", - "name": "namespace", - "schema": { - "type": "string" - } - }, - { - "description": "Object of the Relationship", - "in": "query", - "name": "object", - "schema": { - "type": "string" - } - }, - { - "description": "Relation of the Relationship", - "in": "query", - "name": "relation", - "schema": { - "type": "string" - } - }, - { - "description": "SubjectID of the Relationship", - "in": "query", - "name": "subject_id", - "schema": { - "type": "string" - } - }, - { - "description": "Namespace of the Subject Set", - "in": "query", - "name": "subject_set.namespace", - "schema": { - "type": "string" - } - }, - { - "description": "Object of the Subject Set", - "in": "query", - "name": "subject_set.object", - "schema": { - "type": "string" - } - }, - { - "description": "Relation of the Subject Set", - "in": "query", - "name": "subject_set.relation", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/relationships" - } - } - }, - "description": "relationships" - }, - "404": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Query relationships", - "tags": [ - "relationship" - ] - } - }, - "/relation-tuples/batch/check": { - "post": { - "description": "To learn how relationship tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview).", - "operationId": "batchCheckPermission", - "parameters": [ - { - "in": "query", - "name": "max-depth", - "schema": { - "format": "int64", - "type": "integer" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/batchCheckPermissionBody" - } - } - }, - "x-originalParamName": "Body" - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/batchCheckPermissionResult" - } - } - }, - "description": "batchCheckPermissionResult" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Batch check permissions", - "tags": [ - "permission" - ] - } - }, - "/relation-tuples/check": { - "get": { - "description": "To learn how relationship tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview).", - "operationId": "checkPermissionOrError", - "parameters": [ - { - "description": "Namespace of the Relationship", - "in": "query", - "name": "namespace", - "schema": { - "type": "string" - } - }, - { - "description": "Object of the Relationship", - "in": "query", - "name": "object", - "schema": { - "type": "string" - } - }, - { - "description": "Relation of the Relationship", - "in": "query", - "name": "relation", - "schema": { - "type": "string" - } - }, - { - "description": "SubjectID of the Relationship", - "in": "query", - "name": "subject_id", - "schema": { - "type": "string" - } - }, - { - "description": "Namespace of the Subject Set", - "in": "query", - "name": "subject_set.namespace", - "schema": { - "type": "string" - } - }, - { - "description": "Object of the Subject Set", - "in": "query", - "name": "subject_set.object", - "schema": { - "type": "string" - } - }, - { - "description": "Relation of the Subject Set", - "in": "query", - "name": "subject_set.relation", - "schema": { - "type": "string" - } - }, - { - "in": "query", - "name": "max-depth", - "schema": { - "format": "int64", - "type": "integer" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/checkPermissionResult" - } - } - }, - "description": "checkPermissionResult" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "403": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/checkPermissionResult" - } - } - }, - "description": "checkPermissionResult" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Check a permission", - "tags": [ - "permission" - ] - }, - "post": { - "description": "To learn how relationship tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview).", - "operationId": "postCheckPermissionOrError", - "parameters": [ - { - "in": "query", - "name": "max-depth", - "schema": { - "format": "int64", - "type": "integer" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/postCheckPermissionOrErrorBody" - } - } - }, - "x-originalParamName": "Body" - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/checkPermissionResult" - } - } - }, - "description": "checkPermissionResult" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "403": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/checkPermissionResult" - } - } - }, - "description": "checkPermissionResult" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Check a permission", - "tags": [ - "permission" - ] - } - }, - "/relation-tuples/check/openapi": { - "get": { - "description": "To learn how relationship tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview).", - "operationId": "checkPermission", - "parameters": [ - { - "description": "Namespace of the Relationship", - "in": "query", - "name": "namespace", - "schema": { - "type": "string" - } - }, - { - "description": "Object of the Relationship", - "in": "query", - "name": "object", - "schema": { - "type": "string" - } - }, - { - "description": "Relation of the Relationship", - "in": "query", - "name": "relation", - "schema": { - "type": "string" - } - }, - { - "description": "SubjectID of the Relationship", - "in": "query", - "name": "subject_id", - "schema": { - "type": "string" - } - }, - { - "description": "Namespace of the Subject Set", - "in": "query", - "name": "subject_set.namespace", - "schema": { - "type": "string" - } - }, - { - "description": "Object of the Subject Set", - "in": "query", - "name": "subject_set.object", - "schema": { - "type": "string" - } - }, - { - "description": "Relation of the Subject Set", - "in": "query", - "name": "subject_set.relation", - "schema": { - "type": "string" - } - }, - { - "in": "query", - "name": "max-depth", - "schema": { - "format": "int64", - "type": "integer" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/checkPermissionResult" - } - } - }, - "description": "checkPermissionResult" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Check a permission", - "tags": [ - "permission" - ] - }, - "post": { - "description": "To learn how relationship tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview).", - "operationId": "postCheckPermission", - "parameters": [ - { - "in": "query", - "name": "max-depth", - "schema": { - "format": "int64", - "type": "integer" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/postCheckPermissionBody" - } - } - }, - "x-originalParamName": "Payload" - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/checkPermissionResult" - } - } - }, - "description": "checkPermissionResult" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Check a permission", - "tags": [ - "permission" - ] - } - }, - "/relation-tuples/expand": { - "get": { - "description": "Use this endpoint to expand a relationship tuple into permissions.", - "operationId": "expandPermissions", - "parameters": [ - { - "description": "Namespace of the Subject Set", - "in": "query", - "name": "namespace", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "Object of the Subject Set", - "in": "query", - "name": "object", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "Relation of the Subject Set", - "in": "query", - "name": "relation", - "required": true, - "schema": { - "type": "string" - } - }, - { - "in": "query", - "name": "max-depth", - "schema": { - "format": "int64", - "type": "integer" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/expandedPermissionTree" - } - } - }, - "description": "expandedPermissionTree" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "404": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Expand a Relationship into permissions.", - "tags": [ - "permission" - ] - } - }, - "/schemas": { - "get": { - "description": "Returns a list of all identity schemas currently in use.", - "operationId": "listIdentitySchemas", - "parameters": [ - { - "description": "Deprecated Items per Page\n\nDEPRECATED: Please use `page_token` instead. This parameter will be removed in the future.\n\nThis is the number of items per page.", - "in": "query", - "name": "per_page", - "schema": { - "default": 250, - "format": "int64", - "maximum": 1000, - "minimum": 1, - "type": "integer" - } - }, - { - "description": "Deprecated Pagination Page\n\nDEPRECATED: Please use `page_token` instead. This parameter will be removed in the future.\n\nThis value is currently an integer, but it is not sequential. The value is not the page number, but a\nreference. The next page can be any number and some numbers might return an empty list.\n\nFor example, page 2 might not follow after page 1. And even if page 3 and 5 exist, but page 4 might not exist.\nThe first page can be retrieved by omitting this parameter. Following page pointers will be returned in the\n`Link` header.", - "in": "query", - "name": "page", - "schema": { - "format": "int64", - "type": "integer" - } - }, - { - "description": "Page Size\n\nThis is the number of items per page to return. For details on pagination please head over to the\n[pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).", - "in": "query", - "name": "page_size", - "schema": { - "default": 250, - "format": "int64", - "maximum": 500, - "minimum": 1, - "type": "integer" - } - }, - { - "description": "Next Page Token\n\nThe next page token. For details on pagination please head over to the\n[pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).", - "in": "query", - "name": "page_token", - "schema": { - "default": "1", - "minimum": 1, - "type": "string" - } - } - ], - "responses": { - "200": { - "$ref": "#/components/responses/identitySchemas" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "summary": "Get all Identity Schemas", - "tags": [ - "identity" - ] - } - }, - "/schemas/{id}": { - "get": { - "description": "Return a specific identity schema.", - "operationId": "getIdentitySchema", - "parameters": [ - { - "description": "ID must be set to the ID of schema you want to get", - "in": "path", - "name": "id", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/identitySchema" - } - } - }, - "description": "identitySchema" - }, - "404": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "summary": "Get Identity JSON Schema", - "tags": [ - "identity" - ] - } - }, - "/self-service/errors": { - "get": { - "description": "This endpoint returns the error associated with a user-facing self service errors.\n\nThis endpoint supports stub values to help you implement the error UI:\n\n`?id=stub:500` - returns a stub 500 (Internal Server Error) error.\n\nMore information can be found at [Ory Kratos User User Facing Error Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-facing-errors).", - "operationId": "getFlowError", - "parameters": [ - { - "description": "Error is the error's ID", - "in": "query", - "name": "id", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/flowError" - } - } - }, - "description": "flowError" - }, - "403": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "404": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "summary": "Get User-Flow Errors", - "tags": [ - "frontend" - ] - } - }, - "/self-service/login": { - "post": { - "description": "Use this endpoint to complete a login flow. This endpoint\nbehaves differently for API and browser flows.\n\nAPI flows expect `application/json` to be sent in the body and responds with\nHTTP 200 and a application/json body with the session token on success;\nHTTP 410 if the original flow expired with the appropriate error messages set and optionally a `use_flow_id` parameter in the body;\nHTTP 400 on form validation errors.\n\nBrowser flows expect a Content-Type of `application/x-www-form-urlencoded` or `application/json` to be sent in the body and respond with\na HTTP 303 redirect to the post/after login URL or the `return_to` value if it was set and if the login succeeded;\na HTTP 303 redirect to the login UI URL with the flow ID containing the validation errors otherwise.\n\nBrowser flows with an accept header of `application/json` will not redirect but instead respond with\nHTTP 200 and a application/json body with the signed in identity and a `Set-Cookie` header on success;\nHTTP 303 redirect to a fresh login flow if the original flow expired with the appropriate error messages set;\nHTTP 400 on form validation errors.\n\nIf this endpoint is called with `Accept: application/json` in the header, the response contains the flow without a redirect. In the\ncase of an error, the `error.id` of the JSON response body can be one of:\n\n`session_already_available`: The user is already signed in.\n`security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred.\n`security_identity_mismatch`: The requested `?return_to` address is not allowed to be used. Adjust this in the configuration!\n`browser_location_change_required`: Usually sent when an AJAX request indicates that the browser needs to open a specific URL.\nMost likely used in Social Sign In flows.\n\nMore information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).", - "operationId": "updateLoginFlow", - "parameters": [ - { - "description": "The Login Flow ID\n\nThe value for this parameter comes from `flow` URL Query parameter sent to your\napplication (e.g. `/login?flow=abcde`).", - "in": "query", - "name": "flow", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "The Session Token of the Identity performing the settings flow.", - "in": "header", - "name": "X-Session-Token", - "schema": { - "type": "string" - } - }, - { - "description": "HTTP Cookies\n\nWhen using the SDK in a browser app, on the server side you must include the HTTP Cookie Header\nsent by the client to your server here. This ensures that CSRF and session cookies are respected.", - "in": "header", - "name": "Cookie", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/updateLoginFlowBody" - } - }, - "application/x-www-form-urlencoded": { - "schema": { - "$ref": "#/components/schemas/updateLoginFlowBody" - } - } - }, - "required": true, - "x-originalParamName": "Body" - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/successfulNativeLogin" - } - } - }, - "description": "successfulNativeLogin" - }, - "303": { - "$ref": "#/components/responses/emptyResponse" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/loginFlow" - } - } - }, - "description": "loginFlow" - }, - "410": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "422": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorBrowserLocationChangeRequired" - } - } - }, - "description": "errorBrowserLocationChangeRequired" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "summary": "Submit a Login Flow", - "tags": [ - "frontend" - ] - } - }, - "/self-service/login/api": { - "get": { - "description": "This endpoint initiates a login flow for native apps that do not use a browser, such as mobile devices, smart TVs, and so on.\n\nIf a valid provided session cookie or session token is provided, a 400 Bad Request error\nwill be returned unless the URL query parameter `?refresh=true` is set.\n\nTo fetch an existing login flow call `/self-service/login/flows?flow=\u003cflow_id\u003e`.\n\nYou MUST NOT use this endpoint in client-side (Single Page Apps, ReactJS, AngularJS) nor server-side (Java Server\nPages, NodeJS, PHP, Golang, ...) browser applications. Using this endpoint in these applications will make\nyou vulnerable to a variety of CSRF attacks, including CSRF login attacks.\n\nIn the case of an error, the `error.id` of the JSON response body can be one of:\n\n`session_already_available`: The user is already signed in.\n`session_aal1_required`: Multi-factor auth (e.g. 2fa) was requested but the user has no session yet.\n`security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred.\n\nThis endpoint MUST ONLY be used in scenarios such as native mobile apps (React Native, Objective C, Swift, Java, ...).\n\nMore information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).", - "operationId": "createNativeLoginFlow", - "parameters": [ - { - "description": "Refresh a login session\n\nIf set to true, this will refresh an existing login session by\nasking the user to sign in again. This will reset the\nauthenticated_at time of the session.", - "in": "query", - "name": "refresh", - "schema": { - "type": "boolean" - } - }, - { - "description": "Request a Specific AuthenticationMethod Assurance Level\n\nUse this parameter to upgrade an existing session's authenticator assurance level (AAL). This\nallows you to ask for multi-factor authentication. When an identity sign in using e.g. username+password,\nthe AAL is 1. If you wish to \"upgrade\" the session's security by asking the user to perform TOTP / WebAuth/ ...\nyou would set this to \"aal2\".", - "in": "query", - "name": "aal", - "schema": { - "type": "string" - } - }, - { - "description": "The Session Token of the Identity performing the settings flow.", - "in": "header", - "name": "X-Session-Token", - "schema": { - "type": "string" - } - }, - { - "description": "EnableSessionTokenExchangeCode requests the login flow to include a code that can be used to retrieve the session token\nafter the login flow has been completed.", - "in": "query", - "name": "return_session_token_exchange_code", - "schema": { - "type": "boolean" - } - }, - { - "description": "The URL to return the browser to after the flow was completed.", - "in": "query", - "name": "return_to", - "schema": { - "type": "string" - } - }, - { - "description": "Via should contain the identity's credential the code should be sent to. Only relevant in aal2 flows.", - "in": "query", - "name": "via", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/loginFlow" - } - } - }, - "description": "loginFlow" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "summary": "Create Login Flow for Native Apps", - "tags": [ - "frontend" - ] - } - }, - "/self-service/login/browser": { - "get": { - "description": "This endpoint initializes a browser-based user login flow. This endpoint will set the appropriate\ncookies and anti-CSRF measures required for browser-based flows.\n\nIf this endpoint is opened as a link in the browser, it will be redirected to\n`selfservice.flows.login.ui_url` with the flow ID set as the query parameter `?flow=`. If a valid user session\nexists already, the browser will be redirected to `urls.default_redirect_url` unless the query parameter\n`?refresh=true` was set.\n\nIf this endpoint is called via an AJAX request, the response contains the flow without a redirect. In the\ncase of an error, the `error.id` of the JSON response body can be one of:\n\n`session_already_available`: The user is already signed in.\n`session_aal1_required`: Multi-factor auth (e.g. 2fa) was requested but the user has no session yet.\n`security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred.\n`security_identity_mismatch`: The requested `?return_to` address is not allowed to be used. Adjust this in the configuration!\n\nThe optional query parameter login_challenge is set when using Kratos with\nHydra in an OAuth2 flow. See the oauth2_provider.url configuration\noption.\n\nThis endpoint is NOT INTENDED for clients that do not have a browser (Chrome, Firefox, ...) as cookies are needed.\n\nMore information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).", - "operationId": "createBrowserLoginFlow", - "parameters": [ - { - "description": "Refresh a login session\n\nIf set to true, this will refresh an existing login session by\nasking the user to sign in again. This will reset the\nauthenticated_at time of the session.", - "in": "query", - "name": "refresh", - "schema": { - "type": "boolean" - } - }, - { - "description": "Request a Specific AuthenticationMethod Assurance Level\n\nUse this parameter to upgrade an existing session's authenticator assurance level (AAL). This\nallows you to ask for multi-factor authentication. When an identity sign in using e.g. username+password,\nthe AAL is 1. If you wish to \"upgrade\" the session's security by asking the user to perform TOTP / WebAuth/ ...\nyou would set this to \"aal2\".", - "in": "query", - "name": "aal", - "schema": { - "type": "string" - } - }, - { - "description": "The URL to return the browser to after the flow was completed.", - "in": "query", - "name": "return_to", - "schema": { - "type": "string" - } - }, - { - "description": "HTTP Cookies\n\nWhen using the SDK in a browser app, on the server side you must include the HTTP Cookie Header\nsent by the client to your server here. This ensures that CSRF and session cookies are respected.", - "in": "header", - "name": "Cookie", - "schema": { - "type": "string" - } - }, - { - "description": "An optional Hydra login challenge. If present, Kratos will cooperate with\nOry Hydra to act as an OAuth2 identity provider.\n\nThe value for this parameter comes from `login_challenge` URL Query parameter sent to your\napplication (e.g. `/login?login_challenge=abcde`).", - "in": "query", - "name": "login_challenge", - "schema": { - "type": "string" - } - }, - { - "description": "An optional organization ID that should be used for logging this user in.\nThis parameter is only effective in the Ory Network.", - "in": "query", - "name": "organization", - "schema": { - "type": "string" - } - }, - { - "description": "Via should contain the identity's credential the code should be sent to. Only relevant in aal2 flows.", - "in": "query", - "name": "via", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/loginFlow" - } - } - }, - "description": "loginFlow" - }, - "303": { - "$ref": "#/components/responses/emptyResponse" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "summary": "Create Login Flow for Browsers", - "tags": [ - "frontend" - ] - } - }, - "/self-service/login/flows": { - "get": { - "description": "This endpoint returns a login flow's context with, for example, error details and other information.\n\nBrowser flows expect the anti-CSRF cookie to be included in the request's HTTP Cookie Header.\nFor AJAX requests you must ensure that cookies are included in the request or requests will fail.\n\nIf you use the browser-flow for server-side apps, the services need to run on a common top-level-domain\nand you need to forward the incoming HTTP Cookie header to this endpoint:\n\n```js\npseudo-code example\nrouter.get('/login', async function (req, res) {\nconst flow = await client.getLoginFlow(req.header('cookie'), req.query['flow'])\n\nres.render('login', flow)\n})\n```\n\nThis request may fail due to several reasons. The `error.id` can be one of:\n\n`session_already_available`: The user is already signed in.\n`self_service_flow_expired`: The flow is expired and you should request a new one.\n\nMore information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).", - "operationId": "getLoginFlow", - "parameters": [ - { - "description": "The Login Flow ID\n\nThe value for this parameter comes from `flow` URL Query parameter sent to your\napplication (e.g. `/login?flow=abcde`).", - "in": "query", - "name": "id", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "HTTP Cookies\n\nWhen using the SDK in a browser app, on the server side you must include the HTTP Cookie Header\nsent by the client to your server here. This ensures that CSRF and session cookies are respected.", - "in": "header", - "name": "Cookie", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/loginFlow" - } - } - }, - "description": "loginFlow" - }, - "403": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "404": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "410": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "summary": "Get Login Flow", - "tags": [ - "frontend" - ] - } - }, - "/self-service/logout": { - "get": { - "description": "This endpoint logs out an identity in a self-service manner.\n\nIf the `Accept` HTTP header is not set to `application/json`, the browser will be redirected (HTTP 303 See Other)\nto the `return_to` parameter of the initial request or fall back to `urls.default_return_to`.\n\nIf the `Accept` HTTP header is set to `application/json`, a 204 No Content response\nwill be sent on successful logout instead.\n\nThis endpoint is NOT INTENDED for API clients and only works\nwith browsers (Chrome, Firefox, ...). For API clients you can\ncall the `/self-service/logout/api` URL directly with the Ory Session Token.\n\nMore information can be found at [Ory Kratos User Logout Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-logout).", - "operationId": "updateLogoutFlow", - "parameters": [ - { - "description": "A Valid Logout Token\n\nIf you do not have a logout token because you only have a session cookie,\ncall `/self-service/logout/browser` to generate a URL for this endpoint.", - "in": "query", - "name": "token", - "schema": { - "type": "string" - } - }, - { - "description": "The URL to return to after the logout was completed.", - "in": "query", - "name": "return_to", - "schema": { - "type": "string" - } - }, - { - "description": "HTTP Cookies\n\nWhen using the SDK in a browser app, on the server side you must include the HTTP Cookie Header\nsent by the client to your server here. This ensures that CSRF and session cookies are respected.", - "in": "header", - "name": "Cookie", - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/emptyResponse" - }, - "303": { - "$ref": "#/components/responses/emptyResponse" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "summary": "Update Logout Flow", - "tags": [ - "frontend" - ] - } - }, - "/self-service/logout/api": { - "delete": { - "description": "Use this endpoint to log out an identity using an Ory Session Token. If the Ory Session Token was successfully\nrevoked, the server returns a 204 No Content response. A 204 No Content response is also sent when\nthe Ory Session Token has been revoked already before.\n\nIf the Ory Session Token is malformed or does not exist a 403 Forbidden response will be returned.\n\nThis endpoint does not remove any HTTP\nCookies - use the Browser-Based Self-Service Logout Flow instead.", - "operationId": "performNativeLogout", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/performNativeLogoutBody" - } - } - }, - "required": true, - "x-originalParamName": "Body" - }, - "responses": { - "204": { - "$ref": "#/components/responses/emptyResponse" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "summary": "Perform Logout for Native Apps", - "tags": [ - "frontend" - ] - } - }, - "/self-service/logout/browser": { - "get": { - "description": "This endpoint initializes a browser-based user logout flow and a URL which can be used to log out the user.\n\nThis endpoint is NOT INTENDED for API clients and only works\nwith browsers (Chrome, Firefox, ...). For API clients you can\ncall the `/self-service/logout/api` URL directly with the Ory Session Token.\n\nThe URL is only valid for the currently signed in user. If no user is signed in, this endpoint returns\na 401 error.\n\nWhen calling this endpoint from a backend, please ensure to properly forward the HTTP cookies.", - "operationId": "createBrowserLogoutFlow", - "parameters": [ - { - "description": "HTTP Cookies\n\nIf you call this endpoint from a backend, please include the\noriginal Cookie header in the request.", - "in": "header", - "name": "cookie", - "schema": { - "type": "string" - } - }, - { - "description": "Return to URL\n\nThe URL to which the browser should be redirected to after the logout\nhas been performed.", - "in": "query", - "name": "return_to", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/logoutFlow" - } - } - }, - "description": "logoutFlow" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "401": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "summary": "Create a Logout URL for Browsers", - "tags": [ - "frontend" - ] - } - }, - "/self-service/recovery": { - "post": { - "description": "Use this endpoint to update a recovery flow. This endpoint\nbehaves differently for API and browser flows and has several states:\n\n`choose_method` expects `flow` (in the URL query) and `email` (in the body) to be sent\nand works with API- and Browser-initiated flows.\nFor API clients and Browser clients with HTTP Header `Accept: application/json` it either returns a HTTP 200 OK when the form is valid and HTTP 400 OK when the form is invalid.\nand a HTTP 303 See Other redirect with a fresh recovery flow if the flow was otherwise invalid (e.g. expired).\nFor Browser clients without HTTP Header `Accept` or with `Accept: text/*` it returns a HTTP 303 See Other redirect to the Recovery UI URL with the Recovery Flow ID appended.\n`sent_email` is the success state after `choose_method` for the `link` method and allows the user to request another recovery email. It\nworks for both API and Browser-initiated flows and returns the same responses as the flow in `choose_method` state.\n`passed_challenge` expects a `token` to be sent in the URL query and given the nature of the flow (\"sending a recovery link\")\ndoes not have any API capabilities. The server responds with a HTTP 303 See Other redirect either to the Settings UI URL\n(if the link was valid) and instructs the user to update their password, or a redirect to the Recover UI URL with\na new Recovery Flow ID which contains an error message that the recovery link was invalid.\n\nMore information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery).", - "operationId": "updateRecoveryFlow", - "parameters": [ - { - "description": "The Recovery Flow ID\n\nThe value for this parameter comes from `flow` URL Query parameter sent to your\napplication (e.g. `/recovery?flow=abcde`).", - "in": "query", - "name": "flow", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "Recovery Token\n\nThe recovery token which completes the recovery request. If the token\nis invalid (e.g. expired) an error will be shown to the end-user.\n\nThis parameter is usually set in a link and not used by any direct API call.", - "in": "query", - "name": "token", - "schema": { - "type": "string" - } - }, - { - "description": "HTTP Cookies\n\nWhen using the SDK in a browser app, on the server side you must include the HTTP Cookie Header\nsent by the client to your server here. This ensures that CSRF and session cookies are respected.", - "in": "header", - "name": "Cookie", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/updateRecoveryFlowBody" - } - }, - "application/x-www-form-urlencoded": { - "schema": { - "$ref": "#/components/schemas/updateRecoveryFlowBody" - } - } - }, - "required": true, - "x-originalParamName": "Body" - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/recoveryFlow" - } - } - }, - "description": "recoveryFlow" - }, - "303": { - "$ref": "#/components/responses/emptyResponse" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/recoveryFlow" - } - } - }, - "description": "recoveryFlow" - }, - "410": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "422": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorBrowserLocationChangeRequired" - } - } - }, - "description": "errorBrowserLocationChangeRequired" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "summary": "Update Recovery Flow", - "tags": [ - "frontend" - ] - } - }, - "/self-service/recovery/api": { - "get": { - "description": "This endpoint initiates a recovery flow for API clients such as mobile devices, smart TVs, and so on.\n\nIf a valid provided session cookie or session token is provided, a 400 Bad Request error.\n\nOn an existing recovery flow, use the `getRecoveryFlow` API endpoint.\n\nYou MUST NOT use this endpoint in client-side (Single Page Apps, ReactJS, AngularJS) nor server-side (Java Server\nPages, NodeJS, PHP, Golang, ...) browser applications. Using this endpoint in these applications will make\nyou vulnerable to a variety of CSRF attacks.\n\nThis endpoint MUST ONLY be used in scenarios such as native mobile apps (React Native, Objective C, Swift, Java, ...).\n\nMore information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery).", - "operationId": "createNativeRecoveryFlow", - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/recoveryFlow" - } - } - }, - "description": "recoveryFlow" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "summary": "Create Recovery Flow for Native Apps", - "tags": [ - "frontend" - ] - } - }, - "/self-service/recovery/browser": { - "get": { - "description": "This endpoint initializes a browser-based account recovery flow. Once initialized, the browser will be redirected to\n`selfservice.flows.recovery.ui_url` with the flow ID set as the query parameter `?flow=`. If a valid user session\nexists, the browser is returned to the configured return URL.\n\nIf this endpoint is called via an AJAX request, the response contains the recovery flow without any redirects\nor a 400 bad request error if the user is already authenticated.\n\nThis endpoint is NOT INTENDED for clients that do not have a browser (Chrome, Firefox, ...) as cookies are needed.\n\nMore information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery).", - "operationId": "createBrowserRecoveryFlow", - "parameters": [ - { - "description": "The URL to return the browser to after the flow was completed.", - "in": "query", - "name": "return_to", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/recoveryFlow" - } - } - }, - "description": "recoveryFlow" - }, - "303": { - "$ref": "#/components/responses/emptyResponse" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "summary": "Create Recovery Flow for Browsers", - "tags": [ - "frontend" - ] - } - }, - "/self-service/recovery/flows": { - "get": { - "description": "This endpoint returns a recovery flow's context with, for example, error details and other information.\n\nBrowser flows expect the anti-CSRF cookie to be included in the request's HTTP Cookie Header.\nFor AJAX requests you must ensure that cookies are included in the request or requests will fail.\n\nIf you use the browser-flow for server-side apps, the services need to run on a common top-level-domain\nand you need to forward the incoming HTTP Cookie header to this endpoint:\n\n```js\npseudo-code example\nrouter.get('/recovery', async function (req, res) {\nconst flow = await client.getRecoveryFlow(req.header('Cookie'), req.query['flow'])\n\nres.render('recovery', flow)\n})\n```\n\nMore information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery).", - "operationId": "getRecoveryFlow", - "parameters": [ - { - "description": "The Flow ID\n\nThe value for this parameter comes from `request` URL Query parameter sent to your\napplication (e.g. `/recovery?flow=abcde`).", - "in": "query", - "name": "id", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "HTTP Cookies\n\nWhen using the SDK in a browser app, on the server side you must include the HTTP Cookie Header\nsent by the client to your server here. This ensures that CSRF and session cookies are respected.", - "in": "header", - "name": "Cookie", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/recoveryFlow" - } - } - }, - "description": "recoveryFlow" - }, - "404": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "410": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "summary": "Get Recovery Flow", - "tags": [ - "frontend" - ] - } - }, - "/self-service/registration": { - "post": { - "description": "Use this endpoint to complete a registration flow by sending an identity's traits and password. This endpoint\nbehaves differently for API and browser flows.\n\nAPI flows expect `application/json` to be sent in the body and respond with\nHTTP 200 and a application/json body with the created identity success - if the session hook is configured the\n`session` and `session_token` will also be included;\nHTTP 410 if the original flow expired with the appropriate error messages set and optionally a `use_flow_id` parameter in the body;\nHTTP 400 on form validation errors.\n\nBrowser flows expect a Content-Type of `application/x-www-form-urlencoded` or `application/json` to be sent in the body and respond with\na HTTP 303 redirect to the post/after registration URL or the `return_to` value if it was set and if the registration succeeded;\na HTTP 303 redirect to the registration UI URL with the flow ID containing the validation errors otherwise.\n\nBrowser flows with an accept header of `application/json` will not redirect but instead respond with\nHTTP 200 and a application/json body with the signed in identity and a `Set-Cookie` header on success;\nHTTP 303 redirect to a fresh login flow if the original flow expired with the appropriate error messages set;\nHTTP 400 on form validation errors.\n\nIf this endpoint is called with `Accept: application/json` in the header, the response contains the flow without a redirect. In the\ncase of an error, the `error.id` of the JSON response body can be one of:\n\n`session_already_available`: The user is already signed in.\n`security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred.\n`security_identity_mismatch`: The requested `?return_to` address is not allowed to be used. Adjust this in the configuration!\n`browser_location_change_required`: Usually sent when an AJAX request indicates that the browser needs to open a specific URL.\nMost likely used in Social Sign In flows.\n\nMore information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).", - "operationId": "updateRegistrationFlow", - "parameters": [ - { - "description": "The Registration Flow ID\n\nThe value for this parameter comes from `flow` URL Query parameter sent to your\napplication (e.g. `/registration?flow=abcde`).", - "in": "query", - "name": "flow", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "HTTP Cookies\n\nWhen using the SDK in a browser app, on the server side you must include the HTTP Cookie Header\nsent by the client to your server here. This ensures that CSRF and session cookies are respected.", - "in": "header", - "name": "Cookie", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/updateRegistrationFlowBody" - } - }, - "application/x-www-form-urlencoded": { - "schema": { - "$ref": "#/components/schemas/updateRegistrationFlowBody" - } - } - }, - "required": true, - "x-originalParamName": "Body" - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/successfulNativeRegistration" - } - } - }, - "description": "successfulNativeRegistration" - }, - "303": { - "$ref": "#/components/responses/emptyResponse" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/registrationFlow" - } - } - }, - "description": "registrationFlow" - }, - "410": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "422": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorBrowserLocationChangeRequired" - } - } - }, - "description": "errorBrowserLocationChangeRequired" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "summary": "Update Registration Flow", - "tags": [ - "frontend" - ] - } - }, - "/self-service/registration/api": { - "get": { - "description": "This endpoint initiates a registration flow for API clients such as mobile devices, smart TVs, and so on.\n\nIf a valid provided session cookie or session token is provided, a 400 Bad Request error\nwill be returned unless the URL query parameter `?refresh=true` is set.\n\nTo fetch an existing registration flow call `/self-service/registration/flows?flow=\u003cflow_id\u003e`.\n\nYou MUST NOT use this endpoint in client-side (Single Page Apps, ReactJS, AngularJS) nor server-side (Java Server\nPages, NodeJS, PHP, Golang, ...) browser applications. Using this endpoint in these applications will make\nyou vulnerable to a variety of CSRF attacks.\n\nIn the case of an error, the `error.id` of the JSON response body can be one of:\n\n`session_already_available`: The user is already signed in.\n`security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred.\n\nThis endpoint MUST ONLY be used in scenarios such as native mobile apps (React Native, Objective C, Swift, Java, ...).\n\nMore information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).", - "operationId": "createNativeRegistrationFlow", - "parameters": [ - { - "description": "EnableSessionTokenExchangeCode requests the login flow to include a code that can be used to retrieve the session token\nafter the login flow has been completed.", - "in": "query", - "name": "return_session_token_exchange_code", - "schema": { - "type": "boolean" - } - }, - { - "description": "The URL to return the browser to after the flow was completed.", - "in": "query", - "name": "return_to", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/registrationFlow" - } - } - }, - "description": "registrationFlow" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "summary": "Create Registration Flow for Native Apps", - "tags": [ - "frontend" - ] - } - }, - "/self-service/registration/browser": { - "get": { - "description": "This endpoint initializes a browser-based user registration flow. This endpoint will set the appropriate\ncookies and anti-CSRF measures required for browser-based flows.\n\nIf this endpoint is opened as a link in the browser, it will be redirected to\n`selfservice.flows.registration.ui_url` with the flow ID set as the query parameter `?flow=`. If a valid user session\nexists already, the browser will be redirected to `urls.default_redirect_url`.\n\nIf this endpoint is called via an AJAX request, the response contains the flow without a redirect. In the\ncase of an error, the `error.id` of the JSON response body can be one of:\n\n`session_already_available`: The user is already signed in.\n`security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred.\n`security_identity_mismatch`: The requested `?return_to` address is not allowed to be used. Adjust this in the configuration!\n\nIf this endpoint is called via an AJAX request, the response contains the registration flow without a redirect.\n\nThis endpoint is NOT INTENDED for clients that do not have a browser (Chrome, Firefox, ...) as cookies are needed.\n\nMore information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).", - "operationId": "createBrowserRegistrationFlow", - "parameters": [ - { - "description": "The URL to return the browser to after the flow was completed.", - "in": "query", - "name": "return_to", - "schema": { - "type": "string" - } - }, - { - "description": "Ory OAuth 2.0 Login Challenge.\n\nIf set will cooperate with Ory OAuth2 and OpenID to act as an OAuth2 server / OpenID Provider.\n\nThe value for this parameter comes from `login_challenge` URL Query parameter sent to your\napplication (e.g. `/registration?login_challenge=abcde`).\n\nThis feature is compatible with Ory Hydra when not running on the Ory Network.", - "in": "query", - "name": "login_challenge", - "schema": { - "type": "string" - } - }, - { - "description": "The URL to return the browser to after the verification flow was completed.\n\nAfter the registration flow is completed, the user will be sent a verification email.\nUpon completing the verification flow, this URL will be used to override the default\n`selfservice.flows.verification.after.default_redirect_to` value.", - "in": "query", - "name": "after_verification_return_to", - "schema": { - "type": "string" - } - }, - { - "in": "query", - "name": "organization", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/registrationFlow" - } - } - }, - "description": "registrationFlow" - }, - "303": { - "$ref": "#/components/responses/emptyResponse" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "summary": "Create Registration Flow for Browsers", - "tags": [ - "frontend" - ] - } - }, - "/self-service/registration/flows": { - "get": { - "description": "This endpoint returns a registration flow's context with, for example, error details and other information.\n\nBrowser flows expect the anti-CSRF cookie to be included in the request's HTTP Cookie Header.\nFor AJAX requests you must ensure that cookies are included in the request or requests will fail.\n\nIf you use the browser-flow for server-side apps, the services need to run on a common top-level-domain\nand you need to forward the incoming HTTP Cookie header to this endpoint:\n\n```js\npseudo-code example\nrouter.get('/registration', async function (req, res) {\nconst flow = await client.getRegistrationFlow(req.header('cookie'), req.query['flow'])\n\nres.render('registration', flow)\n})\n```\n\nThis request may fail due to several reasons. The `error.id` can be one of:\n\n`session_already_available`: The user is already signed in.\n`self_service_flow_expired`: The flow is expired and you should request a new one.\n\nMore information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).", - "operationId": "getRegistrationFlow", - "parameters": [ - { - "description": "The Registration Flow ID\n\nThe value for this parameter comes from `flow` URL Query parameter sent to your\napplication (e.g. `/registration?flow=abcde`).", - "in": "query", - "name": "id", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "HTTP Cookies\n\nWhen using the SDK in a browser app, on the server side you must include the HTTP Cookie Header\nsent by the client to your server here. This ensures that CSRF and session cookies are respected.", - "in": "header", - "name": "Cookie", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/registrationFlow" - } - } - }, - "description": "registrationFlow" - }, - "403": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "404": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "410": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "summary": "Get Registration Flow", - "tags": [ - "frontend" - ] - } - }, - "/self-service/settings": { - "post": { - "description": "Use this endpoint to complete a settings flow by sending an identity's updated password. This endpoint\nbehaves differently for API and browser flows.\n\nAPI-initiated flows expect `application/json` to be sent in the body and respond with\nHTTP 200 and an application/json body with the session token on success;\nHTTP 303 redirect to a fresh settings flow if the original flow expired with the appropriate error messages set;\nHTTP 400 on form validation errors.\nHTTP 401 when the endpoint is called without a valid session token.\nHTTP 403 when `selfservice.flows.settings.privileged_session_max_age` was reached or the session's AAL is too low.\nImplies that the user needs to re-authenticate.\n\nBrowser flows without HTTP Header `Accept` or with `Accept: text/*` respond with\na HTTP 303 redirect to the post/after settings URL or the `return_to` value if it was set and if the flow succeeded;\na HTTP 303 redirect to the Settings UI URL with the flow ID containing the validation errors otherwise.\na HTTP 303 redirect to the login endpoint when `selfservice.flows.settings.privileged_session_max_age` was reached or the session's AAL is too low.\n\nBrowser flows with HTTP Header `Accept: application/json` respond with\nHTTP 200 and a application/json body with the signed in identity and a `Set-Cookie` header on success;\nHTTP 303 redirect to a fresh login flow if the original flow expired with the appropriate error messages set;\nHTTP 401 when the endpoint is called without a valid session cookie.\nHTTP 403 when the page is accessed without a session cookie or the session's AAL is too low.\nHTTP 400 on form validation errors.\n\nDepending on your configuration this endpoint might return a 403 error if the session has a lower Authenticator\nAssurance Level (AAL) than is possible for the identity. This can happen if the identity has password + webauthn\ncredentials (which would result in AAL2) but the session has only AAL1. If this error occurs, ask the user\nto sign in with the second factor (happens automatically for server-side browser flows) or change the configuration.\n\nIf this endpoint is called with a `Accept: application/json` HTTP header, the response contains the flow without a redirect. In the\ncase of an error, the `error.id` of the JSON response body can be one of:\n\n`session_refresh_required`: The identity requested to change something that needs a privileged session. Redirect\nthe identity to the login init endpoint with query parameters `?refresh=true\u0026return_to=\u003cthe-current-browser-url\u003e`,\nor initiate a refresh login flow otherwise.\n`security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred.\n`session_inactive`: No Ory Session was found - sign in a user first.\n`security_identity_mismatch`: The flow was interrupted with `session_refresh_required` but apparently some other\nidentity logged in instead.\n`security_identity_mismatch`: The requested `?return_to` address is not allowed to be used. Adjust this in the configuration!\n`browser_location_change_required`: Usually sent when an AJAX request indicates that the browser needs to open a specific URL.\nMost likely used in Social Sign In flows.\n\nMore information can be found at [Ory Kratos User Settings \u0026 Profile Management Documentation](../self-service/flows/user-settings).", - "operationId": "updateSettingsFlow", - "parameters": [ - { - "description": "The Settings Flow ID\n\nThe value for this parameter comes from `flow` URL Query parameter sent to your\napplication (e.g. `/settings?flow=abcde`).", - "in": "query", - "name": "flow", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "The Session Token of the Identity performing the settings flow.", - "in": "header", - "name": "X-Session-Token", - "schema": { - "type": "string" - } - }, - { - "description": "HTTP Cookies\n\nWhen using the SDK in a browser app, on the server side you must include the HTTP Cookie Header\nsent by the client to your server here. This ensures that CSRF and session cookies are respected.", - "in": "header", - "name": "Cookie", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/updateSettingsFlowBody" - } - }, - "application/x-www-form-urlencoded": { - "schema": { - "$ref": "#/components/schemas/updateSettingsFlowBody" - } - } - }, - "required": true, - "x-originalParamName": "Body" - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/settingsFlow" - } - } - }, - "description": "settingsFlow" - }, - "303": { - "$ref": "#/components/responses/emptyResponse" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/settingsFlow" - } - } - }, - "description": "settingsFlow" - }, - "401": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "403": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "410": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "422": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorBrowserLocationChangeRequired" - } - } - }, - "description": "errorBrowserLocationChangeRequired" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "sessionToken": [] - } - ], - "summary": "Complete Settings Flow", - "tags": [ - "frontend" - ] - } - }, - "/self-service/settings/api": { - "get": { - "description": "This endpoint initiates a settings flow for API clients such as mobile devices, smart TVs, and so on.\nYou must provide a valid Ory Kratos Session Token for this endpoint to respond with HTTP 200 OK.\n\nTo fetch an existing settings flow call `/self-service/settings/flows?flow=\u003cflow_id\u003e`.\n\nYou MUST NOT use this endpoint in client-side (Single Page Apps, ReactJS, AngularJS) nor server-side (Java Server\nPages, NodeJS, PHP, Golang, ...) browser applications. Using this endpoint in these applications will make\nyou vulnerable to a variety of CSRF attacks.\n\nDepending on your configuration this endpoint might return a 403 error if the session has a lower Authenticator\nAssurance Level (AAL) than is possible for the identity. This can happen if the identity has password + webauthn\ncredentials (which would result in AAL2) but the session has only AAL1. If this error occurs, ask the user\nto sign in with the second factor or change the configuration.\n\nIn the case of an error, the `error.id` of the JSON response body can be one of:\n\n`security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred.\n`session_inactive`: No Ory Session was found - sign in a user first.\n\nThis endpoint MUST ONLY be used in scenarios such as native mobile apps (React Native, Objective C, Swift, Java, ...).\n\nMore information can be found at [Ory Kratos User Settings \u0026 Profile Management Documentation](../self-service/flows/user-settings).", - "operationId": "createNativeSettingsFlow", - "parameters": [ - { - "description": "The Session Token of the Identity performing the settings flow.", - "in": "header", - "name": "X-Session-Token", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/settingsFlow" - } - } - }, - "description": "settingsFlow" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "summary": "Create Settings Flow for Native Apps", - "tags": [ - "frontend" - ] - } - }, - "/self-service/settings/browser": { - "get": { - "description": "This endpoint initializes a browser-based user settings flow. Once initialized, the browser will be redirected to\n`selfservice.flows.settings.ui_url` with the flow ID set as the query parameter `?flow=`. If no valid\nOry Kratos Session Cookie is included in the request, a login flow will be initialized.\n\nIf this endpoint is opened as a link in the browser, it will be redirected to\n`selfservice.flows.settings.ui_url` with the flow ID set as the query parameter `?flow=`. If no valid user session\nwas set, the browser will be redirected to the login endpoint.\n\nIf this endpoint is called via an AJAX request, the response contains the settings flow without any redirects\nor a 401 forbidden error if no valid session was set.\n\nDepending on your configuration this endpoint might return a 403 error if the session has a lower Authenticator\nAssurance Level (AAL) than is possible for the identity. This can happen if the identity has password + webauthn\ncredentials (which would result in AAL2) but the session has only AAL1. If this error occurs, ask the user\nto sign in with the second factor (happens automatically for server-side browser flows) or change the configuration.\n\nIf this endpoint is called via an AJAX request, the response contains the flow without a redirect. In the\ncase of an error, the `error.id` of the JSON response body can be one of:\n\n`security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred.\n`session_inactive`: No Ory Session was found - sign in a user first.\n`security_identity_mismatch`: The requested `?return_to` address is not allowed to be used. Adjust this in the configuration!\n\nThis endpoint is NOT INTENDED for clients that do not have a browser (Chrome, Firefox, ...) as cookies are needed.\n\nMore information can be found at [Ory Kratos User Settings \u0026 Profile Management Documentation](../self-service/flows/user-settings).", - "operationId": "createBrowserSettingsFlow", - "parameters": [ - { - "description": "The URL to return the browser to after the flow was completed.", - "in": "query", - "name": "return_to", - "schema": { - "type": "string" - } - }, - { - "description": "HTTP Cookies\n\nWhen using the SDK in a browser app, on the server side you must include the HTTP Cookie Header\nsent by the client to your server here. This ensures that CSRF and session cookies are respected.", - "in": "header", - "name": "Cookie", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/settingsFlow" - } - } - }, - "description": "settingsFlow" - }, - "303": { - "$ref": "#/components/responses/emptyResponse" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "401": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "403": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "summary": "Create Settings Flow for Browsers", - "tags": [ - "frontend" - ] - } - }, - "/self-service/settings/flows": { - "get": { - "description": "When accessing this endpoint through Ory Kratos' Public API you must ensure that either the Ory Kratos Session Cookie\nor the Ory Kratos Session Token are set.\n\nDepending on your configuration this endpoint might return a 403 error if the session has a lower Authenticator\nAssurance Level (AAL) than is possible for the identity. This can happen if the identity has password + webauthn\ncredentials (which would result in AAL2) but the session has only AAL1. If this error occurs, ask the user\nto sign in with the second factor or change the configuration.\n\nYou can access this endpoint without credentials when using Ory Kratos' Admin API.\n\nIf this endpoint is called via an AJAX request, the response contains the flow without a redirect. In the\ncase of an error, the `error.id` of the JSON response body can be one of:\n\n`security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred.\n`session_inactive`: No Ory Session was found - sign in a user first.\n`security_identity_mismatch`: The flow was interrupted with `session_refresh_required` but apparently some other\nidentity logged in instead.\n\nMore information can be found at [Ory Kratos User Settings \u0026 Profile Management Documentation](../self-service/flows/user-settings).", - "operationId": "getSettingsFlow", - "parameters": [ - { - "description": "ID is the Settings Flow ID\n\nThe value for this parameter comes from `flow` URL Query parameter sent to your\napplication (e.g. `/settings?flow=abcde`).", - "in": "query", - "name": "id", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "The Session Token\n\nWhen using the SDK in an app without a browser, please include the\nsession token here.", - "in": "header", - "name": "X-Session-Token", - "schema": { - "type": "string" - } - }, - { - "description": "HTTP Cookies\n\nWhen using the SDK in a browser app, on the server side you must include the HTTP Cookie Header\nsent by the client to your server here. This ensures that CSRF and session cookies are respected.", - "in": "header", - "name": "Cookie", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/settingsFlow" - } - } - }, - "description": "settingsFlow" - }, - "401": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "403": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "404": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "410": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "summary": "Get Settings Flow", - "tags": [ - "frontend" - ] - } - }, - "/self-service/verification": { - "post": { - "description": "Use this endpoint to complete a verification flow. This endpoint\nbehaves differently for API and browser flows and has several states:\n\n`choose_method` expects `flow` (in the URL query) and `email` (in the body) to be sent\nand works with API- and Browser-initiated flows.\nFor API clients and Browser clients with HTTP Header `Accept: application/json` it either returns a HTTP 200 OK when the form is valid and HTTP 400 OK when the form is invalid\nand a HTTP 303 See Other redirect with a fresh verification flow if the flow was otherwise invalid (e.g. expired).\nFor Browser clients without HTTP Header `Accept` or with `Accept: text/*` it returns a HTTP 303 See Other redirect to the Verification UI URL with the Verification Flow ID appended.\n`sent_email` is the success state after `choose_method` when using the `link` method and allows the user to request another verification email. It\nworks for both API and Browser-initiated flows and returns the same responses as the flow in `choose_method` state.\n`passed_challenge` expects a `token` to be sent in the URL query and given the nature of the flow (\"sending a verification link\")\ndoes not have any API capabilities. The server responds with a HTTP 303 See Other redirect either to the Settings UI URL\n(if the link was valid) and instructs the user to update their password, or a redirect to the Verification UI URL with\na new Verification Flow ID which contains an error message that the verification link was invalid.\n\nMore information can be found at [Ory Kratos Email and Phone Verification Documentation](https://www.ory.sh/docs/kratos/self-service/flows/verify-email-account-activation).", - "operationId": "updateVerificationFlow", - "parameters": [ - { - "description": "The Verification Flow ID\n\nThe value for this parameter comes from `flow` URL Query parameter sent to your\napplication (e.g. `/verification?flow=abcde`).", - "in": "query", - "name": "flow", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "Verification Token\n\nThe verification token which completes the verification request. If the token\nis invalid (e.g. expired) an error will be shown to the end-user.\n\nThis parameter is usually set in a link and not used by any direct API call.", - "in": "query", - "name": "token", - "schema": { - "type": "string" - } - }, - { - "description": "HTTP Cookies\n\nWhen using the SDK in a browser app, on the server side you must include the HTTP Cookie Header\nsent by the client to your server here. This ensures that CSRF and session cookies are respected.", - "in": "header", - "name": "Cookie", - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/updateVerificationFlowBody" - } - }, - "application/x-www-form-urlencoded": { - "schema": { - "$ref": "#/components/schemas/updateVerificationFlowBody" - } - } - }, - "required": true, - "x-originalParamName": "Body" - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/verificationFlow" - } - } - }, - "description": "verificationFlow" - }, - "303": { - "$ref": "#/components/responses/emptyResponse" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/verificationFlow" - } - } - }, - "description": "verificationFlow" - }, - "410": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "summary": "Complete Verification Flow", - "tags": [ - "frontend" - ] - } - }, - "/self-service/verification/api": { - "get": { - "description": "This endpoint initiates a verification flow for API clients such as mobile devices, smart TVs, and so on.\n\nTo fetch an existing verification flow call `/self-service/verification/flows?flow=\u003cflow_id\u003e`.\n\nYou MUST NOT use this endpoint in client-side (Single Page Apps, ReactJS, AngularJS) nor server-side (Java Server\nPages, NodeJS, PHP, Golang, ...) browser applications. Using this endpoint in these applications will make\nyou vulnerable to a variety of CSRF attacks.\n\nThis endpoint MUST ONLY be used in scenarios such as native mobile apps (React Native, Objective C, Swift, Java, ...).\n\nMore information can be found at [Ory Email and Phone Verification Documentation](https://www.ory.sh/docs/kratos/self-service/flows/verify-email-account-activation).", - "operationId": "createNativeVerificationFlow", - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/verificationFlow" - } - } - }, - "description": "verificationFlow" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "summary": "Create Verification Flow for Native Apps", - "tags": [ - "frontend" - ] - } - }, - "/self-service/verification/browser": { - "get": { - "description": "This endpoint initializes a browser-based account verification flow. Once initialized, the browser will be redirected to\n`selfservice.flows.verification.ui_url` with the flow ID set as the query parameter `?flow=`.\n\nIf this endpoint is called via an AJAX request, the response contains the recovery flow without any redirects.\n\nThis endpoint is NOT INTENDED for API clients and only works with browsers (Chrome, Firefox, ...).\n\nMore information can be found at [Ory Kratos Email and Phone Verification Documentation](https://www.ory.sh/docs/kratos/self-service/flows/verify-email-account-activation).", - "operationId": "createBrowserVerificationFlow", - "parameters": [ - { - "description": "The URL to return the browser to after the flow was completed.", - "in": "query", - "name": "return_to", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/verificationFlow" - } - } - }, - "description": "verificationFlow" - }, - "303": { - "$ref": "#/components/responses/emptyResponse" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "summary": "Create Verification Flow for Browser Clients", - "tags": [ - "frontend" - ] - } - }, - "/self-service/verification/flows": { - "get": { - "description": "This endpoint returns a verification flow's context with, for example, error details and other information.\n\nBrowser flows expect the anti-CSRF cookie to be included in the request's HTTP Cookie Header.\nFor AJAX requests you must ensure that cookies are included in the request or requests will fail.\n\nIf you use the browser-flow for server-side apps, the services need to run on a common top-level-domain\nand you need to forward the incoming HTTP Cookie header to this endpoint:\n\n```js\npseudo-code example\nrouter.get('/recovery', async function (req, res) {\nconst flow = await client.getVerificationFlow(req.header('cookie'), req.query['flow'])\n\nres.render('verification', flow)\n})\n```\n\nMore information can be found at [Ory Kratos Email and Phone Verification Documentation](https://www.ory.sh/docs/kratos/self-service/flows/verify-email-account-activation).", - "operationId": "getVerificationFlow", - "parameters": [ - { - "description": "The Flow ID\n\nThe value for this parameter comes from `request` URL Query parameter sent to your\napplication (e.g. `/verification?flow=abcde`).", - "in": "query", - "name": "id", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "HTTP Cookies\n\nWhen using the SDK on the server side you must include the HTTP Cookie Header\noriginally sent to your HTTP handler here.", - "in": "header", - "name": "cookie", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/verificationFlow" - } - } - }, - "description": "verificationFlow" - }, - "403": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "404": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "summary": "Get Verification Flow", - "tags": [ - "frontend" - ] - } - }, - "/sessions": { - "delete": { - "description": "Calling this endpoint invalidates all except the current session that belong to the logged-in user.\nSession data are not deleted.", - "operationId": "disableMyOtherSessions", - "parameters": [ - { - "description": "Set the Session Token when calling from non-browser clients. A session token has a format of `MP2YWEMeM8MxjkGKpH4dqOQ4Q4DlSPaj`.", - "in": "header", - "name": "X-Session-Token", - "schema": { - "type": "string" - } - }, - { - "description": "Set the Cookie Header. This is especially useful when calling this endpoint from a server-side application. In that\nscenario you must include the HTTP Cookie Header which originally was included in the request to your server.\nAn example of a session in the HTTP Cookie Header is: `ory_kratos_session=a19iOVAbdzdgl70Rq1QZmrKmcjDtdsviCTZx7m9a9yHIUS8Wa9T7hvqyGTsLHi6Qifn2WUfpAKx9DWp0SJGleIn9vh2YF4A16id93kXFTgIgmwIOvbVAScyrx7yVl6bPZnCx27ec4WQDtaTewC1CpgudeDV2jQQnSaCP6ny3xa8qLH-QUgYqdQuoA_LF1phxgRCUfIrCLQOkolX5nv3ze_f==`.\n\nIt is ok if more than one cookie are included here as all other cookies will be ignored.", - "in": "header", - "name": "Cookie", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/deleteMySessionsCount" - } - } - }, - "description": "deleteMySessionsCount" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "401": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "summary": "Disable my other sessions", - "tags": [ - "frontend" - ] - }, - "get": { - "description": "This endpoints returns all other active sessions that belong to the logged-in user.\nThe current session can be retrieved by calling the `/sessions/whoami` endpoint.", - "operationId": "listMySessions", - "parameters": [ - { - "description": "Deprecated Items per Page\n\nDEPRECATED: Please use `page_token` instead. This parameter will be removed in the future.\n\nThis is the number of items per page.", - "in": "query", - "name": "per_page", - "schema": { - "default": 250, - "format": "int64", - "maximum": 1000, - "minimum": 1, - "type": "integer" - } - }, - { - "description": "Deprecated Pagination Page\n\nDEPRECATED: Please use `page_token` instead. This parameter will be removed in the future.\n\nThis value is currently an integer, but it is not sequential. The value is not the page number, but a\nreference. The next page can be any number and some numbers might return an empty list.\n\nFor example, page 2 might not follow after page 1. And even if page 3 and 5 exist, but page 4 might not exist.\nThe first page can be retrieved by omitting this parameter. Following page pointers will be returned in the\n`Link` header.", - "in": "query", - "name": "page", - "schema": { - "format": "int64", - "type": "integer" - } - }, - { - "description": "Page Size\n\nThis is the number of items per page to return. For details on pagination please head over to the\n[pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).", - "in": "query", - "name": "page_size", - "schema": { - "default": 250, - "format": "int64", - "maximum": 500, - "minimum": 1, - "type": "integer" - } - }, - { - "description": "Next Page Token\n\nThe next page token. For details on pagination please head over to the\n[pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).", - "in": "query", - "name": "page_token", - "schema": { - "default": "1", - "minimum": 1, - "type": "string" - } - }, - { - "description": "Set the Session Token when calling from non-browser clients. A session token has a format of `MP2YWEMeM8MxjkGKpH4dqOQ4Q4DlSPaj`.", - "in": "header", - "name": "X-Session-Token", - "schema": { - "type": "string" - } - }, - { - "description": "Set the Cookie Header. This is especially useful when calling this endpoint from a server-side application. In that\nscenario you must include the HTTP Cookie Header which originally was included in the request to your server.\nAn example of a session in the HTTP Cookie Header is: `ory_kratos_session=a19iOVAbdzdgl70Rq1QZmrKmcjDtdsviCTZx7m9a9yHIUS8Wa9T7hvqyGTsLHi6Qifn2WUfpAKx9DWp0SJGleIn9vh2YF4A16id93kXFTgIgmwIOvbVAScyrx7yVl6bPZnCx27ec4WQDtaTewC1CpgudeDV2jQQnSaCP6ny3xa8qLH-QUgYqdQuoA_LF1phxgRCUfIrCLQOkolX5nv3ze_f==`.\n\nIt is ok if more than one cookie are included here as all other cookies will be ignored.", - "in": "header", - "name": "Cookie", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "$ref": "#/components/responses/listMySessions" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "401": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "summary": "Get My Active Sessions", - "tags": [ - "frontend" - ] - } - }, - "/sessions/token-exchange": { - "get": { - "operationId": "exchangeSessionToken", - "parameters": [ - { - "description": "The part of the code return when initializing the flow.", - "in": "query", - "name": "init_code", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "The part of the code returned by the return_to URL.", - "in": "query", - "name": "return_to_code", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/successfulNativeLogin" - } - } - }, - "description": "successfulNativeLogin" - }, - "403": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "404": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "410": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "summary": "Exchange Session Token", - "tags": [ - "frontend" - ] - } - }, - "/sessions/whoami": { - "get": { - "description": "Uses the HTTP Headers in the GET request to determine (e.g. by using checking the cookies) who is authenticated.\nReturns a session object in the body or 401 if the credentials are invalid or no credentials were sent.\nWhen the request it successful it adds the user ID to the 'X-Kratos-Authenticated-Identity-Id' header\nin the response.\n\nIf you call this endpoint from a server-side application, you must forward the HTTP Cookie Header to this endpoint:\n\n```js\npseudo-code example\nrouter.get('/protected-endpoint', async function (req, res) {\nconst session = await client.toSession(undefined, req.header('cookie'))\n\nconsole.log(session)\n})\n```\n\nWhen calling this endpoint from a non-browser application (e.g. mobile app) you must include the session token:\n\n```js\npseudo-code example\n...\nconst session = await client.toSession(\"the-session-token\")\n\nconsole.log(session)\n```\n\nWhen using a token template, the token is included in the `tokenized` field of the session.\n\n```js\npseudo-code example\n...\nconst session = await client.toSession(\"the-session-token\", { tokenize_as: \"example-jwt-template\" })\n\nconsole.log(session.tokenized) // The JWT\n```\n\nDepending on your configuration this endpoint might return a 403 status code if the session has a lower Authenticator\nAssurance Level (AAL) than is possible for the identity. This can happen if the identity has password + webauthn\ncredentials (which would result in AAL2) but the session has only AAL1. If this error occurs, ask the user\nto sign in with the second factor or change the configuration.\n\nThis endpoint is useful for:\n\nAJAX calls. Remember to send credentials and set up CORS correctly!\nReverse proxies and API Gateways\nServer-side calls - use the `X-Session-Token` header!\n\nThis endpoint authenticates users by checking:\n\nif the `Cookie` HTTP header was set containing an Ory Kratos Session Cookie;\nif the `Authorization: bearer \u003cory-session-token\u003e` HTTP header was set with a valid Ory Kratos Session Token;\nif the `X-Session-Token` HTTP header was set with a valid Ory Kratos Session Token.\n\nIf none of these headers are set or the cookie or token are invalid, the endpoint returns a HTTP 401 status code.\n\nAs explained above, this request may fail due to several reasons. The `error.id` can be one of:\n\n`session_inactive`: No active session was found in the request (e.g. no Ory Session Cookie / Ory Session Token).\n`session_aal2_required`: An active session was found but it does not fulfil the Authenticator Assurance Level, implying that the session must (e.g.) authenticate the second factor.", - "operationId": "toSession", - "parameters": [ - { - "description": "Set the Session Token when calling from non-browser clients. A session token has a format of `MP2YWEMeM8MxjkGKpH4dqOQ4Q4DlSPaj`.", - "example": "MP2YWEMeM8MxjkGKpH4dqOQ4Q4DlSPaj", - "in": "header", - "name": "X-Session-Token", - "schema": { - "type": "string" - } - }, - { - "description": "Set the Cookie Header. This is especially useful when calling this endpoint from a server-side application. In that\nscenario you must include the HTTP Cookie Header which originally was included in the request to your server.\nAn example of a session in the HTTP Cookie Header is: `ory_kratos_session=a19iOVAbdzdgl70Rq1QZmrKmcjDtdsviCTZx7m9a9yHIUS8Wa9T7hvqyGTsLHi6Qifn2WUfpAKx9DWp0SJGleIn9vh2YF4A16id93kXFTgIgmwIOvbVAScyrx7yVl6bPZnCx27ec4WQDtaTewC1CpgudeDV2jQQnSaCP6ny3xa8qLH-QUgYqdQuoA_LF1phxgRCUfIrCLQOkolX5nv3ze_f==`.\n\nIt is ok if more than one cookie are included here as all other cookies will be ignored.", - "example": "ory_session=a19iOVAbdzdgl70Rq1QZmrKmcjDtdsviCTZx7m9a9yHIUS8Wa9T7hvqyGTsLHi6Qifn2WUfpAKx9DWp0SJGleIn9vh2YF4A16id93kXFTgIgmwIOvbVAScyrx7yVl6bPZnCx27ec4WQDtaTewC1CpgudeDV2jQQnSaCP6ny3xa8qLH-QUgYqdQuoA_LF1phxgRCUfIrCLQOkolX5nv3ze_f==", - "in": "header", - "name": "Cookie", - "schema": { - "type": "string" - } - }, - { - "description": "Returns the session additionally as a token (such as a JWT)\n\nThe value of this parameter has to be a valid, configured Ory Session token template. For more information head over to [the documentation](http://ory.sh/docs/identities/session-to-jwt-cors).", - "in": "query", - "name": "tokenize_as", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/session" - } - } - }, - "description": "session" - }, - "401": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "403": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "summary": "Check Who the Current HTTP Session Belongs To", - "tags": [ - "frontend" - ] - } - }, - "/sessions/{id}": { - "delete": { - "description": "Calling this endpoint invalidates the specified session. The current session cannot be revoked.\nSession data are not deleted.", - "operationId": "disableMySession", - "parameters": [ - { - "description": "ID is the session's ID.", - "in": "path", - "name": "id", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "Set the Session Token when calling from non-browser clients. A session token has a format of `MP2YWEMeM8MxjkGKpH4dqOQ4Q4DlSPaj`.", - "in": "header", - "name": "X-Session-Token", - "schema": { - "type": "string" - } - }, - { - "description": "Set the Cookie Header. This is especially useful when calling this endpoint from a server-side application. In that\nscenario you must include the HTTP Cookie Header which originally was included in the request to your server.\nAn example of a session in the HTTP Cookie Header is: `ory_kratos_session=a19iOVAbdzdgl70Rq1QZmrKmcjDtdsviCTZx7m9a9yHIUS8Wa9T7hvqyGTsLHi6Qifn2WUfpAKx9DWp0SJGleIn9vh2YF4A16id93kXFTgIgmwIOvbVAScyrx7yVl6bPZnCx27ec4WQDtaTewC1CpgudeDV2jQQnSaCP6ny3xa8qLH-QUgYqdQuoA_LF1phxgRCUfIrCLQOkolX5nv3ze_f==`.\n\nIt is ok if more than one cookie are included here as all other cookies will be ignored.", - "in": "header", - "name": "Cookie", - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/emptyResponse" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "401": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "summary": "Disable one of my sessions", - "tags": [ - "frontend" - ] - } - }, - "/userinfo": { - "get": { - "description": "This endpoint returns the payload of the ID Token, including `session.id_token` values, of\nthe provided OAuth 2.0 Access Token's consent request.\n\nIn the case of authentication error, a WWW-Authenticate header might be set in the response\nwith more information about the error. See [the spec](https://datatracker.ietf.org/doc/html/rfc6750#section-3)\nfor more details about header format.", - "operationId": "getOidcUserInfo", - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/oidcUserInfo" - } - } - }, - "description": "oidcUserInfo" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorOAuth2" - } - } - }, - "description": "errorOAuth2" - } - }, - "security": [ - { - "oauth2": [] - } - ], - "summary": "OpenID Connect Userinfo", - "tags": [ - "oidc" - ] - } - }, - "/version": { - "get": { - "description": "This endpoint returns the version of Ory Kratos.\n\nIf the service supports TLS Edge Termination, this endpoint does not require the\n`X-Forwarded-Proto` header to be set.\n\nBe aware that if you are running multiple nodes of this service, the version will never\nrefer to the cluster state, only to a single instance.", - "operationId": "getVersion", - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "properties": { - "version": { - "description": "The version of Ory Kratos.", - "type": "string" - } - }, - "required": [ - "version" - ], - "type": "object" - } - } - }, - "description": "Returns the Ory Kratos version." - } - }, - "security": [ - { - "oryAccessToken": [] - } - ], - "summary": "Return Running Software Version.", - "tags": [ - "metadata" - ] - } - }, - "/workspaces": { - "get": { - "operationId": "listWorkspaces", - "parameters": [ - { - "description": "Items per Page\n\nThis is the number of items per page to return.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).", - "in": "query", - "name": "page_size", - "schema": { - "default": 250, - "format": "int64", - "maximum": 1000, - "minimum": 1, - "type": "integer" - } - }, - { - "description": "Next Page Token\n\nThe next page token.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).", - "in": "query", - "name": "page_token", - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/listWorkspaces" - } - } - }, - "description": "listWorkspaces" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "401": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "403": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryWorkspaceApiKey": [] - } - ], - "servers": [ - { - "description": "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces.", - "url": "https://api.console.ory.sh" - } - ], - "summary": "List workspaces the user is a member of", - "tags": [ - "workspace" - ] - }, - "post": { - "operationId": "createWorkspace", - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/createWorkspaceBody" - } - } - }, - "x-originalParamName": "Body" - }, - "responses": { - "201": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/workspace" - } - } - }, - "description": "workspace" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "401": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "403": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryWorkspaceApiKey": [] - } - ], - "servers": [ - { - "description": "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces.", - "url": "https://api.console.ory.sh" - } - ], - "summary": "Create a new workspace", - "tags": [ - "workspace" - ] - } - }, - "/workspaces/{workspace}": { - "get": { - "description": "Any workspace member can access this endpoint.", - "operationId": "getWorkspace", - "parameters": [ - { - "in": "path", - "name": "workspace", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/workspace" - } - } - }, - "description": "workspace" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "401": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "403": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryWorkspaceApiKey": [] - } - ], - "servers": [ - { - "description": "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces.", - "url": "https://api.console.ory.sh" - } - ], - "summary": "Get a workspace", - "tags": [ - "workspace" - ] - }, - "put": { - "description": "Workspace members with the role `OWNER` can access this endpoint.", - "operationId": "updateWorkspace", - "parameters": [ - { - "in": "path", - "name": "workspace", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/updateWorkspaceBody" - } - } - }, - "x-originalParamName": "Body" - }, - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/workspace" - } - } - }, - "description": "workspace" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "401": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "403": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryWorkspaceApiKey": [] - } - ], - "servers": [ - { - "description": "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces.", - "url": "https://api.console.ory.sh" - } - ], - "summary": "Update an workspace", - "tags": [ - "workspace" - ] - } - }, - "/workspaces/{workspace}/projects": { - "get": { - "description": "Any workspace member can access this endpoint.", - "operationId": "listWorkspaceProjects", - "parameters": [ - { - "in": "path", - "name": "workspace", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/listWorkspaceProjects" - } - } - }, - "description": "listWorkspaceProjects" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "401": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "403": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "500": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryWorkspaceApiKey": [] - } - ], - "servers": [ - { - "description": "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces.", - "url": "https://api.console.ory.sh" - } - ], - "summary": "List all projects of a workspace", - "tags": [ - "workspace" - ] - } - }, - "/workspaces/{workspace}/tokens": { - "get": { - "description": "A list of all the workspace's API tokens.", - "operationId": "listWorkspaceApiKeys", - "parameters": [ - { - "description": "The Workspace ID or Workspace slug", - "in": "path", - "name": "workspace", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/workspaceApiKeys" - } - } - }, - "description": "workspaceApiKeys" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryWorkspaceApiKey": [] - } - ], - "servers": [ - { - "description": "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces.", - "url": "https://api.console.ory.sh" - } - ], - "summary": "List a workspace's API Tokens", - "tags": [ - "workspace" - ] - }, - "post": { - "description": "Create an API key for a workspace.", - "operationId": "createWorkspaceApiKey", - "parameters": [ - { - "description": "The Workspace ID", - "in": "path", - "name": "workspace", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/CreateWorkspaceApiKeyBody" - } - } - }, - "x-originalParamName": "Body" - }, - "responses": { - "201": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/workspaceApiKey" - } - } - }, - "description": "workspaceApiKey" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryWorkspaceApiKey": [] - } - ], - "servers": [ - { - "description": "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces.", - "url": "https://api.console.ory.sh" - } - ], - "summary": "Create workspace API key", - "tags": [ - "workspace" - ] - } - }, - "/workspaces/{workspace}/tokens/{token_id}": { - "delete": { - "description": "Deletes an API token and immediately removes it.", - "operationId": "deleteWorkspaceApiKey", - "parameters": [ - { - "description": "The Workspace ID or Workspace slug", - "in": "path", - "name": "workspace", - "required": true, - "schema": { - "type": "string" - } - }, - { - "description": "The Token ID", - "in": "path", - "name": "token_id", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "$ref": "#/components/responses/emptyResponse" - }, - "default": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/errorGeneric" - } - } - }, - "description": "errorGeneric" - } - }, - "security": [ - { - "oryWorkspaceApiKey": [] - } - ], - "servers": [ - { - "description": "The Ory Network control plane API which is used to manage your Ory Network projects and workspaces.", - "url": "https://api.console.ory.sh" - } - ], - "summary": "Delete workspace API token", - "tags": [ - "workspace" - ] - } - } - }, - "servers": [ - { - "url": "https://{project-slug}.projects.oryapis.com/", - "variables": { - "project": { - "default": "playground", - "description": "Your Ory Network Project slug. You can find it in the [Ory Network Console](https://console.ory.sh/projects/current/developers/guides)." - } - } - } - ], - "tags": [ - { - "description": "APIs for managing identities.", - "name": "identity" - }, - { - "description": "Endpoints used by frontend applications (e.g. Single-Page-App, Native Apps, Server Apps, ...) to manage a user's own profile.", - "name": "frontend" - }, - { - "description": "APIs for managing email and SMS message delivery.", - "name": "courier" - }, - { - "description": "Server Metadata provides relevant information about the running server. Only available when self-hosting this service.", - "name": "metadata" - } - ], - "x-forwarded-proto": "string", - "x-request-id": "string" -} +{"components":{"responses":{"emptyResponse":{"description":"Empty responses are sent when, for example, resources are deleted. The HTTP status code for empty responses is\ntypically 201."},"errorOAuth2BadRequest":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorOAuth2"}}},"description":"Bad Request Error Response"},"errorOAuth2Default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorOAuth2"}}},"description":"Default Error Response"},"errorOAuth2NotFound":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorOAuth2"}}},"description":"Not Found Error Response"},"identitySchemas":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/identitySchemas"}}},"description":"List Identity JSON Schemas Response"},"listCourierMessages":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/message"},"type":"array"}}},"description":"Paginated Courier Message List Response"},"listIdentities":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/identity"},"type":"array"}}},"description":"Paginated Identity List Response"},"listIdentitySessions":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/session"},"type":"array"}}},"description":"List Identity Sessions Response"},"listMySessions":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/session"},"type":"array"}}},"description":"List My Session Response"},"listOAuth2Clients":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/oAuth2Client"},"type":"array"}}},"description":"Paginated OAuth2 Client List Response"},"listSessions":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/session"},"type":"array"}}},"description":"Session List Response\n\nThe response given when listing sessions in an administrative context."}},"schemas":{"AmountInCent":{"format":"int64","type":"integer"},"Attribute":{"properties":{"key":{"type":"string"},"value":{"type":"string"}},"type":"object"},"AttributeFilter":{"properties":{"attribute":{"type":"string"},"condition":{"enum":["equals","not_equals","contains","not_contains","regex","not_regex","set","not_set"],"type":"string","x-go-enum-desc":"equals ConditionEquals\nnot_equals ConditionNotEquals\ncontains ConditionContains\nnot_contains ConditionNotContains\nregex ConditionRegex\nnot_regex ConditionNotRegex\nset ConditionSet\nnot_set ConditionNotSet"},"value":{"type":"string"}},"type":"object"},"AttributesCountDatapoint":{"properties":{"count":{"description":"Count of the attribute value for given key","format":"int64","type":"integer"},"name":{"description":"Name of the attribute value for given key","type":"string"}},"required":["name","count"],"type":"object"},"BillingPeriodBucket":{"properties":{"base_invoices":{"$ref":"#/components/schemas/Invoices"},"billing_period":{"$ref":"#/components/schemas/TimeInterval"},"usage_invoice":{"$ref":"#/components/schemas/invoice"}},"type":"object"},"CreateInviteResponse":{"properties":{"all_invites":{"description":"A list of all invites for this resource","items":{"$ref":"#/components/schemas/memberInvite"},"type":"array"},"created_invite":{"$ref":"#/components/schemas/memberInvite"}},"required":["created_invite","all_invites"],"type":"object"},"CreateProjectMemberInviteBody":{"description":"Create Project MemberInvite Request Body","properties":{"invitee_email":{"description":"A email to invite","type":"string"}},"type":"object"},"CreateProjectNormalizedPayload":{"description":"Create project (normalized) request payload","properties":{"created_at":{"description":"The Project's Revision Creation Date","format":"date-time","readOnly":true,"type":"string"},"disable_account_experience_welcome_screen":{"description":"Whether to disable the account experience welcome screen, which is hosted under `/ui/welcome`.","type":"boolean"},"enable_ax_v2":{"description":"Whether the new account experience is enabled and reachable.","type":"boolean"},"environment":{"description":"\nprod Production\nstage Staging\ndev Development","enum":["prod","stage","dev"],"type":"string","x-go-enum-desc":"prod Production\nstage Staging\ndev Development"},"home_region":{"description":"\neu-central EUCentral\nus-east USEast\nus-west USWest\nus US\nglobal Global","enum":["eu-central","us-east","us-west","us","global"],"type":"string","x-go-enum-desc":"eu-central EUCentral\nus-east USEast\nus-west USWest\nus US\nglobal Global"},"hydra_oauth2_allowed_top_level_claims":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"hydra_oauth2_client_credentials_default_grant_allowed_scope":{"description":"Automatically grant authorized OAuth2 Scope in OAuth2 Client Credentials Flow.\n\nEach OAuth2 Client is allowed to request a predefined OAuth2 Scope (for example `read write`). If this option is enabled, the full\nscope is automatically granted when performing the OAuth2 Client Credentials flow.\n\nIf disabled, the OAuth2 Client has to request the scope in the OAuth2 request by providing the `scope` query parameter.\n\nSetting this option to true is common if you need compatibility with MITREid.\n\nThis governs the \"oauth2.client_credentials.default_grant_allowed_scope\" setting.","type":"boolean"},"hydra_oauth2_exclude_not_before_claim":{"description":"Set to true if you want to exclude claim `nbf (not before)` part of access token.\n\nThis governs the \"oauth2.exclude_not_before_claim\" setting.","type":"boolean"},"hydra_oauth2_grant_jwt_iat_optional":{"description":"Configures if the issued at (`iat`) claim is required in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523).\n\nIf set to `false`, the `iat` claim is required. Set this value to `true` only after careful consideration.\n\nThis governs the \"oauth2.grant.jwt.iat_optional\" setting.","type":"boolean"},"hydra_oauth2_grant_jwt_jti_optional":{"description":"Configures if the JSON Web Token ID (`jti`) claim is required in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523).\n\nIf set to `false`, the `jti` claim is required. Set this value to `true` only after careful consideration.\n\nThis governs the \"oauth2.grant.jwt.jti_optional\" setting.","type":"boolean"},"hydra_oauth2_grant_jwt_max_ttl":{"default":"720h","description":"Configures what the maximum age of a JWT assertion used in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523) can be.\n\nThis feature uses the `exp` claim and `iat` claim to calculate assertion age. Assertions exceeding the max age will be denied.\n\nUseful as a safety measure and recommended to keep below 720h.\n\nThis governs the \"oauth2.grant.jwt.max_ttl\" setting.","example":"30m","pattern":"^[0-9]+(ns|us|ms|s|m|h)$","type":"string"},"hydra_oauth2_mirror_top_level_claims":{"description":"Set to false if you don't want to mirror custom claims under 'ext'.\n\nThis governs the \"oauth2.mirror_top_level_claims\" setting.","type":"boolean"},"hydra_oauth2_pkce_enforced":{"description":"Configures whether PKCE should be enforced for all OAuth2 Clients.\n\nThis governs the \"oauth2.pkce.enforced\" setting.","type":"boolean"},"hydra_oauth2_pkce_enforced_for_public_clients":{"description":"Configures whether PKCE should be enforced for OAuth2 Clients without a client secret (public clients).\n\nThis governs the \"oauth2.pkce.enforced_for_public_clients\" setting.","type":"boolean"},"hydra_oauth2_refresh_token_hook":{"description":"Sets the Refresh Token Hook Endpoint. If set this endpoint will be called during the OAuth2 Token Refresh grant update the OAuth2 Access Token claims.\n\nThis governs the \"oauth2.refresh_token_hook\" setting.","type":"string"},"hydra_oauth2_token_hook":{"description":"Sets the token hook endpoint for all grant types. If set it will be called while providing token to customize claims.\n\nThis governs the \"oauth2.token_hook.url\" setting.","type":"string"},"hydra_oidc_dynamic_client_registration_default_scope":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"hydra_oidc_dynamic_client_registration_enabled":{"description":"Configures OpenID Connect Dynamic Client Registration.\n\nThis governs the \"oidc.dynamic_client_registration.enabled\" setting.","type":"boolean"},"hydra_oidc_subject_identifiers_pairwise_salt":{"description":"Configures OpenID Connect Discovery and overwrites the pairwise algorithm\n\nThis governs the \"oidc.subject_identifiers.pairwise_salt\" setting.","type":"string"},"hydra_oidc_subject_identifiers_supported_types":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"hydra_secrets_cookie":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"hydra_secrets_system":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"hydra_serve_cookies_same_site_legacy_workaround":{"description":"Configures the Ory Hydra Cookie Same Site Legacy Workaround\n\nThis governs the \"serve.cookies.same_site_legacy_workaround\" setting.","type":"boolean"},"hydra_serve_cookies_same_site_mode":{"description":"Configures the Ory Hydra Cookie Same Site Mode\n\nThis governs the \"serve.cookies.same_site_mode\" setting.","type":"string"},"hydra_strategies_access_token":{"default":"opaque","description":"Defines access token type\n\nThis governs the \"strategies.access_token\" setting.\nopaque Oauth2AccessTokenStrategyOpaque\njwt Oauth2AccessTokenStrategyJwt","enum":["opaque","jwt"],"type":"string","x-go-enum-desc":"opaque Oauth2AccessTokenStrategyOpaque\njwt Oauth2AccessTokenStrategyJwt"},"hydra_strategies_jwt_scope_claim":{"default":"list","description":"Define the claim to use as the scope in the access token.\n\nThis governs the \"strategies.jwt.scope_claim\" setting:\n\nlist: The scope claim is an array of strings named `scope`: `{ \"scope\": [\"read\", \"write\"] }`\nstring: The scope claim is a space delimited list of strings named `scp`: `{ \"scp\": \"read write\" }`\nboth: The scope claim is both a space delimited list and an array of strings named `scope` and `scp`: `{ \"scope\": [\"read\", \"write\"], \"scp\": \"read write\" }`\nlist OAuth2JWTScopeClaimList\nstring OAuth2JWTScopeClaimString\nboth OAuth2JWTScopeClaimBoth","enum":["list","string","both"],"type":"string","x-go-enum-desc":"list OAuth2JWTScopeClaimList\nstring OAuth2JWTScopeClaimString\nboth OAuth2JWTScopeClaimBoth"},"hydra_strategies_scope":{"default":"wildcard","description":"Defines how scopes are matched. For more details have a look at https://github.com/ory/fosite#scopes\n\nThis governs the \"strategies.scope\" setting.\nexact Oauth2ScopeStrategyExact\nwildcard Oauth2ScopeStrategyWildcard","enum":["exact","wildcard"],"type":"string","x-go-enum-desc":"exact Oauth2ScopeStrategyExact\nwildcard Oauth2ScopeStrategyWildcard"},"hydra_ttl_access_token":{"default":"30m","description":"This governs the \"ttl.access_token\" setting.","example":"1h","pattern":"^[0-9]+(ns|us|ms|s|m|h)$","type":"string"},"hydra_ttl_auth_code":{"default":"720h","description":"Configures how long refresh tokens are valid.\n\nSet to -1 for refresh tokens to never expire. This is not recommended!\n\nThis governs the \"ttl.auth_code\" setting.","example":"30m","pattern":"^[0-9]+(ns|us|ms|s|m|h)$","type":"string"},"hydra_ttl_id_token":{"default":"30m","description":"This governs the \"ttl.id_token\" setting.","example":"1h","pattern":"^[0-9]+(ns|us|ms|s|m|h)$","type":"string"},"hydra_ttl_login_consent_request":{"default":"30m","description":"Configures how long a user login and consent flow may take.\n\nThis governs the \"ttl.login_consent_request\" setting.","example":"1h","pattern":"^[0-9]+(ns|us|ms|s|m|h)$","type":"string"},"hydra_ttl_refresh_token":{"default":"720h","description":"Configures how long refresh tokens are valid.\n\nSet to -1 for refresh tokens to never expire. This is not recommended!\n\nThis governs the \"ttl.refresh_token\" setting.","example":"30m","pattern":"^([0-9]+(ns|us|ms|s|m|h)|-1)$","type":"string"},"hydra_urls_consent":{"description":"Sets the OAuth2 Consent Endpoint URL of the OAuth2 User Login & Consent flow.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.consent\" setting.","type":"string"},"hydra_urls_error":{"description":"Sets the OAuth2 Error URL of the OAuth2 User Login & Consent flow.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.error\" setting.","type":"string"},"hydra_urls_login":{"description":"Sets the OAuth2 Login Endpoint URL of the OAuth2 User Login & Consent flow.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.login\" setting.","type":"string"},"hydra_urls_logout":{"description":"Sets the logout endpoint.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.logout\" setting.","type":"string"},"hydra_urls_post_logout_redirect":{"description":"When an OAuth2-related user agent requests to log out, they will be redirected to this url afterwards per default.\n\nDefaults to the Ory Account Experience in development and your application in production mode when a custom domain is connected.\n\nThis governs the \"urls.post_logout_redirect\" setting.","type":"string"},"hydra_urls_registration":{"description":"Sets the OAuth2 Registration Endpoint URL of the OAuth2 User Login & Consent flow.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.registration\" setting.","type":"string"},"hydra_urls_self_issuer":{"description":"This value will be used as the issuer in access and ID tokens. It must be specified and using HTTPS protocol, unless the development mode is enabled.\n\nOn the Ory Network it will be very rare that you want to modify this value. If left empty, it will default to the correct value for the Ory Network.\n\nThis governs the \"urls.self.issuer\" setting.","type":"string"},"hydra_webfinger_jwks_broadcast_keys":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"hydra_webfinger_oidc_discovery_auth_url":{"description":"Configures OpenID Connect Discovery and overwrites the OAuth2 Authorization URL.\n\nThis governs the \"webfinger.oidc.discovery.auth_url\" setting.","type":"string"},"hydra_webfinger_oidc_discovery_client_registration_url":{"description":"Configures OpenID Connect Discovery and overwrites the OpenID Connect Dynamic Client Registration Endpoint.\n\nThis governs the \"webfinger.oidc.discovery.client_registration_url\" setting.","type":"string"},"hydra_webfinger_oidc_discovery_jwks_url":{"description":"Configures OpenID Connect Discovery and overwrites the JWKS URL.\n\nThis governs the \"webfinger.oidc.discovery.jwks_url\" setting.","type":"string"},"hydra_webfinger_oidc_discovery_supported_claims":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"hydra_webfinger_oidc_discovery_supported_scope":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"hydra_webfinger_oidc_discovery_token_url":{"description":"Configures OpenID Connect Discovery and overwrites the OAuth2 Token URL.\n\nThis governs the \"webfinger.oidc.discovery.token_url\" setting.","type":"string"},"hydra_webfinger_oidc_discovery_userinfo_url":{"description":"Configures OpenID Connect Discovery and overwrites userinfo endpoint to be advertised at the OpenID Connect Discovery endpoint /.well-known/openid-configuration. Defaults to Ory Hydra's userinfo endpoint at /userinfo. Set this value if you want to handle this endpoint yourself.\n\nThis governs the \"webfinger.oidc.discovery.userinfo_url\" setting.","type":"string"},"id":{"description":"The revision ID.","format":"uuid","readOnly":true,"type":"string"},"keto_namespace_configuration":{"description":"The Revisions' Keto Namespace Configuration\n\nThe string is a URL pointing to an OPL file with the configuration.","type":"string"},"keto_namespaces":{"$ref":"#/components/schemas/KetoNamespaces"},"kratos_cookies_same_site":{"description":"Configures the Ory Kratos Cookie SameSite Attribute\n\nThis governs the \"cookies.same_site\" setting.","type":"string"},"kratos_courier_channels":{"$ref":"#/components/schemas/revisionCourierChannels"},"kratos_courier_delivery_strategy":{"default":"smtp","description":"The delivery strategy to use when sending emails\n\n`smtp`: Use SMTP server\n`http`: Use the built in HTTP client to send the email to some remote service","type":"string"},"kratos_courier_http_request_config_auth_api_key_in":{"description":"The location of the API key to use in the HTTP email sending service's authentication\n\n`header`: Send the key value pair as a header\n`cookie`: Send the key value pair as a cookie\nThis governs the \"courier.http.auth.config.in\" setting","type":"string"},"kratos_courier_http_request_config_auth_api_key_name":{"description":"The name of the API key to use in the HTTP email sending service's authentication\n\nThis governs the \"courier.http.auth.config.name\" setting","type":"string"},"kratos_courier_http_request_config_auth_api_key_value":{"description":"The value of the API key to use in the HTTP email sending service's authentication\n\nThis governs the \"courier.http.auth.config.value\" setting","type":"string"},"kratos_courier_http_request_config_auth_basic_auth_password":{"description":"The password to use for basic auth in the HTTP email sending service's authentication\n\nThis governs the \"courier.http.auth.config.password\" setting","type":"string"},"kratos_courier_http_request_config_auth_basic_auth_user":{"description":"The user to use for basic auth in the HTTP email sending service's authentication\n\nThis governs the \"courier.http.auth.config.user\" setting","type":"string"},"kratos_courier_http_request_config_auth_type":{"default":"empty (no authentication)","description":"The authentication type to use while contacting the remote HTTP email sending service\n\n`basic_auth`: Use Basic Authentication\n`api_key`: Use API Key Authentication in a header or cookie","type":"string"},"kratos_courier_http_request_config_body":{"description":"The Jsonnet template to generate the body to send to the remote HTTP email sending service\n\nShould be valid Jsonnet and base64 encoded\n\nThis governs the \"courier.http.body\" setting","type":"string"},"kratos_courier_http_request_config_headers":{"$ref":"#/components/schemas/nullJsonRawMessage"},"kratos_courier_http_request_config_method":{"default":"POST","description":"The http METHOD to use when calling the remote HTTP email sending service","type":"string"},"kratos_courier_http_request_config_url":{"description":"The URL of the remote HTTP email sending service\n\nThis governs the \"courier.http.url\" setting","type":"string"},"kratos_courier_smtp_connection_uri":{"description":"Configures the Ory Kratos SMTP Connection URI\n\nThis governs the \"courier.smtp.connection_uri\" setting.","type":"string"},"kratos_courier_smtp_from_address":{"description":"Configures the Ory Kratos SMTP From Address\n\nThis governs the \"courier.smtp.from_address\" setting.","type":"string"},"kratos_courier_smtp_from_name":{"description":"Configures the Ory Kratos SMTP From Name\n\nThis governs the \"courier.smtp.from_name\" setting.","type":"string"},"kratos_courier_smtp_headers":{"$ref":"#/components/schemas/nullJsonRawMessage"},"kratos_courier_smtp_local_name":{"description":"Configures the local_name to use in SMTP connections\n\nThis governs the \"courier.smtp.local_name\" setting.","type":"string"},"kratos_courier_templates_login_code_valid_email_body_html":{"description":"Configures the Ory Kratos Valid Login via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.login_code.valid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_login_code_valid_email_body_plaintext":{"description":"Configures the Ory Kratos Valid Login via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.login_code.valid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_login_code_valid_email_subject":{"description":"Configures the Ory Kratos Valid Login via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.login_code.valid.email.subject\" setting.","type":"string"},"kratos_courier_templates_login_code_valid_sms_body_plaintext":{"description":"Configures the Ory Kratos Valid Login via Code SMS plain text body\n\nThis governs the \"courier.smtp.templates.login_code.valid.sms.plaintext\" setting.","type":"string"},"kratos_courier_templates_recovery_code_invalid_email_body_html":{"description":"Configures the Ory Kratos Invalid Recovery via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.recovery_code.invalid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_recovery_code_invalid_email_body_plaintext":{"description":"Configures the Ory Kratos Invalid Recovery via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.recovery_code.invalid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_recovery_code_invalid_email_subject":{"description":"Configures the Ory Kratos Invalid Recovery via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.recovery_code.invalid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_recovery_code_valid_email_body_html":{"description":"Configures the Ory Kratos Valid Recovery via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.recovery_code.valid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_recovery_code_valid_email_body_plaintext":{"description":"Configures the Ory Kratos Valid Recovery via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.recovery_code.valid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_recovery_code_valid_email_subject":{"description":"Configures the Ory Kratos Valid Recovery via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.recovery_code.valid.email.subject\" setting.","type":"string"},"kratos_courier_templates_recovery_invalid_email_body_html":{"description":"Configures the Ory Kratos Invalid Recovery Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.recovery.invalid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_recovery_invalid_email_body_plaintext":{"description":"Configures the Ory Kratos Invalid Recovery Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.recovery.invalid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_recovery_invalid_email_subject":{"description":"Configures the Ory Kratos Invalid Recovery Email Subject Template\n\nThis governs the \"courier.smtp.templates.recovery.invalid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_recovery_valid_email_body_html":{"description":"Configures the Ory Kratos Valid Recovery Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.recovery.valid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_recovery_valid_email_body_plaintext":{"description":"Configures the Ory Kratos Valid Recovery Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.recovery.valid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_recovery_valid_email_subject":{"description":"Configures the Ory Kratos Valid Recovery Email Subject Template\n\nThis governs the \"courier.smtp.templates.recovery.valid.email.subject\" setting.","type":"string"},"kratos_courier_templates_registration_code_valid_email_body_html":{"description":"Configures the Ory Kratos Valid Registration via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.registration_code.valid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_registration_code_valid_email_body_plaintext":{"description":"Configures the Ory Kratos Valid Registration via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.registration_code.valid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_registration_code_valid_email_subject":{"description":"Configures the Ory Kratos Valid Registration via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.registration_code.valid.email.subject\" setting.","type":"string"},"kratos_courier_templates_verification_code_invalid_email_body_html":{"description":"Configures the Ory Kratos Invalid Verification via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.verification_code.invalid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_verification_code_invalid_email_body_plaintext":{"description":"Configures the Ory Kratos Invalid Verification via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.verification_code.invalid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_verification_code_invalid_email_subject":{"description":"Configures the Ory Kratos Invalid Verification via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.verification_code.invalid.email.subject\" setting.","type":"string"},"kratos_courier_templates_verification_code_valid_email_body_html":{"description":"Configures the Ory Kratos Valid Verification via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.verification_code.valid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_verification_code_valid_email_body_plaintext":{"description":"Configures the Ory Kratos Valid Verification via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.verification_code.valid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_verification_code_valid_email_subject":{"description":"Configures the Ory Kratos Valid Verification via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.verification_code.valid.email.subject\" setting.","type":"string"},"kratos_courier_templates_verification_code_valid_sms_body_plaintext":{"description":"Configures the Ory Kratos Valid Verification via Code SMS Body Plaintext\n\nThis governs the \"courier.smtp.templates.verification_code.valid.sms.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_verification_invalid_email_body_html":{"description":"Configures the Ory Kratos Invalid Verification Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.verification.invalid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_verification_invalid_email_body_plaintext":{"description":"Configures the Ory Kratos Invalid Verification Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.verification.invalid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_verification_invalid_email_subject":{"description":"Configures the Ory Kratos Invalid Verification Email Subject Template\n\nThis governs the \"courier.smtp.templates.verification.invalid.email.subject\" setting.","type":"string"},"kratos_courier_templates_verification_valid_email_body_html":{"description":"Configures the Ory Kratos Valid Verification Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.verification.valid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_verification_valid_email_body_plaintext":{"description":"Configures the Ory Kratos Valid Verification Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.verification.valid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_verification_valid_email_subject":{"description":"Configures the Ory Kratos Valid Verification Email Subject Template\n\nThis governs the \"courier.smtp.templates.verification.valid.email.subject\" setting.","type":"string"},"kratos_feature_flags_cacheable_sessions":{"description":"Configures the Ory Kratos Session caching feature flag\n\nThis governs the \"feature_flags.cacheable_sessions\" setting.","type":"boolean"},"kratos_feature_flags_cacheable_sessions_max_age":{"description":"Configures the Ory Kratos Session caching max-age feature flag\n\nThis governs the \"feature_flags.cacheable_sessions_max_age\" setting.","type":"string"},"kratos_feature_flags_faster_session_extend":{"description":"Configures the Ory Kratos Faster Session Extend setting\n\nIf enabled allows faster session extension by skipping the session lookup and returning 201 instead of 200.\nDisabling this feature will be deprecated in the future.\n\nThis governs the \"feature_flags.faster_session_extend\" setting.","type":"boolean"},"kratos_feature_flags_use_continue_with_transitions":{"description":"Configures the Ory Kratos Session use_continue_with_transitions flag\n\nThis governs the \"feature_flags.use_continue_with_transitions\" setting.","type":"boolean"},"kratos_identity_schemas":{"$ref":"#/components/schemas/projectRevisionIdentitySchemas"},"kratos_oauth2_provider_headers":{"$ref":"#/components/schemas/nullJsonRawMessage"},"kratos_oauth2_provider_override_return_to":{"description":"Kratos OAuth2 Provider Override Return To\n\nEnabling this allows Kratos to set the return_to parameter automatically to the OAuth2 request URL on the login flow, allowing complex flows such as recovery to continue to the initial OAuth2 flow.","type":"boolean"},"kratos_oauth2_provider_url":{"description":"The Revisions' OAuth2 Provider Integration URL\n\nThis governs the \"oauth2_provider.url\" setting.","type":"string"},"kratos_preview_default_read_consistency_level":{"description":"Configures the default read consistency level for identity APIs\n\nThis governs the `preview.default_read_consistency_level` setting.\n\nThe read consistency level determines the consistency guarantee for reads:\n\nstrong (slow): The read is guaranteed to return the most recent data committed at the start of the read.\neventual (very fast): The result will return data that is about 4.8 seconds old.\n\nSetting the default consistency level to `eventual` may cause regressions in the future as we add consistency\ncontrols to more APIs. Currently, the following APIs will be affected by this setting:\n\n`GET /admin/identities`\n\nDefaults to \"strong\" for new and existing projects. This feature is in preview. Use with caution.","type":"string"},"kratos_secrets_cipher":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"kratos_secrets_cookie":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"kratos_secrets_default":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"kratos_selfservice_allowed_return_urls":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"kratos_selfservice_default_browser_return_url":{"description":"Configures the Ory Kratos Default Return URL\n\nThis governs the \"selfservice.allowed_return_urls\" setting.","type":"string"},"kratos_selfservice_flows_error_ui_url":{"description":"Configures the Ory Kratos Error UI URL\n\nThis governs the \"selfservice.flows.error.ui_url\" setting.","type":"string"},"kratos_selfservice_flows_login_after_code_default_browser_return_url":{"description":"Configures the Ory Kratos Login After Password Default Return URL\n\nThis governs the \"selfservice.flows.code.after.password.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_login_after_default_browser_return_url":{"description":"Configures the Ory Kratos Login Default Return URL\n\nThis governs the \"selfservice.flows.login.after.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_login_after_lookup_secret_default_browser_return_url":{"description":"Configures the Ory Kratos Login After Password Default Return URL\n\nThis governs the \"selfservice.flows.lookup_secret.after.password.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_login_after_oidc_default_browser_return_url":{"description":"Configures the Ory Kratos Login After OIDC Default Return URL\n\nThis governs the \"selfservice.flows.login.after.oidc.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_login_after_passkey_default_browser_return_url":{"description":"Configures the Ory Kratos Login After Passkey Default Return URL\n\nThis governs the \"selfservice.flows.login.after.passkey.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_login_after_password_default_browser_return_url":{"description":"Configures the Ory Kratos Login After Password Default Return URL\n\nThis governs the \"selfservice.flows.login.after.password.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_login_after_totp_default_browser_return_url":{"description":"Configures the Ory Kratos Login After Password Default Return URL\n\nThis governs the \"selfservice.flows.totp.after.password.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_login_after_webauthn_default_browser_return_url":{"description":"Configures the Ory Kratos Login After WebAuthn Default Return URL\n\nThis governs the \"selfservice.flows.login.after.webauthn.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_login_lifespan":{"description":"Configures the Ory Kratos Login Lifespan\n\nThis governs the \"selfservice.flows.login.lifespan\" setting.","type":"string"},"kratos_selfservice_flows_login_ui_url":{"description":"Configures the Ory Kratos Login UI URL\n\nThis governs the \"selfservice.flows.login.ui_url\" setting.","type":"string"},"kratos_selfservice_flows_logout_after_default_browser_return_url":{"description":"Configures the Ory Kratos Logout Default Return URL\n\nThis governs the \"selfservice.flows.logout.after.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_recovery_after_default_browser_return_url":{"description":"Configures the Ory Kratos Recovery Default Return URL\n\nThis governs the \"selfservice.flows.recovery.after.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_recovery_enabled":{"description":"Configures the Ory Kratos Recovery Enabled Setting\n\nThis governs the \"selfservice.flows.recovery.enabled\" setting.","type":"boolean"},"kratos_selfservice_flows_recovery_lifespan":{"description":"Configures the Ory Kratos Recovery Lifespan\n\nThis governs the \"selfservice.flows.recovery.lifespan\" setting.","type":"string"},"kratos_selfservice_flows_recovery_notify_unknown_recipients":{"description":"Configures whether to notify unknown recipients of a Ory Kratos recovery flow\n\nThis governs the \"selfservice.flows.recovery.notify_unknown_recipients\" setting.","type":"boolean"},"kratos_selfservice_flows_recovery_ui_url":{"description":"Configures the Ory Kratos Recovery UI URL\n\nThis governs the \"selfservice.flows.recovery.ui_url\" setting.","type":"string"},"kratos_selfservice_flows_recovery_use":{"description":"Configures the Ory Kratos Recovery strategy to use (\"link\" or \"code\")\n\nThis governs the \"selfservice.flows.recovery.use\" setting.\nlink SelfServiceMessageVerificationStrategyLink\ncode SelfServiceMessageVerificationStrategyCode","enum":["link","code"],"type":"string","x-go-enum-desc":"link SelfServiceMessageVerificationStrategyLink\ncode SelfServiceMessageVerificationStrategyCode"},"kratos_selfservice_flows_registration_after_code_default_browser_return_url":{"description":"Configures the Ory Kratos Registration After Code Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.code.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_registration_after_default_browser_return_url":{"description":"Configures the Ory Kratos Registration Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_registration_after_oidc_default_browser_return_url":{"description":"Configures the Ory Kratos Registration After OIDC Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.oidc.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_registration_after_passkey_default_browser_return_url":{"description":"Configures the Ory Kratos Registration After Passkey Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.password.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_registration_after_password_default_browser_return_url":{"description":"Configures the Ory Kratos Registration After Password Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.password.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_registration_after_webauthn_default_browser_return_url":{"description":"Configures the Ory Kratos Registration After Webauthn Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.webauthn.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_registration_enable_legacy_one_step":{"description":"Disable two-step registration\n\nTwo-step registration is a significantly improved sign up flow and recommended\nwhen using more than one sign up methods. To revert to one-step registration,\nset this to `true`.\n\nThis governs the \"selfservice.flows.registration.enable_legacy_one_step\" setting.","type":"boolean"},"kratos_selfservice_flows_registration_enabled":{"description":"Configures the Whether Ory Kratos Registration is Enabled\n\nThis governs the \"selfservice.flows.registration.enabled\" setting.0","type":"boolean"},"kratos_selfservice_flows_registration_lifespan":{"description":"Configures the Ory Kratos Registration Lifespan\n\nThis governs the \"selfservice.flows.registration.lifespan\" setting.","type":"string"},"kratos_selfservice_flows_registration_login_hints":{"description":"Configures the Ory Kratos Registration Login Hints\n\nShows helpful information when a user tries to sign up with a duplicate account.\n\nThis governs the \"selfservice.flows.registration.login_hints\" setting.","type":"boolean"},"kratos_selfservice_flows_registration_ui_url":{"description":"Configures the Ory Kratos Registration UI URL\n\nThis governs the \"selfservice.flows.registration.ui_url\" setting.","type":"string"},"kratos_selfservice_flows_settings_after_default_browser_return_url":{"description":"Configures the Ory Kratos Settings Default Return URL\n\nThis governs the \"selfservice.flows.settings.after.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_settings_after_lookup_secret_default_browser_return_url":{"description":"Configures the Ory Kratos Settings Default Return URL After Updating Lookup Secrets\n\nThis governs the \"selfservice.flows.settings.after.lookup_secret.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_settings_after_oidc_default_browser_return_url":{"description":"Configures the Ory Kratos Settings Default Return URL After Updating Social Sign In\n\nThis governs the \"selfservice.flows.settings.after.oidc.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_settings_after_passkey_default_browser_return_url":{"description":"Configures the Ory Kratos Settings Default Return URL After Updating Passkey\n\nThis governs the \"selfservice.flows.settings.after.passkey.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_settings_after_password_default_browser_return_url":{"description":"Configures the Ory Kratos Settings Default Return URL After Updating Passwords\n\nThis governs the \"selfservice.flows.settings.after.password.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_settings_after_profile_default_browser_return_url":{"description":"Configures the Ory Kratos Settings Default Return URL After Updating Profiles\n\nThis governs the \"selfservice.flows.settings.after.profile.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_settings_after_totp_default_browser_return_url":{"description":"Configures the Ory Kratos Settings Default Return URL After Updating TOTP\n\nThis governs the \"selfservice.flows.settings.after.totp.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_settings_after_webauthn_default_browser_return_url":{"description":"Configures the Ory Kratos Settings Default Return URL After Updating WebAuthn\n\nThis governs the \"selfservice.flows.settings.after.webauthn.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_settings_lifespan":{"description":"Configures the Ory Kratos Settings Lifespan\n\nThis governs the \"selfservice.flows.settings.lifespan\" setting.","type":"string"},"kratos_selfservice_flows_settings_privileged_session_max_age":{"description":"Configures the Ory Kratos Settings Privileged Session Max Age\n\nThis governs the \"selfservice.flows.settings.privileged_session_max_age\" setting.","type":"string"},"kratos_selfservice_flows_settings_required_aal":{"description":"Configures the Ory Kratos Settings Required AAL\n\nThis governs the \"selfservice.flows.settings.required_aal\" setting.","type":"string"},"kratos_selfservice_flows_settings_ui_url":{"description":"Configures the Ory Kratos Settings UI URL\n\nThis governs the \"selfservice.flows.settings.ui_url\" setting.","type":"string"},"kratos_selfservice_flows_verification_after_default_browser_return_url":{"description":"Configures the Ory Kratos Verification Default Return URL\n\nThis governs the \"selfservice.flows.verification.after.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_verification_enabled":{"description":"Configures the Ory Kratos Verification Enabled Setting\n\nThis governs the \"selfservice.flows.verification.enabled\" setting.","type":"boolean"},"kratos_selfservice_flows_verification_lifespan":{"description":"Configures the Ory Kratos Verification Lifespan\n\nThis governs the \"selfservice.flows.verification.lifespan\" setting.","type":"string"},"kratos_selfservice_flows_verification_notify_unknown_recipients":{"description":"Configures whether to notify unknown recipients of a Ory Kratos verification flow\n\nThis governs the \"selfservice.flows.verification.notify_unknown_recipients\" setting.","type":"boolean"},"kratos_selfservice_flows_verification_ui_url":{"description":"Configures the Ory Kratos Verification UI URL\n\nThis governs the \"selfservice.flows.verification.ui_url\" setting.","type":"string"},"kratos_selfservice_flows_verification_use":{"description":"Configures the Ory Kratos Strategy to use for Verification\n\nThis governs the \"selfservice.flows.verification.use\" setting.\nlink SelfServiceMessageVerificationStrategyLink\ncode SelfServiceMessageVerificationStrategyCode","enum":["link","code"],"type":"string","x-go-enum-desc":"link SelfServiceMessageVerificationStrategyLink\ncode SelfServiceMessageVerificationStrategyCode"},"kratos_selfservice_methods_code_config_lifespan":{"description":"Configures the Ory Kratos Code Method's lifespan\n\nThis governs the \"selfservice.methods.code.config.lifespan\" setting.","type":"string"},"kratos_selfservice_methods_code_config_missing_credential_fallback_enabled":{"description":"Enables a fallback method required in certain legacy use cases.\n\nThis governs the \"selfservice.methods.code.config.missing_credential_fallback_enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_code_enabled":{"description":"Configures whether Ory Kratos Code Method is enabled\n\nThis governs the \"selfservice.methods.code.enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_code_mfa_enabled":{"description":"Configures whether the code method can be used to fulfil MFA flows\n\nThis governs the \"selfservice.methods.code.mfa_enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_code_passwordless_enabled":{"description":"Configures whether Ory Kratos Passwordless should use the Code Method\n\nThis governs the \"selfservice.methods.code.passwordless_enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_code_passwordless_login_fallback_enabled":{"description":"This setting allows the code method to always login a user with code if they have registered with another authentication method such as password or social sign in.\n\nThis governs the \"selfservice.methods.code.passwordless_login_fallback_enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_link_config_base_url":{"description":"Configures the Base URL which Recovery, Verification, and Login Links Point to\n\nIt is recommended to leave this value empty. It will be appropriately configured to the best matching domain\n(e.g. when using custom domains) automatically.\n\nThis governs the \"selfservice.methods.link.config.base_url\" setting.","type":"string"},"kratos_selfservice_methods_link_config_lifespan":{"description":"Configures the Ory Kratos Link Method's lifespan\n\nThis governs the \"selfservice.methods.link.config.lifespan\" setting.","type":"string"},"kratos_selfservice_methods_link_enabled":{"description":"Configures whether Ory Kratos Link Method is enabled\n\nThis governs the \"selfservice.methods.link.enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_lookup_secret_enabled":{"description":"Configures whether Ory Kratos TOTP Lookup Secret is enabled\n\nThis governs the \"selfservice.methods.lookup_secret.enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_oidc_config_base_redirect_uri":{"description":"Configures the Ory Kratos Third Party / OpenID Connect base redirect URI\n\nThis governs the \"selfservice.methods.oidc.config.base_redirect_uri\" setting.","type":"string"},"kratos_selfservice_methods_oidc_config_providers":{"$ref":"#/components/schemas/projectRevisionThirdPartyLoginProviders"},"kratos_selfservice_methods_oidc_enabled":{"description":"Configures whether Ory Kratos Third Party / OpenID Connect Login is enabled\n\nThis governs the \"selfservice.methods.oidc.enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_passkey_config_rp_display_name":{"description":"Configures the Ory Kratos Passkey RP Display Name\n\nThis governs the \"selfservice.methods.passkey.config.rp.display_name\" setting.","type":"string"},"kratos_selfservice_methods_passkey_config_rp_id":{"description":"Configures the Ory Kratos Passkey RP ID\n\nThis governs the \"selfservice.methods.passkey.config.rp.id\" setting.","type":"string"},"kratos_selfservice_methods_passkey_config_rp_origins":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"kratos_selfservice_methods_passkey_enabled":{"description":"Configures whether Ory Kratos Passkey authentication is enabled\n\nThis governs the \"selfservice.methods.passkey.enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_password_config_haveibeenpwned_enabled":{"description":"Configures whether Ory Kratos Password HIBP Checks is enabled\n\nThis governs the \"selfservice.methods.password.config.haveibeenpwned_enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_password_config_identifier_similarity_check_enabled":{"description":"Configures whether Ory Kratos Password should disable the similarity policy.\n\nThis governs the \"selfservice.methods.password.config.identifier_similarity_check_enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_password_config_ignore_network_errors":{"description":"Configures whether Ory Kratos Password Should ignore HIBPWND Network Errors\n\nThis governs the \"selfservice.methods.password.config.ignore_network_errors\" setting.","type":"boolean"},"kratos_selfservice_methods_password_config_max_breaches":{"description":"Configures Ory Kratos Password Max Breaches Detection\n\nThis governs the \"selfservice.methods.password.config.max_breaches\" setting.","format":"int64","type":"integer"},"kratos_selfservice_methods_password_config_min_password_length":{"description":"Configures the minimum length of passwords.\n\nThis governs the \"selfservice.methods.password.config.min_password_length\" setting.","format":"int64","type":"integer"},"kratos_selfservice_methods_password_enabled":{"description":"Configures whether Ory Kratos Password Method is enabled\n\nThis governs the \"selfservice.methods.password.enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_profile_enabled":{"description":"Configures whether Ory Kratos Profile Method is enabled\n\nThis governs the \"selfservice.methods.profile.enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_totp_config_issuer":{"description":"Configures Ory Kratos TOTP Issuer\n\nThis governs the \"selfservice.methods.totp.config.issuer\" setting.","type":"string"},"kratos_selfservice_methods_totp_enabled":{"description":"Configures whether Ory Kratos TOTP Method is enabled\n\nThis governs the \"selfservice.methods.totp.enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_webauthn_config_passwordless":{"description":"Configures whether Ory Kratos Webauthn is used for passwordless flows\n\nThis governs the \"selfservice.methods.webauthn.config.passwordless\" setting.","type":"boolean"},"kratos_selfservice_methods_webauthn_config_rp_display_name":{"description":"Configures the Ory Kratos Webauthn RP Display Name\n\nThis governs the \"selfservice.methods.webauthn.config.rp.display_name\" setting.","type":"string"},"kratos_selfservice_methods_webauthn_config_rp_icon":{"description":"Configures the Ory Kratos Webauthn RP Icon\n\nThis governs the \"selfservice.methods.webauthn.config.rp.icon\" setting.\nDeprecated: This value will be ignored due to security considerations.","type":"string"},"kratos_selfservice_methods_webauthn_config_rp_id":{"description":"Configures the Ory Kratos Webauthn RP ID\n\nThis governs the \"selfservice.methods.webauthn.config.rp.id\" setting.","type":"string"},"kratos_selfservice_methods_webauthn_config_rp_origins":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"kratos_selfservice_methods_webauthn_enabled":{"description":"Configures whether Ory Kratos Webauthn is enabled\n\nThis governs the \"selfservice.methods.webauthn.enabled\" setting.","type":"boolean"},"kratos_session_cookie_persistent":{"description":"Configures the Ory Kratos Session Cookie Persistent Attribute\n\nThis governs the \"session.cookie.persistent\" setting.","type":"boolean"},"kratos_session_cookie_same_site":{"description":"Configures the Ory Kratos Session Cookie SameSite Attribute\n\nThis governs the \"session.cookie.same_site\" setting.","type":"string"},"kratos_session_lifespan":{"description":"Configures the Ory Kratos Session Lifespan\n\nThis governs the \"session.lifespan\" setting.","type":"string"},"kratos_session_whoami_required_aal":{"description":"Configures the Ory Kratos Session Whoami AAL requirement\n\nThis governs the \"session.whoami.required_aal\" setting.","type":"string"},"kratos_session_whoami_tokenizer_templates":{"$ref":"#/components/schemas/normalizedProjectRevisionTokenizerTemplates"},"name":{"description":"The project's name.","type":"string"},"project_id":{"description":"The Revision's Project ID","format":"uuid","type":"string"},"project_revision_hooks":{"$ref":"#/components/schemas/projectRevisionHooks"},"serve_admin_cors_allowed_origins":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"serve_admin_cors_enabled":{"description":"Enable CORS headers on all admin APIs\n\nThis governs the \"serve.admin.cors.enabled\" setting.","type":"boolean"},"serve_public_cors_allowed_origins":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"serve_public_cors_enabled":{"description":"Enable CORS headers on all public APIs\n\nThis governs the \"serve.public.cors.enabled\" setting.","type":"boolean"},"strict_security":{"description":"Whether the project should employ strict security measures. Setting this to true is recommended for going into production.","type":"boolean"},"updated_at":{"description":"Last Time Project's Revision was Updated","format":"date-time","readOnly":true,"type":"string"},"workspace_id":{"format":"uuid","type":"string"}},"required":["name","environment"],"type":"object"},"CreateSubscriptionCommon":{"properties":{"currency":{"description":"\nusd USD\neur Euro","enum":["usd","eur"],"type":"string","x-go-enum-desc":"usd USD\neur Euro"},"interval":{"description":"\nmonthly Monthly\nyearly Yearly","enum":["monthly","yearly"],"type":"string","x-go-enum-desc":"monthly Monthly\nyearly Yearly"},"plan":{"type":"string"},"return_to":{"type":"string"}},"required":["plan","interval"],"type":"object"},"CreateVerifiableCredentialRequestBody":{"properties":{"format":{"type":"string"},"proof":{"$ref":"#/components/schemas/VerifiableCredentialProof"},"types":{"items":{"type":"string"},"type":"array"}},"title":"CreateVerifiableCredentialRequestBody contains the request body to request a verifiable credential.","type":"object"},"CreateWorkspaceApiKeyBody":{"properties":{"name":{"description":"The API Key Name\n\nA descriptive name for the API key.","type":"string"}},"required":["name"],"type":"object"},"CreateWorkspaceMemberInviteBody":{"description":"Create Workspace Invite Request Body","properties":{"invitee_email":{"description":"A email to invite","type":"string"},"role":{"description":"The role the user will have in the workspace\nowner WorkspaceMemberRoleOwner\ndeveloper WorkspaceMemberRoleDeveloper","enum":["owner","developer"],"type":"string","x-go-enum-desc":"owner WorkspaceMemberRoleOwner\ndeveloper WorkspaceMemberRoleDeveloper"}},"required":["invitee_email","role"],"type":"object"},"CustomHostnameStatus":{"title":"CustomHostnameStatus is the enumeration of valid state values in the CustomHostnameSSL.","type":"string"},"DefaultError":{},"Duration":{"description":"A Duration represents the elapsed time between two instants\nas an int64 nanosecond count. The representation limits the\nlargest representable duration to approximately 290 years.","format":"int64","type":"integer"},"GenericUsage":{"properties":{"additional_price":{"$ref":"#/components/schemas/Money"},"included_usage":{"description":"IncludedUsage is the number of included items.","format":"int64","type":"integer"}},"required":["included_usage","additional_price"],"title":"GenericUsage is the generic usage type that can be used for any feature.","type":"object"},"ID":{"format":"int64","type":"integer"},"InvoiceDataV1":{"properties":{"billing_period":{"$ref":"#/components/schemas/TimeInterval"},"currency":{"description":"The currency of the invoice.","readOnly":true,"type":"string"},"deleted":{"description":"Deleted is true if the invoice has been soft-deleted.","readOnly":true,"type":"boolean"},"items":{"description":"The items that are part of this invoice.","items":{"$ref":"#/components/schemas/LineItemV1"},"readOnly":true,"type":"array"},"plan":{"description":"The plan that this invoice is based on, in the format \"Name@version\".","readOnly":true,"type":"string"},"stripe_invoice_item":{"type":"string"},"stripe_invoice_status":{"$ref":"#/components/schemas/InvoiceStatus"},"stripe_link":{"description":"An optional link to the invoice on Stripe.","readOnly":true,"type":"string"},"subtitle":{"description":"The subtitle of the invoice.","readOnly":true,"type":"string"},"tax":{"$ref":"#/components/schemas/TaxLineItem"},"title":{"description":"The title of the invoice.","readOnly":true,"type":"string"},"total_in_cent":{"$ref":"#/components/schemas/AmountInCent"}},"required":["title","currency","total_in_cent","billing_period","items"],"type":"object"},"InvoiceStatus":{"description":"The status of the invoice, one of `draft`, `open`, `paid`, `uncollectible`, or `void`. [Learn more](https://stripe.com/docs/billing/invoices/workflow#workflow-overview)","type":"string"},"Invoices":{"items":{"$ref":"#/components/schemas/invoice"},"type":"array"},"JSONRawMessage":{"title":"JSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger.","type":"object"},"KetoNamespace":{"properties":{"id":{"format":"int64","type":"integer"},"name":{"type":"string"}},"type":"object"},"KetoNamespaces":{"items":{"$ref":"#/components/schemas/KetoNamespace"},"type":"array"},"LineItemV1":{"properties":{"amount_in_cent":{"$ref":"#/components/schemas/AmountInCent"},"description":{"type":"string"},"items":{"description":"Each line item can have sub-items to create a hierarchy.","items":{"$ref":"#/components/schemas/LineItemV1"},"type":"array"},"quantity":{"format":"int64","type":"integer"},"title":{"type":"string"},"unit_price":{"type":"string"}},"type":"object"},"Money":{"properties":{"Cents":{"format":"int64","type":"integer"},"String":{"type":"string"},"Unit":{"type":"string"}},"type":"object"},"NormalizedProjectRevisionCourierChannel":{"properties":{"channel_id":{"description":"The Channel's public ID","type":"string"},"created_at":{"description":"The creation date","format":"date-time","readOnly":true,"type":"string"},"request_config_auth_config_api_key_in":{"description":"API key location\n\nCan either be \"header\" or \"query\"","example":"header","type":"string"},"request_config_auth_config_api_key_name":{"description":"API key name\n\nOnly used if the auth type is api_key","type":"string"},"request_config_auth_config_api_key_value":{"description":"API key value\n\nOnly used if the auth type is api_key","type":"string"},"request_config_auth_config_basic_auth_password":{"description":"Basic Auth Password\n\nOnly used if the auth type is basic_auth","type":"string"},"request_config_auth_config_basic_auth_user":{"description":"Basic Auth Username\n\nOnly used if the auth type is basic_auth","type":"string"},"request_config_auth_type":{"description":"HTTP Auth Method to use for the HTTP call\n\nCan either be basic_auth or api_key\nbasic_auth CourierChannelAuthTypeBasicAuth\napi_key CourierChannelAuthTypeApiKey","enum":["basic_auth","api_key"],"type":"string","x-go-enum-desc":"basic_auth CourierChannelAuthTypeBasicAuth\napi_key CourierChannelAuthTypeApiKey"},"request_config_body":{"description":"URI pointing to the JsonNet template used for HTTP body payload generation.","type":"string"},"request_config_headers":{"$ref":"#/components/schemas/nullJsonRawMessage"},"request_config_method":{"description":"The HTTP method to use (GET, POST, etc) for the HTTP call","example":"POST","type":"string"},"request_config_url":{"type":"string"},"updated_at":{"description":"Last upate time","format":"date-time","readOnly":true,"type":"string"}},"required":["channel_id","request_config_method","request_config_body"],"type":"object"},"NullBool":{"nullable":true,"type":"boolean"},"NullDuration":{"nullable":true,"pattern":"^[0-9]+(ns|us|ms|s|m|h)$","type":"string"},"NullInt":{"nullable":true,"type":"integer"},"NullString":{"nullable":true,"type":"string"},"NullTime":{"format":"date-time","nullable":true,"type":"string"},"NullUUID":{"format":"uuid4","nullable":true,"type":"string"},"OAuth2LoginChallengeParams":{"type":"object"},"OrganizationBody":{"description":"Create B2B SSO Organization Request Body","properties":{"domains":{"description":"Domains contains the list of organization's domains.","items":{"type":"string"},"type":"array"},"label":{"description":"Label contains the organization's label.","type":"string"}},"type":"object"},"ParseError":{"properties":{"end":{"$ref":"#/components/schemas/SourcePosition"},"message":{"type":"string"},"start":{"$ref":"#/components/schemas/SourcePosition"}},"type":"object"},"Plan":{"properties":{"name":{"description":"Name is the name of the plan.","type":"string"},"version":{"description":"Version is the version of the plan. The combination of `name@version` must be unique.","format":"int64","type":"integer"}},"required":["name","version"],"type":"object"},"PlanDetails":{"properties":{"base_fee_monthly":{"description":"BaseFeeMonthly is the monthly base fee for the plan.","format":"int64","type":"integer"},"base_fee_yearly":{"description":"BaseFeeYearly is the yearly base fee for the plan.","format":"int64","type":"integer"},"custom":{"description":"Custom is true if the plan is custom. This means it will be hidden from the pricing page.","type":"boolean"},"description":{"description":"Description is the description of the plan.","type":"string"},"features":{"$ref":"#/components/schemas/PlanFeatures"},"latest":{"description":"Latest is true if the plan is the latest version of a plan and should be available for self-service usage.","type":"boolean"},"name":{"description":"Name is the name of the plan.","type":"string"},"version":{"description":"Version is the version of the plan. The combination of `name@version` must be unique.","format":"int64","type":"integer"}},"required":["name","version","description","custom","base_fee_monthly","base_fee_yearly","features"],"type":"object"},"PlanFeatures":{"additionalProperties":{"$ref":"#/components/schemas/GenericUsage"},"title":"Features are the feature definitions included in the plan.","type":"object"},"Pricing":{"items":{"$ref":"#/components/schemas/PlanDetails"},"type":"array"},"ProjectEventsDatapoint":{"properties":{"attributes":{"description":"Event attributes with details","items":{"$ref":"#/components/schemas/Attribute"},"type":"array"},"name":{"description":"Name of the event","type":"string"},"timestamp":{"description":"Time of occurence","format":"date-time","type":"string"}},"required":["name","timestamp","attributes"],"type":"object"},"RFC6749ErrorJson":{"properties":{"error":{"type":"string"},"error_debug":{"type":"string"},"error_description":{"type":"string"},"error_hint":{"type":"string"},"status_code":{"format":"int64","type":"integer"}},"title":"RFC6749ErrorJson is a helper struct for JSON encoding/decoding of RFC6749Error.","type":"object"},"RecoveryAddressType":{"title":"RecoveryAddressType must not exceed 16 characters as that is the limitation in the SQL Schema.","type":"string"},"SessionActivityDatapoint":{"properties":{"country":{"description":"Country of the events","type":"string"},"failed":{"description":"Number of events that failed in the given timeframe","format":"int64","type":"integer"},"succeeded":{"description":"Number of events that succeeded in the given timeframe","format":"int64","type":"integer"}},"required":["succeeded","failed","country"],"type":"object"},"SourcePosition":{"properties":{"Line":{"format":"int64","type":"integer"},"column":{"format":"int64","type":"integer"}},"type":"object"},"String":{"$ref":"#/components/schemas/NullString"},"StringSliceJSONFormat":{"items":{"type":"string"},"title":"StringSliceJSONFormat represents []string{} which is encoded to/from JSON for SQL storage.","type":"array"},"SubscriptionStatus":{"description":"For `collection_method=charge_automatically` a subscription moves into `incomplete` if the initial payment attempt fails. A subscription in this status can only have metadata and default_source updated. Once the first invoice is paid, the subscription moves into an `active` status. If the first invoice is not paid within 23 hours, the subscription transitions to `incomplete_expired`. This is a terminal status, the open invoice will be voided and no further invoices will be generated.\n\nA subscription that is currently in a trial period is `trialing` and moves to `active` when the trial period is over.\n\nA subscription can only enter a `paused` status [when a trial ends without a payment method](https://stripe.com/billing/subscriptions/trials#create-free-trials-without-payment). A `paused` subscription doesn't generate invoices and can be resumed after your customer adds their payment method. The `paused` status is different from [pausing collection](https://stripe.com/billing/subscriptions/pause-payment), which still generates invoices and leaves the subscription's status unchanged.\n\nIf subscription `collection_method=charge_automatically`, it becomes `past_due` when payment is required but cannot be paid (due to failed payment or awaiting additional user actions). Once Stripe has exhausted all payment retry attempts, the subscription will become `canceled` or `unpaid` (depending on your subscriptions settings).\n\nIf subscription `collection_method=send_invoice` it becomes `past_due` when its invoice is not paid by the due date, and `canceled` or `unpaid` if it is still not paid by an additional deadline after that. Note that when a subscription has a status of `unpaid`, no subsequent invoices will be attempted (invoices will be created, but then immediately automatically closed). After receiving updated payment information from a customer, you may choose to reopen and pay their closed invoices.","title":"Possible values are `incomplete`, `incomplete_expired`, `trialing`, `active`, `past_due`, `canceled`, `unpaid`, or `paused`.","type":"string"},"TaxLineItem":{"properties":{"amount_in_cent":{"$ref":"#/components/schemas/AmountInCent"},"title":{"type":"string"}},"type":"object"},"Time":{"format":"date-time","type":"string"},"TimeInterval":{"properties":{"end":{"description":"The end of the time period.","format":"date-time","type":"string"},"start":{"description":"The start of the time period.","format":"date-time","type":"string"}},"required":["start","end"],"type":"object"},"UUID":{"format":"uuid4","type":"string"},"Usage":{"properties":{"GenericUsage":{"$ref":"#/components/schemas/GenericUsage"}},"type":"object"},"VerifiableCredentialProof":{"properties":{"jwt":{"type":"string"},"proof_type":{"type":"string"}},"title":"VerifiableCredentialProof contains the proof of a verifiable credential.","type":"object"},"Warning":{"properties":{"code":{"format":"int64","type":"integer"},"message":{"type":"string"}},"type":"object"},"acceptOAuth2ConsentRequest":{"properties":{"context":{"$ref":"#/components/schemas/JSONRawMessage"},"grant_access_token_audience":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"grant_scope":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"handled_at":{"$ref":"#/components/schemas/nullTime"},"remember":{"description":"Remember, if set to true, tells ORY Hydra to remember this consent authorization and reuse it if the same\nclient asks the same user for the same, or a subset of, scope.","type":"boolean"},"remember_for":{"description":"RememberFor sets how long the consent authorization should be remembered for in seconds. If set to `0`, the\nauthorization will be remembered indefinitely.","format":"int64","type":"integer"},"session":{"$ref":"#/components/schemas/acceptOAuth2ConsentRequestSession"}},"title":"The request payload used to accept a consent request.","type":"object"},"acceptOAuth2ConsentRequestSession":{"properties":{"access_token":{"description":"AccessToken sets session data for the access and refresh token, as well as any future tokens issued by the\nrefresh grant. Keep in mind that this data will be available to anyone performing OAuth 2.0 Challenge Introspection.\nIf only your services can perform OAuth 2.0 Challenge Introspection, this is usually fine. But if third parties\ncan access that endpoint as well, sensitive data from the session might be exposed to them. Use with care!"},"id_token":{"description":"IDToken sets session data for the OpenID Connect ID token. Keep in mind that the session'id payloads are readable\nby anyone that has access to the ID Challenge. Use with care!"}},"title":"Pass session data to a consent request.","type":"object"},"acceptOAuth2LoginRequest":{"properties":{"acr":{"description":"ACR sets the Authentication AuthorizationContext Class Reference value for this authentication session. You can use it\nto express that, for example, a user authenticated using two factor authentication.","type":"string"},"amr":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"context":{"$ref":"#/components/schemas/JSONRawMessage"},"extend_session_lifespan":{"description":"Extend OAuth2 authentication session lifespan\n\nIf set to `true`, the OAuth2 authentication cookie lifespan is extended. This is for example useful if you want the user to be able to use `prompt=none` continuously.\n\nThis value can only be set to `true` if the user has an authentication, which is the case if the `skip` value is `true`.","type":"boolean"},"force_subject_identifier":{"description":"ForceSubjectIdentifier forces the \"pairwise\" user ID of the end-user that authenticated. The \"pairwise\" user ID refers to the\n(Pairwise Identifier Algorithm)[http://openid.net/specs/openid-connect-core-1_0.html#PairwiseAlg] of the OpenID\nConnect specification. It allows you to set an obfuscated subject (\"user\") identifier that is unique to the client.\n\nPlease note that this changes the user ID on endpoint /userinfo and sub claim of the ID Token. It does not change the\nsub claim in the OAuth 2.0 Introspection.\n\nPer default, ORY Hydra handles this value with its own algorithm. In case you want to set this yourself\nyou can use this field. Please note that setting this field has no effect if `pairwise` is not configured in\nORY Hydra or the OAuth 2.0 Client does not expect a pairwise identifier (set via `subject_type` key in the client's\nconfiguration).\n\nPlease also be aware that ORY Hydra is unable to properly compute this value during authentication. This implies\nthat you have to compute this value on every authentication process (probably depending on the client ID or some\nother unique value).\n\nIf you fail to compute the proper value, then authentication processes which have id_token_hint set might fail.","type":"string"},"identity_provider_session_id":{"description":"IdentityProviderSessionID is the session ID of the end-user that authenticated.\nIf specified, we will use this value to propagate the logout.","type":"string"},"remember":{"description":"Remember, if set to true, tells ORY Hydra to remember this user by telling the user agent (browser) to store\na cookie with authentication data. If the same user performs another OAuth 2.0 Authorization Request, he/she\nwill not be asked to log in again.","type":"boolean"},"remember_for":{"description":"RememberFor sets how long the authentication should be remembered for in seconds. If set to `0`, the\nauthorization will be remembered for the duration of the browser session (using a session cookie).","format":"int64","type":"integer"},"subject":{"description":"Subject is the user ID of the end-user that authenticated.","type":"string"}},"required":["subject"],"title":"HandledLoginRequest is the request payload used to accept a login request.","type":"object"},"accountExperienceConfiguration":{"properties":{"account_experience_theme_stylesheet":{"type":"string"},"favicon_type":{"type":"string"},"favicon_url":{"type":"string"},"kratos_selfservice_flows_recovery_enabled":{"type":"boolean"},"kratos_selfservice_flows_registration_enabled":{"type":"boolean"},"kratos_selfservice_flows_verification_enabled":{"type":"boolean"},"logo_url":{"type":"string"},"name":{"type":"string"},"organization_map":{"additionalProperties":{"type":"string"},"type":"object"}},"type":"object"},"accountExperienceThemeVariables":{"properties":{"accent":{"type":"string"},"bg-default":{"type":"string"},"border-radius-branding":{"type":"string"},"border-radius-buttons":{"type":"string"},"border-radius-cards":{"type":"string"},"border-radius-forms":{"type":"string"},"border-radius-general":{"type":"string"},"button-primary-bg-default":{"type":"string"},"button-primary-bg-disabled":{"type":"string"},"button-primary-bg-hover":{"type":"string"},"button-primary-border-default":{"type":"string"},"button-primary-border-disabled":{"type":"string"},"button-primary-border-hover":{"type":"string"},"button-primary-fg-default":{"type":"string"},"button-primary-fg-disabled":{"type":"string"},"button-primary-fg-hover":{"type":"string"},"button-secondary-bg-default":{"type":"string"},"button-secondary-bg-disabled":{"type":"string"},"button-secondary-bg-hover":{"type":"string"},"button-secondary-border-default":{"type":"string"},"button-secondary-border-disabled":{"type":"string"},"button-secondary-border-hover":{"type":"string"},"button-secondary-fg-default":{"type":"string"},"button-secondary-fg-disabled":{"type":"string"},"button-secondary-fg-hover":{"type":"string"},"button-social-bg-default":{"type":"string"},"button-social-bg-disabled":{"type":"string"},"button-social-bg-hover":{"type":"string"},"button-social-bg-provider":{"type":"string"},"button-social-border-default":{"type":"string"},"button-social-border-disabled":{"type":"string"},"button-social-border-hover":{"type":"string"},"button-social-border-provider":{"type":"string"},"button-social-fg-default":{"type":"string"},"button-social-fg-disabled":{"type":"string"},"button-social-fg-hover":{"type":"string"},"button-social-fg-provider":{"type":"string"},"created_at":{"format":"date-time","type":"string"},"dialog-bg-default":{"type":"string"},"dialog-bg-subtle":{"type":"string"},"dialog-border-default":{"type":"string"},"dialog-fg-default":{"type":"string"},"dialog-fg-mute":{"type":"string"},"dialog-fg-subtle":{"type":"string"},"forms-bg-default":{"type":"string"},"forms-bg-disabled":{"type":"string"},"forms-bg-hover":{"type":"string"},"forms-border-default":{"type":"string"},"forms-border-disabled":{"type":"string"},"forms-border-error":{"type":"string"},"forms-border-focus":{"type":"string"},"forms-border-hover":{"type":"string"},"forms-border-success":{"type":"string"},"forms-border-warn":{"type":"string"},"forms-checkbox-bg-checked":{"type":"string"},"forms-checkbox-bg-default":{"type":"string"},"forms-checkbox-border-checked":{"type":"string"},"forms-checkbox-border-default":{"type":"string"},"forms-checkbox-fg-checked":{"type":"string"},"forms-checkbox-fg-default":{"type":"string"},"forms-fg-default":{"type":"string"},"forms-fg-error":{"type":"string"},"forms-fg-mute":{"type":"string"},"forms-fg-subtle":{"type":"string"},"forms-fg-success":{"type":"string"},"forms-fg-warn":{"type":"string"},"forms-radio-bg-checked":{"type":"string"},"forms-radio-bg-default":{"type":"string"},"forms-radio-border-checked":{"type":"string"},"forms-radio-border-default":{"type":"string"},"forms-radio-fg-checked":{"type":"string"},"forms-radio-fg-default":{"type":"string"},"forms-toggle-bg-checked":{"type":"string"},"forms-toggle-bg-default":{"type":"string"},"forms-toggle-border-checked":{"type":"string"},"forms-toggle-border-default":{"type":"string"},"forms-toggle-fg-checked":{"type":"string"},"forms-toggle-fg-default":{"type":"string"},"id":{"format":"uuid","type":"string"},"links-link-default":{"type":"string"},"links-link-disabled":{"type":"string"},"links-link-hover":{"type":"string"},"links-link-inverted-default":{"type":"string"},"links-link-inverted-hover":{"type":"string"},"links-link-mute-default":{"type":"string"},"links-link-mute-hover":{"type":"string"},"syntax-syntax":{"type":"string"},"syntax-syntax-key":{"type":"string"},"syntax-syntax-num":{"type":"string"},"syntax-syntax-value":{"type":"string"},"updated_at":{"format":"date-time","type":"string"}},"type":"object"},"activeProjectInConsole":{"description":"The Active Project ID","properties":{"project_id":{"description":"The Active Project ID\n\nformat: uuid","type":"string"}},"type":"object"},"addProjectToWorkspaceBody":{"properties":{"environment":{"description":"The environment of the project in the workspace. Can be one of \"prod\" or\n\"dev\". Note that the number of projects in the \"prod\" environment is limited\ndepending on the subscription.\nprod Production\nstage Staging\ndev Development","enum":["prod","stage","dev"],"type":"string","x-go-enum-desc":"prod Production\nstage Staging\ndev Development"},"project_subscription":{"description":"The action to take with the project subscription. Can be one of \"migrate\", and\n\"ignore\". \"migrate\" will migrate the project subscription to the workspace.\n\"ignore\" will ignore the project subscription.\nmigrate ProjectSubscriptionActionMigrate ProjectSubscriptionActionMigrate will migrate the project subscription to the workspace.\nignore ProjectSubscriptionActionIgnore ProjectSubscriptionActionIgnore will ignore the project subscription.","enum":["migrate","ignore"],"type":"string","x-go-enum-desc":"migrate ProjectSubscriptionActionMigrate ProjectSubscriptionActionMigrate will migrate the project subscription to the workspace.\nignore ProjectSubscriptionActionIgnore ProjectSubscriptionActionIgnore will ignore the project subscription."}},"required":["project_subscription","environment"],"title":"AddProjectToWorkspaceBody contains the options for migrating a project to a workspace.","type":"object"},"authenticatorAssuranceLevel":{"description":"The authenticator assurance level can be one of \"aal1\", \"aal2\", or \"aal3\". A higher number means that it is harder\nfor an attacker to compromise the account.\n\nGenerally, \"aal1\" implies that one authentication factor was used while AAL2 implies that two factors (e.g.\npassword + TOTP) have been used.\n\nTo learn more about these levels please head over to: https://www.ory.sh/kratos/docs/concepts/credentials","enum":["aal0","aal1","aal2","aal3"],"title":"Authenticator Assurance Level (AAL)","type":"string"},"batchCheckPermissionBody":{"description":"Batch Check Permission Body","properties":{"tuples":{"items":{"$ref":"#/components/schemas/relationship"},"type":"array"}},"type":"object"},"batchCheckPermissionResult":{"description":"Batch Check Permission Result","properties":{"results":{"description":"An array of check results. The order aligns with the input order.","items":{"$ref":"#/components/schemas/checkPermissionResultWithError"},"type":"array"}},"required":["results"],"type":"object"},"batchPatchIdentitiesResponse":{"description":"Patch identities response","properties":{"identities":{"description":"The patch responses for the individual identities.","items":{"$ref":"#/components/schemas/identityPatchResponse"},"type":"array"}},"type":"object"},"checkOplSyntaxBody":{"description":"Ory Permission Language Document","type":"string"},"checkOplSyntaxResult":{"properties":{"errors":{"description":"The list of syntax errors","items":{"$ref":"#/components/schemas/ParseError"},"type":"array"}},"title":"CheckOPLSyntaxResponse represents the response for an OPL syntax check request.","type":"object"},"checkPermissionResult":{"description":"The content of the allowed field is mirrored in the HTTP status code.","properties":{"allowed":{"description":"whether the relation tuple is allowed","type":"boolean"}},"required":["allowed"],"title":"Check Permission Result","type":"object"},"checkPermissionResultWithError":{"description":"Check Permission Result With Error","properties":{"allowed":{"description":"whether the relation tuple is allowed","type":"boolean"},"error":{"description":"any error generated while checking the relation tuple","type":"string"}},"required":["allowed"],"type":"object"},"cloudAccount":{"properties":{"email":{"type":"string"},"email_verified":{"type":"boolean"},"id":{"format":"uuid","type":"string"},"name":{"type":"string"}},"required":["id","email","email_verified","name"],"type":"object"},"consistencyRequestParameters":{"description":"Control API consistency guarantees","properties":{"consistency":{"description":"Read Consistency Level (preview)\n\nThe read consistency level determines the consistency guarantee for reads:\n\nstrong (slow): The read is guaranteed to return the most recent data committed at the start of the read.\neventual (very fast): The result will return data that is about 4.8 seconds old.\n\nThe default consistency guarantee can be changed in the Ory Network Console or using the Ory CLI with\n`ory patch project --replace '/previews/default_read_consistency_level=\"strong\"'`.\n\nSetting the default consistency level to `eventual` may cause regressions in the future as we add consistency\ncontrols to more APIs. Currently, the following APIs will be affected by this setting:\n\n`GET /admin/identities`\n\nThis feature is in preview and only available in Ory Network.\n ConsistencyLevelUnset ConsistencyLevelUnset is the unset / default consistency level.\nstrong ConsistencyLevelStrong ConsistencyLevelStrong is the strong consistency level.\neventual ConsistencyLevelEventual ConsistencyLevelEventual is the eventual consistency level using follower read timestamps.","enum":["","strong","eventual"],"type":"string","x-go-enum-desc":" ConsistencyLevelUnset ConsistencyLevelUnset is the unset / default consistency level.\nstrong ConsistencyLevelStrong ConsistencyLevelStrong is the strong consistency level.\neventual ConsistencyLevelEventual ConsistencyLevelEventual is the eventual consistency level using follower read timestamps."}},"type":"object"},"continueWith":{"discriminator":{"mapping":{"redirect_browser_to":"#/components/schemas/continueWithRedirectBrowserTo","set_ory_session_token":"#/components/schemas/continueWithSetOrySessionToken","show_recovery_ui":"#/components/schemas/continueWithRecoveryUi","show_settings_ui":"#/components/schemas/continueWithSettingsUi","show_verification_ui":"#/components/schemas/continueWithVerificationUi"},"propertyName":"action"},"oneOf":[{"$ref":"#/components/schemas/continueWithVerificationUi"},{"$ref":"#/components/schemas/continueWithSetOrySessionToken"},{"$ref":"#/components/schemas/continueWithSettingsUi"},{"$ref":"#/components/schemas/continueWithRecoveryUi"},{"$ref":"#/components/schemas/continueWithRedirectBrowserTo"}]},"continueWithRecoveryUi":{"description":"Indicates, that the UI flow could be continued by showing a recovery ui","properties":{"action":{"description":"Action will always be `show_recovery_ui`\nshow_recovery_ui ContinueWithActionShowRecoveryUIString","enum":["show_recovery_ui"],"type":"string","x-go-enum-desc":"show_recovery_ui ContinueWithActionShowRecoveryUIString"},"flow":{"$ref":"#/components/schemas/continueWithRecoveryUiFlow"}},"required":["action","flow"],"type":"object"},"continueWithRecoveryUiFlow":{"properties":{"id":{"description":"The ID of the recovery flow","format":"uuid","type":"string"},"url":{"description":"The URL of the recovery flow\n\nIf this value is set, redirect the user's browser to this URL. This value is typically unset for native clients / API flows.","type":"string"}},"required":["id"],"type":"object"},"continueWithRedirectBrowserTo":{"description":"Indicates, that the UI flow could be continued by showing a recovery ui","properties":{"action":{"description":"Action will always be `redirect_browser_to`\nredirect_browser_to ContinueWithActionRedirectBrowserToString","enum":["redirect_browser_to"],"type":"string","x-go-enum-desc":"redirect_browser_to ContinueWithActionRedirectBrowserToString"},"redirect_browser_to":{"description":"The URL to redirect the browser to","type":"string"}},"required":["action","redirect_browser_to"],"type":"object"},"continueWithSetOrySessionToken":{"description":"Indicates that a session was issued, and the application should use this token for authenticated requests","properties":{"action":{"description":"Action will always be `set_ory_session_token`\nset_ory_session_token ContinueWithActionSetOrySessionTokenString","enum":["set_ory_session_token"],"type":"string","x-go-enum-desc":"set_ory_session_token ContinueWithActionSetOrySessionTokenString"},"ory_session_token":{"description":"Token is the token of the session","type":"string"}},"required":["action","ory_session_token"],"type":"object"},"continueWithSettingsUi":{"description":"Indicates, that the UI flow could be continued by showing a settings ui","properties":{"action":{"description":"Action will always be `show_settings_ui`\nshow_settings_ui ContinueWithActionShowSettingsUIString","enum":["show_settings_ui"],"type":"string","x-go-enum-desc":"show_settings_ui ContinueWithActionShowSettingsUIString"},"flow":{"$ref":"#/components/schemas/continueWithSettingsUiFlow"}},"required":["action","flow"],"type":"object"},"continueWithSettingsUiFlow":{"properties":{"id":{"description":"The ID of the settings flow","format":"uuid","type":"string"},"url":{"description":"The URL of the settings flow\n\nIf this value is set, redirect the user's browser to this URL. This value is typically unset for native clients / API flows.","type":"string"}},"required":["id"],"type":"object"},"continueWithVerificationUi":{"description":"Indicates, that the UI flow could be continued by showing a verification ui","properties":{"action":{"description":"Action will always be `show_verification_ui`\nshow_verification_ui ContinueWithActionShowVerificationUIString","enum":["show_verification_ui"],"type":"string","x-go-enum-desc":"show_verification_ui ContinueWithActionShowVerificationUIString"},"flow":{"$ref":"#/components/schemas/continueWithVerificationUiFlow"}},"required":["action","flow"],"type":"object"},"continueWithVerificationUiFlow":{"properties":{"id":{"description":"The ID of the verification flow","format":"uuid","type":"string"},"url":{"description":"The URL of the verification flow\n\nIf this value is set, redirect the user's browser to this URL. This value is typically unset for native clients / API flows.","type":"string"},"verifiable_address":{"description":"The address that should be verified in this flow","type":"string"}},"required":["id","verifiable_address"],"type":"object"},"courierMessageStatus":{"description":"A Message's Status","enum":["queued","sent","processing","abandoned"],"type":"string"},"courierMessageType":{"description":"It can either be `email` or `phone`","enum":["email","phone"],"title":"A Message's Type","type":"string"},"createCustomDomainBody":{"description":"Create Custom Hostname Request Body","properties":{"cookie_domain":{"description":"The domain where cookies will be set. Has to be a parent domain of the custom hostname to work.","type":"string"},"cors_allowed_origins":{"description":"CORS Allowed origins for the custom hostname.","items":{"type":"string"},"type":"array"},"cors_enabled":{"description":"CORS Enabled for the custom hostname.","type":"boolean"},"custom_ui_base_url":{"description":"The base URL where the custom user interface will be exposed.","type":"string"},"hostname":{"description":"The custom hostname where the API will be exposed.","type":"string"}},"type":"object"},"createEventStreamBody":{"description":"Create Event Stream Request Body","properties":{"role_arn":{"description":"The AWS IAM role ARN to assume when publishing to the SNS topic.","type":"string"},"topic_arn":{"description":"The AWS SNS topic ARN.","type":"string"},"type":{"description":"The type of the event stream (AWS SNS, GCP Pub/Sub, etc).","enum":["sns"],"type":"string"}},"required":["type","topic_arn","role_arn"],"type":"object"},"createIdentityBody":{"description":"Create Identity Body","properties":{"credentials":{"$ref":"#/components/schemas/identityWithCredentials"},"metadata_admin":{"description":"Store metadata about the user which is only accessible through admin APIs such as `GET /admin/identities/`."},"metadata_public":{"description":"Store metadata about the identity which the identity itself can see when calling for example the\nsession endpoint. Do not store sensitive information (e.g. credit score) about the identity in this field."},"recovery_addresses":{"description":"RecoveryAddresses contains all the addresses that can be used to recover an identity.\n\nUse this structure to import recovery addresses for an identity. Please keep in mind\nthat the address needs to be represented in the Identity Schema or this field will be overwritten\non the next identity update.","items":{"$ref":"#/components/schemas/recoveryIdentityAddress"},"type":"array"},"schema_id":{"description":"SchemaID is the ID of the JSON Schema to be used for validating the identity's traits.","type":"string"},"state":{"description":"State is the identity's state.\nactive StateActive\ninactive StateInactive","enum":["active","inactive"],"type":"string","x-go-enum-desc":"active StateActive\ninactive StateInactive"},"traits":{"description":"Traits represent an identity's traits. The identity is able to create, modify, and delete traits\nin a self-service manner. The input will always be validated against the JSON Schema defined\nin `schema_url`.","type":"object"},"verifiable_addresses":{"description":"VerifiableAddresses contains all the addresses that can be verified by the user.\n\nUse this structure to import verified addresses for an identity. Please keep in mind\nthat the address needs to be represented in the Identity Schema or this field will be overwritten\non the next identity update.","items":{"$ref":"#/components/schemas/verifiableIdentityAddress"},"type":"array"}},"required":["schema_id","traits"],"type":"object"},"createJsonWebKeySet":{"description":"Create JSON Web Key Set Request Body","properties":{"alg":{"description":"JSON Web Key Algorithm\n\nThe algorithm to be used for creating the key. Supports `RS256`, `ES256`, `ES512`, `HS512`, and `HS256`.","type":"string"},"kid":{"description":"JSON Web Key ID\n\nThe Key ID of the key to be created.","type":"string"},"use":{"description":"JSON Web Key Use\n\nThe \"use\" (public key use) parameter identifies the intended use of\nthe public key. The \"use\" parameter is employed to indicate whether\na public key is used for encrypting data or verifying the signature\non data. Valid values are \"enc\" and \"sig\".","type":"string"}},"required":["alg","use","kid"],"type":"object"},"createMemberInviteResponse":{"$ref":"#/components/schemas/CreateInviteResponse"},"createProjectBody":{"description":"Create Project Request Body","properties":{"environment":{"description":"The environment of the project.\nprod Production\nstage Staging\ndev Development","enum":["prod","stage","dev"],"type":"string","x-go-enum-desc":"prod Production\nstage Staging\ndev Development"},"home_region":{"description":"Home Region\n\nThe home region of the project. This is the region where the project will be created.\neu-central EUCentral\nus-east USEast\nus-west USWest\nus US\nglobal Global","enum":["eu-central","us-east","us-west","us","global"],"type":"string","x-go-enum-desc":"eu-central EUCentral\nus-east USEast\nus-west USWest\nus US\nglobal Global"},"name":{"description":"The name of the project to be created","type":"string"},"workspace_id":{"description":"The workspace to create the project in.","format":"uuid","type":"string"}},"required":["name","environment"],"type":"object"},"createProjectBranding":{"description":"Create a Project Branding","properties":{"favicon_type":{"type":"string"},"favicon_url":{"type":"string"},"logo_type":{"type":"string"},"logo_url":{"type":"string"},"name":{"type":"string"},"theme":{"$ref":"#/components/schemas/projectBrandingColors"}},"type":"object"},"createRecoveryCodeForIdentityBody":{"description":"Create Recovery Code for Identity Request Body","properties":{"expires_in":{"description":"Code Expires In\n\nThe recovery code will expire after that amount of time has passed. Defaults to the configuration value of\n`selfservice.methods.code.config.lifespan`.","pattern":"^([0-9]+(ns|us|ms|s|m|h))*$","type":"string"},"flow_type":{"$ref":"#/components/schemas/selfServiceFlowType"},"identity_id":{"description":"Identity to Recover\n\nThe identity's ID you wish to recover.","format":"uuid","type":"string"}},"required":["identity_id"],"type":"object"},"createRecoveryLinkForIdentityBody":{"description":"Create Recovery Link for Identity Request Body","properties":{"expires_in":{"description":"Link Expires In\n\nThe recovery link will expire after that amount of time has passed. Defaults to the configuration value of\n`selfservice.methods.code.config.lifespan`.","pattern":"^[0-9]+(ns|us|ms|s|m|h)$","type":"string"},"identity_id":{"description":"Identity to Recover\n\nThe identity's ID you wish to recover.","format":"uuid","type":"string"}},"required":["identity_id"],"type":"object"},"createRelationshipBody":{"description":"Create Relationship Request Body","properties":{"namespace":{"description":"Namespace to query","type":"string"},"object":{"description":"Object to query","type":"string"},"relation":{"description":"Relation to query","type":"string"},"subject_id":{"description":"SubjectID to query\n\nEither SubjectSet or SubjectID can be provided.","type":"string"},"subject_set":{"$ref":"#/components/schemas/subjectSet"}},"type":"object"},"createSubscriptionBody":{"properties":{"currency":{"description":"\nusd USD\neur Euro","enum":["usd","eur"],"type":"string","x-go-enum-desc":"usd USD\neur Euro"},"interval":{"description":"\nmonthly Monthly\nyearly Yearly","enum":["monthly","yearly"],"type":"string","x-go-enum-desc":"monthly Monthly\nyearly Yearly"},"plan":{"type":"string"},"provision_first_project":{"format":"uuid","type":"string"},"return_to":{"type":"string"}},"required":["plan","interval","provision_first_project"],"type":"object"},"createWorkspaceBody":{"properties":{"name":{"description":"The name of the workspace","type":"string"}},"required":["name"],"type":"object"},"createWorkspaceSubscriptionBody":{"properties":{"currency":{"description":"\nusd USD\neur Euro","enum":["usd","eur"],"type":"string","x-go-enum-desc":"usd USD\neur Euro"},"interval":{"description":"\nmonthly Monthly\nyearly Yearly","enum":["monthly","yearly"],"type":"string","x-go-enum-desc":"monthly Monthly\nyearly Yearly"},"plan":{"type":"string"},"return_to":{"type":"string"}},"required":["plan","interval"],"type":"object"},"credentialSupportedDraft00":{"description":"Includes information about the supported verifiable credentials.","properties":{"cryptographic_binding_methods_supported":{"description":"OpenID Connect Verifiable Credentials Cryptographic Binding Methods Supported\n\nContains a list of cryptographic binding methods supported for signing the proof.","items":{"type":"string"},"type":"array"},"cryptographic_suites_supported":{"description":"OpenID Connect Verifiable Credentials Cryptographic Suites Supported\n\nContains a list of cryptographic suites methods supported for signing the proof.","items":{"type":"string"},"type":"array"},"format":{"description":"OpenID Connect Verifiable Credentials Format\n\nContains the format that is supported by this authorization server.","type":"string"},"types":{"description":"OpenID Connect Verifiable Credentials Types\n\nContains the types of verifiable credentials supported.","items":{"type":"string"},"type":"array"}},"title":"Verifiable Credentials Metadata (Draft 00)","type":"object"},"customDomain":{"description":"Custom Hostname","properties":{"cookie_domain":{"type":"string"},"cors_allowed_origins":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"cors_enabled":{"type":"boolean"},"created_at":{"format":"date-time","type":"string"},"custom_ui_base_url":{"type":"string"},"hostname":{"type":"string"},"id":{"format":"uuid","type":"string"},"ssl_status":{"enum":["initializing","pending_validation","deleted","pending_issuance","pending_deployment","pending_deletion","pending_expiration","expired","active","initializing_timed_out","validation_timed_out","issuance_timed_out","deployment_timed_out","deletion_timed_out","pending_cleanup","staging_deployment","staging_active","deactivating","inactive","backup_issued","holding_deployment",""],"type":"string","x-go-enum-desc":"initializing initializing\npending_validation pending_validation\ndeleted deleted\npending_issuance pending_issuance\npending_deployment pending_deployment\npending_deletion pending_deletion\npending_expiration pending_expiration\nexpired expired\nactive active\ninitializing_timed_out initializing_timed_out\nvalidation_timed_out validation_timed_out\nissuance_timed_out issuance_timed_out\ndeployment_timed_out deployment_timed_out\ndeletion_timed_out deletion_timed_out\npending_cleanup pending_cleanup\nstaging_deployment staging_deployment\nstaging_active staging_active\ndeactivating deactivating\ninactive inactive\nbackup_issued backup_issued\nholding_deployment holding_deployment\n unknown Cloudflare sometimes returns an empty string."},"updated_at":{"format":"date-time","type":"string"},"verification_errors":{"items":{"type":"string"},"type":"array"},"verification_status":{"$ref":"#/components/schemas/CustomHostnameStatus"}},"type":"object"},"deleteMySessionsCount":{"description":"Deleted Session Count","properties":{"count":{"description":"The number of sessions that were revoked.","format":"int64","type":"integer"}},"type":"object"},"emailTemplateData":{"description":"Contains the data of the email template, including the subject and body in HTML and plaintext variants","properties":{"body":{"$ref":"#/components/schemas/emailTemplateDataBody"},"subject":{"type":"string"}},"required":["body","subject"],"type":"object"},"emailTemplateDataBody":{"properties":{"html":{"type":"string"},"plaintext":{"type":"string"}},"required":["html","plaintext"],"type":"object"},"errorAuthenticatorAssuranceLevelNotSatisfied":{"properties":{"error":{"$ref":"#/components/schemas/genericError"},"redirect_browser_to":{"description":"Points to where to redirect the user to next.","type":"string"}},"title":"Is returned when an active session was found but the requested AAL is not satisfied.","type":"object"},"errorBrowserLocationChangeRequired":{"properties":{"error":{"$ref":"#/components/schemas/errorGeneric"},"redirect_browser_to":{"description":"Points to where to redirect the user to next.","type":"string"}},"title":"Is sent when a flow requires a browser to change its location.","type":"object"},"errorFlowReplaced":{"description":"Is sent when a flow is replaced by a different flow of the same class","properties":{"error":{"$ref":"#/components/schemas/genericError"},"use_flow_id":{"description":"The flow ID that should be used for the new flow as it contains the correct messages.","format":"uuid","type":"string"}},"type":"object"},"errorGeneric":{"description":"The standard Ory JSON API error format.","properties":{"error":{"$ref":"#/components/schemas/genericErrorContent"}},"required":["error"],"title":"JSON API Error Response","type":"object"},"errorOAuth2":{"description":"Error","properties":{"error":{"description":"Error","type":"string"},"error_debug":{"description":"Error Debug Information\n\nOnly available in dev mode.","type":"string"},"error_description":{"description":"Error Description","type":"string"},"error_hint":{"description":"Error Hint\n\nHelps the user identify the error cause.","example":"The redirect URL is not allowed.","type":"string"},"status_code":{"description":"HTTP Status Code","example":401,"format":"int64","type":"integer"}},"type":"object"},"eventStream":{"description":"Event Stream","properties":{"created_at":{"format":"date-time","type":"string"},"id":{"format":"uuid","type":"string"},"role_arn":{"type":"string"},"topic_arn":{"type":"string"},"type":{"type":"string"},"updated_at":{"format":"date-time","type":"string"}},"type":"object"},"expandedPermissionTree":{"properties":{"children":{"description":"The children of the node, possibly none.","items":{"$ref":"#/components/schemas/expandedPermissionTree"},"type":"array"},"tuple":{"$ref":"#/components/schemas/relationship"},"type":{"description":"The type of the node.\nunion TreeNodeUnion\nexclusion TreeNodeExclusion\nintersection TreeNodeIntersection\nleaf TreeNodeLeaf\ntuple_to_subject_set TreeNodeTupleToSubjectSet\ncomputed_subject_set TreeNodeComputedSubjectSet\nnot TreeNodeNot\nunspecified TreeNodeUnspecified","enum":["union","exclusion","intersection","leaf","tuple_to_subject_set","computed_subject_set","not","unspecified"],"type":"string","x-go-enum-desc":"union TreeNodeUnion\nexclusion TreeNodeExclusion\nintersection TreeNodeIntersection\nleaf TreeNodeLeaf\ntuple_to_subject_set TreeNodeTupleToSubjectSet\ncomputed_subject_set TreeNodeComputedSubjectSet\nnot TreeNodeNot\nunspecified TreeNodeUnspecified"}},"required":["type"],"type":"object"},"falsyNullBool":{"description":"It JSON decodes to false if null.","title":"FalsyNullBool represents a bool that may be null.","type":"boolean"},"flowError":{"properties":{"created_at":{"description":"CreatedAt is a helper struct field for gobuffalo.pop.","format":"date-time","type":"string"},"error":{"type":"object"},"id":{"description":"ID of the error container.","format":"uuid","type":"string"},"updated_at":{"description":"UpdatedAt is a helper struct field for gobuffalo.pop.","format":"date-time","type":"string"}},"required":["id"],"type":"object"},"genericError":{"description":"Error responses are sent when an error (e.g. unauthorized, bad request, ...) occurred.","properties":{"code":{"description":"The status code","example":404,"format":"int64","type":"integer"},"debug":{"description":"Debug information\n\nThis field is often not exposed to protect against leaking\nsensitive information.","example":"SQL field \"foo\" is not a bool.","type":"string"},"details":{"description":"Further error details"},"error":{"$ref":"#/components/schemas/genericErrorContent"},"id":{"description":"The error ID\n\nUseful when trying to identify various errors in application logic.","type":"string"},"message":{"description":"Error message\n\nThe error's message.","example":"The resource could not be found","type":"string"},"reason":{"description":"A human-readable reason for the error","example":"User with ID 1234 does not exist.","type":"string"},"request":{"description":"The request ID\n\nThe request ID is often exposed internally in order to trace\nerrors across service architectures. This is often a UUID.","example":"d7ef54b1-ec15-46e6-bccb-524b82c035e6","type":"string"},"status":{"description":"The status description","example":"Not Found","type":"string"}},"required":["message"],"title":"Error response","type":"object"},"genericErrorContent":{"description":"Error response","properties":{"debug":{"description":"Debug contains debug information. This is usually not available and has to be enabled.","example":"The database adapter was unable to find the element","type":"string"},"error":{"description":"Name is the error name.","example":"The requested resource could not be found","type":"string"},"error_description":{"description":"Description contains further information on the nature of the error.","example":"Object with ID 12345 does not exist","type":"string"},"message":{"description":"Message contains the error message.","type":"string"},"status_code":{"description":"Code represents the error status code (404, 403, 401, ...).","example":404,"format":"int64","type":"integer"}},"type":"object"},"getAttributesCountResponse":{"description":"Response of the getAttributesCount endpoint","properties":{"data":{"description":"The list of data points.","items":{"$ref":"#/components/schemas/AttributesCountDatapoint"},"readOnly":true,"type":"array"}},"required":["data"],"type":"object"},"getManagedIdentitySchemaLocation":{"description":"Ory Identity Schema Location","properties":{"location":{"type":"string"}},"type":"object"},"getMetricsEventAttributesResponse":{"description":"Response of the getMetricsEventAttributes endpoint","properties":{"events":{"description":"The list of data points.","items":{"type":"string"},"readOnly":true,"type":"array"}},"required":["events"],"type":"object"},"getMetricsEventTypesResponse":{"description":"Response of the getMetricsEventTypes endpoint","properties":{"events":{"description":"The list of data points.","items":{"type":"string"},"readOnly":true,"type":"array"}},"required":["events"],"type":"object"},"getOrganizationResponse":{"properties":{"organization":{"$ref":"#/components/schemas/organization"}},"required":["organization"],"title":"getOrganizationResponse represents a B2B SSO Organization.","type":"object"},"getProjectEventsBody":{"description":"Body of the getProjectEvents endpoint","properties":{"event_name":{"description":"The event name to query for","type":"string"},"filters":{"default":[],"description":"Event attribute filters","items":{"$ref":"#/components/schemas/AttributeFilter"},"type":"array"},"from":{"description":"The start RFC3339 date of the time window","format":"date-time","type":"string"},"page_size":{"default":25,"description":"Maximum number of events to return","format":"int64","type":"integer"},"page_token":{"description":"Pagination token to fetch next page, empty if first page","type":"string"},"to":{"description":"The end RFC3339 date of the time window","format":"date-time","type":"string"}},"required":["from","to"],"type":"object"},"getProjectEventsResponse":{"description":"Response of the getProjectEvents endpoint","properties":{"events":{"description":"The list of data points.","items":{"$ref":"#/components/schemas/ProjectEventsDatapoint"},"readOnly":true,"type":"array"},"page_token":{"description":"Pagination token to be included in next page request","readOnly":true,"type":"string"}},"required":["events"],"type":"object"},"getProjectMetricsResponse":{"description":"Response of the getMetrics endpoint","properties":{"data":{"description":"The list of data points.","items":{"$ref":"#/components/schemas/metricsDatapoint"},"readOnly":true,"type":"array"}},"required":["data"],"type":"object"},"getSessionActivityResponse":{"description":"Response of the getSessionActivity endpoint","properties":{"data":{"description":"The list of data points.","items":{"$ref":"#/components/schemas/SessionActivityDatapoint"},"readOnly":true,"type":"array"}},"required":["data"],"type":"object"},"healthNotReadyStatus":{"properties":{"errors":{"additionalProperties":{"type":"string"},"description":"Errors contains a list of errors that caused the not ready status.","type":"object"}},"title":"The not ready status of the service.","type":"object"},"healthStatus":{"properties":{"status":{"description":"Status always contains \"ok\".","type":"string"}},"title":"The health status of the service.","type":"object"},"identity":{"description":"An [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) represents a (human) user in Ory.","properties":{"created_at":{"description":"CreatedAt is a helper struct field for gobuffalo.pop.","format":"date-time","type":"string"},"credentials":{"additionalProperties":{"$ref":"#/components/schemas/identityCredentials"},"description":"Credentials represents all credentials that can be used for authenticating this identity.","type":"object"},"id":{"description":"ID is the identity's unique identifier.\n\nThe Identity ID can not be changed and can not be chosen. This ensures future\ncompatibility and optimization for distributed stores such as CockroachDB.","format":"uuid","type":"string"},"metadata_admin":{"$ref":"#/components/schemas/nullJsonRawMessage"},"metadata_public":{"$ref":"#/components/schemas/nullJsonRawMessage"},"organization_id":{"$ref":"#/components/schemas/NullUUID"},"recovery_addresses":{"description":"RecoveryAddresses contains all the addresses that can be used to recover an identity.","items":{"$ref":"#/components/schemas/recoveryIdentityAddress"},"type":"array","x-omitempty":true},"schema_id":{"description":"SchemaID is the ID of the JSON Schema to be used for validating the identity's traits.","type":"string"},"schema_url":{"description":"SchemaURL is the URL of the endpoint where the identity's traits schema can be fetched from.\n\nformat: url","type":"string"},"state":{"description":"State is the identity's state.\n\nThis value has currently no effect.\nactive StateActive\ninactive StateInactive","enum":["active","inactive"],"type":"string","x-go-enum-desc":"active StateActive\ninactive StateInactive"},"state_changed_at":{"$ref":"#/components/schemas/nullTime"},"traits":{"$ref":"#/components/schemas/identityTraits"},"updated_at":{"description":"UpdatedAt is a helper struct field for gobuffalo.pop.","format":"date-time","type":"string"},"verifiable_addresses":{"description":"VerifiableAddresses contains all the addresses that can be verified by the user.","items":{"$ref":"#/components/schemas/verifiableIdentityAddress"},"type":"array","x-omitempty":true}},"required":["id","schema_id","schema_url","traits"],"title":"Identity represents an Ory Kratos identity","type":"object"},"identityCredentials":{"description":"Credentials represents a specific credential type","properties":{"config":{"$ref":"#/components/schemas/JSONRawMessage"},"created_at":{"description":"CreatedAt is a helper struct field for gobuffalo.pop.","format":"date-time","type":"string"},"identifiers":{"description":"Identifiers represents a list of unique identifiers this credential type matches.","items":{"type":"string"},"type":"array"},"type":{"description":"Type discriminates between different types of credentials.\npassword CredentialsTypePassword\noidc CredentialsTypeOIDC\ntotp CredentialsTypeTOTP\nlookup_secret CredentialsTypeLookup\nwebauthn CredentialsTypeWebAuthn\ncode CredentialsTypeCodeAuth\npasskey CredentialsTypePasskey\nprofile CredentialsTypeProfile\nlink_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself.\ncode_recovery CredentialsTypeRecoveryCode","enum":["password","oidc","totp","lookup_secret","webauthn","code","passkey","profile","link_recovery","code_recovery"],"type":"string","x-go-enum-desc":"password CredentialsTypePassword\noidc CredentialsTypeOIDC\ntotp CredentialsTypeTOTP\nlookup_secret CredentialsTypeLookup\nwebauthn CredentialsTypeWebAuthn\ncode CredentialsTypeCodeAuth\npasskey CredentialsTypePasskey\nprofile CredentialsTypeProfile\nlink_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself.\ncode_recovery CredentialsTypeRecoveryCode"},"updated_at":{"description":"UpdatedAt is a helper struct field for gobuffalo.pop.","format":"date-time","type":"string"},"version":{"description":"Version refers to the version of the credential. Useful when changing the config schema.","format":"int64","type":"integer"}},"type":"object"},"identityCredentialsCode":{"description":"CredentialsCode represents a one time login/registration code","properties":{"address_type":{"description":"The type of the address for this code","type":"string"},"used_at":{"$ref":"#/components/schemas/NullTime"}},"type":"object"},"identityCredentialsOidc":{"properties":{"providers":{"items":{"$ref":"#/components/schemas/identityCredentialsOidcProvider"},"type":"array"}},"title":"CredentialsOIDC is contains the configuration for credentials of the type oidc.","type":"object"},"identityCredentialsOidcProvider":{"properties":{"initial_access_token":{"type":"string"},"initial_id_token":{"type":"string"},"initial_refresh_token":{"type":"string"},"organization":{"type":"string"},"provider":{"type":"string"},"subject":{"type":"string"}},"title":"CredentialsOIDCProvider is contains a specific OpenID COnnect credential for a particular connection (e.g. Google).","type":"object"},"identityCredentialsPassword":{"properties":{"hashed_password":{"description":"HashedPassword is a hash-representation of the password.","type":"string"},"use_password_migration_hook":{"description":"UsePasswordMigrationHook is set to true if the password should be migrated\nusing the password migration hook. If set, and the HashedPassword is empty, a\nwebhook will be called during login to migrate the password.","type":"boolean"}},"title":"CredentialsPassword is contains the configuration for credentials of the type password.","type":"object"},"identityMetaSchema":{"description":"Identity Meta Schema","type":"object"},"identityPatch":{"description":"Payload for patching an identity","properties":{"create":{"$ref":"#/components/schemas/createIdentityBody"},"patch_id":{"description":"The ID of this patch.\n\nThe patch ID is optional. If specified, the ID will be returned in the\nresponse, so consumers of this API can correlate the response with the\npatch.","format":"uuid","type":"string"}},"type":"object"},"identityPatchResponse":{"description":"Response for a single identity patch","properties":{"action":{"description":"The action for this specific patch\ncreate ActionCreate Create this identity.","enum":["create"],"type":"string","x-go-enum-desc":"create ActionCreate Create this identity."},"identity":{"description":"The identity ID payload of this patch","format":"uuid","type":"string"},"patch_id":{"description":"The ID of this patch response, if an ID was specified in the patch.","format":"uuid","type":"string"}},"type":"object"},"identitySchema":{"description":"Raw JSON Schema","type":"object"},"identitySchemaContainer":{"description":"An Identity JSON Schema Container","properties":{"id":{"description":"The ID of the Identity JSON Schema","type":"string"},"schema":{"description":"The actual Identity JSON Schema","type":"object"}},"type":"object"},"identitySchemaPreset":{"properties":{"schema":{"description":"Schema is the Identity JSON Schema","type":"object"},"url":{"description":"URL is the preset identifier","type":"string"}},"required":["url","schema"],"type":"object"},"identitySchemaPresets":{"items":{"$ref":"#/components/schemas/identitySchemaPreset"},"type":"array"},"identitySchemas":{"description":"List of Identity JSON Schemas","items":{"$ref":"#/components/schemas/identitySchemaContainer"},"type":"array"},"identityTraits":{"description":"Traits represent an identity's traits. The identity is able to create, modify, and delete traits\nin a self-service manner. The input will always be validated against the JSON Schema defined\nin `schema_url`."},"identityVerifiableAddressStatus":{"description":"VerifiableAddressStatus must not exceed 16 characters as that is the limitation in the SQL Schema","type":"string"},"identityWithCredentials":{"description":"Create Identity and Import Credentials","properties":{"oidc":{"$ref":"#/components/schemas/identityWithCredentialsOidc"},"password":{"$ref":"#/components/schemas/identityWithCredentialsPassword"}},"type":"object"},"identityWithCredentialsOidc":{"description":"Create Identity and Import Social Sign In Credentials","properties":{"config":{"$ref":"#/components/schemas/identityWithCredentialsOidcConfig"}},"type":"object"},"identityWithCredentialsOidcConfig":{"properties":{"config":{"$ref":"#/components/schemas/identityWithCredentialsPasswordConfig"},"providers":{"description":"A list of OpenID Connect Providers","items":{"$ref":"#/components/schemas/identityWithCredentialsOidcConfigProvider"},"type":"array"}},"type":"object"},"identityWithCredentialsOidcConfigProvider":{"description":"Create Identity and Import Social Sign In Credentials Configuration","properties":{"provider":{"description":"The OpenID Connect provider to link the subject to. Usually something like `google` or `github`.","type":"string"},"subject":{"description":"The subject (`sub`) of the OpenID Connect connection. Usually the `sub` field of the ID Token.","type":"string"}},"required":["subject","provider"],"type":"object"},"identityWithCredentialsPassword":{"description":"Create Identity and Import Password Credentials","properties":{"config":{"$ref":"#/components/schemas/identityWithCredentialsPasswordConfig"}},"type":"object"},"identityWithCredentialsPasswordConfig":{"description":"Create Identity and Import Password Credentials Configuration","properties":{"hashed_password":{"description":"The hashed password in [PHC format](https://www.ory.sh/docs/kratos/manage-identities/import-user-accounts-identities#hashed-passwords)","type":"string"},"password":{"description":"The password in plain text if no hash is available.","type":"string"},"use_password_migration_hook":{"description":"If set to true, the password will be migrated using the password migration hook.","type":"boolean"}},"type":"object"},"internalGetProjectBrandingBody":{"description":"Get Project Branding Request Body","properties":{"hostname":{"type":"string"}},"type":"object"},"internalIsAXWelcomeScreenEnabledForProjectBody":{"description":"Is Account Experience Enabled For Project Request Body","properties":{"path":{"description":"Path is the path of the request.","type":"string"},"project_slug":{"description":"ProjectSlug is the project's slug.","type":"string"}},"required":["project_slug","path"],"type":"object"},"internalIsOwnerForProjectBySlugBody":{"description":"Is Owner For Project By Slug Request Body","properties":{"namespace":{"description":"Namespace is the namespace of the subject.","enum":["User"," ApiKey"],"type":"string"},"project_scope":{"description":"ProjectScope is the project_id resolved from the\nAPI Token.","type":"string"},"project_slug":{"description":"ProjectSlug is the project's slug.","type":"string"},"subject":{"description":"Subject is the subject acting (user or API key).","type":"string"}},"required":["subject","namespace","project_slug"],"type":"object"},"internalIsOwnerForProjectBySlugResponse":{"properties":{"project_id":{"description":"ProjectID is the project's ID.","type":"string"}},"required":["project_id"],"type":"object"},"introspectedOAuth2Token":{"description":"Introspection contains an access token's session data as specified by\n[IETF RFC 7662](https://tools.ietf.org/html/rfc7662)","properties":{"active":{"description":"Active is a boolean indicator of whether or not the presented token\nis currently active. The specifics of a token's \"active\" state\nwill vary depending on the implementation of the authorization\nserver and the information it keeps about its tokens, but a \"true\"\nvalue return for the \"active\" property will generally indicate\nthat a given token has been issued by this authorization server,\nhas not been revoked by the resource owner, and is within its\ngiven time window of validity (e.g., after its issuance time and\nbefore its expiration time).","type":"boolean"},"aud":{"description":"Audience contains a list of the token's intended audiences.","items":{"type":"string"},"type":"array"},"client_id":{"description":"ID is aclient identifier for the OAuth 2.0 client that\nrequested this token.","type":"string"},"exp":{"description":"Expires at is an integer timestamp, measured in the number of seconds\nsince January 1 1970 UTC, indicating when this token will expire.","format":"int64","type":"integer"},"ext":{"additionalProperties":{},"description":"Extra is arbitrary data set by the session.","type":"object"},"iat":{"description":"Issued at is an integer timestamp, measured in the number of seconds\nsince January 1 1970 UTC, indicating when this token was\noriginally issued.","format":"int64","type":"integer"},"iss":{"description":"IssuerURL is a string representing the issuer of this token","type":"string"},"nbf":{"description":"NotBefore is an integer timestamp, measured in the number of seconds\nsince January 1 1970 UTC, indicating when this token is not to be\nused before.","format":"int64","type":"integer"},"obfuscated_subject":{"description":"ObfuscatedSubject is set when the subject identifier algorithm was set to \"pairwise\" during authorization.\nIt is the `sub` value of the ID Token that was issued.","type":"string"},"scope":{"description":"Scope is a JSON string containing a space-separated list of\nscopes associated with this token.","type":"string"},"sub":{"description":"Subject of the token, as defined in JWT [RFC7519].\nUsually a machine-readable identifier of the resource owner who\nauthorized this token.","type":"string"},"token_type":{"description":"TokenType is the introspected token's type, typically `Bearer`.","type":"string"},"token_use":{"description":"TokenUse is the introspected token's use, for example `access_token` or `refresh_token`.","type":"string"},"username":{"description":"Username is a human-readable identifier for the resource owner who\nauthorized this token.","type":"string"}},"required":["active"],"type":"object"},"invoice":{"properties":{"id":{"description":"The ID of the invoice.","format":"uuid","readOnly":true,"type":"string"},"invoiced_at":{"$ref":"#/components/schemas/Time"},"type":{"description":"Type is the type of the invoice.\nusage InvoiceTypeUsage\nbase InvoiceTypeBase","enum":["usage","base"],"readOnly":true,"type":"string","x-go-enum-desc":"usage InvoiceTypeUsage\nbase InvoiceTypeBase"},"updated_at":{"format":"date-time","type":"string"},"v1":{"$ref":"#/components/schemas/InvoiceDataV1"}},"required":["id","invoiced_at","type"],"type":"object"},"isOwnerForProjectBySlug":{"properties":{"ProjectSlug":{"description":"ProjectSlug is the project's slug.","type":"string"},"Subject":{"description":"Subject is the subject from the API Token.","type":"string"}},"required":["Subject","ProjectSlug"],"type":"object"},"jsonPatch":{"description":"A JSONPatch document as defined by RFC 6902","properties":{"from":{"description":"This field is used together with operation \"move\" and uses JSON Pointer notation.\n\nLearn more [about JSON Pointers](https://datatracker.ietf.org/doc/html/rfc6901#section-5).","example":"/name","type":"string"},"op":{"description":"The operation to be performed. One of \"add\", \"remove\", \"replace\", \"move\", \"copy\", or \"test\".","enum":["add","remove","replace","move","copy","test"],"example":"replace","type":"string"},"path":{"description":"The path to the target path. Uses JSON pointer notation.\n\nLearn more [about JSON Pointers](https://datatracker.ietf.org/doc/html/rfc6901#section-5).","example":"/name","type":"string"},"value":{"description":"The value to be used within the operations.\n\nLearn more [about JSON Pointers](https://datatracker.ietf.org/doc/html/rfc6901#section-5).","example":"foobar"}},"required":["op","path"],"type":"object"},"jsonPatchDocument":{"description":"A JSONPatchDocument request","items":{"$ref":"#/components/schemas/jsonPatch"},"type":"array"},"jsonWebKey":{"properties":{"alg":{"description":"The \"alg\" (algorithm) parameter identifies the algorithm intended for\nuse with the key. The values used should either be registered in the\nIANA \"JSON Web Signature and Encryption Algorithms\" registry\nestablished by [JWA] or be a value that contains a Collision-\nResistant Name.","example":"RS256","type":"string"},"crv":{"example":"P-256","type":"string"},"d":{"example":"T_N8I-6He3M8a7X1vWt6TGIx4xB_GP3Mb4SsZSA4v-orvJzzRiQhLlRR81naWYxfQAYt5isDI6_C2L9bdWo4FFPjGQFvNoRX-_sBJyBI_rl-TBgsZYoUlAj3J92WmY2inbA-PwyJfsaIIDceYBC-eX-xiCu6qMqkZi3MwQAFL6bMdPEM0z4JBcwFT3VdiWAIRUuACWQwrXMq672x7fMuaIaHi7XDGgt1ith23CLfaREmJku9PQcchbt_uEY-hqrFY6ntTtS4paWWQj86xLL94S-Tf6v6xkL918PfLSOTq6XCzxvlFwzBJqApnAhbwqLjpPhgUG04EDRrqrSBc5Y1BLevn6Ip5h1AhessBp3wLkQgz_roeckt-ybvzKTjESMuagnpqLvOT7Y9veIug2MwPJZI2VjczRc1vzMs25XrFQ8DpUy-bNdp89TmvAXwctUMiJdgHloJw23Cv03gIUAkDnsTqZmkpbIf-crpgNKFmQP_EDKoe8p_PXZZgfbRri3NoEVGP7Mk6yEu8LjJhClhZaBNjuWw2-KlBfOA3g79mhfBnkInee5KO9mGR50qPk1V-MorUYNTFMZIm0kFE6eYVWFBwJHLKYhHU34DoiK1VP-svZpC2uAMFNA_UJEwM9CQ2b8qe4-5e9aywMvwcuArRkAB5mBIfOaOJao3mfukKAE","type":"string"},"dp":{"example":"G4sPXkc6Ya9y8oJW9_ILj4xuppu0lzi_H7VTkS8xj5SdX3coE0oimYwxIi2emTAue0UOa5dpgFGyBJ4c8tQ2VF402XRugKDTP8akYhFo5tAA77Qe_NmtuYZc3C3m3I24G2GvR5sSDxUyAN2zq8Lfn9EUms6rY3Ob8YeiKkTiBj0","type":"string"},"dq":{"example":"s9lAH9fggBsoFR8Oac2R_E2gw282rT2kGOAhvIllETE1efrA6huUUvMfBcMpn8lqeW6vzznYY5SSQF7pMdC_agI3nG8Ibp1BUb0JUiraRNqUfLhcQb_d9GF4Dh7e74WbRsobRonujTYN1xCaP6TO61jvWrX-L18txXw494Q_cgk","type":"string"},"e":{"example":"AQAB","type":"string"},"k":{"example":"GawgguFyGrWKav7AX4VKUg","type":"string"},"kid":{"description":"The \"kid\" (key ID) parameter is used to match a specific key. This\nis used, for instance, to choose among a set of keys within a JWK Set\nduring key rollover. The structure of the \"kid\" value is\nunspecified. When \"kid\" values are used within a JWK Set, different\nkeys within the JWK Set SHOULD use distinct \"kid\" values. (One\nexample in which different keys might use the same \"kid\" value is if\nthey have different \"kty\" (key type) values but are considered to be\nequivalent alternatives by the application using them.) The \"kid\"\nvalue is a case-sensitive string.","example":"1603dfe0af8f4596","type":"string"},"kty":{"description":"The \"kty\" (key type) parameter identifies the cryptographic algorithm\nfamily used with the key, such as \"RSA\" or \"EC\". \"kty\" values should\neither be registered in the IANA \"JSON Web Key Types\" registry\nestablished by [JWA] or be a value that contains a Collision-\nResistant Name. The \"kty\" value is a case-sensitive string.","example":"RSA","type":"string"},"n":{"example":"vTqrxUyQPl_20aqf5kXHwDZrel-KovIp8s7ewJod2EXHl8tWlRB3_Rem34KwBfqlKQGp1nqah-51H4Jzruqe0cFP58hPEIt6WqrvnmJCXxnNuIB53iX_uUUXXHDHBeaPCSRoNJzNysjoJ30TIUsKBiirhBa7f235PXbKiHducLevV6PcKxJ5cY8zO286qJLBWSPm-OIevwqsIsSIH44Qtm9sioFikhkbLwoqwWORGAY0nl6XvVOlhADdLjBSqSAeT1FPuCDCnXwzCDR8N9IFB_IjdStFkC-rVt2K5BYfPd0c3yFp_vHR15eRd0zJ8XQ7woBC8Vnsac6Et1pKS59pX6256DPWu8UDdEOolKAPgcd_g2NpA76cAaF_jcT80j9KrEzw8Tv0nJBGesuCjPNjGs_KzdkWTUXt23Hn9QJsdc1MZuaW0iqXBepHYfYoqNelzVte117t4BwVp0kUM6we0IqyXClaZgOI8S-WDBw2_Ovdm8e5NmhYAblEVoygcX8Y46oH6bKiaCQfKCFDMcRgChme7AoE1yZZYsPbaG_3IjPrC4LBMHQw8rM9dWjJ8ImjicvZ1pAm0dx-KHCP3y5PVKrxBDf1zSOsBRkOSjB8TPODnJMz6-jd5hTtZxpZPwPoIdCanTZ3ZD6uRBpTmDwtpRGm63UQs1m5FWPwb0T2IF0","type":"string"},"p":{"example":"6NbkXwDWUhi-eR55Cgbf27FkQDDWIamOaDr0rj1q0f1fFEz1W5A_09YvG09Fiv1AO2-D8Rl8gS1Vkz2i0zCSqnyy8A025XOcRviOMK7nIxE4OH_PEsko8dtIrb3TmE2hUXvCkmzw9EsTF1LQBOGC6iusLTXepIC1x9ukCKFZQvdgtEObQ5kzd9Nhq-cdqmSeMVLoxPLd1blviVT9Vm8-y12CtYpeJHOaIDtVPLlBhJiBoPKWg3vxSm4XxIliNOefqegIlsmTIa3MpS6WWlCK3yHhat0Q-rRxDxdyiVdG_wzJvp0Iw_2wms7pe-PgNPYvUWH9JphWP5K38YqEBiJFXQ","type":"string"},"q":{"example":"0A1FmpOWR91_RAWpqreWSavNaZb9nXeKiBo0DQGBz32DbqKqQ8S4aBJmbRhJcctjCLjain-ivut477tAUMmzJwVJDDq2MZFwC9Q-4VYZmFU4HJityQuSzHYe64RjN-E_NQ02TWhG3QGW6roq6c57c99rrUsETwJJiwS8M5p15Miuz53DaOjv-uqqFAFfywN5WkxHbraBcjHtMiQuyQbQqkCFh-oanHkwYNeytsNhTu2mQmwR5DR2roZ2nPiFjC6nsdk-A7E3S3wMzYYFw7jvbWWoYWo9vB40_MY2Y0FYQSqcDzcBIcq_0tnnasf3VW4Fdx6m80RzOb2Fsnln7vKXAQ","type":"string"},"qi":{"example":"GyM_p6JrXySiz1toFgKbWV-JdI3jQ4ypu9rbMWx3rQJBfmt0FoYzgUIZEVFEcOqwemRN81zoDAaa-Bk0KWNGDjJHZDdDmFhW3AN7lI-puxk_mHZGJ11rxyR8O55XLSe3SPmRfKwZI6yU24ZxvQKFYItdldUKGzO6Ia6zTKhAVRU","type":"string"},"use":{"description":"Use (\"public key use\") identifies the intended use of\nthe public key. The \"use\" parameter is employed to indicate whether\na public key is used for encrypting data or verifying the signature\non data. Values are commonly \"sig\" (signature) or \"enc\" (encryption).","example":"sig","type":"string"},"x":{"example":"f83OJ3D2xF1Bg8vub9tLe1gHMzV76e8Tus9uPHvRVEU","type":"string"},"x5c":{"description":"The \"x5c\" (X.509 certificate chain) parameter contains a chain of one\nor more PKIX certificates [RFC5280]. The certificate chain is\nrepresented as a JSON array of certificate value strings. Each\nstring in the array is a base64-encoded (Section 4 of [RFC4648] --\nnot base64url-encoded) DER [ITU.X690.1994] PKIX certificate value.\nThe PKIX certificate containing the key value MUST be the first\ncertificate.","items":{"type":"string"},"type":"array"},"y":{"example":"x_FEzRu9m36HLN_tue659LNpXW6pCyStikYjKIWI5a0","type":"string"}},"required":["use","kty","kid","alg"],"type":"object"},"jsonWebKeySet":{"description":"JSON Web Key Set","properties":{"keys":{"description":"List of JSON Web Keys\n\nThe value of the \"keys\" parameter is an array of JSON Web Key (JWK)\nvalues. By default, the order of the JWK values within the array does\nnot imply an order of preference among them, although applications\nof JWK Sets can choose to assign a meaning to the order for their\npurposes, if desired.","items":{"$ref":"#/components/schemas/jsonWebKey"},"type":"array"}},"type":"object"},"listCustomDomains":{"description":"Custom Hostname List","items":{"$ref":"#/components/schemas/customDomain"},"type":"array"},"listEventStreams":{"description":"Event Stream List","properties":{"event_streams":{"items":{"$ref":"#/components/schemas/eventStream"},"type":"array"}},"type":"object"},"listInvoicesResponse":{"properties":{"buckets":{"items":{"$ref":"#/components/schemas/BillingPeriodBucket"},"type":"array"},"has_next_page":{"type":"boolean"},"next_page_token":{"type":"string"}},"required":["buckets","next_page_token","has_next_page"],"type":"object"},"listOrganizationsResponse":{"description":"B2B SSO Organization List","properties":{"has_next_page":{"type":"boolean"},"next_page_token":{"type":"string"},"organizations":{"description":"The list of organizations","items":{"$ref":"#/components/schemas/organization"},"type":"array"}},"required":["organizations","next_page_token","has_next_page"],"type":"object"},"listWorkspaceProjects":{"properties":{"has_next_page":{"type":"boolean"},"next_page":{"type":"string"},"projects":{"items":{"$ref":"#/components/schemas/projectMetadata"},"type":"array"}},"required":["projects","next_page","has_next_page"],"type":"object"},"listWorkspaces":{"properties":{"has_next_page":{"type":"boolean"},"next_page_token":{"type":"string"},"workspaces":{"items":{"$ref":"#/components/schemas/workspace"},"type":"array"}},"required":["workspaces","next_page_token","has_next_page"],"type":"object"},"loginFlow":{"description":"This object represents a login flow. A login flow is initiated at the \"Initiate Login API / Browser Flow\"\nendpoint by a client.\n\nOnce a login flow is completed successfully, a session cookie or session token will be issued.","properties":{"active":{"description":"The active login method\n\nIf set contains the login method used. If the flow is new, it is unset.\npassword CredentialsTypePassword\noidc CredentialsTypeOIDC\ntotp CredentialsTypeTOTP\nlookup_secret CredentialsTypeLookup\nwebauthn CredentialsTypeWebAuthn\ncode CredentialsTypeCodeAuth\npasskey CredentialsTypePasskey\nprofile CredentialsTypeProfile\nlink_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself.\ncode_recovery CredentialsTypeRecoveryCode","enum":["password","oidc","totp","lookup_secret","webauthn","code","passkey","profile","link_recovery","code_recovery"],"type":"string","x-go-enum-desc":"password CredentialsTypePassword\noidc CredentialsTypeOIDC\ntotp CredentialsTypeTOTP\nlookup_secret CredentialsTypeLookup\nwebauthn CredentialsTypeWebAuthn\ncode CredentialsTypeCodeAuth\npasskey CredentialsTypePasskey\nprofile CredentialsTypeProfile\nlink_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself.\ncode_recovery CredentialsTypeRecoveryCode"},"created_at":{"description":"CreatedAt is a helper struct field for gobuffalo.pop.","format":"date-time","type":"string"},"expires_at":{"description":"ExpiresAt is the time (UTC) when the flow expires. If the user still wishes to log in,\na new flow has to be initiated.","format":"date-time","type":"string"},"id":{"description":"ID represents the flow's unique ID. When performing the login flow, this\nrepresents the id in the login UI's query parameter: http:///?flow=","format":"uuid","type":"string"},"issued_at":{"description":"IssuedAt is the time (UTC) when the flow started.","format":"date-time","type":"string"},"oauth2_login_challenge":{"description":"Ory OAuth 2.0 Login Challenge.\n\nThis value is set using the `login_challenge` query parameter of the registration and login endpoints.\nIf set will cooperate with Ory OAuth2 and OpenID to act as an OAuth2 server / OpenID Provider.","type":"string"},"oauth2_login_request":{"$ref":"#/components/schemas/oAuth2LoginRequest"},"organization_id":{"$ref":"#/components/schemas/NullUUID"},"refresh":{"description":"Refresh stores whether this login flow should enforce re-authentication.","type":"boolean"},"request_url":{"description":"RequestURL is the initial URL that was requested from Ory Kratos. It can be used\nto forward information contained in the URL's path or query for example.","type":"string"},"requested_aal":{"$ref":"#/components/schemas/authenticatorAssuranceLevel"},"return_to":{"description":"ReturnTo contains the requested return_to URL.","type":"string"},"session_token_exchange_code":{"description":"SessionTokenExchangeCode holds the secret code that the client can use to retrieve a session token after the login flow has been completed.\nThis is only set if the client has requested a session token exchange code, and if the flow is of type \"api\",\nand only on creating the login flow.","type":"string"},"state":{"description":"State represents the state of this request:\n\nchoose_method: ask the user to choose a method to sign in with\nsent_email: the email has been sent to the user\npassed_challenge: the request was successful and the login challenge was passed."},"transient_payload":{"description":"TransientPayload is used to pass data from the login to hooks and email templates","type":"object"},"type":{"$ref":"#/components/schemas/selfServiceFlowType"},"ui":{"$ref":"#/components/schemas/uiContainer"},"updated_at":{"description":"UpdatedAt is a helper struct field for gobuffalo.pop.","format":"date-time","type":"string"}},"required":["id","type","expires_at","issued_at","request_url","ui","state"],"title":"Login Flow","type":"object"},"loginFlowState":{"description":"The state represents the state of the login flow.\n\nchoose_method: ask the user to choose a method (e.g. login account via email)\nsent_email: the email has been sent to the user\npassed_challenge: the request was successful and the login challenge was passed.","enum":["choose_method","sent_email","passed_challenge"],"title":"Login Flow State","type":"string"},"logoutFlow":{"description":"Logout Flow","properties":{"logout_token":{"description":"LogoutToken can be used to perform logout using AJAX.","type":"string"},"logout_url":{"description":"LogoutURL can be opened in a browser to sign the user out.\n\nformat: uri","type":"string"}},"required":["logout_url","logout_token"],"type":"object"},"managedIdentitySchema":{"description":"Together the name and identity uuid are a unique index constraint.\nThis prevents a user from having schemas with the same name.\nThis also allows schemas to have the same name across the system.","properties":{"blob_name":{"description":"The gcs file name\n\nThis is a randomly generated name which is used to uniquely identify the file on the blob storage","type":"string"},"blob_url":{"description":"The publicly accessible url of the schema","type":"string"},"content_hash":{"description":"The Content Hash\n\nContains a hash of the schema's content.","type":"string"},"created_at":{"description":"The Schema's Creation Date","format":"date-time","readOnly":true,"type":"string"},"id":{"description":"The schema's ID.","format":"uuid","readOnly":true,"type":"string"},"name":{"description":"The schema name\n\nThis is set by the user and is for them to easily recognise their schema","example":"CustomerIdentity","type":"string"},"updated_at":{"description":"Last Time Schema was Updated","format":"date-time","readOnly":true,"type":"string"}},"required":["id","name","blob_name","blob_url","created_at","updated_at"],"title":"Schema represents an Ory Kratos Identity Schema","type":"object"},"managedIdentitySchemaValidationResult":{"description":"Ory Identity Schema Validation Result","properties":{"message":{"type":"string"},"valid":{"type":"boolean"}},"type":"object"},"managedIdentitySchemas":{"items":{"$ref":"#/components/schemas/managedIdentitySchema"},"type":"array"},"memberInvite":{"properties":{"created_at":{"description":"The Project's Revision Creation Date","format":"date-time","readOnly":true,"type":"string"},"id":{"description":"The invite's ID.","format":"uuid","readOnly":true,"type":"string"},"invitee_email":{"description":"The invitee's email","type":"string"},"invitee_id":{"$ref":"#/components/schemas/NullUUID"},"owner_email":{"description":"The invite owner's email\nUsually the project's owner email","type":"string"},"owner_id":{"description":"The invite owner's ID\nUsually the project's owner","format":"uuid","type":"string"},"project_id":{"$ref":"#/components/schemas/NullUUID"},"role":{"$ref":"#/components/schemas/String"},"status":{"description":"The invite's status\nKeeps track of the invites status such as pending, accepted, declined, expired\npending PENDING\naccepted ACCEPTED\ndeclined DECLINED\nexpired EXPIRED\ncancelled CANCELLED\nremoved REMOVED","enum":["pending","accepted","declined","expired","cancelled","removed"],"type":"string","x-go-enum-desc":"pending PENDING\naccepted ACCEPTED\ndeclined DECLINED\nexpired EXPIRED\ncancelled CANCELLED\nremoved REMOVED"},"updated_at":{"description":"Last Time Project's Revision was Updated","format":"date-time","readOnly":true,"type":"string"},"workspace_id":{"$ref":"#/components/schemas/NullUUID"}},"required":["id","owner_id","owner_email","invitee_email","status","created_at","updated_at"],"type":"object"},"memberInvites":{"items":{"$ref":"#/components/schemas/memberInvite"},"type":"array"},"message":{"properties":{"body":{"type":"string"},"channel":{"type":"string"},"created_at":{"description":"CreatedAt is a helper struct field for gobuffalo.pop.","format":"date-time","type":"string"},"dispatches":{"description":"Dispatches store information about the attempts of delivering a message\nMay contain an error if any happened, or just the `success` state.","items":{"$ref":"#/components/schemas/messageDispatch"},"type":"array"},"id":{"format":"uuid","type":"string"},"recipient":{"type":"string"},"send_count":{"format":"int64","type":"integer"},"status":{"$ref":"#/components/schemas/courierMessageStatus"},"subject":{"type":"string"},"template_type":{"description":"\nrecovery_invalid TypeRecoveryInvalid\nrecovery_valid TypeRecoveryValid\nrecovery_code_invalid TypeRecoveryCodeInvalid\nrecovery_code_valid TypeRecoveryCodeValid\nverification_invalid TypeVerificationInvalid\nverification_valid TypeVerificationValid\nverification_code_invalid TypeVerificationCodeInvalid\nverification_code_valid TypeVerificationCodeValid\nstub TypeTestStub\nlogin_code_valid TypeLoginCodeValid\nregistration_code_valid TypeRegistrationCodeValid","enum":["recovery_invalid","recovery_valid","recovery_code_invalid","recovery_code_valid","verification_invalid","verification_valid","verification_code_invalid","verification_code_valid","stub","login_code_valid","registration_code_valid"],"type":"string","x-go-enum-desc":"recovery_invalid TypeRecoveryInvalid\nrecovery_valid TypeRecoveryValid\nrecovery_code_invalid TypeRecoveryCodeInvalid\nrecovery_code_valid TypeRecoveryCodeValid\nverification_invalid TypeVerificationInvalid\nverification_valid TypeVerificationValid\nverification_code_invalid TypeVerificationCodeInvalid\nverification_code_valid TypeVerificationCodeValid\nstub TypeTestStub\nlogin_code_valid TypeLoginCodeValid\nregistration_code_valid TypeRegistrationCodeValid"},"type":{"$ref":"#/components/schemas/courierMessageType"},"updated_at":{"description":"UpdatedAt is a helper struct field for gobuffalo.pop.","format":"date-time","type":"string"}},"required":["id","status","type","recipient","body","subject","template_type","send_count","created_at","updated_at"],"type":"object"},"messageDispatch":{"description":"MessageDispatch represents an attempt of sending a courier message\nIt contains the status of the attempt (failed or successful) and the error if any occured","properties":{"created_at":{"description":"CreatedAt is a helper struct field for gobuffalo.pop.","format":"date-time","type":"string"},"error":{"$ref":"#/components/schemas/JSONRawMessage"},"id":{"description":"The ID of this message dispatch","format":"uuid","type":"string"},"message_id":{"description":"The ID of the message being dispatched","format":"uuid","type":"string"},"status":{"description":"The status of this dispatch\nEither \"failed\" or \"success\"\nfailed CourierMessageDispatchStatusFailed\nsuccess CourierMessageDispatchStatusSuccess","enum":["failed","success"],"type":"string","x-go-enum-desc":"failed CourierMessageDispatchStatusFailed\nsuccess CourierMessageDispatchStatusSuccess"},"updated_at":{"description":"UpdatedAt is a helper struct field for gobuffalo.pop.","format":"date-time","type":"string"}},"required":["id","message_id","status","created_at","updated_at"],"type":"object"},"metricsDatapoint":{"description":"Represents a single datapoint/bucket of a time series","properties":{"count":{"description":"The count of events that occured in this time","format":"int64","type":"integer"},"time":{"description":"The time of the bucket","format":"date-time","type":"string"}},"required":["time","count"],"type":"object"},"namespace":{"properties":{"name":{"description":"Name of the namespace.","type":"string"}},"type":"object"},"needsPrivilegedSessionError":{"properties":{"error":{"$ref":"#/components/schemas/genericError"},"redirect_browser_to":{"description":"Points to where to redirect the user to next.","type":"string"}},"required":["redirect_browser_to"],"title":"Is sent when a privileged session is required to perform the settings update.","type":"object"},"normalizedProject":{"properties":{"created_at":{"description":"The Project's Creation Date","format":"date-time","readOnly":true,"type":"string"},"current_revision":{"$ref":"#/components/schemas/normalizedProjectRevision"},"environment":{"description":"The environment of the project.\nprod Production\nstage Staging\ndev Development","enum":["prod","stage","dev"],"type":"string","x-go-enum-desc":"prod Production\nstage Staging\ndev Development"},"home_region":{"description":"The project's data home region.\neu-central EUCentral\nus-east USEast\nus-west USWest\nus US\nglobal Global","enum":["eu-central","us-east","us-west","us","global"],"readOnly":true,"type":"string","x-go-enum-desc":"eu-central EUCentral\nus-east USEast\nus-west USWest\nus US\nglobal Global"},"hosts":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"id":{"description":"The project's ID.","format":"uuid","readOnly":true,"type":"string"},"slug":{"description":"The project's slug","readOnly":true,"type":"string"},"state":{"description":"The state of the project.\nrunning Running\nhalted Halted\ndeleted Deleted","enum":["running","halted","deleted"],"readOnly":true,"type":"string","x-go-enum-desc":"running Running\nhalted Halted\ndeleted Deleted"},"subscription_id":{"$ref":"#/components/schemas/NullUUID"},"subscription_plan":{"$ref":"#/components/schemas/String"},"updated_at":{"description":"Last Time Project was Updated","format":"date-time","readOnly":true,"type":"string"},"workspace":{"$ref":"#/components/schemas/workspace"},"workspace_id":{"$ref":"#/components/schemas/NullUUID"}},"required":["id","hosts","slug","current_revision","state","environment","workspace_id","home_region","created_at","updated_at"],"type":"object"},"normalizedProjectRevision":{"properties":{"created_at":{"description":"The Project's Revision Creation Date","format":"date-time","readOnly":true,"type":"string"},"disable_account_experience_welcome_screen":{"description":"Whether to disable the account experience welcome screen, which is hosted under `/ui/welcome`.","type":"boolean"},"enable_ax_v2":{"description":"Whether the new account experience is enabled and reachable.","type":"boolean"},"hydra_oauth2_allowed_top_level_claims":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"hydra_oauth2_client_credentials_default_grant_allowed_scope":{"description":"Automatically grant authorized OAuth2 Scope in OAuth2 Client Credentials Flow.\n\nEach OAuth2 Client is allowed to request a predefined OAuth2 Scope (for example `read write`). If this option is enabled, the full\nscope is automatically granted when performing the OAuth2 Client Credentials flow.\n\nIf disabled, the OAuth2 Client has to request the scope in the OAuth2 request by providing the `scope` query parameter.\n\nSetting this option to true is common if you need compatibility with MITREid.\n\nThis governs the \"oauth2.client_credentials.default_grant_allowed_scope\" setting.","type":"boolean"},"hydra_oauth2_exclude_not_before_claim":{"description":"Set to true if you want to exclude claim `nbf (not before)` part of access token.\n\nThis governs the \"oauth2.exclude_not_before_claim\" setting.","type":"boolean"},"hydra_oauth2_grant_jwt_iat_optional":{"description":"Configures if the issued at (`iat`) claim is required in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523).\n\nIf set to `false`, the `iat` claim is required. Set this value to `true` only after careful consideration.\n\nThis governs the \"oauth2.grant.jwt.iat_optional\" setting.","type":"boolean"},"hydra_oauth2_grant_jwt_jti_optional":{"description":"Configures if the JSON Web Token ID (`jti`) claim is required in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523).\n\nIf set to `false`, the `jti` claim is required. Set this value to `true` only after careful consideration.\n\nThis governs the \"oauth2.grant.jwt.jti_optional\" setting.","type":"boolean"},"hydra_oauth2_grant_jwt_max_ttl":{"default":"720h","description":"Configures what the maximum age of a JWT assertion used in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523) can be.\n\nThis feature uses the `exp` claim and `iat` claim to calculate assertion age. Assertions exceeding the max age will be denied.\n\nUseful as a safety measure and recommended to keep below 720h.\n\nThis governs the \"oauth2.grant.jwt.max_ttl\" setting.","example":"30m","pattern":"^[0-9]+(ns|us|ms|s|m|h)$","type":"string"},"hydra_oauth2_mirror_top_level_claims":{"description":"Set to false if you don't want to mirror custom claims under 'ext'.\n\nThis governs the \"oauth2.mirror_top_level_claims\" setting.","type":"boolean"},"hydra_oauth2_pkce_enforced":{"description":"Configures whether PKCE should be enforced for all OAuth2 Clients.\n\nThis governs the \"oauth2.pkce.enforced\" setting.","type":"boolean"},"hydra_oauth2_pkce_enforced_for_public_clients":{"description":"Configures whether PKCE should be enforced for OAuth2 Clients without a client secret (public clients).\n\nThis governs the \"oauth2.pkce.enforced_for_public_clients\" setting.","type":"boolean"},"hydra_oauth2_refresh_token_hook":{"description":"Sets the Refresh Token Hook Endpoint. If set this endpoint will be called during the OAuth2 Token Refresh grant update the OAuth2 Access Token claims.\n\nThis governs the \"oauth2.refresh_token_hook\" setting.","type":"string"},"hydra_oauth2_token_hook":{"description":"Sets the token hook endpoint for all grant types. If set it will be called while providing token to customize claims.\n\nThis governs the \"oauth2.token_hook.url\" setting.","type":"string"},"hydra_oidc_dynamic_client_registration_default_scope":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"hydra_oidc_dynamic_client_registration_enabled":{"description":"Configures OpenID Connect Dynamic Client Registration.\n\nThis governs the \"oidc.dynamic_client_registration.enabled\" setting.","type":"boolean"},"hydra_oidc_subject_identifiers_pairwise_salt":{"description":"Configures OpenID Connect Discovery and overwrites the pairwise algorithm\n\nThis governs the \"oidc.subject_identifiers.pairwise_salt\" setting.","type":"string"},"hydra_oidc_subject_identifiers_supported_types":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"hydra_secrets_cookie":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"hydra_secrets_system":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"hydra_serve_cookies_same_site_legacy_workaround":{"description":"Configures the Ory Hydra Cookie Same Site Legacy Workaround\n\nThis governs the \"serve.cookies.same_site_legacy_workaround\" setting.","type":"boolean"},"hydra_serve_cookies_same_site_mode":{"description":"Configures the Ory Hydra Cookie Same Site Mode\n\nThis governs the \"serve.cookies.same_site_mode\" setting.","type":"string"},"hydra_strategies_access_token":{"default":"opaque","description":"Defines access token type\n\nThis governs the \"strategies.access_token\" setting.\nopaque Oauth2AccessTokenStrategyOpaque\njwt Oauth2AccessTokenStrategyJwt","enum":["opaque","jwt"],"type":"string","x-go-enum-desc":"opaque Oauth2AccessTokenStrategyOpaque\njwt Oauth2AccessTokenStrategyJwt"},"hydra_strategies_jwt_scope_claim":{"default":"list","description":"Define the claim to use as the scope in the access token.\n\nThis governs the \"strategies.jwt.scope_claim\" setting:\n\nlist: The scope claim is an array of strings named `scope`: `{ \"scope\": [\"read\", \"write\"] }`\nstring: The scope claim is a space delimited list of strings named `scp`: `{ \"scp\": \"read write\" }`\nboth: The scope claim is both a space delimited list and an array of strings named `scope` and `scp`: `{ \"scope\": [\"read\", \"write\"], \"scp\": \"read write\" }`\nlist OAuth2JWTScopeClaimList\nstring OAuth2JWTScopeClaimString\nboth OAuth2JWTScopeClaimBoth","enum":["list","string","both"],"type":"string","x-go-enum-desc":"list OAuth2JWTScopeClaimList\nstring OAuth2JWTScopeClaimString\nboth OAuth2JWTScopeClaimBoth"},"hydra_strategies_scope":{"default":"wildcard","description":"Defines how scopes are matched. For more details have a look at https://github.com/ory/fosite#scopes\n\nThis governs the \"strategies.scope\" setting.\nexact Oauth2ScopeStrategyExact\nwildcard Oauth2ScopeStrategyWildcard","enum":["exact","wildcard"],"type":"string","x-go-enum-desc":"exact Oauth2ScopeStrategyExact\nwildcard Oauth2ScopeStrategyWildcard"},"hydra_ttl_access_token":{"default":"30m","description":"This governs the \"ttl.access_token\" setting.","example":"1h","pattern":"^[0-9]+(ns|us|ms|s|m|h)$","type":"string"},"hydra_ttl_auth_code":{"default":"720h","description":"Configures how long refresh tokens are valid.\n\nSet to -1 for refresh tokens to never expire. This is not recommended!\n\nThis governs the \"ttl.auth_code\" setting.","example":"30m","pattern":"^[0-9]+(ns|us|ms|s|m|h)$","type":"string"},"hydra_ttl_id_token":{"default":"30m","description":"This governs the \"ttl.id_token\" setting.","example":"1h","pattern":"^[0-9]+(ns|us|ms|s|m|h)$","type":"string"},"hydra_ttl_login_consent_request":{"default":"30m","description":"Configures how long a user login and consent flow may take.\n\nThis governs the \"ttl.login_consent_request\" setting.","example":"1h","pattern":"^[0-9]+(ns|us|ms|s|m|h)$","type":"string"},"hydra_ttl_refresh_token":{"default":"720h","description":"Configures how long refresh tokens are valid.\n\nSet to -1 for refresh tokens to never expire. This is not recommended!\n\nThis governs the \"ttl.refresh_token\" setting.","example":"30m","pattern":"^([0-9]+(ns|us|ms|s|m|h)|-1)$","type":"string"},"hydra_urls_consent":{"description":"Sets the OAuth2 Consent Endpoint URL of the OAuth2 User Login & Consent flow.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.consent\" setting.","type":"string"},"hydra_urls_error":{"description":"Sets the OAuth2 Error URL of the OAuth2 User Login & Consent flow.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.error\" setting.","type":"string"},"hydra_urls_login":{"description":"Sets the OAuth2 Login Endpoint URL of the OAuth2 User Login & Consent flow.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.login\" setting.","type":"string"},"hydra_urls_logout":{"description":"Sets the logout endpoint.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.logout\" setting.","type":"string"},"hydra_urls_post_logout_redirect":{"description":"When an OAuth2-related user agent requests to log out, they will be redirected to this url afterwards per default.\n\nDefaults to the Ory Account Experience in development and your application in production mode when a custom domain is connected.\n\nThis governs the \"urls.post_logout_redirect\" setting.","type":"string"},"hydra_urls_registration":{"description":"Sets the OAuth2 Registration Endpoint URL of the OAuth2 User Login & Consent flow.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.registration\" setting.","type":"string"},"hydra_urls_self_issuer":{"description":"This value will be used as the issuer in access and ID tokens. It must be specified and using HTTPS protocol, unless the development mode is enabled.\n\nOn the Ory Network it will be very rare that you want to modify this value. If left empty, it will default to the correct value for the Ory Network.\n\nThis governs the \"urls.self.issuer\" setting.","type":"string"},"hydra_webfinger_jwks_broadcast_keys":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"hydra_webfinger_oidc_discovery_auth_url":{"description":"Configures OpenID Connect Discovery and overwrites the OAuth2 Authorization URL.\n\nThis governs the \"webfinger.oidc.discovery.auth_url\" setting.","type":"string"},"hydra_webfinger_oidc_discovery_client_registration_url":{"description":"Configures OpenID Connect Discovery and overwrites the OpenID Connect Dynamic Client Registration Endpoint.\n\nThis governs the \"webfinger.oidc.discovery.client_registration_url\" setting.","type":"string"},"hydra_webfinger_oidc_discovery_jwks_url":{"description":"Configures OpenID Connect Discovery and overwrites the JWKS URL.\n\nThis governs the \"webfinger.oidc.discovery.jwks_url\" setting.","type":"string"},"hydra_webfinger_oidc_discovery_supported_claims":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"hydra_webfinger_oidc_discovery_supported_scope":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"hydra_webfinger_oidc_discovery_token_url":{"description":"Configures OpenID Connect Discovery and overwrites the OAuth2 Token URL.\n\nThis governs the \"webfinger.oidc.discovery.token_url\" setting.","type":"string"},"hydra_webfinger_oidc_discovery_userinfo_url":{"description":"Configures OpenID Connect Discovery and overwrites userinfo endpoint to be advertised at the OpenID Connect Discovery endpoint /.well-known/openid-configuration. Defaults to Ory Hydra's userinfo endpoint at /userinfo. Set this value if you want to handle this endpoint yourself.\n\nThis governs the \"webfinger.oidc.discovery.userinfo_url\" setting.","type":"string"},"id":{"description":"The revision ID.","format":"uuid","readOnly":true,"type":"string"},"keto_namespace_configuration":{"description":"The Revisions' Keto Namespace Configuration\n\nThe string is a URL pointing to an OPL file with the configuration.","type":"string"},"keto_namespaces":{"$ref":"#/components/schemas/KetoNamespaces"},"kratos_cookies_same_site":{"description":"Configures the Ory Kratos Cookie SameSite Attribute\n\nThis governs the \"cookies.same_site\" setting.","type":"string"},"kratos_courier_channels":{"$ref":"#/components/schemas/revisionCourierChannels"},"kratos_courier_delivery_strategy":{"default":"smtp","description":"The delivery strategy to use when sending emails\n\n`smtp`: Use SMTP server\n`http`: Use the built in HTTP client to send the email to some remote service","type":"string"},"kratos_courier_http_request_config_auth_api_key_in":{"description":"The location of the API key to use in the HTTP email sending service's authentication\n\n`header`: Send the key value pair as a header\n`cookie`: Send the key value pair as a cookie\nThis governs the \"courier.http.auth.config.in\" setting","type":"string"},"kratos_courier_http_request_config_auth_api_key_name":{"description":"The name of the API key to use in the HTTP email sending service's authentication\n\nThis governs the \"courier.http.auth.config.name\" setting","type":"string"},"kratos_courier_http_request_config_auth_api_key_value":{"description":"The value of the API key to use in the HTTP email sending service's authentication\n\nThis governs the \"courier.http.auth.config.value\" setting","type":"string"},"kratos_courier_http_request_config_auth_basic_auth_password":{"description":"The password to use for basic auth in the HTTP email sending service's authentication\n\nThis governs the \"courier.http.auth.config.password\" setting","type":"string"},"kratos_courier_http_request_config_auth_basic_auth_user":{"description":"The user to use for basic auth in the HTTP email sending service's authentication\n\nThis governs the \"courier.http.auth.config.user\" setting","type":"string"},"kratos_courier_http_request_config_auth_type":{"default":"empty (no authentication)","description":"The authentication type to use while contacting the remote HTTP email sending service\n\n`basic_auth`: Use Basic Authentication\n`api_key`: Use API Key Authentication in a header or cookie","type":"string"},"kratos_courier_http_request_config_body":{"description":"The Jsonnet template to generate the body to send to the remote HTTP email sending service\n\nShould be valid Jsonnet and base64 encoded\n\nThis governs the \"courier.http.body\" setting","type":"string"},"kratos_courier_http_request_config_headers":{"$ref":"#/components/schemas/nullJsonRawMessage"},"kratos_courier_http_request_config_method":{"default":"POST","description":"The http METHOD to use when calling the remote HTTP email sending service","type":"string"},"kratos_courier_http_request_config_url":{"description":"The URL of the remote HTTP email sending service\n\nThis governs the \"courier.http.url\" setting","type":"string"},"kratos_courier_smtp_connection_uri":{"description":"Configures the Ory Kratos SMTP Connection URI\n\nThis governs the \"courier.smtp.connection_uri\" setting.","type":"string"},"kratos_courier_smtp_from_address":{"description":"Configures the Ory Kratos SMTP From Address\n\nThis governs the \"courier.smtp.from_address\" setting.","type":"string"},"kratos_courier_smtp_from_name":{"description":"Configures the Ory Kratos SMTP From Name\n\nThis governs the \"courier.smtp.from_name\" setting.","type":"string"},"kratos_courier_smtp_headers":{"$ref":"#/components/schemas/nullJsonRawMessage"},"kratos_courier_smtp_local_name":{"description":"Configures the local_name to use in SMTP connections\n\nThis governs the \"courier.smtp.local_name\" setting.","type":"string"},"kratos_courier_templates_login_code_valid_email_body_html":{"description":"Configures the Ory Kratos Valid Login via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.login_code.valid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_login_code_valid_email_body_plaintext":{"description":"Configures the Ory Kratos Valid Login via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.login_code.valid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_login_code_valid_email_subject":{"description":"Configures the Ory Kratos Valid Login via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.login_code.valid.email.subject\" setting.","type":"string"},"kratos_courier_templates_login_code_valid_sms_body_plaintext":{"description":"Configures the Ory Kratos Valid Login via Code SMS plain text body\n\nThis governs the \"courier.smtp.templates.login_code.valid.sms.plaintext\" setting.","type":"string"},"kratos_courier_templates_recovery_code_invalid_email_body_html":{"description":"Configures the Ory Kratos Invalid Recovery via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.recovery_code.invalid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_recovery_code_invalid_email_body_plaintext":{"description":"Configures the Ory Kratos Invalid Recovery via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.recovery_code.invalid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_recovery_code_invalid_email_subject":{"description":"Configures the Ory Kratos Invalid Recovery via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.recovery_code.invalid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_recovery_code_valid_email_body_html":{"description":"Configures the Ory Kratos Valid Recovery via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.recovery_code.valid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_recovery_code_valid_email_body_plaintext":{"description":"Configures the Ory Kratos Valid Recovery via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.recovery_code.valid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_recovery_code_valid_email_subject":{"description":"Configures the Ory Kratos Valid Recovery via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.recovery_code.valid.email.subject\" setting.","type":"string"},"kratos_courier_templates_recovery_invalid_email_body_html":{"description":"Configures the Ory Kratos Invalid Recovery Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.recovery.invalid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_recovery_invalid_email_body_plaintext":{"description":"Configures the Ory Kratos Invalid Recovery Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.recovery.invalid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_recovery_invalid_email_subject":{"description":"Configures the Ory Kratos Invalid Recovery Email Subject Template\n\nThis governs the \"courier.smtp.templates.recovery.invalid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_recovery_valid_email_body_html":{"description":"Configures the Ory Kratos Valid Recovery Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.recovery.valid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_recovery_valid_email_body_plaintext":{"description":"Configures the Ory Kratos Valid Recovery Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.recovery.valid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_recovery_valid_email_subject":{"description":"Configures the Ory Kratos Valid Recovery Email Subject Template\n\nThis governs the \"courier.smtp.templates.recovery.valid.email.subject\" setting.","type":"string"},"kratos_courier_templates_registration_code_valid_email_body_html":{"description":"Configures the Ory Kratos Valid Registration via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.registration_code.valid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_registration_code_valid_email_body_plaintext":{"description":"Configures the Ory Kratos Valid Registration via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.registration_code.valid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_registration_code_valid_email_subject":{"description":"Configures the Ory Kratos Valid Registration via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.registration_code.valid.email.subject\" setting.","type":"string"},"kratos_courier_templates_verification_code_invalid_email_body_html":{"description":"Configures the Ory Kratos Invalid Verification via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.verification_code.invalid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_verification_code_invalid_email_body_plaintext":{"description":"Configures the Ory Kratos Invalid Verification via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.verification_code.invalid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_verification_code_invalid_email_subject":{"description":"Configures the Ory Kratos Invalid Verification via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.verification_code.invalid.email.subject\" setting.","type":"string"},"kratos_courier_templates_verification_code_valid_email_body_html":{"description":"Configures the Ory Kratos Valid Verification via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.verification_code.valid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_verification_code_valid_email_body_plaintext":{"description":"Configures the Ory Kratos Valid Verification via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.verification_code.valid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_verification_code_valid_email_subject":{"description":"Configures the Ory Kratos Valid Verification via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.verification_code.valid.email.subject\" setting.","type":"string"},"kratos_courier_templates_verification_code_valid_sms_body_plaintext":{"description":"Configures the Ory Kratos Valid Verification via Code SMS Body Plaintext\n\nThis governs the \"courier.smtp.templates.verification_code.valid.sms.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_verification_invalid_email_body_html":{"description":"Configures the Ory Kratos Invalid Verification Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.verification.invalid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_verification_invalid_email_body_plaintext":{"description":"Configures the Ory Kratos Invalid Verification Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.verification.invalid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_verification_invalid_email_subject":{"description":"Configures the Ory Kratos Invalid Verification Email Subject Template\n\nThis governs the \"courier.smtp.templates.verification.invalid.email.subject\" setting.","type":"string"},"kratos_courier_templates_verification_valid_email_body_html":{"description":"Configures the Ory Kratos Valid Verification Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.verification.valid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_verification_valid_email_body_plaintext":{"description":"Configures the Ory Kratos Valid Verification Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.verification.valid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_verification_valid_email_subject":{"description":"Configures the Ory Kratos Valid Verification Email Subject Template\n\nThis governs the \"courier.smtp.templates.verification.valid.email.subject\" setting.","type":"string"},"kratos_feature_flags_cacheable_sessions":{"description":"Configures the Ory Kratos Session caching feature flag\n\nThis governs the \"feature_flags.cacheable_sessions\" setting.","type":"boolean"},"kratos_feature_flags_cacheable_sessions_max_age":{"description":"Configures the Ory Kratos Session caching max-age feature flag\n\nThis governs the \"feature_flags.cacheable_sessions_max_age\" setting.","type":"string"},"kratos_feature_flags_faster_session_extend":{"description":"Configures the Ory Kratos Faster Session Extend setting\n\nIf enabled allows faster session extension by skipping the session lookup and returning 201 instead of 200.\nDisabling this feature will be deprecated in the future.\n\nThis governs the \"feature_flags.faster_session_extend\" setting.","type":"boolean"},"kratos_feature_flags_use_continue_with_transitions":{"description":"Configures the Ory Kratos Session use_continue_with_transitions flag\n\nThis governs the \"feature_flags.use_continue_with_transitions\" setting.","type":"boolean"},"kratos_identity_schemas":{"$ref":"#/components/schemas/projectRevisionIdentitySchemas"},"kratos_oauth2_provider_headers":{"$ref":"#/components/schemas/nullJsonRawMessage"},"kratos_oauth2_provider_override_return_to":{"description":"Kratos OAuth2 Provider Override Return To\n\nEnabling this allows Kratos to set the return_to parameter automatically to the OAuth2 request URL on the login flow, allowing complex flows such as recovery to continue to the initial OAuth2 flow.","type":"boolean"},"kratos_oauth2_provider_url":{"description":"The Revisions' OAuth2 Provider Integration URL\n\nThis governs the \"oauth2_provider.url\" setting.","type":"string"},"kratos_preview_default_read_consistency_level":{"description":"Configures the default read consistency level for identity APIs\n\nThis governs the `preview.default_read_consistency_level` setting.\n\nThe read consistency level determines the consistency guarantee for reads:\n\nstrong (slow): The read is guaranteed to return the most recent data committed at the start of the read.\neventual (very fast): The result will return data that is about 4.8 seconds old.\n\nSetting the default consistency level to `eventual` may cause regressions in the future as we add consistency\ncontrols to more APIs. Currently, the following APIs will be affected by this setting:\n\n`GET /admin/identities`\n\nDefaults to \"strong\" for new and existing projects. This feature is in preview. Use with caution.","type":"string"},"kratos_secrets_cipher":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"kratos_secrets_cookie":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"kratos_secrets_default":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"kratos_selfservice_allowed_return_urls":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"kratos_selfservice_default_browser_return_url":{"description":"Configures the Ory Kratos Default Return URL\n\nThis governs the \"selfservice.allowed_return_urls\" setting.","type":"string"},"kratos_selfservice_flows_error_ui_url":{"description":"Configures the Ory Kratos Error UI URL\n\nThis governs the \"selfservice.flows.error.ui_url\" setting.","type":"string"},"kratos_selfservice_flows_login_after_code_default_browser_return_url":{"description":"Configures the Ory Kratos Login After Password Default Return URL\n\nThis governs the \"selfservice.flows.code.after.password.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_login_after_default_browser_return_url":{"description":"Configures the Ory Kratos Login Default Return URL\n\nThis governs the \"selfservice.flows.login.after.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_login_after_lookup_secret_default_browser_return_url":{"description":"Configures the Ory Kratos Login After Password Default Return URL\n\nThis governs the \"selfservice.flows.lookup_secret.after.password.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_login_after_oidc_default_browser_return_url":{"description":"Configures the Ory Kratos Login After OIDC Default Return URL\n\nThis governs the \"selfservice.flows.login.after.oidc.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_login_after_passkey_default_browser_return_url":{"description":"Configures the Ory Kratos Login After Passkey Default Return URL\n\nThis governs the \"selfservice.flows.login.after.passkey.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_login_after_password_default_browser_return_url":{"description":"Configures the Ory Kratos Login After Password Default Return URL\n\nThis governs the \"selfservice.flows.login.after.password.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_login_after_totp_default_browser_return_url":{"description":"Configures the Ory Kratos Login After Password Default Return URL\n\nThis governs the \"selfservice.flows.totp.after.password.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_login_after_webauthn_default_browser_return_url":{"description":"Configures the Ory Kratos Login After WebAuthn Default Return URL\n\nThis governs the \"selfservice.flows.login.after.webauthn.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_login_lifespan":{"description":"Configures the Ory Kratos Login Lifespan\n\nThis governs the \"selfservice.flows.login.lifespan\" setting.","type":"string"},"kratos_selfservice_flows_login_ui_url":{"description":"Configures the Ory Kratos Login UI URL\n\nThis governs the \"selfservice.flows.login.ui_url\" setting.","type":"string"},"kratos_selfservice_flows_logout_after_default_browser_return_url":{"description":"Configures the Ory Kratos Logout Default Return URL\n\nThis governs the \"selfservice.flows.logout.after.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_recovery_after_default_browser_return_url":{"description":"Configures the Ory Kratos Recovery Default Return URL\n\nThis governs the \"selfservice.flows.recovery.after.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_recovery_enabled":{"description":"Configures the Ory Kratos Recovery Enabled Setting\n\nThis governs the \"selfservice.flows.recovery.enabled\" setting.","type":"boolean"},"kratos_selfservice_flows_recovery_lifespan":{"description":"Configures the Ory Kratos Recovery Lifespan\n\nThis governs the \"selfservice.flows.recovery.lifespan\" setting.","type":"string"},"kratos_selfservice_flows_recovery_notify_unknown_recipients":{"description":"Configures whether to notify unknown recipients of a Ory Kratos recovery flow\n\nThis governs the \"selfservice.flows.recovery.notify_unknown_recipients\" setting.","type":"boolean"},"kratos_selfservice_flows_recovery_ui_url":{"description":"Configures the Ory Kratos Recovery UI URL\n\nThis governs the \"selfservice.flows.recovery.ui_url\" setting.","type":"string"},"kratos_selfservice_flows_recovery_use":{"description":"Configures the Ory Kratos Recovery strategy to use (\"link\" or \"code\")\n\nThis governs the \"selfservice.flows.recovery.use\" setting.\nlink SelfServiceMessageVerificationStrategyLink\ncode SelfServiceMessageVerificationStrategyCode","enum":["link","code"],"type":"string","x-go-enum-desc":"link SelfServiceMessageVerificationStrategyLink\ncode SelfServiceMessageVerificationStrategyCode"},"kratos_selfservice_flows_registration_after_code_default_browser_return_url":{"description":"Configures the Ory Kratos Registration After Code Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.code.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_registration_after_default_browser_return_url":{"description":"Configures the Ory Kratos Registration Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_registration_after_oidc_default_browser_return_url":{"description":"Configures the Ory Kratos Registration After OIDC Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.oidc.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_registration_after_passkey_default_browser_return_url":{"description":"Configures the Ory Kratos Registration After Passkey Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.password.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_registration_after_password_default_browser_return_url":{"description":"Configures the Ory Kratos Registration After Password Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.password.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_registration_after_webauthn_default_browser_return_url":{"description":"Configures the Ory Kratos Registration After Webauthn Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.webauthn.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_registration_enable_legacy_one_step":{"description":"Disable two-step registration\n\nTwo-step registration is a significantly improved sign up flow and recommended\nwhen using more than one sign up methods. To revert to one-step registration,\nset this to `true`.\n\nThis governs the \"selfservice.flows.registration.enable_legacy_one_step\" setting.","type":"boolean"},"kratos_selfservice_flows_registration_enabled":{"description":"Configures the Whether Ory Kratos Registration is Enabled\n\nThis governs the \"selfservice.flows.registration.enabled\" setting.0","type":"boolean"},"kratos_selfservice_flows_registration_lifespan":{"description":"Configures the Ory Kratos Registration Lifespan\n\nThis governs the \"selfservice.flows.registration.lifespan\" setting.","type":"string"},"kratos_selfservice_flows_registration_login_hints":{"description":"Configures the Ory Kratos Registration Login Hints\n\nShows helpful information when a user tries to sign up with a duplicate account.\n\nThis governs the \"selfservice.flows.registration.login_hints\" setting.","type":"boolean"},"kratos_selfservice_flows_registration_ui_url":{"description":"Configures the Ory Kratos Registration UI URL\n\nThis governs the \"selfservice.flows.registration.ui_url\" setting.","type":"string"},"kratos_selfservice_flows_settings_after_default_browser_return_url":{"description":"Configures the Ory Kratos Settings Default Return URL\n\nThis governs the \"selfservice.flows.settings.after.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_settings_after_lookup_secret_default_browser_return_url":{"description":"Configures the Ory Kratos Settings Default Return URL After Updating Lookup Secrets\n\nThis governs the \"selfservice.flows.settings.after.lookup_secret.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_settings_after_oidc_default_browser_return_url":{"description":"Configures the Ory Kratos Settings Default Return URL After Updating Social Sign In\n\nThis governs the \"selfservice.flows.settings.after.oidc.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_settings_after_passkey_default_browser_return_url":{"description":"Configures the Ory Kratos Settings Default Return URL After Updating Passkey\n\nThis governs the \"selfservice.flows.settings.after.passkey.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_settings_after_password_default_browser_return_url":{"description":"Configures the Ory Kratos Settings Default Return URL After Updating Passwords\n\nThis governs the \"selfservice.flows.settings.after.password.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_settings_after_profile_default_browser_return_url":{"description":"Configures the Ory Kratos Settings Default Return URL After Updating Profiles\n\nThis governs the \"selfservice.flows.settings.after.profile.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_settings_after_totp_default_browser_return_url":{"description":"Configures the Ory Kratos Settings Default Return URL After Updating TOTP\n\nThis governs the \"selfservice.flows.settings.after.totp.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_settings_after_webauthn_default_browser_return_url":{"description":"Configures the Ory Kratos Settings Default Return URL After Updating WebAuthn\n\nThis governs the \"selfservice.flows.settings.after.webauthn.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_settings_lifespan":{"description":"Configures the Ory Kratos Settings Lifespan\n\nThis governs the \"selfservice.flows.settings.lifespan\" setting.","type":"string"},"kratos_selfservice_flows_settings_privileged_session_max_age":{"description":"Configures the Ory Kratos Settings Privileged Session Max Age\n\nThis governs the \"selfservice.flows.settings.privileged_session_max_age\" setting.","type":"string"},"kratos_selfservice_flows_settings_required_aal":{"description":"Configures the Ory Kratos Settings Required AAL\n\nThis governs the \"selfservice.flows.settings.required_aal\" setting.","type":"string"},"kratos_selfservice_flows_settings_ui_url":{"description":"Configures the Ory Kratos Settings UI URL\n\nThis governs the \"selfservice.flows.settings.ui_url\" setting.","type":"string"},"kratos_selfservice_flows_verification_after_default_browser_return_url":{"description":"Configures the Ory Kratos Verification Default Return URL\n\nThis governs the \"selfservice.flows.verification.after.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_verification_enabled":{"description":"Configures the Ory Kratos Verification Enabled Setting\n\nThis governs the \"selfservice.flows.verification.enabled\" setting.","type":"boolean"},"kratos_selfservice_flows_verification_lifespan":{"description":"Configures the Ory Kratos Verification Lifespan\n\nThis governs the \"selfservice.flows.verification.lifespan\" setting.","type":"string"},"kratos_selfservice_flows_verification_notify_unknown_recipients":{"description":"Configures whether to notify unknown recipients of a Ory Kratos verification flow\n\nThis governs the \"selfservice.flows.verification.notify_unknown_recipients\" setting.","type":"boolean"},"kratos_selfservice_flows_verification_ui_url":{"description":"Configures the Ory Kratos Verification UI URL\n\nThis governs the \"selfservice.flows.verification.ui_url\" setting.","type":"string"},"kratos_selfservice_flows_verification_use":{"description":"Configures the Ory Kratos Strategy to use for Verification\n\nThis governs the \"selfservice.flows.verification.use\" setting.\nlink SelfServiceMessageVerificationStrategyLink\ncode SelfServiceMessageVerificationStrategyCode","enum":["link","code"],"type":"string","x-go-enum-desc":"link SelfServiceMessageVerificationStrategyLink\ncode SelfServiceMessageVerificationStrategyCode"},"kratos_selfservice_methods_code_config_lifespan":{"description":"Configures the Ory Kratos Code Method's lifespan\n\nThis governs the \"selfservice.methods.code.config.lifespan\" setting.","type":"string"},"kratos_selfservice_methods_code_config_missing_credential_fallback_enabled":{"description":"Enables a fallback method required in certain legacy use cases.\n\nThis governs the \"selfservice.methods.code.config.missing_credential_fallback_enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_code_enabled":{"description":"Configures whether Ory Kratos Code Method is enabled\n\nThis governs the \"selfservice.methods.code.enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_code_mfa_enabled":{"description":"Configures whether the code method can be used to fulfil MFA flows\n\nThis governs the \"selfservice.methods.code.mfa_enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_code_passwordless_enabled":{"description":"Configures whether Ory Kratos Passwordless should use the Code Method\n\nThis governs the \"selfservice.methods.code.passwordless_enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_code_passwordless_login_fallback_enabled":{"description":"This setting allows the code method to always login a user with code if they have registered with another authentication method such as password or social sign in.\n\nThis governs the \"selfservice.methods.code.passwordless_login_fallback_enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_link_config_base_url":{"description":"Configures the Base URL which Recovery, Verification, and Login Links Point to\n\nIt is recommended to leave this value empty. It will be appropriately configured to the best matching domain\n(e.g. when using custom domains) automatically.\n\nThis governs the \"selfservice.methods.link.config.base_url\" setting.","type":"string"},"kratos_selfservice_methods_link_config_lifespan":{"description":"Configures the Ory Kratos Link Method's lifespan\n\nThis governs the \"selfservice.methods.link.config.lifespan\" setting.","type":"string"},"kratos_selfservice_methods_link_enabled":{"description":"Configures whether Ory Kratos Link Method is enabled\n\nThis governs the \"selfservice.methods.link.enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_lookup_secret_enabled":{"description":"Configures whether Ory Kratos TOTP Lookup Secret is enabled\n\nThis governs the \"selfservice.methods.lookup_secret.enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_oidc_config_base_redirect_uri":{"description":"Configures the Ory Kratos Third Party / OpenID Connect base redirect URI\n\nThis governs the \"selfservice.methods.oidc.config.base_redirect_uri\" setting.","type":"string"},"kratos_selfservice_methods_oidc_config_providers":{"$ref":"#/components/schemas/projectRevisionThirdPartyLoginProviders"},"kratos_selfservice_methods_oidc_enabled":{"description":"Configures whether Ory Kratos Third Party / OpenID Connect Login is enabled\n\nThis governs the \"selfservice.methods.oidc.enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_passkey_config_rp_display_name":{"description":"Configures the Ory Kratos Passkey RP Display Name\n\nThis governs the \"selfservice.methods.passkey.config.rp.display_name\" setting.","type":"string"},"kratos_selfservice_methods_passkey_config_rp_id":{"description":"Configures the Ory Kratos Passkey RP ID\n\nThis governs the \"selfservice.methods.passkey.config.rp.id\" setting.","type":"string"},"kratos_selfservice_methods_passkey_config_rp_origins":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"kratos_selfservice_methods_passkey_enabled":{"description":"Configures whether Ory Kratos Passkey authentication is enabled\n\nThis governs the \"selfservice.methods.passkey.enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_password_config_haveibeenpwned_enabled":{"description":"Configures whether Ory Kratos Password HIBP Checks is enabled\n\nThis governs the \"selfservice.methods.password.config.haveibeenpwned_enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_password_config_identifier_similarity_check_enabled":{"description":"Configures whether Ory Kratos Password should disable the similarity policy.\n\nThis governs the \"selfservice.methods.password.config.identifier_similarity_check_enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_password_config_ignore_network_errors":{"description":"Configures whether Ory Kratos Password Should ignore HIBPWND Network Errors\n\nThis governs the \"selfservice.methods.password.config.ignore_network_errors\" setting.","type":"boolean"},"kratos_selfservice_methods_password_config_max_breaches":{"description":"Configures Ory Kratos Password Max Breaches Detection\n\nThis governs the \"selfservice.methods.password.config.max_breaches\" setting.","format":"int64","type":"integer"},"kratos_selfservice_methods_password_config_min_password_length":{"description":"Configures the minimum length of passwords.\n\nThis governs the \"selfservice.methods.password.config.min_password_length\" setting.","format":"int64","type":"integer"},"kratos_selfservice_methods_password_enabled":{"description":"Configures whether Ory Kratos Password Method is enabled\n\nThis governs the \"selfservice.methods.password.enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_profile_enabled":{"description":"Configures whether Ory Kratos Profile Method is enabled\n\nThis governs the \"selfservice.methods.profile.enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_totp_config_issuer":{"description":"Configures Ory Kratos TOTP Issuer\n\nThis governs the \"selfservice.methods.totp.config.issuer\" setting.","type":"string"},"kratos_selfservice_methods_totp_enabled":{"description":"Configures whether Ory Kratos TOTP Method is enabled\n\nThis governs the \"selfservice.methods.totp.enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_webauthn_config_passwordless":{"description":"Configures whether Ory Kratos Webauthn is used for passwordless flows\n\nThis governs the \"selfservice.methods.webauthn.config.passwordless\" setting.","type":"boolean"},"kratos_selfservice_methods_webauthn_config_rp_display_name":{"description":"Configures the Ory Kratos Webauthn RP Display Name\n\nThis governs the \"selfservice.methods.webauthn.config.rp.display_name\" setting.","type":"string"},"kratos_selfservice_methods_webauthn_config_rp_icon":{"description":"Configures the Ory Kratos Webauthn RP Icon\n\nThis governs the \"selfservice.methods.webauthn.config.rp.icon\" setting.\nDeprecated: This value will be ignored due to security considerations.","type":"string"},"kratos_selfservice_methods_webauthn_config_rp_id":{"description":"Configures the Ory Kratos Webauthn RP ID\n\nThis governs the \"selfservice.methods.webauthn.config.rp.id\" setting.","type":"string"},"kratos_selfservice_methods_webauthn_config_rp_origins":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"kratos_selfservice_methods_webauthn_enabled":{"description":"Configures whether Ory Kratos Webauthn is enabled\n\nThis governs the \"selfservice.methods.webauthn.enabled\" setting.","type":"boolean"},"kratos_session_cookie_persistent":{"description":"Configures the Ory Kratos Session Cookie Persistent Attribute\n\nThis governs the \"session.cookie.persistent\" setting.","type":"boolean"},"kratos_session_cookie_same_site":{"description":"Configures the Ory Kratos Session Cookie SameSite Attribute\n\nThis governs the \"session.cookie.same_site\" setting.","type":"string"},"kratos_session_lifespan":{"description":"Configures the Ory Kratos Session Lifespan\n\nThis governs the \"session.lifespan\" setting.","type":"string"},"kratos_session_whoami_required_aal":{"description":"Configures the Ory Kratos Session Whoami AAL requirement\n\nThis governs the \"session.whoami.required_aal\" setting.","type":"string"},"kratos_session_whoami_tokenizer_templates":{"$ref":"#/components/schemas/normalizedProjectRevisionTokenizerTemplates"},"name":{"description":"The project's name.","type":"string"},"project_id":{"description":"The Revision's Project ID","format":"uuid","type":"string"},"project_revision_hooks":{"$ref":"#/components/schemas/projectRevisionHooks"},"serve_admin_cors_allowed_origins":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"serve_admin_cors_enabled":{"description":"Enable CORS headers on all admin APIs\n\nThis governs the \"serve.admin.cors.enabled\" setting.","type":"boolean"},"serve_public_cors_allowed_origins":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"serve_public_cors_enabled":{"description":"Enable CORS headers on all public APIs\n\nThis governs the \"serve.public.cors.enabled\" setting.","type":"boolean"},"strict_security":{"description":"Whether the project should employ strict security measures. Setting this to true is recommended for going into production.","type":"boolean"},"updated_at":{"description":"Last Time Project's Revision was Updated","format":"date-time","readOnly":true,"type":"string"}},"required":["name"],"type":"object"},"normalizedProjectRevisionHook":{"properties":{"config_key":{"description":"The Hooks Config Key","type":"string"},"created_at":{"description":"The Project's Revision Creation Date","format":"date-time","readOnly":true,"type":"string"},"hook":{"description":"The Hook Type","type":"string"},"id":{"description":"ID of the entry","format":"uuid","type":"string"},"project_revision_id":{"description":"The Revision's ID this schema belongs to","format":"uuid","type":"string"},"updated_at":{"description":"Last Time Project's Revision was Updated","format":"date-time","readOnly":true,"type":"string"},"web_hook_config_auth_api_key_in":{"description":"Whether to send the API Key in the HTTP Header or as a HTTP Cookie","example":"header","type":"string"},"web_hook_config_auth_api_key_name":{"description":"The name of the api key","example":"X-API-Key","type":"string"},"web_hook_config_auth_api_key_value":{"description":"The value of the api key","example":"eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ","type":"string"},"web_hook_config_auth_basic_auth_password":{"description":"The password to be sent in the HTTP Basic Auth Header","type":"string"},"web_hook_config_auth_basic_auth_user":{"description":"The username to be sent in the HTTP Basic Auth Header","type":"string"},"web_hook_config_auth_type":{"description":"HTTP Auth Method to use for the Web-Hook","type":"string"},"web_hook_config_body":{"description":"URI pointing to the JsonNet template used for Web-Hook payload generation. Only used for those HTTP methods, which support HTTP body payloads.","example":"base64://ZnVuY3Rpb24oY3R4KSB7CiAgaWRlbnRpdHlfaWQ6IGlmIGN0eFsiaWRlbnRpdHkiXSAhPSBudWxsIHRoZW4gY3R4LmlkZW50aXR5LmlkLAp9=","type":"string"},"web_hook_config_can_interrupt":{"description":"If enabled allows the web hook to interrupt / abort the self-service flow. It only applies to certain flows (registration/verification/login/settings) and requires a valid response format.","type":"boolean"},"web_hook_config_method":{"description":"The HTTP method to use (GET, POST, etc) for the Web-Hook","example":"POST","type":"string"},"web_hook_config_response_ignore":{"description":"Whether to ignore the Web Hook response","type":"boolean"},"web_hook_config_response_parse":{"description":"Whether to parse the Web Hook response","type":"boolean"},"web_hook_config_url":{"description":"The URL the Web-Hook should call","example":"https://www.example.org/web-hook-listener","type":"string"}},"required":["config_key","hook"],"type":"object"},"normalizedProjectRevisionIdentitySchema":{"properties":{"created_at":{"description":"The Project's Revision Creation Date","format":"date-time","readOnly":true,"type":"string"},"id":{"description":"The unique ID of this entry.","format":"uuid","type":"string"},"identity_schema":{"$ref":"#/components/schemas/managedIdentitySchema"},"identity_schema_id":{"$ref":"#/components/schemas/NullUUID"},"import_id":{"description":"The imported (named) ID of the Identity Schema referenced in the Ory Kratos config.","type":"string"},"import_url":{"description":"The ImportURL can be used to import an Identity Schema from a bse64 encoded string.\nIn the future, this key also support HTTPS and other sources!\n\nIf you import an Ory Kratos configuration, this would be akin to the `identity.schemas.#.url` key.\n\nThe configuration will always return the import URL when you fetch it from the API.","example":"base64://ey...","type":"string"},"is_default":{"description":"If true sets the default schema for identities\n\nOnly one schema can ever be the default schema. If you\ntry to add two schemas with default to true, the\nrequest will fail.","type":"boolean"},"preset":{"description":"Use a preset instead of a custom identity schema.","type":"string"},"project_revision_id":{"description":"The Revision's ID this schema belongs to","format":"uuid","type":"string"},"updated_at":{"description":"Last Time Project's Revision was Updated","format":"date-time","readOnly":true,"type":"string"}},"type":"object"},"normalizedProjectRevisionIdentitySchemas":{"items":{"$ref":"#/components/schemas/normalizedProjectRevisionIdentitySchema"},"type":"array"},"normalizedProjectRevisionThirdPartyProvider":{"properties":{"additional_id_token_audiences":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"apple_private_key":{"$ref":"#/components/schemas/String"},"apple_private_key_id":{"description":"Apple Private Key Identifier\n\nSign In with Apple Private Key Identifier needed for generating a JWT token for client secret","example":"UX56C66723","type":"string"},"apple_team_id":{"description":"Apple Developer Team ID\n\nApple Developer Team ID needed for generating a JWT token for client secret","example":"KP76DQS54M","type":"string"},"auth_url":{"description":"AuthURL is the authorize url, typically something like: https://example.org/oauth2/auth\nShould only be used when the OAuth2 / OpenID Connect server is not supporting OpenID Connect Discovery and when\n`provider` is set to `generic`.","example":"https://www.googleapis.com/oauth2/v2/auth","type":"string"},"azure_tenant":{"description":"Tenant is the Azure AD Tenant to use for authentication, and must be set when `provider` is set to `microsoft`.\n\nCan be either `common`, `organizations`, `consumers` for a multitenant application or a specific tenant like\n`8eaef023-2b34-4da1-9baa-8bc8c9d6a490` or `contoso.onmicrosoft.com`.","example":"contoso.onmicrosoft.com","type":"string"},"claims_source":{"$ref":"#/components/schemas/String"},"client_id":{"description":"ClientID is the application's Client ID.","type":"string"},"client_secret":{"$ref":"#/components/schemas/String"},"created_at":{"description":"The Project's Revision Creation Date","format":"date-time","readOnly":true,"type":"string"},"id":{"format":"uuid","type":"string"},"issuer_url":{"description":"IssuerURL is the OpenID Connect Server URL. You can leave this empty if `provider` is not set to `generic`.\nIf set, neither `auth_url` nor `token_url` are required.","example":"https://accounts.google.com","type":"string"},"label":{"description":"Label represents an optional label which can be used in the UI generation.","type":"string"},"mapper_url":{"description":"Mapper specifies the JSONNet code snippet which uses the OpenID Connect Provider's data (e.g. GitHub or Google\nprofile information) to hydrate the identity's data.","type":"string"},"organization_id":{"$ref":"#/components/schemas/NullUUID"},"project_revision_id":{"description":"The Revision's ID this schema belongs to","format":"uuid","type":"string"},"provider":{"description":"Provider is either \"generic\" for a generic OAuth 2.0 / OpenID Connect Provider or one of:\ngeneric\ngoogle\ngithub\ngitlab\nmicrosoft\ndiscord\nslack\nfacebook\nvk\nyandex\napple","example":"google","type":"string"},"provider_id":{"description":"ID is the provider's ID","type":"string"},"requested_claims":{"$ref":"#/components/schemas/JSONRawMessage"},"scope":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"state":{"description":"State indicates the state of the provider\n\nOnly providers with state `enabled` will be used for authentication\nenabled ThirdPartyProviderStateEnabled\ndisabled ThirdPartyProviderStateDisabled","enum":["enabled","disabled"],"type":"string","x-go-enum-desc":"enabled ThirdPartyProviderStateEnabled\ndisabled ThirdPartyProviderStateDisabled"},"subject_source":{"$ref":"#/components/schemas/String"},"token_url":{"description":"TokenURL is the token url, typically something like: https://example.org/oauth2/token\n\nShould only be used when the OAuth2 / OpenID Connect server is not supporting OpenID Connect Discovery and when\n`provider` is set to `generic`.","example":"https://www.googleapis.com/oauth2/v4/token","type":"string"},"updated_at":{"description":"Last Time Project's Revision was Updated","format":"date-time","readOnly":true,"type":"string"}},"type":"object"},"normalizedProjectRevisionTokenizerTemplate":{"properties":{"claims_mapper_url":{"description":"Claims mapper URL","type":"string"},"created_at":{"description":"The Project's Revision Creation Date","format":"date-time","readOnly":true,"type":"string"},"id":{"description":"The revision ID.","format":"uuid","readOnly":true,"type":"string"},"jwks_url":{"description":"JSON Web Key URL","type":"string"},"key":{"description":"The unique key of the template","type":"string"},"project_revision_id":{"description":"The Revision's ID this schema belongs to","format":"uuid","type":"string"},"ttl":{"default":"1m","description":"Token time to live","example":"1h","pattern":"^[0-9]+(ns|us|ms|s|m|h)$","type":"string"},"updated_at":{"description":"Last Time Project's Revision was Updated","format":"date-time","readOnly":true,"type":"string"}},"type":"object"},"normalizedProjectRevisionTokenizerTemplates":{"items":{"$ref":"#/components/schemas/normalizedProjectRevisionTokenizerTemplate"},"type":"array"},"normalizedProjects":{"items":{"$ref":"#/components/schemas/normalizedProject"},"type":"array"},"nullBool":{"nullable":true,"type":"boolean"},"nullDuration":{"nullable":true,"pattern":"^[0-9]+(ns|us|ms|s|m|h)$","type":"string"},"nullInt64":{"nullable":true,"type":"integer"},"nullJsonRawMessage":{"description":"NullJSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger and is NULLable-","nullable":true,"type":"object"},"nullString":{"type":"string"},"nullTime":{"format":"date-time","title":"NullTime implements sql.NullTime functionality.","type":"string"},"oAuth2Client":{"description":"OAuth 2.0 Clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are\ngenerated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.","properties":{"access_token_strategy":{"description":"OAuth 2.0 Access Token Strategy\n\nAccessTokenStrategy is the strategy used to generate access tokens.\nValid options are `jwt` and `opaque`. `jwt` is a bad idea, see https://www.ory.sh/docs/hydra/advanced#json-web-tokens\nSetting the stragegy here overrides the global setting in `strategies.access_token`.","type":"string"},"allowed_cors_origins":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"audience":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"authorization_code_grant_access_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"authorization_code_grant_id_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"authorization_code_grant_refresh_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"backchannel_logout_session_required":{"description":"OpenID Connect Back-Channel Logout Session Required\n\nBoolean value specifying whether the RP requires that a sid (session ID) Claim be included in the Logout\nToken to identify the RP session with the OP when the backchannel_logout_uri is used.\nIf omitted, the default value is false.","type":"boolean"},"backchannel_logout_uri":{"description":"OpenID Connect Back-Channel Logout URI\n\nRP URL that will cause the RP to log itself out when sent a Logout Token by the OP.","type":"string"},"client_credentials_grant_access_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"client_id":{"description":"OAuth 2.0 Client ID\n\nThe ID is immutable. If no ID is provided, a UUID4 will be generated.","type":"string"},"client_name":{"description":"OAuth 2.0 Client Name\n\nThe human-readable name of the client to be presented to the\nend-user during authorization.","type":"string"},"client_secret":{"description":"OAuth 2.0 Client Secret\n\nThe secret will be included in the create request as cleartext, and then\nnever again. The secret is kept in hashed format and is not recoverable once lost.","type":"string"},"client_secret_expires_at":{"description":"OAuth 2.0 Client Secret Expires At\n\nThe field is currently not supported and its value is always 0.","format":"int64","type":"integer"},"client_uri":{"description":"OAuth 2.0 Client URI\n\nClientURI is a URL string of a web page providing information about the client.\nIf present, the server SHOULD display this URL to the end-user in\na clickable fashion.","type":"string"},"contacts":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"created_at":{"description":"OAuth 2.0 Client Creation Date\n\nCreatedAt returns the timestamp of the client's creation.","format":"date-time","type":"string"},"frontchannel_logout_session_required":{"description":"OpenID Connect Front-Channel Logout Session Required\n\nBoolean value specifying whether the RP requires that iss (issuer) and sid (session ID) query parameters be\nincluded to identify the RP session with the OP when the frontchannel_logout_uri is used.\nIf omitted, the default value is false.","type":"boolean"},"frontchannel_logout_uri":{"description":"OpenID Connect Front-Channel Logout URI\n\nRP URL that will cause the RP to log itself out when rendered in an iframe by the OP. An iss (issuer) query\nparameter and a sid (session ID) query parameter MAY be included by the OP to enable the RP to validate the\nrequest and to determine which of the potentially multiple sessions is to be logged out; if either is\nincluded, both MUST be.","type":"string"},"grant_types":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"implicit_grant_access_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"implicit_grant_id_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"jwks":{"description":"OAuth 2.0 Client JSON Web Key Set\n\nClient's JSON Web Key Set [JWK] document, passed by value. The semantics of the jwks parameter are the same as\nthe jwks_uri parameter, other than that the JWK Set is passed by value, rather than by reference. This parameter\nis intended only to be used by Clients that, for some reason, are unable to use the jwks_uri parameter, for\ninstance, by native applications that might not have a location to host the contents of the JWK Set. If a Client\ncan use jwks_uri, it MUST NOT use jwks. One significant downside of jwks is that it does not enable key rotation\n(which jwks_uri does, as described in Section 10 of OpenID Connect Core 1.0 [OpenID.Core]). The jwks_uri and jwks\nparameters MUST NOT be used together."},"jwks_uri":{"description":"OAuth 2.0 Client JSON Web Key Set URL\n\nURL for the Client's JSON Web Key Set [JWK] document. If the Client signs requests to the Server, it contains\nthe signing key(s) the Server uses to validate signatures from the Client. The JWK Set MAY also contain the\nClient's encryption keys(s), which are used by the Server to encrypt responses to the Client. When both signing\nand encryption keys are made available, a use (Key Use) parameter value is REQUIRED for all keys in the referenced\nJWK Set to indicate each key's intended usage. Although some algorithms allow the same key to be used for both\nsignatures and encryption, doing so is NOT RECOMMENDED, as it is less secure. The JWK x5c parameter MAY be used\nto provide X.509 representations of keys provided. When used, the bare key values MUST still be present and MUST\nmatch those in the certificate.","type":"string"},"jwt_bearer_grant_access_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"logo_uri":{"description":"OAuth 2.0 Client Logo URI\n\nA URL string referencing the client's logo.","type":"string"},"metadata":{"$ref":"#/components/schemas/JSONRawMessage"},"owner":{"description":"OAuth 2.0 Client Owner\n\nOwner is a string identifying the owner of the OAuth 2.0 Client.","type":"string"},"policy_uri":{"description":"OAuth 2.0 Client Policy URI\n\nPolicyURI is a URL string that points to a human-readable privacy policy document\nthat describes how the deployment organization collects, uses,\nretains, and discloses personal data.","type":"string"},"post_logout_redirect_uris":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"redirect_uris":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"refresh_token_grant_access_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"refresh_token_grant_id_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"refresh_token_grant_refresh_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"registration_access_token":{"description":"OpenID Connect Dynamic Client Registration Access Token\n\nRegistrationAccessToken can be used to update, get, or delete the OAuth2 Client. It is sent when creating a client\nusing Dynamic Client Registration.","type":"string"},"registration_client_uri":{"description":"OpenID Connect Dynamic Client Registration URL\n\nRegistrationClientURI is the URL used to update, get, or delete the OAuth2 Client.","type":"string"},"request_object_signing_alg":{"description":"OpenID Connect Request Object Signing Algorithm\n\nJWS [JWS] alg algorithm [JWA] that MUST be used for signing Request Objects sent to the OP. All Request Objects\nfrom this Client MUST be rejected, if not signed with this algorithm.","type":"string"},"request_uris":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"response_types":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"scope":{"description":"OAuth 2.0 Client Scope\n\nScope is a string containing a space-separated list of scope values (as\ndescribed in Section 3.3 of OAuth 2.0 [RFC6749]) that the client\ncan use when requesting access tokens.","example":"scope1 scope-2 scope.3 scope:4","type":"string"},"sector_identifier_uri":{"description":"OpenID Connect Sector Identifier URI\n\nURL using the https scheme to be used in calculating Pseudonymous Identifiers by the OP. The URL references a\nfile with a single JSON array of redirect_uri values.","type":"string"},"skip_consent":{"description":"SkipConsent skips the consent screen for this client. This field can only\nbe set from the admin API.","type":"boolean"},"skip_logout_consent":{"description":"SkipLogoutConsent skips the logout consent screen for this client. This field can only\nbe set from the admin API.","type":"boolean"},"subject_type":{"description":"OpenID Connect Subject Type\n\nThe `subject_types_supported` Discovery parameter contains a\nlist of the supported subject_type values for this server. Valid types include `pairwise` and `public`.","type":"string"},"token_endpoint_auth_method":{"default":"client_secret_basic","description":"OAuth 2.0 Token Endpoint Authentication Method\n\nRequested Client Authentication method for the Token Endpoint. The options are:\n\n`client_secret_basic`: (default) Send `client_id` and `client_secret` as `application/x-www-form-urlencoded` encoded in the HTTP Authorization header.\n`client_secret_post`: Send `client_id` and `client_secret` as `application/x-www-form-urlencoded` in the HTTP body.\n`private_key_jwt`: Use JSON Web Tokens to authenticate the client.\n`none`: Used for public clients (native apps, mobile apps) which can not have secrets.","type":"string"},"token_endpoint_auth_signing_alg":{"description":"OAuth 2.0 Token Endpoint Signing Algorithm\n\nRequested Client Authentication signing algorithm for the Token Endpoint.","type":"string"},"tos_uri":{"description":"OAuth 2.0 Client Terms of Service URI\n\nA URL string pointing to a human-readable terms of service\ndocument for the client that describes a contractual relationship\nbetween the end-user and the client that the end-user accepts when\nauthorizing the client.","type":"string"},"updated_at":{"description":"OAuth 2.0 Client Last Update Date\n\nUpdatedAt returns the timestamp of the last update.","format":"date-time","type":"string"},"userinfo_signed_response_alg":{"description":"OpenID Connect Request Userinfo Signed Response Algorithm\n\nJWS alg algorithm [JWA] REQUIRED for signing UserInfo Responses. If this is specified, the response will be JWT\n[JWT] serialized, and signed using JWS. The default, if omitted, is for the UserInfo Response to return the Claims\nas a UTF-8 encoded JSON object using the application/json content-type.","type":"string"}},"title":"OAuth 2.0 Client","type":"object"},"oAuth2ClientTokenLifespans":{"description":"Lifespans of different token types issued for this OAuth 2.0 Client.","properties":{"authorization_code_grant_access_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"authorization_code_grant_id_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"authorization_code_grant_refresh_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"client_credentials_grant_access_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"implicit_grant_access_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"implicit_grant_id_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"jwt_bearer_grant_access_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"refresh_token_grant_access_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"refresh_token_grant_id_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"refresh_token_grant_refresh_token_lifespan":{"$ref":"#/components/schemas/NullDuration"}},"title":"OAuth 2.0 Client Token Lifespans","type":"object"},"oAuth2ConsentRequest":{"properties":{"acr":{"description":"ACR represents the Authentication AuthorizationContext Class Reference value for this authentication session. You can use it\nto express that, for example, a user authenticated using two factor authentication.","type":"string"},"amr":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"challenge":{"description":"ID is the identifier (\"authorization challenge\") of the consent authorization request. It is used to\nidentify the session.","type":"string"},"client":{"$ref":"#/components/schemas/oAuth2Client"},"context":{"$ref":"#/components/schemas/JSONRawMessage"},"login_challenge":{"description":"LoginChallenge is the login challenge this consent challenge belongs to. It can be used to associate\na login and consent request in the login & consent app.","type":"string"},"login_session_id":{"description":"LoginSessionID is the login session ID. If the user-agent reuses a login session (via cookie / remember flag)\nthis ID will remain the same. If the user-agent did not have an existing authentication session (e.g. remember is false)\nthis will be a new random value. This value is used as the \"sid\" parameter in the ID Token and in OIDC Front-/Back-\nchannel logout. It's value can generally be used to associate consecutive login requests by a certain user.","type":"string"},"oidc_context":{"$ref":"#/components/schemas/oAuth2ConsentRequestOpenIDConnectContext"},"request_url":{"description":"RequestURL is the original OAuth 2.0 Authorization URL requested by the OAuth 2.0 client. It is the URL which\ninitiates the OAuth 2.0 Authorization Code or OAuth 2.0 Implicit flow. This URL is typically not needed, but\nmight come in handy if you want to deal with additional request parameters.","type":"string"},"requested_access_token_audience":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"requested_scope":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"skip":{"description":"Skip, if true, implies that the client has requested the same scopes from the same user previously.\nIf true, you must not ask the user to grant the requested scopes. You must however either allow or deny the\nconsent request using the usual API call.","type":"boolean"},"subject":{"description":"Subject is the user ID of the end-user that authenticated. Now, that end user needs to grant or deny the scope\nrequested by the OAuth 2.0 client.","type":"string"}},"required":["challenge"],"title":"Contains information on an ongoing consent request.","type":"object"},"oAuth2ConsentRequestOpenIDConnectContext":{"properties":{"acr_values":{"description":"ACRValues is the Authentication AuthorizationContext Class Reference requested in the OAuth 2.0 Authorization request.\nIt is a parameter defined by OpenID Connect and expresses which level of authentication (e.g. 2FA) is required.\n\nOpenID Connect defines it as follows:\n> Requested Authentication AuthorizationContext Class Reference values. Space-separated string that specifies the acr values\nthat the Authorization Server is being requested to use for processing this Authentication Request, with the\nvalues appearing in order of preference. The Authentication AuthorizationContext Class satisfied by the authentication\nperformed is returned as the acr Claim Value, as specified in Section 2. The acr Claim is requested as a\nVoluntary Claim by this parameter.","items":{"type":"string"},"type":"array"},"display":{"description":"Display is a string value that specifies how the Authorization Server displays the authentication and consent user interface pages to the End-User.\nThe defined values are:\npage: The Authorization Server SHOULD display the authentication and consent UI consistent with a full User Agent page view. If the display parameter is not specified, this is the default display mode.\npopup: The Authorization Server SHOULD display the authentication and consent UI consistent with a popup User Agent window. The popup User Agent window should be of an appropriate size for a login-focused dialog and should not obscure the entire window that it is popping up over.\ntouch: The Authorization Server SHOULD display the authentication and consent UI consistent with a device that leverages a touch interface.\nwap: The Authorization Server SHOULD display the authentication and consent UI consistent with a \"feature phone\" type display.\n\nThe Authorization Server MAY also attempt to detect the capabilities of the User Agent and present an appropriate display.","type":"string"},"id_token_hint_claims":{"additionalProperties":{},"description":"IDTokenHintClaims are the claims of the ID Token previously issued by the Authorization Server being passed as a hint about the\nEnd-User's current or past authenticated session with the Client.","type":"object"},"login_hint":{"description":"LoginHint hints about the login identifier the End-User might use to log in (if necessary).\nThis hint can be used by an RP if it first asks the End-User for their e-mail address (or other identifier)\nand then wants to pass that value as a hint to the discovered authorization service. This value MAY also be a\nphone number in the format specified for the phone_number Claim. The use of this parameter is optional.","type":"string"},"ui_locales":{"description":"UILocales is the End-User'id preferred languages and scripts for the user interface, represented as a\nspace-separated list of BCP47 [RFC5646] language tag values, ordered by preference. For instance, the value\n\"fr-CA fr en\" represents a preference for French as spoken in Canada, then French (without a region designation),\nfollowed by English (without a region designation). An error SHOULD NOT result if some or all of the requested\nlocales are not supported by the OpenID Provider.","items":{"type":"string"},"type":"array"}},"title":"Contains optional information about the OpenID Connect request.","type":"object"},"oAuth2ConsentSession":{"description":"A completed OAuth 2.0 Consent Session.","properties":{"consent_request":{"$ref":"#/components/schemas/oAuth2ConsentRequest"},"context":{"$ref":"#/components/schemas/JSONRawMessage"},"expires_at":{"properties":{"access_token":{"format":"date-time","type":"string"},"authorize_code":{"format":"date-time","type":"string"},"id_token":{"format":"date-time","type":"string"},"par_context":{"format":"date-time","type":"string"},"refresh_token":{"format":"date-time","type":"string"}},"type":"object"},"grant_access_token_audience":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"grant_scope":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"handled_at":{"$ref":"#/components/schemas/nullTime"},"remember":{"description":"Remember Consent\n\nRemember, if set to true, tells ORY Hydra to remember this consent authorization and reuse it if the same\nclient asks the same user for the same, or a subset of, scope.","type":"boolean"},"remember_for":{"description":"Remember Consent For\n\nRememberFor sets how long the consent authorization should be remembered for in seconds. If set to `0`, the\nauthorization will be remembered indefinitely.","format":"int64","type":"integer"},"session":{"$ref":"#/components/schemas/acceptOAuth2ConsentRequestSession"}},"title":"OAuth 2.0 Consent Session","type":"object"},"oAuth2ConsentSessions":{"description":"List of OAuth 2.0 Consent Sessions","items":{"$ref":"#/components/schemas/oAuth2ConsentSession"},"type":"array"},"oAuth2LoginRequest":{"properties":{"challenge":{"description":"ID is the identifier (\"login challenge\") of the login request. It is used to\nidentify the session.","type":"string"},"client":{"$ref":"#/components/schemas/oAuth2Client"},"oidc_context":{"$ref":"#/components/schemas/oAuth2ConsentRequestOpenIDConnectContext"},"request_url":{"description":"RequestURL is the original OAuth 2.0 Authorization URL requested by the OAuth 2.0 client. It is the URL which\ninitiates the OAuth 2.0 Authorization Code or OAuth 2.0 Implicit flow. This URL is typically not needed, but\nmight come in handy if you want to deal with additional request parameters.","type":"string"},"requested_access_token_audience":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"requested_scope":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"session_id":{"description":"SessionID is the login session ID. If the user-agent reuses a login session (via cookie / remember flag)\nthis ID will remain the same. If the user-agent did not have an existing authentication session (e.g. remember is false)\nthis will be a new random value. This value is used as the \"sid\" parameter in the ID Token and in OIDC Front-/Back-\nchannel logout. It's value can generally be used to associate consecutive login requests by a certain user.","type":"string"},"skip":{"description":"Skip, if true, implies that the client has requested the same scopes from the same user previously.\nIf true, you can skip asking the user to grant the requested scopes, and simply forward the user to the redirect URL.\n\nThis feature allows you to update / set session information.","type":"boolean"},"subject":{"description":"Subject is the user ID of the end-user that authenticated. Now, that end user needs to grant or deny the scope\nrequested by the OAuth 2.0 client. If this value is set and `skip` is true, you MUST include this subject type\nwhen accepting the login request, or the request will fail.","type":"string"}},"required":["challenge","skip","subject","client","request_url"],"title":"Contains information on an ongoing login request.","type":"object"},"oAuth2LogoutRequest":{"properties":{"challenge":{"description":"Challenge is the identifier (\"logout challenge\") of the logout authentication request. It is used to\nidentify the session.","type":"string"},"client":{"$ref":"#/components/schemas/oAuth2Client"},"request_url":{"description":"RequestURL is the original Logout URL requested.","type":"string"},"rp_initiated":{"description":"RPInitiated is set to true if the request was initiated by a Relying Party (RP), also known as an OAuth 2.0 Client.","type":"boolean"},"sid":{"description":"SessionID is the login session ID that was requested to log out.","type":"string"},"subject":{"description":"Subject is the user for whom the logout was request.","type":"string"}},"title":"Contains information about an ongoing logout request.","type":"object"},"oAuth2RedirectTo":{"description":"Contains a redirect URL used to complete a login, consent, or logout request.","properties":{"redirect_to":{"description":"RedirectURL is the URL which you should redirect the user's browser to once the authentication process is completed.","type":"string"}},"required":["redirect_to"],"title":"OAuth 2.0 Redirect Browser To","type":"object"},"oAuth2TokenExchange":{"description":"OAuth2 Token Exchange Result","properties":{"access_token":{"description":"The access token issued by the authorization server.","type":"string"},"expires_in":{"description":"The lifetime in seconds of the access token. For\nexample, the value \"3600\" denotes that the access token will\nexpire in one hour from the time the response was generated.","format":"int64","type":"integer"},"id_token":{"description":"To retrieve a refresh token request the id_token scope.","type":"string"},"refresh_token":{"description":"The refresh token, which can be used to obtain new\naccess tokens. To retrieve it add the scope \"offline\" to your access token request.","type":"string"},"scope":{"description":"The scope of the access token","type":"string"},"token_type":{"description":"The type of the token issued","type":"string"}},"type":"object"},"oidcConfiguration":{"description":"Includes links to several endpoints (for example `/oauth2/token`) and exposes information on supported signature algorithms\namong others.","properties":{"authorization_endpoint":{"description":"OAuth 2.0 Authorization Endpoint URL","example":"https://playground.ory.sh/ory-hydra/public/oauth2/auth","type":"string"},"backchannel_logout_session_supported":{"description":"OpenID Connect Back-Channel Logout Session Required\n\nBoolean value specifying whether the OP can pass a sid (session ID) Claim in the Logout Token to identify the RP\nsession with the OP. If supported, the sid Claim is also included in ID Tokens issued by the OP","type":"boolean"},"backchannel_logout_supported":{"description":"OpenID Connect Back-Channel Logout Supported\n\nBoolean value specifying whether the OP supports back-channel logout, with true indicating support.","type":"boolean"},"claims_parameter_supported":{"description":"OpenID Connect Claims Parameter Parameter Supported\n\nBoolean value specifying whether the OP supports use of the claims parameter, with true indicating support.","type":"boolean"},"claims_supported":{"description":"OpenID Connect Supported Claims\n\nJSON array containing a list of the Claim Names of the Claims that the OpenID Provider MAY be able to supply\nvalues for. Note that for privacy or other reasons, this might not be an exhaustive list.","items":{"type":"string"},"type":"array"},"code_challenge_methods_supported":{"description":"OAuth 2.0 PKCE Supported Code Challenge Methods\n\nJSON array containing a list of Proof Key for Code Exchange (PKCE) [RFC7636] code challenge methods supported\nby this authorization server.","items":{"type":"string"},"type":"array"},"credentials_endpoint_draft_00":{"description":"OpenID Connect Verifiable Credentials Endpoint\n\nContains the URL of the Verifiable Credentials Endpoint.","type":"string"},"credentials_supported_draft_00":{"description":"OpenID Connect Verifiable Credentials Supported\n\nJSON array containing a list of the Verifiable Credentials supported by this authorization server.","items":{"$ref":"#/components/schemas/credentialSupportedDraft00"},"type":"array"},"end_session_endpoint":{"description":"OpenID Connect End-Session Endpoint\n\nURL at the OP to which an RP can perform a redirect to request that the End-User be logged out at the OP.","type":"string"},"frontchannel_logout_session_supported":{"description":"OpenID Connect Front-Channel Logout Session Required\n\nBoolean value specifying whether the OP can pass iss (issuer) and sid (session ID) query parameters to identify\nthe RP session with the OP when the frontchannel_logout_uri is used. If supported, the sid Claim is also\nincluded in ID Tokens issued by the OP.","type":"boolean"},"frontchannel_logout_supported":{"description":"OpenID Connect Front-Channel Logout Supported\n\nBoolean value specifying whether the OP supports HTTP-based logout, with true indicating support.","type":"boolean"},"grant_types_supported":{"description":"OAuth 2.0 Supported Grant Types\n\nJSON array containing a list of the OAuth 2.0 Grant Type values that this OP supports.","items":{"type":"string"},"type":"array"},"id_token_signed_response_alg":{"description":"OpenID Connect Default ID Token Signing Algorithms\n\nAlgorithm used to sign OpenID Connect ID Tokens.","items":{"type":"string"},"type":"array"},"id_token_signing_alg_values_supported":{"description":"OpenID Connect Supported ID Token Signing Algorithms\n\nJSON array containing a list of the JWS signing algorithms (alg values) supported by the OP for the ID Token\nto encode the Claims in a JWT.","items":{"type":"string"},"type":"array"},"issuer":{"description":"OpenID Connect Issuer URL\n\nAn URL using the https scheme with no query or fragment component that the OP asserts as its IssuerURL Identifier.\nIf IssuerURL discovery is supported , this value MUST be identical to the issuer value returned\nby WebFinger. This also MUST be identical to the iss Claim value in ID Tokens issued from this IssuerURL.","example":"https://playground.ory.sh/ory-hydra/public/","type":"string"},"jwks_uri":{"description":"OpenID Connect Well-Known JSON Web Keys URL\n\nURL of the OP's JSON Web Key Set [JWK] document. This contains the signing key(s) the RP uses to validate\nsignatures from the OP. The JWK Set MAY also contain the Server's encryption key(s), which are used by RPs\nto encrypt requests to the Server. When both signing and encryption keys are made available, a use (Key Use)\nparameter value is REQUIRED for all keys in the referenced JWK Set to indicate each key's intended usage.\nAlthough some algorithms allow the same key to be used for both signatures and encryption, doing so is\nNOT RECOMMENDED, as it is less secure. The JWK x5c parameter MAY be used to provide X.509 representations of\nkeys provided. When used, the bare key values MUST still be present and MUST match those in the certificate.","example":"https://{slug}.projects.oryapis.com/.well-known/jwks.json","type":"string"},"registration_endpoint":{"description":"OpenID Connect Dynamic Client Registration Endpoint URL","example":"https://playground.ory.sh/ory-hydra/admin/client","type":"string"},"request_object_signing_alg_values_supported":{"description":"OpenID Connect Supported Request Object Signing Algorithms\n\nJSON array containing a list of the JWS signing algorithms (alg values) supported by the OP for Request Objects,\nwhich are described in Section 6.1 of OpenID Connect Core 1.0 [OpenID.Core]. These algorithms are used both when\nthe Request Object is passed by value (using the request parameter) and when it is passed by reference\n(using the request_uri parameter).","items":{"type":"string"},"type":"array"},"request_parameter_supported":{"description":"OpenID Connect Request Parameter Supported\n\nBoolean value specifying whether the OP supports use of the request parameter, with true indicating support.","type":"boolean"},"request_uri_parameter_supported":{"description":"OpenID Connect Request URI Parameter Supported\n\nBoolean value specifying whether the OP supports use of the request_uri parameter, with true indicating support.","type":"boolean"},"require_request_uri_registration":{"description":"OpenID Connect Requires Request URI Registration\n\nBoolean value specifying whether the OP requires any request_uri values used to be pre-registered\nusing the request_uris registration parameter.","type":"boolean"},"response_modes_supported":{"description":"OAuth 2.0 Supported Response Modes\n\nJSON array containing a list of the OAuth 2.0 response_mode values that this OP supports.","items":{"type":"string"},"type":"array"},"response_types_supported":{"description":"OAuth 2.0 Supported Response Types\n\nJSON array containing a list of the OAuth 2.0 response_type values that this OP supports. Dynamic OpenID\nProviders MUST support the code, id_token, and the token id_token Response Type values.","items":{"type":"string"},"type":"array"},"revocation_endpoint":{"description":"OAuth 2.0 Token Revocation URL\n\nURL of the authorization server's OAuth 2.0 revocation endpoint.","type":"string"},"scopes_supported":{"description":"OAuth 2.0 Supported Scope Values\n\nJSON array containing a list of the OAuth 2.0 [RFC6749] scope values that this server supports. The server MUST\nsupport the openid scope value. Servers MAY choose not to advertise some supported scope values even when this parameter is used","items":{"type":"string"},"type":"array"},"subject_types_supported":{"description":"OpenID Connect Supported Subject Types\n\nJSON array containing a list of the Subject Identifier types that this OP supports. Valid types include\npairwise and public.","items":{"type":"string"},"type":"array"},"token_endpoint":{"description":"OAuth 2.0 Token Endpoint URL","example":"https://playground.ory.sh/ory-hydra/public/oauth2/token","type":"string"},"token_endpoint_auth_methods_supported":{"description":"OAuth 2.0 Supported Client Authentication Methods\n\nJSON array containing a list of Client Authentication methods supported by this Token Endpoint. The options are\nclient_secret_post, client_secret_basic, client_secret_jwt, and private_key_jwt, as described in Section 9 of OpenID Connect Core 1.0","items":{"type":"string"},"type":"array"},"userinfo_endpoint":{"description":"OpenID Connect Userinfo URL\n\nURL of the OP's UserInfo Endpoint.","type":"string"},"userinfo_signed_response_alg":{"description":"OpenID Connect User Userinfo Signing Algorithm\n\nAlgorithm used to sign OpenID Connect Userinfo Responses.","items":{"type":"string"},"type":"array"},"userinfo_signing_alg_values_supported":{"description":"OpenID Connect Supported Userinfo Signing Algorithm\n\nJSON array containing a list of the JWS [JWS] signing algorithms (alg values) [JWA] supported by the UserInfo Endpoint to encode the Claims in a JWT [JWT].","items":{"type":"string"},"type":"array"}},"required":["issuer","authorization_endpoint","token_endpoint","jwks_uri","subject_types_supported","response_types_supported","id_token_signing_alg_values_supported","id_token_signed_response_alg","userinfo_signed_response_alg"],"title":"OpenID Connect Discovery Metadata","type":"object"},"oidcUserInfo":{"description":"OpenID Connect Userinfo","properties":{"birthdate":{"description":"End-User's birthday, represented as an ISO 8601:2004 [ISO8601‑2004] YYYY-MM-DD format. The year MAY be 0000, indicating that it is omitted. To represent only the year, YYYY format is allowed. Note that depending on the underlying platform's date related function, providing just year can result in varying month and day, so the implementers need to take this factor into account to correctly process the dates.","type":"string"},"email":{"description":"End-User's preferred e-mail address. Its value MUST conform to the RFC 5322 [RFC5322] addr-spec syntax. The RP MUST NOT rely upon this value being unique, as discussed in Section 5.7.","type":"string"},"email_verified":{"description":"True if the End-User's e-mail address has been verified; otherwise false. When this Claim Value is true, this means that the OP took affirmative steps to ensure that this e-mail address was controlled by the End-User at the time the verification was performed. The means by which an e-mail address is verified is context-specific, and dependent upon the trust framework or contractual agreements within which the parties are operating.","type":"boolean"},"family_name":{"description":"Surname(s) or last name(s) of the End-User. Note that in some cultures, people can have multiple family names or no family name; all can be present, with the names being separated by space characters.","type":"string"},"gender":{"description":"End-User's gender. Values defined by this specification are female and male. Other values MAY be used when neither of the defined values are applicable.","type":"string"},"given_name":{"description":"Given name(s) or first name(s) of the End-User. Note that in some cultures, people can have multiple given names; all can be present, with the names being separated by space characters.","type":"string"},"locale":{"description":"End-User's locale, represented as a BCP47 [RFC5646] language tag. This is typically an ISO 639-1 Alpha-2 [ISO639‑1] language code in lowercase and an ISO 3166-1 Alpha-2 [ISO3166‑1] country code in uppercase, separated by a dash. For example, en-US or fr-CA. As a compatibility note, some implementations have used an underscore as the separator rather than a dash, for example, en_US; Relying Parties MAY choose to accept this locale syntax as well.","type":"string"},"middle_name":{"description":"Middle name(s) of the End-User. Note that in some cultures, people can have multiple middle names; all can be present, with the names being separated by space characters. Also note that in some cultures, middle names are not used.","type":"string"},"name":{"description":"End-User's full name in displayable form including all name parts, possibly including titles and suffixes, ordered according to the End-User's locale and preferences.","type":"string"},"nickname":{"description":"Casual name of the End-User that may or may not be the same as the given_name. For instance, a nickname value of Mike might be returned alongside a given_name value of Michael.","type":"string"},"phone_number":{"description":"End-User's preferred telephone number. E.164 [E.164] is RECOMMENDED as the format of this Claim, for example, +1 (425) 555-1212 or +56 (2) 687 2400. If the phone number contains an extension, it is RECOMMENDED that the extension be represented using the RFC 3966 [RFC3966] extension syntax, for example, +1 (604) 555-1234;ext=5678.","type":"string"},"phone_number_verified":{"description":"True if the End-User's phone number has been verified; otherwise false. When this Claim Value is true, this means that the OP took affirmative steps to ensure that this phone number was controlled by the End-User at the time the verification was performed. The means by which a phone number is verified is context-specific, and dependent upon the trust framework or contractual agreements within which the parties are operating. When true, the phone_number Claim MUST be in E.164 format and any extensions MUST be represented in RFC 3966 format.","type":"boolean"},"picture":{"description":"URL of the End-User's profile picture. This URL MUST refer to an image file (for example, a PNG, JPEG, or GIF image file), rather than to a Web page containing an image. Note that this URL SHOULD specifically reference a profile photo of the End-User suitable for displaying when describing the End-User, rather than an arbitrary photo taken by the End-User.","type":"string"},"preferred_username":{"description":"Non-unique shorthand name by which the End-User wishes to be referred to at the RP, such as janedoe or j.doe. This value MAY be any valid JSON string including special characters such as @, /, or whitespace.","type":"string"},"profile":{"description":"URL of the End-User's profile page. The contents of this Web page SHOULD be about the End-User.","type":"string"},"sub":{"description":"Subject - Identifier for the End-User at the IssuerURL.","type":"string"},"updated_at":{"description":"Time the End-User's information was last updated. Its value is a JSON number representing the number of seconds from 1970-01-01T0:0:0Z as measured in UTC until the date/time.","format":"int64","type":"integer"},"website":{"description":"URL of the End-User's Web page or blog. This Web page SHOULD contain information published by the End-User or an organization that the End-User is affiliated with.","type":"string"},"zoneinfo":{"description":"String from zoneinfo [zoneinfo] time zone database representing the End-User's time zone. For example, Europe/Paris or America/Los_Angeles.","type":"string"}},"type":"object"},"organization":{"description":"B2B SSO Organization","properties":{"created_at":{"description":"The organization's creation date.","format":"date-time","readOnly":true,"type":"string"},"domains":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"id":{"description":"The organization's ID.","format":"uuid","type":"string"},"label":{"description":"The organization's human-readable label.","type":"string"},"project_id":{"description":"The project's ID.","format":"uuid","type":"string"},"updated_at":{"description":"The last time the organization was updated.","format":"date-time","readOnly":true,"type":"string"}},"required":["id","project_id","label","domains","created_at","updated_at"],"type":"object"},"pagination":{"properties":{"page_size":{"default":250,"description":"Items per page\n\nThis is the number of items per page to return.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).","format":"int64","maximum":1000,"minimum":1,"type":"integer"},"page_token":{"default":"1","description":"Next Page Token\n\nThe next page token.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).","minimum":1,"type":"string"}},"type":"object"},"paginationHeaders":{"properties":{"link":{"description":"The link header contains pagination links.\n\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).\n\nin: header","type":"string"},"x-total-count":{"description":"The total number of clients.\n\nin: header","type":"string"}},"type":"object"},"patchIdentitiesBody":{"description":"Patch Identities Body","properties":{"identities":{"description":"Identities holds the list of patches to apply\n\nrequired","items":{"$ref":"#/components/schemas/identityPatch"},"type":"array"}},"type":"object"},"performNativeLogoutBody":{"description":"Perform Native Logout Request Body","properties":{"session_token":{"description":"The Session Token\n\nInvalidate this session token.","type":"string"}},"required":["session_token"],"type":"object"},"permissionsOnProject":{"additionalProperties":{"type":"boolean"},"description":"Get Permissions on Project Request Parameters","type":"object"},"permissionsOnWorkspace":{"description":"Get Permissions on Project Request Parameters","properties":{"permissions":{"additionalProperties":{"type":"boolean"},"type":"object"}},"type":"object"},"plans":{"$ref":"#/components/schemas/Pricing"},"postCheckPermissionBody":{"description":"Check Permission using Post Request Body","properties":{"namespace":{"description":"Namespace to query","type":"string"},"object":{"description":"Object to query","type":"string"},"relation":{"description":"Relation to query","type":"string"},"subject_id":{"description":"SubjectID to query\n\nEither SubjectSet or SubjectID can be provided.","type":"string"},"subject_set":{"$ref":"#/components/schemas/subjectSet"}},"type":"object"},"postCheckPermissionOrErrorBody":{"description":"Post Check Permission Or Error Body","properties":{"namespace":{"description":"Namespace to query","type":"string"},"object":{"description":"Object to query","type":"string"},"relation":{"description":"Relation to query","type":"string"},"subject_id":{"description":"SubjectID to query\n\nEither SubjectSet or SubjectID can be provided.","type":"string"},"subject_set":{"$ref":"#/components/schemas/subjectSet"}},"type":"object"},"project":{"properties":{"cors_admin":{"$ref":"#/components/schemas/projectCors"},"cors_public":{"$ref":"#/components/schemas/projectCors"},"environment":{"description":"The environment of the project.\nprod Production\nstage Staging\ndev Development","enum":["prod","stage","dev"],"type":"string","x-go-enum-desc":"prod Production\nstage Staging\ndev Development"},"home_region":{"description":"The project home region.\n\nThis is used to set where the project data is stored and where the project's endpoints are located.\neu-central EUCentral\nus-east USEast\nus-west USWest\nus US\nglobal Global","enum":["eu-central","us-east","us-west","us","global"],"type":"string","x-go-enum-desc":"eu-central EUCentral\nus-east USEast\nus-west USWest\nus US\nglobal Global"},"id":{"description":"The project's ID.","format":"uuid","readOnly":true,"type":"string"},"name":{"description":"The name of the project.","type":"string"},"revision_id":{"description":"The configuration revision ID.","format":"uuid","readOnly":true,"type":"string"},"services":{"$ref":"#/components/schemas/projectServices"},"slug":{"description":"The project's slug","readOnly":true,"type":"string"},"state":{"description":"The state of the project.\nrunning Running\nhalted Halted\ndeleted Deleted","enum":["running","halted","deleted"],"readOnly":true,"type":"string","x-go-enum-desc":"running Running\nhalted Halted\ndeleted Deleted"},"workspace_id":{"$ref":"#/components/schemas/NullUUID"}},"required":["id","revision_id","slug","services","state","name","environment","home_region"],"type":"object"},"projectApiKey":{"properties":{"created_at":{"description":"The token's creation date","format":"date-time","readOnly":true,"type":"string"},"id":{"description":"The token's ID.","format":"uuid","readOnly":true,"type":"string"},"name":{"description":"The Token's Name\n\nSet this to help you remember, for example, where you use the token.","type":"string"},"owner_id":{"description":"The token's owner","format":"uuid","readOnly":true,"type":"string"},"project_id":{"description":"The Token's Project ID","format":"uuid","readOnly":true,"type":"string"},"updated_at":{"description":"The token's last update date","format":"date-time","readOnly":true,"type":"string"},"value":{"description":"The token's value","readOnly":true,"type":"string"}},"required":["id","name","owner_id"],"type":"object"},"projectApiKeys":{"items":{"$ref":"#/components/schemas/projectApiKey"},"type":"array"},"projectBranding":{"properties":{"created_at":{"description":"The Customization Creation Date","format":"date-time","readOnly":true,"type":"string"},"default_theme":{"$ref":"#/components/schemas/projectBrandingTheme"},"id":{"description":"The customization ID.","format":"uuid","readOnly":true,"type":"string"},"project_id":{"description":"The Project's ID this customization is associated with","format":"uuid","type":"string"},"themes":{"$ref":"#/components/schemas/projectBrandingThemes"},"updated_at":{"description":"Last Time Branding was Updated","format":"date-time","readOnly":true,"type":"string"}},"required":["id","project_id","default_theme","themes","created_at","updated_at"],"title":"ProjectBranding holds all settings for customizing the Ory Account Experience.","type":"object"},"projectBrandingColors":{"properties":{"accent_default_color":{"description":"AccentDefaultColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"accent_disabled_color":{"description":"AccentDisabledColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"accent_emphasis_color":{"description":"AccentEmphasisColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"accent_muted_color":{"description":"AccentMutedColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"accent_subtle_color":{"description":"AccentSubtleColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"background_canvas_color":{"description":"BackgroundCanvasColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"background_subtle_color":{"description":"BackgroundSubtleColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"background_surface_color":{"description":"BackgroundSurfaceColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"border_default_color":{"description":"BorderDefaultColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"error_default_color":{"description":"ErrorDefaultColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"error_emphasis_color":{"description":"ErrorEmphasisColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"error_muted_color":{"description":"ErrorMutedColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"error_subtle_color":{"description":"ErrorSubtleColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_default_color":{"description":"ForegroundDefaultColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_disabled_color":{"description":"ForegroundDisabledColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_muted_color":{"description":"ForegroundMutedColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_on_accent_color":{"description":"ForegroundOnAccentColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_on_dark_color":{"description":"ForegroundOnDarkColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_on_disabled_color":{"description":"ForegroundOnDisabledColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_subtle_color":{"description":"ForegroundSubtleColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"input_background_color":{"description":"InputBackgroundColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"input_disabled_color":{"description":"InputDisabledColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"input_placeholder_color":{"description":"InputPlaceholderColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"input_text_color":{"description":"InputTextColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"primary_color":{"description":"Primary color is an hsla color value used to derive the other colors from for the Ory Account Experience theme.","type":"string"},"secondary_color":{"description":"Secondary color is a hsla color code used to derive the other colors from for the Ory Account Experience theme.","type":"string"},"success_emphasis_color":{"description":"SuccessEmphasisColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"text_default_color":{"description":"TextDefaultColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"text_disabled_color":{"description":"TextDisabledColor is a hex color code used by the Ory Account Experience theme.","type":"string"}},"title":"ProjectBrandingColors are the colors used by the Ory Account Experience theme.","type":"object"},"projectBrandingTheme":{"properties":{"accent_default_color":{"description":"AccentDefaultColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"accent_disabled_color":{"description":"AccentDisabledColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"accent_emphasis_color":{"description":"AccentEmphasisColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"accent_muted_color":{"description":"AccentMutedColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"accent_subtle_color":{"description":"AccentSubtleColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"account_experience_variables":{"description":"The Account Experience Theme Variables.","items":{"$ref":"#/components/schemas/accountExperienceThemeVariables"},"type":"array"},"account_experience_variables_stylesheet":{"description":"AccountExperienceVariableStylesheet holds a reference to the current stylesheet that can be used in the AX","type":"string"},"background_canvas_color":{"description":"BackgroundCanvasColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"background_subtle_color":{"description":"BackgroundSubtleColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"background_surface_color":{"description":"BackgroundSurfaceColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"border_default_color":{"description":"BorderDefaultColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"created_at":{"description":"The Customization Creation Date.","format":"date-time","readOnly":true,"type":"string"},"error_default_color":{"description":"ErrorDefaultColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"error_emphasis_color":{"description":"ErrorEmphasisColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"error_muted_color":{"description":"ErrorMutedColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"error_subtle_color":{"description":"ErrorSubtleColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"favicon_type":{"description":"Favicon Type\nThe Favicon mime type.","type":"string"},"favicon_url":{"description":"Favicon URL\nFavicon can be an https:// or base64:// URL. If the URL is not allowed, the favicon will be stored inside the Ory Network storage bucket.","type":"string"},"foreground_default_color":{"description":"ForegroundDefaultColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_disabled_color":{"description":"ForegroundDisabledColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_muted_color":{"description":"ForegroundMutedColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_on_accent_color":{"description":"ForegroundOnAccentColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_on_dark_color":{"description":"ForegroundOnDarkColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_on_disabled_color":{"description":"ForegroundOnDisabledColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_subtle_color":{"description":"ForegroundSubtleColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"id":{"description":"The customization theme ID.","format":"uuid","readOnly":true,"type":"string"},"input_background_color":{"description":"InputBackgroundColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"input_disabled_color":{"description":"InputDisabledColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"input_placeholder_color":{"description":"InputPlaceholderColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"input_text_color":{"description":"InputTextColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"logo_type":{"description":"Logo Type\nThe Logo mime type.","type":"string"},"logo_url":{"description":"Logo URL\nLogo can be an https:// or base64:// URL. If the URL is not allowed, the logo will be stored inside the Ory Network storage bucket.","type":"string"},"name":{"description":"The customization theme name.","type":"string"},"primary_color":{"description":"Primary color is an hsla color value used to derive the other colors from for the Ory Account Experience theme.","type":"string"},"project_branding_id":{"description":"The ProjectBranding ID this customization is associated with.","format":"uuid","type":"string"},"secondary_color":{"description":"Secondary color is a hsla color code used to derive the other colors from for the Ory Account Experience theme.","type":"string"},"success_emphasis_color":{"description":"SuccessEmphasisColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"text_default_color":{"description":"TextDefaultColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"text_disabled_color":{"description":"TextDisabledColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"updated_at":{"description":"Last Time Branding was Updated.","format":"date-time","readOnly":true,"type":"string"}},"required":["id","project_branding_id","name","created_at","updated_at"],"title":"ProjectBrandingTheme represents a Theme for the Ory Account Experience.","type":"object"},"projectBrandingThemes":{"items":{"$ref":"#/components/schemas/projectBrandingTheme"},"title":"ProjectBrandingThemes is a list of ProjectBrandingTheme.","type":"array"},"projectCors":{"properties":{"enabled":{"description":"Whether CORS is enabled for this endpoint.","type":"boolean"},"origins":{"description":"The allowed origins. Use `*` to allow all origins. A wildcard can also be used in the subdomain, i.e. `https://*.example.com` will allow all origins on all subdomains of `example.com`.","items":{"type":"string"},"type":"array"}},"type":"object"},"projectHost":{"properties":{"host":{"description":"The project's host.","type":"string"},"id":{"description":"The mapping's ID.","format":"uuid","readOnly":true,"type":"string"},"project_id":{"description":"The Revision's Project ID","format":"uuid","type":"string"}},"required":["id","host","project_id"],"type":"object"},"projectMember":{"properties":{"email":{"type":"string"},"email_verified":{"type":"boolean"},"id":{"format":"uuid","type":"string"},"name":{"type":"string"},"role":{"type":"string"}},"required":["id","email","email_verified","name","role"],"type":"object"},"projectMembers":{"items":{"$ref":"#/components/schemas/projectMember"},"type":"array"},"projectMetadata":{"properties":{"created_at":{"description":"The Project's Creation Date","format":"date-time","type":"string"},"environment":{"description":"The environment of the project.\nprod Production\nstage Staging\ndev Development","enum":["prod","stage","dev"],"type":"string","x-go-enum-desc":"prod Production\nstage Staging\ndev Development"},"home_region":{"description":"The project's data home region\neu-central EUCentral\nus-east USEast\nus-west USWest\nus US\nglobal Global","enum":["eu-central","us-east","us-west","us","global"],"type":"string","x-go-enum-desc":"eu-central EUCentral\nus-east USEast\nus-west USWest\nus US\nglobal Global"},"hosts":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"id":{"description":"The project's ID.","format":"uuid","readOnly":true,"type":"string"},"name":{"description":"The project's name if set","type":"string"},"slug":{"description":"The project's slug","readOnly":true,"type":"string"},"state":{"description":"The state of the project.\nrunning Running\nhalted Halted\ndeleted Deleted","enum":["running","halted","deleted"],"type":"string","x-go-enum-desc":"running Running\nhalted Halted\ndeleted Deleted"},"subscription_id":{"$ref":"#/components/schemas/NullUUID"},"subscription_plan":{"$ref":"#/components/schemas/String"},"updated_at":{"description":"Last Time Project was Updated","format":"date-time","type":"string"},"workspace":{"$ref":"#/components/schemas/workspace"},"workspace_id":{"$ref":"#/components/schemas/NullUUID"}},"required":["id","hosts","slug","state","created_at","updated_at","name","environment","home_region"],"type":"object"},"projectMetadataList":{"items":{"$ref":"#/components/schemas/projectMetadata"},"type":"array"},"projectRevisionHooks":{"items":{"$ref":"#/components/schemas/normalizedProjectRevisionHook"},"type":"array"},"projectRevisionIdentitySchemas":{"items":{"$ref":"#/components/schemas/normalizedProjectRevisionIdentitySchema"},"type":"array"},"projectRevisionThirdPartyLoginProviders":{"items":{"$ref":"#/components/schemas/normalizedProjectRevisionThirdPartyProvider"},"type":"array"},"projectRevisions":{"items":{"$ref":"#/components/schemas/normalizedProjectRevision"},"type":"array"},"projectServiceIdentity":{"properties":{"config":{"type":"object"}},"required":["config"],"type":"object"},"projectServiceOAuth2":{"properties":{"config":{"type":"object"}},"required":["config"],"type":"object"},"projectServicePermission":{"properties":{"config":{"type":"object"}},"required":["config"],"type":"object"},"projectServices":{"properties":{"identity":{"$ref":"#/components/schemas/projectServiceIdentity"},"oauth2":{"$ref":"#/components/schemas/projectServiceOAuth2"},"permission":{"$ref":"#/components/schemas/projectServicePermission"}},"type":"object"},"quotaUsage":{"properties":{"additional_price":{"description":"The additional price per unit in cents.","type":"string"},"can_use_more":{"type":"boolean"},"feature":{"description":"\nproduction_projects ProductionProjects\nstaging_projects StagingProjects\ndevelopment_projects DevelopmentProjects\ndaily_active_users DailyActiveUsers\ncustom_domains CustomDomains\nevent_streams EventStreams\nevent_stream_events EventStreamEvents\nsla SLA\ncollaborator_seats CollaboratorSeats\nedge_cache EdgeCache\nbranding_themes BrandingThemes\nzendesk_support ZendeskSupport\nproject_metrics ProjectMetrics\nproject_metrics_time_window ProjectMetricsTimeWindow\nproject_metrics_events_history ProjectMetricsEventsHistory\norganizations Organizations\nrop_grant ResourceOwnerPasswordGrant\nconcierge_onboarding ConciergeOnboarding\ncredit Credit\ndata_location_global DataLocationGlobal\ndata_location_us DataLocationUS\nm2m_token_issuance M2MTokenIssuance\npermission_checks PermissionChecks\ncaptcha Captcha\ndata_location_regional DataLocationRegional Required Features\nrate_limit_tier RateLimitTier\nsession_rate_limit_tier RateLimitTierSessions\nidentities_list_rate_limit_tier RateLimitTierIdentitiesList\npermission_checks_rate_limit_tier RateLimitTierPermissionChecks\noauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect","enum":["production_projects","staging_projects","development_projects","daily_active_users","custom_domains","event_streams","event_stream_events","sla","collaborator_seats","edge_cache","branding_themes","zendesk_support","project_metrics","project_metrics_time_window","project_metrics_events_history","organizations","rop_grant","concierge_onboarding","credit","data_location_global","data_location_us","m2m_token_issuance","permission_checks","captcha","data_location_regional","rate_limit_tier","session_rate_limit_tier","identities_list_rate_limit_tier","permission_checks_rate_limit_tier","oauth2_introspect_rate_limit_tier"],"type":"string","x-go-enum-desc":"production_projects ProductionProjects\nstaging_projects StagingProjects\ndevelopment_projects DevelopmentProjects\ndaily_active_users DailyActiveUsers\ncustom_domains CustomDomains\nevent_streams EventStreams\nevent_stream_events EventStreamEvents\nsla SLA\ncollaborator_seats CollaboratorSeats\nedge_cache EdgeCache\nbranding_themes BrandingThemes\nzendesk_support ZendeskSupport\nproject_metrics ProjectMetrics\nproject_metrics_time_window ProjectMetricsTimeWindow\nproject_metrics_events_history ProjectMetricsEventsHistory\norganizations Organizations\nrop_grant ResourceOwnerPasswordGrant\nconcierge_onboarding ConciergeOnboarding\ncredit Credit\ndata_location_global DataLocationGlobal\ndata_location_us DataLocationUS\nm2m_token_issuance M2MTokenIssuance\npermission_checks PermissionChecks\ncaptcha Captcha\ndata_location_regional DataLocationRegional Required Features\nrate_limit_tier RateLimitTier\nsession_rate_limit_tier RateLimitTierSessions\nidentities_list_rate_limit_tier RateLimitTierIdentitiesList\npermission_checks_rate_limit_tier RateLimitTierPermissionChecks\noauth2_introspect_rate_limit_tier RateLimitTierOAuth2Introspect"},"feature_available":{"type":"boolean"},"included":{"format":"int64","type":"integer"},"used":{"format":"int64","type":"integer"}},"required":["feature","included","used","additional_price","can_use_more","feature_available"],"type":"object"},"recoveryCodeForIdentity":{"description":"Used when an administrator creates a recovery code for an identity.","properties":{"expires_at":{"description":"Expires At is the timestamp of when the recovery flow expires\n\nThe timestamp when the recovery code expires.","format":"date-time","type":"string"},"recovery_code":{"description":"RecoveryCode is the code that can be used to recover the account","type":"string"},"recovery_link":{"description":"RecoveryLink with flow\n\nThis link opens the recovery UI with an empty `code` field.","type":"string"}},"required":["recovery_link","recovery_code"],"title":"Recovery Code for Identity","type":"object"},"recoveryFlow":{"description":"This request is used when an identity wants to recover their account.\n\nWe recommend reading the [Account Recovery Documentation](../self-service/flows/password-reset-account-recovery)","properties":{"active":{"description":"Active, if set, contains the recovery method that is being used. It is initially\nnot set.","type":"string"},"continue_with":{"description":"Contains possible actions that could follow this flow","items":{"$ref":"#/components/schemas/continueWith"},"type":"array"},"expires_at":{"description":"ExpiresAt is the time (UTC) when the request expires. If the user still wishes to update the setting,\na new request has to be initiated.","format":"date-time","type":"string"},"id":{"description":"ID represents the request's unique ID. When performing the recovery flow, this\nrepresents the id in the recovery ui's query parameter: http://?request=","format":"uuid","type":"string"},"issued_at":{"description":"IssuedAt is the time (UTC) when the request occurred.","format":"date-time","type":"string"},"request_url":{"description":"RequestURL is the initial URL that was requested from Ory Kratos. It can be used\nto forward information contained in the URL's path or query for example.","type":"string"},"return_to":{"description":"ReturnTo contains the requested return_to URL.","type":"string"},"state":{"description":"State represents the state of this request:\n\nchoose_method: ask the user to choose a method (e.g. recover account via email)\nsent_email: the email has been sent to the user\npassed_challenge: the request was successful and the recovery challenge was passed."},"transient_payload":{"description":"TransientPayload is used to pass data from the recovery flow to hooks and email templates","type":"object"},"type":{"$ref":"#/components/schemas/selfServiceFlowType"},"ui":{"$ref":"#/components/schemas/uiContainer"}},"required":["id","type","expires_at","issued_at","request_url","ui","state"],"title":"A Recovery Flow","type":"object"},"recoveryFlowState":{"description":"The state represents the state of the recovery flow.\n\nchoose_method: ask the user to choose a method (e.g. recover account via email)\nsent_email: the email has been sent to the user\npassed_challenge: the request was successful and the recovery challenge was passed.","enum":["choose_method","sent_email","passed_challenge"],"title":"Recovery Flow State","type":"string"},"recoveryIdentityAddress":{"properties":{"created_at":{"description":"CreatedAt is a helper struct field for gobuffalo.pop.","format":"date-time","type":"string"},"id":{"format":"uuid","type":"string"},"updated_at":{"description":"UpdatedAt is a helper struct field for gobuffalo.pop.","format":"date-time","type":"string"},"value":{"type":"string"},"via":{"$ref":"#/components/schemas/RecoveryAddressType"}},"required":["id","value","via"],"type":"object"},"recoveryLinkForIdentity":{"description":"Used when an administrator creates a recovery link for an identity.","properties":{"expires_at":{"description":"Recovery Link Expires At\n\nThe timestamp when the recovery link expires.","format":"date-time","type":"string"},"recovery_link":{"description":"Recovery Link\n\nThis link can be used to recover the account.","type":"string"}},"required":["recovery_link"],"title":"Identity Recovery Link","type":"object"},"registrationFlow":{"properties":{"active":{"description":"Active, if set, contains the registration method that is being used. It is initially\nnot set.\npassword CredentialsTypePassword\noidc CredentialsTypeOIDC\ntotp CredentialsTypeTOTP\nlookup_secret CredentialsTypeLookup\nwebauthn CredentialsTypeWebAuthn\ncode CredentialsTypeCodeAuth\npasskey CredentialsTypePasskey\nprofile CredentialsTypeProfile\nlink_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself.\ncode_recovery CredentialsTypeRecoveryCode","enum":["password","oidc","totp","lookup_secret","webauthn","code","passkey","profile","link_recovery","code_recovery"],"type":"string","x-go-enum-desc":"password CredentialsTypePassword\noidc CredentialsTypeOIDC\ntotp CredentialsTypeTOTP\nlookup_secret CredentialsTypeLookup\nwebauthn CredentialsTypeWebAuthn\ncode CredentialsTypeCodeAuth\npasskey CredentialsTypePasskey\nprofile CredentialsTypeProfile\nlink_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself.\ncode_recovery CredentialsTypeRecoveryCode"},"expires_at":{"description":"ExpiresAt is the time (UTC) when the flow expires. If the user still wishes to log in,\na new flow has to be initiated.","format":"date-time","type":"string"},"id":{"description":"ID represents the flow's unique ID. When performing the registration flow, this\nrepresents the id in the registration ui's query parameter: http:///?flow=","format":"uuid","type":"string"},"issued_at":{"description":"IssuedAt is the time (UTC) when the flow occurred.","format":"date-time","type":"string"},"oauth2_login_challenge":{"description":"Ory OAuth 2.0 Login Challenge.\n\nThis value is set using the `login_challenge` query parameter of the registration and login endpoints.\nIf set will cooperate with Ory OAuth2 and OpenID to act as an OAuth2 server / OpenID Provider.","type":"string"},"oauth2_login_request":{"$ref":"#/components/schemas/oAuth2LoginRequest"},"organization_id":{"$ref":"#/components/schemas/NullUUID"},"request_url":{"description":"RequestURL is the initial URL that was requested from Ory Kratos. It can be used\nto forward information contained in the URL's path or query for example.","type":"string"},"return_to":{"description":"ReturnTo contains the requested return_to URL.","type":"string"},"session_token_exchange_code":{"description":"SessionTokenExchangeCode holds the secret code that the client can use to retrieve a session token after the flow has been completed.\nThis is only set if the client has requested a session token exchange code, and if the flow is of type \"api\",\nand only on creating the flow.","type":"string"},"state":{"description":"State represents the state of this request:\n\nchoose_method: ask the user to choose a method (e.g. registration with email)\nsent_email: the email has been sent to the user\npassed_challenge: the request was successful and the registration challenge was passed."},"transient_payload":{"description":"TransientPayload is used to pass data from the registration to a webhook","type":"object"},"type":{"$ref":"#/components/schemas/selfServiceFlowType"},"ui":{"$ref":"#/components/schemas/uiContainer"}},"required":["id","type","expires_at","issued_at","request_url","ui","state"],"type":"object"},"registrationFlowState":{"description":"choose_method: ask the user to choose a method (e.g. registration with email)\nsent_email: the email has been sent to the user\npassed_challenge: the request was successful and the registration challenge was passed.","enum":["choose_method","sent_email","passed_challenge"],"title":"State represents the state of this request:","type":"string"},"rejectOAuth2Request":{"properties":{"error":{"description":"The error should follow the OAuth2 error format (e.g. `invalid_request`, `login_required`).\n\nDefaults to `request_denied`.","type":"string"},"error_debug":{"description":"Debug contains information to help resolve the problem as a developer. Usually not exposed\nto the public but only in the server logs.","type":"string"},"error_description":{"description":"Description of the error in a human readable format.","type":"string"},"error_hint":{"description":"Hint to help resolve the error.","type":"string"},"status_code":{"description":"Represents the HTTP status code of the error (e.g. 401 or 403)\n\nDefaults to 400","format":"int64","type":"integer"}},"title":"The request payload used to accept a login or consent request.","type":"object"},"relationQuery":{"description":"Relation Query","properties":{"namespace":{"description":"Namespace to query","type":"string"},"object":{"description":"Object to query","type":"string"},"relation":{"description":"Relation to query","type":"string"},"subject_id":{"description":"SubjectID to query\n\nEither SubjectSet or SubjectID can be provided.","type":"string"},"subject_set":{"$ref":"#/components/schemas/subjectSet"}},"type":"object"},"relationship":{"description":"Relationship","properties":{"namespace":{"description":"Namespace of the Relation Tuple","type":"string"},"object":{"description":"Object of the Relation Tuple","type":"string"},"relation":{"description":"Relation of the Relation Tuple","type":"string"},"subject_id":{"description":"SubjectID of the Relation Tuple\n\nEither SubjectSet or SubjectID can be provided.","type":"string"},"subject_set":{"$ref":"#/components/schemas/subjectSet"}},"required":["namespace","object","relation"],"type":"object"},"relationshipNamespaces":{"description":"Relationship Namespace List","properties":{"namespaces":{"items":{"$ref":"#/components/schemas/namespace"},"type":"array"}},"type":"object"},"relationshipPatch":{"description":"Payload for patching a relationship","properties":{"action":{"enum":["insert","delete"],"type":"string","x-go-enum-desc":"insert ActionInsert\ndelete ActionDelete"},"relation_tuple":{"$ref":"#/components/schemas/relationship"}},"type":"object"},"relationships":{"description":"Paginated Relationship List","properties":{"next_page_token":{"description":"The opaque token to provide in a subsequent request\nto get the next page. It is the empty string iff this is\nthe last page.","type":"string"},"relation_tuples":{"items":{"$ref":"#/components/schemas/relationship"},"type":"array"}},"type":"object"},"revisionCourierChannels":{"items":{"$ref":"#/components/schemas/NormalizedProjectRevisionCourierChannel"},"type":"array"},"schemaPatch":{"properties":{"data":{"description":"The json schema","type":"object"},"name":{"description":"The user defined schema name","type":"string"}},"required":["name","data"],"type":"object"},"selfServiceFlowExpiredError":{"description":"Is sent when a flow is expired","properties":{"error":{"$ref":"#/components/schemas/genericError"},"expired_at":{"description":"When the flow has expired","format":"date-time","type":"string"},"since":{"$ref":"#/components/schemas/Duration"},"use_flow_id":{"description":"The flow ID that should be used for the new flow as it contains the correct messages.","format":"uuid","type":"string"}},"type":"object"},"selfServiceFlowType":{"description":"The flow type can either be `api` or `browser`.","title":"Type is the flow type.","type":"string"},"session":{"description":"A Session","properties":{"active":{"description":"Active state. If false the session is no longer active.","type":"boolean"},"authenticated_at":{"description":"The Session Authentication Timestamp\n\nWhen this session was authenticated at. If multi-factor authentication was used this\nis the time when the last factor was authenticated (e.g. the TOTP code challenge was completed).","format":"date-time","type":"string"},"authentication_methods":{"$ref":"#/components/schemas/sessionAuthenticationMethods"},"authenticator_assurance_level":{"$ref":"#/components/schemas/authenticatorAssuranceLevel"},"devices":{"description":"Devices has history of all endpoints where the session was used","items":{"$ref":"#/components/schemas/sessionDevice"},"type":"array"},"expires_at":{"description":"The Session Expiry\n\nWhen this session expires at.","format":"date-time","type":"string"},"id":{"description":"Session ID","format":"uuid","type":"string"},"identity":{"$ref":"#/components/schemas/identity"},"issued_at":{"description":"The Session Issuance Timestamp\n\nWhen this session was issued at. Usually equal or close to `authenticated_at`.","format":"date-time","type":"string"},"tokenized":{"description":"Tokenized is the tokenized (e.g. JWT) version of the session.\n\nIt is only set when the `tokenize` query parameter was set to a valid tokenize template during calls to `/session/whoami`.","type":"string"}},"required":["id"],"type":"object"},"sessionAuthenticationMethod":{"description":"A singular authenticator used during authentication / login.","properties":{"aal":{"$ref":"#/components/schemas/authenticatorAssuranceLevel"},"completed_at":{"description":"When the authentication challenge was completed.","format":"date-time","type":"string"},"method":{"enum":["link_recovery","code_recovery","password","code","totp","oidc","webauthn","lookup_secret","v0.6_legacy_session"],"title":"The method used","type":"string"},"organization":{"description":"The Organization id used for authentication","type":"string"},"provider":{"description":"OIDC or SAML provider id used for authentication","type":"string"}},"title":"AuthenticationMethod identifies an authentication method","type":"object"},"sessionAuthenticationMethods":{"description":"A list of authenticators which were used to authenticate the session.","items":{"$ref":"#/components/schemas/sessionAuthenticationMethod"},"title":"List of (Used) AuthenticationMethods","type":"array"},"sessionDevice":{"description":"Device corresponding to a Session","properties":{"id":{"description":"Device record ID","format":"uuid","type":"string"},"ip_address":{"description":"IPAddress of the client","type":"string"},"location":{"description":"Geo Location corresponding to the IP Address","type":"string"},"user_agent":{"description":"UserAgent of the client","type":"string"}},"required":["id"],"type":"object"},"setActiveProjectInConsoleBody":{"description":"Set active project in the Ory Network Console Request Body","properties":{"project_id":{"description":"Project ID\n\nThe Project ID you want to set active.\n\nformat: uuid","type":"string"}},"required":["project_id"],"type":"object"},"setCustomDomainBody":{"description":"Update Custom Hostname Body","properties":{"cookie_domain":{"description":"The domain where cookies will be set. Has to be a parent domain of the custom hostname to work.","type":"string"},"cors_allowed_origins":{"description":"CORS Allowed origins for the custom hostname.","items":{"type":"string"},"type":"array"},"cors_enabled":{"description":"CORS Enabled for the custom hostname.","type":"boolean"},"custom_ui_base_url":{"description":"The custom UI base URL where the UI will be exposed.","type":"string"},"hostname":{"description":"The custom hostname where the API will be exposed.","type":"string"}},"type":"object"},"setEventStreamBody":{"description":"Update Event Stream Body","properties":{"role_arn":{"description":"The AWS IAM role ARN to assume when publishing to the SNS topic.","type":"string"},"topic_arn":{"description":"The AWS SNS topic ARN.","type":"string"},"type":{"description":"The type of the event stream (AWS SNS, GCP Pub/Sub, etc).","enum":["sns"],"type":"string"}},"required":["type","topic_arn","role_arn"],"type":"object"},"setProject":{"properties":{"cors_admin":{"$ref":"#/components/schemas/projectCors"},"cors_public":{"$ref":"#/components/schemas/projectCors"},"name":{"description":"The name of the project.","type":"string"},"services":{"$ref":"#/components/schemas/projectServices"}},"required":["services","name","cors_public","cors_admin"],"type":"object"},"setProjectBrandingThemeBody":{"properties":{"favicon_type":{"description":"Favicon Type","type":"string"},"favicon_url":{"description":"Favicon URL","type":"string"},"logo_type":{"description":"Logo type","type":"string"},"logo_url":{"description":"Logo URL","type":"string"},"name":{"description":"Branding name","type":"string"},"theme":{"$ref":"#/components/schemas/projectBrandingColors"}},"title":"SetProjectBrandingThemeBody is the request body for the set project branding theme endpoint.","type":"object"},"settingsFlow":{"description":"This flow is used when an identity wants to update settings\n(e.g. profile data, passwords, ...) in a selfservice manner.\n\nWe recommend reading the [User Settings Documentation](../self-service/flows/user-settings)","properties":{"active":{"description":"Active, if set, contains the registration method that is being used. It is initially\nnot set.","type":"string"},"continue_with":{"description":"Contains a list of actions, that could follow this flow\n\nIt can, for example, contain a reference to the verification flow, created as part of the user's\nregistration.","items":{"$ref":"#/components/schemas/continueWith"},"type":"array"},"expires_at":{"description":"ExpiresAt is the time (UTC) when the flow expires. If the user still wishes to update the setting,\na new flow has to be initiated.","format":"date-time","type":"string"},"id":{"description":"ID represents the flow's unique ID. When performing the settings flow, this\nrepresents the id in the settings ui's query parameter: http://?flow=","format":"uuid","type":"string"},"identity":{"$ref":"#/components/schemas/identity"},"issued_at":{"description":"IssuedAt is the time (UTC) when the flow occurred.","format":"date-time","type":"string"},"request_url":{"description":"RequestURL is the initial URL that was requested from Ory Kratos. It can be used\nto forward information contained in the URL's path or query for example.","type":"string"},"return_to":{"description":"ReturnTo contains the requested return_to URL.","type":"string"},"state":{"description":"State represents the state of this flow. It knows two states:\n\nshow_form: No user data has been collected, or it is invalid, and thus the form should be shown.\nsuccess: Indicates that the settings flow has been updated successfully with the provided data.\nDone will stay true when repeatedly checking. If set to true, done will revert back to false only\nwhen a flow with invalid (e.g. \"please use a valid phone number\") data was sent."},"transient_payload":{"description":"TransientPayload is used to pass data from the settings flow to hooks and email templates","type":"object"},"type":{"$ref":"#/components/schemas/selfServiceFlowType"},"ui":{"$ref":"#/components/schemas/uiContainer"}},"required":["id","type","expires_at","issued_at","request_url","ui","identity","state"],"title":"Flow represents a Settings Flow","type":"object"},"settingsFlowState":{"description":"show_form: No user data has been collected, or it is invalid, and thus the form should be shown.\nsuccess: Indicates that the settings flow has been updated successfully with the provided data.\nDone will stay true when repeatedly checking. If set to true, done will revert back to false only\nwhen a flow with invalid (e.g. \"please use a valid phone number\") data was sent.","enum":["show_form","success"],"title":"State represents the state of this flow. It knows two states:","type":"string"},"subjectSet":{"properties":{"namespace":{"description":"Namespace of the Subject Set","type":"string"},"object":{"description":"Object of the Subject Set","type":"string"},"relation":{"description":"Relation of the Subject Set","type":"string"}},"required":["namespace","object","relation"],"type":"object"},"subscription":{"properties":{"created_at":{"format":"date-time","readOnly":true,"type":"string"},"currency":{"description":"The currency of the subscription. To change this, a new subscription must be created.\nusd USD\neur Euro","enum":["usd","eur"],"readOnly":true,"type":"string","x-go-enum-desc":"usd USD\neur Euro"},"current_interval":{"description":"The currently active interval of the subscription\nmonthly Monthly\nyearly Yearly","enum":["monthly","yearly"],"readOnly":true,"type":"string","x-go-enum-desc":"monthly Monthly\nyearly Yearly"},"current_plan":{"description":"The currently active plan of the subscription","readOnly":true,"type":"string"},"current_plan_details":{"$ref":"#/components/schemas/PlanDetails"},"customer_id":{"description":"The ID of the stripe customer","readOnly":true,"type":"string"},"id":{"description":"The ID of the subscription","format":"uuid","readOnly":true,"type":"string"},"interval_changes_to":{"$ref":"#/components/schemas/String"},"ongoing_stripe_checkout_id":{"$ref":"#/components/schemas/String"},"payed_until":{"description":"Until when the subscription is payed","format":"date-time","readOnly":true,"type":"string"},"plan_changes_at":{"$ref":"#/components/schemas/Time"},"plan_changes_to":{"$ref":"#/components/schemas/String"},"status":{"$ref":"#/components/schemas/SubscriptionStatus"},"stripe_checkout_expires_at":{"$ref":"#/components/schemas/Time"},"updated_at":{"format":"date-time","readOnly":true,"type":"string"}},"required":["id","customer_id","status","payed_until","current_plan","current_interval","plan_changes_to","interval_changes_to","currency","created_at","updated_at"],"type":"object"},"successfulCodeExchangeResponse":{"description":"The Response for Registration Flows via API","properties":{"session":{"$ref":"#/components/schemas/session"},"session_token":{"description":"The Session Token\n\nA session token is equivalent to a session cookie, but it can be sent in the HTTP Authorization\nHeader:\n\nAuthorization: bearer ${session-token}\n\nThe session token is only issued for API flows, not for Browser flows!","type":"string"}},"required":["session"],"type":"object"},"successfulNativeLogin":{"description":"The Response for Login Flows via API","properties":{"continue_with":{"description":"Contains a list of actions, that could follow this flow\n\nIt can, for example, this will contain a reference to the verification flow, created as part of the user's\nregistration or the token of the session.","items":{"$ref":"#/components/schemas/continueWith"},"type":"array"},"session":{"$ref":"#/components/schemas/session"},"session_token":{"description":"The Session Token\n\nA session token is equivalent to a session cookie, but it can be sent in the HTTP Authorization\nHeader:\n\nAuthorization: bearer ${session-token}\n\nThe session token is only issued for API flows, not for Browser flows!","type":"string"}},"required":["session"],"type":"object"},"successfulNativeRegistration":{"description":"The Response for Registration Flows via API","properties":{"continue_with":{"description":"Contains a list of actions, that could follow this flow\n\nIt can, for example, this will contain a reference to the verification flow, created as part of the user's\nregistration or the token of the session.","items":{"$ref":"#/components/schemas/continueWith"},"type":"array"},"identity":{"$ref":"#/components/schemas/identity"},"session":{"$ref":"#/components/schemas/session"},"session_token":{"description":"The Session Token\n\nThis field is only set when the session hook is configured as a post-registration hook.\n\nA session token is equivalent to a session cookie, but it can be sent in the HTTP Authorization\nHeader:\n\nAuthorization: bearer ${session-token}\n\nThe session token is only issued for API flows, not for Browser flows!","type":"string"}},"required":["identity"],"type":"object"},"successfulProjectUpdate":{"properties":{"project":{"$ref":"#/components/schemas/project"},"warnings":{"description":"Import Warnings\n\nNot all configuration items can be imported to the Ory Network. For example,\nsetting the port does not make sense because the Ory Network provides the runtime\nand networking.\n\nThis field contains warnings where configuration keys were found but can not\nbe imported. These keys will be ignored by the Ory Network. This field will help\nyou understand why certain configuration keys might not be respected!","items":{"$ref":"#/components/schemas/Warning"},"type":"array"}},"required":["project","warnings"],"type":"object"},"tokenPagination":{"properties":{"page_size":{"default":250,"description":"Items per page\n\nThis is the number of items per page to return.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).","format":"int64","maximum":1000,"minimum":1,"type":"integer"},"page_token":{"default":"1","description":"Next Page Token\n\nThe next page token.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).","minimum":1,"type":"string"}},"type":"object"},"tokenPaginationHeaders":{"properties":{"link":{"description":"The link header contains pagination links.\n\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).\n\nin: header","type":"string"},"x-total-count":{"description":"The total number of clients.\n\nin: header","type":"string"}},"type":"object"},"tokenPaginationRequestParameters":{"description":"The `Link` HTTP header contains multiple links (`first`, `next`, `last`, `previous`) formatted as:\n`; rel=\"{page}\"`\n\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).","properties":{"page_size":{"default":250,"description":"Items per Page\n\nThis is the number of items per page to return.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).","format":"int64","maximum":500,"minimum":1,"type":"integer"},"page_token":{"default":"1","description":"Next Page Token\n\nThe next page token.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).","minimum":1,"type":"string"}},"title":"Pagination Request Parameters","type":"object"},"tokenPaginationResponseHeaders":{"description":"The `Link` HTTP header contains multiple links (`first`, `next`, `last`, `previous`) formatted as:\n`; rel=\"{page}\"`\n\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).","properties":{"link":{"description":"The Link HTTP Header\n\nThe `Link` header contains a comma-delimited list of links to the following pages:\n\nfirst: The first page of results.\nnext: The next page of results.\nprev: The previous page of results.\nlast: The last page of results.\n\nPages are omitted if they do not exist. For example, if there is no next page, the `next` link is omitted. Examples:\n\n; rel=\"first\",; rel=\"next\",; rel=\"prev\",; rel=\"last\"","type":"string"},"x-total-count":{"description":"The X-Total-Count HTTP Header\n\nThe `X-Total-Count` header contains the total number of items in the collection.","format":"int64","type":"integer"}},"title":"Pagination Response Header","type":"object"},"trustOAuth2JwtGrantIssuer":{"description":"Trust OAuth2 JWT Bearer Grant Type Issuer Request Body","properties":{"allow_any_subject":{"description":"The \"allow_any_subject\" indicates that the issuer is allowed to have any principal as the subject of the JWT.","type":"boolean"},"expires_at":{"description":"The \"expires_at\" indicates, when grant will expire, so we will reject assertion from \"issuer\" targeting \"subject\".","format":"date-time","type":"string"},"issuer":{"description":"The \"issuer\" identifies the principal that issued the JWT assertion (same as \"iss\" claim in JWT).","example":"https://jwt-idp.example.com","type":"string"},"jwk":{"$ref":"#/components/schemas/jsonWebKey"},"scope":{"description":"The \"scope\" contains list of scope values (as described in Section 3.3 of OAuth 2.0 [RFC6749])","example":["openid","offline"],"items":{"type":"string"},"type":"array"},"subject":{"description":"The \"subject\" identifies the principal that is the subject of the JWT.","example":"mike@example.com","type":"string"}},"required":["issuer","scope","jwk","expires_at"],"type":"object"},"trustedOAuth2JwtGrantIssuer":{"description":"OAuth2 JWT Bearer Grant Type Issuer Trust Relationship","properties":{"allow_any_subject":{"description":"The \"allow_any_subject\" indicates that the issuer is allowed to have any principal as the subject of the JWT.","type":"boolean"},"created_at":{"description":"The \"created_at\" indicates, when grant was created.","format":"date-time","type":"string"},"expires_at":{"description":"The \"expires_at\" indicates, when grant will expire, so we will reject assertion from \"issuer\" targeting \"subject\".","format":"date-time","type":"string"},"id":{"example":"9edc811f-4e28-453c-9b46-4de65f00217f","type":"string"},"issuer":{"description":"The \"issuer\" identifies the principal that issued the JWT assertion (same as \"iss\" claim in JWT).","example":"https://jwt-idp.example.com","type":"string"},"public_key":{"$ref":"#/components/schemas/trustedOAuth2JwtGrantJsonWebKey"},"scope":{"description":"The \"scope\" contains list of scope values (as described in Section 3.3 of OAuth 2.0 [RFC6749])","example":["openid","offline"],"items":{"type":"string"},"type":"array"},"subject":{"description":"The \"subject\" identifies the principal that is the subject of the JWT.","example":"mike@example.com","type":"string"}},"type":"object"},"trustedOAuth2JwtGrantIssuers":{"description":"OAuth2 JWT Bearer Grant Type Issuer Trust Relationships","items":{"$ref":"#/components/schemas/trustedOAuth2JwtGrantIssuer"},"type":"array"},"trustedOAuth2JwtGrantJsonWebKey":{"description":"OAuth2 JWT Bearer Grant Type Issuer Trusted JSON Web Key","properties":{"kid":{"description":"The \"key_id\" is key unique identifier (same as kid header in jws/jwt).","example":"123e4567-e89b-12d3-a456-426655440000","type":"string"},"set":{"description":"The \"set\" is basically a name for a group(set) of keys. Will be the same as \"issuer\" in grant.","example":"https://jwt-idp.example.com","type":"string"}},"type":"object"},"uiContainer":{"description":"Container represents a HTML Form. The container can work with both HTTP Form and JSON requests","properties":{"action":{"description":"Action should be used as the form action URL `
`.","type":"string"},"messages":{"$ref":"#/components/schemas/uiTexts"},"method":{"description":"Method is the form method (e.g. POST)","type":"string"},"nodes":{"$ref":"#/components/schemas/uiNodes"}},"required":["action","method","nodes"],"type":"object"},"uiNode":{"description":"Nodes are represented as HTML elements or their native UI equivalents. For example,\na node can be an `` tag, or an `` but also `some plain text`.","properties":{"attributes":{"$ref":"#/components/schemas/uiNodeAttributes"},"group":{"description":"Group specifies which group (e.g. password authenticator) this node belongs to.\ndefault DefaultGroup\npassword PasswordGroup\noidc OpenIDConnectGroup\nprofile ProfileGroup\nlink LinkGroup\ncode CodeGroup\ntotp TOTPGroup\nlookup_secret LookupGroup\nwebauthn WebAuthnGroup\npasskey PasskeyGroup\nidentifier_first IdentifierFirstGroup","enum":["default","password","oidc","profile","link","code","totp","lookup_secret","webauthn","passkey","identifier_first"],"type":"string","x-go-enum-desc":"default DefaultGroup\npassword PasswordGroup\noidc OpenIDConnectGroup\nprofile ProfileGroup\nlink LinkGroup\ncode CodeGroup\ntotp TOTPGroup\nlookup_secret LookupGroup\nwebauthn WebAuthnGroup\npasskey PasskeyGroup\nidentifier_first IdentifierFirstGroup"},"messages":{"$ref":"#/components/schemas/uiTexts"},"meta":{"$ref":"#/components/schemas/uiNodeMeta"},"type":{"description":"The node's type\ntext Text\ninput Input\nimg Image\na Anchor\nscript Script","enum":["text","input","img","a","script"],"type":"string","x-go-enum-desc":"text Text\ninput Input\nimg Image\na Anchor\nscript Script"}},"required":["type","group","attributes","messages","meta"],"title":"Node represents a flow's nodes","type":"object"},"uiNodeAnchorAttributes":{"properties":{"href":{"description":"The link's href (destination) URL.\n\nformat: uri","type":"string"},"id":{"description":"A unique identifier","type":"string"},"node_type":{"description":"NodeType represents this node's types. It is a mirror of `node.type` and\nis primarily used to allow compatibility with OpenAPI 3.0. In this struct it technically always is \"a\".\ntext Text\ninput Input\nimg Image\na Anchor\nscript Script","enum":["text","input","img","a","script"],"type":"string","x-go-enum-desc":"text Text\ninput Input\nimg Image\na Anchor\nscript Script"},"title":{"$ref":"#/components/schemas/uiText"}},"required":["href","title","id","node_type"],"title":"AnchorAttributes represents the attributes of an anchor node.","type":"object"},"uiNodeAttributes":{"discriminator":{"mapping":{"a":"#/components/schemas/uiNodeAnchorAttributes","img":"#/components/schemas/uiNodeImageAttributes","input":"#/components/schemas/uiNodeInputAttributes","script":"#/components/schemas/uiNodeScriptAttributes","text":"#/components/schemas/uiNodeTextAttributes"},"propertyName":"node_type"},"oneOf":[{"$ref":"#/components/schemas/uiNodeInputAttributes"},{"$ref":"#/components/schemas/uiNodeTextAttributes"},{"$ref":"#/components/schemas/uiNodeImageAttributes"},{"$ref":"#/components/schemas/uiNodeAnchorAttributes"},{"$ref":"#/components/schemas/uiNodeScriptAttributes"}],"title":"Attributes represents a list of attributes (e.g. `href=\"foo\"` for links)."},"uiNodeImageAttributes":{"properties":{"height":{"description":"Height of the image","format":"int64","type":"integer"},"id":{"description":"A unique identifier","type":"string"},"node_type":{"description":"NodeType represents this node's types. It is a mirror of `node.type` and\nis primarily used to allow compatibility with OpenAPI 3.0. In this struct it technically always is \"img\".\ntext Text\ninput Input\nimg Image\na Anchor\nscript Script","enum":["text","input","img","a","script"],"type":"string","x-go-enum-desc":"text Text\ninput Input\nimg Image\na Anchor\nscript Script"},"src":{"description":"The image's source URL.\n\nformat: uri","type":"string"},"width":{"description":"Width of the image","format":"int64","type":"integer"}},"required":["src","id","width","height","node_type"],"title":"ImageAttributes represents the attributes of an image node.","type":"object"},"uiNodeInputAttributes":{"description":"InputAttributes represents the attributes of an input node","properties":{"autocomplete":{"description":"The autocomplete attribute for the input.\nemail InputAttributeAutocompleteEmail\ntel InputAttributeAutocompleteTel\nurl InputAttributeAutocompleteUrl\ncurrent-password InputAttributeAutocompleteCurrentPassword\nnew-password InputAttributeAutocompleteNewPassword\none-time-code InputAttributeAutocompleteOneTimeCode","enum":["email","tel","url","current-password","new-password","one-time-code"],"type":"string","x-go-enum-desc":"email InputAttributeAutocompleteEmail\ntel InputAttributeAutocompleteTel\nurl InputAttributeAutocompleteUrl\ncurrent-password InputAttributeAutocompleteCurrentPassword\nnew-password InputAttributeAutocompleteNewPassword\none-time-code InputAttributeAutocompleteOneTimeCode"},"disabled":{"description":"Sets the input's disabled field to true or false.","type":"boolean"},"label":{"$ref":"#/components/schemas/uiText"},"maxlength":{"description":"MaxLength may contain the input's maximum length.","format":"int64","type":"integer"},"name":{"description":"The input's element name.","type":"string"},"node_type":{"description":"NodeType represents this node's types. It is a mirror of `node.type` and\nis primarily used to allow compatibility with OpenAPI 3.0. In this struct it technically always is \"input\".\ntext Text\ninput Input\nimg Image\na Anchor\nscript Script","enum":["text","input","img","a","script"],"type":"string","x-go-enum-desc":"text Text\ninput Input\nimg Image\na Anchor\nscript Script"},"onclick":{"description":"OnClick may contain javascript which should be executed on click. This is primarily\nused for WebAuthn.\n\nDeprecated: Using OnClick requires the use of eval() which is a security risk. Use OnClickTrigger instead.","type":"string"},"onclickTrigger":{"description":"OnClickTrigger may contain a WebAuthn trigger which should be executed on click.\n\nThe trigger maps to a JavaScript function provided by Ory, which triggers actions such as PassKey registration or login.\noryWebAuthnRegistration WebAuthnTriggersWebAuthnRegistration\noryWebAuthnLogin WebAuthnTriggersWebAuthnLogin\noryPasskeyLogin WebAuthnTriggersPasskeyLogin\noryPasskeyLoginAutocompleteInit WebAuthnTriggersPasskeyLoginAutocompleteInit\noryPasskeyRegistration WebAuthnTriggersPasskeyRegistration\noryPasskeySettingsRegistration WebAuthnTriggersPasskeySettingsRegistration","enum":["oryWebAuthnRegistration","oryWebAuthnLogin","oryPasskeyLogin","oryPasskeyLoginAutocompleteInit","oryPasskeyRegistration","oryPasskeySettingsRegistration"],"type":"string","x-go-enum-desc":"oryWebAuthnRegistration WebAuthnTriggersWebAuthnRegistration\noryWebAuthnLogin WebAuthnTriggersWebAuthnLogin\noryPasskeyLogin WebAuthnTriggersPasskeyLogin\noryPasskeyLoginAutocompleteInit WebAuthnTriggersPasskeyLoginAutocompleteInit\noryPasskeyRegistration WebAuthnTriggersPasskeyRegistration\noryPasskeySettingsRegistration WebAuthnTriggersPasskeySettingsRegistration"},"onload":{"description":"OnLoad may contain javascript which should be executed on load. This is primarily\nused for WebAuthn.\n\nDeprecated: Using OnLoad requires the use of eval() which is a security risk. Use OnLoadTrigger instead.","type":"string"},"onloadTrigger":{"description":"OnLoadTrigger may contain a WebAuthn trigger which should be executed on load.\n\nThe trigger maps to a JavaScript function provided by Ory, which triggers actions such as PassKey registration or login.\noryWebAuthnRegistration WebAuthnTriggersWebAuthnRegistration\noryWebAuthnLogin WebAuthnTriggersWebAuthnLogin\noryPasskeyLogin WebAuthnTriggersPasskeyLogin\noryPasskeyLoginAutocompleteInit WebAuthnTriggersPasskeyLoginAutocompleteInit\noryPasskeyRegistration WebAuthnTriggersPasskeyRegistration\noryPasskeySettingsRegistration WebAuthnTriggersPasskeySettingsRegistration","enum":["oryWebAuthnRegistration","oryWebAuthnLogin","oryPasskeyLogin","oryPasskeyLoginAutocompleteInit","oryPasskeyRegistration","oryPasskeySettingsRegistration"],"type":"string","x-go-enum-desc":"oryWebAuthnRegistration WebAuthnTriggersWebAuthnRegistration\noryWebAuthnLogin WebAuthnTriggersWebAuthnLogin\noryPasskeyLogin WebAuthnTriggersPasskeyLogin\noryPasskeyLoginAutocompleteInit WebAuthnTriggersPasskeyLoginAutocompleteInit\noryPasskeyRegistration WebAuthnTriggersPasskeyRegistration\noryPasskeySettingsRegistration WebAuthnTriggersPasskeySettingsRegistration"},"pattern":{"description":"The input's pattern.","type":"string"},"required":{"description":"Mark this input field as required.","type":"boolean"},"type":{"description":"The input's element type.\ntext InputAttributeTypeText\npassword InputAttributeTypePassword\nnumber InputAttributeTypeNumber\ncheckbox InputAttributeTypeCheckbox\nhidden InputAttributeTypeHidden\nemail InputAttributeTypeEmail\ntel InputAttributeTypeTel\nsubmit InputAttributeTypeSubmit\nbutton InputAttributeTypeButton\ndatetime-local InputAttributeTypeDateTimeLocal\ndate InputAttributeTypeDate\nurl InputAttributeTypeURI","enum":["text","password","number","checkbox","hidden","email","tel","submit","button","datetime-local","date","url"],"type":"string","x-go-enum-desc":"text InputAttributeTypeText\npassword InputAttributeTypePassword\nnumber InputAttributeTypeNumber\ncheckbox InputAttributeTypeCheckbox\nhidden InputAttributeTypeHidden\nemail InputAttributeTypeEmail\ntel InputAttributeTypeTel\nsubmit InputAttributeTypeSubmit\nbutton InputAttributeTypeButton\ndatetime-local InputAttributeTypeDateTimeLocal\ndate InputAttributeTypeDate\nurl InputAttributeTypeURI"},"value":{"description":"The input's value.","nullable":true}},"required":["name","type","disabled","node_type"],"type":"object"},"uiNodeMeta":{"description":"This might include a label and other information that can optionally\nbe used to render UIs.","properties":{"label":{"$ref":"#/components/schemas/uiText"}},"title":"A Node's Meta Information","type":"object"},"uiNodeScriptAttributes":{"properties":{"async":{"description":"The script async type","type":"boolean"},"crossorigin":{"description":"The script cross origin policy","type":"string"},"id":{"description":"A unique identifier","type":"string"},"integrity":{"description":"The script's integrity hash","type":"string"},"node_type":{"description":"NodeType represents this node's types. It is a mirror of `node.type` and\nis primarily used to allow compatibility with OpenAPI 3.0. In this struct it technically always is \"script\".\ntext Text\ninput Input\nimg Image\na Anchor\nscript Script","enum":["text","input","img","a","script"],"type":"string","x-go-enum-desc":"text Text\ninput Input\nimg Image\na Anchor\nscript Script"},"nonce":{"description":"Nonce for CSP\n\nA nonce you may want to use to improve your Content Security Policy.\nYou do not have to use this value but if you want to improve your CSP\npolicies you may use it. You can also choose to use your own nonce value!","type":"string"},"referrerpolicy":{"description":"The script referrer policy","type":"string"},"src":{"description":"The script source","type":"string"},"type":{"description":"The script MIME type","type":"string"}},"required":["src","async","referrerpolicy","crossorigin","integrity","type","id","nonce","node_type"],"title":"ScriptAttributes represent script nodes which load javascript.","type":"object"},"uiNodeTextAttributes":{"properties":{"id":{"description":"A unique identifier","type":"string"},"node_type":{"description":"NodeType represents this node's types. It is a mirror of `node.type` and\nis primarily used to allow compatibility with OpenAPI 3.0. In this struct it technically always is \"text\".\ntext Text\ninput Input\nimg Image\na Anchor\nscript Script","enum":["text","input","img","a","script"],"type":"string","x-go-enum-desc":"text Text\ninput Input\nimg Image\na Anchor\nscript Script"},"text":{"$ref":"#/components/schemas/uiText"}},"required":["text","id","node_type"],"title":"TextAttributes represents the attributes of a text node.","type":"object"},"uiNodes":{"items":{"$ref":"#/components/schemas/uiNode"},"type":"array"},"uiText":{"properties":{"context":{"description":"The message's context. Useful when customizing messages.","type":"object"},"id":{"$ref":"#/components/schemas/ID"},"text":{"description":"The message text. Written in american english.","type":"string"},"type":{"description":"The message type.\ninfo Info\nerror Error\nsuccess Success","enum":["info","error","success"],"type":"string","x-go-enum-desc":"info Info\nerror Error\nsuccess Success"}},"required":["id","text","type"],"type":"object"},"uiTexts":{"items":{"$ref":"#/components/schemas/uiText"},"type":"array"},"unexpectedError":{"type":"string"},"updateIdentityBody":{"description":"Update Identity Body","properties":{"credentials":{"$ref":"#/components/schemas/identityWithCredentials"},"metadata_admin":{"description":"Store metadata about the user which is only accessible through admin APIs such as `GET /admin/identities/`."},"metadata_public":{"description":"Store metadata about the identity which the identity itself can see when calling for example the\nsession endpoint. Do not store sensitive information (e.g. credit score) about the identity in this field."},"schema_id":{"description":"SchemaID is the ID of the JSON Schema to be used for validating the identity's traits. If set\nwill update the Identity's SchemaID.","type":"string"},"state":{"description":"State is the identity's state.\nactive StateActive\ninactive StateInactive","enum":["active","inactive"],"type":"string","x-go-enum-desc":"active StateActive\ninactive StateInactive"},"traits":{"description":"Traits represent an identity's traits. The identity is able to create, modify, and delete traits\nin a self-service manner. The input will always be validated against the JSON Schema defined\nin `schema_id`.","type":"object"}},"required":["schema_id","traits","state"],"type":"object"},"updateLoginFlowBody":{"discriminator":{"mapping":{"code":"#/components/schemas/updateLoginFlowWithCodeMethod","identifier_first":"#/components/schemas/updateLoginFlowWithIdentifierFirstMethod","lookup_secret":"#/components/schemas/updateLoginFlowWithLookupSecretMethod","oidc":"#/components/schemas/updateLoginFlowWithOidcMethod","passkey":"#/components/schemas/updateLoginFlowWithPasskeyMethod","password":"#/components/schemas/updateLoginFlowWithPasswordMethod","totp":"#/components/schemas/updateLoginFlowWithTotpMethod","webauthn":"#/components/schemas/updateLoginFlowWithWebAuthnMethod"},"propertyName":"method"},"oneOf":[{"$ref":"#/components/schemas/updateLoginFlowWithPasswordMethod"},{"$ref":"#/components/schemas/updateLoginFlowWithOidcMethod"},{"$ref":"#/components/schemas/updateLoginFlowWithTotpMethod"},{"$ref":"#/components/schemas/updateLoginFlowWithWebAuthnMethod"},{"$ref":"#/components/schemas/updateLoginFlowWithLookupSecretMethod"},{"$ref":"#/components/schemas/updateLoginFlowWithCodeMethod"},{"$ref":"#/components/schemas/updateLoginFlowWithPasskeyMethod"},{"$ref":"#/components/schemas/updateLoginFlowWithIdentifierFirstMethod"}]},"updateLoginFlowWithCodeMethod":{"description":"Update Login flow using the code method","properties":{"code":{"description":"Code is the 6 digits code sent to the user","type":"string"},"csrf_token":{"description":"CSRFToken is the anti-CSRF token","type":"string"},"identifier":{"description":"Identifier is the code identifier\nThe identifier requires that the user has already completed the registration or settings with code flow.","type":"string"},"method":{"description":"Method should be set to \"code\" when logging in using the code strategy.","type":"string"},"resend":{"description":"Resend is set when the user wants to resend the code","type":"string"},"transient_payload":{"description":"Transient data to pass along to any webhooks","type":"object"}},"required":["method","csrf_token"],"type":"object"},"updateLoginFlowWithIdentifierFirstMethod":{"description":"Update Login Flow with Multi-Step Method","properties":{"csrf_token":{"description":"Sending the anti-csrf token is only required for browser login flows.","type":"string"},"identifier":{"description":"Identifier is the email or username of the user trying to log in.","type":"string"},"method":{"description":"Method should be set to \"password\" when logging in using the identifier and password strategy.","type":"string"},"transient_payload":{"description":"Transient data to pass along to any webhooks","type":"object"}},"required":["method","identifier"],"type":"object"},"updateLoginFlowWithLookupSecretMethod":{"description":"Update Login Flow with Lookup Secret Method","properties":{"csrf_token":{"description":"Sending the anti-csrf token is only required for browser login flows.","type":"string"},"lookup_secret":{"description":"The lookup secret.","type":"string"},"method":{"description":"Method should be set to \"lookup_secret\" when logging in using the lookup_secret strategy.","type":"string"}},"required":["method","lookup_secret"],"type":"object"},"updateLoginFlowWithOidcMethod":{"description":"Update Login Flow with OpenID Connect Method","properties":{"csrf_token":{"description":"The CSRF Token","type":"string"},"id_token":{"description":"IDToken is an optional id token provided by an OIDC provider\n\nIf submitted, it is verified using the OIDC provider's public key set and the claims are used to populate\nthe OIDC credentials of the identity.\nIf the OIDC provider does not store additional claims (such as name, etc.) in the IDToken itself, you can use\nthe `traits` field to populate the identity's traits. Note, that Apple only includes the users email in the IDToken.\n\nSupported providers are\nApple\nGoogle","type":"string"},"id_token_nonce":{"description":"IDTokenNonce is the nonce, used when generating the IDToken.\nIf the provider supports nonce validation, the nonce will be validated against this value and required.","type":"string"},"method":{"description":"Method to use\n\nThis field must be set to `oidc` when using the oidc method.","type":"string"},"provider":{"description":"The provider to register with","type":"string"},"traits":{"description":"The identity traits. This is a placeholder for the registration flow.","type":"object"},"transient_payload":{"description":"Transient data to pass along to any webhooks","type":"object"},"upstream_parameters":{"description":"UpstreamParameters are the parameters that are passed to the upstream identity provider.\n\nThese parameters are optional and depend on what the upstream identity provider supports.\nSupported parameters are:\n`login_hint` (string): The `login_hint` parameter suppresses the account chooser and either pre-fills the email box on the sign-in form, or selects the proper session.\n`hd` (string): The `hd` parameter limits the login/registration process to a Google Organization, e.g. `mycollege.edu`.\n`prompt` (string): The `prompt` specifies whether the Authorization Server prompts the End-User for reauthentication and consent, e.g. `select_account`.","type":"object"}},"required":["provider","method"],"type":"object"},"updateLoginFlowWithPasskeyMethod":{"description":"Update Login Flow with Passkey Method","properties":{"csrf_token":{"description":"Sending the anti-csrf token is only required for browser login flows.","type":"string"},"method":{"description":"Method should be set to \"passkey\" when logging in using the Passkey strategy.","type":"string"},"passkey_login":{"description":"Login a WebAuthn Security Key\n\nThis must contain the ID of the WebAuthN connection.","type":"string"}},"required":["method"],"type":"object"},"updateLoginFlowWithPasswordMethod":{"description":"Update Login Flow with Password Method","properties":{"csrf_token":{"description":"Sending the anti-csrf token is only required for browser login flows.","type":"string"},"identifier":{"description":"Identifier is the email or username of the user trying to log in.","type":"string"},"method":{"description":"Method should be set to \"password\" when logging in using the identifier and password strategy.","type":"string"},"password":{"description":"The user's password.","type":"string"},"password_identifier":{"description":"Identifier is the email or username of the user trying to log in.\nThis field is deprecated!","type":"string"},"transient_payload":{"description":"Transient data to pass along to any webhooks","type":"object"}},"required":["method","password","identifier"],"type":"object"},"updateLoginFlowWithTotpMethod":{"description":"Update Login Flow with TOTP Method","properties":{"csrf_token":{"description":"Sending the anti-csrf token is only required for browser login flows.","type":"string"},"method":{"description":"Method should be set to \"totp\" when logging in using the TOTP strategy.","type":"string"},"totp_code":{"description":"The TOTP code.","type":"string"},"transient_payload":{"description":"Transient data to pass along to any webhooks","type":"object"}},"required":["method","totp_code"],"type":"object"},"updateLoginFlowWithWebAuthnMethod":{"description":"Update Login Flow with WebAuthn Method","properties":{"csrf_token":{"description":"Sending the anti-csrf token is only required for browser login flows.","type":"string"},"identifier":{"description":"Identifier is the email or username of the user trying to log in.","type":"string"},"method":{"description":"Method should be set to \"webAuthn\" when logging in using the WebAuthn strategy.","type":"string"},"transient_payload":{"description":"Transient data to pass along to any webhooks","type":"object"},"webauthn_login":{"description":"Login a WebAuthn Security Key\n\nThis must contain the ID of the WebAuthN connection.","type":"string"}},"required":["identifier","method"],"type":"object"},"updateRecoveryFlowBody":{"description":"Update Recovery Flow Request Body","discriminator":{"mapping":{"code":"#/components/schemas/updateRecoveryFlowWithCodeMethod","link":"#/components/schemas/updateRecoveryFlowWithLinkMethod"},"propertyName":"method"},"oneOf":[{"$ref":"#/components/schemas/updateRecoveryFlowWithLinkMethod"},{"$ref":"#/components/schemas/updateRecoveryFlowWithCodeMethod"}]},"updateRecoveryFlowWithCodeMethod":{"description":"Update Recovery Flow with Code Method","properties":{"code":{"description":"Code from the recovery email\n\nIf you want to submit a code, use this field, but make sure to _not_ include the email field, as well.","type":"string"},"csrf_token":{"description":"Sending the anti-csrf token is only required for browser login flows.","type":"string"},"email":{"description":"The email address of the account to recover\n\nIf the email belongs to a valid account, a recovery email will be sent.\n\nIf you want to notify the email address if the account does not exist, see\nthe [notify_unknown_recipients flag](https://www.ory.sh/docs/kratos/self-service/flows/account-recovery-password-reset#attempted-recovery-notifications)\n\nIf a code was already sent, including this field in the payload will invalidate the sent code and re-send a new code.\n\nformat: email","type":"string"},"method":{"description":"Method is the method that should be used for this recovery flow\n\nAllowed values are `link` and `code`.\nlink RecoveryStrategyLink\ncode RecoveryStrategyCode","enum":["link","code"],"type":"string","x-go-enum-desc":"link RecoveryStrategyLink\ncode RecoveryStrategyCode"},"transient_payload":{"description":"Transient data to pass along to any webhooks","type":"object"}},"required":["method"],"type":"object"},"updateRecoveryFlowWithLinkMethod":{"description":"Update Recovery Flow with Link Method","properties":{"csrf_token":{"description":"Sending the anti-csrf token is only required for browser login flows.","type":"string"},"email":{"description":"Email to Recover\n\nNeeds to be set when initiating the flow. If the email is a registered\nrecovery email, a recovery link will be sent. If the email is not known,\na email with details on what happened will be sent instead.\n\nformat: email","type":"string"},"method":{"description":"Method is the method that should be used for this recovery flow\n\nAllowed values are `link` and `code`\nlink RecoveryStrategyLink\ncode RecoveryStrategyCode","enum":["link","code"],"type":"string","x-go-enum-desc":"link RecoveryStrategyLink\ncode RecoveryStrategyCode"},"transient_payload":{"description":"Transient data to pass along to any webhooks","type":"object"}},"required":["email","method"],"type":"object"},"updateRegistrationFlowBody":{"description":"Update Registration Request Body","discriminator":{"mapping":{"code":"#/components/schemas/updateRegistrationFlowWithCodeMethod","oidc":"#/components/schemas/updateRegistrationFlowWithOidcMethod","passkey":"#/components/schemas/updateRegistrationFlowWithPasskeyMethod","password":"#/components/schemas/updateRegistrationFlowWithPasswordMethod","profile":"#/components/schemas/updateRegistrationFlowWithProfileMethod","webauthn":"#/components/schemas/updateRegistrationFlowWithWebAuthnMethod"},"propertyName":"method"},"oneOf":[{"$ref":"#/components/schemas/updateRegistrationFlowWithPasswordMethod"},{"$ref":"#/components/schemas/updateRegistrationFlowWithOidcMethod"},{"$ref":"#/components/schemas/updateRegistrationFlowWithWebAuthnMethod"},{"$ref":"#/components/schemas/updateRegistrationFlowWithCodeMethod"},{"$ref":"#/components/schemas/updateRegistrationFlowWithPasskeyMethod"},{"$ref":"#/components/schemas/updateRegistrationFlowWithProfileMethod"}]},"updateRegistrationFlowWithCodeMethod":{"description":"Update Registration Flow with Code Method","properties":{"code":{"description":"The OTP Code sent to the user","type":"string"},"csrf_token":{"description":"The CSRF Token","type":"string"},"method":{"description":"Method to use\n\nThis field must be set to `code` when using the code method.","type":"string"},"resend":{"description":"Resend restarts the flow with a new code","type":"string"},"traits":{"description":"The identity's traits","type":"object"},"transient_payload":{"description":"Transient data to pass along to any webhooks","type":"object"}},"required":["traits","method"],"type":"object"},"updateRegistrationFlowWithOidcMethod":{"description":"Update Registration Flow with OpenID Connect Method","properties":{"csrf_token":{"description":"The CSRF Token","type":"string"},"id_token":{"description":"IDToken is an optional id token provided by an OIDC provider\n\nIf submitted, it is verified using the OIDC provider's public key set and the claims are used to populate\nthe OIDC credentials of the identity.\nIf the OIDC provider does not store additional claims (such as name, etc.) in the IDToken itself, you can use\nthe `traits` field to populate the identity's traits. Note, that Apple only includes the users email in the IDToken.\n\nSupported providers are\nApple\nGoogle","type":"string"},"id_token_nonce":{"description":"IDTokenNonce is the nonce, used when generating the IDToken.\nIf the provider supports nonce validation, the nonce will be validated against this value and is required.","type":"string"},"method":{"description":"Method to use\n\nThis field must be set to `oidc` when using the oidc method.","type":"string"},"provider":{"description":"The provider to register with","type":"string"},"traits":{"description":"The identity traits","type":"object"},"transient_payload":{"description":"Transient data to pass along to any webhooks","type":"object"},"upstream_parameters":{"description":"UpstreamParameters are the parameters that are passed to the upstream identity provider.\n\nThese parameters are optional and depend on what the upstream identity provider supports.\nSupported parameters are:\n`login_hint` (string): The `login_hint` parameter suppresses the account chooser and either pre-fills the email box on the sign-in form, or selects the proper session.\n`hd` (string): The `hd` parameter limits the login/registration process to a Google Organization, e.g. `mycollege.edu`.\n`prompt` (string): The `prompt` specifies whether the Authorization Server prompts the End-User for reauthentication and consent, e.g. `select_account`.","type":"object"}},"required":["provider","method"],"type":"object"},"updateRegistrationFlowWithPasskeyMethod":{"description":"Update Registration Flow with Passkey Method","properties":{"csrf_token":{"description":"CSRFToken is the anti-CSRF token","type":"string"},"method":{"description":"Method\n\nShould be set to \"passkey\" when trying to add, update, or remove a Passkey.","type":"string"},"passkey_register":{"description":"Register a WebAuthn Security Key\n\nIt is expected that the JSON returned by the WebAuthn registration process\nis included here.","type":"string"},"traits":{"description":"The identity's traits","type":"object"},"transient_payload":{"description":"Transient data to pass along to any webhooks","type":"object"}},"required":["traits","method"],"type":"object"},"updateRegistrationFlowWithPasswordMethod":{"description":"Update Registration Flow with Password Method","properties":{"csrf_token":{"description":"The CSRF Token","type":"string"},"method":{"description":"Method to use\n\nThis field must be set to `password` when using the password method.","type":"string"},"password":{"description":"Password to sign the user up with","type":"string"},"traits":{"description":"The identity's traits","type":"object"},"transient_payload":{"description":"Transient data to pass along to any webhooks","type":"object"}},"required":["password","traits","method"],"type":"object"},"updateRegistrationFlowWithProfileMethod":{"description":"Update Registration Flow with Profile Method","properties":{"csrf_token":{"description":"The Anti-CSRF Token\n\nThis token is only required when performing browser flows.","type":"string"},"method":{"description":"Method\n\nShould be set to profile when trying to update a profile.","type":"string"},"screen":{"description":"Screen requests navigation to a previous screen.\n\nThis must be set to credential-selection to go back to the credential\nselection screen.","type":"string"},"traits":{"description":"Traits\n\nThe identity's traits.","type":"object"},"transient_payload":{"description":"Transient data to pass along to any webhooks","type":"object"}},"required":["traits","method"],"type":"object"},"updateRegistrationFlowWithWebAuthnMethod":{"description":"Update Registration Flow with WebAuthn Method","properties":{"csrf_token":{"description":"CSRFToken is the anti-CSRF token","type":"string"},"method":{"description":"Method\n\nShould be set to \"webauthn\" when trying to add, update, or remove a webAuthn pairing.","type":"string"},"traits":{"description":"The identity's traits","type":"object"},"transient_payload":{"description":"Transient data to pass along to any webhooks","type":"object"},"webauthn_register":{"description":"Register a WebAuthn Security Key\n\nIt is expected that the JSON returned by the WebAuthn registration process\nis included here.","type":"string"},"webauthn_register_displayname":{"description":"Name of the WebAuthn Security Key to be Added\n\nA human-readable name for the security key which will be added.","type":"string"}},"required":["traits","method"],"type":"object"},"updateSettingsFlowBody":{"description":"Update Settings Flow Request Body","discriminator":{"mapping":{"lookup_secret":"#/components/schemas/updateSettingsFlowWithLookupMethod","oidc":"#/components/schemas/updateSettingsFlowWithOidcMethod","passkey":"#/components/schemas/updateSettingsFlowWithPasskeyMethod","password":"#/components/schemas/updateSettingsFlowWithPasswordMethod","profile":"#/components/schemas/updateSettingsFlowWithProfileMethod","totp":"#/components/schemas/updateSettingsFlowWithTotpMethod","webauthn":"#/components/schemas/updateSettingsFlowWithWebAuthnMethod"},"propertyName":"method"},"oneOf":[{"$ref":"#/components/schemas/updateSettingsFlowWithPasswordMethod"},{"$ref":"#/components/schemas/updateSettingsFlowWithProfileMethod"},{"$ref":"#/components/schemas/updateSettingsFlowWithOidcMethod"},{"$ref":"#/components/schemas/updateSettingsFlowWithTotpMethod"},{"$ref":"#/components/schemas/updateSettingsFlowWithWebAuthnMethod"},{"$ref":"#/components/schemas/updateSettingsFlowWithLookupMethod"},{"$ref":"#/components/schemas/updateSettingsFlowWithPasskeyMethod"}]},"updateSettingsFlowWithLookupMethod":{"description":"Update Settings Flow with Lookup Method","properties":{"csrf_token":{"description":"CSRFToken is the anti-CSRF token","type":"string"},"lookup_secret_confirm":{"description":"If set to true will save the regenerated lookup secrets","type":"boolean"},"lookup_secret_disable":{"description":"Disables this method if true.","type":"boolean"},"lookup_secret_regenerate":{"description":"If set to true will regenerate the lookup secrets","type":"boolean"},"lookup_secret_reveal":{"description":"If set to true will reveal the lookup secrets","type":"boolean"},"method":{"description":"Method\n\nShould be set to \"lookup\" when trying to add, update, or remove a lookup pairing.","type":"string"},"transient_payload":{"description":"Transient data to pass along to any webhooks","type":"object"}},"required":["method"],"type":"object"},"updateSettingsFlowWithOidcMethod":{"description":"Update Settings Flow with OpenID Connect Method","properties":{"flow":{"description":"Flow ID is the flow's ID.\n\nin: query","type":"string"},"link":{"description":"Link this provider\n\nEither this or `unlink` must be set.\n\ntype: string\nin: body","type":"string"},"method":{"description":"Method\n\nShould be set to profile when trying to update a profile.","type":"string"},"traits":{"description":"The identity's traits\n\nin: body","type":"object"},"transient_payload":{"description":"Transient data to pass along to any webhooks","type":"object"},"unlink":{"description":"Unlink this provider\n\nEither this or `link` must be set.\n\ntype: string\nin: body","type":"string"},"upstream_parameters":{"description":"UpstreamParameters are the parameters that are passed to the upstream identity provider.\n\nThese parameters are optional and depend on what the upstream identity provider supports.\nSupported parameters are:\n`login_hint` (string): The `login_hint` parameter suppresses the account chooser and either pre-fills the email box on the sign-in form, or selects the proper session.\n`hd` (string): The `hd` parameter limits the login/registration process to a Google Organization, e.g. `mycollege.edu`.\n`prompt` (string): The `prompt` specifies whether the Authorization Server prompts the End-User for reauthentication and consent, e.g. `select_account`.","type":"object"}},"required":["method"],"type":"object"},"updateSettingsFlowWithPasskeyMethod":{"description":"Update Settings Flow with Passkey Method","properties":{"csrf_token":{"description":"CSRFToken is the anti-CSRF token","type":"string"},"method":{"description":"Method\n\nShould be set to \"passkey\" when trying to add, update, or remove a webAuthn pairing.","type":"string"},"passkey_remove":{"description":"Remove a WebAuthn Security Key\n\nThis must contain the ID of the WebAuthN connection.","type":"string"},"passkey_settings_register":{"description":"Register a WebAuthn Security Key\n\nIt is expected that the JSON returned by the WebAuthn registration process\nis included here.","type":"string"}},"required":["method"],"type":"object"},"updateSettingsFlowWithPasswordMethod":{"description":"Update Settings Flow with Password Method","properties":{"csrf_token":{"description":"CSRFToken is the anti-CSRF token","type":"string"},"method":{"description":"Method\n\nShould be set to password when trying to update a password.","type":"string"},"password":{"description":"Password is the updated password","type":"string"},"transient_payload":{"description":"Transient data to pass along to any webhooks","type":"object"}},"required":["password","method"],"type":"object"},"updateSettingsFlowWithProfileMethod":{"description":"Update Settings Flow with Profile Method","properties":{"csrf_token":{"description":"The Anti-CSRF Token\n\nThis token is only required when performing browser flows.","type":"string"},"method":{"description":"Method\n\nShould be set to profile when trying to update a profile.","type":"string"},"traits":{"description":"Traits\n\nThe identity's traits.","type":"object"},"transient_payload":{"description":"Transient data to pass along to any webhooks","type":"object"}},"required":["traits","method"],"type":"object"},"updateSettingsFlowWithTotpMethod":{"description":"Update Settings Flow with TOTP Method","properties":{"csrf_token":{"description":"CSRFToken is the anti-CSRF token","type":"string"},"method":{"description":"Method\n\nShould be set to \"totp\" when trying to add, update, or remove a totp pairing.","type":"string"},"totp_code":{"description":"ValidationTOTP must contain a valid TOTP based on the","type":"string"},"totp_unlink":{"description":"UnlinkTOTP if true will remove the TOTP pairing,\neffectively removing the credential. This can be used\nto set up a new TOTP device.","type":"boolean"},"transient_payload":{"description":"Transient data to pass along to any webhooks","type":"object"}},"required":["method"],"type":"object"},"updateSettingsFlowWithWebAuthnMethod":{"description":"Update Settings Flow with WebAuthn Method","properties":{"csrf_token":{"description":"CSRFToken is the anti-CSRF token","type":"string"},"method":{"description":"Method\n\nShould be set to \"webauthn\" when trying to add, update, or remove a webAuthn pairing.","type":"string"},"transient_payload":{"description":"Transient data to pass along to any webhooks","type":"object"},"webauthn_register":{"description":"Register a WebAuthn Security Key\n\nIt is expected that the JSON returned by the WebAuthn registration process\nis included here.","type":"string"},"webauthn_register_displayname":{"description":"Name of the WebAuthn Security Key to be Added\n\nA human-readable name for the security key which will be added.","type":"string"},"webauthn_remove":{"description":"Remove a WebAuthn Security Key\n\nThis must contain the ID of the WebAuthN connection.","type":"string"}},"required":["method"],"type":"object"},"updateSubscriptionBody":{"properties":{"interval":{"description":"\nmonthly Monthly\nyearly Yearly","enum":["monthly","yearly"],"type":"string","x-go-enum-desc":"monthly Monthly\nyearly Yearly"},"plan":{"type":"string"},"return_to":{"type":"string"}},"required":["plan","interval"],"type":"object"},"updateVerificationFlowBody":{"description":"Update Verification Flow Request Body","discriminator":{"mapping":{"code":"#/components/schemas/updateVerificationFlowWithCodeMethod","link":"#/components/schemas/updateVerificationFlowWithLinkMethod"},"propertyName":"method"},"oneOf":[{"$ref":"#/components/schemas/updateVerificationFlowWithLinkMethod"},{"$ref":"#/components/schemas/updateVerificationFlowWithCodeMethod"}]},"updateVerificationFlowWithCodeMethod":{"properties":{"code":{"description":"Code from the recovery email\n\nIf you want to submit a code, use this field, but make sure to _not_ include the email field, as well.","type":"string"},"csrf_token":{"description":"Sending the anti-csrf token is only required for browser login flows.","type":"string"},"email":{"description":"The email address to verify\n\nIf the email belongs to a valid account, a verifiation email will be sent.\n\nIf you want to notify the email address if the account does not exist, see\nthe [notify_unknown_recipients flag](https://www.ory.sh/docs/kratos/self-service/flows/verify-email-account-activation#attempted-verification-notifications)\n\nIf a code was already sent, including this field in the payload will invalidate the sent code and re-send a new code.\n\nformat: email","type":"string"},"method":{"description":"Method is the method that should be used for this verification flow\n\nAllowed values are `link` and `code`.\nlink VerificationStrategyLink\ncode VerificationStrategyCode","enum":["link","code"],"type":"string","x-go-enum-desc":"link VerificationStrategyLink\ncode VerificationStrategyCode"},"transient_payload":{"description":"Transient data to pass along to any webhooks","type":"object"}},"required":["method"],"type":"object"},"updateVerificationFlowWithLinkMethod":{"description":"Update Verification Flow with Link Method","properties":{"csrf_token":{"description":"Sending the anti-csrf token is only required for browser login flows.","type":"string"},"email":{"description":"Email to Verify\n\nNeeds to be set when initiating the flow. If the email is a registered\nverification email, a verification link will be sent. If the email is not known,\na email with details on what happened will be sent instead.\n\nformat: email","type":"string"},"method":{"description":"Method is the method that should be used for this verification flow\n\nAllowed values are `link` and `code`\nlink VerificationStrategyLink\ncode VerificationStrategyCode","enum":["link","code"],"type":"string","x-go-enum-desc":"link VerificationStrategyLink\ncode VerificationStrategyCode"},"transient_payload":{"description":"Transient data to pass along to any webhooks","type":"object"}},"required":["email","method"],"type":"object"},"updateWorkspaceBody":{"properties":{"name":{"description":"The name of the workspace.","type":"string"}},"required":["name"],"type":"object"},"verifiableCredentialPrimingResponse":{"properties":{"c_nonce":{"type":"string"},"c_nonce_expires_in":{"format":"int64","type":"integer"},"error":{"type":"string"},"error_debug":{"type":"string"},"error_description":{"type":"string"},"error_hint":{"type":"string"},"format":{"type":"string"},"status_code":{"format":"int64","type":"integer"}},"title":"VerifiableCredentialPrimingResponse contains the nonce to include in the proof-of-possession JWT.","type":"object"},"verifiableCredentialResponse":{"properties":{"credential_draft_00":{"type":"string"},"format":{"type":"string"}},"title":"VerifiableCredentialResponse contains the verifiable credential.","type":"object"},"verifiableIdentityAddress":{"description":"VerifiableAddress is an identity's verifiable address","properties":{"created_at":{"description":"When this entry was created","example":"2014-01-01T23:28:56.782Z","format":"date-time","type":"string"},"id":{"description":"The ID","format":"uuid","type":"string"},"status":{"$ref":"#/components/schemas/identityVerifiableAddressStatus"},"updated_at":{"description":"When this entry was last updated","example":"2014-01-01T23:28:56.782Z","format":"date-time","type":"string"},"value":{"description":"The address value\n\nexample foo@user.com","type":"string"},"verified":{"description":"Indicates if the address has already been verified","example":true,"type":"boolean"},"verified_at":{"$ref":"#/components/schemas/nullTime"},"via":{"description":"The delivery method","enum":["email","sms"],"example":"email","type":"string"}},"required":["value","verified","via","status"],"type":"object"},"verificationFlow":{"description":"Used to verify an out-of-band communication\nchannel such as an email address or a phone number.\n\nFor more information head over to: https://www.ory.sh/docs/kratos/self-service/flows/verify-email-account-activation","properties":{"active":{"description":"Active, if set, contains the registration method that is being used. It is initially\nnot set.","type":"string"},"expires_at":{"description":"ExpiresAt is the time (UTC) when the request expires. If the user still wishes to verify the address,\na new request has to be initiated.","format":"date-time","type":"string"},"id":{"description":"ID represents the request's unique ID. When performing the verification flow, this\nrepresents the id in the verify ui's query parameter: http://?request=\n\ntype: string\nformat: uuid","format":"uuid","type":"string"},"issued_at":{"description":"IssuedAt is the time (UTC) when the request occurred.","format":"date-time","type":"string"},"request_url":{"description":"RequestURL is the initial URL that was requested from Ory Kratos. It can be used\nto forward information contained in the URL's path or query for example.","type":"string"},"return_to":{"description":"ReturnTo contains the requested return_to URL.","type":"string"},"state":{"description":"State represents the state of this request:\n\nchoose_method: ask the user to choose a method (e.g. verify your email)\nsent_email: the email has been sent to the user\npassed_challenge: the request was successful and the verification challenge was passed."},"transient_payload":{"description":"TransientPayload is used to pass data from the verification flow to hooks and email templates","type":"object"},"type":{"$ref":"#/components/schemas/selfServiceFlowType"},"ui":{"$ref":"#/components/schemas/uiContainer"}},"required":["id","type","ui","state"],"title":"A Verification Flow","type":"object"},"verificationFlowState":{"description":"The state represents the state of the verification flow.\n\nchoose_method: ask the user to choose a method (e.g. recover account via email)\nsent_email: the email has been sent to the user\npassed_challenge: the request was successful and the recovery challenge was passed.","enum":["choose_method","sent_email","passed_challenge"],"title":"Verification Flow State","type":"string"},"version":{"properties":{"version":{"description":"Version is the service's version.","type":"string"}},"type":"object"},"webAuthnJavaScript":{"type":"string"},"workspace":{"properties":{"created_at":{"format":"date-time","type":"string"},"id":{"format":"uuid","type":"string"},"name":{"type":"string"},"subscription_id":{"$ref":"#/components/schemas/NullUUID"},"subscription_plan":{"$ref":"#/components/schemas/String"},"updated_at":{"format":"date-time","type":"string"}},"required":["id","name","created_at","updated_at"],"type":"object"},"workspaceApiKey":{"properties":{"created_at":{"description":"The API key's creation date","format":"date-time","readOnly":true,"type":"string"},"id":{"description":"The key's ID.","format":"uuid","readOnly":true,"type":"string"},"name":{"description":"The API key's Name\n\nSet this to help you remember, for example, where you use the API key.","type":"string"},"owner_id":{"description":"The key's owner","format":"uuid","readOnly":true,"type":"string"},"updated_at":{"description":"The API key's last update date","format":"date-time","readOnly":true,"type":"string"},"value":{"description":"The key's value","readOnly":true,"type":"string"},"workspace_id":{"description":"The API token's workspace ID","format":"uuid","readOnly":true,"type":"string"}},"required":["id","name","owner_id"],"type":"object"},"workspaceApiKeys":{"items":{"$ref":"#/components/schemas/workspaceApiKey"},"type":"array"},"workspaces":{"items":{"$ref":"#/components/schemas/workspace"},"type":"array"}},"securitySchemes":{"basic":{"scheme":"basic","type":"http"},"bearer":{"scheme":"bearer","type":"http"},"oauth2":{"flows":{"authorizationCode":{"authorizationUrl":"https://hydra.demo.ory.sh/oauth2/auth","scopes":{"offline":"A scope required when requesting refresh tokens (alias for `offline_access`)","offline_access":"A scope required when requesting refresh tokens","openid":"Request an OpenID Connect ID Token"},"tokenUrl":"https://hydra.demo.ory.sh/oauth2/token"}},"type":"oauth2"},"oryAccessToken":{"description":"To use this endpoint you need an [Ory Network API key](https://www.ory.sh/docs/concepts/personal-access-token).","scheme":"bearer","type":"http"},"oryWorkspaceApiKey":{"description":"To use this endpoint you need a workspace-level [Ory Network API key](https://www.ory.sh/docs/concepts/personal-access-token).","scheme":"bearer","type":"http"}}},"info":{"contact":{"email":"support@ory.sh","name":"API Support"},"description":"Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed\nwith a valid Personal Access Token. Public APIs are mostly used in browsers.\n","license":{"name":"Apache 2.0","url":"https://www.apache.org/licenses/LICENSE-2.0.html"},"termsOfService":"/ptos","title":"Ory APIs","version":"v1.15.0"},"openapi":"3.0.3","paths":{"/.well-known/jwks.json":{"get":{"description":"This endpoint returns JSON Web Keys required to verifying OpenID Connect ID Tokens and,\nif enabled, OAuth 2.0 JWT Access Tokens. This endpoint can be used with client libraries like\n[node-jwks-rsa](https://github.com/auth0/node-jwks-rsa) among others.\n\nAdding custom keys requires first creating a keyset via the createJsonWebKeySet operation,\nand then configuring the webfinger.jwks.broadcast_keys configuration value to include the keyset name.","operationId":"discoverJsonWebKeys","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/jsonWebKeySet"}}},"description":"jsonWebKeySet"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorOAuth2"}}},"description":"errorOAuth2"}},"summary":"Discover Well-Known JSON Web Keys","tags":["wellknown"]}},"/.well-known/openid-configuration":{"get":{"description":"A mechanism for an OpenID Connect Relying Party to discover the End-User's OpenID Provider and obtain information needed to interact with it, including its OAuth 2.0 endpoint locations.\n\nPopular libraries for OpenID Connect clients include oidc-client-js (JavaScript), go-oidc (Golang), and others.\nFor a full list of clients go here: https://openid.net/developers/certified/","operationId":"discoverOidcConfiguration","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/oidcConfiguration"}}},"description":"oidcConfiguration"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorOAuth2"}}},"description":"errorOAuth2"}},"summary":"OpenID Connect Discovery","tags":["oidc"]}},"/.well-known/ory/webauthn.js":{"get":{"description":"This endpoint provides JavaScript which is needed in order to perform WebAuthn login and registration.\n\nIf you are building a JavaScript Browser App (e.g. in ReactJS or AngularJS) you will need to load this file:\n\n```html\n