Skip to content

Commit

Permalink
Update version to 6.0.4 and fix generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
fcarrero committed Feb 20, 2024
1 parent 3b3e596 commit faed886
Show file tree
Hide file tree
Showing 197 changed files with 31,231 additions and 98 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,3 @@ pubspec.lock

# Mac
.DS_Store
**/*.g.dart
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 6.0.4 -2024-20-02
* Fix generated files
## 6.0.3 -2024-20-02
* Support starts from dart 2.18
* remove meta dependency
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ For more information, please visit [https://github.com/conekta/openapi/issues](h
To use the package from [pub.dev](https://pub.dev), please include the following in pubspec.yaml
```yaml
dependencies:
conekta: 6.0.3
conekta: 6.0.4
```
### Github
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.3
6.0.4
2 changes: 1 addition & 1 deletion config-dart.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"useEnumExtension": true,
"pubAuthor": "conekta",
"pubLibrary": "conekta",
"pubVersion": "6.0.3",
"pubVersion": "6.0.4",
"pubName": "conekta",
"pubRepository": "https://www.github.com/conekta/conekta-dart",
"pubHomepage" : "https://www.github.com/conekta/conekta-dart",
Expand Down
12 changes: 6 additions & 6 deletions lib/src/api/antifraud_api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class AntifraudApi {
final _options = Options(
method: r'POST',
headers: <String, dynamic>{
r'User-Agent': r'Conekta/v2 DartBindings/6.0.3',
r'User-Agent': r'Conekta/v2 DartBindings/6.0.4',
if (acceptLanguage != null) r'Accept-Language': acceptLanguage,
if (localVarAccept != null) r'Accept': localVarAccept,
if (localVarContentType != null) r'Content-Type': localVarContentType,
Expand Down Expand Up @@ -184,7 +184,7 @@ class AntifraudApi {
final _options = Options(
method: r'POST',
headers: <String, dynamic>{
r'User-Agent': r'Conekta/v2 DartBindings/6.0.3',
r'User-Agent': r'Conekta/v2 DartBindings/6.0.4',
if (acceptLanguage != null) r'Accept-Language': acceptLanguage,
if (localVarAccept != null) r'Accept': localVarAccept,
if (localVarContentType != null) r'Content-Type': localVarContentType,
Expand Down Expand Up @@ -304,7 +304,7 @@ class AntifraudApi {
final _options = Options(
method: r'DELETE',
headers: <String, dynamic>{
r'User-Agent': r'Conekta/v2 DartBindings/6.0.3',
r'User-Agent': r'Conekta/v2 DartBindings/6.0.4',
if (acceptLanguage != null) r'Accept-Language': acceptLanguage,
if (xChildCompanyId != null) r'X-Child-Company-Id': xChildCompanyId,
if (localVarAccept != null) r'Accept': localVarAccept,
Expand Down Expand Up @@ -405,7 +405,7 @@ class AntifraudApi {
final _options = Options(
method: r'DELETE',
headers: <String, dynamic>{
r'User-Agent': r'Conekta/v2 DartBindings/6.0.3',
r'User-Agent': r'Conekta/v2 DartBindings/6.0.4',
if (acceptLanguage != null) r'Accept-Language': acceptLanguage,
if (xChildCompanyId != null) r'X-Child-Company-Id': xChildCompanyId,
if (localVarAccept != null) r'Accept': localVarAccept,
Expand Down Expand Up @@ -502,7 +502,7 @@ class AntifraudApi {
final _options = Options(
method: r'GET',
headers: <String, dynamic>{
r'User-Agent': r'Conekta/v2 DartBindings/6.0.3',
r'User-Agent': r'Conekta/v2 DartBindings/6.0.4',
if (acceptLanguage != null) r'Accept-Language': acceptLanguage,
if (localVarAccept != null) r'Accept': localVarAccept,
if (localVarContentType != null) r'Content-Type': localVarContentType,
Expand Down Expand Up @@ -598,7 +598,7 @@ class AntifraudApi {
final _options = Options(
method: r'GET',
headers: <String, dynamic>{
r'User-Agent': r'Conekta/v2 DartBindings/6.0.3',
r'User-Agent': r'Conekta/v2 DartBindings/6.0.4',
if (acceptLanguage != null) r'Accept-Language': acceptLanguage,
if (localVarAccept != null) r'Accept': localVarAccept,
if (localVarContentType != null) r'Content-Type': localVarContentType,
Expand Down
10 changes: 5 additions & 5 deletions lib/src/api/api_keys_api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class ApiKeysApi {
final _options = Options(
method: r'POST',
headers: <String, dynamic>{
r'User-Agent': r'Conekta/v2 DartBindings/6.0.3',
r'User-Agent': r'Conekta/v2 DartBindings/6.0.4',
if (acceptLanguage != null) r'Accept-Language': acceptLanguage,
if (xChildCompanyId != null) r'X-Child-Company-Id': xChildCompanyId,
if (localVarAccept != null) r'Accept': localVarAccept,
Expand Down Expand Up @@ -186,7 +186,7 @@ class ApiKeysApi {
final _options = Options(
method: r'DELETE',
headers: <String, dynamic>{
r'User-Agent': r'Conekta/v2 DartBindings/6.0.3',
r'User-Agent': r'Conekta/v2 DartBindings/6.0.4',
if (acceptLanguage != null) r'Accept-Language': acceptLanguage,
if (localVarAccept != null) r'Accept': localVarAccept,
if (localVarContentType != null) r'Content-Type': localVarContentType,
Expand Down Expand Up @@ -286,7 +286,7 @@ class ApiKeysApi {
final _options = Options(
method: r'GET',
headers: <String, dynamic>{
r'User-Agent': r'Conekta/v2 DartBindings/6.0.3',
r'User-Agent': r'Conekta/v2 DartBindings/6.0.4',
if (acceptLanguage != null) r'Accept-Language': acceptLanguage,
if (xChildCompanyId != null) r'X-Child-Company-Id': xChildCompanyId,
if (localVarAccept != null) r'Accept': localVarAccept,
Expand Down Expand Up @@ -393,7 +393,7 @@ class ApiKeysApi {
final _options = Options(
method: r'GET',
headers: <String, dynamic>{
r'User-Agent': r'Conekta/v2 DartBindings/6.0.3',
r'User-Agent': r'Conekta/v2 DartBindings/6.0.4',
if (acceptLanguage != null) r'Accept-Language': acceptLanguage,
if (xChildCompanyId != null) r'X-Child-Company-Id': xChildCompanyId,
if (localVarAccept != null) r'Accept': localVarAccept,
Expand Down Expand Up @@ -503,7 +503,7 @@ class ApiKeysApi {
final _options = Options(
method: r'PUT',
headers: <String, dynamic>{
r'User-Agent': r'Conekta/v2 DartBindings/6.0.3',
r'User-Agent': r'Conekta/v2 DartBindings/6.0.4',
if (acceptLanguage != null) r'Accept-Language': acceptLanguage,
if (localVarAccept != null) r'Accept': localVarAccept,
if (localVarContentType != null) r'Content-Type': localVarContentType,
Expand Down
2 changes: 1 addition & 1 deletion lib/src/api/balances_api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class BalancesApi {
final _options = Options(
method: r'GET',
headers: <String, dynamic>{
r'User-Agent': r'Conekta/v2 DartBindings/6.0.3',
r'User-Agent': r'Conekta/v2 DartBindings/6.0.4',
if (acceptLanguage != null) r'Accept-Language': acceptLanguage,
if (localVarAccept != null) r'Accept': localVarAccept,
if (localVarContentType != null) r'Content-Type': localVarContentType,
Expand Down
6 changes: 3 additions & 3 deletions lib/src/api/charges_api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class ChargesApi {
final _options = Options(
method: r'GET',
headers: <String, dynamic>{
r'User-Agent': r'Conekta/v2 DartBindings/6.0.3',
r'User-Agent': r'Conekta/v2 DartBindings/6.0.4',
if (acceptLanguage != null) r'Accept-Language': acceptLanguage,
if (xChildCompanyId != null) r'X-Child-Company-Id': xChildCompanyId,
if (localVarAccept != null) r'Accept': localVarAccept,
Expand Down Expand Up @@ -183,7 +183,7 @@ class ChargesApi {
final _options = Options(
method: r'POST',
headers: <String, dynamic>{
r'User-Agent': r'Conekta/v2 DartBindings/6.0.3',
r'User-Agent': r'Conekta/v2 DartBindings/6.0.4',
if (acceptLanguage != null) r'Accept-Language': acceptLanguage,
if (xChildCompanyId != null) r'X-Child-Company-Id': xChildCompanyId,
if (localVarAccept != null) r'Accept': localVarAccept,
Expand Down Expand Up @@ -307,7 +307,7 @@ class ChargesApi {
final _options = Options(
method: r'PUT',
headers: <String, dynamic>{
r'User-Agent': r'Conekta/v2 DartBindings/6.0.3',
r'User-Agent': r'Conekta/v2 DartBindings/6.0.4',
if (acceptLanguage != null) r'Accept-Language': acceptLanguage,
if (xChildCompanyId != null) r'X-Child-Company-Id': xChildCompanyId,
if (localVarAccept != null) r'Accept': localVarAccept,
Expand Down
4 changes: 2 additions & 2 deletions lib/src/api/companies_api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class CompaniesApi {
final _options = Options(
method: r'GET',
headers: <String, dynamic>{
r'User-Agent': r'Conekta/v2 DartBindings/6.0.3',
r'User-Agent': r'Conekta/v2 DartBindings/6.0.4',
if (acceptLanguage != null) r'Accept-Language': acceptLanguage,
if (localVarAccept != null) r'Accept': localVarAccept,
if (localVarContentType != null) r'Content-Type': localVarContentType,
Expand Down Expand Up @@ -172,7 +172,7 @@ class CompaniesApi {
final _options = Options(
method: r'GET',
headers: <String, dynamic>{
r'User-Agent': r'Conekta/v2 DartBindings/6.0.3',
r'User-Agent': r'Conekta/v2 DartBindings/6.0.4',
if (acceptLanguage != null) r'Accept-Language': acceptLanguage,
if (localVarAccept != null) r'Accept': localVarAccept,
if (localVarContentType != null) r'Content-Type': localVarContentType,
Expand Down
14 changes: 7 additions & 7 deletions lib/src/api/customers_api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class CustomersApi {
final _options = Options(
method: r'POST',
headers: <String, dynamic>{
r'User-Agent': r'Conekta/v2 DartBindings/6.0.3',
r'User-Agent': r'Conekta/v2 DartBindings/6.0.4',
if (acceptLanguage != null) r'Accept-Language': acceptLanguage,
if (xChildCompanyId != null) r'X-Child-Company-Id': xChildCompanyId,
if (localVarAccept != null) r'Accept': localVarAccept,
Expand Down Expand Up @@ -193,7 +193,7 @@ class CustomersApi {
final _options = Options(
method: r'POST',
headers: <String, dynamic>{
r'User-Agent': r'Conekta/v2 DartBindings/6.0.3',
r'User-Agent': r'Conekta/v2 DartBindings/6.0.4',
if (acceptLanguage != null) r'Accept-Language': acceptLanguage,
if (xChildCompanyId != null) r'X-Child-Company-Id': xChildCompanyId,
if (localVarAccept != null) r'Accept': localVarAccept,
Expand Down Expand Up @@ -314,7 +314,7 @@ class CustomersApi {
final _options = Options(
method: r'DELETE',
headers: <String, dynamic>{
r'User-Agent': r'Conekta/v2 DartBindings/6.0.3',
r'User-Agent': r'Conekta/v2 DartBindings/6.0.4',
if (acceptLanguage != null) r'Accept-Language': acceptLanguage,
if (xChildCompanyId != null) r'X-Child-Company-Id': xChildCompanyId,
if (localVarAccept != null) r'Accept': localVarAccept,
Expand Down Expand Up @@ -415,7 +415,7 @@ class CustomersApi {
final _options = Options(
method: r'GET',
headers: <String, dynamic>{
r'User-Agent': r'Conekta/v2 DartBindings/6.0.3',
r'User-Agent': r'Conekta/v2 DartBindings/6.0.4',
if (acceptLanguage != null) r'Accept-Language': acceptLanguage,
if (xChildCompanyId != null) r'X-Child-Company-Id': xChildCompanyId,
if (localVarAccept != null) r'Accept': localVarAccept,
Expand Down Expand Up @@ -522,7 +522,7 @@ class CustomersApi {
final _options = Options(
method: r'GET',
headers: <String, dynamic>{
r'User-Agent': r'Conekta/v2 DartBindings/6.0.3',
r'User-Agent': r'Conekta/v2 DartBindings/6.0.4',
if (acceptLanguage != null) r'Accept-Language': acceptLanguage,
if (xChildCompanyId != null) r'X-Child-Company-Id': xChildCompanyId,
if (localVarAccept != null) r'Accept': localVarAccept,
Expand Down Expand Up @@ -634,7 +634,7 @@ class CustomersApi {
final _options = Options(
method: r'PUT',
headers: <String, dynamic>{
r'User-Agent': r'Conekta/v2 DartBindings/6.0.3',
r'User-Agent': r'Conekta/v2 DartBindings/6.0.4',
if (acceptLanguage != null) r'Accept-Language': acceptLanguage,
if (xChildCompanyId != null) r'X-Child-Company-Id': xChildCompanyId,
if (localVarAccept != null) r'Accept': localVarAccept,
Expand Down Expand Up @@ -760,7 +760,7 @@ class CustomersApi {
final _options = Options(
method: r'PUT',
headers: <String, dynamic>{
r'User-Agent': r'Conekta/v2 DartBindings/6.0.3',
r'User-Agent': r'Conekta/v2 DartBindings/6.0.4',
if (acceptLanguage != null) r'Accept-Language': acceptLanguage,
if (xChildCompanyId != null) r'X-Child-Company-Id': xChildCompanyId,
if (localVarAccept != null) r'Accept': localVarAccept,
Expand Down
10 changes: 5 additions & 5 deletions lib/src/api/discounts_api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class DiscountsApi {
final _options = Options(
method: r'POST',
headers: <String, dynamic>{
r'User-Agent': r'Conekta/v2 DartBindings/6.0.3',
r'User-Agent': r'Conekta/v2 DartBindings/6.0.4',
if (acceptLanguage != null) r'Accept-Language': acceptLanguage,
if (xChildCompanyId != null) r'X-Child-Company-Id': xChildCompanyId,
if (localVarAccept != null) r'Accept': localVarAccept,
Expand Down Expand Up @@ -190,7 +190,7 @@ class DiscountsApi {
final _options = Options(
method: r'DELETE',
headers: <String, dynamic>{
r'User-Agent': r'Conekta/v2 DartBindings/6.0.3',
r'User-Agent': r'Conekta/v2 DartBindings/6.0.4',
if (acceptLanguage != null) r'Accept-Language': acceptLanguage,
if (xChildCompanyId != null) r'X-Child-Company-Id': xChildCompanyId,
if (localVarAccept != null) r'Accept': localVarAccept,
Expand Down Expand Up @@ -293,7 +293,7 @@ class DiscountsApi {
final _options = Options(
method: r'GET',
headers: <String, dynamic>{
r'User-Agent': r'Conekta/v2 DartBindings/6.0.3',
r'User-Agent': r'Conekta/v2 DartBindings/6.0.4',
if (acceptLanguage != null) r'Accept-Language': acceptLanguage,
if (xChildCompanyId != null) r'X-Child-Company-Id': xChildCompanyId,
if (localVarAccept != null) r'Accept': localVarAccept,
Expand Down Expand Up @@ -402,7 +402,7 @@ class DiscountsApi {
final _options = Options(
method: r'GET',
headers: <String, dynamic>{
r'User-Agent': r'Conekta/v2 DartBindings/6.0.3',
r'User-Agent': r'Conekta/v2 DartBindings/6.0.4',
if (acceptLanguage != null) r'Accept-Language': acceptLanguage,
if (xChildCompanyId != null) r'X-Child-Company-Id': xChildCompanyId,
if (localVarAccept != null) r'Accept': localVarAccept,
Expand Down Expand Up @@ -516,7 +516,7 @@ class DiscountsApi {
final _options = Options(
method: r'PUT',
headers: <String, dynamic>{
r'User-Agent': r'Conekta/v2 DartBindings/6.0.3',
r'User-Agent': r'Conekta/v2 DartBindings/6.0.4',
if (acceptLanguage != null) r'Accept-Language': acceptLanguage,
if (xChildCompanyId != null) r'X-Child-Company-Id': xChildCompanyId,
if (localVarAccept != null) r'Accept': localVarAccept,
Expand Down
6 changes: 3 additions & 3 deletions lib/src/api/events_api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class EventsApi {
final _options = Options(
method: r'GET',
headers: <String, dynamic>{
r'User-Agent': r'Conekta/v2 DartBindings/6.0.3',
r'User-Agent': r'Conekta/v2 DartBindings/6.0.4',
if (acceptLanguage != null) r'Accept-Language': acceptLanguage,
if (xChildCompanyId != null) r'X-Child-Company-Id': xChildCompanyId,
if (localVarAccept != null) r'Accept': localVarAccept,
Expand Down Expand Up @@ -170,7 +170,7 @@ class EventsApi {
final _options = Options(
method: r'GET',
headers: <String, dynamic>{
r'User-Agent': r'Conekta/v2 DartBindings/6.0.3',
r'User-Agent': r'Conekta/v2 DartBindings/6.0.4',
if (acceptLanguage != null) r'Accept-Language': acceptLanguage,
if (xChildCompanyId != null) r'X-Child-Company-Id': xChildCompanyId,
if (localVarAccept != null) r'Accept': localVarAccept,
Expand Down Expand Up @@ -279,7 +279,7 @@ class EventsApi {
final _options = Options(
method: r'POST',
headers: <String, dynamic>{
r'User-Agent': r'Conekta/v2 DartBindings/6.0.3',
r'User-Agent': r'Conekta/v2 DartBindings/6.0.4',
if (acceptLanguage != null) r'Accept-Language': acceptLanguage,
if (localVarAccept != null) r'Accept': localVarAccept,
if (localVarContentType != null) r'Content-Type': localVarContentType,
Expand Down
4 changes: 2 additions & 2 deletions lib/src/api/logs_api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class LogsApi {
final _options = Options(
method: r'GET',
headers: <String, dynamic>{
r'User-Agent': r'Conekta/v2 DartBindings/6.0.3',
r'User-Agent': r'Conekta/v2 DartBindings/6.0.4',
if (acceptLanguage != null) r'Accept-Language': acceptLanguage,
if (xChildCompanyId != null) r'X-Child-Company-Id': xChildCompanyId,
if (localVarAccept != null) r'Accept': localVarAccept,
Expand Down Expand Up @@ -169,7 +169,7 @@ class LogsApi {
final _options = Options(
method: r'GET',
headers: <String, dynamic>{
r'User-Agent': r'Conekta/v2 DartBindings/6.0.3',
r'User-Agent': r'Conekta/v2 DartBindings/6.0.4',
if (acceptLanguage != null) r'Accept-Language': acceptLanguage,
if (xChildCompanyId != null) r'X-Child-Company-Id': xChildCompanyId,
if (localVarAccept != null) r'Accept': localVarAccept,
Expand Down
Loading

0 comments on commit faed886

Please sign in to comment.