Skip to content

Commit 2b1cf74

Browse files
committed
autogen: regenerate OpenAPI client for v1.22.9
Version: v1.22.9
1 parent ba2184e commit 2b1cf74

File tree

7 files changed

+23
-23
lines changed

7 files changed

+23
-23
lines changed

CHANGELOG.md

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

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

doc/FrontendApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ final String cookie = cookie_example; // String | HTTP Cookies When using the S
6262
final String loginChallenge = loginChallenge_example; // String | An optional Hydra login challenge. If present, Kratos will cooperate with Ory Hydra to act as an OAuth2 identity provider. The value for this parameter comes from `login_challenge` URL Query parameter sent to your application (e.g. `/login?login_challenge=abcde`).
6363
final String organization = organization_example; // String | An optional organization ID that should be used for logging this user in. This parameter is only effective in the Ory Network.
6464
final String via = via_example; // String | Via should contain the identity's credential the code should be sent to. Only relevant in aal2 flows. DEPRECATED: This field is deprecated. Please remove it from your requests. The user will now see a choice of MFA credentials to choose from to perform the second factor instead.
65-
final String identitySchema = identitySchema_example; // String | An optional identity schema to use for the registration flow.
65+
final String identitySchema = identitySchema_example; // String | An optional identity schema to use for the login flow.
6666
6767
try {
6868
final response = api.createBrowserLoginFlow(refresh, aal, returnTo, cookie, loginChallenge, organization, via, identitySchema);
@@ -83,7 +83,7 @@ Name | Type | Description | Notes
8383
**loginChallenge** | **String**| An optional Hydra login challenge. If present, Kratos will cooperate with Ory Hydra to act as an OAuth2 identity provider. The value for this parameter comes from `login_challenge` URL Query parameter sent to your application (e.g. `/login?login_challenge=abcde`). | [optional]
8484
**organization** | **String**| An optional organization ID that should be used for logging this user in. This parameter is only effective in the Ory Network. | [optional]
8585
**via** | **String**| Via should contain the identity's credential the code should be sent to. Only relevant in aal2 flows. DEPRECATED: This field is deprecated. Please remove it from your requests. The user will now see a choice of MFA credentials to choose from to perform the second factor instead. | [optional]
86-
**identitySchema** | **String**| An optional identity schema to use for the registration flow. | [optional]
86+
**identitySchema** | **String**| An optional identity schema to use for the login flow. | [optional]
8787

8888
### Return type
8989

@@ -385,7 +385,7 @@ final bool returnSessionTokenExchangeCode = true; // bool | EnableSessionTokenEx
385385
final String returnTo = returnTo_example; // String | The URL to return the browser to after the flow was completed.
386386
final String organization = organization_example; // String | An optional organization ID that should be used for logging this user in. This parameter is only effective in the Ory Network.
387387
final String via = via_example; // String | Via should contain the identity's credential the code should be sent to. Only relevant in aal2 flows. DEPRECATED: This field is deprecated. Please remove it from your requests. The user will now see a choice of MFA credentials to choose from to perform the second factor instead.
388-
final String identitySchema = identitySchema_example; // String | An optional identity schema to use for the registration flow.
388+
final String identitySchema = identitySchema_example; // String | An optional identity schema to use for the login flow.
389389
390390
try {
391391
final response = api.createNativeLoginFlow(refresh, aal, xSessionToken, returnSessionTokenExchangeCode, returnTo, organization, via, identitySchema);
@@ -406,7 +406,7 @@ Name | Type | Description | Notes
406406
**returnTo** | **String**| The URL to return the browser to after the flow was completed. | [optional]
407407
**organization** | **String**| An optional organization ID that should be used for logging this user in. This parameter is only effective in the Ory Network. | [optional]
408408
**via** | **String**| Via should contain the identity's credential the code should be sent to. Only relevant in aal2 flows. DEPRECATED: This field is deprecated. Please remove it from your requests. The user will now see a choice of MFA credentials to choose from to perform the second factor instead. | [optional]
409-
**identitySchema** | **String**| An optional identity schema to use for the registration flow. | [optional]
409+
**identitySchema** | **String**| An optional identity schema to use for the login flow. | [optional]
410410

411411
### Return type
412412

doc/ProjectApi.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Method | HTTP request | Description
3737
3838
Create an Enterprise SSO Organization
3939

40-
Creates an Enterprise SSO Organization in a project.
40+
Deprecated: use setProject or patchProjectWithRevision instead Creates an Enterprise SSO Organization in a project.
4141

4242
### Example
4343
```dart
@@ -217,7 +217,7 @@ Name | Type | Description | Notes
217217
218218
Delete Enterprise SSO Organization
219219

220-
Irrecoverably deletes an Enterprise SSO Organization in a project by its ID.
220+
Deprecated: use setProject or patchProjectWithRevision instead Irrecoverably deletes an Enterprise SSO Organization in a project by its ID.
221221

222222
### Example
223223
```dart
@@ -351,7 +351,7 @@ void (empty response body)
351351
352352
Get Enterprise SSO Organization by ID
353353

354-
Retrieves an Enterprise SSO Organization for a project by its ID
354+
Deprecated: use getProject instead Retrieves an Enterprise SSO Organization for a project by its ID
355355

356356
### Example
357357
```dart
@@ -527,7 +527,7 @@ Name | Type | Description | Notes
527527
528528
List all Enterprise SSO organizations
529529

530-
Lists all Enterprise SSO organizations in a project.
530+
Deprecated: use getProject instead Lists all Enterprise SSO organizations in a project.
531531

532532
### Example
533533
```dart
@@ -881,7 +881,7 @@ Name | Type | Description | Notes
881881
882882
Update an Enterprise SSO Organization
883883

884-
Updates an Enterprise SSO Organization in a project by its ID.
884+
Deprecated: use setProject or patchProjectWithRevision instead Updates an Enterprise SSO Organization in a project by its ID.
885885

886886
### Example
887887
```dart

lib/src/api/frontend_api.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class FrontendApi {
5151
/// * [loginChallenge] - An optional Hydra login challenge. If present, Kratos will cooperate with Ory Hydra to act as an OAuth2 identity provider. The value for this parameter comes from `login_challenge` URL Query parameter sent to your application (e.g. `/login?login_challenge=abcde`).
5252
/// * [organization] - An optional organization ID that should be used for logging this user in. This parameter is only effective in the Ory Network.
5353
/// * [via] - Via should contain the identity's credential the code should be sent to. Only relevant in aal2 flows. DEPRECATED: This field is deprecated. Please remove it from your requests. The user will now see a choice of MFA credentials to choose from to perform the second factor instead.
54-
/// * [identitySchema] - An optional identity schema to use for the registration flow.
54+
/// * [identitySchema] - An optional identity schema to use for the login flow.
5555
/// * [cancelToken] - A [CancelToken] that can be used to cancel the operation
5656
/// * [headers] - Can be used to add additional headers to the request
5757
/// * [extras] - Can be used to add flags to the request
@@ -643,7 +643,7 @@ class FrontendApi {
643643
/// * [returnTo] - The URL to return the browser to after the flow was completed.
644644
/// * [organization] - An optional organization ID that should be used for logging this user in. This parameter is only effective in the Ory Network.
645645
/// * [via] - Via should contain the identity's credential the code should be sent to. Only relevant in aal2 flows. DEPRECATED: This field is deprecated. Please remove it from your requests. The user will now see a choice of MFA credentials to choose from to perform the second factor instead.
646-
/// * [identitySchema] - An optional identity schema to use for the registration flow.
646+
/// * [identitySchema] - An optional identity schema to use for the login flow.
647647
/// * [cancelToken] - A [CancelToken] that can be used to cancel the operation
648648
/// * [headers] - Can be used to add additional headers to the request
649649
/// * [extras] - Can be used to add flags to the request

lib/src/api/project_api.dart

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class ProjectApi {
3939
const ProjectApi(this._dio, this._serializers);
4040

4141
/// Create an Enterprise SSO Organization
42-
/// Creates an Enterprise SSO Organization in a project.
42+
/// Deprecated: use setProject or patchProjectWithRevision instead Creates an Enterprise SSO Organization in a project.
4343
///
4444
/// Parameters:
4545
/// * [projectId] - Project ID The project's ID.
@@ -451,7 +451,7 @@ class ProjectApi {
451451
}
452452

453453
/// Delete Enterprise SSO Organization
454-
/// Irrecoverably deletes an Enterprise SSO Organization in a project by its ID.
454+
/// Deprecated: use setProject or patchProjectWithRevision instead Irrecoverably deletes an Enterprise SSO Organization in a project by its ID.
455455
///
456456
/// Parameters:
457457
/// * [projectId] - Project ID The project's ID.
@@ -618,7 +618,7 @@ class ProjectApi {
618618
}
619619

620620
/// Get Enterprise SSO Organization by ID
621-
/// Retrieves an Enterprise SSO Organization for a project by its ID
621+
/// Deprecated: use getProject instead Retrieves an Enterprise SSO Organization for a project by its ID
622622
///
623623
/// Parameters:
624624
/// * [projectId] - Project ID The project's ID.
@@ -946,7 +946,7 @@ class ProjectApi {
946946
}
947947

948948
/// List all Enterprise SSO organizations
949-
/// Lists all Enterprise SSO organizations in a project.
949+
/// Deprecated: use getProject instead Lists all Enterprise SSO organizations in a project.
950950
///
951951
/// Parameters:
952952
/// * [projectId] - Project ID The project's ID.
@@ -1619,7 +1619,7 @@ class ProjectApi {
16191619
}
16201620

16211621
/// Update an Enterprise SSO Organization
1622-
/// Updates an Enterprise SSO Organization in a project by its ID.
1622+
/// Deprecated: use setProject or patchProjectWithRevision instead Updates an Enterprise SSO Organization in a project by its ID.
16231623
///
16241624
/// Parameters:
16251625
/// * [projectId] - Project ID The project's ID.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ory_client
2-
version: 1.22.8
2+
version: 1.22.9
33
description: OpenAPI API client for Ory Network, Ory's web-scale API for identity and access control.
44
homepage: https://www.ory.sh
55
repository: https://github.com/ory/sdk/tree/master/clients/client/dart

test/project_api_test.dart

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ void main() {
99
group(ProjectApi, () {
1010
// Create an Enterprise SSO Organization
1111
//
12-
// Creates an Enterprise SSO Organization in a project.
12+
// Deprecated: use setProject or patchProjectWithRevision instead Creates an Enterprise SSO Organization in a project.
1313
//
1414
//Future<Organization> createOrganization(String projectId, { OrganizationBody organizationBody }) async
1515
test('test createOrganization', () async {
@@ -45,7 +45,7 @@ void main() {
4545

4646
// Delete Enterprise SSO Organization
4747
//
48-
// Irrecoverably deletes an Enterprise SSO Organization in a project by its ID.
48+
// Deprecated: use setProject or patchProjectWithRevision instead Irrecoverably deletes an Enterprise SSO Organization in a project by its ID.
4949
//
5050
//Future deleteOrganization(String projectId, String organizationId) async
5151
test('test deleteOrganization', () async {
@@ -72,7 +72,7 @@ void main() {
7272

7373
// Get Enterprise SSO Organization by ID
7474
//
75-
// Retrieves an Enterprise SSO Organization for a project by its ID
75+
// Deprecated: use getProject instead Retrieves an Enterprise SSO Organization for a project by its ID
7676
//
7777
//Future<GetOrganizationResponse> getOrganization(String projectId, String organizationId) async
7878
test('test getOrganization', () async {
@@ -108,7 +108,7 @@ void main() {
108108

109109
// List all Enterprise SSO organizations
110110
//
111-
// Lists all Enterprise SSO organizations in a project.
111+
// Deprecated: use getProject instead Lists all Enterprise SSO organizations in a project.
112112
//
113113
//Future<ListOrganizationsResponse> listOrganizations(String projectId, { int pageSize, String pageToken, String domain }) async
114114
test('test listOrganizations', () async {
@@ -180,7 +180,7 @@ void main() {
180180

181181
// Update an Enterprise SSO Organization
182182
//
183-
// Updates an Enterprise SSO Organization in a project by its ID.
183+
// Deprecated: use setProject or patchProjectWithRevision instead Updates an Enterprise SSO Organization in a project by its ID.
184184
//
185185
//Future<Organization> updateOrganization(String projectId, String organizationId, { OrganizationBody organizationBody }) async
186186
test('test updateOrganization', () async {

0 commit comments

Comments
 (0)