Skip to content

Commit

Permalink
Release new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
incorbador committed Sep 24, 2024
1 parent 6737a66 commit 24e7e52
Show file tree
Hide file tree
Showing 48 changed files with 271 additions and 1,407 deletions.
3 changes: 3 additions & 0 deletions packages/corbado_api_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.0.0
* Changed to FrontendAPI v2.

## 1.1.1

* Bump dependency versions (intl, meta, http).
Expand Down
15 changes: 10 additions & 5 deletions packages/corbado_api_client/lib/corbado_api_client.dart
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
// Openapi Generator last run: : 2024-09-18T16:49:29.483494
// Openapi Generator last run: : 2024-09-24T18:31:23.928402
import 'package:openapi_generator_annotations/openapi_generator_annotations.dart';

@Openapi(
additionalProperties: AdditionalProperties(pubName: 'corbado_frontend_api_client'),
inputSpec: InputSpec(path: './lib/openapi/corbado_public_api.yml'),
generatorName: Generator.dio,
outputDirectory: './lib/frontendapi',
additionalProperties: AdditionalProperties(
pubName: 'corbado_frontend_api_client',
pubVersion: '2.0.0',
pubDescription: 'Client for the Corbado Frontend API',
pubHomepage: 'https://docs.corbado.com/overview/welcome',
),
inputSpec: InputSpec(path: './lib/openapi/corbado_public_api.yml'),
generatorName: Generator.dio,
outputDirectory: './lib/frontendapi',
)

/// Represents the Corbado API client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,94 @@ lib/src/model/user_details_config_rsp.dart
lib/src/model/verification_method.dart
lib/src/serializers.dart
pubspec.yaml
test/auth_api_test.dart
test/auth_type_test.dart
test/block_body_data_test.dart
test/block_body_test.dart
test/block_type_test.dart
test/client_capabilities_test.dart
test/client_information_test.dart
test/configs_api_test.dart
test/connect_append_finish_req_test.dart
test/connect_append_finish_rsp_test.dart
test/connect_append_init_req_test.dart
test/connect_append_init_rsp_test.dart
test/connect_append_start_req_test.dart
test/connect_append_start_rsp_test.dart
test/connect_event_create_req_test.dart
test/connect_login_finish_req_test.dart
test/connect_login_finish_rsp_test.dart
test/connect_login_init_req_test.dart
test/connect_login_init_rsp_test.dart
test/connect_login_start_req_test.dart
test/connect_login_start_rsp_test.dart
test/connect_manage_delete_req_test.dart
test/connect_manage_delete_rsp_test.dart
test/connect_manage_init_req_test.dart
test/connect_manage_init_rsp_test.dart
test/connect_manage_list_req_test.dart
test/connect_manage_list_rsp_test.dart
test/continue_on_other_device_test.dart
test/corbado_connect_api_test.dart
test/event_create_req_test.dart
test/full_name_with_error_test.dart
test/general_block_completed_test.dart
test/general_block_login_init_test.dart
test/general_block_passkey_append_test.dart
test/general_block_passkey_appended_test.dart
test/general_block_passkey_verify_test.dart
test/general_block_post_signup_email_verify_test.dart
test/general_block_signup_init_test.dart
test/general_block_verify_identifier_alternative_verification_methods_inner_test.dart
test/general_block_verify_identifier_test.dart
test/generic_rsp_test.dart
test/identifier_test.dart
test/identifier_update_req_test.dart
test/identifier_verify_finish_req_test.dart
test/identifier_verify_start_req_test.dart
test/java_script_high_entropy_test.dart
test/login_identifier_config_test.dart
test/login_identifier_test.dart
test/login_identifier_type_test.dart
test/login_identifier_with_error_test.dart
test/login_init_req_test.dart
test/me_identifier_create_req_test.dart
test/me_identifier_delete_req_test.dart
test/me_identifier_update_req_test.dart
test/me_identifier_verify_finish_req_test.dart
test/me_identifier_verify_start_req_test.dart
test/me_passkey_delete_rsp_test.dart
test/me_passkey_rsp_test.dart
test/me_passkeys_append_finish_req_test.dart
test/me_passkeys_append_start_req_test.dart
test/me_passkeys_append_start_rsp_test.dart
test/me_refresh_rsp_test.dart
test/me_rsp_test.dart
test/me_update_req_test.dart
test/paging_test.dart
test/passkey_append_finish_req_test.dart
test/passkey_append_start_req_test.dart
test/passkey_event_type_test.dart
test/passkey_icon_set_test.dart
test/passkey_login_finish_req_test.dart
test/passkey_login_start_req_test.dart
test/passkey_mediation_finish_req_test.dart
test/passkey_operation_test.dart
test/passkey_test.dart
test/process_common_test.dart
test/process_init_req_test.dart
test/process_init_rsp_test.dart
test/process_response_test.dart
test/process_static_info_test.dart
test/request_data_test.dart
test/request_error_test.dart
test/session_config_rsp_test.dart
test/short_session_cookie_config_test.dart
test/signup_init_req_test.dart
test/social_account_test.dart
test/social_data_test.dart
test/social_provider_type_test.dart
test/social_verify_start_req_test.dart
test/user_details_config_rsp_test.dart
test/users_api_test.dart
test/verification_method_test.dart
22 changes: 22 additions & 0 deletions packages/corbado_api_client/lib/frontendapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## 2.0.0
* Changed to FrontendAPI v2.

## 1.1.1

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

## 1.1.0

* Added support for email OTP endpoints.

## 1.0.0

* Better comments. Stable release.

## 0.1.1

* Add a short README.md.

## 0.1.0

* Initial Open Source release.
27 changes: 27 additions & 0 deletions packages/corbado_api_client/lib/frontendapi/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Copyright (c) 2023, Corbado GmbH

All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of {{ project }} nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2 changes: 1 addition & 1 deletion packages/corbado_api_client/lib/frontendapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ For more information, please visit [https://www.corbado.com](https://www.corbado
To use the package from [pub.dev](https://pub.dev), please include the following in pubspec.yaml
```yaml
dependencies:
corbado_frontend_api_client: 1.0.0
corbado_frontend_api_client: 2.0.0
```
### Github
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Name | Type | Description | Notes
**loginHint** | **String** | | [optional]
**retryNotBefore** | **int** | | [optional]
**error** | [**RequestError**](RequestError.md) | | [optional]
**longSession** | **String** | Only given when project environment is dev | [optional]
**longSession** | **String** | Only given when project environment is dev 1 | [optional]
**passkeyOperation** | [**PasskeyOperation**](PasskeyOperation.md) | | [optional]
**fullName** | [**FullNameWithError**](FullNameWithError.md) | | [optional]
**conditionalUIChallenge** | **String** | | [optional]
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**blockType** | **String** | |
**shortSession** | **String** | |
**longSession** | **String** | Only given when project environment is dev | [optional]
**longSession** | **String** | Only given when project environment is dev 1 | [optional]
**passkeyOperation** | [**PasskeyOperation**](PasskeyOperation.md) | | [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)
Expand Down
15 changes: 0 additions & 15 deletions packages/corbado_api_client/lib/frontendapi/doc/PhoneCollectReq.md

This file was deleted.

This file was deleted.

Loading

0 comments on commit 24e7e52

Please sign in to comment.