diff --git a/.openapi-generator/VERSION b/.openapi-generator/VERSION index ba7f754d0..1985849fb 100644 --- a/.openapi-generator/VERSION +++ b/.openapi-generator/VERSION @@ -1 +1 @@ -7.4.0 +7.7.0 diff --git a/docs/AcceptOAuth2ConsentRequest.md b/docs/AcceptOAuth2ConsentRequest.md index bd9f5112b..3e5a409ea 100644 --- a/docs/AcceptOAuth2ConsentRequest.md +++ b/docs/AcceptOAuth2ConsentRequest.md @@ -28,7 +28,7 @@ print(AcceptOAuth2ConsentRequest.to_json()) # convert the object into a dict accept_o_auth2_consent_request_dict = accept_o_auth2_consent_request_instance.to_dict() # create an instance of AcceptOAuth2ConsentRequest from a dict -accept_o_auth2_consent_request_form_dict = accept_o_auth2_consent_request.from_dict(accept_o_auth2_consent_request_dict) +accept_o_auth2_consent_request_from_dict = AcceptOAuth2ConsentRequest.from_dict(accept_o_auth2_consent_request_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/AcceptOAuth2ConsentRequestSession.md b/docs/AcceptOAuth2ConsentRequestSession.md index a5eb0f76c..db37e52e1 100644 --- a/docs/AcceptOAuth2ConsentRequestSession.md +++ b/docs/AcceptOAuth2ConsentRequestSession.md @@ -23,7 +23,7 @@ print(AcceptOAuth2ConsentRequestSession.to_json()) # convert the object into a dict accept_o_auth2_consent_request_session_dict = accept_o_auth2_consent_request_session_instance.to_dict() # create an instance of AcceptOAuth2ConsentRequestSession from a dict -accept_o_auth2_consent_request_session_form_dict = accept_o_auth2_consent_request_session.from_dict(accept_o_auth2_consent_request_session_dict) +accept_o_auth2_consent_request_session_from_dict = AcceptOAuth2ConsentRequestSession.from_dict(accept_o_auth2_consent_request_session_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/AcceptOAuth2LoginRequest.md b/docs/AcceptOAuth2LoginRequest.md index 7eeba837d..7052463a0 100644 --- a/docs/AcceptOAuth2LoginRequest.md +++ b/docs/AcceptOAuth2LoginRequest.md @@ -30,7 +30,7 @@ print(AcceptOAuth2LoginRequest.to_json()) # convert the object into a dict accept_o_auth2_login_request_dict = accept_o_auth2_login_request_instance.to_dict() # create an instance of AcceptOAuth2LoginRequest from a dict -accept_o_auth2_login_request_form_dict = accept_o_auth2_login_request.from_dict(accept_o_auth2_login_request_dict) +accept_o_auth2_login_request_from_dict = AcceptOAuth2LoginRequest.from_dict(accept_o_auth2_login_request_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/AccountExperienceConfiguration.md b/docs/AccountExperienceConfiguration.md index 85c740057..694458c1c 100644 --- a/docs/AccountExperienceConfiguration.md +++ b/docs/AccountExperienceConfiguration.md @@ -26,7 +26,7 @@ print(AccountExperienceConfiguration.to_json()) # convert the object into a dict account_experience_configuration_dict = account_experience_configuration_instance.to_dict() # create an instance of AccountExperienceConfiguration from a dict -account_experience_configuration_form_dict = account_experience_configuration.from_dict(account_experience_configuration_dict) +account_experience_configuration_from_dict = AccountExperienceConfiguration.from_dict(account_experience_configuration_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/AccountExperienceThemeVariables.md b/docs/AccountExperienceThemeVariables.md index 27ecb51bd..8c16454ce 100644 --- a/docs/AccountExperienceThemeVariables.md +++ b/docs/AccountExperienceThemeVariables.md @@ -112,7 +112,7 @@ print(AccountExperienceThemeVariables.to_json()) # convert the object into a dict account_experience_theme_variables_dict = account_experience_theme_variables_instance.to_dict() # create an instance of AccountExperienceThemeVariables from a dict -account_experience_theme_variables_form_dict = account_experience_theme_variables.from_dict(account_experience_theme_variables_dict) +account_experience_theme_variables_from_dict = AccountExperienceThemeVariables.from_dict(account_experience_theme_variables_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ActiveProjectInConsole.md b/docs/ActiveProjectInConsole.md index 6b50d6817..9f6756d42 100644 --- a/docs/ActiveProjectInConsole.md +++ b/docs/ActiveProjectInConsole.md @@ -23,7 +23,7 @@ print(ActiveProjectInConsole.to_json()) # convert the object into a dict active_project_in_console_dict = active_project_in_console_instance.to_dict() # create an instance of ActiveProjectInConsole from a dict -active_project_in_console_form_dict = active_project_in_console.from_dict(active_project_in_console_dict) +active_project_in_console_from_dict = ActiveProjectInConsole.from_dict(active_project_in_console_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/AddProjectToWorkspaceBody.md b/docs/AddProjectToWorkspaceBody.md index e64769849..4dbead141 100644 --- a/docs/AddProjectToWorkspaceBody.md +++ b/docs/AddProjectToWorkspaceBody.md @@ -23,7 +23,7 @@ print(AddProjectToWorkspaceBody.to_json()) # convert the object into a dict add_project_to_workspace_body_dict = add_project_to_workspace_body_instance.to_dict() # create an instance of AddProjectToWorkspaceBody from a dict -add_project_to_workspace_body_form_dict = add_project_to_workspace_body.from_dict(add_project_to_workspace_body_dict) +add_project_to_workspace_body_from_dict = AddProjectToWorkspaceBody.from_dict(add_project_to_workspace_body_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/Attribute.md b/docs/Attribute.md index b627c93cf..ba499323c 100644 --- a/docs/Attribute.md +++ b/docs/Attribute.md @@ -23,7 +23,7 @@ print(Attribute.to_json()) # convert the object into a dict attribute_dict = attribute_instance.to_dict() # create an instance of Attribute from a dict -attribute_form_dict = attribute.from_dict(attribute_dict) +attribute_from_dict = Attribute.from_dict(attribute_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/AttributeFilter.md b/docs/AttributeFilter.md index 9438ff9f4..09c09eb2d 100644 --- a/docs/AttributeFilter.md +++ b/docs/AttributeFilter.md @@ -24,7 +24,7 @@ print(AttributeFilter.to_json()) # convert the object into a dict attribute_filter_dict = attribute_filter_instance.to_dict() # create an instance of AttributeFilter from a dict -attribute_filter_form_dict = attribute_filter.from_dict(attribute_filter_dict) +attribute_filter_from_dict = AttributeFilter.from_dict(attribute_filter_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/AttributesCountDatapoint.md b/docs/AttributesCountDatapoint.md index eb2d1adf7..3ab4e26b3 100644 --- a/docs/AttributesCountDatapoint.md +++ b/docs/AttributesCountDatapoint.md @@ -23,7 +23,7 @@ print(AttributesCountDatapoint.to_json()) # convert the object into a dict attributes_count_datapoint_dict = attributes_count_datapoint_instance.to_dict() # create an instance of AttributesCountDatapoint from a dict -attributes_count_datapoint_form_dict = attributes_count_datapoint.from_dict(attributes_count_datapoint_dict) +attributes_count_datapoint_from_dict = AttributesCountDatapoint.from_dict(attributes_count_datapoint_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/AuthenticatorAssuranceLevel.md b/docs/AuthenticatorAssuranceLevel.md index 4d53a79e5..014a6b3d0 100644 --- a/docs/AuthenticatorAssuranceLevel.md +++ b/docs/AuthenticatorAssuranceLevel.md @@ -2,10 +2,15 @@ The authenticator assurance level can be one of \"aal1\", \"aal2\", or \"aal3\". A higher number means that it is harder for an attacker to compromise the account. Generally, \"aal1\" implies that one authentication factor was used while AAL2 implies that two factors (e.g. password + TOTP) have been used. To learn more about these levels please head over to: https://www.ory.sh/kratos/docs/concepts/credentials -## Properties +## Enum -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- +* `AAL0` (value: `'aal0'`) + +* `AAL1` (value: `'aal1'`) + +* `AAL2` (value: `'aal2'`) + +* `AAL3` (value: `'aal3'`) [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/BatchPatchIdentitiesResponse.md b/docs/BatchPatchIdentitiesResponse.md index e74f4c2fe..aeb239933 100644 --- a/docs/BatchPatchIdentitiesResponse.md +++ b/docs/BatchPatchIdentitiesResponse.md @@ -23,7 +23,7 @@ print(BatchPatchIdentitiesResponse.to_json()) # convert the object into a dict batch_patch_identities_response_dict = batch_patch_identities_response_instance.to_dict() # create an instance of BatchPatchIdentitiesResponse from a dict -batch_patch_identities_response_form_dict = batch_patch_identities_response.from_dict(batch_patch_identities_response_dict) +batch_patch_identities_response_from_dict = BatchPatchIdentitiesResponse.from_dict(batch_patch_identities_response_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/BillingPeriodBucket.md b/docs/BillingPeriodBucket.md index b7e567325..e769209f0 100644 --- a/docs/BillingPeriodBucket.md +++ b/docs/BillingPeriodBucket.md @@ -24,7 +24,7 @@ print(BillingPeriodBucket.to_json()) # convert the object into a dict billing_period_bucket_dict = billing_period_bucket_instance.to_dict() # create an instance of BillingPeriodBucket from a dict -billing_period_bucket_form_dict = billing_period_bucket.from_dict(billing_period_bucket_dict) +billing_period_bucket_from_dict = BillingPeriodBucket.from_dict(billing_period_bucket_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/CheckOplSyntaxResult.md b/docs/CheckOplSyntaxResult.md index 416e5a1b2..56d7d21f7 100644 --- a/docs/CheckOplSyntaxResult.md +++ b/docs/CheckOplSyntaxResult.md @@ -22,7 +22,7 @@ print(CheckOplSyntaxResult.to_json()) # convert the object into a dict check_opl_syntax_result_dict = check_opl_syntax_result_instance.to_dict() # create an instance of CheckOplSyntaxResult from a dict -check_opl_syntax_result_form_dict = check_opl_syntax_result.from_dict(check_opl_syntax_result_dict) +check_opl_syntax_result_from_dict = CheckOplSyntaxResult.from_dict(check_opl_syntax_result_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/CheckPermissionResult.md b/docs/CheckPermissionResult.md index 150c41abc..0565bf73c 100644 --- a/docs/CheckPermissionResult.md +++ b/docs/CheckPermissionResult.md @@ -23,7 +23,7 @@ print(CheckPermissionResult.to_json()) # convert the object into a dict check_permission_result_dict = check_permission_result_instance.to_dict() # create an instance of CheckPermissionResult from a dict -check_permission_result_form_dict = check_permission_result.from_dict(check_permission_result_dict) +check_permission_result_from_dict = CheckPermissionResult.from_dict(check_permission_result_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/CloudAccount.md b/docs/CloudAccount.md index 736b1f1f6..c5f7983eb 100644 --- a/docs/CloudAccount.md +++ b/docs/CloudAccount.md @@ -24,7 +24,7 @@ print(CloudAccount.to_json()) # convert the object into a dict cloud_account_dict = cloud_account_instance.to_dict() # create an instance of CloudAccount from a dict -cloud_account_form_dict = cloud_account.from_dict(cloud_account_dict) +cloud_account_from_dict = CloudAccount.from_dict(cloud_account_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ConsistencyRequestParameters.md b/docs/ConsistencyRequestParameters.md index addea429d..9693daa07 100644 --- a/docs/ConsistencyRequestParameters.md +++ b/docs/ConsistencyRequestParameters.md @@ -23,7 +23,7 @@ print(ConsistencyRequestParameters.to_json()) # convert the object into a dict consistency_request_parameters_dict = consistency_request_parameters_instance.to_dict() # create an instance of ConsistencyRequestParameters from a dict -consistency_request_parameters_form_dict = consistency_request_parameters.from_dict(consistency_request_parameters_dict) +consistency_request_parameters_from_dict = ConsistencyRequestParameters.from_dict(consistency_request_parameters_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ContinueWith.md b/docs/ContinueWith.md index 5ba4f14ac..75cfff6e4 100644 --- a/docs/ContinueWith.md +++ b/docs/ContinueWith.md @@ -24,7 +24,7 @@ print(ContinueWith.to_json()) # convert the object into a dict continue_with_dict = continue_with_instance.to_dict() # create an instance of ContinueWith from a dict -continue_with_form_dict = continue_with.from_dict(continue_with_dict) +continue_with_from_dict = ContinueWith.from_dict(continue_with_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ContinueWithRecoveryUi.md b/docs/ContinueWithRecoveryUi.md index 08137c449..d827ee2ba 100644 --- a/docs/ContinueWithRecoveryUi.md +++ b/docs/ContinueWithRecoveryUi.md @@ -24,7 +24,7 @@ print(ContinueWithRecoveryUi.to_json()) # convert the object into a dict continue_with_recovery_ui_dict = continue_with_recovery_ui_instance.to_dict() # create an instance of ContinueWithRecoveryUi from a dict -continue_with_recovery_ui_form_dict = continue_with_recovery_ui.from_dict(continue_with_recovery_ui_dict) +continue_with_recovery_ui_from_dict = ContinueWithRecoveryUi.from_dict(continue_with_recovery_ui_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ContinueWithRecoveryUiFlow.md b/docs/ContinueWithRecoveryUiFlow.md index 4999a3e5f..87fc5130d 100644 --- a/docs/ContinueWithRecoveryUiFlow.md +++ b/docs/ContinueWithRecoveryUiFlow.md @@ -23,7 +23,7 @@ print(ContinueWithRecoveryUiFlow.to_json()) # convert the object into a dict continue_with_recovery_ui_flow_dict = continue_with_recovery_ui_flow_instance.to_dict() # create an instance of ContinueWithRecoveryUiFlow from a dict -continue_with_recovery_ui_flow_form_dict = continue_with_recovery_ui_flow.from_dict(continue_with_recovery_ui_flow_dict) +continue_with_recovery_ui_flow_from_dict = ContinueWithRecoveryUiFlow.from_dict(continue_with_recovery_ui_flow_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ContinueWithSetOrySessionToken.md b/docs/ContinueWithSetOrySessionToken.md index 784c48a0c..cbf0a1436 100644 --- a/docs/ContinueWithSetOrySessionToken.md +++ b/docs/ContinueWithSetOrySessionToken.md @@ -24,7 +24,7 @@ print(ContinueWithSetOrySessionToken.to_json()) # convert the object into a dict continue_with_set_ory_session_token_dict = continue_with_set_ory_session_token_instance.to_dict() # create an instance of ContinueWithSetOrySessionToken from a dict -continue_with_set_ory_session_token_form_dict = continue_with_set_ory_session_token.from_dict(continue_with_set_ory_session_token_dict) +continue_with_set_ory_session_token_from_dict = ContinueWithSetOrySessionToken.from_dict(continue_with_set_ory_session_token_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ContinueWithSettingsUi.md b/docs/ContinueWithSettingsUi.md index 19deda774..1ab4518ee 100644 --- a/docs/ContinueWithSettingsUi.md +++ b/docs/ContinueWithSettingsUi.md @@ -24,7 +24,7 @@ print(ContinueWithSettingsUi.to_json()) # convert the object into a dict continue_with_settings_ui_dict = continue_with_settings_ui_instance.to_dict() # create an instance of ContinueWithSettingsUi from a dict -continue_with_settings_ui_form_dict = continue_with_settings_ui.from_dict(continue_with_settings_ui_dict) +continue_with_settings_ui_from_dict = ContinueWithSettingsUi.from_dict(continue_with_settings_ui_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ContinueWithSettingsUiFlow.md b/docs/ContinueWithSettingsUiFlow.md index 50edf00e0..bdd6df3a7 100644 --- a/docs/ContinueWithSettingsUiFlow.md +++ b/docs/ContinueWithSettingsUiFlow.md @@ -22,7 +22,7 @@ print(ContinueWithSettingsUiFlow.to_json()) # convert the object into a dict continue_with_settings_ui_flow_dict = continue_with_settings_ui_flow_instance.to_dict() # create an instance of ContinueWithSettingsUiFlow from a dict -continue_with_settings_ui_flow_form_dict = continue_with_settings_ui_flow.from_dict(continue_with_settings_ui_flow_dict) +continue_with_settings_ui_flow_from_dict = ContinueWithSettingsUiFlow.from_dict(continue_with_settings_ui_flow_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ContinueWithVerificationUi.md b/docs/ContinueWithVerificationUi.md index 26727fa97..85e430687 100644 --- a/docs/ContinueWithVerificationUi.md +++ b/docs/ContinueWithVerificationUi.md @@ -24,7 +24,7 @@ print(ContinueWithVerificationUi.to_json()) # convert the object into a dict continue_with_verification_ui_dict = continue_with_verification_ui_instance.to_dict() # create an instance of ContinueWithVerificationUi from a dict -continue_with_verification_ui_form_dict = continue_with_verification_ui.from_dict(continue_with_verification_ui_dict) +continue_with_verification_ui_from_dict = ContinueWithVerificationUi.from_dict(continue_with_verification_ui_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ContinueWithVerificationUiFlow.md b/docs/ContinueWithVerificationUiFlow.md index d975237b1..95fa0c9ee 100644 --- a/docs/ContinueWithVerificationUiFlow.md +++ b/docs/ContinueWithVerificationUiFlow.md @@ -24,7 +24,7 @@ print(ContinueWithVerificationUiFlow.to_json()) # convert the object into a dict continue_with_verification_ui_flow_dict = continue_with_verification_ui_flow_instance.to_dict() # create an instance of ContinueWithVerificationUiFlow from a dict -continue_with_verification_ui_flow_form_dict = continue_with_verification_ui_flow.from_dict(continue_with_verification_ui_flow_dict) +continue_with_verification_ui_flow_from_dict = ContinueWithVerificationUiFlow.from_dict(continue_with_verification_ui_flow_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/CourierMessageStatus.md b/docs/CourierMessageStatus.md index c5991a4e5..eba0935e5 100644 --- a/docs/CourierMessageStatus.md +++ b/docs/CourierMessageStatus.md @@ -2,10 +2,15 @@ A Message's Status -## Properties +## Enum -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- +* `QUEUED` (value: `'queued'`) + +* `SENT` (value: `'sent'`) + +* `PROCESSING` (value: `'processing'`) + +* `ABANDONED` (value: `'abandoned'`) [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/CourierMessageType.md b/docs/CourierMessageType.md index efb2248cd..68c859982 100644 --- a/docs/CourierMessageType.md +++ b/docs/CourierMessageType.md @@ -2,10 +2,11 @@ It can either be `email` or `phone` -## Properties +## Enum -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- +* `EMAIL` (value: `'email'`) + +* `PHONE` (value: `'phone'`) [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/CreateCustomDomainBody.md b/docs/CreateCustomDomainBody.md index 7b3b3de30..dac5509d6 100644 --- a/docs/CreateCustomDomainBody.md +++ b/docs/CreateCustomDomainBody.md @@ -27,7 +27,7 @@ print(CreateCustomDomainBody.to_json()) # convert the object into a dict create_custom_domain_body_dict = create_custom_domain_body_instance.to_dict() # create an instance of CreateCustomDomainBody from a dict -create_custom_domain_body_form_dict = create_custom_domain_body.from_dict(create_custom_domain_body_dict) +create_custom_domain_body_from_dict = CreateCustomDomainBody.from_dict(create_custom_domain_body_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/CreateEventStreamBody.md b/docs/CreateEventStreamBody.md index 985c3504f..047ee5cd3 100644 --- a/docs/CreateEventStreamBody.md +++ b/docs/CreateEventStreamBody.md @@ -25,7 +25,7 @@ print(CreateEventStreamBody.to_json()) # convert the object into a dict create_event_stream_body_dict = create_event_stream_body_instance.to_dict() # create an instance of CreateEventStreamBody from a dict -create_event_stream_body_form_dict = create_event_stream_body.from_dict(create_event_stream_body_dict) +create_event_stream_body_from_dict = CreateEventStreamBody.from_dict(create_event_stream_body_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/CreateIdentityBody.md b/docs/CreateIdentityBody.md index 0f0be395d..a54be3273 100644 --- a/docs/CreateIdentityBody.md +++ b/docs/CreateIdentityBody.md @@ -30,7 +30,7 @@ print(CreateIdentityBody.to_json()) # convert the object into a dict create_identity_body_dict = create_identity_body_instance.to_dict() # create an instance of CreateIdentityBody from a dict -create_identity_body_form_dict = create_identity_body.from_dict(create_identity_body_dict) +create_identity_body_from_dict = CreateIdentityBody.from_dict(create_identity_body_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/CreateInviteResponse.md b/docs/CreateInviteResponse.md index ac1cee556..f29cef265 100644 --- a/docs/CreateInviteResponse.md +++ b/docs/CreateInviteResponse.md @@ -23,7 +23,7 @@ print(CreateInviteResponse.to_json()) # convert the object into a dict create_invite_response_dict = create_invite_response_instance.to_dict() # create an instance of CreateInviteResponse from a dict -create_invite_response_form_dict = create_invite_response.from_dict(create_invite_response_dict) +create_invite_response_from_dict = CreateInviteResponse.from_dict(create_invite_response_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/CreateJsonWebKeySet.md b/docs/CreateJsonWebKeySet.md index 0bb5f755f..3c4b14979 100644 --- a/docs/CreateJsonWebKeySet.md +++ b/docs/CreateJsonWebKeySet.md @@ -25,7 +25,7 @@ print(CreateJsonWebKeySet.to_json()) # convert the object into a dict create_json_web_key_set_dict = create_json_web_key_set_instance.to_dict() # create an instance of CreateJsonWebKeySet from a dict -create_json_web_key_set_form_dict = create_json_web_key_set.from_dict(create_json_web_key_set_dict) +create_json_web_key_set_from_dict = CreateJsonWebKeySet.from_dict(create_json_web_key_set_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/CreateProjectApiKeyRequest.md b/docs/CreateProjectApiKeyRequest.md index d93e07976..d9587d36f 100644 --- a/docs/CreateProjectApiKeyRequest.md +++ b/docs/CreateProjectApiKeyRequest.md @@ -22,7 +22,7 @@ print(CreateProjectApiKeyRequest.to_json()) # convert the object into a dict create_project_api_key_request_dict = create_project_api_key_request_instance.to_dict() # create an instance of CreateProjectApiKeyRequest from a dict -create_project_api_key_request_form_dict = create_project_api_key_request.from_dict(create_project_api_key_request_dict) +create_project_api_key_request_from_dict = CreateProjectApiKeyRequest.from_dict(create_project_api_key_request_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/CreateProjectBody.md b/docs/CreateProjectBody.md index bbb64902a..f8a374532 100644 --- a/docs/CreateProjectBody.md +++ b/docs/CreateProjectBody.md @@ -26,7 +26,7 @@ print(CreateProjectBody.to_json()) # convert the object into a dict create_project_body_dict = create_project_body_instance.to_dict() # create an instance of CreateProjectBody from a dict -create_project_body_form_dict = create_project_body.from_dict(create_project_body_dict) +create_project_body_from_dict = CreateProjectBody.from_dict(create_project_body_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/CreateProjectBranding.md b/docs/CreateProjectBranding.md index 42585eede..4f1dba5c8 100644 --- a/docs/CreateProjectBranding.md +++ b/docs/CreateProjectBranding.md @@ -28,7 +28,7 @@ print(CreateProjectBranding.to_json()) # convert the object into a dict create_project_branding_dict = create_project_branding_instance.to_dict() # create an instance of CreateProjectBranding from a dict -create_project_branding_form_dict = create_project_branding.from_dict(create_project_branding_dict) +create_project_branding_from_dict = CreateProjectBranding.from_dict(create_project_branding_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/CreateProjectMemberInviteBody.md b/docs/CreateProjectMemberInviteBody.md index 8572ea442..3257da2e5 100644 --- a/docs/CreateProjectMemberInviteBody.md +++ b/docs/CreateProjectMemberInviteBody.md @@ -23,7 +23,7 @@ print(CreateProjectMemberInviteBody.to_json()) # convert the object into a dict create_project_member_invite_body_dict = create_project_member_invite_body_instance.to_dict() # create an instance of CreateProjectMemberInviteBody from a dict -create_project_member_invite_body_form_dict = create_project_member_invite_body.from_dict(create_project_member_invite_body_dict) +create_project_member_invite_body_from_dict = CreateProjectMemberInviteBody.from_dict(create_project_member_invite_body_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/CreateProjectNormalizedPayload.md b/docs/CreateProjectNormalizedPayload.md index aad0a8e75..13e96c5a8 100644 --- a/docs/CreateProjectNormalizedPayload.md +++ b/docs/CreateProjectNormalizedPayload.md @@ -228,7 +228,7 @@ print(CreateProjectNormalizedPayload.to_json()) # convert the object into a dict create_project_normalized_payload_dict = create_project_normalized_payload_instance.to_dict() # create an instance of CreateProjectNormalizedPayload from a dict -create_project_normalized_payload_form_dict = create_project_normalized_payload.from_dict(create_project_normalized_payload_dict) +create_project_normalized_payload_from_dict = CreateProjectNormalizedPayload.from_dict(create_project_normalized_payload_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/CreateRecoveryCodeForIdentityBody.md b/docs/CreateRecoveryCodeForIdentityBody.md index 4860b2d6b..6f909554d 100644 --- a/docs/CreateRecoveryCodeForIdentityBody.md +++ b/docs/CreateRecoveryCodeForIdentityBody.md @@ -25,7 +25,7 @@ print(CreateRecoveryCodeForIdentityBody.to_json()) # convert the object into a dict create_recovery_code_for_identity_body_dict = create_recovery_code_for_identity_body_instance.to_dict() # create an instance of CreateRecoveryCodeForIdentityBody from a dict -create_recovery_code_for_identity_body_form_dict = create_recovery_code_for_identity_body.from_dict(create_recovery_code_for_identity_body_dict) +create_recovery_code_for_identity_body_from_dict = CreateRecoveryCodeForIdentityBody.from_dict(create_recovery_code_for_identity_body_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/CreateRecoveryLinkForIdentityBody.md b/docs/CreateRecoveryLinkForIdentityBody.md index 1b2a265b3..34fee0974 100644 --- a/docs/CreateRecoveryLinkForIdentityBody.md +++ b/docs/CreateRecoveryLinkForIdentityBody.md @@ -24,7 +24,7 @@ print(CreateRecoveryLinkForIdentityBody.to_json()) # convert the object into a dict create_recovery_link_for_identity_body_dict = create_recovery_link_for_identity_body_instance.to_dict() # create an instance of CreateRecoveryLinkForIdentityBody from a dict -create_recovery_link_for_identity_body_form_dict = create_recovery_link_for_identity_body.from_dict(create_recovery_link_for_identity_body_dict) +create_recovery_link_for_identity_body_from_dict = CreateRecoveryLinkForIdentityBody.from_dict(create_recovery_link_for_identity_body_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/CreateRelationshipBody.md b/docs/CreateRelationshipBody.md index 20c5b5215..c4474ba62 100644 --- a/docs/CreateRelationshipBody.md +++ b/docs/CreateRelationshipBody.md @@ -27,7 +27,7 @@ print(CreateRelationshipBody.to_json()) # convert the object into a dict create_relationship_body_dict = create_relationship_body_instance.to_dict() # create an instance of CreateRelationshipBody from a dict -create_relationship_body_form_dict = create_relationship_body.from_dict(create_relationship_body_dict) +create_relationship_body_from_dict = CreateRelationshipBody.from_dict(create_relationship_body_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/CreateSubscriptionBody.md b/docs/CreateSubscriptionBody.md index 42961fb4c..54e89bc73 100644 --- a/docs/CreateSubscriptionBody.md +++ b/docs/CreateSubscriptionBody.md @@ -26,7 +26,7 @@ print(CreateSubscriptionBody.to_json()) # convert the object into a dict create_subscription_body_dict = create_subscription_body_instance.to_dict() # create an instance of CreateSubscriptionBody from a dict -create_subscription_body_form_dict = create_subscription_body.from_dict(create_subscription_body_dict) +create_subscription_body_from_dict = CreateSubscriptionBody.from_dict(create_subscription_body_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/CreateSubscriptionCommon.md b/docs/CreateSubscriptionCommon.md index 0fc9c7f27..9574fa58c 100644 --- a/docs/CreateSubscriptionCommon.md +++ b/docs/CreateSubscriptionCommon.md @@ -25,7 +25,7 @@ print(CreateSubscriptionCommon.to_json()) # convert the object into a dict create_subscription_common_dict = create_subscription_common_instance.to_dict() # create an instance of CreateSubscriptionCommon from a dict -create_subscription_common_form_dict = create_subscription_common.from_dict(create_subscription_common_dict) +create_subscription_common_from_dict = CreateSubscriptionCommon.from_dict(create_subscription_common_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/CreateVerifiableCredentialRequestBody.md b/docs/CreateVerifiableCredentialRequestBody.md index efe736501..4055fd7b9 100644 --- a/docs/CreateVerifiableCredentialRequestBody.md +++ b/docs/CreateVerifiableCredentialRequestBody.md @@ -24,7 +24,7 @@ print(CreateVerifiableCredentialRequestBody.to_json()) # convert the object into a dict create_verifiable_credential_request_body_dict = create_verifiable_credential_request_body_instance.to_dict() # create an instance of CreateVerifiableCredentialRequestBody from a dict -create_verifiable_credential_request_body_form_dict = create_verifiable_credential_request_body.from_dict(create_verifiable_credential_request_body_dict) +create_verifiable_credential_request_body_from_dict = CreateVerifiableCredentialRequestBody.from_dict(create_verifiable_credential_request_body_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/CreateWorkspaceBody.md b/docs/CreateWorkspaceBody.md index d08095461..6d23edcc5 100644 --- a/docs/CreateWorkspaceBody.md +++ b/docs/CreateWorkspaceBody.md @@ -22,7 +22,7 @@ print(CreateWorkspaceBody.to_json()) # convert the object into a dict create_workspace_body_dict = create_workspace_body_instance.to_dict() # create an instance of CreateWorkspaceBody from a dict -create_workspace_body_form_dict = create_workspace_body.from_dict(create_workspace_body_dict) +create_workspace_body_from_dict = CreateWorkspaceBody.from_dict(create_workspace_body_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/CreateWorkspaceMemberInviteBody.md b/docs/CreateWorkspaceMemberInviteBody.md index 52d57f89a..aeeb9c754 100644 --- a/docs/CreateWorkspaceMemberInviteBody.md +++ b/docs/CreateWorkspaceMemberInviteBody.md @@ -23,7 +23,7 @@ print(CreateWorkspaceMemberInviteBody.to_json()) # convert the object into a dict create_workspace_member_invite_body_dict = create_workspace_member_invite_body_instance.to_dict() # create an instance of CreateWorkspaceMemberInviteBody from a dict -create_workspace_member_invite_body_form_dict = create_workspace_member_invite_body.from_dict(create_workspace_member_invite_body_dict) +create_workspace_member_invite_body_from_dict = CreateWorkspaceMemberInviteBody.from_dict(create_workspace_member_invite_body_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/CreateWorkspaceSubscriptionBody.md b/docs/CreateWorkspaceSubscriptionBody.md index fef6a55db..12fde8885 100644 --- a/docs/CreateWorkspaceSubscriptionBody.md +++ b/docs/CreateWorkspaceSubscriptionBody.md @@ -25,7 +25,7 @@ print(CreateWorkspaceSubscriptionBody.to_json()) # convert the object into a dict create_workspace_subscription_body_dict = create_workspace_subscription_body_instance.to_dict() # create an instance of CreateWorkspaceSubscriptionBody from a dict -create_workspace_subscription_body_form_dict = create_workspace_subscription_body.from_dict(create_workspace_subscription_body_dict) +create_workspace_subscription_body_from_dict = CreateWorkspaceSubscriptionBody.from_dict(create_workspace_subscription_body_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/CredentialSupportedDraft00.md b/docs/CredentialSupportedDraft00.md index deb5af3d2..98091cc9e 100644 --- a/docs/CredentialSupportedDraft00.md +++ b/docs/CredentialSupportedDraft00.md @@ -26,7 +26,7 @@ print(CredentialSupportedDraft00.to_json()) # convert the object into a dict credential_supported_draft00_dict = credential_supported_draft00_instance.to_dict() # create an instance of CredentialSupportedDraft00 from a dict -credential_supported_draft00_form_dict = credential_supported_draft00.from_dict(credential_supported_draft00_dict) +credential_supported_draft00_from_dict = CredentialSupportedDraft00.from_dict(credential_supported_draft00_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/CustomDomain.md b/docs/CustomDomain.md index d7dd8e50a..7ea0b8571 100644 --- a/docs/CustomDomain.md +++ b/docs/CustomDomain.md @@ -33,7 +33,7 @@ print(CustomDomain.to_json()) # convert the object into a dict custom_domain_dict = custom_domain_instance.to_dict() # create an instance of CustomDomain from a dict -custom_domain_form_dict = custom_domain.from_dict(custom_domain_dict) +custom_domain_from_dict = CustomDomain.from_dict(custom_domain_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/DeleteMySessionsCount.md b/docs/DeleteMySessionsCount.md index 50c1a32cb..c4e709458 100644 --- a/docs/DeleteMySessionsCount.md +++ b/docs/DeleteMySessionsCount.md @@ -23,7 +23,7 @@ print(DeleteMySessionsCount.to_json()) # convert the object into a dict delete_my_sessions_count_dict = delete_my_sessions_count_instance.to_dict() # create an instance of DeleteMySessionsCount from a dict -delete_my_sessions_count_form_dict = delete_my_sessions_count.from_dict(delete_my_sessions_count_dict) +delete_my_sessions_count_from_dict = DeleteMySessionsCount.from_dict(delete_my_sessions_count_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/EmailTemplateData.md b/docs/EmailTemplateData.md index fc91e56d5..acc477b78 100644 --- a/docs/EmailTemplateData.md +++ b/docs/EmailTemplateData.md @@ -24,7 +24,7 @@ print(EmailTemplateData.to_json()) # convert the object into a dict email_template_data_dict = email_template_data_instance.to_dict() # create an instance of EmailTemplateData from a dict -email_template_data_form_dict = email_template_data.from_dict(email_template_data_dict) +email_template_data_from_dict = EmailTemplateData.from_dict(email_template_data_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/EmailTemplateDataBody.md b/docs/EmailTemplateDataBody.md index aa0136454..38edd673a 100644 --- a/docs/EmailTemplateDataBody.md +++ b/docs/EmailTemplateDataBody.md @@ -23,7 +23,7 @@ print(EmailTemplateDataBody.to_json()) # convert the object into a dict email_template_data_body_dict = email_template_data_body_instance.to_dict() # create an instance of EmailTemplateDataBody from a dict -email_template_data_body_form_dict = email_template_data_body.from_dict(email_template_data_body_dict) +email_template_data_body_from_dict = EmailTemplateDataBody.from_dict(email_template_data_body_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md b/docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md index 276206f11..db3f8d036 100644 --- a/docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md +++ b/docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md @@ -23,7 +23,7 @@ print(ErrorAuthenticatorAssuranceLevelNotSatisfied.to_json()) # convert the object into a dict error_authenticator_assurance_level_not_satisfied_dict = error_authenticator_assurance_level_not_satisfied_instance.to_dict() # create an instance of ErrorAuthenticatorAssuranceLevelNotSatisfied from a dict -error_authenticator_assurance_level_not_satisfied_form_dict = error_authenticator_assurance_level_not_satisfied.from_dict(error_authenticator_assurance_level_not_satisfied_dict) +error_authenticator_assurance_level_not_satisfied_from_dict = ErrorAuthenticatorAssuranceLevelNotSatisfied.from_dict(error_authenticator_assurance_level_not_satisfied_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ErrorBrowserLocationChangeRequired.md b/docs/ErrorBrowserLocationChangeRequired.md index 364c9e005..7071d5afe 100644 --- a/docs/ErrorBrowserLocationChangeRequired.md +++ b/docs/ErrorBrowserLocationChangeRequired.md @@ -23,7 +23,7 @@ print(ErrorBrowserLocationChangeRequired.to_json()) # convert the object into a dict error_browser_location_change_required_dict = error_browser_location_change_required_instance.to_dict() # create an instance of ErrorBrowserLocationChangeRequired from a dict -error_browser_location_change_required_form_dict = error_browser_location_change_required.from_dict(error_browser_location_change_required_dict) +error_browser_location_change_required_from_dict = ErrorBrowserLocationChangeRequired.from_dict(error_browser_location_change_required_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ErrorFlowReplaced.md b/docs/ErrorFlowReplaced.md index 79d98ecbe..74a6f750d 100644 --- a/docs/ErrorFlowReplaced.md +++ b/docs/ErrorFlowReplaced.md @@ -24,7 +24,7 @@ print(ErrorFlowReplaced.to_json()) # convert the object into a dict error_flow_replaced_dict = error_flow_replaced_instance.to_dict() # create an instance of ErrorFlowReplaced from a dict -error_flow_replaced_form_dict = error_flow_replaced.from_dict(error_flow_replaced_dict) +error_flow_replaced_from_dict = ErrorFlowReplaced.from_dict(error_flow_replaced_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ErrorGeneric.md b/docs/ErrorGeneric.md index 9995bbbfc..a7ec5fe65 100644 --- a/docs/ErrorGeneric.md +++ b/docs/ErrorGeneric.md @@ -23,7 +23,7 @@ print(ErrorGeneric.to_json()) # convert the object into a dict error_generic_dict = error_generic_instance.to_dict() # create an instance of ErrorGeneric from a dict -error_generic_form_dict = error_generic.from_dict(error_generic_dict) +error_generic_from_dict = ErrorGeneric.from_dict(error_generic_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ErrorOAuth2.md b/docs/ErrorOAuth2.md index a0bc540b2..764726a40 100644 --- a/docs/ErrorOAuth2.md +++ b/docs/ErrorOAuth2.md @@ -27,7 +27,7 @@ print(ErrorOAuth2.to_json()) # convert the object into a dict error_o_auth2_dict = error_o_auth2_instance.to_dict() # create an instance of ErrorOAuth2 from a dict -error_o_auth2_form_dict = error_o_auth2.from_dict(error_o_auth2_dict) +error_o_auth2_from_dict = ErrorOAuth2.from_dict(error_o_auth2_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/EventStream.md b/docs/EventStream.md index eb2fd96d5..b2f5d5a53 100644 --- a/docs/EventStream.md +++ b/docs/EventStream.md @@ -28,7 +28,7 @@ print(EventStream.to_json()) # convert the object into a dict event_stream_dict = event_stream_instance.to_dict() # create an instance of EventStream from a dict -event_stream_form_dict = event_stream.from_dict(event_stream_dict) +event_stream_from_dict = EventStream.from_dict(event_stream_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ExpandedPermissionTree.md b/docs/ExpandedPermissionTree.md index cf0f93f37..0e7c5b882 100644 --- a/docs/ExpandedPermissionTree.md +++ b/docs/ExpandedPermissionTree.md @@ -24,7 +24,7 @@ print(ExpandedPermissionTree.to_json()) # convert the object into a dict expanded_permission_tree_dict = expanded_permission_tree_instance.to_dict() # create an instance of ExpandedPermissionTree from a dict -expanded_permission_tree_form_dict = expanded_permission_tree.from_dict(expanded_permission_tree_dict) +expanded_permission_tree_from_dict = ExpandedPermissionTree.from_dict(expanded_permission_tree_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/FlowError.md b/docs/FlowError.md index cfa0aada8..25f1b2eab 100644 --- a/docs/FlowError.md +++ b/docs/FlowError.md @@ -25,7 +25,7 @@ print(FlowError.to_json()) # convert the object into a dict flow_error_dict = flow_error_instance.to_dict() # create an instance of FlowError from a dict -flow_error_form_dict = flow_error.from_dict(flow_error_dict) +flow_error_from_dict = FlowError.from_dict(flow_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GenericError.md b/docs/GenericError.md index cc2354727..a8ca27847 100644 --- a/docs/GenericError.md +++ b/docs/GenericError.md @@ -31,7 +31,7 @@ print(GenericError.to_json()) # convert the object into a dict generic_error_dict = generic_error_instance.to_dict() # create an instance of GenericError from a dict -generic_error_form_dict = generic_error.from_dict(generic_error_dict) +generic_error_from_dict = GenericError.from_dict(generic_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GenericErrorContent.md b/docs/GenericErrorContent.md index 7a0602b8c..3cbac8b89 100644 --- a/docs/GenericErrorContent.md +++ b/docs/GenericErrorContent.md @@ -27,7 +27,7 @@ print(GenericErrorContent.to_json()) # convert the object into a dict generic_error_content_dict = generic_error_content_instance.to_dict() # create an instance of GenericErrorContent from a dict -generic_error_content_form_dict = generic_error_content.from_dict(generic_error_content_dict) +generic_error_content_from_dict = GenericErrorContent.from_dict(generic_error_content_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GenericUsage.md b/docs/GenericUsage.md index cb5677274..f2c4be243 100644 --- a/docs/GenericUsage.md +++ b/docs/GenericUsage.md @@ -23,7 +23,7 @@ print(GenericUsage.to_json()) # convert the object into a dict generic_usage_dict = generic_usage_instance.to_dict() # create an instance of GenericUsage from a dict -generic_usage_form_dict = generic_usage.from_dict(generic_usage_dict) +generic_usage_from_dict = GenericUsage.from_dict(generic_usage_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GetAttributesCountResponse.md b/docs/GetAttributesCountResponse.md index dab6de176..0e5480068 100644 --- a/docs/GetAttributesCountResponse.md +++ b/docs/GetAttributesCountResponse.md @@ -23,7 +23,7 @@ print(GetAttributesCountResponse.to_json()) # convert the object into a dict get_attributes_count_response_dict = get_attributes_count_response_instance.to_dict() # create an instance of GetAttributesCountResponse from a dict -get_attributes_count_response_form_dict = get_attributes_count_response.from_dict(get_attributes_count_response_dict) +get_attributes_count_response_from_dict = GetAttributesCountResponse.from_dict(get_attributes_count_response_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GetManagedIdentitySchemaLocation.md b/docs/GetManagedIdentitySchemaLocation.md index d4b64e151..0aaf1daee 100644 --- a/docs/GetManagedIdentitySchemaLocation.md +++ b/docs/GetManagedIdentitySchemaLocation.md @@ -23,7 +23,7 @@ print(GetManagedIdentitySchemaLocation.to_json()) # convert the object into a dict get_managed_identity_schema_location_dict = get_managed_identity_schema_location_instance.to_dict() # create an instance of GetManagedIdentitySchemaLocation from a dict -get_managed_identity_schema_location_form_dict = get_managed_identity_schema_location.from_dict(get_managed_identity_schema_location_dict) +get_managed_identity_schema_location_from_dict = GetManagedIdentitySchemaLocation.from_dict(get_managed_identity_schema_location_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GetMetricsEventAttributesResponse.md b/docs/GetMetricsEventAttributesResponse.md index 9370bddd8..debf0c511 100644 --- a/docs/GetMetricsEventAttributesResponse.md +++ b/docs/GetMetricsEventAttributesResponse.md @@ -23,7 +23,7 @@ print(GetMetricsEventAttributesResponse.to_json()) # convert the object into a dict get_metrics_event_attributes_response_dict = get_metrics_event_attributes_response_instance.to_dict() # create an instance of GetMetricsEventAttributesResponse from a dict -get_metrics_event_attributes_response_form_dict = get_metrics_event_attributes_response.from_dict(get_metrics_event_attributes_response_dict) +get_metrics_event_attributes_response_from_dict = GetMetricsEventAttributesResponse.from_dict(get_metrics_event_attributes_response_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GetMetricsEventTypesResponse.md b/docs/GetMetricsEventTypesResponse.md index a85785846..e440ce5af 100644 --- a/docs/GetMetricsEventTypesResponse.md +++ b/docs/GetMetricsEventTypesResponse.md @@ -23,7 +23,7 @@ print(GetMetricsEventTypesResponse.to_json()) # convert the object into a dict get_metrics_event_types_response_dict = get_metrics_event_types_response_instance.to_dict() # create an instance of GetMetricsEventTypesResponse from a dict -get_metrics_event_types_response_form_dict = get_metrics_event_types_response.from_dict(get_metrics_event_types_response_dict) +get_metrics_event_types_response_from_dict = GetMetricsEventTypesResponse.from_dict(get_metrics_event_types_response_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GetOrganizationResponse.md b/docs/GetOrganizationResponse.md index c204f3981..b7d91a4ba 100644 --- a/docs/GetOrganizationResponse.md +++ b/docs/GetOrganizationResponse.md @@ -22,7 +22,7 @@ print(GetOrganizationResponse.to_json()) # convert the object into a dict get_organization_response_dict = get_organization_response_instance.to_dict() # create an instance of GetOrganizationResponse from a dict -get_organization_response_form_dict = get_organization_response.from_dict(get_organization_response_dict) +get_organization_response_from_dict = GetOrganizationResponse.from_dict(get_organization_response_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GetProjectEventsBody.md b/docs/GetProjectEventsBody.md index 00baea266..b5f84a61d 100644 --- a/docs/GetProjectEventsBody.md +++ b/docs/GetProjectEventsBody.md @@ -28,7 +28,7 @@ print(GetProjectEventsBody.to_json()) # convert the object into a dict get_project_events_body_dict = get_project_events_body_instance.to_dict() # create an instance of GetProjectEventsBody from a dict -get_project_events_body_form_dict = get_project_events_body.from_dict(get_project_events_body_dict) +get_project_events_body_from_dict = GetProjectEventsBody.from_dict(get_project_events_body_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GetProjectEventsResponse.md b/docs/GetProjectEventsResponse.md index a1c52dc71..20c560a23 100644 --- a/docs/GetProjectEventsResponse.md +++ b/docs/GetProjectEventsResponse.md @@ -24,7 +24,7 @@ print(GetProjectEventsResponse.to_json()) # convert the object into a dict get_project_events_response_dict = get_project_events_response_instance.to_dict() # create an instance of GetProjectEventsResponse from a dict -get_project_events_response_form_dict = get_project_events_response.from_dict(get_project_events_response_dict) +get_project_events_response_from_dict = GetProjectEventsResponse.from_dict(get_project_events_response_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GetProjectMetricsResponse.md b/docs/GetProjectMetricsResponse.md index 9c13ed54a..0676d6ffa 100644 --- a/docs/GetProjectMetricsResponse.md +++ b/docs/GetProjectMetricsResponse.md @@ -23,7 +23,7 @@ print(GetProjectMetricsResponse.to_json()) # convert the object into a dict get_project_metrics_response_dict = get_project_metrics_response_instance.to_dict() # create an instance of GetProjectMetricsResponse from a dict -get_project_metrics_response_form_dict = get_project_metrics_response.from_dict(get_project_metrics_response_dict) +get_project_metrics_response_from_dict = GetProjectMetricsResponse.from_dict(get_project_metrics_response_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GetSessionActivityResponse.md b/docs/GetSessionActivityResponse.md index 09e1cded4..1472c4c27 100644 --- a/docs/GetSessionActivityResponse.md +++ b/docs/GetSessionActivityResponse.md @@ -23,7 +23,7 @@ print(GetSessionActivityResponse.to_json()) # convert the object into a dict get_session_activity_response_dict = get_session_activity_response_instance.to_dict() # create an instance of GetSessionActivityResponse from a dict -get_session_activity_response_form_dict = get_session_activity_response.from_dict(get_session_activity_response_dict) +get_session_activity_response_from_dict = GetSessionActivityResponse.from_dict(get_session_activity_response_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GetVersion200Response.md b/docs/GetVersion200Response.md index 463739b63..482cfa354 100644 --- a/docs/GetVersion200Response.md +++ b/docs/GetVersion200Response.md @@ -22,7 +22,7 @@ print(GetVersion200Response.to_json()) # convert the object into a dict get_version200_response_dict = get_version200_response_instance.to_dict() # create an instance of GetVersion200Response from a dict -get_version200_response_form_dict = get_version200_response.from_dict(get_version200_response_dict) +get_version200_response_from_dict = GetVersion200Response.from_dict(get_version200_response_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/HealthNotReadyStatus.md b/docs/HealthNotReadyStatus.md index 5daf7f0ba..0803e35e6 100644 --- a/docs/HealthNotReadyStatus.md +++ b/docs/HealthNotReadyStatus.md @@ -22,7 +22,7 @@ print(HealthNotReadyStatus.to_json()) # convert the object into a dict health_not_ready_status_dict = health_not_ready_status_instance.to_dict() # create an instance of HealthNotReadyStatus from a dict -health_not_ready_status_form_dict = health_not_ready_status.from_dict(health_not_ready_status_dict) +health_not_ready_status_from_dict = HealthNotReadyStatus.from_dict(health_not_ready_status_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/HealthStatus.md b/docs/HealthStatus.md index d14599337..512be5f09 100644 --- a/docs/HealthStatus.md +++ b/docs/HealthStatus.md @@ -22,7 +22,7 @@ print(HealthStatus.to_json()) # convert the object into a dict health_status_dict = health_status_instance.to_dict() # create an instance of HealthStatus from a dict -health_status_form_dict = health_status.from_dict(health_status_dict) +health_status_from_dict = HealthStatus.from_dict(health_status_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/Identity.md b/docs/Identity.md index 36bcf1945..74a3175ec 100644 --- a/docs/Identity.md +++ b/docs/Identity.md @@ -36,7 +36,7 @@ print(Identity.to_json()) # convert the object into a dict identity_dict = identity_instance.to_dict() # create an instance of Identity from a dict -identity_form_dict = identity.from_dict(identity_dict) +identity_from_dict = Identity.from_dict(identity_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/IdentityCredentials.md b/docs/IdentityCredentials.md index 5de1d87ca..c7af3db20 100644 --- a/docs/IdentityCredentials.md +++ b/docs/IdentityCredentials.md @@ -28,7 +28,7 @@ print(IdentityCredentials.to_json()) # convert the object into a dict identity_credentials_dict = identity_credentials_instance.to_dict() # create an instance of IdentityCredentials from a dict -identity_credentials_form_dict = identity_credentials.from_dict(identity_credentials_dict) +identity_credentials_from_dict = IdentityCredentials.from_dict(identity_credentials_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/IdentityCredentialsCode.md b/docs/IdentityCredentialsCode.md index eab8ad1b4..8bc3ea9d6 100644 --- a/docs/IdentityCredentialsCode.md +++ b/docs/IdentityCredentialsCode.md @@ -24,7 +24,7 @@ print(IdentityCredentialsCode.to_json()) # convert the object into a dict identity_credentials_code_dict = identity_credentials_code_instance.to_dict() # create an instance of IdentityCredentialsCode from a dict -identity_credentials_code_form_dict = identity_credentials_code.from_dict(identity_credentials_code_dict) +identity_credentials_code_from_dict = IdentityCredentialsCode.from_dict(identity_credentials_code_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/IdentityCredentialsOidc.md b/docs/IdentityCredentialsOidc.md index ad524f4b3..ec445d6ed 100644 --- a/docs/IdentityCredentialsOidc.md +++ b/docs/IdentityCredentialsOidc.md @@ -22,7 +22,7 @@ print(IdentityCredentialsOidc.to_json()) # convert the object into a dict identity_credentials_oidc_dict = identity_credentials_oidc_instance.to_dict() # create an instance of IdentityCredentialsOidc from a dict -identity_credentials_oidc_form_dict = identity_credentials_oidc.from_dict(identity_credentials_oidc_dict) +identity_credentials_oidc_from_dict = IdentityCredentialsOidc.from_dict(identity_credentials_oidc_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/IdentityCredentialsOidcProvider.md b/docs/IdentityCredentialsOidcProvider.md index 59173c3bc..74fd2f38d 100644 --- a/docs/IdentityCredentialsOidcProvider.md +++ b/docs/IdentityCredentialsOidcProvider.md @@ -27,7 +27,7 @@ print(IdentityCredentialsOidcProvider.to_json()) # convert the object into a dict identity_credentials_oidc_provider_dict = identity_credentials_oidc_provider_instance.to_dict() # create an instance of IdentityCredentialsOidcProvider from a dict -identity_credentials_oidc_provider_form_dict = identity_credentials_oidc_provider.from_dict(identity_credentials_oidc_provider_dict) +identity_credentials_oidc_provider_from_dict = IdentityCredentialsOidcProvider.from_dict(identity_credentials_oidc_provider_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/IdentityCredentialsPassword.md b/docs/IdentityCredentialsPassword.md index 53cffedba..a53636bb3 100644 --- a/docs/IdentityCredentialsPassword.md +++ b/docs/IdentityCredentialsPassword.md @@ -22,7 +22,7 @@ print(IdentityCredentialsPassword.to_json()) # convert the object into a dict identity_credentials_password_dict = identity_credentials_password_instance.to_dict() # create an instance of IdentityCredentialsPassword from a dict -identity_credentials_password_form_dict = identity_credentials_password.from_dict(identity_credentials_password_dict) +identity_credentials_password_from_dict = IdentityCredentialsPassword.from_dict(identity_credentials_password_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/IdentityPatch.md b/docs/IdentityPatch.md index bed20bd93..d760f5128 100644 --- a/docs/IdentityPatch.md +++ b/docs/IdentityPatch.md @@ -24,7 +24,7 @@ print(IdentityPatch.to_json()) # convert the object into a dict identity_patch_dict = identity_patch_instance.to_dict() # create an instance of IdentityPatch from a dict -identity_patch_form_dict = identity_patch.from_dict(identity_patch_dict) +identity_patch_from_dict = IdentityPatch.from_dict(identity_patch_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/IdentityPatchResponse.md b/docs/IdentityPatchResponse.md index 046134302..26de7e435 100644 --- a/docs/IdentityPatchResponse.md +++ b/docs/IdentityPatchResponse.md @@ -25,7 +25,7 @@ print(IdentityPatchResponse.to_json()) # convert the object into a dict identity_patch_response_dict = identity_patch_response_instance.to_dict() # create an instance of IdentityPatchResponse from a dict -identity_patch_response_form_dict = identity_patch_response.from_dict(identity_patch_response_dict) +identity_patch_response_from_dict = IdentityPatchResponse.from_dict(identity_patch_response_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/IdentitySchemaContainer.md b/docs/IdentitySchemaContainer.md index 3c7bf3e7e..a519187e7 100644 --- a/docs/IdentitySchemaContainer.md +++ b/docs/IdentitySchemaContainer.md @@ -24,7 +24,7 @@ print(IdentitySchemaContainer.to_json()) # convert the object into a dict identity_schema_container_dict = identity_schema_container_instance.to_dict() # create an instance of IdentitySchemaContainer from a dict -identity_schema_container_form_dict = identity_schema_container.from_dict(identity_schema_container_dict) +identity_schema_container_from_dict = IdentitySchemaContainer.from_dict(identity_schema_container_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/IdentitySchemaPreset.md b/docs/IdentitySchemaPreset.md index 6dde848b2..13e33f1fe 100644 --- a/docs/IdentitySchemaPreset.md +++ b/docs/IdentitySchemaPreset.md @@ -23,7 +23,7 @@ print(IdentitySchemaPreset.to_json()) # convert the object into a dict identity_schema_preset_dict = identity_schema_preset_instance.to_dict() # create an instance of IdentitySchemaPreset from a dict -identity_schema_preset_form_dict = identity_schema_preset.from_dict(identity_schema_preset_dict) +identity_schema_preset_from_dict = IdentitySchemaPreset.from_dict(identity_schema_preset_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/IdentityWithCredentials.md b/docs/IdentityWithCredentials.md index 12058b602..191e651d9 100644 --- a/docs/IdentityWithCredentials.md +++ b/docs/IdentityWithCredentials.md @@ -24,7 +24,7 @@ print(IdentityWithCredentials.to_json()) # convert the object into a dict identity_with_credentials_dict = identity_with_credentials_instance.to_dict() # create an instance of IdentityWithCredentials from a dict -identity_with_credentials_form_dict = identity_with_credentials.from_dict(identity_with_credentials_dict) +identity_with_credentials_from_dict = IdentityWithCredentials.from_dict(identity_with_credentials_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/IdentityWithCredentialsOidc.md b/docs/IdentityWithCredentialsOidc.md index 83318917a..2b5160e53 100644 --- a/docs/IdentityWithCredentialsOidc.md +++ b/docs/IdentityWithCredentialsOidc.md @@ -23,7 +23,7 @@ print(IdentityWithCredentialsOidc.to_json()) # convert the object into a dict identity_with_credentials_oidc_dict = identity_with_credentials_oidc_instance.to_dict() # create an instance of IdentityWithCredentialsOidc from a dict -identity_with_credentials_oidc_form_dict = identity_with_credentials_oidc.from_dict(identity_with_credentials_oidc_dict) +identity_with_credentials_oidc_from_dict = IdentityWithCredentialsOidc.from_dict(identity_with_credentials_oidc_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/IdentityWithCredentialsOidcConfig.md b/docs/IdentityWithCredentialsOidcConfig.md index 285661bc9..589adf34c 100644 --- a/docs/IdentityWithCredentialsOidcConfig.md +++ b/docs/IdentityWithCredentialsOidcConfig.md @@ -23,7 +23,7 @@ print(IdentityWithCredentialsOidcConfig.to_json()) # convert the object into a dict identity_with_credentials_oidc_config_dict = identity_with_credentials_oidc_config_instance.to_dict() # create an instance of IdentityWithCredentialsOidcConfig from a dict -identity_with_credentials_oidc_config_form_dict = identity_with_credentials_oidc_config.from_dict(identity_with_credentials_oidc_config_dict) +identity_with_credentials_oidc_config_from_dict = IdentityWithCredentialsOidcConfig.from_dict(identity_with_credentials_oidc_config_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/IdentityWithCredentialsOidcConfigProvider.md b/docs/IdentityWithCredentialsOidcConfigProvider.md index f7019678b..22ec86981 100644 --- a/docs/IdentityWithCredentialsOidcConfigProvider.md +++ b/docs/IdentityWithCredentialsOidcConfigProvider.md @@ -24,7 +24,7 @@ print(IdentityWithCredentialsOidcConfigProvider.to_json()) # convert the object into a dict identity_with_credentials_oidc_config_provider_dict = identity_with_credentials_oidc_config_provider_instance.to_dict() # create an instance of IdentityWithCredentialsOidcConfigProvider from a dict -identity_with_credentials_oidc_config_provider_form_dict = identity_with_credentials_oidc_config_provider.from_dict(identity_with_credentials_oidc_config_provider_dict) +identity_with_credentials_oidc_config_provider_from_dict = IdentityWithCredentialsOidcConfigProvider.from_dict(identity_with_credentials_oidc_config_provider_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/IdentityWithCredentialsPassword.md b/docs/IdentityWithCredentialsPassword.md index 2e081bc1f..3447061c3 100644 --- a/docs/IdentityWithCredentialsPassword.md +++ b/docs/IdentityWithCredentialsPassword.md @@ -23,7 +23,7 @@ print(IdentityWithCredentialsPassword.to_json()) # convert the object into a dict identity_with_credentials_password_dict = identity_with_credentials_password_instance.to_dict() # create an instance of IdentityWithCredentialsPassword from a dict -identity_with_credentials_password_form_dict = identity_with_credentials_password.from_dict(identity_with_credentials_password_dict) +identity_with_credentials_password_from_dict = IdentityWithCredentialsPassword.from_dict(identity_with_credentials_password_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/IdentityWithCredentialsPasswordConfig.md b/docs/IdentityWithCredentialsPasswordConfig.md index 77b0526cf..226652a06 100644 --- a/docs/IdentityWithCredentialsPasswordConfig.md +++ b/docs/IdentityWithCredentialsPasswordConfig.md @@ -24,7 +24,7 @@ print(IdentityWithCredentialsPasswordConfig.to_json()) # convert the object into a dict identity_with_credentials_password_config_dict = identity_with_credentials_password_config_instance.to_dict() # create an instance of IdentityWithCredentialsPasswordConfig from a dict -identity_with_credentials_password_config_form_dict = identity_with_credentials_password_config.from_dict(identity_with_credentials_password_config_dict) +identity_with_credentials_password_config_from_dict = IdentityWithCredentialsPasswordConfig.from_dict(identity_with_credentials_password_config_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/InternalGetProjectBrandingBody.md b/docs/InternalGetProjectBrandingBody.md index ebbc1d1e7..4a00f60c6 100644 --- a/docs/InternalGetProjectBrandingBody.md +++ b/docs/InternalGetProjectBrandingBody.md @@ -23,7 +23,7 @@ print(InternalGetProjectBrandingBody.to_json()) # convert the object into a dict internal_get_project_branding_body_dict = internal_get_project_branding_body_instance.to_dict() # create an instance of InternalGetProjectBrandingBody from a dict -internal_get_project_branding_body_form_dict = internal_get_project_branding_body.from_dict(internal_get_project_branding_body_dict) +internal_get_project_branding_body_from_dict = InternalGetProjectBrandingBody.from_dict(internal_get_project_branding_body_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/InternalIsAXWelcomeScreenEnabledForProjectBody.md b/docs/InternalIsAXWelcomeScreenEnabledForProjectBody.md index c55ec5e6b..5606f33d2 100644 --- a/docs/InternalIsAXWelcomeScreenEnabledForProjectBody.md +++ b/docs/InternalIsAXWelcomeScreenEnabledForProjectBody.md @@ -24,7 +24,7 @@ print(InternalIsAXWelcomeScreenEnabledForProjectBody.to_json()) # convert the object into a dict internal_is_ax_welcome_screen_enabled_for_project_body_dict = internal_is_ax_welcome_screen_enabled_for_project_body_instance.to_dict() # create an instance of InternalIsAXWelcomeScreenEnabledForProjectBody from a dict -internal_is_ax_welcome_screen_enabled_for_project_body_form_dict = internal_is_ax_welcome_screen_enabled_for_project_body.from_dict(internal_is_ax_welcome_screen_enabled_for_project_body_dict) +internal_is_ax_welcome_screen_enabled_for_project_body_from_dict = InternalIsAXWelcomeScreenEnabledForProjectBody.from_dict(internal_is_ax_welcome_screen_enabled_for_project_body_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/InternalIsOwnerForProjectBySlugBody.md b/docs/InternalIsOwnerForProjectBySlugBody.md index 70b5cfa07..45ad3d877 100644 --- a/docs/InternalIsOwnerForProjectBySlugBody.md +++ b/docs/InternalIsOwnerForProjectBySlugBody.md @@ -26,7 +26,7 @@ print(InternalIsOwnerForProjectBySlugBody.to_json()) # convert the object into a dict internal_is_owner_for_project_by_slug_body_dict = internal_is_owner_for_project_by_slug_body_instance.to_dict() # create an instance of InternalIsOwnerForProjectBySlugBody from a dict -internal_is_owner_for_project_by_slug_body_form_dict = internal_is_owner_for_project_by_slug_body.from_dict(internal_is_owner_for_project_by_slug_body_dict) +internal_is_owner_for_project_by_slug_body_from_dict = InternalIsOwnerForProjectBySlugBody.from_dict(internal_is_owner_for_project_by_slug_body_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/InternalIsOwnerForProjectBySlugResponse.md b/docs/InternalIsOwnerForProjectBySlugResponse.md index 7eb7ba6c9..fc6935b4e 100644 --- a/docs/InternalIsOwnerForProjectBySlugResponse.md +++ b/docs/InternalIsOwnerForProjectBySlugResponse.md @@ -22,7 +22,7 @@ print(InternalIsOwnerForProjectBySlugResponse.to_json()) # convert the object into a dict internal_is_owner_for_project_by_slug_response_dict = internal_is_owner_for_project_by_slug_response_instance.to_dict() # create an instance of InternalIsOwnerForProjectBySlugResponse from a dict -internal_is_owner_for_project_by_slug_response_form_dict = internal_is_owner_for_project_by_slug_response.from_dict(internal_is_owner_for_project_by_slug_response_dict) +internal_is_owner_for_project_by_slug_response_from_dict = InternalIsOwnerForProjectBySlugResponse.from_dict(internal_is_owner_for_project_by_slug_response_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/IntrospectedOAuth2Token.md b/docs/IntrospectedOAuth2Token.md index cb6896ea9..8d482c523 100644 --- a/docs/IntrospectedOAuth2Token.md +++ b/docs/IntrospectedOAuth2Token.md @@ -36,7 +36,7 @@ print(IntrospectedOAuth2Token.to_json()) # convert the object into a dict introspected_o_auth2_token_dict = introspected_o_auth2_token_instance.to_dict() # create an instance of IntrospectedOAuth2Token from a dict -introspected_o_auth2_token_form_dict = introspected_o_auth2_token.from_dict(introspected_o_auth2_token_dict) +introspected_o_auth2_token_from_dict = IntrospectedOAuth2Token.from_dict(introspected_o_auth2_token_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/Invoice.md b/docs/Invoice.md index a12e1e67f..7566b1170 100644 --- a/docs/Invoice.md +++ b/docs/Invoice.md @@ -26,7 +26,7 @@ print(Invoice.to_json()) # convert the object into a dict invoice_dict = invoice_instance.to_dict() # create an instance of Invoice from a dict -invoice_form_dict = invoice.from_dict(invoice_dict) +invoice_from_dict = Invoice.from_dict(invoice_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/InvoiceDataV1.md b/docs/InvoiceDataV1.md index fbca2e8a7..ddd46047b 100644 --- a/docs/InvoiceDataV1.md +++ b/docs/InvoiceDataV1.md @@ -32,7 +32,7 @@ print(InvoiceDataV1.to_json()) # convert the object into a dict invoice_data_v1_dict = invoice_data_v1_instance.to_dict() # create an instance of InvoiceDataV1 from a dict -invoice_data_v1_form_dict = invoice_data_v1.from_dict(invoice_data_v1_dict) +invoice_data_v1_from_dict = InvoiceDataV1.from_dict(invoice_data_v1_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/IsOwnerForProjectBySlug.md b/docs/IsOwnerForProjectBySlug.md index 34b9541bb..4d9e4c5a1 100644 --- a/docs/IsOwnerForProjectBySlug.md +++ b/docs/IsOwnerForProjectBySlug.md @@ -23,7 +23,7 @@ print(IsOwnerForProjectBySlug.to_json()) # convert the object into a dict is_owner_for_project_by_slug_dict = is_owner_for_project_by_slug_instance.to_dict() # create an instance of IsOwnerForProjectBySlug from a dict -is_owner_for_project_by_slug_form_dict = is_owner_for_project_by_slug.from_dict(is_owner_for_project_by_slug_dict) +is_owner_for_project_by_slug_from_dict = IsOwnerForProjectBySlug.from_dict(is_owner_for_project_by_slug_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/JsonPatch.md b/docs/JsonPatch.md index abe9aaa40..aa07e82d4 100644 --- a/docs/JsonPatch.md +++ b/docs/JsonPatch.md @@ -26,7 +26,7 @@ print(JsonPatch.to_json()) # convert the object into a dict json_patch_dict = json_patch_instance.to_dict() # create an instance of JsonPatch from a dict -json_patch_form_dict = json_patch.from_dict(json_patch_dict) +json_patch_from_dict = JsonPatch.from_dict(json_patch_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/JsonWebKey.md b/docs/JsonWebKey.md index f42b1854b..18344d742 100644 --- a/docs/JsonWebKey.md +++ b/docs/JsonWebKey.md @@ -38,7 +38,7 @@ print(JsonWebKey.to_json()) # convert the object into a dict json_web_key_dict = json_web_key_instance.to_dict() # create an instance of JsonWebKey from a dict -json_web_key_form_dict = json_web_key.from_dict(json_web_key_dict) +json_web_key_from_dict = JsonWebKey.from_dict(json_web_key_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/JsonWebKeySet.md b/docs/JsonWebKeySet.md index de30c0527..1e4309746 100644 --- a/docs/JsonWebKeySet.md +++ b/docs/JsonWebKeySet.md @@ -23,7 +23,7 @@ print(JsonWebKeySet.to_json()) # convert the object into a dict json_web_key_set_dict = json_web_key_set_instance.to_dict() # create an instance of JsonWebKeySet from a dict -json_web_key_set_form_dict = json_web_key_set.from_dict(json_web_key_set_dict) +json_web_key_set_from_dict = JsonWebKeySet.from_dict(json_web_key_set_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/KetoNamespace.md b/docs/KetoNamespace.md index 172223b47..f04366bae 100644 --- a/docs/KetoNamespace.md +++ b/docs/KetoNamespace.md @@ -23,7 +23,7 @@ print(KetoNamespace.to_json()) # convert the object into a dict keto_namespace_dict = keto_namespace_instance.to_dict() # create an instance of KetoNamespace from a dict -keto_namespace_form_dict = keto_namespace.from_dict(keto_namespace_dict) +keto_namespace_from_dict = KetoNamespace.from_dict(keto_namespace_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/LineItemV1.md b/docs/LineItemV1.md index 862e442c4..120e7ffea 100644 --- a/docs/LineItemV1.md +++ b/docs/LineItemV1.md @@ -27,7 +27,7 @@ print(LineItemV1.to_json()) # convert the object into a dict line_item_v1_dict = line_item_v1_instance.to_dict() # create an instance of LineItemV1 from a dict -line_item_v1_form_dict = line_item_v1.from_dict(line_item_v1_dict) +line_item_v1_from_dict = LineItemV1.from_dict(line_item_v1_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ListEventStreams.md b/docs/ListEventStreams.md index 3a17b3c2f..606cd94df 100644 --- a/docs/ListEventStreams.md +++ b/docs/ListEventStreams.md @@ -23,7 +23,7 @@ print(ListEventStreams.to_json()) # convert the object into a dict list_event_streams_dict = list_event_streams_instance.to_dict() # create an instance of ListEventStreams from a dict -list_event_streams_form_dict = list_event_streams.from_dict(list_event_streams_dict) +list_event_streams_from_dict = ListEventStreams.from_dict(list_event_streams_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ListInvoicesResponse.md b/docs/ListInvoicesResponse.md index 63fdf4456..5cb210c64 100644 --- a/docs/ListInvoicesResponse.md +++ b/docs/ListInvoicesResponse.md @@ -24,7 +24,7 @@ print(ListInvoicesResponse.to_json()) # convert the object into a dict list_invoices_response_dict = list_invoices_response_instance.to_dict() # create an instance of ListInvoicesResponse from a dict -list_invoices_response_form_dict = list_invoices_response.from_dict(list_invoices_response_dict) +list_invoices_response_from_dict = ListInvoicesResponse.from_dict(list_invoices_response_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ListOrganizationsResponse.md b/docs/ListOrganizationsResponse.md index 8ba029178..bd54a91a8 100644 --- a/docs/ListOrganizationsResponse.md +++ b/docs/ListOrganizationsResponse.md @@ -25,7 +25,7 @@ print(ListOrganizationsResponse.to_json()) # convert the object into a dict list_organizations_response_dict = list_organizations_response_instance.to_dict() # create an instance of ListOrganizationsResponse from a dict -list_organizations_response_form_dict = list_organizations_response.from_dict(list_organizations_response_dict) +list_organizations_response_from_dict = ListOrganizationsResponse.from_dict(list_organizations_response_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ListWorkspaceProjects.md b/docs/ListWorkspaceProjects.md index 6c5720bf8..111a8d879 100644 --- a/docs/ListWorkspaceProjects.md +++ b/docs/ListWorkspaceProjects.md @@ -24,7 +24,7 @@ print(ListWorkspaceProjects.to_json()) # convert the object into a dict list_workspace_projects_dict = list_workspace_projects_instance.to_dict() # create an instance of ListWorkspaceProjects from a dict -list_workspace_projects_form_dict = list_workspace_projects.from_dict(list_workspace_projects_dict) +list_workspace_projects_from_dict = ListWorkspaceProjects.from_dict(list_workspace_projects_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ListWorkspaces.md b/docs/ListWorkspaces.md index 93720211e..8950f3ac0 100644 --- a/docs/ListWorkspaces.md +++ b/docs/ListWorkspaces.md @@ -24,7 +24,7 @@ print(ListWorkspaces.to_json()) # convert the object into a dict list_workspaces_dict = list_workspaces_instance.to_dict() # create an instance of ListWorkspaces from a dict -list_workspaces_form_dict = list_workspaces.from_dict(list_workspaces_dict) +list_workspaces_from_dict = ListWorkspaces.from_dict(list_workspaces_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/LoginFlow.md b/docs/LoginFlow.md index 5f1805608..6f3dbcb63 100644 --- a/docs/LoginFlow.md +++ b/docs/LoginFlow.md @@ -40,7 +40,7 @@ print(LoginFlow.to_json()) # convert the object into a dict login_flow_dict = login_flow_instance.to_dict() # create an instance of LoginFlow from a dict -login_flow_form_dict = login_flow.from_dict(login_flow_dict) +login_flow_from_dict = LoginFlow.from_dict(login_flow_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/LoginFlowState.md b/docs/LoginFlowState.md index df259c8dc..8a42e0ee2 100644 --- a/docs/LoginFlowState.md +++ b/docs/LoginFlowState.md @@ -2,10 +2,13 @@ The state represents the state of the login flow. choose_method: ask the user to choose a method (e.g. login account via email) sent_email: the email has been sent to the user passed_challenge: the request was successful and the login challenge was passed. -## Properties +## Enum -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- +* `CHOOSE_METHOD` (value: `'choose_method'`) + +* `SENT_EMAIL` (value: `'sent_email'`) + +* `PASSED_CHALLENGE` (value: `'passed_challenge'`) [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/LogoutFlow.md b/docs/LogoutFlow.md index e63f8a5bd..918b41a4a 100644 --- a/docs/LogoutFlow.md +++ b/docs/LogoutFlow.md @@ -24,7 +24,7 @@ print(LogoutFlow.to_json()) # convert the object into a dict logout_flow_dict = logout_flow_instance.to_dict() # create an instance of LogoutFlow from a dict -logout_flow_form_dict = logout_flow.from_dict(logout_flow_dict) +logout_flow_from_dict = LogoutFlow.from_dict(logout_flow_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ManagedIdentitySchema.md b/docs/ManagedIdentitySchema.md index 6f124980c..13142a436 100644 --- a/docs/ManagedIdentitySchema.md +++ b/docs/ManagedIdentitySchema.md @@ -29,7 +29,7 @@ print(ManagedIdentitySchema.to_json()) # convert the object into a dict managed_identity_schema_dict = managed_identity_schema_instance.to_dict() # create an instance of ManagedIdentitySchema from a dict -managed_identity_schema_form_dict = managed_identity_schema.from_dict(managed_identity_schema_dict) +managed_identity_schema_from_dict = ManagedIdentitySchema.from_dict(managed_identity_schema_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ManagedIdentitySchemaValidationResult.md b/docs/ManagedIdentitySchemaValidationResult.md index 4940a8990..a47ad243e 100644 --- a/docs/ManagedIdentitySchemaValidationResult.md +++ b/docs/ManagedIdentitySchemaValidationResult.md @@ -24,7 +24,7 @@ print(ManagedIdentitySchemaValidationResult.to_json()) # convert the object into a dict managed_identity_schema_validation_result_dict = managed_identity_schema_validation_result_instance.to_dict() # create an instance of ManagedIdentitySchemaValidationResult from a dict -managed_identity_schema_validation_result_form_dict = managed_identity_schema_validation_result.from_dict(managed_identity_schema_validation_result_dict) +managed_identity_schema_validation_result_from_dict = ManagedIdentitySchemaValidationResult.from_dict(managed_identity_schema_validation_result_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/MemberInvite.md b/docs/MemberInvite.md index 93487fade..16fb730d1 100644 --- a/docs/MemberInvite.md +++ b/docs/MemberInvite.md @@ -31,7 +31,7 @@ print(MemberInvite.to_json()) # convert the object into a dict member_invite_dict = member_invite_instance.to_dict() # create an instance of MemberInvite from a dict -member_invite_form_dict = member_invite.from_dict(member_invite_dict) +member_invite_from_dict = MemberInvite.from_dict(member_invite_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/Message.md b/docs/Message.md index b60839f50..0adfef05b 100644 --- a/docs/Message.md +++ b/docs/Message.md @@ -33,7 +33,7 @@ print(Message.to_json()) # convert the object into a dict message_dict = message_instance.to_dict() # create an instance of Message from a dict -message_form_dict = message.from_dict(message_dict) +message_from_dict = Message.from_dict(message_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/MessageDispatch.md b/docs/MessageDispatch.md index 291bd1dc3..6e7aa7498 100644 --- a/docs/MessageDispatch.md +++ b/docs/MessageDispatch.md @@ -28,7 +28,7 @@ print(MessageDispatch.to_json()) # convert the object into a dict message_dispatch_dict = message_dispatch_instance.to_dict() # create an instance of MessageDispatch from a dict -message_dispatch_form_dict = message_dispatch.from_dict(message_dispatch_dict) +message_dispatch_from_dict = MessageDispatch.from_dict(message_dispatch_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/MetricsDatapoint.md b/docs/MetricsDatapoint.md index 53830ca58..19cc3bf1a 100644 --- a/docs/MetricsDatapoint.md +++ b/docs/MetricsDatapoint.md @@ -24,7 +24,7 @@ print(MetricsDatapoint.to_json()) # convert the object into a dict metrics_datapoint_dict = metrics_datapoint_instance.to_dict() # create an instance of MetricsDatapoint from a dict -metrics_datapoint_form_dict = metrics_datapoint.from_dict(metrics_datapoint_dict) +metrics_datapoint_from_dict = MetricsDatapoint.from_dict(metrics_datapoint_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/Money.md b/docs/Money.md index 4ab421131..c8d917307 100644 --- a/docs/Money.md +++ b/docs/Money.md @@ -24,7 +24,7 @@ print(Money.to_json()) # convert the object into a dict money_dict = money_instance.to_dict() # create an instance of Money from a dict -money_form_dict = money.from_dict(money_dict) +money_from_dict = Money.from_dict(money_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/Namespace.md b/docs/Namespace.md index 22ed58ffa..9e09c22ed 100644 --- a/docs/Namespace.md +++ b/docs/Namespace.md @@ -22,7 +22,7 @@ print(Namespace.to_json()) # convert the object into a dict namespace_dict = namespace_instance.to_dict() # create an instance of Namespace from a dict -namespace_form_dict = namespace.from_dict(namespace_dict) +namespace_from_dict = Namespace.from_dict(namespace_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/NeedsPrivilegedSessionError.md b/docs/NeedsPrivilegedSessionError.md index c409ee22b..0d08f2e04 100644 --- a/docs/NeedsPrivilegedSessionError.md +++ b/docs/NeedsPrivilegedSessionError.md @@ -23,7 +23,7 @@ print(NeedsPrivilegedSessionError.to_json()) # convert the object into a dict needs_privileged_session_error_dict = needs_privileged_session_error_instance.to_dict() # create an instance of NeedsPrivilegedSessionError from a dict -needs_privileged_session_error_form_dict = needs_privileged_session_error.from_dict(needs_privileged_session_error_dict) +needs_privileged_session_error_from_dict = NeedsPrivilegedSessionError.from_dict(needs_privileged_session_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/NormalizedProject.md b/docs/NormalizedProject.md index e35f49159..af9e010e1 100644 --- a/docs/NormalizedProject.md +++ b/docs/NormalizedProject.md @@ -34,7 +34,7 @@ print(NormalizedProject.to_json()) # convert the object into a dict normalized_project_dict = normalized_project_instance.to_dict() # create an instance of NormalizedProject from a dict -normalized_project_form_dict = normalized_project.from_dict(normalized_project_dict) +normalized_project_from_dict = NormalizedProject.from_dict(normalized_project_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/NormalizedProjectRevision.md b/docs/NormalizedProjectRevision.md index b1695f47b..619819780 100644 --- a/docs/NormalizedProjectRevision.md +++ b/docs/NormalizedProjectRevision.md @@ -224,7 +224,7 @@ print(NormalizedProjectRevision.to_json()) # convert the object into a dict normalized_project_revision_dict = normalized_project_revision_instance.to_dict() # create an instance of NormalizedProjectRevision from a dict -normalized_project_revision_form_dict = normalized_project_revision.from_dict(normalized_project_revision_dict) +normalized_project_revision_from_dict = NormalizedProjectRevision.from_dict(normalized_project_revision_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/NormalizedProjectRevisionCourierChannel.md b/docs/NormalizedProjectRevisionCourierChannel.md index d49bdf584..357270e51 100644 --- a/docs/NormalizedProjectRevisionCourierChannel.md +++ b/docs/NormalizedProjectRevisionCourierChannel.md @@ -34,7 +34,7 @@ print(NormalizedProjectRevisionCourierChannel.to_json()) # convert the object into a dict normalized_project_revision_courier_channel_dict = normalized_project_revision_courier_channel_instance.to_dict() # create an instance of NormalizedProjectRevisionCourierChannel from a dict -normalized_project_revision_courier_channel_form_dict = normalized_project_revision_courier_channel.from_dict(normalized_project_revision_courier_channel_dict) +normalized_project_revision_courier_channel_from_dict = NormalizedProjectRevisionCourierChannel.from_dict(normalized_project_revision_courier_channel_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/NormalizedProjectRevisionHook.md b/docs/NormalizedProjectRevisionHook.md index 624ddb263..d6e4f7fcc 100644 --- a/docs/NormalizedProjectRevisionHook.md +++ b/docs/NormalizedProjectRevisionHook.md @@ -39,7 +39,7 @@ print(NormalizedProjectRevisionHook.to_json()) # convert the object into a dict normalized_project_revision_hook_dict = normalized_project_revision_hook_instance.to_dict() # create an instance of NormalizedProjectRevisionHook from a dict -normalized_project_revision_hook_form_dict = normalized_project_revision_hook.from_dict(normalized_project_revision_hook_dict) +normalized_project_revision_hook_from_dict = NormalizedProjectRevisionHook.from_dict(normalized_project_revision_hook_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/NormalizedProjectRevisionIdentitySchema.md b/docs/NormalizedProjectRevisionIdentitySchema.md index 33c6aa643..117181608 100644 --- a/docs/NormalizedProjectRevisionIdentitySchema.md +++ b/docs/NormalizedProjectRevisionIdentitySchema.md @@ -31,7 +31,7 @@ print(NormalizedProjectRevisionIdentitySchema.to_json()) # convert the object into a dict normalized_project_revision_identity_schema_dict = normalized_project_revision_identity_schema_instance.to_dict() # create an instance of NormalizedProjectRevisionIdentitySchema from a dict -normalized_project_revision_identity_schema_form_dict = normalized_project_revision_identity_schema.from_dict(normalized_project_revision_identity_schema_dict) +normalized_project_revision_identity_schema_from_dict = NormalizedProjectRevisionIdentitySchema.from_dict(normalized_project_revision_identity_schema_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/NormalizedProjectRevisionThirdPartyProvider.md b/docs/NormalizedProjectRevisionThirdPartyProvider.md index 34f494eab..a17cd3cec 100644 --- a/docs/NormalizedProjectRevisionThirdPartyProvider.md +++ b/docs/NormalizedProjectRevisionThirdPartyProvider.md @@ -45,7 +45,7 @@ print(NormalizedProjectRevisionThirdPartyProvider.to_json()) # convert the object into a dict normalized_project_revision_third_party_provider_dict = normalized_project_revision_third_party_provider_instance.to_dict() # create an instance of NormalizedProjectRevisionThirdPartyProvider from a dict -normalized_project_revision_third_party_provider_form_dict = normalized_project_revision_third_party_provider.from_dict(normalized_project_revision_third_party_provider_dict) +normalized_project_revision_third_party_provider_from_dict = NormalizedProjectRevisionThirdPartyProvider.from_dict(normalized_project_revision_third_party_provider_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/NormalizedProjectRevisionTokenizerTemplate.md b/docs/NormalizedProjectRevisionTokenizerTemplate.md index e58875178..3e28c2aaf 100644 --- a/docs/NormalizedProjectRevisionTokenizerTemplate.md +++ b/docs/NormalizedProjectRevisionTokenizerTemplate.md @@ -29,7 +29,7 @@ print(NormalizedProjectRevisionTokenizerTemplate.to_json()) # convert the object into a dict normalized_project_revision_tokenizer_template_dict = normalized_project_revision_tokenizer_template_instance.to_dict() # create an instance of NormalizedProjectRevisionTokenizerTemplate from a dict -normalized_project_revision_tokenizer_template_form_dict = normalized_project_revision_tokenizer_template.from_dict(normalized_project_revision_tokenizer_template_dict) +normalized_project_revision_tokenizer_template_from_dict = NormalizedProjectRevisionTokenizerTemplate.from_dict(normalized_project_revision_tokenizer_template_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/OAuth2Client.md b/docs/OAuth2Client.md index 2f67d4216..2f669b45e 100644 --- a/docs/OAuth2Client.md +++ b/docs/OAuth2Client.md @@ -70,7 +70,7 @@ print(OAuth2Client.to_json()) # convert the object into a dict o_auth2_client_dict = o_auth2_client_instance.to_dict() # create an instance of OAuth2Client from a dict -o_auth2_client_form_dict = o_auth2_client.from_dict(o_auth2_client_dict) +o_auth2_client_from_dict = OAuth2Client.from_dict(o_auth2_client_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/OAuth2ClientTokenLifespans.md b/docs/OAuth2ClientTokenLifespans.md index 144687dee..82f1858c2 100644 --- a/docs/OAuth2ClientTokenLifespans.md +++ b/docs/OAuth2ClientTokenLifespans.md @@ -32,7 +32,7 @@ print(OAuth2ClientTokenLifespans.to_json()) # convert the object into a dict o_auth2_client_token_lifespans_dict = o_auth2_client_token_lifespans_instance.to_dict() # create an instance of OAuth2ClientTokenLifespans from a dict -o_auth2_client_token_lifespans_form_dict = o_auth2_client_token_lifespans.from_dict(o_auth2_client_token_lifespans_dict) +o_auth2_client_token_lifespans_from_dict = OAuth2ClientTokenLifespans.from_dict(o_auth2_client_token_lifespans_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/OAuth2ConsentRequest.md b/docs/OAuth2ConsentRequest.md index 6792c32ef..d966f92a2 100644 --- a/docs/OAuth2ConsentRequest.md +++ b/docs/OAuth2ConsentRequest.md @@ -34,7 +34,7 @@ print(OAuth2ConsentRequest.to_json()) # convert the object into a dict o_auth2_consent_request_dict = o_auth2_consent_request_instance.to_dict() # create an instance of OAuth2ConsentRequest from a dict -o_auth2_consent_request_form_dict = o_auth2_consent_request.from_dict(o_auth2_consent_request_dict) +o_auth2_consent_request_from_dict = OAuth2ConsentRequest.from_dict(o_auth2_consent_request_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/OAuth2ConsentRequestOpenIDConnectContext.md b/docs/OAuth2ConsentRequestOpenIDConnectContext.md index ac713d828..d2cbddcaa 100644 --- a/docs/OAuth2ConsentRequestOpenIDConnectContext.md +++ b/docs/OAuth2ConsentRequestOpenIDConnectContext.md @@ -26,7 +26,7 @@ print(OAuth2ConsentRequestOpenIDConnectContext.to_json()) # convert the object into a dict o_auth2_consent_request_open_id_connect_context_dict = o_auth2_consent_request_open_id_connect_context_instance.to_dict() # create an instance of OAuth2ConsentRequestOpenIDConnectContext from a dict -o_auth2_consent_request_open_id_connect_context_form_dict = o_auth2_consent_request_open_id_connect_context.from_dict(o_auth2_consent_request_open_id_connect_context_dict) +o_auth2_consent_request_open_id_connect_context_from_dict = OAuth2ConsentRequestOpenIDConnectContext.from_dict(o_auth2_consent_request_open_id_connect_context_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/OAuth2ConsentSession.md b/docs/OAuth2ConsentSession.md index 662028be4..df7eb982c 100644 --- a/docs/OAuth2ConsentSession.md +++ b/docs/OAuth2ConsentSession.md @@ -31,7 +31,7 @@ print(OAuth2ConsentSession.to_json()) # convert the object into a dict o_auth2_consent_session_dict = o_auth2_consent_session_instance.to_dict() # create an instance of OAuth2ConsentSession from a dict -o_auth2_consent_session_form_dict = o_auth2_consent_session.from_dict(o_auth2_consent_session_dict) +o_auth2_consent_session_from_dict = OAuth2ConsentSession.from_dict(o_auth2_consent_session_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/OAuth2ConsentSessionExpiresAt.md b/docs/OAuth2ConsentSessionExpiresAt.md index 14c641111..f0307e65c 100644 --- a/docs/OAuth2ConsentSessionExpiresAt.md +++ b/docs/OAuth2ConsentSessionExpiresAt.md @@ -26,7 +26,7 @@ print(OAuth2ConsentSessionExpiresAt.to_json()) # convert the object into a dict o_auth2_consent_session_expires_at_dict = o_auth2_consent_session_expires_at_instance.to_dict() # create an instance of OAuth2ConsentSessionExpiresAt from a dict -o_auth2_consent_session_expires_at_form_dict = o_auth2_consent_session_expires_at.from_dict(o_auth2_consent_session_expires_at_dict) +o_auth2_consent_session_expires_at_from_dict = OAuth2ConsentSessionExpiresAt.from_dict(o_auth2_consent_session_expires_at_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/OAuth2LoginRequest.md b/docs/OAuth2LoginRequest.md index 54790a332..139048092 100644 --- a/docs/OAuth2LoginRequest.md +++ b/docs/OAuth2LoginRequest.md @@ -30,7 +30,7 @@ print(OAuth2LoginRequest.to_json()) # convert the object into a dict o_auth2_login_request_dict = o_auth2_login_request_instance.to_dict() # create an instance of OAuth2LoginRequest from a dict -o_auth2_login_request_form_dict = o_auth2_login_request.from_dict(o_auth2_login_request_dict) +o_auth2_login_request_from_dict = OAuth2LoginRequest.from_dict(o_auth2_login_request_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/OAuth2LogoutRequest.md b/docs/OAuth2LogoutRequest.md index 5032374e4..0687416e1 100644 --- a/docs/OAuth2LogoutRequest.md +++ b/docs/OAuth2LogoutRequest.md @@ -27,7 +27,7 @@ print(OAuth2LogoutRequest.to_json()) # convert the object into a dict o_auth2_logout_request_dict = o_auth2_logout_request_instance.to_dict() # create an instance of OAuth2LogoutRequest from a dict -o_auth2_logout_request_form_dict = o_auth2_logout_request.from_dict(o_auth2_logout_request_dict) +o_auth2_logout_request_from_dict = OAuth2LogoutRequest.from_dict(o_auth2_logout_request_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/OAuth2RedirectTo.md b/docs/OAuth2RedirectTo.md index 5980fb82a..3aa589a3f 100644 --- a/docs/OAuth2RedirectTo.md +++ b/docs/OAuth2RedirectTo.md @@ -23,7 +23,7 @@ print(OAuth2RedirectTo.to_json()) # convert the object into a dict o_auth2_redirect_to_dict = o_auth2_redirect_to_instance.to_dict() # create an instance of OAuth2RedirectTo from a dict -o_auth2_redirect_to_form_dict = o_auth2_redirect_to.from_dict(o_auth2_redirect_to_dict) +o_auth2_redirect_to_from_dict = OAuth2RedirectTo.from_dict(o_auth2_redirect_to_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/OAuth2TokenExchange.md b/docs/OAuth2TokenExchange.md index f470c9dcf..c4aad6423 100644 --- a/docs/OAuth2TokenExchange.md +++ b/docs/OAuth2TokenExchange.md @@ -28,7 +28,7 @@ print(OAuth2TokenExchange.to_json()) # convert the object into a dict o_auth2_token_exchange_dict = o_auth2_token_exchange_instance.to_dict() # create an instance of OAuth2TokenExchange from a dict -o_auth2_token_exchange_form_dict = o_auth2_token_exchange.from_dict(o_auth2_token_exchange_dict) +o_auth2_token_exchange_from_dict = OAuth2TokenExchange.from_dict(o_auth2_token_exchange_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/OidcConfiguration.md b/docs/OidcConfiguration.md index 3b09bc450..fdbf81094 100644 --- a/docs/OidcConfiguration.md +++ b/docs/OidcConfiguration.md @@ -53,7 +53,7 @@ print(OidcConfiguration.to_json()) # convert the object into a dict oidc_configuration_dict = oidc_configuration_instance.to_dict() # create an instance of OidcConfiguration from a dict -oidc_configuration_form_dict = oidc_configuration.from_dict(oidc_configuration_dict) +oidc_configuration_from_dict = OidcConfiguration.from_dict(oidc_configuration_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/OidcUserInfo.md b/docs/OidcUserInfo.md index a87b0d48f..53add72f6 100644 --- a/docs/OidcUserInfo.md +++ b/docs/OidcUserInfo.md @@ -41,7 +41,7 @@ print(OidcUserInfo.to_json()) # convert the object into a dict oidc_user_info_dict = oidc_user_info_instance.to_dict() # create an instance of OidcUserInfo from a dict -oidc_user_info_form_dict = oidc_user_info.from_dict(oidc_user_info_dict) +oidc_user_info_from_dict = OidcUserInfo.from_dict(oidc_user_info_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/Organization.md b/docs/Organization.md index b4b379ebc..1edf0463e 100644 --- a/docs/Organization.md +++ b/docs/Organization.md @@ -28,7 +28,7 @@ print(Organization.to_json()) # convert the object into a dict organization_dict = organization_instance.to_dict() # create an instance of Organization from a dict -organization_form_dict = organization.from_dict(organization_dict) +organization_from_dict = Organization.from_dict(organization_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/OrganizationBody.md b/docs/OrganizationBody.md index 35ac07a3a..c6c1d6c83 100644 --- a/docs/OrganizationBody.md +++ b/docs/OrganizationBody.md @@ -24,7 +24,7 @@ print(OrganizationBody.to_json()) # convert the object into a dict organization_body_dict = organization_body_instance.to_dict() # create an instance of OrganizationBody from a dict -organization_body_form_dict = organization_body.from_dict(organization_body_dict) +organization_body_from_dict = OrganizationBody.from_dict(organization_body_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/Pagination.md b/docs/Pagination.md index bbb8ff8b1..a1b4173d7 100644 --- a/docs/Pagination.md +++ b/docs/Pagination.md @@ -23,7 +23,7 @@ print(Pagination.to_json()) # convert the object into a dict pagination_dict = pagination_instance.to_dict() # create an instance of Pagination from a dict -pagination_form_dict = pagination.from_dict(pagination_dict) +pagination_from_dict = Pagination.from_dict(pagination_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/PaginationHeaders.md b/docs/PaginationHeaders.md index 4ad44c98a..1b51b25e0 100644 --- a/docs/PaginationHeaders.md +++ b/docs/PaginationHeaders.md @@ -23,7 +23,7 @@ print(PaginationHeaders.to_json()) # convert the object into a dict pagination_headers_dict = pagination_headers_instance.to_dict() # create an instance of PaginationHeaders from a dict -pagination_headers_form_dict = pagination_headers.from_dict(pagination_headers_dict) +pagination_headers_from_dict = PaginationHeaders.from_dict(pagination_headers_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ParseError.md b/docs/ParseError.md index 82457e7e5..deae14172 100644 --- a/docs/ParseError.md +++ b/docs/ParseError.md @@ -24,7 +24,7 @@ print(ParseError.to_json()) # convert the object into a dict parse_error_dict = parse_error_instance.to_dict() # create an instance of ParseError from a dict -parse_error_form_dict = parse_error.from_dict(parse_error_dict) +parse_error_from_dict = ParseError.from_dict(parse_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/PatchIdentitiesBody.md b/docs/PatchIdentitiesBody.md index 38fd8b758..e4d55b8e2 100644 --- a/docs/PatchIdentitiesBody.md +++ b/docs/PatchIdentitiesBody.md @@ -23,7 +23,7 @@ print(PatchIdentitiesBody.to_json()) # convert the object into a dict patch_identities_body_dict = patch_identities_body_instance.to_dict() # create an instance of PatchIdentitiesBody from a dict -patch_identities_body_form_dict = patch_identities_body.from_dict(patch_identities_body_dict) +patch_identities_body_from_dict = PatchIdentitiesBody.from_dict(patch_identities_body_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/PerformNativeLogoutBody.md b/docs/PerformNativeLogoutBody.md index bd596c2c5..8e93806ac 100644 --- a/docs/PerformNativeLogoutBody.md +++ b/docs/PerformNativeLogoutBody.md @@ -23,7 +23,7 @@ print(PerformNativeLogoutBody.to_json()) # convert the object into a dict perform_native_logout_body_dict = perform_native_logout_body_instance.to_dict() # create an instance of PerformNativeLogoutBody from a dict -perform_native_logout_body_form_dict = perform_native_logout_body.from_dict(perform_native_logout_body_dict) +perform_native_logout_body_from_dict = PerformNativeLogoutBody.from_dict(perform_native_logout_body_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/PermissionsOnWorkspace.md b/docs/PermissionsOnWorkspace.md index 1acb9e604..a34b270d0 100644 --- a/docs/PermissionsOnWorkspace.md +++ b/docs/PermissionsOnWorkspace.md @@ -23,7 +23,7 @@ print(PermissionsOnWorkspace.to_json()) # convert the object into a dict permissions_on_workspace_dict = permissions_on_workspace_instance.to_dict() # create an instance of PermissionsOnWorkspace from a dict -permissions_on_workspace_form_dict = permissions_on_workspace.from_dict(permissions_on_workspace_dict) +permissions_on_workspace_from_dict = PermissionsOnWorkspace.from_dict(permissions_on_workspace_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/Plan.md b/docs/Plan.md index 140eb706e..20e5929c5 100644 --- a/docs/Plan.md +++ b/docs/Plan.md @@ -23,7 +23,7 @@ print(Plan.to_json()) # convert the object into a dict plan_dict = plan_instance.to_dict() # create an instance of Plan from a dict -plan_form_dict = plan.from_dict(plan_dict) +plan_from_dict = Plan.from_dict(plan_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/PlanDetails.md b/docs/PlanDetails.md index 40e8b5e83..28ec41703 100644 --- a/docs/PlanDetails.md +++ b/docs/PlanDetails.md @@ -29,7 +29,7 @@ print(PlanDetails.to_json()) # convert the object into a dict plan_details_dict = plan_details_instance.to_dict() # create an instance of PlanDetails from a dict -plan_details_form_dict = plan_details.from_dict(plan_details_dict) +plan_details_from_dict = PlanDetails.from_dict(plan_details_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/PostCheckPermissionBody.md b/docs/PostCheckPermissionBody.md index e6315942d..ac5655af6 100644 --- a/docs/PostCheckPermissionBody.md +++ b/docs/PostCheckPermissionBody.md @@ -27,7 +27,7 @@ print(PostCheckPermissionBody.to_json()) # convert the object into a dict post_check_permission_body_dict = post_check_permission_body_instance.to_dict() # create an instance of PostCheckPermissionBody from a dict -post_check_permission_body_form_dict = post_check_permission_body.from_dict(post_check_permission_body_dict) +post_check_permission_body_from_dict = PostCheckPermissionBody.from_dict(post_check_permission_body_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/PostCheckPermissionOrErrorBody.md b/docs/PostCheckPermissionOrErrorBody.md index 1c8724045..20f411542 100644 --- a/docs/PostCheckPermissionOrErrorBody.md +++ b/docs/PostCheckPermissionOrErrorBody.md @@ -27,7 +27,7 @@ print(PostCheckPermissionOrErrorBody.to_json()) # convert the object into a dict post_check_permission_or_error_body_dict = post_check_permission_or_error_body_instance.to_dict() # create an instance of PostCheckPermissionOrErrorBody from a dict -post_check_permission_or_error_body_form_dict = post_check_permission_or_error_body.from_dict(post_check_permission_or_error_body_dict) +post_check_permission_or_error_body_from_dict = PostCheckPermissionOrErrorBody.from_dict(post_check_permission_or_error_body_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/Project.md b/docs/Project.md index 422b6861b..6c90363c9 100644 --- a/docs/Project.md +++ b/docs/Project.md @@ -32,7 +32,7 @@ print(Project.to_json()) # convert the object into a dict project_dict = project_instance.to_dict() # create an instance of Project from a dict -project_form_dict = project.from_dict(project_dict) +project_from_dict = Project.from_dict(project_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ProjectApiKey.md b/docs/ProjectApiKey.md index 4587aa382..44882f5fa 100644 --- a/docs/ProjectApiKey.md +++ b/docs/ProjectApiKey.md @@ -28,7 +28,7 @@ print(ProjectApiKey.to_json()) # convert the object into a dict project_api_key_dict = project_api_key_instance.to_dict() # create an instance of ProjectApiKey from a dict -project_api_key_form_dict = project_api_key.from_dict(project_api_key_dict) +project_api_key_from_dict = ProjectApiKey.from_dict(project_api_key_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ProjectBranding.md b/docs/ProjectBranding.md index fa484ce03..ae394b73e 100644 --- a/docs/ProjectBranding.md +++ b/docs/ProjectBranding.md @@ -27,7 +27,7 @@ print(ProjectBranding.to_json()) # convert the object into a dict project_branding_dict = project_branding_instance.to_dict() # create an instance of ProjectBranding from a dict -project_branding_form_dict = project_branding.from_dict(project_branding_dict) +project_branding_from_dict = ProjectBranding.from_dict(project_branding_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ProjectBrandingColors.md b/docs/ProjectBrandingColors.md index 3e2e42c62..9b740d287 100644 --- a/docs/ProjectBrandingColors.md +++ b/docs/ProjectBrandingColors.md @@ -50,7 +50,7 @@ print(ProjectBrandingColors.to_json()) # convert the object into a dict project_branding_colors_dict = project_branding_colors_instance.to_dict() # create an instance of ProjectBrandingColors from a dict -project_branding_colors_form_dict = project_branding_colors.from_dict(project_branding_colors_dict) +project_branding_colors_from_dict = ProjectBrandingColors.from_dict(project_branding_colors_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ProjectBrandingTheme.md b/docs/ProjectBrandingTheme.md index 8fdeac082..959e3bbc1 100644 --- a/docs/ProjectBrandingTheme.md +++ b/docs/ProjectBrandingTheme.md @@ -61,7 +61,7 @@ print(ProjectBrandingTheme.to_json()) # convert the object into a dict project_branding_theme_dict = project_branding_theme_instance.to_dict() # create an instance of ProjectBrandingTheme from a dict -project_branding_theme_form_dict = project_branding_theme.from_dict(project_branding_theme_dict) +project_branding_theme_from_dict = ProjectBrandingTheme.from_dict(project_branding_theme_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ProjectCors.md b/docs/ProjectCors.md index dc5bdaa97..d3f3418ad 100644 --- a/docs/ProjectCors.md +++ b/docs/ProjectCors.md @@ -23,7 +23,7 @@ print(ProjectCors.to_json()) # convert the object into a dict project_cors_dict = project_cors_instance.to_dict() # create an instance of ProjectCors from a dict -project_cors_form_dict = project_cors.from_dict(project_cors_dict) +project_cors_from_dict = ProjectCors.from_dict(project_cors_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ProjectEventsDatapoint.md b/docs/ProjectEventsDatapoint.md index 827e5e432..4dbfc28f1 100644 --- a/docs/ProjectEventsDatapoint.md +++ b/docs/ProjectEventsDatapoint.md @@ -24,7 +24,7 @@ print(ProjectEventsDatapoint.to_json()) # convert the object into a dict project_events_datapoint_dict = project_events_datapoint_instance.to_dict() # create an instance of ProjectEventsDatapoint from a dict -project_events_datapoint_form_dict = project_events_datapoint.from_dict(project_events_datapoint_dict) +project_events_datapoint_from_dict = ProjectEventsDatapoint.from_dict(project_events_datapoint_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ProjectHost.md b/docs/ProjectHost.md index 751da1947..d16d7744d 100644 --- a/docs/ProjectHost.md +++ b/docs/ProjectHost.md @@ -24,7 +24,7 @@ print(ProjectHost.to_json()) # convert the object into a dict project_host_dict = project_host_instance.to_dict() # create an instance of ProjectHost from a dict -project_host_form_dict = project_host.from_dict(project_host_dict) +project_host_from_dict = ProjectHost.from_dict(project_host_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ProjectMember.md b/docs/ProjectMember.md index cbfb2b36c..172732180 100644 --- a/docs/ProjectMember.md +++ b/docs/ProjectMember.md @@ -25,7 +25,7 @@ print(ProjectMember.to_json()) # convert the object into a dict project_member_dict = project_member_instance.to_dict() # create an instance of ProjectMember from a dict -project_member_form_dict = project_member.from_dict(project_member_dict) +project_member_from_dict = ProjectMember.from_dict(project_member_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ProjectMetadata.md b/docs/ProjectMetadata.md index 434393500..724189f9e 100644 --- a/docs/ProjectMetadata.md +++ b/docs/ProjectMetadata.md @@ -34,7 +34,7 @@ print(ProjectMetadata.to_json()) # convert the object into a dict project_metadata_dict = project_metadata_instance.to_dict() # create an instance of ProjectMetadata from a dict -project_metadata_form_dict = project_metadata.from_dict(project_metadata_dict) +project_metadata_from_dict = ProjectMetadata.from_dict(project_metadata_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ProjectServiceIdentity.md b/docs/ProjectServiceIdentity.md index 6634aa574..b1e369fda 100644 --- a/docs/ProjectServiceIdentity.md +++ b/docs/ProjectServiceIdentity.md @@ -22,7 +22,7 @@ print(ProjectServiceIdentity.to_json()) # convert the object into a dict project_service_identity_dict = project_service_identity_instance.to_dict() # create an instance of ProjectServiceIdentity from a dict -project_service_identity_form_dict = project_service_identity.from_dict(project_service_identity_dict) +project_service_identity_from_dict = ProjectServiceIdentity.from_dict(project_service_identity_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ProjectServiceOAuth2.md b/docs/ProjectServiceOAuth2.md index e4b703e3f..cc3cf9202 100644 --- a/docs/ProjectServiceOAuth2.md +++ b/docs/ProjectServiceOAuth2.md @@ -22,7 +22,7 @@ print(ProjectServiceOAuth2.to_json()) # convert the object into a dict project_service_o_auth2_dict = project_service_o_auth2_instance.to_dict() # create an instance of ProjectServiceOAuth2 from a dict -project_service_o_auth2_form_dict = project_service_o_auth2.from_dict(project_service_o_auth2_dict) +project_service_o_auth2_from_dict = ProjectServiceOAuth2.from_dict(project_service_o_auth2_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ProjectServicePermission.md b/docs/ProjectServicePermission.md index a4be8f13c..f635101ab 100644 --- a/docs/ProjectServicePermission.md +++ b/docs/ProjectServicePermission.md @@ -22,7 +22,7 @@ print(ProjectServicePermission.to_json()) # convert the object into a dict project_service_permission_dict = project_service_permission_instance.to_dict() # create an instance of ProjectServicePermission from a dict -project_service_permission_form_dict = project_service_permission.from_dict(project_service_permission_dict) +project_service_permission_from_dict = ProjectServicePermission.from_dict(project_service_permission_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ProjectServices.md b/docs/ProjectServices.md index 9b0e0eb15..bfe7f31fb 100644 --- a/docs/ProjectServices.md +++ b/docs/ProjectServices.md @@ -24,7 +24,7 @@ print(ProjectServices.to_json()) # convert the object into a dict project_services_dict = project_services_instance.to_dict() # create an instance of ProjectServices from a dict -project_services_form_dict = project_services.from_dict(project_services_dict) +project_services_from_dict = ProjectServices.from_dict(project_services_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/QuotaUsage.md b/docs/QuotaUsage.md index 76f889491..dfdb1354d 100644 --- a/docs/QuotaUsage.md +++ b/docs/QuotaUsage.md @@ -27,7 +27,7 @@ print(QuotaUsage.to_json()) # convert the object into a dict quota_usage_dict = quota_usage_instance.to_dict() # create an instance of QuotaUsage from a dict -quota_usage_form_dict = quota_usage.from_dict(quota_usage_dict) +quota_usage_from_dict = QuotaUsage.from_dict(quota_usage_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/RFC6749ErrorJson.md b/docs/RFC6749ErrorJson.md index 64b49cf1a..2dec8bdb0 100644 --- a/docs/RFC6749ErrorJson.md +++ b/docs/RFC6749ErrorJson.md @@ -26,7 +26,7 @@ print(RFC6749ErrorJson.to_json()) # convert the object into a dict rfc6749_error_json_dict = rfc6749_error_json_instance.to_dict() # create an instance of RFC6749ErrorJson from a dict -rfc6749_error_json_form_dict = rfc6749_error_json.from_dict(rfc6749_error_json_dict) +rfc6749_error_json_from_dict = RFC6749ErrorJson.from_dict(rfc6749_error_json_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/RecoveryCodeForIdentity.md b/docs/RecoveryCodeForIdentity.md index dfee7a337..3f5260b4b 100644 --- a/docs/RecoveryCodeForIdentity.md +++ b/docs/RecoveryCodeForIdentity.md @@ -25,7 +25,7 @@ print(RecoveryCodeForIdentity.to_json()) # convert the object into a dict recovery_code_for_identity_dict = recovery_code_for_identity_instance.to_dict() # create an instance of RecoveryCodeForIdentity from a dict -recovery_code_for_identity_form_dict = recovery_code_for_identity.from_dict(recovery_code_for_identity_dict) +recovery_code_for_identity_from_dict = RecoveryCodeForIdentity.from_dict(recovery_code_for_identity_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/RecoveryFlow.md b/docs/RecoveryFlow.md index cc4d5f503..b92312be0 100644 --- a/docs/RecoveryFlow.md +++ b/docs/RecoveryFlow.md @@ -33,7 +33,7 @@ print(RecoveryFlow.to_json()) # convert the object into a dict recovery_flow_dict = recovery_flow_instance.to_dict() # create an instance of RecoveryFlow from a dict -recovery_flow_form_dict = recovery_flow.from_dict(recovery_flow_dict) +recovery_flow_from_dict = RecoveryFlow.from_dict(recovery_flow_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/RecoveryFlowState.md b/docs/RecoveryFlowState.md index 9845d3099..ae8990449 100644 --- a/docs/RecoveryFlowState.md +++ b/docs/RecoveryFlowState.md @@ -2,10 +2,13 @@ The state represents the state of the recovery flow. choose_method: ask the user to choose a method (e.g. recover account via email) sent_email: the email has been sent to the user passed_challenge: the request was successful and the recovery challenge was passed. -## Properties +## Enum -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- +* `CHOOSE_METHOD` (value: `'choose_method'`) + +* `SENT_EMAIL` (value: `'sent_email'`) + +* `PASSED_CHALLENGE` (value: `'passed_challenge'`) [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/RecoveryIdentityAddress.md b/docs/RecoveryIdentityAddress.md index b58c5d3f0..bba840b16 100644 --- a/docs/RecoveryIdentityAddress.md +++ b/docs/RecoveryIdentityAddress.md @@ -26,7 +26,7 @@ print(RecoveryIdentityAddress.to_json()) # convert the object into a dict recovery_identity_address_dict = recovery_identity_address_instance.to_dict() # create an instance of RecoveryIdentityAddress from a dict -recovery_identity_address_form_dict = recovery_identity_address.from_dict(recovery_identity_address_dict) +recovery_identity_address_from_dict = RecoveryIdentityAddress.from_dict(recovery_identity_address_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/RecoveryLinkForIdentity.md b/docs/RecoveryLinkForIdentity.md index 4173bc59e..a45b7564f 100644 --- a/docs/RecoveryLinkForIdentity.md +++ b/docs/RecoveryLinkForIdentity.md @@ -24,7 +24,7 @@ print(RecoveryLinkForIdentity.to_json()) # convert the object into a dict recovery_link_for_identity_dict = recovery_link_for_identity_instance.to_dict() # create an instance of RecoveryLinkForIdentity from a dict -recovery_link_for_identity_form_dict = recovery_link_for_identity.from_dict(recovery_link_for_identity_dict) +recovery_link_for_identity_from_dict = RecoveryLinkForIdentity.from_dict(recovery_link_for_identity_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/RegistrationFlow.md b/docs/RegistrationFlow.md index f28429c47..3aa026d3d 100644 --- a/docs/RegistrationFlow.md +++ b/docs/RegistrationFlow.md @@ -35,7 +35,7 @@ print(RegistrationFlow.to_json()) # convert the object into a dict registration_flow_dict = registration_flow_instance.to_dict() # create an instance of RegistrationFlow from a dict -registration_flow_form_dict = registration_flow.from_dict(registration_flow_dict) +registration_flow_from_dict = RegistrationFlow.from_dict(registration_flow_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/RegistrationFlowState.md b/docs/RegistrationFlowState.md index a30ce0ed5..fec17e322 100644 --- a/docs/RegistrationFlowState.md +++ b/docs/RegistrationFlowState.md @@ -2,10 +2,13 @@ choose_method: ask the user to choose a method (e.g. registration with email) sent_email: the email has been sent to the user passed_challenge: the request was successful and the registration challenge was passed. -## Properties +## Enum -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- +* `CHOOSE_METHOD` (value: `'choose_method'`) + +* `SENT_EMAIL` (value: `'sent_email'`) + +* `PASSED_CHALLENGE` (value: `'passed_challenge'`) [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/RejectOAuth2Request.md b/docs/RejectOAuth2Request.md index a5b717550..d588919fc 100644 --- a/docs/RejectOAuth2Request.md +++ b/docs/RejectOAuth2Request.md @@ -26,7 +26,7 @@ print(RejectOAuth2Request.to_json()) # convert the object into a dict reject_o_auth2_request_dict = reject_o_auth2_request_instance.to_dict() # create an instance of RejectOAuth2Request from a dict -reject_o_auth2_request_form_dict = reject_o_auth2_request.from_dict(reject_o_auth2_request_dict) +reject_o_auth2_request_from_dict = RejectOAuth2Request.from_dict(reject_o_auth2_request_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/RelationQuery.md b/docs/RelationQuery.md index c3646cb6f..5941cc714 100644 --- a/docs/RelationQuery.md +++ b/docs/RelationQuery.md @@ -27,7 +27,7 @@ print(RelationQuery.to_json()) # convert the object into a dict relation_query_dict = relation_query_instance.to_dict() # create an instance of RelationQuery from a dict -relation_query_form_dict = relation_query.from_dict(relation_query_dict) +relation_query_from_dict = RelationQuery.from_dict(relation_query_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/Relationship.md b/docs/Relationship.md index 12bd1be13..28845e3fd 100644 --- a/docs/Relationship.md +++ b/docs/Relationship.md @@ -27,7 +27,7 @@ print(Relationship.to_json()) # convert the object into a dict relationship_dict = relationship_instance.to_dict() # create an instance of Relationship from a dict -relationship_form_dict = relationship.from_dict(relationship_dict) +relationship_from_dict = Relationship.from_dict(relationship_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/RelationshipNamespaces.md b/docs/RelationshipNamespaces.md index 1baf7d36d..28793e3f4 100644 --- a/docs/RelationshipNamespaces.md +++ b/docs/RelationshipNamespaces.md @@ -23,7 +23,7 @@ print(RelationshipNamespaces.to_json()) # convert the object into a dict relationship_namespaces_dict = relationship_namespaces_instance.to_dict() # create an instance of RelationshipNamespaces from a dict -relationship_namespaces_form_dict = relationship_namespaces.from_dict(relationship_namespaces_dict) +relationship_namespaces_from_dict = RelationshipNamespaces.from_dict(relationship_namespaces_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/RelationshipPatch.md b/docs/RelationshipPatch.md index 67115e7fe..c526613bd 100644 --- a/docs/RelationshipPatch.md +++ b/docs/RelationshipPatch.md @@ -24,7 +24,7 @@ print(RelationshipPatch.to_json()) # convert the object into a dict relationship_patch_dict = relationship_patch_instance.to_dict() # create an instance of RelationshipPatch from a dict -relationship_patch_form_dict = relationship_patch.from_dict(relationship_patch_dict) +relationship_patch_from_dict = RelationshipPatch.from_dict(relationship_patch_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/Relationships.md b/docs/Relationships.md index fa769573b..557083eca 100644 --- a/docs/Relationships.md +++ b/docs/Relationships.md @@ -24,7 +24,7 @@ print(Relationships.to_json()) # convert the object into a dict relationships_dict = relationships_instance.to_dict() # create an instance of Relationships from a dict -relationships_form_dict = relationships.from_dict(relationships_dict) +relationships_from_dict = Relationships.from_dict(relationships_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/SchemaPatch.md b/docs/SchemaPatch.md index a81ac0591..c847021d3 100644 --- a/docs/SchemaPatch.md +++ b/docs/SchemaPatch.md @@ -23,7 +23,7 @@ print(SchemaPatch.to_json()) # convert the object into a dict schema_patch_dict = schema_patch_instance.to_dict() # create an instance of SchemaPatch from a dict -schema_patch_form_dict = schema_patch.from_dict(schema_patch_dict) +schema_patch_from_dict = SchemaPatch.from_dict(schema_patch_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/SelfServiceFlowExpiredError.md b/docs/SelfServiceFlowExpiredError.md index 1ee9c46ed..f47c8ccc4 100644 --- a/docs/SelfServiceFlowExpiredError.md +++ b/docs/SelfServiceFlowExpiredError.md @@ -26,7 +26,7 @@ print(SelfServiceFlowExpiredError.to_json()) # convert the object into a dict self_service_flow_expired_error_dict = self_service_flow_expired_error_instance.to_dict() # create an instance of SelfServiceFlowExpiredError from a dict -self_service_flow_expired_error_form_dict = self_service_flow_expired_error.from_dict(self_service_flow_expired_error_dict) +self_service_flow_expired_error_from_dict = SelfServiceFlowExpiredError.from_dict(self_service_flow_expired_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/Session.md b/docs/Session.md index ed1520d2e..ce04d0887 100644 --- a/docs/Session.md +++ b/docs/Session.md @@ -32,7 +32,7 @@ print(Session.to_json()) # convert the object into a dict session_dict = session_instance.to_dict() # create an instance of Session from a dict -session_form_dict = session.from_dict(session_dict) +session_from_dict = Session.from_dict(session_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/SessionActivityDatapoint.md b/docs/SessionActivityDatapoint.md index 113e8225b..f8951eb64 100644 --- a/docs/SessionActivityDatapoint.md +++ b/docs/SessionActivityDatapoint.md @@ -24,7 +24,7 @@ print(SessionActivityDatapoint.to_json()) # convert the object into a dict session_activity_datapoint_dict = session_activity_datapoint_instance.to_dict() # create an instance of SessionActivityDatapoint from a dict -session_activity_datapoint_form_dict = session_activity_datapoint.from_dict(session_activity_datapoint_dict) +session_activity_datapoint_from_dict = SessionActivityDatapoint.from_dict(session_activity_datapoint_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/SessionAuthenticationMethod.md b/docs/SessionAuthenticationMethod.md index 84c07e87d..9d4b0ff3f 100644 --- a/docs/SessionAuthenticationMethod.md +++ b/docs/SessionAuthenticationMethod.md @@ -27,7 +27,7 @@ print(SessionAuthenticationMethod.to_json()) # convert the object into a dict session_authentication_method_dict = session_authentication_method_instance.to_dict() # create an instance of SessionAuthenticationMethod from a dict -session_authentication_method_form_dict = session_authentication_method.from_dict(session_authentication_method_dict) +session_authentication_method_from_dict = SessionAuthenticationMethod.from_dict(session_authentication_method_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/SessionDevice.md b/docs/SessionDevice.md index 510ca40f4..1787801c0 100644 --- a/docs/SessionDevice.md +++ b/docs/SessionDevice.md @@ -26,7 +26,7 @@ print(SessionDevice.to_json()) # convert the object into a dict session_device_dict = session_device_instance.to_dict() # create an instance of SessionDevice from a dict -session_device_form_dict = session_device.from_dict(session_device_dict) +session_device_from_dict = SessionDevice.from_dict(session_device_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/SetActiveProjectInConsoleBody.md b/docs/SetActiveProjectInConsoleBody.md index 188a56830..dffe20fa3 100644 --- a/docs/SetActiveProjectInConsoleBody.md +++ b/docs/SetActiveProjectInConsoleBody.md @@ -23,7 +23,7 @@ print(SetActiveProjectInConsoleBody.to_json()) # convert the object into a dict set_active_project_in_console_body_dict = set_active_project_in_console_body_instance.to_dict() # create an instance of SetActiveProjectInConsoleBody from a dict -set_active_project_in_console_body_form_dict = set_active_project_in_console_body.from_dict(set_active_project_in_console_body_dict) +set_active_project_in_console_body_from_dict = SetActiveProjectInConsoleBody.from_dict(set_active_project_in_console_body_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/SetCustomDomainBody.md b/docs/SetCustomDomainBody.md index 101aaf0ed..d4efee1c3 100644 --- a/docs/SetCustomDomainBody.md +++ b/docs/SetCustomDomainBody.md @@ -27,7 +27,7 @@ print(SetCustomDomainBody.to_json()) # convert the object into a dict set_custom_domain_body_dict = set_custom_domain_body_instance.to_dict() # create an instance of SetCustomDomainBody from a dict -set_custom_domain_body_form_dict = set_custom_domain_body.from_dict(set_custom_domain_body_dict) +set_custom_domain_body_from_dict = SetCustomDomainBody.from_dict(set_custom_domain_body_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/SetEventStreamBody.md b/docs/SetEventStreamBody.md index 2dbb2624e..eb167cf29 100644 --- a/docs/SetEventStreamBody.md +++ b/docs/SetEventStreamBody.md @@ -25,7 +25,7 @@ print(SetEventStreamBody.to_json()) # convert the object into a dict set_event_stream_body_dict = set_event_stream_body_instance.to_dict() # create an instance of SetEventStreamBody from a dict -set_event_stream_body_form_dict = set_event_stream_body.from_dict(set_event_stream_body_dict) +set_event_stream_body_from_dict = SetEventStreamBody.from_dict(set_event_stream_body_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/SetProject.md b/docs/SetProject.md index e105d4ce5..7df6353a4 100644 --- a/docs/SetProject.md +++ b/docs/SetProject.md @@ -25,7 +25,7 @@ print(SetProject.to_json()) # convert the object into a dict set_project_dict = set_project_instance.to_dict() # create an instance of SetProject from a dict -set_project_form_dict = set_project.from_dict(set_project_dict) +set_project_from_dict = SetProject.from_dict(set_project_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/SetProjectBrandingThemeBody.md b/docs/SetProjectBrandingThemeBody.md index afc87969e..1156adbdb 100644 --- a/docs/SetProjectBrandingThemeBody.md +++ b/docs/SetProjectBrandingThemeBody.md @@ -27,7 +27,7 @@ print(SetProjectBrandingThemeBody.to_json()) # convert the object into a dict set_project_branding_theme_body_dict = set_project_branding_theme_body_instance.to_dict() # create an instance of SetProjectBrandingThemeBody from a dict -set_project_branding_theme_body_form_dict = set_project_branding_theme_body.from_dict(set_project_branding_theme_body_dict) +set_project_branding_theme_body_from_dict = SetProjectBrandingThemeBody.from_dict(set_project_branding_theme_body_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/SettingsFlow.md b/docs/SettingsFlow.md index 78094b267..ab79cae51 100644 --- a/docs/SettingsFlow.md +++ b/docs/SettingsFlow.md @@ -34,7 +34,7 @@ print(SettingsFlow.to_json()) # convert the object into a dict settings_flow_dict = settings_flow_instance.to_dict() # create an instance of SettingsFlow from a dict -settings_flow_form_dict = settings_flow.from_dict(settings_flow_dict) +settings_flow_from_dict = SettingsFlow.from_dict(settings_flow_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/SettingsFlowState.md b/docs/SettingsFlowState.md index ba874163d..dc1626bb6 100644 --- a/docs/SettingsFlowState.md +++ b/docs/SettingsFlowState.md @@ -2,10 +2,11 @@ show_form: No user data has been collected, or it is invalid, and thus the form should be shown. success: Indicates that the settings flow has been updated successfully with the provided data. Done will stay true when repeatedly checking. If set to true, done will revert back to false only when a flow with invalid (e.g. \"please use a valid phone number\") data was sent. -## Properties +## Enum -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- +* `SHOW_FORM` (value: `'show_form'`) + +* `SUCCESS` (value: `'success'`) [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/SourcePosition.md b/docs/SourcePosition.md index 08bb8c5d3..04e7227a7 100644 --- a/docs/SourcePosition.md +++ b/docs/SourcePosition.md @@ -23,7 +23,7 @@ print(SourcePosition.to_json()) # convert the object into a dict source_position_dict = source_position_instance.to_dict() # create an instance of SourcePosition from a dict -source_position_form_dict = source_position.from_dict(source_position_dict) +source_position_from_dict = SourcePosition.from_dict(source_position_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/SubjectSet.md b/docs/SubjectSet.md index 94099fd1f..bf5678a42 100644 --- a/docs/SubjectSet.md +++ b/docs/SubjectSet.md @@ -24,7 +24,7 @@ print(SubjectSet.to_json()) # convert the object into a dict subject_set_dict = subject_set_instance.to_dict() # create an instance of SubjectSet from a dict -subject_set_form_dict = subject_set.from_dict(subject_set_dict) +subject_set_from_dict = SubjectSet.from_dict(subject_set_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/Subscription.md b/docs/Subscription.md index 7a69b4372..7d6fb94ef 100644 --- a/docs/Subscription.md +++ b/docs/Subscription.md @@ -36,7 +36,7 @@ print(Subscription.to_json()) # convert the object into a dict subscription_dict = subscription_instance.to_dict() # create an instance of Subscription from a dict -subscription_form_dict = subscription.from_dict(subscription_dict) +subscription_from_dict = Subscription.from_dict(subscription_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/SuccessfulCodeExchangeResponse.md b/docs/SuccessfulCodeExchangeResponse.md index 4aa54cf42..16cf529b5 100644 --- a/docs/SuccessfulCodeExchangeResponse.md +++ b/docs/SuccessfulCodeExchangeResponse.md @@ -24,7 +24,7 @@ print(SuccessfulCodeExchangeResponse.to_json()) # convert the object into a dict successful_code_exchange_response_dict = successful_code_exchange_response_instance.to_dict() # create an instance of SuccessfulCodeExchangeResponse from a dict -successful_code_exchange_response_form_dict = successful_code_exchange_response.from_dict(successful_code_exchange_response_dict) +successful_code_exchange_response_from_dict = SuccessfulCodeExchangeResponse.from_dict(successful_code_exchange_response_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/SuccessfulNativeLogin.md b/docs/SuccessfulNativeLogin.md index 273d57e60..2ac4b72f2 100644 --- a/docs/SuccessfulNativeLogin.md +++ b/docs/SuccessfulNativeLogin.md @@ -25,7 +25,7 @@ print(SuccessfulNativeLogin.to_json()) # convert the object into a dict successful_native_login_dict = successful_native_login_instance.to_dict() # create an instance of SuccessfulNativeLogin from a dict -successful_native_login_form_dict = successful_native_login.from_dict(successful_native_login_dict) +successful_native_login_from_dict = SuccessfulNativeLogin.from_dict(successful_native_login_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/SuccessfulNativeRegistration.md b/docs/SuccessfulNativeRegistration.md index 4bab57170..a964fa1d2 100644 --- a/docs/SuccessfulNativeRegistration.md +++ b/docs/SuccessfulNativeRegistration.md @@ -26,7 +26,7 @@ print(SuccessfulNativeRegistration.to_json()) # convert the object into a dict successful_native_registration_dict = successful_native_registration_instance.to_dict() # create an instance of SuccessfulNativeRegistration from a dict -successful_native_registration_form_dict = successful_native_registration.from_dict(successful_native_registration_dict) +successful_native_registration_from_dict = SuccessfulNativeRegistration.from_dict(successful_native_registration_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/SuccessfulProjectUpdate.md b/docs/SuccessfulProjectUpdate.md index e9131eeca..667e4e94f 100644 --- a/docs/SuccessfulProjectUpdate.md +++ b/docs/SuccessfulProjectUpdate.md @@ -23,7 +23,7 @@ print(SuccessfulProjectUpdate.to_json()) # convert the object into a dict successful_project_update_dict = successful_project_update_instance.to_dict() # create an instance of SuccessfulProjectUpdate from a dict -successful_project_update_form_dict = successful_project_update.from_dict(successful_project_update_dict) +successful_project_update_from_dict = SuccessfulProjectUpdate.from_dict(successful_project_update_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/TaxLineItem.md b/docs/TaxLineItem.md index d399d6ad7..4309a9d5e 100644 --- a/docs/TaxLineItem.md +++ b/docs/TaxLineItem.md @@ -23,7 +23,7 @@ print(TaxLineItem.to_json()) # convert the object into a dict tax_line_item_dict = tax_line_item_instance.to_dict() # create an instance of TaxLineItem from a dict -tax_line_item_form_dict = tax_line_item.from_dict(tax_line_item_dict) +tax_line_item_from_dict = TaxLineItem.from_dict(tax_line_item_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/TimeInterval.md b/docs/TimeInterval.md index 49bd5721c..380f6509c 100644 --- a/docs/TimeInterval.md +++ b/docs/TimeInterval.md @@ -23,7 +23,7 @@ print(TimeInterval.to_json()) # convert the object into a dict time_interval_dict = time_interval_instance.to_dict() # create an instance of TimeInterval from a dict -time_interval_form_dict = time_interval.from_dict(time_interval_dict) +time_interval_from_dict = TimeInterval.from_dict(time_interval_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/TokenPagination.md b/docs/TokenPagination.md index fbf85ff6d..12c1e95c4 100644 --- a/docs/TokenPagination.md +++ b/docs/TokenPagination.md @@ -23,7 +23,7 @@ print(TokenPagination.to_json()) # convert the object into a dict token_pagination_dict = token_pagination_instance.to_dict() # create an instance of TokenPagination from a dict -token_pagination_form_dict = token_pagination.from_dict(token_pagination_dict) +token_pagination_from_dict = TokenPagination.from_dict(token_pagination_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/TokenPaginationHeaders.md b/docs/TokenPaginationHeaders.md index 62bb67e77..abbede2f2 100644 --- a/docs/TokenPaginationHeaders.md +++ b/docs/TokenPaginationHeaders.md @@ -23,7 +23,7 @@ print(TokenPaginationHeaders.to_json()) # convert the object into a dict token_pagination_headers_dict = token_pagination_headers_instance.to_dict() # create an instance of TokenPaginationHeaders from a dict -token_pagination_headers_form_dict = token_pagination_headers.from_dict(token_pagination_headers_dict) +token_pagination_headers_from_dict = TokenPaginationHeaders.from_dict(token_pagination_headers_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/TokenPaginationRequestParameters.md b/docs/TokenPaginationRequestParameters.md index 3b25960c6..240f27a30 100644 --- a/docs/TokenPaginationRequestParameters.md +++ b/docs/TokenPaginationRequestParameters.md @@ -24,7 +24,7 @@ print(TokenPaginationRequestParameters.to_json()) # convert the object into a dict token_pagination_request_parameters_dict = token_pagination_request_parameters_instance.to_dict() # create an instance of TokenPaginationRequestParameters from a dict -token_pagination_request_parameters_form_dict = token_pagination_request_parameters.from_dict(token_pagination_request_parameters_dict) +token_pagination_request_parameters_from_dict = TokenPaginationRequestParameters.from_dict(token_pagination_request_parameters_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/TokenPaginationResponseHeaders.md b/docs/TokenPaginationResponseHeaders.md index 409438b5e..559fc6165 100644 --- a/docs/TokenPaginationResponseHeaders.md +++ b/docs/TokenPaginationResponseHeaders.md @@ -24,7 +24,7 @@ print(TokenPaginationResponseHeaders.to_json()) # convert the object into a dict token_pagination_response_headers_dict = token_pagination_response_headers_instance.to_dict() # create an instance of TokenPaginationResponseHeaders from a dict -token_pagination_response_headers_form_dict = token_pagination_response_headers.from_dict(token_pagination_response_headers_dict) +token_pagination_response_headers_from_dict = TokenPaginationResponseHeaders.from_dict(token_pagination_response_headers_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/TrustOAuth2JwtGrantIssuer.md b/docs/TrustOAuth2JwtGrantIssuer.md index ab59d68c1..a7249975e 100644 --- a/docs/TrustOAuth2JwtGrantIssuer.md +++ b/docs/TrustOAuth2JwtGrantIssuer.md @@ -28,7 +28,7 @@ print(TrustOAuth2JwtGrantIssuer.to_json()) # convert the object into a dict trust_o_auth2_jwt_grant_issuer_dict = trust_o_auth2_jwt_grant_issuer_instance.to_dict() # create an instance of TrustOAuth2JwtGrantIssuer from a dict -trust_o_auth2_jwt_grant_issuer_form_dict = trust_o_auth2_jwt_grant_issuer.from_dict(trust_o_auth2_jwt_grant_issuer_dict) +trust_o_auth2_jwt_grant_issuer_from_dict = TrustOAuth2JwtGrantIssuer.from_dict(trust_o_auth2_jwt_grant_issuer_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/TrustedOAuth2JwtGrantIssuer.md b/docs/TrustedOAuth2JwtGrantIssuer.md index 2af71b5f9..6e9195ca3 100644 --- a/docs/TrustedOAuth2JwtGrantIssuer.md +++ b/docs/TrustedOAuth2JwtGrantIssuer.md @@ -30,7 +30,7 @@ print(TrustedOAuth2JwtGrantIssuer.to_json()) # convert the object into a dict trusted_o_auth2_jwt_grant_issuer_dict = trusted_o_auth2_jwt_grant_issuer_instance.to_dict() # create an instance of TrustedOAuth2JwtGrantIssuer from a dict -trusted_o_auth2_jwt_grant_issuer_form_dict = trusted_o_auth2_jwt_grant_issuer.from_dict(trusted_o_auth2_jwt_grant_issuer_dict) +trusted_o_auth2_jwt_grant_issuer_from_dict = TrustedOAuth2JwtGrantIssuer.from_dict(trusted_o_auth2_jwt_grant_issuer_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/TrustedOAuth2JwtGrantJsonWebKey.md b/docs/TrustedOAuth2JwtGrantJsonWebKey.md index 32d734f97..5ab102cb0 100644 --- a/docs/TrustedOAuth2JwtGrantJsonWebKey.md +++ b/docs/TrustedOAuth2JwtGrantJsonWebKey.md @@ -24,7 +24,7 @@ print(TrustedOAuth2JwtGrantJsonWebKey.to_json()) # convert the object into a dict trusted_o_auth2_jwt_grant_json_web_key_dict = trusted_o_auth2_jwt_grant_json_web_key_instance.to_dict() # create an instance of TrustedOAuth2JwtGrantJsonWebKey from a dict -trusted_o_auth2_jwt_grant_json_web_key_form_dict = trusted_o_auth2_jwt_grant_json_web_key.from_dict(trusted_o_auth2_jwt_grant_json_web_key_dict) +trusted_o_auth2_jwt_grant_json_web_key_from_dict = TrustedOAuth2JwtGrantJsonWebKey.from_dict(trusted_o_auth2_jwt_grant_json_web_key_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UiContainer.md b/docs/UiContainer.md index 2c88f923b..0cceb5fc2 100644 --- a/docs/UiContainer.md +++ b/docs/UiContainer.md @@ -26,7 +26,7 @@ print(UiContainer.to_json()) # convert the object into a dict ui_container_dict = ui_container_instance.to_dict() # create an instance of UiContainer from a dict -ui_container_form_dict = ui_container.from_dict(ui_container_dict) +ui_container_from_dict = UiContainer.from_dict(ui_container_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UiNode.md b/docs/UiNode.md index ef3f8abf5..236cd2d1d 100644 --- a/docs/UiNode.md +++ b/docs/UiNode.md @@ -27,7 +27,7 @@ print(UiNode.to_json()) # convert the object into a dict ui_node_dict = ui_node_instance.to_dict() # create an instance of UiNode from a dict -ui_node_form_dict = ui_node.from_dict(ui_node_dict) +ui_node_from_dict = UiNode.from_dict(ui_node_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UiNodeAnchorAttributes.md b/docs/UiNodeAnchorAttributes.md index 6c4e54c3d..961674628 100644 --- a/docs/UiNodeAnchorAttributes.md +++ b/docs/UiNodeAnchorAttributes.md @@ -25,7 +25,7 @@ print(UiNodeAnchorAttributes.to_json()) # convert the object into a dict ui_node_anchor_attributes_dict = ui_node_anchor_attributes_instance.to_dict() # create an instance of UiNodeAnchorAttributes from a dict -ui_node_anchor_attributes_form_dict = ui_node_anchor_attributes.from_dict(ui_node_anchor_attributes_dict) +ui_node_anchor_attributes_from_dict = UiNodeAnchorAttributes.from_dict(ui_node_anchor_attributes_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UiNodeAttributes.md b/docs/UiNodeAttributes.md index 3ec4c6be4..c98523315 100644 --- a/docs/UiNodeAttributes.md +++ b/docs/UiNodeAttributes.md @@ -44,7 +44,7 @@ print(UiNodeAttributes.to_json()) # convert the object into a dict ui_node_attributes_dict = ui_node_attributes_instance.to_dict() # create an instance of UiNodeAttributes from a dict -ui_node_attributes_form_dict = ui_node_attributes.from_dict(ui_node_attributes_dict) +ui_node_attributes_from_dict = UiNodeAttributes.from_dict(ui_node_attributes_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UiNodeImageAttributes.md b/docs/UiNodeImageAttributes.md index 5556b4e27..bce531a07 100644 --- a/docs/UiNodeImageAttributes.md +++ b/docs/UiNodeImageAttributes.md @@ -26,7 +26,7 @@ print(UiNodeImageAttributes.to_json()) # convert the object into a dict ui_node_image_attributes_dict = ui_node_image_attributes_instance.to_dict() # create an instance of UiNodeImageAttributes from a dict -ui_node_image_attributes_form_dict = ui_node_image_attributes.from_dict(ui_node_image_attributes_dict) +ui_node_image_attributes_from_dict = UiNodeImageAttributes.from_dict(ui_node_image_attributes_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UiNodeInputAttributes.md b/docs/UiNodeInputAttributes.md index 2c152270b..3b92d7730 100644 --- a/docs/UiNodeInputAttributes.md +++ b/docs/UiNodeInputAttributes.md @@ -33,7 +33,7 @@ print(UiNodeInputAttributes.to_json()) # convert the object into a dict ui_node_input_attributes_dict = ui_node_input_attributes_instance.to_dict() # create an instance of UiNodeInputAttributes from a dict -ui_node_input_attributes_form_dict = ui_node_input_attributes.from_dict(ui_node_input_attributes_dict) +ui_node_input_attributes_from_dict = UiNodeInputAttributes.from_dict(ui_node_input_attributes_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UiNodeMeta.md b/docs/UiNodeMeta.md index 105881a49..9807a7887 100644 --- a/docs/UiNodeMeta.md +++ b/docs/UiNodeMeta.md @@ -23,7 +23,7 @@ print(UiNodeMeta.to_json()) # convert the object into a dict ui_node_meta_dict = ui_node_meta_instance.to_dict() # create an instance of UiNodeMeta from a dict -ui_node_meta_form_dict = ui_node_meta.from_dict(ui_node_meta_dict) +ui_node_meta_from_dict = UiNodeMeta.from_dict(ui_node_meta_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UiNodeScriptAttributes.md b/docs/UiNodeScriptAttributes.md index 979a0d64b..ed99739cc 100644 --- a/docs/UiNodeScriptAttributes.md +++ b/docs/UiNodeScriptAttributes.md @@ -30,7 +30,7 @@ print(UiNodeScriptAttributes.to_json()) # convert the object into a dict ui_node_script_attributes_dict = ui_node_script_attributes_instance.to_dict() # create an instance of UiNodeScriptAttributes from a dict -ui_node_script_attributes_form_dict = ui_node_script_attributes.from_dict(ui_node_script_attributes_dict) +ui_node_script_attributes_from_dict = UiNodeScriptAttributes.from_dict(ui_node_script_attributes_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UiNodeTextAttributes.md b/docs/UiNodeTextAttributes.md index c7f95301e..223d7a9bf 100644 --- a/docs/UiNodeTextAttributes.md +++ b/docs/UiNodeTextAttributes.md @@ -24,7 +24,7 @@ print(UiNodeTextAttributes.to_json()) # convert the object into a dict ui_node_text_attributes_dict = ui_node_text_attributes_instance.to_dict() # create an instance of UiNodeTextAttributes from a dict -ui_node_text_attributes_form_dict = ui_node_text_attributes.from_dict(ui_node_text_attributes_dict) +ui_node_text_attributes_from_dict = UiNodeTextAttributes.from_dict(ui_node_text_attributes_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UiText.md b/docs/UiText.md index 4f029df9e..0a5e1b199 100644 --- a/docs/UiText.md +++ b/docs/UiText.md @@ -25,7 +25,7 @@ print(UiText.to_json()) # convert the object into a dict ui_text_dict = ui_text_instance.to_dict() # create an instance of UiText from a dict -ui_text_form_dict = ui_text.from_dict(ui_text_dict) +ui_text_from_dict = UiText.from_dict(ui_text_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UpdateIdentityBody.md b/docs/UpdateIdentityBody.md index d951b0187..f384ec1e9 100644 --- a/docs/UpdateIdentityBody.md +++ b/docs/UpdateIdentityBody.md @@ -28,7 +28,7 @@ print(UpdateIdentityBody.to_json()) # convert the object into a dict update_identity_body_dict = update_identity_body_instance.to_dict() # create an instance of UpdateIdentityBody from a dict -update_identity_body_form_dict = update_identity_body.from_dict(update_identity_body_dict) +update_identity_body_from_dict = UpdateIdentityBody.from_dict(update_identity_body_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UpdateLoginFlowBody.md b/docs/UpdateLoginFlowBody.md index 8f449b4a8..841db106c 100644 --- a/docs/UpdateLoginFlowBody.md +++ b/docs/UpdateLoginFlowBody.md @@ -38,7 +38,7 @@ print(UpdateLoginFlowBody.to_json()) # convert the object into a dict update_login_flow_body_dict = update_login_flow_body_instance.to_dict() # create an instance of UpdateLoginFlowBody from a dict -update_login_flow_body_form_dict = update_login_flow_body.from_dict(update_login_flow_body_dict) +update_login_flow_body_from_dict = UpdateLoginFlowBody.from_dict(update_login_flow_body_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UpdateLoginFlowWithCodeMethod.md b/docs/UpdateLoginFlowWithCodeMethod.md index ea73037fa..770ac0446 100644 --- a/docs/UpdateLoginFlowWithCodeMethod.md +++ b/docs/UpdateLoginFlowWithCodeMethod.md @@ -28,7 +28,7 @@ print(UpdateLoginFlowWithCodeMethod.to_json()) # convert the object into a dict update_login_flow_with_code_method_dict = update_login_flow_with_code_method_instance.to_dict() # create an instance of UpdateLoginFlowWithCodeMethod from a dict -update_login_flow_with_code_method_form_dict = update_login_flow_with_code_method.from_dict(update_login_flow_with_code_method_dict) +update_login_flow_with_code_method_from_dict = UpdateLoginFlowWithCodeMethod.from_dict(update_login_flow_with_code_method_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UpdateLoginFlowWithLookupSecretMethod.md b/docs/UpdateLoginFlowWithLookupSecretMethod.md index d8fc7ac40..af16d0e87 100644 --- a/docs/UpdateLoginFlowWithLookupSecretMethod.md +++ b/docs/UpdateLoginFlowWithLookupSecretMethod.md @@ -25,7 +25,7 @@ print(UpdateLoginFlowWithLookupSecretMethod.to_json()) # convert the object into a dict update_login_flow_with_lookup_secret_method_dict = update_login_flow_with_lookup_secret_method_instance.to_dict() # create an instance of UpdateLoginFlowWithLookupSecretMethod from a dict -update_login_flow_with_lookup_secret_method_form_dict = update_login_flow_with_lookup_secret_method.from_dict(update_login_flow_with_lookup_secret_method_dict) +update_login_flow_with_lookup_secret_method_from_dict = UpdateLoginFlowWithLookupSecretMethod.from_dict(update_login_flow_with_lookup_secret_method_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UpdateLoginFlowWithOidcMethod.md b/docs/UpdateLoginFlowWithOidcMethod.md index 91b96dd6a..74dfda295 100644 --- a/docs/UpdateLoginFlowWithOidcMethod.md +++ b/docs/UpdateLoginFlowWithOidcMethod.md @@ -30,7 +30,7 @@ print(UpdateLoginFlowWithOidcMethod.to_json()) # convert the object into a dict update_login_flow_with_oidc_method_dict = update_login_flow_with_oidc_method_instance.to_dict() # create an instance of UpdateLoginFlowWithOidcMethod from a dict -update_login_flow_with_oidc_method_form_dict = update_login_flow_with_oidc_method.from_dict(update_login_flow_with_oidc_method_dict) +update_login_flow_with_oidc_method_from_dict = UpdateLoginFlowWithOidcMethod.from_dict(update_login_flow_with_oidc_method_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UpdateLoginFlowWithPasskeyMethod.md b/docs/UpdateLoginFlowWithPasskeyMethod.md index 31a2e77f1..7813bf40b 100644 --- a/docs/UpdateLoginFlowWithPasskeyMethod.md +++ b/docs/UpdateLoginFlowWithPasskeyMethod.md @@ -25,7 +25,7 @@ print(UpdateLoginFlowWithPasskeyMethod.to_json()) # convert the object into a dict update_login_flow_with_passkey_method_dict = update_login_flow_with_passkey_method_instance.to_dict() # create an instance of UpdateLoginFlowWithPasskeyMethod from a dict -update_login_flow_with_passkey_method_form_dict = update_login_flow_with_passkey_method.from_dict(update_login_flow_with_passkey_method_dict) +update_login_flow_with_passkey_method_from_dict = UpdateLoginFlowWithPasskeyMethod.from_dict(update_login_flow_with_passkey_method_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UpdateLoginFlowWithPasswordMethod.md b/docs/UpdateLoginFlowWithPasswordMethod.md index 3a85aa71b..e2a008d3b 100644 --- a/docs/UpdateLoginFlowWithPasswordMethod.md +++ b/docs/UpdateLoginFlowWithPasswordMethod.md @@ -28,7 +28,7 @@ print(UpdateLoginFlowWithPasswordMethod.to_json()) # convert the object into a dict update_login_flow_with_password_method_dict = update_login_flow_with_password_method_instance.to_dict() # create an instance of UpdateLoginFlowWithPasswordMethod from a dict -update_login_flow_with_password_method_form_dict = update_login_flow_with_password_method.from_dict(update_login_flow_with_password_method_dict) +update_login_flow_with_password_method_from_dict = UpdateLoginFlowWithPasswordMethod.from_dict(update_login_flow_with_password_method_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UpdateLoginFlowWithTotpMethod.md b/docs/UpdateLoginFlowWithTotpMethod.md index e716e932b..9cd7cdfee 100644 --- a/docs/UpdateLoginFlowWithTotpMethod.md +++ b/docs/UpdateLoginFlowWithTotpMethod.md @@ -26,7 +26,7 @@ print(UpdateLoginFlowWithTotpMethod.to_json()) # convert the object into a dict update_login_flow_with_totp_method_dict = update_login_flow_with_totp_method_instance.to_dict() # create an instance of UpdateLoginFlowWithTotpMethod from a dict -update_login_flow_with_totp_method_form_dict = update_login_flow_with_totp_method.from_dict(update_login_flow_with_totp_method_dict) +update_login_flow_with_totp_method_from_dict = UpdateLoginFlowWithTotpMethod.from_dict(update_login_flow_with_totp_method_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UpdateLoginFlowWithWebAuthnMethod.md b/docs/UpdateLoginFlowWithWebAuthnMethod.md index f614ea6b8..07c781d9d 100644 --- a/docs/UpdateLoginFlowWithWebAuthnMethod.md +++ b/docs/UpdateLoginFlowWithWebAuthnMethod.md @@ -27,7 +27,7 @@ print(UpdateLoginFlowWithWebAuthnMethod.to_json()) # convert the object into a dict update_login_flow_with_web_authn_method_dict = update_login_flow_with_web_authn_method_instance.to_dict() # create an instance of UpdateLoginFlowWithWebAuthnMethod from a dict -update_login_flow_with_web_authn_method_form_dict = update_login_flow_with_web_authn_method.from_dict(update_login_flow_with_web_authn_method_dict) +update_login_flow_with_web_authn_method_from_dict = UpdateLoginFlowWithWebAuthnMethod.from_dict(update_login_flow_with_web_authn_method_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UpdateRecoveryFlowBody.md b/docs/UpdateRecoveryFlowBody.md index 075ce8e8f..0d99077e4 100644 --- a/docs/UpdateRecoveryFlowBody.md +++ b/docs/UpdateRecoveryFlowBody.md @@ -27,7 +27,7 @@ print(UpdateRecoveryFlowBody.to_json()) # convert the object into a dict update_recovery_flow_body_dict = update_recovery_flow_body_instance.to_dict() # create an instance of UpdateRecoveryFlowBody from a dict -update_recovery_flow_body_form_dict = update_recovery_flow_body.from_dict(update_recovery_flow_body_dict) +update_recovery_flow_body_from_dict = UpdateRecoveryFlowBody.from_dict(update_recovery_flow_body_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UpdateRecoveryFlowWithCodeMethod.md b/docs/UpdateRecoveryFlowWithCodeMethod.md index ec5ce5d41..32bfc00e4 100644 --- a/docs/UpdateRecoveryFlowWithCodeMethod.md +++ b/docs/UpdateRecoveryFlowWithCodeMethod.md @@ -27,7 +27,7 @@ print(UpdateRecoveryFlowWithCodeMethod.to_json()) # convert the object into a dict update_recovery_flow_with_code_method_dict = update_recovery_flow_with_code_method_instance.to_dict() # create an instance of UpdateRecoveryFlowWithCodeMethod from a dict -update_recovery_flow_with_code_method_form_dict = update_recovery_flow_with_code_method.from_dict(update_recovery_flow_with_code_method_dict) +update_recovery_flow_with_code_method_from_dict = UpdateRecoveryFlowWithCodeMethod.from_dict(update_recovery_flow_with_code_method_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UpdateRecoveryFlowWithLinkMethod.md b/docs/UpdateRecoveryFlowWithLinkMethod.md index 7f79d77a6..bb8bf5d2e 100644 --- a/docs/UpdateRecoveryFlowWithLinkMethod.md +++ b/docs/UpdateRecoveryFlowWithLinkMethod.md @@ -26,7 +26,7 @@ print(UpdateRecoveryFlowWithLinkMethod.to_json()) # convert the object into a dict update_recovery_flow_with_link_method_dict = update_recovery_flow_with_link_method_instance.to_dict() # create an instance of UpdateRecoveryFlowWithLinkMethod from a dict -update_recovery_flow_with_link_method_form_dict = update_recovery_flow_with_link_method.from_dict(update_recovery_flow_with_link_method_dict) +update_recovery_flow_with_link_method_from_dict = UpdateRecoveryFlowWithLinkMethod.from_dict(update_recovery_flow_with_link_method_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UpdateRegistrationFlowBody.md b/docs/UpdateRegistrationFlowBody.md index 2bcfb80cc..384444016 100644 --- a/docs/UpdateRegistrationFlowBody.md +++ b/docs/UpdateRegistrationFlowBody.md @@ -36,7 +36,7 @@ print(UpdateRegistrationFlowBody.to_json()) # convert the object into a dict update_registration_flow_body_dict = update_registration_flow_body_instance.to_dict() # create an instance of UpdateRegistrationFlowBody from a dict -update_registration_flow_body_form_dict = update_registration_flow_body.from_dict(update_registration_flow_body_dict) +update_registration_flow_body_from_dict = UpdateRegistrationFlowBody.from_dict(update_registration_flow_body_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UpdateRegistrationFlowWithCodeMethod.md b/docs/UpdateRegistrationFlowWithCodeMethod.md index 44695722c..c80851bcd 100644 --- a/docs/UpdateRegistrationFlowWithCodeMethod.md +++ b/docs/UpdateRegistrationFlowWithCodeMethod.md @@ -28,7 +28,7 @@ print(UpdateRegistrationFlowWithCodeMethod.to_json()) # convert the object into a dict update_registration_flow_with_code_method_dict = update_registration_flow_with_code_method_instance.to_dict() # create an instance of UpdateRegistrationFlowWithCodeMethod from a dict -update_registration_flow_with_code_method_form_dict = update_registration_flow_with_code_method.from_dict(update_registration_flow_with_code_method_dict) +update_registration_flow_with_code_method_from_dict = UpdateRegistrationFlowWithCodeMethod.from_dict(update_registration_flow_with_code_method_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UpdateRegistrationFlowWithOidcMethod.md b/docs/UpdateRegistrationFlowWithOidcMethod.md index 6ab83f169..32dcd6438 100644 --- a/docs/UpdateRegistrationFlowWithOidcMethod.md +++ b/docs/UpdateRegistrationFlowWithOidcMethod.md @@ -30,7 +30,7 @@ print(UpdateRegistrationFlowWithOidcMethod.to_json()) # convert the object into a dict update_registration_flow_with_oidc_method_dict = update_registration_flow_with_oidc_method_instance.to_dict() # create an instance of UpdateRegistrationFlowWithOidcMethod from a dict -update_registration_flow_with_oidc_method_form_dict = update_registration_flow_with_oidc_method.from_dict(update_registration_flow_with_oidc_method_dict) +update_registration_flow_with_oidc_method_from_dict = UpdateRegistrationFlowWithOidcMethod.from_dict(update_registration_flow_with_oidc_method_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UpdateRegistrationFlowWithPasskeyMethod.md b/docs/UpdateRegistrationFlowWithPasskeyMethod.md index b8f645391..168f26286 100644 --- a/docs/UpdateRegistrationFlowWithPasskeyMethod.md +++ b/docs/UpdateRegistrationFlowWithPasskeyMethod.md @@ -27,7 +27,7 @@ print(UpdateRegistrationFlowWithPasskeyMethod.to_json()) # convert the object into a dict update_registration_flow_with_passkey_method_dict = update_registration_flow_with_passkey_method_instance.to_dict() # create an instance of UpdateRegistrationFlowWithPasskeyMethod from a dict -update_registration_flow_with_passkey_method_form_dict = update_registration_flow_with_passkey_method.from_dict(update_registration_flow_with_passkey_method_dict) +update_registration_flow_with_passkey_method_from_dict = UpdateRegistrationFlowWithPasskeyMethod.from_dict(update_registration_flow_with_passkey_method_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UpdateRegistrationFlowWithPasswordMethod.md b/docs/UpdateRegistrationFlowWithPasswordMethod.md index 1118ada80..456283077 100644 --- a/docs/UpdateRegistrationFlowWithPasswordMethod.md +++ b/docs/UpdateRegistrationFlowWithPasswordMethod.md @@ -27,7 +27,7 @@ print(UpdateRegistrationFlowWithPasswordMethod.to_json()) # convert the object into a dict update_registration_flow_with_password_method_dict = update_registration_flow_with_password_method_instance.to_dict() # create an instance of UpdateRegistrationFlowWithPasswordMethod from a dict -update_registration_flow_with_password_method_form_dict = update_registration_flow_with_password_method.from_dict(update_registration_flow_with_password_method_dict) +update_registration_flow_with_password_method_from_dict = UpdateRegistrationFlowWithPasswordMethod.from_dict(update_registration_flow_with_password_method_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UpdateRegistrationFlowWithProfileMethod.md b/docs/UpdateRegistrationFlowWithProfileMethod.md index 768cf3514..7a593bf7a 100644 --- a/docs/UpdateRegistrationFlowWithProfileMethod.md +++ b/docs/UpdateRegistrationFlowWithProfileMethod.md @@ -27,7 +27,7 @@ print(UpdateRegistrationFlowWithProfileMethod.to_json()) # convert the object into a dict update_registration_flow_with_profile_method_dict = update_registration_flow_with_profile_method_instance.to_dict() # create an instance of UpdateRegistrationFlowWithProfileMethod from a dict -update_registration_flow_with_profile_method_form_dict = update_registration_flow_with_profile_method.from_dict(update_registration_flow_with_profile_method_dict) +update_registration_flow_with_profile_method_from_dict = UpdateRegistrationFlowWithProfileMethod.from_dict(update_registration_flow_with_profile_method_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UpdateRegistrationFlowWithWebAuthnMethod.md b/docs/UpdateRegistrationFlowWithWebAuthnMethod.md index 1ebf4306c..64a5f3393 100644 --- a/docs/UpdateRegistrationFlowWithWebAuthnMethod.md +++ b/docs/UpdateRegistrationFlowWithWebAuthnMethod.md @@ -28,7 +28,7 @@ print(UpdateRegistrationFlowWithWebAuthnMethod.to_json()) # convert the object into a dict update_registration_flow_with_web_authn_method_dict = update_registration_flow_with_web_authn_method_instance.to_dict() # create an instance of UpdateRegistrationFlowWithWebAuthnMethod from a dict -update_registration_flow_with_web_authn_method_form_dict = update_registration_flow_with_web_authn_method.from_dict(update_registration_flow_with_web_authn_method_dict) +update_registration_flow_with_web_authn_method_from_dict = UpdateRegistrationFlowWithWebAuthnMethod.from_dict(update_registration_flow_with_web_authn_method_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UpdateSettingsFlowBody.md b/docs/UpdateSettingsFlowBody.md index 3af1ad08d..94f525d68 100644 --- a/docs/UpdateSettingsFlowBody.md +++ b/docs/UpdateSettingsFlowBody.md @@ -42,7 +42,7 @@ print(UpdateSettingsFlowBody.to_json()) # convert the object into a dict update_settings_flow_body_dict = update_settings_flow_body_instance.to_dict() # create an instance of UpdateSettingsFlowBody from a dict -update_settings_flow_body_form_dict = update_settings_flow_body.from_dict(update_settings_flow_body_dict) +update_settings_flow_body_from_dict = UpdateSettingsFlowBody.from_dict(update_settings_flow_body_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UpdateSettingsFlowWithLookupMethod.md b/docs/UpdateSettingsFlowWithLookupMethod.md index 6115c46fe..3f98c369a 100644 --- a/docs/UpdateSettingsFlowWithLookupMethod.md +++ b/docs/UpdateSettingsFlowWithLookupMethod.md @@ -29,7 +29,7 @@ print(UpdateSettingsFlowWithLookupMethod.to_json()) # convert the object into a dict update_settings_flow_with_lookup_method_dict = update_settings_flow_with_lookup_method_instance.to_dict() # create an instance of UpdateSettingsFlowWithLookupMethod from a dict -update_settings_flow_with_lookup_method_form_dict = update_settings_flow_with_lookup_method.from_dict(update_settings_flow_with_lookup_method_dict) +update_settings_flow_with_lookup_method_from_dict = UpdateSettingsFlowWithLookupMethod.from_dict(update_settings_flow_with_lookup_method_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UpdateSettingsFlowWithOidcMethod.md b/docs/UpdateSettingsFlowWithOidcMethod.md index 0c4e5ed34..fa6424122 100644 --- a/docs/UpdateSettingsFlowWithOidcMethod.md +++ b/docs/UpdateSettingsFlowWithOidcMethod.md @@ -29,7 +29,7 @@ print(UpdateSettingsFlowWithOidcMethod.to_json()) # convert the object into a dict update_settings_flow_with_oidc_method_dict = update_settings_flow_with_oidc_method_instance.to_dict() # create an instance of UpdateSettingsFlowWithOidcMethod from a dict -update_settings_flow_with_oidc_method_form_dict = update_settings_flow_with_oidc_method.from_dict(update_settings_flow_with_oidc_method_dict) +update_settings_flow_with_oidc_method_from_dict = UpdateSettingsFlowWithOidcMethod.from_dict(update_settings_flow_with_oidc_method_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UpdateSettingsFlowWithPasskeyMethod.md b/docs/UpdateSettingsFlowWithPasskeyMethod.md index 2ef430ba8..3bc76096b 100644 --- a/docs/UpdateSettingsFlowWithPasskeyMethod.md +++ b/docs/UpdateSettingsFlowWithPasskeyMethod.md @@ -26,7 +26,7 @@ print(UpdateSettingsFlowWithPasskeyMethod.to_json()) # convert the object into a dict update_settings_flow_with_passkey_method_dict = update_settings_flow_with_passkey_method_instance.to_dict() # create an instance of UpdateSettingsFlowWithPasskeyMethod from a dict -update_settings_flow_with_passkey_method_form_dict = update_settings_flow_with_passkey_method.from_dict(update_settings_flow_with_passkey_method_dict) +update_settings_flow_with_passkey_method_from_dict = UpdateSettingsFlowWithPasskeyMethod.from_dict(update_settings_flow_with_passkey_method_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UpdateSettingsFlowWithPasswordMethod.md b/docs/UpdateSettingsFlowWithPasswordMethod.md index 4f4f8432b..0ef1f4634 100644 --- a/docs/UpdateSettingsFlowWithPasswordMethod.md +++ b/docs/UpdateSettingsFlowWithPasswordMethod.md @@ -26,7 +26,7 @@ print(UpdateSettingsFlowWithPasswordMethod.to_json()) # convert the object into a dict update_settings_flow_with_password_method_dict = update_settings_flow_with_password_method_instance.to_dict() # create an instance of UpdateSettingsFlowWithPasswordMethod from a dict -update_settings_flow_with_password_method_form_dict = update_settings_flow_with_password_method.from_dict(update_settings_flow_with_password_method_dict) +update_settings_flow_with_password_method_from_dict = UpdateSettingsFlowWithPasswordMethod.from_dict(update_settings_flow_with_password_method_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UpdateSettingsFlowWithProfileMethod.md b/docs/UpdateSettingsFlowWithProfileMethod.md index 5ef1a41de..272b493de 100644 --- a/docs/UpdateSettingsFlowWithProfileMethod.md +++ b/docs/UpdateSettingsFlowWithProfileMethod.md @@ -26,7 +26,7 @@ print(UpdateSettingsFlowWithProfileMethod.to_json()) # convert the object into a dict update_settings_flow_with_profile_method_dict = update_settings_flow_with_profile_method_instance.to_dict() # create an instance of UpdateSettingsFlowWithProfileMethod from a dict -update_settings_flow_with_profile_method_form_dict = update_settings_flow_with_profile_method.from_dict(update_settings_flow_with_profile_method_dict) +update_settings_flow_with_profile_method_from_dict = UpdateSettingsFlowWithProfileMethod.from_dict(update_settings_flow_with_profile_method_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UpdateSettingsFlowWithTotpMethod.md b/docs/UpdateSettingsFlowWithTotpMethod.md index ece3d0a38..a0635d342 100644 --- a/docs/UpdateSettingsFlowWithTotpMethod.md +++ b/docs/UpdateSettingsFlowWithTotpMethod.md @@ -27,7 +27,7 @@ print(UpdateSettingsFlowWithTotpMethod.to_json()) # convert the object into a dict update_settings_flow_with_totp_method_dict = update_settings_flow_with_totp_method_instance.to_dict() # create an instance of UpdateSettingsFlowWithTotpMethod from a dict -update_settings_flow_with_totp_method_form_dict = update_settings_flow_with_totp_method.from_dict(update_settings_flow_with_totp_method_dict) +update_settings_flow_with_totp_method_from_dict = UpdateSettingsFlowWithTotpMethod.from_dict(update_settings_flow_with_totp_method_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UpdateSettingsFlowWithWebAuthnMethod.md b/docs/UpdateSettingsFlowWithWebAuthnMethod.md index 1d10f6a6a..48d770d4b 100644 --- a/docs/UpdateSettingsFlowWithWebAuthnMethod.md +++ b/docs/UpdateSettingsFlowWithWebAuthnMethod.md @@ -28,7 +28,7 @@ print(UpdateSettingsFlowWithWebAuthnMethod.to_json()) # convert the object into a dict update_settings_flow_with_web_authn_method_dict = update_settings_flow_with_web_authn_method_instance.to_dict() # create an instance of UpdateSettingsFlowWithWebAuthnMethod from a dict -update_settings_flow_with_web_authn_method_form_dict = update_settings_flow_with_web_authn_method.from_dict(update_settings_flow_with_web_authn_method_dict) +update_settings_flow_with_web_authn_method_from_dict = UpdateSettingsFlowWithWebAuthnMethod.from_dict(update_settings_flow_with_web_authn_method_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UpdateSubscriptionBody.md b/docs/UpdateSubscriptionBody.md index c6eafc99c..3768df4cb 100644 --- a/docs/UpdateSubscriptionBody.md +++ b/docs/UpdateSubscriptionBody.md @@ -24,7 +24,7 @@ print(UpdateSubscriptionBody.to_json()) # convert the object into a dict update_subscription_body_dict = update_subscription_body_instance.to_dict() # create an instance of UpdateSubscriptionBody from a dict -update_subscription_body_form_dict = update_subscription_body.from_dict(update_subscription_body_dict) +update_subscription_body_from_dict = UpdateSubscriptionBody.from_dict(update_subscription_body_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UpdateVerificationFlowBody.md b/docs/UpdateVerificationFlowBody.md index f0683b3df..d0d44a4bc 100644 --- a/docs/UpdateVerificationFlowBody.md +++ b/docs/UpdateVerificationFlowBody.md @@ -27,7 +27,7 @@ print(UpdateVerificationFlowBody.to_json()) # convert the object into a dict update_verification_flow_body_dict = update_verification_flow_body_instance.to_dict() # create an instance of UpdateVerificationFlowBody from a dict -update_verification_flow_body_form_dict = update_verification_flow_body.from_dict(update_verification_flow_body_dict) +update_verification_flow_body_from_dict = UpdateVerificationFlowBody.from_dict(update_verification_flow_body_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UpdateVerificationFlowWithCodeMethod.md b/docs/UpdateVerificationFlowWithCodeMethod.md index 14cb1cb47..df398a8e7 100644 --- a/docs/UpdateVerificationFlowWithCodeMethod.md +++ b/docs/UpdateVerificationFlowWithCodeMethod.md @@ -26,7 +26,7 @@ print(UpdateVerificationFlowWithCodeMethod.to_json()) # convert the object into a dict update_verification_flow_with_code_method_dict = update_verification_flow_with_code_method_instance.to_dict() # create an instance of UpdateVerificationFlowWithCodeMethod from a dict -update_verification_flow_with_code_method_form_dict = update_verification_flow_with_code_method.from_dict(update_verification_flow_with_code_method_dict) +update_verification_flow_with_code_method_from_dict = UpdateVerificationFlowWithCodeMethod.from_dict(update_verification_flow_with_code_method_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UpdateVerificationFlowWithLinkMethod.md b/docs/UpdateVerificationFlowWithLinkMethod.md index 0f2560ecb..30bf07fd6 100644 --- a/docs/UpdateVerificationFlowWithLinkMethod.md +++ b/docs/UpdateVerificationFlowWithLinkMethod.md @@ -26,7 +26,7 @@ print(UpdateVerificationFlowWithLinkMethod.to_json()) # convert the object into a dict update_verification_flow_with_link_method_dict = update_verification_flow_with_link_method_instance.to_dict() # create an instance of UpdateVerificationFlowWithLinkMethod from a dict -update_verification_flow_with_link_method_form_dict = update_verification_flow_with_link_method.from_dict(update_verification_flow_with_link_method_dict) +update_verification_flow_with_link_method_from_dict = UpdateVerificationFlowWithLinkMethod.from_dict(update_verification_flow_with_link_method_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UpdateWorkspaceBody.md b/docs/UpdateWorkspaceBody.md index aa769f01f..24a3b0f4a 100644 --- a/docs/UpdateWorkspaceBody.md +++ b/docs/UpdateWorkspaceBody.md @@ -22,7 +22,7 @@ print(UpdateWorkspaceBody.to_json()) # convert the object into a dict update_workspace_body_dict = update_workspace_body_instance.to_dict() # create an instance of UpdateWorkspaceBody from a dict -update_workspace_body_form_dict = update_workspace_body.from_dict(update_workspace_body_dict) +update_workspace_body_from_dict = UpdateWorkspaceBody.from_dict(update_workspace_body_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/Usage.md b/docs/Usage.md index 2fc25090f..b65e387ff 100644 --- a/docs/Usage.md +++ b/docs/Usage.md @@ -22,7 +22,7 @@ print(Usage.to_json()) # convert the object into a dict usage_dict = usage_instance.to_dict() # create an instance of Usage from a dict -usage_form_dict = usage.from_dict(usage_dict) +usage_from_dict = Usage.from_dict(usage_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/VerifiableCredentialPrimingResponse.md b/docs/VerifiableCredentialPrimingResponse.md index 4e0852fc9..435135d8e 100644 --- a/docs/VerifiableCredentialPrimingResponse.md +++ b/docs/VerifiableCredentialPrimingResponse.md @@ -29,7 +29,7 @@ print(VerifiableCredentialPrimingResponse.to_json()) # convert the object into a dict verifiable_credential_priming_response_dict = verifiable_credential_priming_response_instance.to_dict() # create an instance of VerifiableCredentialPrimingResponse from a dict -verifiable_credential_priming_response_form_dict = verifiable_credential_priming_response.from_dict(verifiable_credential_priming_response_dict) +verifiable_credential_priming_response_from_dict = VerifiableCredentialPrimingResponse.from_dict(verifiable_credential_priming_response_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/VerifiableCredentialProof.md b/docs/VerifiableCredentialProof.md index 026da7b70..9e9507b14 100644 --- a/docs/VerifiableCredentialProof.md +++ b/docs/VerifiableCredentialProof.md @@ -23,7 +23,7 @@ print(VerifiableCredentialProof.to_json()) # convert the object into a dict verifiable_credential_proof_dict = verifiable_credential_proof_instance.to_dict() # create an instance of VerifiableCredentialProof from a dict -verifiable_credential_proof_form_dict = verifiable_credential_proof.from_dict(verifiable_credential_proof_dict) +verifiable_credential_proof_from_dict = VerifiableCredentialProof.from_dict(verifiable_credential_proof_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/VerifiableCredentialResponse.md b/docs/VerifiableCredentialResponse.md index ffa479f9f..97591c261 100644 --- a/docs/VerifiableCredentialResponse.md +++ b/docs/VerifiableCredentialResponse.md @@ -23,7 +23,7 @@ print(VerifiableCredentialResponse.to_json()) # convert the object into a dict verifiable_credential_response_dict = verifiable_credential_response_instance.to_dict() # create an instance of VerifiableCredentialResponse from a dict -verifiable_credential_response_form_dict = verifiable_credential_response.from_dict(verifiable_credential_response_dict) +verifiable_credential_response_from_dict = VerifiableCredentialResponse.from_dict(verifiable_credential_response_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/VerifiableIdentityAddress.md b/docs/VerifiableIdentityAddress.md index 7f7c677a0..cb997d23f 100644 --- a/docs/VerifiableIdentityAddress.md +++ b/docs/VerifiableIdentityAddress.md @@ -30,7 +30,7 @@ print(VerifiableIdentityAddress.to_json()) # convert the object into a dict verifiable_identity_address_dict = verifiable_identity_address_instance.to_dict() # create an instance of VerifiableIdentityAddress from a dict -verifiable_identity_address_form_dict = verifiable_identity_address.from_dict(verifiable_identity_address_dict) +verifiable_identity_address_from_dict = VerifiableIdentityAddress.from_dict(verifiable_identity_address_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/VerificationFlow.md b/docs/VerificationFlow.md index 600328c44..f1ba86fd9 100644 --- a/docs/VerificationFlow.md +++ b/docs/VerificationFlow.md @@ -32,7 +32,7 @@ print(VerificationFlow.to_json()) # convert the object into a dict verification_flow_dict = verification_flow_instance.to_dict() # create an instance of VerificationFlow from a dict -verification_flow_form_dict = verification_flow.from_dict(verification_flow_dict) +verification_flow_from_dict = VerificationFlow.from_dict(verification_flow_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/VerificationFlowState.md b/docs/VerificationFlowState.md index ddb53cb05..eda663e8d 100644 --- a/docs/VerificationFlowState.md +++ b/docs/VerificationFlowState.md @@ -2,10 +2,13 @@ The state represents the state of the verification flow. choose_method: ask the user to choose a method (e.g. recover account via email) sent_email: the email has been sent to the user passed_challenge: the request was successful and the recovery challenge was passed. -## Properties +## Enum -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- +* `CHOOSE_METHOD` (value: `'choose_method'`) + +* `SENT_EMAIL` (value: `'sent_email'`) + +* `PASSED_CHALLENGE` (value: `'passed_challenge'`) [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/Version.md b/docs/Version.md index 091b26095..0639239a8 100644 --- a/docs/Version.md +++ b/docs/Version.md @@ -22,7 +22,7 @@ print(Version.to_json()) # convert the object into a dict version_dict = version_instance.to_dict() # create an instance of Version from a dict -version_form_dict = version.from_dict(version_dict) +version_from_dict = Version.from_dict(version_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/Warning.md b/docs/Warning.md index 507e460c9..8782345f2 100644 --- a/docs/Warning.md +++ b/docs/Warning.md @@ -23,7 +23,7 @@ print(Warning.to_json()) # convert the object into a dict warning_dict = warning_instance.to_dict() # create an instance of Warning from a dict -warning_form_dict = warning.from_dict(warning_dict) +warning_from_dict = Warning.from_dict(warning_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/Workspace.md b/docs/Workspace.md index 746d9311d..725f8cdcc 100644 --- a/docs/Workspace.md +++ b/docs/Workspace.md @@ -27,7 +27,7 @@ print(Workspace.to_json()) # convert the object into a dict workspace_dict = workspace_instance.to_dict() # create an instance of Workspace from a dict -workspace_form_dict = workspace.from_dict(workspace_dict) +workspace_from_dict = Workspace.from_dict(workspace_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/WorkspaceApiKey.md b/docs/WorkspaceApiKey.md index 8c15f2c40..2cd317006 100644 --- a/docs/WorkspaceApiKey.md +++ b/docs/WorkspaceApiKey.md @@ -28,7 +28,7 @@ print(WorkspaceApiKey.to_json()) # convert the object into a dict workspace_api_key_dict = workspace_api_key_instance.to_dict() # create an instance of WorkspaceApiKey from a dict -workspace_api_key_form_dict = workspace_api_key.from_dict(workspace_api_key_dict) +workspace_api_key_from_dict = WorkspaceApiKey.from_dict(workspace_api_key_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/ory_client/__init__.py b/ory_client/__init__.py index 8179d4230..22f20881b 100644 --- a/ory_client/__init__.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -15,7 +15,7 @@ """ # noqa: E501 -__version__ = "v1.12.2" +__version__ = "v1.13.0" # import apis into sdk package from ory_client.api.courier_api import CourierApi diff --git a/ory_client/api/courier_api.py b/ory_client/api/courier_api.py index 8c8b691e7..ebcd3cec0 100644 --- a/ory_client/api/courier_api.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -18,7 +18,7 @@ from typing_extensions import Annotated from pydantic import Field, StrictStr -from typing import Optional +from typing import List, Optional from typing_extensions import Annotated from ory_client.models.courier_message_status import CourierMessageStatus from ory_client.models.message import Message @@ -259,7 +259,7 @@ def _get_courier_message_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -272,11 +272,12 @@ def _get_courier_message_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -559,7 +560,7 @@ def _list_courier_messages_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -586,11 +587,12 @@ def _list_courier_messages_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting diff --git a/ory_client/api/events_api.py b/ory_client/api/events_api.py index d564111b8..639565b86 100644 --- a/ory_client/api/events_api.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -280,7 +280,7 @@ def _create_event_stream_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -295,11 +295,12 @@ def _create_event_stream_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: @@ -578,7 +579,7 @@ def _delete_event_stream_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -593,11 +594,12 @@ def _delete_event_stream_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -844,7 +846,7 @@ def _list_event_streams_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -857,11 +859,12 @@ def _list_event_streams_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -1137,7 +1140,7 @@ def _set_event_stream_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1154,11 +1157,12 @@ def _set_event_stream_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: diff --git a/ory_client/api/frontend_api.py b/ory_client/api/frontend_api.py index cfa42ce17..1655837cb 100644 --- a/ory_client/api/frontend_api.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -18,7 +18,7 @@ from typing_extensions import Annotated from pydantic import Field, StrictBool, StrictInt, StrictStr -from typing import Optional +from typing import List, Optional from typing_extensions import Annotated from ory_client.models.delete_my_sessions_count import DeleteMySessionsCount from ory_client.models.flow_error import FlowError @@ -355,7 +355,7 @@ def _create_browser_login_flow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -392,11 +392,12 @@ def _create_browser_login_flow_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -658,7 +659,7 @@ def _create_browser_logout_flow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -675,11 +676,12 @@ def _create_browser_logout_flow_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -925,7 +927,7 @@ def _create_browser_recovery_flow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -940,11 +942,12 @@ def _create_browser_recovery_flow_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -1226,7 +1229,7 @@ def _create_browser_registration_flow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1253,11 +1256,12 @@ def _create_browser_registration_flow_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -1522,7 +1526,7 @@ def _create_browser_settings_flow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1539,11 +1543,12 @@ def _create_browser_settings_flow_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -1786,7 +1791,7 @@ def _create_browser_verification_flow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1801,11 +1806,12 @@ def _create_browser_verification_flow_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -2113,7 +2119,7 @@ def _create_native_login_flow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2146,11 +2152,12 @@ def _create_native_login_flow_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -2380,7 +2387,7 @@ def _create_native_recovery_flow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2391,11 +2398,12 @@ def _create_native_recovery_flow_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -2651,7 +2659,7 @@ def _create_native_registration_flow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2670,11 +2678,12 @@ def _create_native_registration_flow_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -2917,7 +2926,7 @@ def _create_native_settings_flow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2930,11 +2939,12 @@ def _create_native_settings_flow_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -3164,7 +3174,7 @@ def _create_native_verification_flow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3175,11 +3185,12 @@ def _create_native_verification_flow_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -3438,7 +3449,7 @@ def _disable_my_other_sessions_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3453,11 +3464,12 @@ def _disable_my_other_sessions_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -3729,7 +3741,7 @@ def _disable_my_session_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3746,11 +3758,12 @@ def _disable_my_session_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -4009,7 +4022,7 @@ def _exchange_session_token_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4028,11 +4041,12 @@ def _exchange_session_token_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -4281,7 +4295,7 @@ def _get_flow_error_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4296,11 +4310,12 @@ def _get_flow_error_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -4562,7 +4577,7 @@ def _get_login_flow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4579,11 +4594,12 @@ def _get_login_flow_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -4842,7 +4858,7 @@ def _get_recovery_flow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4859,11 +4875,12 @@ def _get_recovery_flow_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -5125,7 +5142,7 @@ def _get_registration_flow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5142,11 +5159,12 @@ def _get_registration_flow_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -5424,7 +5442,7 @@ def _get_settings_flow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5443,11 +5461,12 @@ def _get_settings_flow_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -5706,7 +5725,7 @@ def _get_verification_flow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5723,11 +5742,12 @@ def _get_verification_flow_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -5954,7 +5974,7 @@ def _get_web_authn_java_script_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5965,11 +5985,12 @@ def _get_web_authn_java_script_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -6280,7 +6301,7 @@ def _list_my_sessions_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6311,11 +6332,12 @@ def _list_my_sessions_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -6558,7 +6580,7 @@ def _perform_native_logout_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6571,11 +6593,12 @@ def _perform_native_logout_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: @@ -6860,7 +6883,7 @@ def _to_session_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6879,11 +6902,12 @@ def _to_session_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -7174,7 +7198,7 @@ def _update_login_flow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -7195,11 +7219,12 @@ def _update_login_flow_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: @@ -7482,7 +7507,7 @@ def _update_logout_flow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -7503,11 +7528,12 @@ def _update_logout_flow_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -7798,7 +7824,7 @@ def _update_recovery_flow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -7821,11 +7847,12 @@ def _update_recovery_flow_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: @@ -8117,7 +8144,7 @@ def _update_registration_flow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -8136,11 +8163,12 @@ def _update_registration_flow_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: @@ -8451,7 +8479,7 @@ def _update_settings_flow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -8472,11 +8500,12 @@ def _update_settings_flow_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: @@ -8778,7 +8807,7 @@ def _update_verification_flow_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -8801,11 +8830,12 @@ def _update_verification_flow_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: diff --git a/ory_client/api/identity_api.py b/ory_client/api/identity_api.py index 023eb0b56..12d4fa24e 100644 --- a/ory_client/api/identity_api.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -18,7 +18,7 @@ from typing_extensions import Annotated from pydantic import Field, StrictBool, StrictInt, StrictStr, field_validator -from typing import List, Optional +from typing import Any, Dict, List, Optional from typing_extensions import Annotated from ory_client.models.batch_patch_identities_response import BatchPatchIdentitiesResponse from ory_client.models.create_identity_body import CreateIdentityBody @@ -272,7 +272,7 @@ def _batch_patch_identities_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -285,11 +285,12 @@ def _batch_patch_identities_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: @@ -549,7 +550,7 @@ def _create_identity_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -562,11 +563,12 @@ def _create_identity_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: @@ -826,7 +828,7 @@ def _create_recovery_code_for_identity_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -839,11 +841,12 @@ def _create_recovery_code_for_identity_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: @@ -1116,7 +1119,7 @@ def _create_recovery_link_for_identity_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1133,11 +1136,12 @@ def _create_recovery_link_for_identity_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: @@ -1394,7 +1398,7 @@ def _delete_identity_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1407,11 +1411,12 @@ def _delete_identity_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -1681,7 +1686,7 @@ def _delete_identity_credentials_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1700,11 +1705,12 @@ def _delete_identity_credentials_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -1954,7 +1960,7 @@ def _delete_identity_sessions_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1967,11 +1973,12 @@ def _delete_identity_sessions_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -2218,7 +2225,7 @@ def _disable_session_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2231,11 +2238,12 @@ def _disable_session_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -2485,7 +2493,7 @@ def _extend_session_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2498,11 +2506,12 @@ def _extend_session_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -2760,7 +2769,7 @@ def _get_identity_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2777,11 +2786,12 @@ def _get_identity_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -3025,7 +3035,7 @@ def _get_identity_schema_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3038,11 +3048,12 @@ def _get_identity_schema_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -3299,7 +3310,7 @@ def _get_session_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3316,11 +3327,12 @@ def _get_session_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -3667,7 +3679,7 @@ def _list_identities_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3714,11 +3726,12 @@ def _list_identities_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -3998,7 +4011,7 @@ def _list_identity_schemas_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4025,11 +4038,12 @@ def _list_identity_schemas_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -4340,7 +4354,7 @@ def _list_identity_sessions_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4373,11 +4387,12 @@ def _list_identity_sessions_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -4661,7 +4676,7 @@ def _list_sessions_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4688,11 +4703,12 @@ def _list_sessions_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -4956,7 +4972,7 @@ def _patch_identity_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4971,11 +4987,12 @@ def _patch_identity_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: @@ -5251,7 +5268,7 @@ def _update_identity_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5266,11 +5283,12 @@ def _update_identity_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: diff --git a/ory_client/api/jwk_api.py b/ory_client/api/jwk_api.py index 0afc8bfeb..f5df0865d 100644 --- a/ory_client/api/jwk_api.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -270,7 +270,7 @@ def _create_json_web_key_set_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -285,11 +285,12 @@ def _create_json_web_key_set_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: @@ -556,7 +557,7 @@ def _delete_json_web_key_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -571,11 +572,12 @@ def _delete_json_web_key_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -816,7 +818,7 @@ def _delete_json_web_key_set_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -829,11 +831,12 @@ def _delete_json_web_key_set_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -1087,7 +1090,7 @@ def _get_json_web_key_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1102,11 +1105,12 @@ def _get_json_web_key_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -1347,7 +1351,7 @@ def _get_json_web_key_set_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1360,11 +1364,12 @@ def _get_json_web_key_set_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -1631,7 +1636,7 @@ def _set_json_web_key_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1648,11 +1653,12 @@ def _set_json_web_key_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: @@ -1919,7 +1925,7 @@ def _set_json_web_key_set_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1934,11 +1940,12 @@ def _set_json_web_key_set_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: diff --git a/ory_client/api/metadata_api.py b/ory_client/api/metadata_api.py index 30f185863..f7c46b01e 100644 --- a/ory_client/api/metadata_api.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -239,7 +239,7 @@ def _get_version_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -250,11 +250,12 @@ def _get_version_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting diff --git a/ory_client/api/o_auth2_api.py b/ory_client/api/o_auth2_api.py index ea75da74c..0922ca381 100644 --- a/ory_client/api/o_auth2_api.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -283,7 +283,7 @@ def _accept_o_auth2_consent_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -300,11 +300,12 @@ def _accept_o_auth2_consent_request_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: @@ -571,7 +572,7 @@ def _accept_o_auth2_login_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -588,11 +589,12 @@ def _accept_o_auth2_login_request_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: @@ -846,7 +848,7 @@ def _accept_o_auth2_logout_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -861,11 +863,12 @@ def _accept_o_auth2_logout_request_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -1109,7 +1112,7 @@ def _create_o_auth2_client_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1122,11 +1125,12 @@ def _create_o_auth2_client_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: @@ -1380,7 +1384,7 @@ def _delete_o_auth2_client_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1393,11 +1397,12 @@ def _delete_o_auth2_client_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -1638,7 +1643,7 @@ def _delete_o_auth2_token_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1653,11 +1658,12 @@ def _delete_o_auth2_token_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -1898,7 +1904,7 @@ def _delete_trusted_o_auth2_jwt_grant_issuer_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1911,11 +1917,12 @@ def _delete_trusted_o_auth2_jwt_grant_issuer_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -2156,7 +2163,7 @@ def _get_o_auth2_client_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2169,11 +2176,12 @@ def _get_o_auth2_client_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -2417,7 +2425,7 @@ def _get_o_auth2_consent_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2432,11 +2440,12 @@ def _get_o_auth2_consent_request_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -2680,7 +2689,7 @@ def _get_o_auth2_login_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2695,11 +2704,12 @@ def _get_o_auth2_login_request_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -2943,7 +2953,7 @@ def _get_o_auth2_logout_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2958,11 +2968,12 @@ def _get_o_auth2_logout_request_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -3203,7 +3214,7 @@ def _get_trusted_o_auth2_jwt_grant_issuer_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3216,11 +3227,12 @@ def _get_trusted_o_auth2_jwt_grant_issuer_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -3474,7 +3486,7 @@ def _introspect_o_auth2_token_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3489,11 +3501,12 @@ def _introspect_o_auth2_token_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: @@ -3786,7 +3799,7 @@ def _list_o_auth2_clients_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3813,11 +3826,12 @@ def _list_o_auth2_clients_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -4097,7 +4111,7 @@ def _list_o_auth2_consent_sessions_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4124,11 +4138,12 @@ def _list_o_auth2_consent_sessions_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -4395,7 +4410,7 @@ def _list_trusted_o_auth2_jwt_grant_issuers_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4418,11 +4433,12 @@ def _list_trusted_o_auth2_jwt_grant_issuers_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -4650,7 +4666,7 @@ def _o_auth2_authorize_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4661,11 +4677,12 @@ def _o_auth2_authorize_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -4957,7 +4974,7 @@ def _oauth2_token_exchange_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4978,11 +4995,12 @@ def _oauth2_token_exchange_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: @@ -5254,7 +5272,7 @@ def _patch_o_auth2_client_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5269,11 +5287,12 @@ def _patch_o_auth2_client_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: @@ -5540,7 +5559,7 @@ def _reject_o_auth2_consent_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5557,11 +5576,12 @@ def _reject_o_auth2_consent_request_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: @@ -5828,7 +5848,7 @@ def _reject_o_auth2_login_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -5845,11 +5865,12 @@ def _reject_o_auth2_login_request_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: @@ -6103,7 +6124,7 @@ def _reject_o_auth2_logout_request_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6118,11 +6139,12 @@ def _reject_o_auth2_logout_request_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -6389,7 +6411,7 @@ def _revoke_o_auth2_consent_sessions_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6412,11 +6434,12 @@ def _revoke_o_auth2_consent_sessions_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -6670,7 +6693,7 @@ def _revoke_o_auth2_login_sessions_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6689,11 +6712,12 @@ def _revoke_o_auth2_login_sessions_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -6960,7 +6984,7 @@ def _revoke_o_auth2_token_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -6977,11 +7001,12 @@ def _revoke_o_auth2_token_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: @@ -7255,7 +7280,7 @@ def _set_o_auth2_client_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -7270,11 +7295,12 @@ def _set_o_auth2_client_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: @@ -7541,7 +7567,7 @@ def _set_o_auth2_client_lifespans_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -7556,11 +7582,12 @@ def _set_o_auth2_client_lifespans_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: @@ -7814,7 +7841,7 @@ def _trust_o_auth2_jwt_grant_issuer_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -7827,11 +7854,12 @@ def _trust_o_auth2_jwt_grant_issuer_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: diff --git a/ory_client/api/oidc_api.py b/ory_client/api/oidc_api.py index b6b5783d0..81290a8af 100644 --- a/ory_client/api/oidc_api.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -262,7 +262,7 @@ def _create_oidc_dynamic_client_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -275,11 +275,12 @@ def _create_oidc_dynamic_client_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: @@ -535,7 +536,7 @@ def _create_verifiable_credential_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -548,11 +549,12 @@ def _create_verifiable_credential_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: @@ -805,7 +807,7 @@ def _delete_oidc_dynamic_client_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -818,11 +820,12 @@ def _delete_oidc_dynamic_client_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -1050,7 +1053,7 @@ def _discover_oidc_configuration_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1061,11 +1064,12 @@ def _discover_oidc_configuration_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -1305,7 +1309,7 @@ def _get_oidc_dynamic_client_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1318,11 +1322,12 @@ def _get_oidc_dynamic_client_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -1550,7 +1555,7 @@ def _get_oidc_user_info_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1561,11 +1566,12 @@ def _get_oidc_user_info_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -1793,7 +1799,7 @@ def _revoke_oidc_session_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2058,7 +2064,7 @@ def _set_oidc_dynamic_client_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2073,11 +2079,12 @@ def _set_oidc_dynamic_client_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: diff --git a/ory_client/api/permission_api.py b/ory_client/api/permission_api.py index 508a9b3cc..d6fc47540 100644 --- a/ory_client/api/permission_api.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -352,7 +352,7 @@ def _check_permission_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -395,11 +395,12 @@ def _check_permission_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -737,7 +738,7 @@ def _check_permission_or_error_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -780,11 +781,12 @@ def _check_permission_or_error_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -1070,7 +1072,7 @@ def _expand_permissions_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1097,11 +1099,12 @@ def _expand_permissions_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -1358,7 +1361,7 @@ def _post_check_permission_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1375,11 +1378,12 @@ def _post_check_permission_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: @@ -1652,7 +1656,7 @@ def _post_check_permission_or_error_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1669,11 +1673,12 @@ def _post_check_permission_or_error_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: diff --git a/ory_client/api/project_api.py b/ory_client/api/project_api.py index f4c2ced19..07fd38725 100644 --- a/ory_client/api/project_api.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -292,7 +292,7 @@ def _create_organization_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -307,11 +307,12 @@ def _create_organization_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: @@ -577,7 +578,7 @@ def _create_project_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -590,11 +591,12 @@ def _create_project_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: @@ -864,7 +866,7 @@ def _create_project_api_key_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -879,11 +881,12 @@ def _create_project_api_key_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: @@ -1165,7 +1168,7 @@ def _delete_organization_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1180,11 +1183,12 @@ def _delete_organization_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -1441,7 +1445,7 @@ def _delete_project_api_key_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1456,11 +1460,12 @@ def _delete_project_api_key_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -1720,7 +1725,7 @@ def _get_organization_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1735,11 +1740,12 @@ def _get_organization_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -1992,7 +1998,7 @@ def _get_project_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2005,11 +2011,12 @@ def _get_project_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -2259,7 +2266,7 @@ def _get_project_members_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2272,11 +2279,12 @@ def _get_project_members_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -2565,7 +2573,7 @@ def _list_organizations_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2590,11 +2598,12 @@ def _list_organizations_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -2838,7 +2847,7 @@ def _list_project_api_keys_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -2851,11 +2860,12 @@ def _list_project_api_keys_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -3095,7 +3105,7 @@ def _list_projects_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3106,11 +3116,12 @@ def _list_projects_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -3380,7 +3391,7 @@ def _patch_project_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3395,11 +3406,12 @@ def _patch_project_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: @@ -3665,7 +3677,7 @@ def _purge_project_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3678,11 +3690,12 @@ def _purge_project_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -3945,7 +3958,7 @@ def _remove_project_member_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -3960,11 +3973,12 @@ def _remove_project_member_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -4233,7 +4247,7 @@ def _set_project_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4248,11 +4262,12 @@ def _set_project_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: @@ -4547,7 +4562,7 @@ def _update_organization_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -4564,11 +4579,12 @@ def _update_organization_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: diff --git a/ory_client/api/relationship_api.py b/ory_client/api/relationship_api.py index 08650ac7d..f22d29916 100644 --- a/ory_client/api/relationship_api.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -263,7 +263,7 @@ def _check_opl_syntax_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -276,11 +276,12 @@ def _check_opl_syntax_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: @@ -537,7 +538,7 @@ def _create_relationship_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -550,11 +551,12 @@ def _create_relationship_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: @@ -889,7 +891,7 @@ def _delete_relationships_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -928,11 +930,12 @@ def _delete_relationships_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -1280,7 +1283,7 @@ def _get_relationships_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1327,11 +1330,12 @@ def _get_relationships_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -1559,7 +1563,7 @@ def _list_relationship_namespaces_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1570,11 +1574,12 @@ def _list_relationship_namespaces_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -1822,7 +1827,7 @@ def _patch_relationships_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1835,11 +1840,12 @@ def _patch_relationships_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: diff --git a/ory_client/api/wellknown_api.py b/ory_client/api/wellknown_api.py index 6ff07cb48..e360854bc 100644 --- a/ory_client/api/wellknown_api.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -239,7 +239,7 @@ def _discover_json_web_keys_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -250,11 +250,12 @@ def _discover_json_web_keys_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting diff --git a/ory_client/api/workspace_api.py b/ory_client/api/workspace_api.py index 7cbb31149..dbf5d7650 100644 --- a/ory_client/api/workspace_api.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -271,7 +271,7 @@ def _create_workspace_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -284,11 +284,12 @@ def _create_workspace_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: @@ -557,7 +558,7 @@ def _get_workspace_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -570,11 +571,12 @@ def _get_workspace_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -830,7 +832,7 @@ def _list_workspace_projects_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -843,11 +845,12 @@ def _list_workspace_projects_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -1113,7 +1116,7 @@ def _list_workspaces_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1132,11 +1135,12 @@ def _list_workspaces_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + if 'Accept' not in _header_params: + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) # authentication setting @@ -1405,7 +1409,7 @@ def _update_workspace_serialize( _query_params: List[Tuple[str, str]] = [] _header_params: Dict[str, Optional[str]] = _headers or {} _form_params: List[Tuple[str, str]] = [] - _files: Dict[str, str] = {} + _files: Dict[str, Union[str, bytes]] = {} _body_params: Optional[bytes] = None # process the path parameters @@ -1420,11 +1424,12 @@ def _update_workspace_serialize( # set the HTTP header `Accept` - _header_params['Accept'] = self.api_client.select_header_accept( - [ - 'application/json' - ] - ) + 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: diff --git a/ory_client/api_client.py b/ory_client/api_client.py index b2e6231cc..ecd19a5d2 100644 --- a/ory_client/api_client.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -23,7 +23,8 @@ import tempfile from urllib.parse import quote -from typing import Tuple, Optional, List, Dict +from typing import Tuple, Optional, List, Dict, Union +from pydantic import SecretStr from ory_client.configuration import Configuration from ory_client.api_response import ApiResponse, T as ApiResponseT @@ -88,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.12.2/python' + self.user_agent = 'OpenAPI-Generator/v1.13.0/python' self.client_side_validation = configuration.client_side_validation def __enter__(self): @@ -208,7 +209,8 @@ def param_serialize( post_params, collection_formats ) - post_params.extend(self.files_parameters(files)) + if files: + post_params.extend(self.files_parameters(files)) # auth setting self.update_params_for_auth( @@ -226,7 +228,7 @@ def param_serialize( body = self.sanitize_for_serialization(body) # request url - if _host is None: + if _host is None or self.configuration.ignore_operation_servers: url = self.configuration.host + resource_path else: # use server/host defined in path or operation instead @@ -313,7 +315,7 @@ def response_deserialize( match = re.search(r"charset=([a-zA-Z\-\d]+)[\s;]?", content_type) encoding = match.group(1) if match else "utf-8" response_text = response_data.data.decode(encoding) - return_data = self.deserialize(response_text, response_type) + return_data = self.deserialize(response_text, response_type, content_type) finally: if not 200 <= response_data.status <= 299: raise ApiException.from_response( @@ -333,6 +335,7 @@ def sanitize_for_serialization(self, obj): """Builds a JSON POST object. If obj is None, return None. + If obj is SecretStr, return obj.get_secret_value() If obj is str, int, long, float, bool, return directly. If obj is datetime.datetime, datetime.date convert to string in iso8601 format. @@ -345,6 +348,10 @@ def sanitize_for_serialization(self, obj): """ if obj is None: return None + elif isinstance(obj, Enum): + return obj.value + elif isinstance(obj, SecretStr): + return obj.get_secret_value() elif isinstance(obj, self.PRIMITIVE_TYPES): return obj elif isinstance(obj, list): @@ -366,28 +373,45 @@ def sanitize_for_serialization(self, obj): # and attributes which value is not None. # Convert attribute name to json key in # model definition for request. - obj_dict = obj.to_dict() + if hasattr(obj, 'to_dict') and callable(getattr(obj, 'to_dict')): + obj_dict = obj.to_dict() + else: + obj_dict = obj.__dict__ return { key: self.sanitize_for_serialization(val) for key, val in obj_dict.items() } - def deserialize(self, response_text, response_type): + def deserialize(self, response_text: str, response_type: str, content_type: Optional[str]): """Deserializes response into an object. :param response: RESTResponse object to be deserialized. :param response_type: class literal for deserialized object, or string of class name. + :param content_type: content type of response. :return: deserialized object. """ # fetch data from response object - try: - data = json.loads(response_text) - except ValueError: + if content_type is None: + try: + data = json.loads(response_text) + except ValueError: + data = response_text + elif content_type.startswith("application/json"): + if response_text == "": + data = "" + else: + data = json.loads(response_text) + elif content_type.startswith("text/plain"): data = response_text + else: + raise ApiException( + status=0, + reason="Unsupported content type: {0}".format(content_type) + ) return self.__deserialize(data, response_type) @@ -505,31 +529,30 @@ def parameters_to_url_query(self, params, collection_formats): return "&".join(["=".join(map(str, item)) for item in new_params]) - def files_parameters(self, files=None): + def files_parameters(self, files: Dict[str, Union[str, bytes]]): """Builds form parameters. :param files: File parameters. :return: Form parameters with files. """ params = [] - - if files: - for k, v in files.items(): - if not v: - continue - file_names = v if type(v) is list else [v] - for n in file_names: - with open(n, 'rb') as f: - filename = os.path.basename(f.name) - filedata = f.read() - mimetype = ( - mimetypes.guess_type(filename)[0] - or 'application/octet-stream' - ) - params.append( - tuple([k, tuple([filename, filedata, mimetype])]) - ) - + for k, v in files.items(): + if isinstance(v, str): + with open(v, 'rb') as f: + filename = os.path.basename(f.name) + filedata = f.read() + elif isinstance(v, bytes): + filename = k + filedata = v + else: + raise ValueError("Unsupported file value") + mimetype = ( + mimetypes.guess_type(filename)[0] + or 'application/octet-stream' + ) + params.append( + tuple([k, tuple([filename, filedata, mimetype])]) + ) return params def select_header_accept(self, accepts: List[str]) -> Optional[str]: diff --git a/ory_client/configuration.py b/ory_client/configuration.py index df1c273cd..15ec442ed 100644 --- a/ory_client/configuration.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -33,6 +33,9 @@ class Configuration: """This class contains various settings of the API client. :param host: Base url. + :param ignore_operation_servers + Boolean to ignore operation servers for the API client. + Config will use `host` as the base url regardless of the operation servers. :param api_key: Dict to store API key(s). Each entry in the dict specifies an API key. The dict key is the name of the security scheme in the OAS specification. @@ -55,6 +58,7 @@ class Configuration: values before. :param ssl_ca_cert: str - the path to a file of concatenated CA certificates in PEM format. + :param retries: Number of retries for API requests. :Example: @@ -83,7 +87,11 @@ def __init__(self, host=None, access_token=None, server_index=None, server_variables=None, server_operation_index=None, server_operation_variables=None, + ignore_operation_servers=False, ssl_ca_cert=None, + retries=None, + *, + debug: Optional[bool] = None ) -> None: """Constructor """ @@ -98,6 +106,9 @@ def __init__(self, host=None, self.server_operation_variables = server_operation_variables or {} """Default server variables """ + self.ignore_operation_servers = ignore_operation_servers + """Ignore operation servers + """ self.temp_folder_path = None """Temp file folder for downloading files """ @@ -141,7 +152,10 @@ def __init__(self, host=None, self.logger_file = None """Debug file location """ - self.debug = False + if debug is not None: + self.debug = debug + else: + self.__debug = False """Debug switch """ @@ -184,7 +198,7 @@ def __init__(self, host=None, self.safe_chars_for_path_param = '' """Safe chars for path_param """ - self.retries = None + self.retries = retries """Adding retries to override urllib3 default value 3 """ # Enable client side validation @@ -422,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.12.2\n"\ - "SDK Package Version: v1.12.2".\ + "Version of the API: v1.13.0\n"\ + "SDK Package Version: v1.13.0".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/ory_client/exceptions.py b/ory_client/exceptions.py index 71fb11f88..23370cdf0 100644 --- a/ory_client/exceptions.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/__init__.py b/ory_client/models/__init__.py index 2dd90836e..e7c64c5ac 100644 --- a/ory_client/models/__init__.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/accept_o_auth2_consent_request.py b/ory_client/models/accept_o_auth2_consent_request.py index 612ec0e70..739f2efdd 100644 --- a/ory_client/models/accept_o_auth2_consent_request.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/accept_o_auth2_consent_request_session.py b/ory_client/models/accept_o_auth2_consent_request_session.py index b73fc2d04..a7cc8c21a 100644 --- a/ory_client/models/accept_o_auth2_consent_request_session.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/accept_o_auth2_login_request.py b/ory_client/models/accept_o_auth2_login_request.py index d316696b9..8eff9919d 100644 --- a/ory_client/models/accept_o_auth2_login_request.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/account_experience_configuration.py b/ory_client/models/account_experience_configuration.py index 6caf25d7b..2164476b9 100644 --- a/ory_client/models/account_experience_configuration.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/account_experience_theme_variables.py b/ory_client/models/account_experience_theme_variables.py index 4acd6907a..7b8a218c7 100644 --- a/ory_client/models/account_experience_theme_variables.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/active_project_in_console.py b/ory_client/models/active_project_in_console.py index 5ac281696..468148449 100644 --- a/ory_client/models/active_project_in_console.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/add_project_to_workspace_body.py b/ory_client/models/add_project_to_workspace_body.py index 5aa9820ea..2c31c7ff7 100644 --- a/ory_client/models/add_project_to_workspace_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/attribute.py b/ory_client/models/attribute.py index 5448ea2eb..2fe72f285 100644 --- a/ory_client/models/attribute.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/attribute_filter.py b/ory_client/models/attribute_filter.py index 369c8f35d..3d55c99e0 100644 --- a/ory_client/models/attribute_filter.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/attributes_count_datapoint.py b/ory_client/models/attributes_count_datapoint.py index 1b7add193..49ffb9860 100644 --- a/ory_client/models/attributes_count_datapoint.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/authenticator_assurance_level.py b/ory_client/models/authenticator_assurance_level.py index 96e539549..b929be17e 100644 --- a/ory_client/models/authenticator_assurance_level.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/batch_patch_identities_response.py b/ory_client/models/batch_patch_identities_response.py index 0cc493867..2de5ce2a6 100644 --- a/ory_client/models/batch_patch_identities_response.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/billing_period_bucket.py b/ory_client/models/billing_period_bucket.py index 6c78ad7ac..8bc30ba3d 100644 --- a/ory_client/models/billing_period_bucket.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/check_opl_syntax_result.py b/ory_client/models/check_opl_syntax_result.py index 256f4c8c2..8de04364a 100644 --- a/ory_client/models/check_opl_syntax_result.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/check_permission_result.py b/ory_client/models/check_permission_result.py index 4f03502e4..e48128a93 100644 --- a/ory_client/models/check_permission_result.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/cloud_account.py b/ory_client/models/cloud_account.py index 3e0ced4b2..bb377a120 100644 --- a/ory_client/models/cloud_account.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/consistency_request_parameters.py b/ory_client/models/consistency_request_parameters.py index fa4d6888e..91d18513c 100644 --- a/ory_client/models/consistency_request_parameters.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/continue_with.py b/ory_client/models/continue_with.py index 71ada96b0..e4a1431c5 100644 --- a/ory_client/models/continue_with.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -23,7 +23,7 @@ from ory_client.models.continue_with_settings_ui import ContinueWithSettingsUi from ory_client.models.continue_with_verification_ui import ContinueWithVerificationUi from pydantic import StrictStr, Field -from typing import Union, List, Optional, Dict +from typing import Union, List, Set, Optional, Dict from typing_extensions import Literal, Self CONTINUEWITH_ONE_OF_SCHEMAS = ["ContinueWithRecoveryUi", "ContinueWithSetOrySessionToken", "ContinueWithSettingsUi", "ContinueWithVerificationUi"] @@ -41,7 +41,7 @@ class ContinueWith(BaseModel): # data type: ContinueWithRecoveryUi oneof_schema_4_validator: Optional[ContinueWithRecoveryUi] = None actual_instance: Optional[Union[ContinueWithRecoveryUi, ContinueWithSetOrySessionToken, ContinueWithSettingsUi, ContinueWithVerificationUi]] = None - one_of_schemas: List[str] = Field(default=Literal["ContinueWithRecoveryUi", "ContinueWithSetOrySessionToken", "ContinueWithSettingsUi", "ContinueWithVerificationUi"]) + one_of_schemas: Set[str] = { "ContinueWithRecoveryUi", "ContinueWithSetOrySessionToken", "ContinueWithSettingsUi", "ContinueWithVerificationUi" } model_config = ConfigDict( validate_assignment=True, diff --git a/ory_client/models/continue_with_recovery_ui.py b/ory_client/models/continue_with_recovery_ui.py index ad26bc1b0..a16ae098d 100644 --- a/ory_client/models/continue_with_recovery_ui.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/continue_with_recovery_ui_flow.py b/ory_client/models/continue_with_recovery_ui_flow.py index 82bb4a6a9..33c35b3e2 100644 --- a/ory_client/models/continue_with_recovery_ui_flow.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/continue_with_set_ory_session_token.py b/ory_client/models/continue_with_set_ory_session_token.py index 382986868..24bbfaffd 100644 --- a/ory_client/models/continue_with_set_ory_session_token.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/continue_with_settings_ui.py b/ory_client/models/continue_with_settings_ui.py index b15b0ceaa..04c4c4e95 100644 --- a/ory_client/models/continue_with_settings_ui.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/continue_with_settings_ui_flow.py b/ory_client/models/continue_with_settings_ui_flow.py index c71521bcc..5e0ce20cb 100644 --- a/ory_client/models/continue_with_settings_ui_flow.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/continue_with_verification_ui.py b/ory_client/models/continue_with_verification_ui.py index b35eeee0f..34d9fb6a1 100644 --- a/ory_client/models/continue_with_verification_ui.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/continue_with_verification_ui_flow.py b/ory_client/models/continue_with_verification_ui_flow.py index c102fdebf..c7f94b0dd 100644 --- a/ory_client/models/continue_with_verification_ui_flow.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/courier_message_status.py b/ory_client/models/courier_message_status.py index 646385064..f641b9c8c 100644 --- a/ory_client/models/courier_message_status.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/courier_message_type.py b/ory_client/models/courier_message_type.py index fa53310cf..4c5cf8e06 100644 --- a/ory_client/models/courier_message_type.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_custom_domain_body.py b/ory_client/models/create_custom_domain_body.py index 638ed8547..853e64e4a 100644 --- a/ory_client/models/create_custom_domain_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_event_stream_body.py b/ory_client/models/create_event_stream_body.py index 1d3f462c3..2c1f8b2dd 100644 --- a/ory_client/models/create_event_stream_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_identity_body.py b/ory_client/models/create_identity_body.py index 1ad1f6d6c..2baa30a7f 100644 --- a/ory_client/models/create_identity_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_invite_response.py b/ory_client/models/create_invite_response.py index 6f6489dd4..a2cfac361 100644 --- a/ory_client/models/create_invite_response.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_json_web_key_set.py b/ory_client/models/create_json_web_key_set.py index 238334c9b..fce9cb4a7 100644 --- a/ory_client/models/create_json_web_key_set.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_project_api_key_request.py b/ory_client/models/create_project_api_key_request.py index 190ab8e4f..14e5817ed 100644 --- a/ory_client/models/create_project_api_key_request.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_project_body.py b/ory_client/models/create_project_body.py index 9a93b4b4f..76ba33ddc 100644 --- a/ory_client/models/create_project_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_project_branding.py b/ory_client/models/create_project_branding.py index 44e3e506f..ff156e66f 100644 --- a/ory_client/models/create_project_branding.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_project_member_invite_body.py b/ory_client/models/create_project_member_invite_body.py index fde18584d..6caced8af 100644 --- a/ory_client/models/create_project_member_invite_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_project_normalized_payload.py b/ory_client/models/create_project_normalized_payload.py index 3c6bbde7a..252b83b54 100644 --- a/ory_client/models/create_project_normalized_payload.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_recovery_code_for_identity_body.py b/ory_client/models/create_recovery_code_for_identity_body.py index 381adb99e..0486aa76e 100644 --- a/ory_client/models/create_recovery_code_for_identity_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_recovery_link_for_identity_body.py b/ory_client/models/create_recovery_link_for_identity_body.py index 6efcb96bc..305811f96 100644 --- a/ory_client/models/create_recovery_link_for_identity_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_relationship_body.py b/ory_client/models/create_relationship_body.py index cd7a13c79..7b6772128 100644 --- a/ory_client/models/create_relationship_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_subscription_body.py b/ory_client/models/create_subscription_body.py index 39f0c7ded..912d6a6f6 100644 --- a/ory_client/models/create_subscription_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_subscription_common.py b/ory_client/models/create_subscription_common.py index caf01e952..e1fa48d41 100644 --- a/ory_client/models/create_subscription_common.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_verifiable_credential_request_body.py b/ory_client/models/create_verifiable_credential_request_body.py index f33681088..a87b8525a 100644 --- a/ory_client/models/create_verifiable_credential_request_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_workspace_body.py b/ory_client/models/create_workspace_body.py index fd4bab45e..a1ab9c979 100644 --- a/ory_client/models/create_workspace_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_workspace_member_invite_body.py b/ory_client/models/create_workspace_member_invite_body.py index 6c1f6ef8d..da964cb9c 100644 --- a/ory_client/models/create_workspace_member_invite_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_workspace_subscription_body.py b/ory_client/models/create_workspace_subscription_body.py index b8dab50ad..b84091a2e 100644 --- a/ory_client/models/create_workspace_subscription_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/credential_supported_draft00.py b/ory_client/models/credential_supported_draft00.py index 718b2ae35..0d417d92c 100644 --- a/ory_client/models/credential_supported_draft00.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/custom_domain.py b/ory_client/models/custom_domain.py index 4fd7bf889..90ddd27b5 100644 --- a/ory_client/models/custom_domain.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/delete_my_sessions_count.py b/ory_client/models/delete_my_sessions_count.py index 5bf1bcfc2..0ee7ad86f 100644 --- a/ory_client/models/delete_my_sessions_count.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/email_template_data.py b/ory_client/models/email_template_data.py index 07848c5e6..8099e4934 100644 --- a/ory_client/models/email_template_data.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/email_template_data_body.py b/ory_client/models/email_template_data_body.py index 9678d4fc9..4f304ef12 100644 --- a/ory_client/models/email_template_data_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/error_authenticator_assurance_level_not_satisfied.py b/ory_client/models/error_authenticator_assurance_level_not_satisfied.py index cbdb8e715..0ddb686ae 100644 --- a/ory_client/models/error_authenticator_assurance_level_not_satisfied.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/error_browser_location_change_required.py b/ory_client/models/error_browser_location_change_required.py index 131b7fff2..f39f77ff2 100644 --- a/ory_client/models/error_browser_location_change_required.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/error_flow_replaced.py b/ory_client/models/error_flow_replaced.py index 631247322..f55ff5933 100644 --- a/ory_client/models/error_flow_replaced.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/error_generic.py b/ory_client/models/error_generic.py index a5cf0fbed..3f36da141 100644 --- a/ory_client/models/error_generic.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/error_o_auth2.py b/ory_client/models/error_o_auth2.py index dc701659b..d3e308c85 100644 --- a/ory_client/models/error_o_auth2.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/event_stream.py b/ory_client/models/event_stream.py index 45e6c15c2..724662b43 100644 --- a/ory_client/models/event_stream.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/expanded_permission_tree.py b/ory_client/models/expanded_permission_tree.py index 2791575f6..ef0e45a10 100644 --- a/ory_client/models/expanded_permission_tree.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/flow_error.py b/ory_client/models/flow_error.py index 45b10caf2..dacebf776 100644 --- a/ory_client/models/flow_error.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/generic_error.py b/ory_client/models/generic_error.py index 4f53f8a90..cf051cc5a 100644 --- a/ory_client/models/generic_error.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/generic_error_content.py b/ory_client/models/generic_error_content.py index f16bccb6a..20a482ec3 100644 --- a/ory_client/models/generic_error_content.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/generic_usage.py b/ory_client/models/generic_usage.py index 4af720131..5dff35d7b 100644 --- a/ory_client/models/generic_usage.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/get_attributes_count_response.py b/ory_client/models/get_attributes_count_response.py index 990027843..e7a2e81f6 100644 --- a/ory_client/models/get_attributes_count_response.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/get_managed_identity_schema_location.py b/ory_client/models/get_managed_identity_schema_location.py index 9fdea2a7b..0563dc7d7 100644 --- a/ory_client/models/get_managed_identity_schema_location.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/get_metrics_event_attributes_response.py b/ory_client/models/get_metrics_event_attributes_response.py index 385dddb89..3fe14e4b4 100644 --- a/ory_client/models/get_metrics_event_attributes_response.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/get_metrics_event_types_response.py b/ory_client/models/get_metrics_event_types_response.py index 41b0c5604..c84db1f1d 100644 --- a/ory_client/models/get_metrics_event_types_response.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/get_organization_response.py b/ory_client/models/get_organization_response.py index ff6de6edd..b005f7c07 100644 --- a/ory_client/models/get_organization_response.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/get_project_events_body.py b/ory_client/models/get_project_events_body.py index a95b50e73..e13077019 100644 --- a/ory_client/models/get_project_events_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/get_project_events_response.py b/ory_client/models/get_project_events_response.py index bc3a4e8f7..d2de2f0f5 100644 --- a/ory_client/models/get_project_events_response.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/get_project_metrics_response.py b/ory_client/models/get_project_metrics_response.py index 95ecba2a3..f87bcc752 100644 --- a/ory_client/models/get_project_metrics_response.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/get_session_activity_response.py b/ory_client/models/get_session_activity_response.py index b86fa845b..7089d2a7d 100644 --- a/ory_client/models/get_session_activity_response.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/get_version200_response.py b/ory_client/models/get_version200_response.py index 8754b62c2..e2662e6ff 100644 --- a/ory_client/models/get_version200_response.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/health_not_ready_status.py b/ory_client/models/health_not_ready_status.py index 8b0e5acc4..7a16082fb 100644 --- a/ory_client/models/health_not_ready_status.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/health_status.py b/ory_client/models/health_status.py index c311fc599..65fc77312 100644 --- a/ory_client/models/health_status.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/identity.py b/ory_client/models/identity.py index 86a5686c6..e8d426063 100644 --- a/ory_client/models/identity.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/identity_credentials.py b/ory_client/models/identity_credentials.py index 6c4a12766..169728695 100644 --- a/ory_client/models/identity_credentials.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/identity_credentials_code.py b/ory_client/models/identity_credentials_code.py index 01598a1b2..d2015ad4a 100644 --- a/ory_client/models/identity_credentials_code.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/identity_credentials_oidc.py b/ory_client/models/identity_credentials_oidc.py index a693452e4..ef4c6c471 100644 --- a/ory_client/models/identity_credentials_oidc.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/identity_credentials_oidc_provider.py b/ory_client/models/identity_credentials_oidc_provider.py index d556cb383..172d24180 100644 --- a/ory_client/models/identity_credentials_oidc_provider.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/identity_credentials_password.py b/ory_client/models/identity_credentials_password.py index 7b0c33a8e..3f469face 100644 --- a/ory_client/models/identity_credentials_password.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/identity_patch.py b/ory_client/models/identity_patch.py index 73e68c0fc..40f4035e5 100644 --- a/ory_client/models/identity_patch.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/identity_patch_response.py b/ory_client/models/identity_patch_response.py index 4b7cf2c36..373fc53c8 100644 --- a/ory_client/models/identity_patch_response.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/identity_schema_container.py b/ory_client/models/identity_schema_container.py index 11e2a31de..78c36ff74 100644 --- a/ory_client/models/identity_schema_container.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/identity_schema_preset.py b/ory_client/models/identity_schema_preset.py index a0001c78b..817f05b42 100644 --- a/ory_client/models/identity_schema_preset.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/identity_with_credentials.py b/ory_client/models/identity_with_credentials.py index ce2fbecf4..cf24df307 100644 --- a/ory_client/models/identity_with_credentials.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/identity_with_credentials_oidc.py b/ory_client/models/identity_with_credentials_oidc.py index 82dd28af5..db6bb60d3 100644 --- a/ory_client/models/identity_with_credentials_oidc.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/identity_with_credentials_oidc_config.py b/ory_client/models/identity_with_credentials_oidc_config.py index e0c5d8d4a..e995b9b14 100644 --- a/ory_client/models/identity_with_credentials_oidc_config.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/identity_with_credentials_oidc_config_provider.py b/ory_client/models/identity_with_credentials_oidc_config_provider.py index b5347f046..8032848d9 100644 --- a/ory_client/models/identity_with_credentials_oidc_config_provider.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/identity_with_credentials_password.py b/ory_client/models/identity_with_credentials_password.py index b5c6f9baa..b602925b2 100644 --- a/ory_client/models/identity_with_credentials_password.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/identity_with_credentials_password_config.py b/ory_client/models/identity_with_credentials_password_config.py index 5384318e8..cfab79cc0 100644 --- a/ory_client/models/identity_with_credentials_password_config.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/internal_get_project_branding_body.py b/ory_client/models/internal_get_project_branding_body.py index 136e0e05f..d10353015 100644 --- a/ory_client/models/internal_get_project_branding_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/internal_is_ax_welcome_screen_enabled_for_project_body.py b/ory_client/models/internal_is_ax_welcome_screen_enabled_for_project_body.py index db3a6d71a..f49847cd1 100644 --- a/ory_client/models/internal_is_ax_welcome_screen_enabled_for_project_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/internal_is_owner_for_project_by_slug_body.py b/ory_client/models/internal_is_owner_for_project_by_slug_body.py index 8d29192e7..c8760fb02 100644 --- a/ory_client/models/internal_is_owner_for_project_by_slug_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/internal_is_owner_for_project_by_slug_response.py b/ory_client/models/internal_is_owner_for_project_by_slug_response.py index 04998f399..4a18ca6bf 100644 --- a/ory_client/models/internal_is_owner_for_project_by_slug_response.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/introspected_o_auth2_token.py b/ory_client/models/introspected_o_auth2_token.py index 9a870cb8e..3db219c77 100644 --- a/ory_client/models/introspected_o_auth2_token.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/invoice.py b/ory_client/models/invoice.py index a7df4742c..fd8bac52b 100644 --- a/ory_client/models/invoice.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/invoice_data_v1.py b/ory_client/models/invoice_data_v1.py index 368c7a0cc..d0dbd857d 100644 --- a/ory_client/models/invoice_data_v1.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/is_owner_for_project_by_slug.py b/ory_client/models/is_owner_for_project_by_slug.py index 4fe26ee20..17b87839e 100644 --- a/ory_client/models/is_owner_for_project_by_slug.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/json_patch.py b/ory_client/models/json_patch.py index 9eec9bd68..df74eda98 100644 --- a/ory_client/models/json_patch.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/json_web_key.py b/ory_client/models/json_web_key.py index 8e7f63af4..e5edee017 100644 --- a/ory_client/models/json_web_key.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/json_web_key_set.py b/ory_client/models/json_web_key_set.py index 5f9103e1c..09730c306 100644 --- a/ory_client/models/json_web_key_set.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/keto_namespace.py b/ory_client/models/keto_namespace.py index b79b6cb8c..7a2b86f32 100644 --- a/ory_client/models/keto_namespace.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/line_item_v1.py b/ory_client/models/line_item_v1.py index 238cdfe3f..587fd5165 100644 --- a/ory_client/models/line_item_v1.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/list_event_streams.py b/ory_client/models/list_event_streams.py index 7954dc5fc..432e97d8c 100644 --- a/ory_client/models/list_event_streams.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/list_invoices_response.py b/ory_client/models/list_invoices_response.py index 460a6d7c7..eaaae88c2 100644 --- a/ory_client/models/list_invoices_response.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/list_organizations_response.py b/ory_client/models/list_organizations_response.py index a56d8e135..30bf8cae3 100644 --- a/ory_client/models/list_organizations_response.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/list_workspace_projects.py b/ory_client/models/list_workspace_projects.py index 724417e89..92e93bc26 100644 --- a/ory_client/models/list_workspace_projects.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/list_workspaces.py b/ory_client/models/list_workspaces.py index 68b03bdb3..4a5b897d0 100644 --- a/ory_client/models/list_workspaces.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/login_flow.py b/ory_client/models/login_flow.py index 4623bf8d0..f4b5de3fd 100644 --- a/ory_client/models/login_flow.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/login_flow_state.py b/ory_client/models/login_flow_state.py index 775c74873..f982e5f36 100644 --- a/ory_client/models/login_flow_state.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/logout_flow.py b/ory_client/models/logout_flow.py index 03ed94ddb..423c2155f 100644 --- a/ory_client/models/logout_flow.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/managed_identity_schema.py b/ory_client/models/managed_identity_schema.py index a3e34950a..3ea1645f6 100644 --- a/ory_client/models/managed_identity_schema.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/managed_identity_schema_validation_result.py b/ory_client/models/managed_identity_schema_validation_result.py index 73b157549..954de473c 100644 --- a/ory_client/models/managed_identity_schema_validation_result.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/member_invite.py b/ory_client/models/member_invite.py index 666837690..c13942f5c 100644 --- a/ory_client/models/member_invite.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/message.py b/ory_client/models/message.py index fc044f43e..888b568c5 100644 --- a/ory_client/models/message.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/message_dispatch.py b/ory_client/models/message_dispatch.py index 0efe71f99..3d9b5157a 100644 --- a/ory_client/models/message_dispatch.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/metrics_datapoint.py b/ory_client/models/metrics_datapoint.py index 54a63b337..1cca8e2f2 100644 --- a/ory_client/models/metrics_datapoint.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/money.py b/ory_client/models/money.py index bf011f02f..38b60af90 100644 --- a/ory_client/models/money.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/namespace.py b/ory_client/models/namespace.py index a957f0705..a3257bd90 100644 --- a/ory_client/models/namespace.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/needs_privileged_session_error.py b/ory_client/models/needs_privileged_session_error.py index f9394b0ea..5f266acad 100644 --- a/ory_client/models/needs_privileged_session_error.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/normalized_project.py b/ory_client/models/normalized_project.py index ab0c15c70..ef82c5b5c 100644 --- a/ory_client/models/normalized_project.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/normalized_project_revision.py b/ory_client/models/normalized_project_revision.py index 73e7b7701..b2514c754 100644 --- a/ory_client/models/normalized_project_revision.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/normalized_project_revision_courier_channel.py b/ory_client/models/normalized_project_revision_courier_channel.py index 9d23bc8ba..63b5430d9 100644 --- a/ory_client/models/normalized_project_revision_courier_channel.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/normalized_project_revision_hook.py b/ory_client/models/normalized_project_revision_hook.py index 4bea1d9bd..94e9e4bf8 100644 --- a/ory_client/models/normalized_project_revision_hook.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/normalized_project_revision_identity_schema.py b/ory_client/models/normalized_project_revision_identity_schema.py index be6c3b434..1eb355793 100644 --- a/ory_client/models/normalized_project_revision_identity_schema.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/normalized_project_revision_third_party_provider.py b/ory_client/models/normalized_project_revision_third_party_provider.py index da0ec0e96..c5870eede 100644 --- a/ory_client/models/normalized_project_revision_third_party_provider.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/normalized_project_revision_tokenizer_template.py b/ory_client/models/normalized_project_revision_tokenizer_template.py index 2a3abe9a0..0defb5083 100644 --- a/ory_client/models/normalized_project_revision_tokenizer_template.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/o_auth2_client.py b/ory_client/models/o_auth2_client.py index 66abcb389..36c2603d9 100644 --- a/ory_client/models/o_auth2_client.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/o_auth2_client_token_lifespans.py b/ory_client/models/o_auth2_client_token_lifespans.py index 0e5989ce3..b41f576ac 100644 --- a/ory_client/models/o_auth2_client_token_lifespans.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/o_auth2_consent_request.py b/ory_client/models/o_auth2_consent_request.py index e6dddd175..50c66ae8e 100644 --- a/ory_client/models/o_auth2_consent_request.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/o_auth2_consent_request_open_id_connect_context.py b/ory_client/models/o_auth2_consent_request_open_id_connect_context.py index 3287a69ea..0f0c5a17a 100644 --- a/ory_client/models/o_auth2_consent_request_open_id_connect_context.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/o_auth2_consent_session.py b/ory_client/models/o_auth2_consent_session.py index d26f0fe34..756b38e9c 100644 --- a/ory_client/models/o_auth2_consent_session.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/o_auth2_consent_session_expires_at.py b/ory_client/models/o_auth2_consent_session_expires_at.py index 6bd39b283..edb5630ad 100644 --- a/ory_client/models/o_auth2_consent_session_expires_at.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/o_auth2_login_request.py b/ory_client/models/o_auth2_login_request.py index f1c680a65..8504a9a89 100644 --- a/ory_client/models/o_auth2_login_request.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/o_auth2_logout_request.py b/ory_client/models/o_auth2_logout_request.py index 706799095..58a6fe163 100644 --- a/ory_client/models/o_auth2_logout_request.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/o_auth2_redirect_to.py b/ory_client/models/o_auth2_redirect_to.py index 37a589e5d..233440cc1 100644 --- a/ory_client/models/o_auth2_redirect_to.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/o_auth2_token_exchange.py b/ory_client/models/o_auth2_token_exchange.py index be6efb39c..2147762c9 100644 --- a/ory_client/models/o_auth2_token_exchange.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/oidc_configuration.py b/ory_client/models/oidc_configuration.py index 5705aac28..a21c85974 100644 --- a/ory_client/models/oidc_configuration.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/oidc_user_info.py b/ory_client/models/oidc_user_info.py index 355400158..a17131385 100644 --- a/ory_client/models/oidc_user_info.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/organization.py b/ory_client/models/organization.py index 4cda75756..290e8aa3a 100644 --- a/ory_client/models/organization.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/organization_body.py b/ory_client/models/organization_body.py index 4e0ab2d75..393b72e35 100644 --- a/ory_client/models/organization_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/pagination.py b/ory_client/models/pagination.py index 76d8d5f78..c8527b376 100644 --- a/ory_client/models/pagination.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/pagination_headers.py b/ory_client/models/pagination_headers.py index 2debf7ed1..2d6fa5d39 100644 --- a/ory_client/models/pagination_headers.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/parse_error.py b/ory_client/models/parse_error.py index 10b05f545..aa8c307af 100644 --- a/ory_client/models/parse_error.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/patch_identities_body.py b/ory_client/models/patch_identities_body.py index ba97a64b6..a514b5191 100644 --- a/ory_client/models/patch_identities_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/perform_native_logout_body.py b/ory_client/models/perform_native_logout_body.py index be62d9b51..cd9abc286 100644 --- a/ory_client/models/perform_native_logout_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/permissions_on_workspace.py b/ory_client/models/permissions_on_workspace.py index 5a5431169..ff6e2ff4e 100644 --- a/ory_client/models/permissions_on_workspace.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/plan.py b/ory_client/models/plan.py index 996d8524e..ebfa81d79 100644 --- a/ory_client/models/plan.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/plan_details.py b/ory_client/models/plan_details.py index f3c1103a7..16c81f3d4 100644 --- a/ory_client/models/plan_details.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/post_check_permission_body.py b/ory_client/models/post_check_permission_body.py index 335628c44..79e6144e9 100644 --- a/ory_client/models/post_check_permission_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/post_check_permission_or_error_body.py b/ory_client/models/post_check_permission_or_error_body.py index ae6009793..efea6e302 100644 --- a/ory_client/models/post_check_permission_or_error_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/project.py b/ory_client/models/project.py index 555f0d73d..1c0e98b86 100644 --- a/ory_client/models/project.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/project_api_key.py b/ory_client/models/project_api_key.py index 70061c8d7..b32f977aa 100644 --- a/ory_client/models/project_api_key.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/project_branding.py b/ory_client/models/project_branding.py index 7b98233d3..edf1c1d92 100644 --- a/ory_client/models/project_branding.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/project_branding_colors.py b/ory_client/models/project_branding_colors.py index 225c22556..18e377ca2 100644 --- a/ory_client/models/project_branding_colors.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/project_branding_theme.py b/ory_client/models/project_branding_theme.py index 0d623675d..727a35492 100644 --- a/ory_client/models/project_branding_theme.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/project_cors.py b/ory_client/models/project_cors.py index ae2d801f2..721c46086 100644 --- a/ory_client/models/project_cors.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/project_events_datapoint.py b/ory_client/models/project_events_datapoint.py index 21281b51a..50aa7c60e 100644 --- a/ory_client/models/project_events_datapoint.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/project_host.py b/ory_client/models/project_host.py index 316d53931..b948c251a 100644 --- a/ory_client/models/project_host.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/project_member.py b/ory_client/models/project_member.py index f1f2b58bc..583228e46 100644 --- a/ory_client/models/project_member.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/project_metadata.py b/ory_client/models/project_metadata.py index e1362c85b..ff9e82b72 100644 --- a/ory_client/models/project_metadata.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/project_service_identity.py b/ory_client/models/project_service_identity.py index 6f0033e42..08e00282c 100644 --- a/ory_client/models/project_service_identity.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/project_service_o_auth2.py b/ory_client/models/project_service_o_auth2.py index e54c10b4f..9ea19dff1 100644 --- a/ory_client/models/project_service_o_auth2.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/project_service_permission.py b/ory_client/models/project_service_permission.py index 8911e3c0e..ceb616fff 100644 --- a/ory_client/models/project_service_permission.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/project_services.py b/ory_client/models/project_services.py index a62e3311c..2afcf940e 100644 --- a/ory_client/models/project_services.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/quota_usage.py b/ory_client/models/quota_usage.py index 29203be7d..92ed21e25 100644 --- a/ory_client/models/quota_usage.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/recovery_code_for_identity.py b/ory_client/models/recovery_code_for_identity.py index 9a5715b57..d65999698 100644 --- a/ory_client/models/recovery_code_for_identity.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/recovery_flow.py b/ory_client/models/recovery_flow.py index d738a8100..3afa69c0a 100644 --- a/ory_client/models/recovery_flow.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/recovery_flow_state.py b/ory_client/models/recovery_flow_state.py index 2c7033480..47ec6e9c2 100644 --- a/ory_client/models/recovery_flow_state.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/recovery_identity_address.py b/ory_client/models/recovery_identity_address.py index 159deb43a..ca18e66a8 100644 --- a/ory_client/models/recovery_identity_address.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/recovery_link_for_identity.py b/ory_client/models/recovery_link_for_identity.py index bfd5e4cdd..136f8befb 100644 --- a/ory_client/models/recovery_link_for_identity.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/registration_flow.py b/ory_client/models/registration_flow.py index 1146cf841..724b0a03c 100644 --- a/ory_client/models/registration_flow.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/registration_flow_state.py b/ory_client/models/registration_flow_state.py index 004249eea..f47ff306b 100644 --- a/ory_client/models/registration_flow_state.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/reject_o_auth2_request.py b/ory_client/models/reject_o_auth2_request.py index f36c2cdff..676ef377f 100644 --- a/ory_client/models/reject_o_auth2_request.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/relation_query.py b/ory_client/models/relation_query.py index 1bde6fbc3..94dd997bc 100644 --- a/ory_client/models/relation_query.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/relationship.py b/ory_client/models/relationship.py index 694a4a4e7..887260013 100644 --- a/ory_client/models/relationship.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/relationship_namespaces.py b/ory_client/models/relationship_namespaces.py index a899cf17c..df8cc4176 100644 --- a/ory_client/models/relationship_namespaces.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/relationship_patch.py b/ory_client/models/relationship_patch.py index 064a8655f..0fc845c0b 100644 --- a/ory_client/models/relationship_patch.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/relationships.py b/ory_client/models/relationships.py index 489d85986..617b6a10c 100644 --- a/ory_client/models/relationships.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/rfc6749_error_json.py b/ory_client/models/rfc6749_error_json.py index dca3a9706..0a86a3552 100644 --- a/ory_client/models/rfc6749_error_json.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/schema_patch.py b/ory_client/models/schema_patch.py index 9e92c3d61..91d35fb99 100644 --- a/ory_client/models/schema_patch.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/self_service_flow_expired_error.py b/ory_client/models/self_service_flow_expired_error.py index cbd62aa04..ab13889cf 100644 --- a/ory_client/models/self_service_flow_expired_error.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/session.py b/ory_client/models/session.py index 3f2a180c2..0a1782a06 100644 --- a/ory_client/models/session.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/session_activity_datapoint.py b/ory_client/models/session_activity_datapoint.py index 0e25dff30..8a685cea5 100644 --- a/ory_client/models/session_activity_datapoint.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/session_authentication_method.py b/ory_client/models/session_authentication_method.py index 6bf96e4eb..90c7a9378 100644 --- a/ory_client/models/session_authentication_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/session_device.py b/ory_client/models/session_device.py index e51877447..ae8756ae3 100644 --- a/ory_client/models/session_device.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/set_active_project_in_console_body.py b/ory_client/models/set_active_project_in_console_body.py index 5ae47d0c9..10bb36e53 100644 --- a/ory_client/models/set_active_project_in_console_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/set_custom_domain_body.py b/ory_client/models/set_custom_domain_body.py index 0f37619b2..fec55b24a 100644 --- a/ory_client/models/set_custom_domain_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/set_event_stream_body.py b/ory_client/models/set_event_stream_body.py index ea60618d3..4ee9fc247 100644 --- a/ory_client/models/set_event_stream_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/set_project.py b/ory_client/models/set_project.py index 4e857cc01..e64b85142 100644 --- a/ory_client/models/set_project.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/set_project_branding_theme_body.py b/ory_client/models/set_project_branding_theme_body.py index 59588b9e6..58c3699b5 100644 --- a/ory_client/models/set_project_branding_theme_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/settings_flow.py b/ory_client/models/settings_flow.py index 01e0774f8..a73b1bb50 100644 --- a/ory_client/models/settings_flow.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/settings_flow_state.py b/ory_client/models/settings_flow_state.py index 00f9aa325..ee0ee97c2 100644 --- a/ory_client/models/settings_flow_state.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/source_position.py b/ory_client/models/source_position.py index 54cfb7f71..fe6fe2bb7 100644 --- a/ory_client/models/source_position.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/subject_set.py b/ory_client/models/subject_set.py index 0887b270c..9113a86c0 100644 --- a/ory_client/models/subject_set.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/subscription.py b/ory_client/models/subscription.py index 971b5200e..e9734637e 100644 --- a/ory_client/models/subscription.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/successful_code_exchange_response.py b/ory_client/models/successful_code_exchange_response.py index eacf8df3f..77bb1f820 100644 --- a/ory_client/models/successful_code_exchange_response.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/successful_native_login.py b/ory_client/models/successful_native_login.py index 9ac739d3c..52499d04f 100644 --- a/ory_client/models/successful_native_login.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/successful_native_registration.py b/ory_client/models/successful_native_registration.py index c24fce24a..8001f1eec 100644 --- a/ory_client/models/successful_native_registration.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/successful_project_update.py b/ory_client/models/successful_project_update.py index f301b09a1..f72918078 100644 --- a/ory_client/models/successful_project_update.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/tax_line_item.py b/ory_client/models/tax_line_item.py index 29c2eec76..42906d4cf 100644 --- a/ory_client/models/tax_line_item.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/time_interval.py b/ory_client/models/time_interval.py index e3482e8c2..5961cf80c 100644 --- a/ory_client/models/time_interval.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/token_pagination.py b/ory_client/models/token_pagination.py index 6fa135e51..9dde309c9 100644 --- a/ory_client/models/token_pagination.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/token_pagination_headers.py b/ory_client/models/token_pagination_headers.py index 75854628e..4353ed283 100644 --- a/ory_client/models/token_pagination_headers.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/token_pagination_request_parameters.py b/ory_client/models/token_pagination_request_parameters.py index 525f6fc44..c0025ef20 100644 --- a/ory_client/models/token_pagination_request_parameters.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/token_pagination_response_headers.py b/ory_client/models/token_pagination_response_headers.py index b541d897d..aaa7289d5 100644 --- a/ory_client/models/token_pagination_response_headers.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/trust_o_auth2_jwt_grant_issuer.py b/ory_client/models/trust_o_auth2_jwt_grant_issuer.py index 6cb050b2b..399d3fd50 100644 --- a/ory_client/models/trust_o_auth2_jwt_grant_issuer.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/trusted_o_auth2_jwt_grant_issuer.py b/ory_client/models/trusted_o_auth2_jwt_grant_issuer.py index 296dfecc5..1d923d658 100644 --- a/ory_client/models/trusted_o_auth2_jwt_grant_issuer.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/trusted_o_auth2_jwt_grant_json_web_key.py b/ory_client/models/trusted_o_auth2_jwt_grant_json_web_key.py index 4989fac80..707e5bf16 100644 --- a/ory_client/models/trusted_o_auth2_jwt_grant_json_web_key.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/ui_container.py b/ory_client/models/ui_container.py index 33970cbd9..0276c8672 100644 --- a/ory_client/models/ui_container.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/ui_node.py b/ory_client/models/ui_node.py index 0c6ebf3c4..85dd55e1c 100644 --- a/ory_client/models/ui_node.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/ui_node_anchor_attributes.py b/ory_client/models/ui_node_anchor_attributes.py index e09f6217f..c0a905359 100644 --- a/ory_client/models/ui_node_anchor_attributes.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/ui_node_attributes.py b/ory_client/models/ui_node_attributes.py index a963300c1..6a0dd9f49 100644 --- a/ory_client/models/ui_node_attributes.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -24,7 +24,7 @@ from ory_client.models.ui_node_script_attributes import UiNodeScriptAttributes from ory_client.models.ui_node_text_attributes import UiNodeTextAttributes from pydantic import StrictStr, Field -from typing import Union, List, Optional, Dict +from typing import Union, List, Set, Optional, Dict from typing_extensions import Literal, Self UINODEATTRIBUTES_ONE_OF_SCHEMAS = ["UiNodeAnchorAttributes", "UiNodeImageAttributes", "UiNodeInputAttributes", "UiNodeScriptAttributes", "UiNodeTextAttributes"] @@ -44,7 +44,7 @@ class UiNodeAttributes(BaseModel): # data type: UiNodeScriptAttributes oneof_schema_5_validator: Optional[UiNodeScriptAttributes] = None actual_instance: Optional[Union[UiNodeAnchorAttributes, UiNodeImageAttributes, UiNodeInputAttributes, UiNodeScriptAttributes, UiNodeTextAttributes]] = None - one_of_schemas: List[str] = Field(default=Literal["UiNodeAnchorAttributes", "UiNodeImageAttributes", "UiNodeInputAttributes", "UiNodeScriptAttributes", "UiNodeTextAttributes"]) + one_of_schemas: Set[str] = { "UiNodeAnchorAttributes", "UiNodeImageAttributes", "UiNodeInputAttributes", "UiNodeScriptAttributes", "UiNodeTextAttributes" } model_config = ConfigDict( validate_assignment=True, diff --git a/ory_client/models/ui_node_image_attributes.py b/ory_client/models/ui_node_image_attributes.py index 83c894adc..e53a54fe2 100644 --- a/ory_client/models/ui_node_image_attributes.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/ui_node_input_attributes.py b/ory_client/models/ui_node_input_attributes.py index 1832ad6ad..bdd531ba3 100644 --- a/ory_client/models/ui_node_input_attributes.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/ui_node_meta.py b/ory_client/models/ui_node_meta.py index b6da951be..db007d32e 100644 --- a/ory_client/models/ui_node_meta.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/ui_node_script_attributes.py b/ory_client/models/ui_node_script_attributes.py index 0a223c4a5..25e4b3b9a 100644 --- a/ory_client/models/ui_node_script_attributes.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/ui_node_text_attributes.py b/ory_client/models/ui_node_text_attributes.py index dd1b0cada..9f69d3204 100644 --- a/ory_client/models/ui_node_text_attributes.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/ui_text.py b/ory_client/models/ui_text.py index 3a407cc19..e981f183a 100644 --- a/ory_client/models/ui_text.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_identity_body.py b/ory_client/models/update_identity_body.py index 3c6edbfb7..e5280f8cb 100644 --- a/ory_client/models/update_identity_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_login_flow_body.py b/ory_client/models/update_login_flow_body.py index 3b001904e..16ad7f8e1 100644 --- a/ory_client/models/update_login_flow_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -26,7 +26,7 @@ from ory_client.models.update_login_flow_with_totp_method import UpdateLoginFlowWithTotpMethod from ory_client.models.update_login_flow_with_web_authn_method import UpdateLoginFlowWithWebAuthnMethod from pydantic import StrictStr, Field -from typing import Union, List, Optional, Dict +from typing import Union, List, Set, Optional, Dict from typing_extensions import Literal, Self UPDATELOGINFLOWBODY_ONE_OF_SCHEMAS = ["UpdateLoginFlowWithCodeMethod", "UpdateLoginFlowWithLookupSecretMethod", "UpdateLoginFlowWithOidcMethod", "UpdateLoginFlowWithPasskeyMethod", "UpdateLoginFlowWithPasswordMethod", "UpdateLoginFlowWithTotpMethod", "UpdateLoginFlowWithWebAuthnMethod"] @@ -50,7 +50,7 @@ class UpdateLoginFlowBody(BaseModel): # data type: UpdateLoginFlowWithPasskeyMethod oneof_schema_7_validator: Optional[UpdateLoginFlowWithPasskeyMethod] = None actual_instance: Optional[Union[UpdateLoginFlowWithCodeMethod, UpdateLoginFlowWithLookupSecretMethod, UpdateLoginFlowWithOidcMethod, UpdateLoginFlowWithPasskeyMethod, UpdateLoginFlowWithPasswordMethod, UpdateLoginFlowWithTotpMethod, UpdateLoginFlowWithWebAuthnMethod]] = None - one_of_schemas: List[str] = Field(default=Literal["UpdateLoginFlowWithCodeMethod", "UpdateLoginFlowWithLookupSecretMethod", "UpdateLoginFlowWithOidcMethod", "UpdateLoginFlowWithPasskeyMethod", "UpdateLoginFlowWithPasswordMethod", "UpdateLoginFlowWithTotpMethod", "UpdateLoginFlowWithWebAuthnMethod"]) + one_of_schemas: Set[str] = { "UpdateLoginFlowWithCodeMethod", "UpdateLoginFlowWithLookupSecretMethod", "UpdateLoginFlowWithOidcMethod", "UpdateLoginFlowWithPasskeyMethod", "UpdateLoginFlowWithPasswordMethod", "UpdateLoginFlowWithTotpMethod", "UpdateLoginFlowWithWebAuthnMethod" } model_config = ConfigDict( validate_assignment=True, diff --git a/ory_client/models/update_login_flow_with_code_method.py b/ory_client/models/update_login_flow_with_code_method.py index 29f0d5b88..f4e40964b 100644 --- a/ory_client/models/update_login_flow_with_code_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_login_flow_with_lookup_secret_method.py b/ory_client/models/update_login_flow_with_lookup_secret_method.py index 9a2d9b551..20e82a1fb 100644 --- a/ory_client/models/update_login_flow_with_lookup_secret_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_login_flow_with_oidc_method.py b/ory_client/models/update_login_flow_with_oidc_method.py index 5dcc7446b..25aab10ae 100644 --- a/ory_client/models/update_login_flow_with_oidc_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_login_flow_with_passkey_method.py b/ory_client/models/update_login_flow_with_passkey_method.py index 74acf69e1..b214ac361 100644 --- a/ory_client/models/update_login_flow_with_passkey_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_login_flow_with_password_method.py b/ory_client/models/update_login_flow_with_password_method.py index 10f57155d..0ef59dc79 100644 --- a/ory_client/models/update_login_flow_with_password_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_login_flow_with_totp_method.py b/ory_client/models/update_login_flow_with_totp_method.py index 9b9f01dd0..45bbc339c 100644 --- a/ory_client/models/update_login_flow_with_totp_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_login_flow_with_web_authn_method.py b/ory_client/models/update_login_flow_with_web_authn_method.py index 2a3cf0e71..85cf89a11 100644 --- a/ory_client/models/update_login_flow_with_web_authn_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_recovery_flow_body.py b/ory_client/models/update_recovery_flow_body.py index 2c76c2c57..aeeef55a0 100644 --- a/ory_client/models/update_recovery_flow_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -21,7 +21,7 @@ from ory_client.models.update_recovery_flow_with_code_method import UpdateRecoveryFlowWithCodeMethod from ory_client.models.update_recovery_flow_with_link_method import UpdateRecoveryFlowWithLinkMethod from pydantic import StrictStr, Field -from typing import Union, List, Optional, Dict +from typing import Union, List, Set, Optional, Dict from typing_extensions import Literal, Self UPDATERECOVERYFLOWBODY_ONE_OF_SCHEMAS = ["UpdateRecoveryFlowWithCodeMethod", "UpdateRecoveryFlowWithLinkMethod"] @@ -35,7 +35,7 @@ class UpdateRecoveryFlowBody(BaseModel): # data type: UpdateRecoveryFlowWithCodeMethod oneof_schema_2_validator: Optional[UpdateRecoveryFlowWithCodeMethod] = None actual_instance: Optional[Union[UpdateRecoveryFlowWithCodeMethod, UpdateRecoveryFlowWithLinkMethod]] = None - one_of_schemas: List[str] = Field(default=Literal["UpdateRecoveryFlowWithCodeMethod", "UpdateRecoveryFlowWithLinkMethod"]) + one_of_schemas: Set[str] = { "UpdateRecoveryFlowWithCodeMethod", "UpdateRecoveryFlowWithLinkMethod" } model_config = ConfigDict( validate_assignment=True, diff --git a/ory_client/models/update_recovery_flow_with_code_method.py b/ory_client/models/update_recovery_flow_with_code_method.py index 4ee0b4892..6113f3519 100644 --- a/ory_client/models/update_recovery_flow_with_code_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_recovery_flow_with_link_method.py b/ory_client/models/update_recovery_flow_with_link_method.py index 218e80b25..f6049a769 100644 --- a/ory_client/models/update_recovery_flow_with_link_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_registration_flow_body.py b/ory_client/models/update_registration_flow_body.py index bdc0ed0ff..979f86931 100644 --- a/ory_client/models/update_registration_flow_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -24,7 +24,7 @@ from ory_client.models.update_registration_flow_with_password_method import UpdateRegistrationFlowWithPasswordMethod from ory_client.models.update_registration_flow_with_web_authn_method import UpdateRegistrationFlowWithWebAuthnMethod from pydantic import StrictStr, Field -from typing import Union, List, Optional, Dict +from typing import Union, List, Set, Optional, Dict from typing_extensions import Literal, Self UPDATEREGISTRATIONFLOWBODY_ONE_OF_SCHEMAS = ["UpdateRegistrationFlowWithCodeMethod", "UpdateRegistrationFlowWithOidcMethod", "UpdateRegistrationFlowWithPasskeyMethod", "UpdateRegistrationFlowWithPasswordMethod", "UpdateRegistrationFlowWithWebAuthnMethod"] @@ -44,7 +44,7 @@ class UpdateRegistrationFlowBody(BaseModel): # data type: UpdateRegistrationFlowWithPasskeyMethod oneof_schema_5_validator: Optional[UpdateRegistrationFlowWithPasskeyMethod] = None actual_instance: Optional[Union[UpdateRegistrationFlowWithCodeMethod, UpdateRegistrationFlowWithOidcMethod, UpdateRegistrationFlowWithPasskeyMethod, UpdateRegistrationFlowWithPasswordMethod, UpdateRegistrationFlowWithWebAuthnMethod]] = None - one_of_schemas: List[str] = Field(default=Literal["UpdateRegistrationFlowWithCodeMethod", "UpdateRegistrationFlowWithOidcMethod", "UpdateRegistrationFlowWithPasskeyMethod", "UpdateRegistrationFlowWithPasswordMethod", "UpdateRegistrationFlowWithWebAuthnMethod"]) + one_of_schemas: Set[str] = { "UpdateRegistrationFlowWithCodeMethod", "UpdateRegistrationFlowWithOidcMethod", "UpdateRegistrationFlowWithPasskeyMethod", "UpdateRegistrationFlowWithPasswordMethod", "UpdateRegistrationFlowWithWebAuthnMethod" } model_config = ConfigDict( validate_assignment=True, diff --git a/ory_client/models/update_registration_flow_with_code_method.py b/ory_client/models/update_registration_flow_with_code_method.py index 0f4f16b92..18942cf31 100644 --- a/ory_client/models/update_registration_flow_with_code_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_registration_flow_with_oidc_method.py b/ory_client/models/update_registration_flow_with_oidc_method.py index 16f72304a..30e5dc0da 100644 --- a/ory_client/models/update_registration_flow_with_oidc_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_registration_flow_with_passkey_method.py b/ory_client/models/update_registration_flow_with_passkey_method.py index fe9aeb161..9245ff5eb 100644 --- a/ory_client/models/update_registration_flow_with_passkey_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_registration_flow_with_password_method.py b/ory_client/models/update_registration_flow_with_password_method.py index f7f704d3f..7783f8431 100644 --- a/ory_client/models/update_registration_flow_with_password_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_registration_flow_with_profile_method.py b/ory_client/models/update_registration_flow_with_profile_method.py index 17753c012..a4486a271 100644 --- a/ory_client/models/update_registration_flow_with_profile_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_registration_flow_with_web_authn_method.py b/ory_client/models/update_registration_flow_with_web_authn_method.py index 823a1d5f9..0ea11fdd6 100644 --- a/ory_client/models/update_registration_flow_with_web_authn_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_settings_flow_body.py b/ory_client/models/update_settings_flow_body.py index a04aef358..de2a09f5d 100644 --- a/ory_client/models/update_settings_flow_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -26,7 +26,7 @@ from ory_client.models.update_settings_flow_with_totp_method import UpdateSettingsFlowWithTotpMethod from ory_client.models.update_settings_flow_with_web_authn_method import UpdateSettingsFlowWithWebAuthnMethod from pydantic import StrictStr, Field -from typing import Union, List, Optional, Dict +from typing import Union, List, Set, Optional, Dict from typing_extensions import Literal, Self UPDATESETTINGSFLOWBODY_ONE_OF_SCHEMAS = ["UpdateSettingsFlowWithLookupMethod", "UpdateSettingsFlowWithOidcMethod", "UpdateSettingsFlowWithPasskeyMethod", "UpdateSettingsFlowWithPasswordMethod", "UpdateSettingsFlowWithProfileMethod", "UpdateSettingsFlowWithTotpMethod", "UpdateSettingsFlowWithWebAuthnMethod"] @@ -50,7 +50,7 @@ class UpdateSettingsFlowBody(BaseModel): # data type: UpdateSettingsFlowWithPasskeyMethod oneof_schema_7_validator: Optional[UpdateSettingsFlowWithPasskeyMethod] = None actual_instance: Optional[Union[UpdateSettingsFlowWithLookupMethod, UpdateSettingsFlowWithOidcMethod, UpdateSettingsFlowWithPasskeyMethod, UpdateSettingsFlowWithPasswordMethod, UpdateSettingsFlowWithProfileMethod, UpdateSettingsFlowWithTotpMethod, UpdateSettingsFlowWithWebAuthnMethod]] = None - one_of_schemas: List[str] = Field(default=Literal["UpdateSettingsFlowWithLookupMethod", "UpdateSettingsFlowWithOidcMethod", "UpdateSettingsFlowWithPasskeyMethod", "UpdateSettingsFlowWithPasswordMethod", "UpdateSettingsFlowWithProfileMethod", "UpdateSettingsFlowWithTotpMethod", "UpdateSettingsFlowWithWebAuthnMethod"]) + one_of_schemas: Set[str] = { "UpdateSettingsFlowWithLookupMethod", "UpdateSettingsFlowWithOidcMethod", "UpdateSettingsFlowWithPasskeyMethod", "UpdateSettingsFlowWithPasswordMethod", "UpdateSettingsFlowWithProfileMethod", "UpdateSettingsFlowWithTotpMethod", "UpdateSettingsFlowWithWebAuthnMethod" } model_config = ConfigDict( validate_assignment=True, diff --git a/ory_client/models/update_settings_flow_with_lookup_method.py b/ory_client/models/update_settings_flow_with_lookup_method.py index 7d914cac0..229e25805 100644 --- a/ory_client/models/update_settings_flow_with_lookup_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_settings_flow_with_oidc_method.py b/ory_client/models/update_settings_flow_with_oidc_method.py index 7dcd73b53..30aea291b 100644 --- a/ory_client/models/update_settings_flow_with_oidc_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_settings_flow_with_passkey_method.py b/ory_client/models/update_settings_flow_with_passkey_method.py index c05e9e387..a505ddf4b 100644 --- a/ory_client/models/update_settings_flow_with_passkey_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_settings_flow_with_password_method.py b/ory_client/models/update_settings_flow_with_password_method.py index 2fb3101bd..6a908d6c1 100644 --- a/ory_client/models/update_settings_flow_with_password_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_settings_flow_with_profile_method.py b/ory_client/models/update_settings_flow_with_profile_method.py index 643e1ba7f..a8151e9c5 100644 --- a/ory_client/models/update_settings_flow_with_profile_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_settings_flow_with_totp_method.py b/ory_client/models/update_settings_flow_with_totp_method.py index 73ef7d141..4e3fd2668 100644 --- a/ory_client/models/update_settings_flow_with_totp_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_settings_flow_with_web_authn_method.py b/ory_client/models/update_settings_flow_with_web_authn_method.py index 450a37842..138dcb926 100644 --- a/ory_client/models/update_settings_flow_with_web_authn_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_subscription_body.py b/ory_client/models/update_subscription_body.py index a614db4a6..c4fca8bb3 100644 --- a/ory_client/models/update_subscription_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_verification_flow_body.py b/ory_client/models/update_verification_flow_body.py index 100cded78..fc9b6d787 100644 --- a/ory_client/models/update_verification_flow_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -21,7 +21,7 @@ from ory_client.models.update_verification_flow_with_code_method import UpdateVerificationFlowWithCodeMethod from ory_client.models.update_verification_flow_with_link_method import UpdateVerificationFlowWithLinkMethod from pydantic import StrictStr, Field -from typing import Union, List, Optional, Dict +from typing import Union, List, Set, Optional, Dict from typing_extensions import Literal, Self UPDATEVERIFICATIONFLOWBODY_ONE_OF_SCHEMAS = ["UpdateVerificationFlowWithCodeMethod", "UpdateVerificationFlowWithLinkMethod"] @@ -35,7 +35,7 @@ class UpdateVerificationFlowBody(BaseModel): # data type: UpdateVerificationFlowWithCodeMethod oneof_schema_2_validator: Optional[UpdateVerificationFlowWithCodeMethod] = None actual_instance: Optional[Union[UpdateVerificationFlowWithCodeMethod, UpdateVerificationFlowWithLinkMethod]] = None - one_of_schemas: List[str] = Field(default=Literal["UpdateVerificationFlowWithCodeMethod", "UpdateVerificationFlowWithLinkMethod"]) + one_of_schemas: Set[str] = { "UpdateVerificationFlowWithCodeMethod", "UpdateVerificationFlowWithLinkMethod" } model_config = ConfigDict( validate_assignment=True, diff --git a/ory_client/models/update_verification_flow_with_code_method.py b/ory_client/models/update_verification_flow_with_code_method.py index 06132b989..174d3037c 100644 --- a/ory_client/models/update_verification_flow_with_code_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_verification_flow_with_link_method.py b/ory_client/models/update_verification_flow_with_link_method.py index f784d0cab..66608ffae 100644 --- a/ory_client/models/update_verification_flow_with_link_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_workspace_body.py b/ory_client/models/update_workspace_body.py index 6f77e6336..8595d20eb 100644 --- a/ory_client/models/update_workspace_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/usage.py b/ory_client/models/usage.py index 467635267..78b8b014f 100644 --- a/ory_client/models/usage.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/verifiable_credential_priming_response.py b/ory_client/models/verifiable_credential_priming_response.py index 2d875ab39..70b1f2e37 100644 --- a/ory_client/models/verifiable_credential_priming_response.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/verifiable_credential_proof.py b/ory_client/models/verifiable_credential_proof.py index 03d759cd4..2fc79abfa 100644 --- a/ory_client/models/verifiable_credential_proof.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/verifiable_credential_response.py b/ory_client/models/verifiable_credential_response.py index a2e0b63ca..8b652face 100644 --- a/ory_client/models/verifiable_credential_response.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/verifiable_identity_address.py b/ory_client/models/verifiable_identity_address.py index 302d98d9a..9a0287049 100644 --- a/ory_client/models/verifiable_identity_address.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/verification_flow.py b/ory_client/models/verification_flow.py index 885c8f119..a4b52ec1c 100644 --- a/ory_client/models/verification_flow.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/verification_flow_state.py b/ory_client/models/verification_flow_state.py index bdd103618..45360b80e 100644 --- a/ory_client/models/verification_flow_state.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/version.py b/ory_client/models/version.py index b47f7c0ac..e1a56e7f2 100644 --- a/ory_client/models/version.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/warning.py b/ory_client/models/warning.py index 330fc1e9f..ae1d86805 100644 --- a/ory_client/models/warning.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/workspace.py b/ory_client/models/workspace.py index 285fa865f..056f0e709 100644 --- a/ory_client/models/workspace.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/workspace_api_key.py b/ory_client/models/workspace_api_key.py index bdad7f272..4dab2eff9 100644 --- a/ory_client/models/workspace_api_key.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/rest.py b/ory_client/rest.py index d029851c1..d3cfcdcc9 100644 --- a/ory_client/rest.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -203,6 +203,8 @@ def request( # Content-Type which generated by urllib3 will be # overwritten. del headers['Content-Type'] + # Ensures that dict objects are serialized + post_params = [(a, json.dumps(b)) if isinstance(b, dict) else (a,b) for a, b in post_params] r = self.pool_manager.request( method, url, diff --git a/pyproject.toml b/pyproject.toml index 2ac4b7c11..496a2205e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ory_client" -version = "v1.12.2" +version = "v1.13.0" description = "Ory APIs" authors = ["API Support "] license = "Apache 2.0" diff --git a/setup.py b/setup.py index 0ab0bee51..a27d7e670 100644 --- a/setup.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.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.12.2" +VERSION = "v1.13.0" PYTHON_REQUIRES = ">=3.7" REQUIRES = [ "urllib3 >= 1.25.3, < 2.1.0", diff --git a/test/test_accept_o_auth2_consent_request.py b/test/test_accept_o_auth2_consent_request.py index ca2c7504a..8d1370288 100644 --- a/test/test_accept_o_auth2_consent_request.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> AcceptOAuth2ConsentRequest: """Test AcceptOAuth2ConsentRequest - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `AcceptOAuth2ConsentRequest` diff --git a/test/test_accept_o_auth2_consent_request_session.py b/test/test_accept_o_auth2_consent_request_session.py index 26fce6563..5f130c06c 100644 --- a/test/test_accept_o_auth2_consent_request_session.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> AcceptOAuth2ConsentRequestSession: """Test AcceptOAuth2ConsentRequestSession - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `AcceptOAuth2ConsentRequestSession` diff --git a/test/test_accept_o_auth2_login_request.py b/test/test_accept_o_auth2_login_request.py index 2232a3d3f..649e5c7b2 100644 --- a/test/test_accept_o_auth2_login_request.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> AcceptOAuth2LoginRequest: """Test AcceptOAuth2LoginRequest - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `AcceptOAuth2LoginRequest` diff --git a/test/test_account_experience_configuration.py b/test/test_account_experience_configuration.py index a065bec46..d0af67933 100644 --- a/test/test_account_experience_configuration.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> AccountExperienceConfiguration: """Test AccountExperienceConfiguration - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `AccountExperienceConfiguration` diff --git a/test/test_account_experience_theme_variables.py b/test/test_account_experience_theme_variables.py index 21e51addf..8849c6ae7 100644 --- a/test/test_account_experience_theme_variables.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> AccountExperienceThemeVariables: """Test AccountExperienceThemeVariables - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `AccountExperienceThemeVariables` diff --git a/test/test_active_project_in_console.py b/test/test_active_project_in_console.py index 42aecccc2..e85d97bf0 100644 --- a/test/test_active_project_in_console.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ActiveProjectInConsole: """Test ActiveProjectInConsole - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ActiveProjectInConsole` diff --git a/test/test_add_project_to_workspace_body.py b/test/test_add_project_to_workspace_body.py index 662fb1b37..3673262b4 100644 --- a/test/test_add_project_to_workspace_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> AddProjectToWorkspaceBody: """Test AddProjectToWorkspaceBody - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `AddProjectToWorkspaceBody` diff --git a/test/test_attribute.py b/test/test_attribute.py index beb39ff67..c6c8bb1bf 100644 --- a/test/test_attribute.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> Attribute: """Test Attribute - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `Attribute` diff --git a/test/test_attribute_filter.py b/test/test_attribute_filter.py index 12289b009..8c4baa637 100644 --- a/test/test_attribute_filter.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> AttributeFilter: """Test AttributeFilter - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `AttributeFilter` diff --git a/test/test_attributes_count_datapoint.py b/test/test_attributes_count_datapoint.py index f54329fbc..8f782741f 100644 --- a/test/test_attributes_count_datapoint.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> AttributesCountDatapoint: """Test AttributesCountDatapoint - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `AttributesCountDatapoint` diff --git a/test/test_authenticator_assurance_level.py b/test/test_authenticator_assurance_level.py index 976432e0c..7f11a8802 100644 --- a/test/test_authenticator_assurance_level.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_batch_patch_identities_response.py b/test/test_batch_patch_identities_response.py index b3fb56d44..2e51e3fea 100644 --- a/test/test_batch_patch_identities_response.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> BatchPatchIdentitiesResponse: """Test BatchPatchIdentitiesResponse - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `BatchPatchIdentitiesResponse` diff --git a/test/test_billing_period_bucket.py b/test/test_billing_period_bucket.py index 7d4e9696d..965bf9669 100644 --- a/test/test_billing_period_bucket.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> BillingPeriodBucket: """Test BillingPeriodBucket - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `BillingPeriodBucket` diff --git a/test/test_check_opl_syntax_result.py b/test/test_check_opl_syntax_result.py index 854aadc03..e08eb6ec8 100644 --- a/test/test_check_opl_syntax_result.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> CheckOplSyntaxResult: """Test CheckOplSyntaxResult - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `CheckOplSyntaxResult` diff --git a/test/test_check_permission_result.py b/test/test_check_permission_result.py index 316edfdb1..4800aecfe 100644 --- a/test/test_check_permission_result.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> CheckPermissionResult: """Test CheckPermissionResult - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `CheckPermissionResult` diff --git a/test/test_cloud_account.py b/test/test_cloud_account.py index 2e87843d4..28d0f4270 100644 --- a/test/test_cloud_account.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> CloudAccount: """Test CloudAccount - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `CloudAccount` diff --git a/test/test_consistency_request_parameters.py b/test/test_consistency_request_parameters.py index 783cd3347..d2144912b 100644 --- a/test/test_consistency_request_parameters.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ConsistencyRequestParameters: """Test ConsistencyRequestParameters - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ConsistencyRequestParameters` diff --git a/test/test_continue_with.py b/test/test_continue_with.py index 0b920d92f..a40b6a2fd 100644 --- a/test/test_continue_with.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ContinueWith: """Test ContinueWith - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ContinueWith` diff --git a/test/test_continue_with_recovery_ui.py b/test/test_continue_with_recovery_ui.py index 4f98e00e9..e8e00dd9e 100644 --- a/test/test_continue_with_recovery_ui.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ContinueWithRecoveryUi: """Test ContinueWithRecoveryUi - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ContinueWithRecoveryUi` diff --git a/test/test_continue_with_recovery_ui_flow.py b/test/test_continue_with_recovery_ui_flow.py index 3d44bdff5..fffa7e004 100644 --- a/test/test_continue_with_recovery_ui_flow.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ContinueWithRecoveryUiFlow: """Test ContinueWithRecoveryUiFlow - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ContinueWithRecoveryUiFlow` diff --git a/test/test_continue_with_set_ory_session_token.py b/test/test_continue_with_set_ory_session_token.py index 9bde1ebb4..814186673 100644 --- a/test/test_continue_with_set_ory_session_token.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ContinueWithSetOrySessionToken: """Test ContinueWithSetOrySessionToken - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ContinueWithSetOrySessionToken` diff --git a/test/test_continue_with_settings_ui.py b/test/test_continue_with_settings_ui.py index dfc05c1fb..7a7d8ea36 100644 --- a/test/test_continue_with_settings_ui.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ContinueWithSettingsUi: """Test ContinueWithSettingsUi - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ContinueWithSettingsUi` diff --git a/test/test_continue_with_settings_ui_flow.py b/test/test_continue_with_settings_ui_flow.py index 683414e5d..83ad473dc 100644 --- a/test/test_continue_with_settings_ui_flow.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ContinueWithSettingsUiFlow: """Test ContinueWithSettingsUiFlow - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ContinueWithSettingsUiFlow` diff --git a/test/test_continue_with_verification_ui.py b/test/test_continue_with_verification_ui.py index f10ebabbe..05aa89124 100644 --- a/test/test_continue_with_verification_ui.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ContinueWithVerificationUi: """Test ContinueWithVerificationUi - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ContinueWithVerificationUi` diff --git a/test/test_continue_with_verification_ui_flow.py b/test/test_continue_with_verification_ui_flow.py index 090a4deff..8d106871f 100644 --- a/test/test_continue_with_verification_ui_flow.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ContinueWithVerificationUiFlow: """Test ContinueWithVerificationUiFlow - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ContinueWithVerificationUiFlow` diff --git a/test/test_courier_api.py b/test/test_courier_api.py index 0d99d1b5d..0ab85f6ff 100644 --- a/test/test_courier_api.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_courier_message_status.py b/test/test_courier_message_status.py index 10690da0c..4f375abf6 100644 --- a/test/test_courier_message_status.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_courier_message_type.py b/test/test_courier_message_type.py index 865042668..80c0745ea 100644 --- a/test/test_courier_message_type.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_create_custom_domain_body.py b/test/test_create_custom_domain_body.py index a0863bf40..0bf4821a2 100644 --- a/test/test_create_custom_domain_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> CreateCustomDomainBody: """Test CreateCustomDomainBody - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `CreateCustomDomainBody` diff --git a/test/test_create_event_stream_body.py b/test/test_create_event_stream_body.py index 975557ca8..3b4a04a95 100644 --- a/test/test_create_event_stream_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> CreateEventStreamBody: """Test CreateEventStreamBody - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `CreateEventStreamBody` diff --git a/test/test_create_identity_body.py b/test/test_create_identity_body.py index 9dccc8594..d255a3b84 100644 --- a/test/test_create_identity_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> CreateIdentityBody: """Test CreateIdentityBody - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `CreateIdentityBody` diff --git a/test/test_create_invite_response.py b/test/test_create_invite_response.py index 18d1f67f4..146feafea 100644 --- a/test/test_create_invite_response.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> CreateInviteResponse: """Test CreateInviteResponse - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `CreateInviteResponse` diff --git a/test/test_create_json_web_key_set.py b/test/test_create_json_web_key_set.py index 5e4fd72a0..c294fb106 100644 --- a/test/test_create_json_web_key_set.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> CreateJsonWebKeySet: """Test CreateJsonWebKeySet - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `CreateJsonWebKeySet` diff --git a/test/test_create_project_api_key_request.py b/test/test_create_project_api_key_request.py index 60802bd9e..7f7b92e3c 100644 --- a/test/test_create_project_api_key_request.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> CreateProjectApiKeyRequest: """Test CreateProjectApiKeyRequest - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `CreateProjectApiKeyRequest` diff --git a/test/test_create_project_body.py b/test/test_create_project_body.py index 1b0467411..d8b2c2d37 100644 --- a/test/test_create_project_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> CreateProjectBody: """Test CreateProjectBody - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `CreateProjectBody` diff --git a/test/test_create_project_branding.py b/test/test_create_project_branding.py index 306ff7182..2fe345b0f 100644 --- a/test/test_create_project_branding.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> CreateProjectBranding: """Test CreateProjectBranding - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `CreateProjectBranding` diff --git a/test/test_create_project_member_invite_body.py b/test/test_create_project_member_invite_body.py index 74143ac82..e761b7440 100644 --- a/test/test_create_project_member_invite_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> CreateProjectMemberInviteBody: """Test CreateProjectMemberInviteBody - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `CreateProjectMemberInviteBody` diff --git a/test/test_create_project_normalized_payload.py b/test/test_create_project_normalized_payload.py index ec2789c71..5dee7673c 100644 --- a/test/test_create_project_normalized_payload.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> CreateProjectNormalizedPayload: """Test CreateProjectNormalizedPayload - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `CreateProjectNormalizedPayload` diff --git a/test/test_create_recovery_code_for_identity_body.py b/test/test_create_recovery_code_for_identity_body.py index 9c42274cb..633ed701b 100644 --- a/test/test_create_recovery_code_for_identity_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> CreateRecoveryCodeForIdentityBody: """Test CreateRecoveryCodeForIdentityBody - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `CreateRecoveryCodeForIdentityBody` diff --git a/test/test_create_recovery_link_for_identity_body.py b/test/test_create_recovery_link_for_identity_body.py index 11c3714ae..0f29cc30a 100644 --- a/test/test_create_recovery_link_for_identity_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> CreateRecoveryLinkForIdentityBody: """Test CreateRecoveryLinkForIdentityBody - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `CreateRecoveryLinkForIdentityBody` diff --git a/test/test_create_relationship_body.py b/test/test_create_relationship_body.py index 2dcce9045..f06aa1463 100644 --- a/test/test_create_relationship_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> CreateRelationshipBody: """Test CreateRelationshipBody - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `CreateRelationshipBody` diff --git a/test/test_create_subscription_body.py b/test/test_create_subscription_body.py index cf2d545ca..59def3f49 100644 --- a/test/test_create_subscription_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> CreateSubscriptionBody: """Test CreateSubscriptionBody - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `CreateSubscriptionBody` diff --git a/test/test_create_subscription_common.py b/test/test_create_subscription_common.py index f38c823d2..bb96dca57 100644 --- a/test/test_create_subscription_common.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> CreateSubscriptionCommon: """Test CreateSubscriptionCommon - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `CreateSubscriptionCommon` diff --git a/test/test_create_verifiable_credential_request_body.py b/test/test_create_verifiable_credential_request_body.py index c7522c5f0..0b35f6a38 100644 --- a/test/test_create_verifiable_credential_request_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> CreateVerifiableCredentialRequestBody: """Test CreateVerifiableCredentialRequestBody - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `CreateVerifiableCredentialRequestBody` diff --git a/test/test_create_workspace_body.py b/test/test_create_workspace_body.py index d838d7b60..b062b53e7 100644 --- a/test/test_create_workspace_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> CreateWorkspaceBody: """Test CreateWorkspaceBody - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `CreateWorkspaceBody` diff --git a/test/test_create_workspace_member_invite_body.py b/test/test_create_workspace_member_invite_body.py index 63d7b7d75..493920278 100644 --- a/test/test_create_workspace_member_invite_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> CreateWorkspaceMemberInviteBody: """Test CreateWorkspaceMemberInviteBody - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `CreateWorkspaceMemberInviteBody` diff --git a/test/test_create_workspace_subscription_body.py b/test/test_create_workspace_subscription_body.py index 30398af73..6026fa29d 100644 --- a/test/test_create_workspace_subscription_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> CreateWorkspaceSubscriptionBody: """Test CreateWorkspaceSubscriptionBody - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `CreateWorkspaceSubscriptionBody` diff --git a/test/test_credential_supported_draft00.py b/test/test_credential_supported_draft00.py index 6db4d108f..995c7911a 100644 --- a/test/test_credential_supported_draft00.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> CredentialSupportedDraft00: """Test CredentialSupportedDraft00 - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `CredentialSupportedDraft00` diff --git a/test/test_custom_domain.py b/test/test_custom_domain.py index ed48e2669..82c8cc1b6 100644 --- a/test/test_custom_domain.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> CustomDomain: """Test CustomDomain - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `CustomDomain` diff --git a/test/test_delete_my_sessions_count.py b/test/test_delete_my_sessions_count.py index ce760fa36..aec4fbe15 100644 --- a/test/test_delete_my_sessions_count.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> DeleteMySessionsCount: """Test DeleteMySessionsCount - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `DeleteMySessionsCount` diff --git a/test/test_email_template_data.py b/test/test_email_template_data.py index cf518a3dc..dbe6fc5ed 100644 --- a/test/test_email_template_data.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> EmailTemplateData: """Test EmailTemplateData - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `EmailTemplateData` diff --git a/test/test_email_template_data_body.py b/test/test_email_template_data_body.py index a5860b565..c8d722d26 100644 --- a/test/test_email_template_data_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> EmailTemplateDataBody: """Test EmailTemplateDataBody - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `EmailTemplateDataBody` diff --git a/test/test_error_authenticator_assurance_level_not_satisfied.py b/test/test_error_authenticator_assurance_level_not_satisfied.py index 3025a2fbb..b0ecd2dea 100644 --- a/test/test_error_authenticator_assurance_level_not_satisfied.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ErrorAuthenticatorAssuranceLevelNotSatisfied: """Test ErrorAuthenticatorAssuranceLevelNotSatisfied - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ErrorAuthenticatorAssuranceLevelNotSatisfied` diff --git a/test/test_error_browser_location_change_required.py b/test/test_error_browser_location_change_required.py index ebf002c9c..535fea231 100644 --- a/test/test_error_browser_location_change_required.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ErrorBrowserLocationChangeRequired: """Test ErrorBrowserLocationChangeRequired - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ErrorBrowserLocationChangeRequired` diff --git a/test/test_error_flow_replaced.py b/test/test_error_flow_replaced.py index 8467d4fa9..2c9f6b411 100644 --- a/test/test_error_flow_replaced.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ErrorFlowReplaced: """Test ErrorFlowReplaced - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ErrorFlowReplaced` diff --git a/test/test_error_generic.py b/test/test_error_generic.py index d62e362bb..852eb149c 100644 --- a/test/test_error_generic.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ErrorGeneric: """Test ErrorGeneric - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ErrorGeneric` diff --git a/test/test_error_o_auth2.py b/test/test_error_o_auth2.py index d3af4a696..b257cb4fe 100644 --- a/test/test_error_o_auth2.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ErrorOAuth2: """Test ErrorOAuth2 - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ErrorOAuth2` diff --git a/test/test_event_stream.py b/test/test_event_stream.py index b4a01b1ae..d07389864 100644 --- a/test/test_event_stream.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> EventStream: """Test EventStream - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `EventStream` diff --git a/test/test_events_api.py b/test/test_events_api.py index c2a3634fe..67614b2b4 100644 --- a/test/test_events_api.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_expanded_permission_tree.py b/test/test_expanded_permission_tree.py index 24ed95cdd..d49fdb1fc 100644 --- a/test/test_expanded_permission_tree.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ExpandedPermissionTree: """Test ExpandedPermissionTree - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ExpandedPermissionTree` diff --git a/test/test_flow_error.py b/test/test_flow_error.py index 38928a4a3..6c7bba477 100644 --- a/test/test_flow_error.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> FlowError: """Test FlowError - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `FlowError` diff --git a/test/test_frontend_api.py b/test/test_frontend_api.py index 2a6b46d1c..d882e5b78 100644 --- a/test/test_frontend_api.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_generic_error.py b/test/test_generic_error.py index 7df1f2319..f6017eceb 100644 --- a/test/test_generic_error.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> GenericError: """Test GenericError - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `GenericError` diff --git a/test/test_generic_error_content.py b/test/test_generic_error_content.py index 1b4b76a8a..50bd49819 100644 --- a/test/test_generic_error_content.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> GenericErrorContent: """Test GenericErrorContent - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `GenericErrorContent` diff --git a/test/test_generic_usage.py b/test/test_generic_usage.py index 753c440a3..2b064700f 100644 --- a/test/test_generic_usage.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> GenericUsage: """Test GenericUsage - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `GenericUsage` diff --git a/test/test_get_attributes_count_response.py b/test/test_get_attributes_count_response.py index 669c2580d..6d17f942f 100644 --- a/test/test_get_attributes_count_response.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> GetAttributesCountResponse: """Test GetAttributesCountResponse - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `GetAttributesCountResponse` diff --git a/test/test_get_managed_identity_schema_location.py b/test/test_get_managed_identity_schema_location.py index f30f1b15f..1270d55dc 100644 --- a/test/test_get_managed_identity_schema_location.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> GetManagedIdentitySchemaLocation: """Test GetManagedIdentitySchemaLocation - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `GetManagedIdentitySchemaLocation` diff --git a/test/test_get_metrics_event_attributes_response.py b/test/test_get_metrics_event_attributes_response.py index b711e311f..168d98ebb 100644 --- a/test/test_get_metrics_event_attributes_response.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> GetMetricsEventAttributesResponse: """Test GetMetricsEventAttributesResponse - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `GetMetricsEventAttributesResponse` diff --git a/test/test_get_metrics_event_types_response.py b/test/test_get_metrics_event_types_response.py index 0c2920306..c2208d92a 100644 --- a/test/test_get_metrics_event_types_response.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> GetMetricsEventTypesResponse: """Test GetMetricsEventTypesResponse - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `GetMetricsEventTypesResponse` diff --git a/test/test_get_organization_response.py b/test/test_get_organization_response.py index b7640999f..23c7c8d58 100644 --- a/test/test_get_organization_response.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> GetOrganizationResponse: """Test GetOrganizationResponse - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `GetOrganizationResponse` diff --git a/test/test_get_project_events_body.py b/test/test_get_project_events_body.py index e5250d82d..a5820580f 100644 --- a/test/test_get_project_events_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> GetProjectEventsBody: """Test GetProjectEventsBody - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `GetProjectEventsBody` diff --git a/test/test_get_project_events_response.py b/test/test_get_project_events_response.py index ceb3859e8..056694391 100644 --- a/test/test_get_project_events_response.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> GetProjectEventsResponse: """Test GetProjectEventsResponse - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `GetProjectEventsResponse` diff --git a/test/test_get_project_metrics_response.py b/test/test_get_project_metrics_response.py index b184af512..8fe807b24 100644 --- a/test/test_get_project_metrics_response.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> GetProjectMetricsResponse: """Test GetProjectMetricsResponse - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `GetProjectMetricsResponse` diff --git a/test/test_get_session_activity_response.py b/test/test_get_session_activity_response.py index 78acf76d2..2dbc1c93c 100644 --- a/test/test_get_session_activity_response.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> GetSessionActivityResponse: """Test GetSessionActivityResponse - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `GetSessionActivityResponse` diff --git a/test/test_get_version200_response.py b/test/test_get_version200_response.py index 8f6da577c..4d2cbb75d 100644 --- a/test/test_get_version200_response.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> GetVersion200Response: """Test GetVersion200Response - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `GetVersion200Response` diff --git a/test/test_health_not_ready_status.py b/test/test_health_not_ready_status.py index bf0592f7d..fc63f9d39 100644 --- a/test/test_health_not_ready_status.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> HealthNotReadyStatus: """Test HealthNotReadyStatus - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `HealthNotReadyStatus` diff --git a/test/test_health_status.py b/test/test_health_status.py index ff4356f98..d712be09c 100644 --- a/test/test_health_status.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> HealthStatus: """Test HealthStatus - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `HealthStatus` diff --git a/test/test_identity.py b/test/test_identity.py index 19b8f34fa..78bca4ca3 100644 --- a/test/test_identity.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> Identity: """Test Identity - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `Identity` diff --git a/test/test_identity_api.py b/test/test_identity_api.py index dc52b6cc8..2d3429d9b 100644 --- a/test/test_identity_api.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_identity_credentials.py b/test/test_identity_credentials.py index 1ca08088e..6bed1155b 100644 --- a/test/test_identity_credentials.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> IdentityCredentials: """Test IdentityCredentials - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `IdentityCredentials` diff --git a/test/test_identity_credentials_code.py b/test/test_identity_credentials_code.py index 5f85c7d4c..500a1608a 100644 --- a/test/test_identity_credentials_code.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> IdentityCredentialsCode: """Test IdentityCredentialsCode - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `IdentityCredentialsCode` diff --git a/test/test_identity_credentials_oidc.py b/test/test_identity_credentials_oidc.py index 09aca898e..94e1a7d6b 100644 --- a/test/test_identity_credentials_oidc.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> IdentityCredentialsOidc: """Test IdentityCredentialsOidc - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `IdentityCredentialsOidc` diff --git a/test/test_identity_credentials_oidc_provider.py b/test/test_identity_credentials_oidc_provider.py index b0e754831..b24997ed3 100644 --- a/test/test_identity_credentials_oidc_provider.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> IdentityCredentialsOidcProvider: """Test IdentityCredentialsOidcProvider - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `IdentityCredentialsOidcProvider` diff --git a/test/test_identity_credentials_password.py b/test/test_identity_credentials_password.py index 4c4507e33..985686f83 100644 --- a/test/test_identity_credentials_password.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> IdentityCredentialsPassword: """Test IdentityCredentialsPassword - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `IdentityCredentialsPassword` diff --git a/test/test_identity_patch.py b/test/test_identity_patch.py index a47df62c3..eae7ab148 100644 --- a/test/test_identity_patch.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> IdentityPatch: """Test IdentityPatch - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `IdentityPatch` diff --git a/test/test_identity_patch_response.py b/test/test_identity_patch_response.py index 4b63c003b..9032bc1fd 100644 --- a/test/test_identity_patch_response.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> IdentityPatchResponse: """Test IdentityPatchResponse - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `IdentityPatchResponse` diff --git a/test/test_identity_schema_container.py b/test/test_identity_schema_container.py index 775ddbf5e..9f32479c1 100644 --- a/test/test_identity_schema_container.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> IdentitySchemaContainer: """Test IdentitySchemaContainer - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `IdentitySchemaContainer` diff --git a/test/test_identity_schema_preset.py b/test/test_identity_schema_preset.py index 5f17040a9..75990844b 100644 --- a/test/test_identity_schema_preset.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> IdentitySchemaPreset: """Test IdentitySchemaPreset - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `IdentitySchemaPreset` diff --git a/test/test_identity_with_credentials.py b/test/test_identity_with_credentials.py index 1e45be4cb..e9369959b 100644 --- a/test/test_identity_with_credentials.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> IdentityWithCredentials: """Test IdentityWithCredentials - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `IdentityWithCredentials` diff --git a/test/test_identity_with_credentials_oidc.py b/test/test_identity_with_credentials_oidc.py index 089917fbd..395cd8f08 100644 --- a/test/test_identity_with_credentials_oidc.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> IdentityWithCredentialsOidc: """Test IdentityWithCredentialsOidc - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `IdentityWithCredentialsOidc` diff --git a/test/test_identity_with_credentials_oidc_config.py b/test/test_identity_with_credentials_oidc_config.py index fb5838de5..20096a367 100644 --- a/test/test_identity_with_credentials_oidc_config.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> IdentityWithCredentialsOidcConfig: """Test IdentityWithCredentialsOidcConfig - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `IdentityWithCredentialsOidcConfig` diff --git a/test/test_identity_with_credentials_oidc_config_provider.py b/test/test_identity_with_credentials_oidc_config_provider.py index a03e1114b..faf26605c 100644 --- a/test/test_identity_with_credentials_oidc_config_provider.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> IdentityWithCredentialsOidcConfigProvider: """Test IdentityWithCredentialsOidcConfigProvider - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `IdentityWithCredentialsOidcConfigProvider` diff --git a/test/test_identity_with_credentials_password.py b/test/test_identity_with_credentials_password.py index a4fd32449..5071027c3 100644 --- a/test/test_identity_with_credentials_password.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> IdentityWithCredentialsPassword: """Test IdentityWithCredentialsPassword - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `IdentityWithCredentialsPassword` diff --git a/test/test_identity_with_credentials_password_config.py b/test/test_identity_with_credentials_password_config.py index e449a3e16..c7b7d39cf 100644 --- a/test/test_identity_with_credentials_password_config.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> IdentityWithCredentialsPasswordConfig: """Test IdentityWithCredentialsPasswordConfig - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `IdentityWithCredentialsPasswordConfig` diff --git a/test/test_internal_get_project_branding_body.py b/test/test_internal_get_project_branding_body.py index 56d1727b8..48d0c6d81 100644 --- a/test/test_internal_get_project_branding_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> InternalGetProjectBrandingBody: """Test InternalGetProjectBrandingBody - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `InternalGetProjectBrandingBody` diff --git a/test/test_internal_is_ax_welcome_screen_enabled_for_project_body.py b/test/test_internal_is_ax_welcome_screen_enabled_for_project_body.py index 895f916c8..3b21ee3d1 100644 --- a/test/test_internal_is_ax_welcome_screen_enabled_for_project_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> InternalIsAXWelcomeScreenEnabledForProjectBody: """Test InternalIsAXWelcomeScreenEnabledForProjectBody - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `InternalIsAXWelcomeScreenEnabledForProjectBody` diff --git a/test/test_internal_is_owner_for_project_by_slug_body.py b/test/test_internal_is_owner_for_project_by_slug_body.py index 11c402362..c19964e94 100644 --- a/test/test_internal_is_owner_for_project_by_slug_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> InternalIsOwnerForProjectBySlugBody: """Test InternalIsOwnerForProjectBySlugBody - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `InternalIsOwnerForProjectBySlugBody` diff --git a/test/test_internal_is_owner_for_project_by_slug_response.py b/test/test_internal_is_owner_for_project_by_slug_response.py index 36e75dff1..bae6a27c6 100644 --- a/test/test_internal_is_owner_for_project_by_slug_response.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> InternalIsOwnerForProjectBySlugResponse: """Test InternalIsOwnerForProjectBySlugResponse - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `InternalIsOwnerForProjectBySlugResponse` diff --git a/test/test_introspected_o_auth2_token.py b/test/test_introspected_o_auth2_token.py index 14536cd84..3cf509776 100644 --- a/test/test_introspected_o_auth2_token.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> IntrospectedOAuth2Token: """Test IntrospectedOAuth2Token - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `IntrospectedOAuth2Token` diff --git a/test/test_invoice.py b/test/test_invoice.py index c3767fb68..b6196d417 100644 --- a/test/test_invoice.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> Invoice: """Test Invoice - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `Invoice` diff --git a/test/test_invoice_data_v1.py b/test/test_invoice_data_v1.py index 203abbdab..2b69421fd 100644 --- a/test/test_invoice_data_v1.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> InvoiceDataV1: """Test InvoiceDataV1 - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `InvoiceDataV1` diff --git a/test/test_is_owner_for_project_by_slug.py b/test/test_is_owner_for_project_by_slug.py index 2feb2d706..db05ef026 100644 --- a/test/test_is_owner_for_project_by_slug.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> IsOwnerForProjectBySlug: """Test IsOwnerForProjectBySlug - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `IsOwnerForProjectBySlug` diff --git a/test/test_json_patch.py b/test/test_json_patch.py index e8b9b91e7..8fdf4ae28 100644 --- a/test/test_json_patch.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> JsonPatch: """Test JsonPatch - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `JsonPatch` diff --git a/test/test_json_web_key.py b/test/test_json_web_key.py index e15c87c2b..0ef8f3f20 100644 --- a/test/test_json_web_key.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> JsonWebKey: """Test JsonWebKey - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `JsonWebKey` diff --git a/test/test_json_web_key_set.py b/test/test_json_web_key_set.py index 430092e36..e34a77264 100644 --- a/test/test_json_web_key_set.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> JsonWebKeySet: """Test JsonWebKeySet - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `JsonWebKeySet` diff --git a/test/test_jwk_api.py b/test/test_jwk_api.py index 8a8088569..38e275799 100644 --- a/test/test_jwk_api.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_keto_namespace.py b/test/test_keto_namespace.py index da7fc108e..26b8c535e 100644 --- a/test/test_keto_namespace.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> KetoNamespace: """Test KetoNamespace - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `KetoNamespace` diff --git a/test/test_line_item_v1.py b/test/test_line_item_v1.py index 930529cb4..f206a856c 100644 --- a/test/test_line_item_v1.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> LineItemV1: """Test LineItemV1 - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `LineItemV1` diff --git a/test/test_list_event_streams.py b/test/test_list_event_streams.py index fdb3fb7dc..e9b1543b0 100644 --- a/test/test_list_event_streams.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ListEventStreams: """Test ListEventStreams - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ListEventStreams` diff --git a/test/test_list_invoices_response.py b/test/test_list_invoices_response.py index 2b80090ec..48e58df4e 100644 --- a/test/test_list_invoices_response.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ListInvoicesResponse: """Test ListInvoicesResponse - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ListInvoicesResponse` diff --git a/test/test_list_organizations_response.py b/test/test_list_organizations_response.py index 4e450b51a..27f138230 100644 --- a/test/test_list_organizations_response.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ListOrganizationsResponse: """Test ListOrganizationsResponse - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ListOrganizationsResponse` diff --git a/test/test_list_workspace_projects.py b/test/test_list_workspace_projects.py index 93d19f9ab..72447d24c 100644 --- a/test/test_list_workspace_projects.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ListWorkspaceProjects: """Test ListWorkspaceProjects - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ListWorkspaceProjects` diff --git a/test/test_list_workspaces.py b/test/test_list_workspaces.py index b77fea2d2..1b1819b08 100644 --- a/test/test_list_workspaces.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ListWorkspaces: """Test ListWorkspaces - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ListWorkspaces` diff --git a/test/test_login_flow.py b/test/test_login_flow.py index 1a591e3c5..9d0ba73c3 100644 --- a/test/test_login_flow.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> LoginFlow: """Test LoginFlow - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `LoginFlow` diff --git a/test/test_login_flow_state.py b/test/test_login_flow_state.py index b98964f7c..660739b34 100644 --- a/test/test_login_flow_state.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_logout_flow.py b/test/test_logout_flow.py index ae2f870c6..6b9b9232a 100644 --- a/test/test_logout_flow.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> LogoutFlow: """Test LogoutFlow - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `LogoutFlow` diff --git a/test/test_managed_identity_schema.py b/test/test_managed_identity_schema.py index cf1bebf1d..371dab99f 100644 --- a/test/test_managed_identity_schema.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ManagedIdentitySchema: """Test ManagedIdentitySchema - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ManagedIdentitySchema` diff --git a/test/test_managed_identity_schema_validation_result.py b/test/test_managed_identity_schema_validation_result.py index 423b5887d..220a56a5d 100644 --- a/test/test_managed_identity_schema_validation_result.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ManagedIdentitySchemaValidationResult: """Test ManagedIdentitySchemaValidationResult - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ManagedIdentitySchemaValidationResult` diff --git a/test/test_member_invite.py b/test/test_member_invite.py index f2366104a..a70a275a6 100644 --- a/test/test_member_invite.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> MemberInvite: """Test MemberInvite - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `MemberInvite` diff --git a/test/test_message.py b/test/test_message.py index 5be3dca66..793217deb 100644 --- a/test/test_message.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> Message: """Test Message - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `Message` diff --git a/test/test_message_dispatch.py b/test/test_message_dispatch.py index 0167c7cf7..fde5f92a1 100644 --- a/test/test_message_dispatch.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> MessageDispatch: """Test MessageDispatch - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `MessageDispatch` diff --git a/test/test_metadata_api.py b/test/test_metadata_api.py index be0ed4cff..1924b8076 100644 --- a/test/test_metadata_api.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_metrics_datapoint.py b/test/test_metrics_datapoint.py index 82937ac10..f09b8a1f0 100644 --- a/test/test_metrics_datapoint.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> MetricsDatapoint: """Test MetricsDatapoint - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `MetricsDatapoint` diff --git a/test/test_money.py b/test/test_money.py index 44ad28a7b..7cb8baa4b 100644 --- a/test/test_money.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> Money: """Test Money - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `Money` diff --git a/test/test_namespace.py b/test/test_namespace.py index fa507d527..b82be1cfd 100644 --- a/test/test_namespace.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> Namespace: """Test Namespace - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `Namespace` diff --git a/test/test_needs_privileged_session_error.py b/test/test_needs_privileged_session_error.py index 75898ca7c..a71d3bbc3 100644 --- a/test/test_needs_privileged_session_error.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> NeedsPrivilegedSessionError: """Test NeedsPrivilegedSessionError - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `NeedsPrivilegedSessionError` diff --git a/test/test_normalized_project.py b/test/test_normalized_project.py index 289c4773b..2d91d0e0e 100644 --- a/test/test_normalized_project.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> NormalizedProject: """Test NormalizedProject - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `NormalizedProject` diff --git a/test/test_normalized_project_revision.py b/test/test_normalized_project_revision.py index 2f8541503..a55045949 100644 --- a/test/test_normalized_project_revision.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> NormalizedProjectRevision: """Test NormalizedProjectRevision - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `NormalizedProjectRevision` diff --git a/test/test_normalized_project_revision_courier_channel.py b/test/test_normalized_project_revision_courier_channel.py index 4b7d6655d..a75091a25 100644 --- a/test/test_normalized_project_revision_courier_channel.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> NormalizedProjectRevisionCourierChannel: """Test NormalizedProjectRevisionCourierChannel - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `NormalizedProjectRevisionCourierChannel` diff --git a/test/test_normalized_project_revision_hook.py b/test/test_normalized_project_revision_hook.py index 77823c59a..eabe88aaa 100644 --- a/test/test_normalized_project_revision_hook.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> NormalizedProjectRevisionHook: """Test NormalizedProjectRevisionHook - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `NormalizedProjectRevisionHook` diff --git a/test/test_normalized_project_revision_identity_schema.py b/test/test_normalized_project_revision_identity_schema.py index aaa2e897d..7f022fbe2 100644 --- a/test/test_normalized_project_revision_identity_schema.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> NormalizedProjectRevisionIdentitySchema: """Test NormalizedProjectRevisionIdentitySchema - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `NormalizedProjectRevisionIdentitySchema` diff --git a/test/test_normalized_project_revision_third_party_provider.py b/test/test_normalized_project_revision_third_party_provider.py index 0dad2405b..47566dda2 100644 --- a/test/test_normalized_project_revision_third_party_provider.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> NormalizedProjectRevisionThirdPartyProvider: """Test NormalizedProjectRevisionThirdPartyProvider - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `NormalizedProjectRevisionThirdPartyProvider` diff --git a/test/test_normalized_project_revision_tokenizer_template.py b/test/test_normalized_project_revision_tokenizer_template.py index 3461af072..28c23c435 100644 --- a/test/test_normalized_project_revision_tokenizer_template.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> NormalizedProjectRevisionTokenizerTemplate: """Test NormalizedProjectRevisionTokenizerTemplate - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `NormalizedProjectRevisionTokenizerTemplate` diff --git a/test/test_o_auth2_api.py b/test/test_o_auth2_api.py index f356d4a4a..c9ef27ba0 100644 --- a/test/test_o_auth2_api.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_o_auth2_client.py b/test/test_o_auth2_client.py index df03631f9..d5e7164af 100644 --- a/test/test_o_auth2_client.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> OAuth2Client: """Test OAuth2Client - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `OAuth2Client` diff --git a/test/test_o_auth2_client_token_lifespans.py b/test/test_o_auth2_client_token_lifespans.py index e3bfe3db1..ecf3b2b7a 100644 --- a/test/test_o_auth2_client_token_lifespans.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> OAuth2ClientTokenLifespans: """Test OAuth2ClientTokenLifespans - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `OAuth2ClientTokenLifespans` diff --git a/test/test_o_auth2_consent_request.py b/test/test_o_auth2_consent_request.py index 6cf8cd503..22012c3ef 100644 --- a/test/test_o_auth2_consent_request.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> OAuth2ConsentRequest: """Test OAuth2ConsentRequest - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `OAuth2ConsentRequest` diff --git a/test/test_o_auth2_consent_request_open_id_connect_context.py b/test/test_o_auth2_consent_request_open_id_connect_context.py index 77a224870..7d25397b8 100644 --- a/test/test_o_auth2_consent_request_open_id_connect_context.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> OAuth2ConsentRequestOpenIDConnectContext: """Test OAuth2ConsentRequestOpenIDConnectContext - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `OAuth2ConsentRequestOpenIDConnectContext` diff --git a/test/test_o_auth2_consent_session.py b/test/test_o_auth2_consent_session.py index e78fba464..e2dabbcb3 100644 --- a/test/test_o_auth2_consent_session.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> OAuth2ConsentSession: """Test OAuth2ConsentSession - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `OAuth2ConsentSession` diff --git a/test/test_o_auth2_consent_session_expires_at.py b/test/test_o_auth2_consent_session_expires_at.py index 0282cf70d..459190a09 100644 --- a/test/test_o_auth2_consent_session_expires_at.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> OAuth2ConsentSessionExpiresAt: """Test OAuth2ConsentSessionExpiresAt - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `OAuth2ConsentSessionExpiresAt` diff --git a/test/test_o_auth2_login_request.py b/test/test_o_auth2_login_request.py index 91b0a2d5f..e7d083297 100644 --- a/test/test_o_auth2_login_request.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> OAuth2LoginRequest: """Test OAuth2LoginRequest - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `OAuth2LoginRequest` diff --git a/test/test_o_auth2_logout_request.py b/test/test_o_auth2_logout_request.py index 4c6815d8a..33f965d59 100644 --- a/test/test_o_auth2_logout_request.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> OAuth2LogoutRequest: """Test OAuth2LogoutRequest - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `OAuth2LogoutRequest` diff --git a/test/test_o_auth2_redirect_to.py b/test/test_o_auth2_redirect_to.py index ec97517db..f71299b7b 100644 --- a/test/test_o_auth2_redirect_to.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> OAuth2RedirectTo: """Test OAuth2RedirectTo - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `OAuth2RedirectTo` diff --git a/test/test_o_auth2_token_exchange.py b/test/test_o_auth2_token_exchange.py index 7aa50d09e..55aec8e13 100644 --- a/test/test_o_auth2_token_exchange.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> OAuth2TokenExchange: """Test OAuth2TokenExchange - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `OAuth2TokenExchange` diff --git a/test/test_oidc_api.py b/test/test_oidc_api.py index c74b16522..40fa855ba 100644 --- a/test/test_oidc_api.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_oidc_configuration.py b/test/test_oidc_configuration.py index d923d4d2f..23c286262 100644 --- a/test/test_oidc_configuration.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> OidcConfiguration: """Test OidcConfiguration - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `OidcConfiguration` diff --git a/test/test_oidc_user_info.py b/test/test_oidc_user_info.py index a5fa5bbbe..3d8c426fb 100644 --- a/test/test_oidc_user_info.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> OidcUserInfo: """Test OidcUserInfo - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `OidcUserInfo` diff --git a/test/test_organization.py b/test/test_organization.py index 0b3103c67..eddc34023 100644 --- a/test/test_organization.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> Organization: """Test Organization - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `Organization` diff --git a/test/test_organization_body.py b/test/test_organization_body.py index 810d9feb2..382fb1f66 100644 --- a/test/test_organization_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> OrganizationBody: """Test OrganizationBody - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `OrganizationBody` diff --git a/test/test_pagination.py b/test/test_pagination.py index dba9917f1..87d085376 100644 --- a/test/test_pagination.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> Pagination: """Test Pagination - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `Pagination` diff --git a/test/test_pagination_headers.py b/test/test_pagination_headers.py index cd25aba7e..5ef7c528c 100644 --- a/test/test_pagination_headers.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> PaginationHeaders: """Test PaginationHeaders - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `PaginationHeaders` diff --git a/test/test_parse_error.py b/test/test_parse_error.py index 6c5e93ed1..863a5dc60 100644 --- a/test/test_parse_error.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ParseError: """Test ParseError - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ParseError` diff --git a/test/test_patch_identities_body.py b/test/test_patch_identities_body.py index fd6b236b7..892e52aa2 100644 --- a/test/test_patch_identities_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> PatchIdentitiesBody: """Test PatchIdentitiesBody - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `PatchIdentitiesBody` diff --git a/test/test_perform_native_logout_body.py b/test/test_perform_native_logout_body.py index f33c1e552..757888568 100644 --- a/test/test_perform_native_logout_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> PerformNativeLogoutBody: """Test PerformNativeLogoutBody - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `PerformNativeLogoutBody` diff --git a/test/test_permission_api.py b/test/test_permission_api.py index 8c2f474c7..705427005 100644 --- a/test/test_permission_api.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_permissions_on_workspace.py b/test/test_permissions_on_workspace.py index 24e87cfa8..071ac73ad 100644 --- a/test/test_permissions_on_workspace.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> PermissionsOnWorkspace: """Test PermissionsOnWorkspace - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `PermissionsOnWorkspace` diff --git a/test/test_plan.py b/test/test_plan.py index f6b22634f..8300ca468 100644 --- a/test/test_plan.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> Plan: """Test Plan - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `Plan` diff --git a/test/test_plan_details.py b/test/test_plan_details.py index 0fee20e43..b7c6b9f5b 100644 --- a/test/test_plan_details.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> PlanDetails: """Test PlanDetails - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `PlanDetails` diff --git a/test/test_post_check_permission_body.py b/test/test_post_check_permission_body.py index acd821847..7090035c7 100644 --- a/test/test_post_check_permission_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> PostCheckPermissionBody: """Test PostCheckPermissionBody - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `PostCheckPermissionBody` diff --git a/test/test_post_check_permission_or_error_body.py b/test/test_post_check_permission_or_error_body.py index fa021619f..1734c7e90 100644 --- a/test/test_post_check_permission_or_error_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> PostCheckPermissionOrErrorBody: """Test PostCheckPermissionOrErrorBody - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `PostCheckPermissionOrErrorBody` diff --git a/test/test_project.py b/test/test_project.py index cfd20a3eb..4a2be62b6 100644 --- a/test/test_project.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> Project: """Test Project - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `Project` diff --git a/test/test_project_api.py b/test/test_project_api.py index 0f5a29d96..c78b8926d 100644 --- a/test/test_project_api.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_project_api_key.py b/test/test_project_api_key.py index 5cdc8f6af..f7d4e3646 100644 --- a/test/test_project_api_key.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ProjectApiKey: """Test ProjectApiKey - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ProjectApiKey` diff --git a/test/test_project_branding.py b/test/test_project_branding.py index e705855cc..58d80b958 100644 --- a/test/test_project_branding.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ProjectBranding: """Test ProjectBranding - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ProjectBranding` diff --git a/test/test_project_branding_colors.py b/test/test_project_branding_colors.py index 8f0ab0b74..00fa88104 100644 --- a/test/test_project_branding_colors.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ProjectBrandingColors: """Test ProjectBrandingColors - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ProjectBrandingColors` diff --git a/test/test_project_branding_theme.py b/test/test_project_branding_theme.py index 9be9778c7..c5af8b192 100644 --- a/test/test_project_branding_theme.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ProjectBrandingTheme: """Test ProjectBrandingTheme - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ProjectBrandingTheme` diff --git a/test/test_project_cors.py b/test/test_project_cors.py index c1f2bd3cc..e8961902d 100644 --- a/test/test_project_cors.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ProjectCors: """Test ProjectCors - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ProjectCors` diff --git a/test/test_project_events_datapoint.py b/test/test_project_events_datapoint.py index 1f0858b8c..1da96a258 100644 --- a/test/test_project_events_datapoint.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ProjectEventsDatapoint: """Test ProjectEventsDatapoint - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ProjectEventsDatapoint` diff --git a/test/test_project_host.py b/test/test_project_host.py index 085df812b..44a8a7cdc 100644 --- a/test/test_project_host.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ProjectHost: """Test ProjectHost - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ProjectHost` diff --git a/test/test_project_member.py b/test/test_project_member.py index 6d15212fd..a7e94e1fb 100644 --- a/test/test_project_member.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ProjectMember: """Test ProjectMember - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ProjectMember` diff --git a/test/test_project_metadata.py b/test/test_project_metadata.py index e0444abdb..8c917d51a 100644 --- a/test/test_project_metadata.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ProjectMetadata: """Test ProjectMetadata - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ProjectMetadata` diff --git a/test/test_project_service_identity.py b/test/test_project_service_identity.py index dcbab9c8e..8c28f6a41 100644 --- a/test/test_project_service_identity.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ProjectServiceIdentity: """Test ProjectServiceIdentity - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ProjectServiceIdentity` diff --git a/test/test_project_service_o_auth2.py b/test/test_project_service_o_auth2.py index e56f9298e..6f0acbf51 100644 --- a/test/test_project_service_o_auth2.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ProjectServiceOAuth2: """Test ProjectServiceOAuth2 - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ProjectServiceOAuth2` diff --git a/test/test_project_service_permission.py b/test/test_project_service_permission.py index 973de5fed..c2b2d5d87 100644 --- a/test/test_project_service_permission.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ProjectServicePermission: """Test ProjectServicePermission - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ProjectServicePermission` diff --git a/test/test_project_services.py b/test/test_project_services.py index 5f0402cdb..b2ac21bb4 100644 --- a/test/test_project_services.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> ProjectServices: """Test ProjectServices - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `ProjectServices` diff --git a/test/test_quota_usage.py b/test/test_quota_usage.py index ec490893e..e20fc2775 100644 --- a/test/test_quota_usage.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> QuotaUsage: """Test QuotaUsage - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `QuotaUsage` diff --git a/test/test_recovery_code_for_identity.py b/test/test_recovery_code_for_identity.py index 7668bb715..6c45a87f7 100644 --- a/test/test_recovery_code_for_identity.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> RecoveryCodeForIdentity: """Test RecoveryCodeForIdentity - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `RecoveryCodeForIdentity` diff --git a/test/test_recovery_flow.py b/test/test_recovery_flow.py index 261a89731..7e2512190 100644 --- a/test/test_recovery_flow.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> RecoveryFlow: """Test RecoveryFlow - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `RecoveryFlow` diff --git a/test/test_recovery_flow_state.py b/test/test_recovery_flow_state.py index e1e4652b5..7e88c9683 100644 --- a/test/test_recovery_flow_state.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_recovery_identity_address.py b/test/test_recovery_identity_address.py index 5fb396a05..25c6eba04 100644 --- a/test/test_recovery_identity_address.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> RecoveryIdentityAddress: """Test RecoveryIdentityAddress - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `RecoveryIdentityAddress` diff --git a/test/test_recovery_link_for_identity.py b/test/test_recovery_link_for_identity.py index 3812af835..5ca65c5f2 100644 --- a/test/test_recovery_link_for_identity.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> RecoveryLinkForIdentity: """Test RecoveryLinkForIdentity - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `RecoveryLinkForIdentity` diff --git a/test/test_registration_flow.py b/test/test_registration_flow.py index 6dbdec797..93ebfe635 100644 --- a/test/test_registration_flow.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> RegistrationFlow: """Test RegistrationFlow - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `RegistrationFlow` diff --git a/test/test_registration_flow_state.py b/test/test_registration_flow_state.py index 660182eef..eefd4bf75 100644 --- a/test/test_registration_flow_state.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_reject_o_auth2_request.py b/test/test_reject_o_auth2_request.py index 2282a7969..4006ed842 100644 --- a/test/test_reject_o_auth2_request.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> RejectOAuth2Request: """Test RejectOAuth2Request - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `RejectOAuth2Request` diff --git a/test/test_relation_query.py b/test/test_relation_query.py index dba653877..0f3bbb194 100644 --- a/test/test_relation_query.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> RelationQuery: """Test RelationQuery - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `RelationQuery` diff --git a/test/test_relationship.py b/test/test_relationship.py index c9a37208c..cf7c817d8 100644 --- a/test/test_relationship.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> Relationship: """Test Relationship - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `Relationship` diff --git a/test/test_relationship_api.py b/test/test_relationship_api.py index ad910caea..803ec5119 100644 --- a/test/test_relationship_api.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_relationship_namespaces.py b/test/test_relationship_namespaces.py index ec43cad3a..bc379c4ec 100644 --- a/test/test_relationship_namespaces.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> RelationshipNamespaces: """Test RelationshipNamespaces - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `RelationshipNamespaces` diff --git a/test/test_relationship_patch.py b/test/test_relationship_patch.py index 4939425b8..c9decd3fd 100644 --- a/test/test_relationship_patch.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> RelationshipPatch: """Test RelationshipPatch - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `RelationshipPatch` diff --git a/test/test_relationships.py b/test/test_relationships.py index edaec7da1..224f8ca4d 100644 --- a/test/test_relationships.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> Relationships: """Test Relationships - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `Relationships` diff --git a/test/test_rfc6749_error_json.py b/test/test_rfc6749_error_json.py index 31f3b4804..86cebd11d 100644 --- a/test/test_rfc6749_error_json.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> RFC6749ErrorJson: """Test RFC6749ErrorJson - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `RFC6749ErrorJson` diff --git a/test/test_schema_patch.py b/test/test_schema_patch.py index 6ec989a75..0483eb243 100644 --- a/test/test_schema_patch.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> SchemaPatch: """Test SchemaPatch - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `SchemaPatch` diff --git a/test/test_self_service_flow_expired_error.py b/test/test_self_service_flow_expired_error.py index 5ab4ce87e..b507b5c84 100644 --- a/test/test_self_service_flow_expired_error.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> SelfServiceFlowExpiredError: """Test SelfServiceFlowExpiredError - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `SelfServiceFlowExpiredError` diff --git a/test/test_session.py b/test/test_session.py index 8ee11a5d7..df1b19ea1 100644 --- a/test/test_session.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> Session: """Test Session - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `Session` diff --git a/test/test_session_activity_datapoint.py b/test/test_session_activity_datapoint.py index 4a54d1a59..5b711a6b1 100644 --- a/test/test_session_activity_datapoint.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> SessionActivityDatapoint: """Test SessionActivityDatapoint - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `SessionActivityDatapoint` diff --git a/test/test_session_authentication_method.py b/test/test_session_authentication_method.py index 258491756..17a071251 100644 --- a/test/test_session_authentication_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> SessionAuthenticationMethod: """Test SessionAuthenticationMethod - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `SessionAuthenticationMethod` diff --git a/test/test_session_device.py b/test/test_session_device.py index 55bda3258..0439434fc 100644 --- a/test/test_session_device.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> SessionDevice: """Test SessionDevice - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `SessionDevice` diff --git a/test/test_set_active_project_in_console_body.py b/test/test_set_active_project_in_console_body.py index 5f2311ea9..cc184d4ef 100644 --- a/test/test_set_active_project_in_console_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> SetActiveProjectInConsoleBody: """Test SetActiveProjectInConsoleBody - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `SetActiveProjectInConsoleBody` diff --git a/test/test_set_custom_domain_body.py b/test/test_set_custom_domain_body.py index 5726f3f5a..ee52aa450 100644 --- a/test/test_set_custom_domain_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> SetCustomDomainBody: """Test SetCustomDomainBody - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `SetCustomDomainBody` diff --git a/test/test_set_event_stream_body.py b/test/test_set_event_stream_body.py index 95c4e36f0..9cdd50b61 100644 --- a/test/test_set_event_stream_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> SetEventStreamBody: """Test SetEventStreamBody - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `SetEventStreamBody` diff --git a/test/test_set_project.py b/test/test_set_project.py index b94948bd0..8b998ef8e 100644 --- a/test/test_set_project.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> SetProject: """Test SetProject - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `SetProject` diff --git a/test/test_set_project_branding_theme_body.py b/test/test_set_project_branding_theme_body.py index c4ff9bd70..3b98f3a4f 100644 --- a/test/test_set_project_branding_theme_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> SetProjectBrandingThemeBody: """Test SetProjectBrandingThemeBody - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `SetProjectBrandingThemeBody` diff --git a/test/test_settings_flow.py b/test/test_settings_flow.py index 099b29d2b..9e2844154 100644 --- a/test/test_settings_flow.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> SettingsFlow: """Test SettingsFlow - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `SettingsFlow` diff --git a/test/test_settings_flow_state.py b/test/test_settings_flow_state.py index d9e5bcb35..022e231b9 100644 --- a/test/test_settings_flow_state.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_source_position.py b/test/test_source_position.py index 5f5e8fbbe..449ebdc38 100644 --- a/test/test_source_position.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> SourcePosition: """Test SourcePosition - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `SourcePosition` diff --git a/test/test_subject_set.py b/test/test_subject_set.py index 5f792302d..0a859937e 100644 --- a/test/test_subject_set.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> SubjectSet: """Test SubjectSet - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `SubjectSet` diff --git a/test/test_subscription.py b/test/test_subscription.py index 8ff10c71e..639afd4e0 100644 --- a/test/test_subscription.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> Subscription: """Test Subscription - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `Subscription` diff --git a/test/test_successful_code_exchange_response.py b/test/test_successful_code_exchange_response.py index 3868849cf..08f2dfbdc 100644 --- a/test/test_successful_code_exchange_response.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> SuccessfulCodeExchangeResponse: """Test SuccessfulCodeExchangeResponse - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `SuccessfulCodeExchangeResponse` diff --git a/test/test_successful_native_login.py b/test/test_successful_native_login.py index 20bd40c57..93e065591 100644 --- a/test/test_successful_native_login.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> SuccessfulNativeLogin: """Test SuccessfulNativeLogin - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `SuccessfulNativeLogin` diff --git a/test/test_successful_native_registration.py b/test/test_successful_native_registration.py index 132750105..666c5d52e 100644 --- a/test/test_successful_native_registration.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> SuccessfulNativeRegistration: """Test SuccessfulNativeRegistration - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `SuccessfulNativeRegistration` diff --git a/test/test_successful_project_update.py b/test/test_successful_project_update.py index 4fcbc0de5..8ad4a79c1 100644 --- a/test/test_successful_project_update.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> SuccessfulProjectUpdate: """Test SuccessfulProjectUpdate - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `SuccessfulProjectUpdate` diff --git a/test/test_tax_line_item.py b/test/test_tax_line_item.py index 92648f068..f43e8a0a7 100644 --- a/test/test_tax_line_item.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> TaxLineItem: """Test TaxLineItem - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `TaxLineItem` diff --git a/test/test_time_interval.py b/test/test_time_interval.py index 4fabece55..629303f61 100644 --- a/test/test_time_interval.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> TimeInterval: """Test TimeInterval - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `TimeInterval` diff --git a/test/test_token_pagination.py b/test/test_token_pagination.py index 85eb17555..9ea9a913a 100644 --- a/test/test_token_pagination.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> TokenPagination: """Test TokenPagination - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `TokenPagination` diff --git a/test/test_token_pagination_headers.py b/test/test_token_pagination_headers.py index 7bc0478b9..fc3ae2113 100644 --- a/test/test_token_pagination_headers.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> TokenPaginationHeaders: """Test TokenPaginationHeaders - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `TokenPaginationHeaders` diff --git a/test/test_token_pagination_request_parameters.py b/test/test_token_pagination_request_parameters.py index ee97b63e6..04bd2dd30 100644 --- a/test/test_token_pagination_request_parameters.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> TokenPaginationRequestParameters: """Test TokenPaginationRequestParameters - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `TokenPaginationRequestParameters` diff --git a/test/test_token_pagination_response_headers.py b/test/test_token_pagination_response_headers.py index d1d5319b5..d5a01c5ea 100644 --- a/test/test_token_pagination_response_headers.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> TokenPaginationResponseHeaders: """Test TokenPaginationResponseHeaders - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `TokenPaginationResponseHeaders` diff --git a/test/test_trust_o_auth2_jwt_grant_issuer.py b/test/test_trust_o_auth2_jwt_grant_issuer.py index 514330761..6662d3d69 100644 --- a/test/test_trust_o_auth2_jwt_grant_issuer.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> TrustOAuth2JwtGrantIssuer: """Test TrustOAuth2JwtGrantIssuer - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `TrustOAuth2JwtGrantIssuer` diff --git a/test/test_trusted_o_auth2_jwt_grant_issuer.py b/test/test_trusted_o_auth2_jwt_grant_issuer.py index 66639f725..0d047358b 100644 --- a/test/test_trusted_o_auth2_jwt_grant_issuer.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> TrustedOAuth2JwtGrantIssuer: """Test TrustedOAuth2JwtGrantIssuer - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `TrustedOAuth2JwtGrantIssuer` diff --git a/test/test_trusted_o_auth2_jwt_grant_json_web_key.py b/test/test_trusted_o_auth2_jwt_grant_json_web_key.py index dfd4175e5..42016d353 100644 --- a/test/test_trusted_o_auth2_jwt_grant_json_web_key.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> TrustedOAuth2JwtGrantJsonWebKey: """Test TrustedOAuth2JwtGrantJsonWebKey - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `TrustedOAuth2JwtGrantJsonWebKey` diff --git a/test/test_ui_container.py b/test/test_ui_container.py index fde62dae3..7a8fb6585 100644 --- a/test/test_ui_container.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UiContainer: """Test UiContainer - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UiContainer` diff --git a/test/test_ui_node.py b/test/test_ui_node.py index d48d1a5ee..b8c539b87 100644 --- a/test/test_ui_node.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UiNode: """Test UiNode - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UiNode` diff --git a/test/test_ui_node_anchor_attributes.py b/test/test_ui_node_anchor_attributes.py index 22e63260b..c7f01e10e 100644 --- a/test/test_ui_node_anchor_attributes.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UiNodeAnchorAttributes: """Test UiNodeAnchorAttributes - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UiNodeAnchorAttributes` diff --git a/test/test_ui_node_attributes.py b/test/test_ui_node_attributes.py index b5c5081fc..541739381 100644 --- a/test/test_ui_node_attributes.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UiNodeAttributes: """Test UiNodeAttributes - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UiNodeAttributes` diff --git a/test/test_ui_node_image_attributes.py b/test/test_ui_node_image_attributes.py index fe76fe88b..9a6e039a6 100644 --- a/test/test_ui_node_image_attributes.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UiNodeImageAttributes: """Test UiNodeImageAttributes - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UiNodeImageAttributes` diff --git a/test/test_ui_node_input_attributes.py b/test/test_ui_node_input_attributes.py index 62bc8a052..224193402 100644 --- a/test/test_ui_node_input_attributes.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UiNodeInputAttributes: """Test UiNodeInputAttributes - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UiNodeInputAttributes` diff --git a/test/test_ui_node_meta.py b/test/test_ui_node_meta.py index 4e44fb8df..39ee07d5e 100644 --- a/test/test_ui_node_meta.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UiNodeMeta: """Test UiNodeMeta - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UiNodeMeta` diff --git a/test/test_ui_node_script_attributes.py b/test/test_ui_node_script_attributes.py index 55fecf08c..422d0d4ab 100644 --- a/test/test_ui_node_script_attributes.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UiNodeScriptAttributes: """Test UiNodeScriptAttributes - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UiNodeScriptAttributes` diff --git a/test/test_ui_node_text_attributes.py b/test/test_ui_node_text_attributes.py index 61725551e..d32e7c5c0 100644 --- a/test/test_ui_node_text_attributes.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UiNodeTextAttributes: """Test UiNodeTextAttributes - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UiNodeTextAttributes` diff --git a/test/test_ui_text.py b/test/test_ui_text.py index 164d2c446..322c6005e 100644 --- a/test/test_ui_text.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UiText: """Test UiText - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UiText` diff --git a/test/test_update_identity_body.py b/test/test_update_identity_body.py index 5f93a7be7..31186ba80 100644 --- a/test/test_update_identity_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UpdateIdentityBody: """Test UpdateIdentityBody - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UpdateIdentityBody` diff --git a/test/test_update_login_flow_body.py b/test/test_update_login_flow_body.py index aebe152d6..c3b220f2c 100644 --- a/test/test_update_login_flow_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UpdateLoginFlowBody: """Test UpdateLoginFlowBody - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UpdateLoginFlowBody` diff --git a/test/test_update_login_flow_with_code_method.py b/test/test_update_login_flow_with_code_method.py index 508ae8335..6059351f9 100644 --- a/test/test_update_login_flow_with_code_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UpdateLoginFlowWithCodeMethod: """Test UpdateLoginFlowWithCodeMethod - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UpdateLoginFlowWithCodeMethod` diff --git a/test/test_update_login_flow_with_lookup_secret_method.py b/test/test_update_login_flow_with_lookup_secret_method.py index 2923e6bbf..86e543d53 100644 --- a/test/test_update_login_flow_with_lookup_secret_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UpdateLoginFlowWithLookupSecretMethod: """Test UpdateLoginFlowWithLookupSecretMethod - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UpdateLoginFlowWithLookupSecretMethod` diff --git a/test/test_update_login_flow_with_oidc_method.py b/test/test_update_login_flow_with_oidc_method.py index acdba43fc..cc9eed657 100644 --- a/test/test_update_login_flow_with_oidc_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UpdateLoginFlowWithOidcMethod: """Test UpdateLoginFlowWithOidcMethod - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UpdateLoginFlowWithOidcMethod` diff --git a/test/test_update_login_flow_with_passkey_method.py b/test/test_update_login_flow_with_passkey_method.py index 513e2d812..e3b03758f 100644 --- a/test/test_update_login_flow_with_passkey_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UpdateLoginFlowWithPasskeyMethod: """Test UpdateLoginFlowWithPasskeyMethod - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UpdateLoginFlowWithPasskeyMethod` diff --git a/test/test_update_login_flow_with_password_method.py b/test/test_update_login_flow_with_password_method.py index ea2c086a6..82158875b 100644 --- a/test/test_update_login_flow_with_password_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UpdateLoginFlowWithPasswordMethod: """Test UpdateLoginFlowWithPasswordMethod - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UpdateLoginFlowWithPasswordMethod` diff --git a/test/test_update_login_flow_with_totp_method.py b/test/test_update_login_flow_with_totp_method.py index 477ff1a3a..c1eb51cbc 100644 --- a/test/test_update_login_flow_with_totp_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UpdateLoginFlowWithTotpMethod: """Test UpdateLoginFlowWithTotpMethod - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UpdateLoginFlowWithTotpMethod` diff --git a/test/test_update_login_flow_with_web_authn_method.py b/test/test_update_login_flow_with_web_authn_method.py index f16be6335..2b3a6f95c 100644 --- a/test/test_update_login_flow_with_web_authn_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UpdateLoginFlowWithWebAuthnMethod: """Test UpdateLoginFlowWithWebAuthnMethod - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UpdateLoginFlowWithWebAuthnMethod` diff --git a/test/test_update_recovery_flow_body.py b/test/test_update_recovery_flow_body.py index 8e2ca16a9..bbb3ca75b 100644 --- a/test/test_update_recovery_flow_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UpdateRecoveryFlowBody: """Test UpdateRecoveryFlowBody - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UpdateRecoveryFlowBody` diff --git a/test/test_update_recovery_flow_with_code_method.py b/test/test_update_recovery_flow_with_code_method.py index 3f39aeb40..7701edcfc 100644 --- a/test/test_update_recovery_flow_with_code_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UpdateRecoveryFlowWithCodeMethod: """Test UpdateRecoveryFlowWithCodeMethod - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UpdateRecoveryFlowWithCodeMethod` diff --git a/test/test_update_recovery_flow_with_link_method.py b/test/test_update_recovery_flow_with_link_method.py index 000a341bd..c92977786 100644 --- a/test/test_update_recovery_flow_with_link_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UpdateRecoveryFlowWithLinkMethod: """Test UpdateRecoveryFlowWithLinkMethod - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UpdateRecoveryFlowWithLinkMethod` diff --git a/test/test_update_registration_flow_body.py b/test/test_update_registration_flow_body.py index 7718b7c8b..0d3e9441e 100644 --- a/test/test_update_registration_flow_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UpdateRegistrationFlowBody: """Test UpdateRegistrationFlowBody - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UpdateRegistrationFlowBody` diff --git a/test/test_update_registration_flow_with_code_method.py b/test/test_update_registration_flow_with_code_method.py index 04cb46d9d..bef48a795 100644 --- a/test/test_update_registration_flow_with_code_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UpdateRegistrationFlowWithCodeMethod: """Test UpdateRegistrationFlowWithCodeMethod - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UpdateRegistrationFlowWithCodeMethod` diff --git a/test/test_update_registration_flow_with_oidc_method.py b/test/test_update_registration_flow_with_oidc_method.py index cb8958fab..ca8d7edb6 100644 --- a/test/test_update_registration_flow_with_oidc_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UpdateRegistrationFlowWithOidcMethod: """Test UpdateRegistrationFlowWithOidcMethod - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UpdateRegistrationFlowWithOidcMethod` diff --git a/test/test_update_registration_flow_with_passkey_method.py b/test/test_update_registration_flow_with_passkey_method.py index 9fbe004c3..e4555819d 100644 --- a/test/test_update_registration_flow_with_passkey_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UpdateRegistrationFlowWithPasskeyMethod: """Test UpdateRegistrationFlowWithPasskeyMethod - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UpdateRegistrationFlowWithPasskeyMethod` diff --git a/test/test_update_registration_flow_with_password_method.py b/test/test_update_registration_flow_with_password_method.py index 53105541f..dca02df3f 100644 --- a/test/test_update_registration_flow_with_password_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UpdateRegistrationFlowWithPasswordMethod: """Test UpdateRegistrationFlowWithPasswordMethod - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UpdateRegistrationFlowWithPasswordMethod` diff --git a/test/test_update_registration_flow_with_profile_method.py b/test/test_update_registration_flow_with_profile_method.py index 66b97016a..982498685 100644 --- a/test/test_update_registration_flow_with_profile_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UpdateRegistrationFlowWithProfileMethod: """Test UpdateRegistrationFlowWithProfileMethod - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UpdateRegistrationFlowWithProfileMethod` diff --git a/test/test_update_registration_flow_with_web_authn_method.py b/test/test_update_registration_flow_with_web_authn_method.py index 1beda931a..c373fce0d 100644 --- a/test/test_update_registration_flow_with_web_authn_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UpdateRegistrationFlowWithWebAuthnMethod: """Test UpdateRegistrationFlowWithWebAuthnMethod - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UpdateRegistrationFlowWithWebAuthnMethod` diff --git a/test/test_update_settings_flow_body.py b/test/test_update_settings_flow_body.py index 5e1aaab60..4c5f140c8 100644 --- a/test/test_update_settings_flow_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UpdateSettingsFlowBody: """Test UpdateSettingsFlowBody - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UpdateSettingsFlowBody` diff --git a/test/test_update_settings_flow_with_lookup_method.py b/test/test_update_settings_flow_with_lookup_method.py index bc8f89151..c0d900cea 100644 --- a/test/test_update_settings_flow_with_lookup_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UpdateSettingsFlowWithLookupMethod: """Test UpdateSettingsFlowWithLookupMethod - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UpdateSettingsFlowWithLookupMethod` diff --git a/test/test_update_settings_flow_with_oidc_method.py b/test/test_update_settings_flow_with_oidc_method.py index 81748e418..0e12cea3a 100644 --- a/test/test_update_settings_flow_with_oidc_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UpdateSettingsFlowWithOidcMethod: """Test UpdateSettingsFlowWithOidcMethod - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UpdateSettingsFlowWithOidcMethod` diff --git a/test/test_update_settings_flow_with_passkey_method.py b/test/test_update_settings_flow_with_passkey_method.py index d5d0e754b..e6d08b1ac 100644 --- a/test/test_update_settings_flow_with_passkey_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UpdateSettingsFlowWithPasskeyMethod: """Test UpdateSettingsFlowWithPasskeyMethod - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UpdateSettingsFlowWithPasskeyMethod` diff --git a/test/test_update_settings_flow_with_password_method.py b/test/test_update_settings_flow_with_password_method.py index 380d7b60b..5dd3f362d 100644 --- a/test/test_update_settings_flow_with_password_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UpdateSettingsFlowWithPasswordMethod: """Test UpdateSettingsFlowWithPasswordMethod - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UpdateSettingsFlowWithPasswordMethod` diff --git a/test/test_update_settings_flow_with_profile_method.py b/test/test_update_settings_flow_with_profile_method.py index 20e3c8a18..509c13836 100644 --- a/test/test_update_settings_flow_with_profile_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UpdateSettingsFlowWithProfileMethod: """Test UpdateSettingsFlowWithProfileMethod - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UpdateSettingsFlowWithProfileMethod` diff --git a/test/test_update_settings_flow_with_totp_method.py b/test/test_update_settings_flow_with_totp_method.py index 9b6f5aea7..0a0ea4c43 100644 --- a/test/test_update_settings_flow_with_totp_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UpdateSettingsFlowWithTotpMethod: """Test UpdateSettingsFlowWithTotpMethod - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UpdateSettingsFlowWithTotpMethod` diff --git a/test/test_update_settings_flow_with_web_authn_method.py b/test/test_update_settings_flow_with_web_authn_method.py index 706545ce6..f12ab7f36 100644 --- a/test/test_update_settings_flow_with_web_authn_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UpdateSettingsFlowWithWebAuthnMethod: """Test UpdateSettingsFlowWithWebAuthnMethod - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UpdateSettingsFlowWithWebAuthnMethod` diff --git a/test/test_update_subscription_body.py b/test/test_update_subscription_body.py index 414469efe..e19705b64 100644 --- a/test/test_update_subscription_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UpdateSubscriptionBody: """Test UpdateSubscriptionBody - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UpdateSubscriptionBody` diff --git a/test/test_update_verification_flow_body.py b/test/test_update_verification_flow_body.py index e7aab68d3..290210ac2 100644 --- a/test/test_update_verification_flow_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UpdateVerificationFlowBody: """Test UpdateVerificationFlowBody - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UpdateVerificationFlowBody` diff --git a/test/test_update_verification_flow_with_code_method.py b/test/test_update_verification_flow_with_code_method.py index b39f646e6..259c10585 100644 --- a/test/test_update_verification_flow_with_code_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UpdateVerificationFlowWithCodeMethod: """Test UpdateVerificationFlowWithCodeMethod - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UpdateVerificationFlowWithCodeMethod` diff --git a/test/test_update_verification_flow_with_link_method.py b/test/test_update_verification_flow_with_link_method.py index 61c9ab8c7..934efd6fb 100644 --- a/test/test_update_verification_flow_with_link_method.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UpdateVerificationFlowWithLinkMethod: """Test UpdateVerificationFlowWithLinkMethod - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UpdateVerificationFlowWithLinkMethod` diff --git a/test/test_update_workspace_body.py b/test/test_update_workspace_body.py index 54b9189f3..1dd0946aa 100644 --- a/test/test_update_workspace_body.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> UpdateWorkspaceBody: """Test UpdateWorkspaceBody - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `UpdateWorkspaceBody` diff --git a/test/test_usage.py b/test/test_usage.py index 6a62ceb7a..d5d3a93a5 100644 --- a/test/test_usage.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> Usage: """Test Usage - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `Usage` diff --git a/test/test_verifiable_credential_priming_response.py b/test/test_verifiable_credential_priming_response.py index 7a2aa995f..f3697ac4a 100644 --- a/test/test_verifiable_credential_priming_response.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> VerifiableCredentialPrimingResponse: """Test VerifiableCredentialPrimingResponse - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `VerifiableCredentialPrimingResponse` diff --git a/test/test_verifiable_credential_proof.py b/test/test_verifiable_credential_proof.py index 397dc0d6d..2bea9b994 100644 --- a/test/test_verifiable_credential_proof.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> VerifiableCredentialProof: """Test VerifiableCredentialProof - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `VerifiableCredentialProof` diff --git a/test/test_verifiable_credential_response.py b/test/test_verifiable_credential_response.py index e07852beb..c62529255 100644 --- a/test/test_verifiable_credential_response.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> VerifiableCredentialResponse: """Test VerifiableCredentialResponse - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `VerifiableCredentialResponse` diff --git a/test/test_verifiable_identity_address.py b/test/test_verifiable_identity_address.py index c455c5d68..a2acaec88 100644 --- a/test/test_verifiable_identity_address.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> VerifiableIdentityAddress: """Test VerifiableIdentityAddress - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `VerifiableIdentityAddress` diff --git a/test/test_verification_flow.py b/test/test_verification_flow.py index 2b9411284..6360cd41a 100644 --- a/test/test_verification_flow.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> VerificationFlow: """Test VerificationFlow - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `VerificationFlow` diff --git a/test/test_verification_flow_state.py b/test/test_verification_flow_state.py index 8ff7f27df..f25d32378 100644 --- a/test/test_verification_flow_state.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_version.py b/test/test_version.py index 108465924..a14aa878b 100644 --- a/test/test_version.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> Version: """Test Version - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `Version` diff --git a/test/test_warning.py b/test/test_warning.py index efcf6d82c..e5eb51f76 100644 --- a/test/test_warning.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> Warning: """Test Warning - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `Warning` diff --git a/test/test_wellknown_api.py b/test/test_wellknown_api.py index 2417b2356..f73b47484 100644 --- a/test/test_wellknown_api.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_workspace.py b/test/test_workspace.py index 151abd41f..be9b27c82 100644 --- a/test/test_workspace.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> Workspace: """Test Workspace - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `Workspace` diff --git a/test/test_workspace_api.py b/test/test_workspace_api.py index d6421c706..1462d47b1 100644 --- a/test/test_workspace_api.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_workspace_api_key.py b/test/test_workspace_api_key.py index 12105d661..3196fa731 100644 --- a/test/test_workspace_api_key.py +++ b/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.12.2 + The version of the OpenAPI document: v1.13.0 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,7 +28,7 @@ def tearDown(self): def make_instance(self, include_optional) -> WorkspaceApiKey: """Test WorkspaceApiKey - include_option is a boolean, when False only required + include_optional is a boolean, when False only required params are included, when True both required and optional params are included """ # uncomment below to create an instance of `WorkspaceApiKey`