Skip to content

Commit

Permalink
chore: regenerate OpenAPI client v1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jan 15, 2025
1 parent 8ea857d commit 6f49647
Show file tree
Hide file tree
Showing 3,880 changed files with 40,254 additions and 24,926 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 6 additions & 0 deletions clients/client/dart/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ analysis_options.yaml
doc/AcceptOAuth2ConsentRequest.md
doc/AcceptOAuth2ConsentRequestSession.md
doc/AcceptOAuth2LoginRequest.md
doc/AccountExperienceColors.md
doc/AccountExperienceConfiguration.md
doc/AccountExperienceThemeVariables.md
doc/ActiveProjectInConsole.md
Expand Down Expand Up @@ -107,6 +108,7 @@ doc/InternalIsAXWelcomeScreenEnabledForProjectBody.md
doc/InternalIsOwnerForProjectBySlugBody.md
doc/InternalIsOwnerForProjectBySlugResponse.md
doc/IntrospectedOAuth2Token.md
doc/InviteTokenBody.md
doc/Invoice.md
doc/InvoiceDataV1.md
doc/IsOwnerForProjectBySlug.md
Expand Down Expand Up @@ -310,6 +312,7 @@ lib/src/date_serializer.dart
lib/src/model/accept_o_auth2_consent_request.dart
lib/src/model/accept_o_auth2_consent_request_session.dart
lib/src/model/accept_o_auth2_login_request.dart
lib/src/model/account_experience_colors.dart
lib/src/model/account_experience_configuration.dart
lib/src/model/account_experience_theme_variables.dart
lib/src/model/active_project_in_console.dart
Expand Down Expand Up @@ -409,6 +412,7 @@ lib/src/model/internal_is_ax_welcome_screen_enabled_for_project_body.dart
lib/src/model/internal_is_owner_for_project_by_slug_body.dart
lib/src/model/internal_is_owner_for_project_by_slug_response.dart
lib/src/model/introspected_o_auth2_token.dart
lib/src/model/invite_token_body.dart
lib/src/model/invoice.dart
lib/src/model/invoice_data_v1.dart
lib/src/model/is_owner_for_project_by_slug.dart
Expand Down Expand Up @@ -583,6 +587,7 @@ pubspec.yaml
test/accept_o_auth2_consent_request_session_test.dart
test/accept_o_auth2_consent_request_test.dart
test/accept_o_auth2_login_request_test.dart
test/account_experience_colors_test.dart
test/account_experience_configuration_test.dart
test/account_experience_theme_variables_test.dart
test/active_project_in_console_test.dart
Expand Down Expand Up @@ -685,6 +690,7 @@ test/internal_is_ax_welcome_screen_enabled_for_project_body_test.dart
test/internal_is_owner_for_project_by_slug_body_test.dart
test/internal_is_owner_for_project_by_slug_response_test.dart
test/introspected_o_auth2_token_test.dart
test/invite_token_body_test.dart
test/invoice_data_v1_test.dart
test/invoice_test.dart
test/is_owner_for_project_by_slug_test.dart
Expand Down
6 changes: 4 additions & 2 deletions clients/client/dart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This document describes the APIs available in the Ory Network. The APIs are avai

This Dart package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: v1.16.0
- API version: v1.16.1
- Generator version: 7.7.0
- Build package: org.openapitools.codegen.languages.DartDioClientCodegen

Expand All @@ -38,7 +38,7 @@ This Dart package is automatically generated by the [OpenAPI Generator](https://
To use the package from [pub.dev](https://pub.dev), please include the following in pubspec.yaml
```yaml
dependencies:
ory_client: 1.16.0
ory_client: 1.16.1
```
### Github
Expand Down Expand Up @@ -228,6 +228,7 @@ Class | Method | HTTP request | Description
- [AcceptOAuth2ConsentRequest](doc/AcceptOAuth2ConsentRequest.md)
- [AcceptOAuth2ConsentRequestSession](doc/AcceptOAuth2ConsentRequestSession.md)
- [AcceptOAuth2LoginRequest](doc/AcceptOAuth2LoginRequest.md)
- [AccountExperienceColors](doc/AccountExperienceColors.md)
- [AccountExperienceConfiguration](doc/AccountExperienceConfiguration.md)
- [AccountExperienceThemeVariables](doc/AccountExperienceThemeVariables.md)
- [ActiveProjectInConsole](doc/ActiveProjectInConsole.md)
Expand Down Expand Up @@ -326,6 +327,7 @@ Class | Method | HTTP request | Description
- [InternalIsOwnerForProjectBySlugBody](doc/InternalIsOwnerForProjectBySlugBody.md)
- [InternalIsOwnerForProjectBySlugResponse](doc/InternalIsOwnerForProjectBySlugResponse.md)
- [IntrospectedOAuth2Token](doc/IntrospectedOAuth2Token.md)
- [InviteTokenBody](doc/InviteTokenBody.md)
- [Invoice](doc/Invoice.md)
- [InvoiceDataV1](doc/InvoiceDataV1.md)
- [IsOwnerForProjectBySlug](doc/IsOwnerForProjectBySlug.md)
Expand Down
129 changes: 129 additions & 0 deletions clients/client/dart/doc/AccountExperienceColors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,129 @@
# ory_client.model.AccountExperienceColors

## Load the model package
```dart
import 'package:ory_client/api.dart';
```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**buttonIdentifierBackgroundDefault** | **String** | | [optional]
**buttonIdentifierBackgroundHover** | **String** | | [optional]
**buttonIdentifierBorderBorderDefault** | **String** | | [optional]
**buttonIdentifierBorderBorderHover** | **String** | | [optional]
**buttonIdentifierForegroundDefault** | **String** | | [optional]
**buttonIdentifierForegroundHover** | **String** | | [optional]
**buttonLinkBrandBrand** | **String** | | [optional]
**buttonLinkBrandBrandHover** | **String** | | [optional]
**buttonLinkDefaultPrimary** | **String** | | [optional]
**buttonLinkDefaultPrimaryHover** | **String** | | [optional]
**buttonLinkDefaultSecondary** | **String** | | [optional]
**buttonLinkDefaultSecondaryHover** | **String** | | [optional]
**buttonLinkDisabledDisabled** | **String** | | [optional]
**buttonPrimaryBackgroundDefault** | **String** | | [optional]
**buttonPrimaryBackgroundDisabled** | **String** | | [optional]
**buttonPrimaryBackgroundHover** | **String** | | [optional]
**buttonPrimaryBorderDefault** | **String** | | [optional]
**buttonPrimaryBorderDisabled** | **String** | | [optional]
**buttonPrimaryBorderHover** | **String** | | [optional]
**buttonPrimaryForegroundDefault** | **String** | | [optional]
**buttonPrimaryForegroundDisabled** | **String** | | [optional]
**buttonPrimaryForegroundHover** | **String** | | [optional]
**buttonSecondaryBackgroundDefault** | **String** | | [optional]
**buttonSecondaryBackgroundDisabled** | **String** | | [optional]
**buttonSecondaryBackgroundHover** | **String** | | [optional]
**buttonSecondaryBorderDefault** | **String** | | [optional]
**buttonSecondaryBorderDisabled** | **String** | | [optional]
**buttonSecondaryBorderHover** | **String** | | [optional]
**buttonSecondaryForegroundDefault** | **String** | | [optional]
**buttonSecondaryForegroundDisabled** | **String** | | [optional]
**buttonSecondaryForegroundHover** | **String** | | [optional]
**buttonSocialBackgroundDefault** | **String** | | [optional]
**buttonSocialBackgroundDisabled** | **String** | | [optional]
**buttonSocialBackgroundGenericProvider** | **String** | | [optional]
**buttonSocialBackgroundHover** | **String** | | [optional]
**buttonSocialBorderDefault** | **String** | | [optional]
**buttonSocialBorderDisabled** | **String** | | [optional]
**buttonSocialBorderGenericProvider** | **String** | | [optional]
**buttonSocialBorderHover** | **String** | | [optional]
**buttonSocialForegroundDefault** | **String** | | [optional]
**buttonSocialForegroundDisabled** | **String** | | [optional]
**buttonSocialForegroundGenericProvider** | **String** | | [optional]
**buttonSocialForegroundHover** | **String** | | [optional]
**checkboxBackgroundChecked** | **String** | | [optional]
**checkboxBackgroundDefault** | **String** | | [optional]
**checkboxBorderCheckboxBorderChecked** | **String** | | [optional]
**checkboxBorderCheckboxBorderDefault** | **String** | | [optional]
**checkboxForegroundChecked** | **String** | | [optional]
**checkboxForegroundDefault** | **String** | | [optional]
**formBackgroundDefault** | **String** | | [optional]
**formBorderDefault** | **String** | | [optional]
**inputBackgroundDefault** | **String** | | [optional]
**inputBackgroundDisabled** | **String** | | [optional]
**inputBackgroundHover** | **String** | | [optional]
**inputBorderDefault** | **String** | | [optional]
**inputBorderDisabled** | **String** | | [optional]
**inputBorderFocus** | **String** | | [optional]
**inputBorderHover** | **String** | | [optional]
**inputForegroundDisabled** | **String** | | [optional]
**inputForegroundPrimary** | **String** | | [optional]
**inputForegroundSecondary** | **String** | | [optional]
**inputForegroundTertiary** | **String** | | [optional]
**interfaceBackgroundBrandPrimary** | **String** | | [optional]
**interfaceBackgroundBrandPrimaryHover** | **String** | | [optional]
**interfaceBackgroundBrandSecondary** | **String** | | [optional]
**interfaceBackgroundBrandSecondaryHover** | **String** | | [optional]
**interfaceBackgroundDefaultInverted** | **String** | | [optional]
**interfaceBackgroundDefaultInvertedHover** | **String** | | [optional]
**interfaceBackgroundDefaultNone** | **String** | | [optional]
**interfaceBackgroundDefaultPrimary** | **String** | | [optional]
**interfaceBackgroundDefaultPrimaryHover** | **String** | | [optional]
**interfaceBackgroundDefaultSecondary** | **String** | | [optional]
**interfaceBackgroundDefaultSecondaryHover** | **String** | | [optional]
**interfaceBackgroundDefaultTertiary** | **String** | | [optional]
**interfaceBackgroundDefaultTertiaryHover** | **String** | | [optional]
**interfaceBackgroundDisabledDisabled** | **String** | | [optional]
**interfaceBackgroundValidationDanger** | **String** | | [optional]
**interfaceBackgroundValidationSuccess** | **String** | | [optional]
**interfaceBackgroundValidationWarning** | **String** | | [optional]
**interfaceBorderBrandBrand** | **String** | | [optional]
**interfaceBorderDefaultInverted** | **String** | | [optional]
**interfaceBorderDefaultNone** | **String** | | [optional]
**interfaceBorderDefaultPrimary** | **String** | | [optional]
**interfaceBorderDisabledDisabled** | **String** | | [optional]
**interfaceBorderValidationDanger** | **String** | | [optional]
**interfaceBorderValidationSuccess** | **String** | | [optional]
**interfaceBorderValidationWarning** | **String** | | [optional]
**interfaceForegroundBrandOnPrimary** | **String** | | [optional]
**interfaceForegroundBrandOnSecondary** | **String** | | [optional]
**interfaceForegroundBrandPrimary** | **String** | | [optional]
**interfaceForegroundBrandSecondary** | **String** | | [optional]
**interfaceForegroundDefaultInverted** | **String** | | [optional]
**interfaceForegroundDefaultPrimary** | **String** | | [optional]
**interfaceForegroundDefaultSecondary** | **String** | | [optional]
**interfaceForegroundDefaultTertiary** | **String** | | [optional]
**interfaceForegroundDisabledDisabled** | **String** | | [optional]
**interfaceForegroundDisabledOnDisabled** | **String** | | [optional]
**interfaceForegroundValidationDanger** | **String** | | [optional]
**interfaceForegroundValidationSuccess** | **String** | | [optional]
**interfaceForegroundValidationWarning** | **String** | | [optional]
**oryBackgroundDefault** | **String** | | [optional]
**oryBorderDefault** | **String** | | [optional]
**oryForegroundDefault** | **String** | | [optional]
**radioBackgroundChecked** | **String** | | [optional]
**radioBackgroundDefault** | **String** | | [optional]
**radioBorderChecked** | **String** | | [optional]
**radioBorderDefault** | **String** | | [optional]
**radioForegroundChecked** | **String** | | [optional]
**radioForegroundDefault** | **String** | | [optional]
**toggleBackgroundChecked** | **String** | | [optional]
**toggleBackgroundDefault** | **String** | | [optional]
**toggleBorderChecked** | **String** | | [optional]
**toggleBorderDefault** | **String** | | [optional]
**toggleForegroundChecked** | **String** | | [optional]
**toggleForegroundDefault** | **String** | | [optional]

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


6 changes: 6 additions & 0 deletions clients/client/dart/doc/CreateProjectNormalizedPayload.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ import 'package:ory_client/api.dart';
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**accountExperienceFaviconDark** | **String** | Holds the URL to the account experience's dark theme favicon (currently unused). | [optional]
**accountExperienceFaviconLight** | **String** | Holds the URL to the account experience's favicon. | [optional]
**accountExperienceLogoDark** | **String** | Holds the URL to the account experience's dark theme logo (currently unused). | [optional]
**accountExperienceLogoLight** | **String** | Holds the URL to the account experience's logo. | [optional]
**accountExperienceThemeVariablesDark** | **String** | Holds the URL to the account experience's dark theme variables. | [optional]
**accountExperienceThemeVariablesLight** | **String** | Holds the URL to the account experience's light theme variables. | [optional]
**createdAt** | [**DateTime**](DateTime.md) | The Project's Revision Creation Date | [optional]
**disableAccountExperienceWelcomeScreen** | **bool** | Whether to disable the account experience welcome screen, which is hosted under `/ui/welcome`. | [optional]
**enableAxV2** | **bool** | Whether the new account experience is enabled and reachable. | [optional]
Expand Down
15 changes: 15 additions & 0 deletions clients/client/dart/doc/InviteTokenBody.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# ory_client.model.InviteTokenBody

## Load the model package
```dart
import 'package:ory_client/api.dart';
```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**inviteToken** | **String** | Invite Token The Invite Token. format: uuid |

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


6 changes: 6 additions & 0 deletions clients/client/dart/doc/NormalizedProjectRevision.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ import 'package:ory_client/api.dart';
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**accountExperienceFaviconDark** | **String** | Holds the URL to the account experience's dark theme favicon (currently unused). | [optional]
**accountExperienceFaviconLight** | **String** | Holds the URL to the account experience's favicon. | [optional]
**accountExperienceLogoDark** | **String** | Holds the URL to the account experience's dark theme logo (currently unused). | [optional]
**accountExperienceLogoLight** | **String** | Holds the URL to the account experience's logo. | [optional]
**accountExperienceThemeVariablesDark** | **String** | Holds the URL to the account experience's dark theme variables. | [optional]
**accountExperienceThemeVariablesLight** | **String** | Holds the URL to the account experience's light theme variables. | [optional]
**createdAt** | [**DateTime**](DateTime.md) | The Project's Revision Creation Date | [optional]
**disableAccountExperienceWelcomeScreen** | **bool** | Whether to disable the account experience welcome screen, which is hosted under `/ui/welcome`. | [optional]
**enableAxV2** | **bool** | Whether the new account experience is enabled and reachable. | [optional]
Expand Down
2 changes: 1 addition & 1 deletion clients/client/dart/doc/UiNode.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import 'package:ory_client/api.dart';
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**attributes** | [**UiNodeAttributes**](UiNodeAttributes.md) | |
**group** | **String** | Group specifies which group (e.g. password authenticator) this node belongs to. default DefaultGroup password PasswordGroup oidc OpenIDConnectGroup profile ProfileGroup link LinkGroup code CodeGroup totp TOTPGroup lookup_secret LookupGroup webauthn WebAuthnGroup passkey PasskeyGroup identifier_first IdentifierFirstGroup captcha CaptchaGroup |
**group** | **String** | Group specifies which group (e.g. password authenticator) this node belongs to. default DefaultGroup password PasswordGroup oidc OpenIDConnectGroup profile ProfileGroup link LinkGroup code CodeGroup totp TOTPGroup lookup_secret LookupGroup webauthn WebAuthnGroup passkey PasskeyGroup identifier_first IdentifierFirstGroup captcha CaptchaGroup saml SAMLGroup |
**messages** | [**BuiltList<UiText>**](UiText.md) | |
**meta** | [**UiNodeMeta**](UiNodeMeta.md) | |
**type** | **String** | The node's type text Text input Input img Image a Anchor script Script |
Expand Down
2 changes: 2 additions & 0 deletions clients/client/dart/lib/ory_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export 'package:ory_client/src/api/workspace_api.dart';
export 'package:ory_client/src/model/accept_o_auth2_consent_request.dart';
export 'package:ory_client/src/model/accept_o_auth2_consent_request_session.dart';
export 'package:ory_client/src/model/accept_o_auth2_login_request.dart';
export 'package:ory_client/src/model/account_experience_colors.dart';
export 'package:ory_client/src/model/account_experience_configuration.dart';
export 'package:ory_client/src/model/account_experience_theme_variables.dart';
export 'package:ory_client/src/model/active_project_in_console.dart';
Expand Down Expand Up @@ -124,6 +125,7 @@ export 'package:ory_client/src/model/internal_is_ax_welcome_screen_enabled_for_p
export 'package:ory_client/src/model/internal_is_owner_for_project_by_slug_body.dart';
export 'package:ory_client/src/model/internal_is_owner_for_project_by_slug_response.dart';
export 'package:ory_client/src/model/introspected_o_auth2_token.dart';
export 'package:ory_client/src/model/invite_token_body.dart';
export 'package:ory_client/src/model/invoice.dart';
export 'package:ory_client/src/model/invoice_data_v1.dart';
export 'package:ory_client/src/model/is_owner_for_project_by_slug.dart';
Expand Down
Loading

0 comments on commit 6f49647

Please sign in to comment.