Skip to content

Commit 7690500

Browse files
committed
autogen: regenerate OpenAPI client for v1.22.0
Version: v1.22.0
1 parent 08ce859 commit 7690500

File tree

62 files changed

+1233
-4706
lines changed

Some content is hidden

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

62 files changed

+1233
-4706
lines changed

.openapi-generator/FILES

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ doc/AcceptOAuth2ConsentRequestSession.md
88
doc/AcceptOAuth2LoginRequest.md
99
doc/AccountExperienceColors.md
1010
doc/AccountExperienceConfiguration.md
11-
doc/AccountExperienceThemeVariables.md
1211
doc/ActiveProjectInConsole.md
1312
doc/AddProjectToWorkspaceBody.md
1413
doc/Attribute.md
@@ -162,7 +161,6 @@ doc/OAuth2ClientTokenLifespans.md
162161
doc/OAuth2ConsentRequest.md
163162
doc/OAuth2ConsentRequestOpenIDConnectContext.md
164163
doc/OAuth2ConsentSession.md
165-
doc/OAuth2ConsentSessionExpiresAt.md
166164
doc/OAuth2LoginRequest.md
167165
doc/OAuth2LogoutRequest.md
168166
doc/OAuth2RedirectTo.md
@@ -195,6 +193,7 @@ doc/ProjectEventsDatapoint.md
195193
doc/ProjectHost.md
196194
doc/ProjectMember.md
197195
doc/ProjectMetadata.md
196+
doc/ProjectServiceAccountExperience.md
198197
doc/ProjectServiceIdentity.md
199198
doc/ProjectServiceOAuth2.md
200199
doc/ProjectServicePermission.md
@@ -337,7 +336,6 @@ lib/src/model/accept_o_auth2_consent_request_session.dart
337336
lib/src/model/accept_o_auth2_login_request.dart
338337
lib/src/model/account_experience_colors.dart
339338
lib/src/model/account_experience_configuration.dart
340-
lib/src/model/account_experience_theme_variables.dart
341339
lib/src/model/active_project_in_console.dart
342340
lib/src/model/add_project_to_workspace_body.dart
343341
lib/src/model/attribute.dart
@@ -485,7 +483,6 @@ lib/src/model/o_auth2_client_token_lifespans.dart
485483
lib/src/model/o_auth2_consent_request.dart
486484
lib/src/model/o_auth2_consent_request_open_id_connect_context.dart
487485
lib/src/model/o_auth2_consent_session.dart
488-
lib/src/model/o_auth2_consent_session_expires_at.dart
489486
lib/src/model/o_auth2_login_request.dart
490487
lib/src/model/o_auth2_logout_request.dart
491488
lib/src/model/o_auth2_redirect_to.dart
@@ -515,6 +512,7 @@ lib/src/model/project_events_datapoint.dart
515512
lib/src/model/project_host.dart
516513
lib/src/model/project_member.dart
517514
lib/src/model/project_metadata.dart
515+
lib/src/model/project_service_account_experience.dart
518516
lib/src/model/project_service_identity.dart
519517
lib/src/model/project_service_o_auth2.dart
520518
lib/src/model/project_service_permission.dart
@@ -634,7 +632,6 @@ test/accept_o_auth2_consent_request_test.dart
634632
test/accept_o_auth2_login_request_test.dart
635633
test/account_experience_colors_test.dart
636634
test/account_experience_configuration_test.dart
637-
test/account_experience_theme_variables_test.dart
638635
test/active_project_in_console_test.dart
639636
test/add_project_to_workspace_body_test.dart
640637
test/attribute_filter_test.dart
@@ -787,7 +784,6 @@ test/o_auth2_client_test.dart
787784
test/o_auth2_client_token_lifespans_test.dart
788785
test/o_auth2_consent_request_open_id_connect_context_test.dart
789786
test/o_auth2_consent_request_test.dart
790-
test/o_auth2_consent_session_expires_at_test.dart
791787
test/o_auth2_consent_session_test.dart
792788
test/o_auth2_login_request_test.dart
793789
test/o_auth2_logout_request_test.dart
@@ -820,6 +816,7 @@ test/project_events_datapoint_test.dart
820816
test/project_host_test.dart
821817
test/project_member_test.dart
822818
test/project_metadata_test.dart
819+
test/project_service_account_experience_test.dart
823820
test/project_service_identity_test.dart
824821
test/project_service_o_auth2_test.dart
825822
test/project_service_permission_test.dart

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# 1.21.6
1+
# 1.22.0
22

33
Please refer to https://changelog.ory.sh and https://www.ory.sh/docs/sdk

doc/AccountExperienceThemeVariables.md

Lines changed: 0 additions & 105 deletions
This file was deleted.

doc/CreateOrganizationOnboardingPortalLinkBody.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import 'package:ory_client/api.dart';
88
## Properties
99
Name | Type | Description | Notes
1010
------------ | ------------- | ------------- | -------------
11+
**enableScim** | **bool** | Feature flag to enable SCIM configuration |
1112
**enableSso** | **bool** | Feature flag to enable SSO configuration |
1213
**expiresAt** | [**DateTime**](DateTime.md) | | [optional]
1314

doc/NormalizedProjectRevisionScimClient.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
1111
**authorizationHeaderSecret** | **String** | The secret that the client uses in the authorization header to authenticate itself. |
1212
**clientId** | **String** | The unique ID of the SCIM server. |
1313
**createdAt** | [**DateTime**](DateTime.md) | The SCIM client's creation time | [optional]
14+
**id** | **String** | | [optional]
1415
**label** | **String** | The SCIM server's label |
1516
**mapperUrl** | **String** | Mapper specifies the JSONNet code snippet which uses the SCIM provider's data to hydrate the identity's data. |
1617
**organizationId** | **String** | OrganizationID is the organization ID for this SCIM server. |

doc/OAuth2ConsentSession.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Name | Type | Description | Notes
1111
**consentRequest** | [**OAuth2ConsentRequest**](OAuth2ConsentRequest.md) | | [optional]
1212
**consentRequestId** | **String** | ConsentRequestID is the identifier of the consent request that initiated this consent session. | [optional]
1313
**context** | [**JsonObject**](.md) | | [optional]
14-
**expiresAt** | [**OAuth2ConsentSessionExpiresAt**](OAuth2ConsentSessionExpiresAt.md) | | [optional]
1514
**grantAccessTokenAudience** | **BuiltList<String>** | | [optional]
1615
**grantScope** | **BuiltList<String>** | | [optional]
1716
**handledAt** | [**DateTime**](DateTime.md) | | [optional]

doc/OAuth2ConsentSessionExpiresAt.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

doc/OnboardingPortalLink.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import 'package:ory_client/api.dart';
99
Name | Type | Description | Notes
1010
------------ | ------------- | ------------- | -------------
1111
**createdAt** | [**DateTime**](DateTime.md) | The onboarding portal link's creation date | [optional]
12+
**enableScim** | **bool** | Feature flag to enable SCIM configuration | [optional]
1213
**enableSso** | **bool** | Feature flag to enable SSO configuration | [optional]
1314
**expiresAt** | [**DateTime**](DateTime.md) | The onboarding portal link's expiry date |
1415
**id** | **String** | The onboarding portal link's ID. |

doc/OnboardingPortalOrganization.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ Name | Type | Description | Notes
1414
**organizationId** | **String** | Organization ID | [optional]
1515
**organizationLabel** | **String** | Organization Label | [optional]
1616
**revisionId** | **String** | |
17+
**scimClients** | [**BuiltList<NormalizedProjectRevisionScimClient>**](NormalizedProjectRevisionScimClient.md) | |
18+
**scimEnabled** | **bool** | |
19+
**ssoEnabled** | **bool** | |
1720

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

doc/ProjectBrandingTheme.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ Name | Type | Description | Notes
1313
**accentEmphasisColor** | **String** | AccentEmphasisColor is a hex color code used by the Ory Account Experience theme. | [optional]
1414
**accentMutedColor** | **String** | AccentMutedColor is a hex color code used by the Ory Account Experience theme. | [optional]
1515
**accentSubtleColor** | **String** | AccentSubtleColor is a hex color code used by the Ory Account Experience theme. | [optional]
16-
**accountExperienceVariables** | [**BuiltList<AccountExperienceThemeVariables>**](AccountExperienceThemeVariables.md) | The Account Experience Theme Variables. | [optional]
17-
**accountExperienceVariablesStylesheet** | **String** | AccountExperienceVariableStylesheet holds a reference to the current stylesheet that can be used in the AX | [optional]
1816
**backgroundCanvasColor** | **String** | BackgroundCanvasColor is a hex color code used by the Ory Account Experience theme. | [optional]
1917
**backgroundSubtleColor** | **String** | BackgroundSubtleColor is a hex color code used by the Ory Account Experience theme. | [optional]
2018
**backgroundSurfaceColor** | **String** | BackgroundSurfaceColor is a hex color code used by the Ory Account Experience theme. | [optional]

0 commit comments

Comments
 (0)