Skip to content

Commit 24e7e52

Browse files
committed
Release new versions
1 parent 6737a66 commit 24e7e52

Some content is hidden

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

48 files changed

+271
-1407
lines changed

packages/corbado_api_client/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.0.0
2+
* Changed to FrontendAPI v2.
3+
14
## 1.1.1
25

36
* Bump dependency versions (intl, meta, http).

packages/corbado_api_client/lib/corbado_api_client.dart

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
// Openapi Generator last run: : 2024-09-18T16:49:29.483494
1+
// Openapi Generator last run: : 2024-09-24T18:31:23.928402
22
import 'package:openapi_generator_annotations/openapi_generator_annotations.dart';
33

44
@Openapi(
5-
additionalProperties: AdditionalProperties(pubName: 'corbado_frontend_api_client'),
6-
inputSpec: InputSpec(path: './lib/openapi/corbado_public_api.yml'),
7-
generatorName: Generator.dio,
8-
outputDirectory: './lib/frontendapi',
5+
additionalProperties: AdditionalProperties(
6+
pubName: 'corbado_frontend_api_client',
7+
pubVersion: '2.0.0',
8+
pubDescription: 'Client for the Corbado Frontend API',
9+
pubHomepage: 'https://docs.corbado.com/overview/welcome',
10+
),
11+
inputSpec: InputSpec(path: './lib/openapi/corbado_public_api.yml'),
12+
generatorName: Generator.dio,
13+
outputDirectory: './lib/frontendapi',
914
)
1015

1116
/// Represents the Corbado API client

packages/corbado_api_client/lib/frontendapi/.openapi-generator/FILES

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,3 +195,94 @@ lib/src/model/user_details_config_rsp.dart
195195
lib/src/model/verification_method.dart
196196
lib/src/serializers.dart
197197
pubspec.yaml
198+
test/auth_api_test.dart
199+
test/auth_type_test.dart
200+
test/block_body_data_test.dart
201+
test/block_body_test.dart
202+
test/block_type_test.dart
203+
test/client_capabilities_test.dart
204+
test/client_information_test.dart
205+
test/configs_api_test.dart
206+
test/connect_append_finish_req_test.dart
207+
test/connect_append_finish_rsp_test.dart
208+
test/connect_append_init_req_test.dart
209+
test/connect_append_init_rsp_test.dart
210+
test/connect_append_start_req_test.dart
211+
test/connect_append_start_rsp_test.dart
212+
test/connect_event_create_req_test.dart
213+
test/connect_login_finish_req_test.dart
214+
test/connect_login_finish_rsp_test.dart
215+
test/connect_login_init_req_test.dart
216+
test/connect_login_init_rsp_test.dart
217+
test/connect_login_start_req_test.dart
218+
test/connect_login_start_rsp_test.dart
219+
test/connect_manage_delete_req_test.dart
220+
test/connect_manage_delete_rsp_test.dart
221+
test/connect_manage_init_req_test.dart
222+
test/connect_manage_init_rsp_test.dart
223+
test/connect_manage_list_req_test.dart
224+
test/connect_manage_list_rsp_test.dart
225+
test/continue_on_other_device_test.dart
226+
test/corbado_connect_api_test.dart
227+
test/event_create_req_test.dart
228+
test/full_name_with_error_test.dart
229+
test/general_block_completed_test.dart
230+
test/general_block_login_init_test.dart
231+
test/general_block_passkey_append_test.dart
232+
test/general_block_passkey_appended_test.dart
233+
test/general_block_passkey_verify_test.dart
234+
test/general_block_post_signup_email_verify_test.dart
235+
test/general_block_signup_init_test.dart
236+
test/general_block_verify_identifier_alternative_verification_methods_inner_test.dart
237+
test/general_block_verify_identifier_test.dart
238+
test/generic_rsp_test.dart
239+
test/identifier_test.dart
240+
test/identifier_update_req_test.dart
241+
test/identifier_verify_finish_req_test.dart
242+
test/identifier_verify_start_req_test.dart
243+
test/java_script_high_entropy_test.dart
244+
test/login_identifier_config_test.dart
245+
test/login_identifier_test.dart
246+
test/login_identifier_type_test.dart
247+
test/login_identifier_with_error_test.dart
248+
test/login_init_req_test.dart
249+
test/me_identifier_create_req_test.dart
250+
test/me_identifier_delete_req_test.dart
251+
test/me_identifier_update_req_test.dart
252+
test/me_identifier_verify_finish_req_test.dart
253+
test/me_identifier_verify_start_req_test.dart
254+
test/me_passkey_delete_rsp_test.dart
255+
test/me_passkey_rsp_test.dart
256+
test/me_passkeys_append_finish_req_test.dart
257+
test/me_passkeys_append_start_req_test.dart
258+
test/me_passkeys_append_start_rsp_test.dart
259+
test/me_refresh_rsp_test.dart
260+
test/me_rsp_test.dart
261+
test/me_update_req_test.dart
262+
test/paging_test.dart
263+
test/passkey_append_finish_req_test.dart
264+
test/passkey_append_start_req_test.dart
265+
test/passkey_event_type_test.dart
266+
test/passkey_icon_set_test.dart
267+
test/passkey_login_finish_req_test.dart
268+
test/passkey_login_start_req_test.dart
269+
test/passkey_mediation_finish_req_test.dart
270+
test/passkey_operation_test.dart
271+
test/passkey_test.dart
272+
test/process_common_test.dart
273+
test/process_init_req_test.dart
274+
test/process_init_rsp_test.dart
275+
test/process_response_test.dart
276+
test/process_static_info_test.dart
277+
test/request_data_test.dart
278+
test/request_error_test.dart
279+
test/session_config_rsp_test.dart
280+
test/short_session_cookie_config_test.dart
281+
test/signup_init_req_test.dart
282+
test/social_account_test.dart
283+
test/social_data_test.dart
284+
test/social_provider_type_test.dart
285+
test/social_verify_start_req_test.dart
286+
test/user_details_config_rsp_test.dart
287+
test/users_api_test.dart
288+
test/verification_method_test.dart
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## 2.0.0
2+
* Changed to FrontendAPI v2.
3+
4+
## 1.1.1
5+
6+
* Bump dependency versions (intl, meta, http).
7+
8+
## 1.1.0
9+
10+
* Added support for email OTP endpoints.
11+
12+
## 1.0.0
13+
14+
* Better comments. Stable release.
15+
16+
## 0.1.1
17+
18+
* Add a short README.md.
19+
20+
## 0.1.0
21+
22+
* Initial Open Source release.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Copyright (c) 2023, Corbado GmbH
2+
3+
All rights reserved.
4+
5+
Redistribution and use in source and binary forms, with or without modification,
6+
are permitted provided that the following conditions are met:
7+
8+
* Redistributions of source code must retain the above copyright notice,
9+
this list of conditions and the following disclaimer.
10+
* Redistributions in binary form must reproduce the above copyright notice,
11+
this list of conditions and the following disclaimer in the documentation
12+
and/or other materials provided with the distribution.
13+
* Neither the name of {{ project }} nor the names of its contributors
14+
may be used to endorse or promote products derived from this software
15+
without specific prior written permission.
16+
17+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
19+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
20+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
21+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
22+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
23+
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
24+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
25+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
26+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

packages/corbado_api_client/lib/frontendapi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For more information, please visit [https://www.corbado.com](https://www.corbado
1818
To use the package from [pub.dev](https://pub.dev), please include the following in pubspec.yaml
1919
```yaml
2020
dependencies:
21-
corbado_frontend_api_client: 1.0.0
21+
corbado_frontend_api_client: 2.0.0
2222
```
2323
2424
### Github

packages/corbado_api_client/lib/frontendapi/doc/AuthenticationResponse.md

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

packages/corbado_api_client/lib/frontendapi/doc/BlockBodyData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Name | Type | Description | Notes
2929
**loginHint** | **String** | | [optional]
3030
**retryNotBefore** | **int** | | [optional]
3131
**error** | [**RequestError**](RequestError.md) | | [optional]
32-
**longSession** | **String** | Only given when project environment is dev | [optional]
32+
**longSession** | **String** | Only given when project environment is dev 1 | [optional]
3333
**passkeyOperation** | [**PasskeyOperation**](PasskeyOperation.md) | | [optional]
3434
**fullName** | [**FullNameWithError**](FullNameWithError.md) | | [optional]
3535
**conditionalUIChallenge** | **String** | | [optional]

packages/corbado_api_client/lib/frontendapi/doc/ClientInformationV2.md

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

packages/corbado_api_client/lib/frontendapi/doc/GeneralBlockCompleted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
1010
------------ | ------------- | ------------- | -------------
1111
**blockType** | **String** | |
1212
**shortSession** | **String** | |
13-
**longSession** | **String** | Only given when project environment is dev | [optional]
13+
**longSession** | **String** | Only given when project environment is dev 1 | [optional]
1414
**passkeyOperation** | [**PasskeyOperation**](PasskeyOperation.md) | | [optional]
1515

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

packages/corbado_api_client/lib/frontendapi/doc/PhoneCollectReq.md

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

packages/corbado_api_client/lib/frontendapi/doc/UsernameCollectReq.md

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

0 commit comments

Comments
 (0)