Skip to content

Commit e4fcd1a

Browse files
mar-jsnicocedron
andauthored
[AI-453] - I regenerated the SDK (#14)
* chore: [AI-453] - changed version of 7.0.2 to 7.0.5 * feat: [AI-453] - regenerated the SDK to version 7.0.5 * Build --------- Co-authored-by: Nicolás Cedrón <josenicolascedron@gmail.com>
1 parent 993274d commit e4fcd1a

File tree

107 files changed

+5595
-2116
lines changed

Some content is hidden

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

107 files changed

+5595
-2116
lines changed

.openapi-generator/FILES

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,14 @@ doc/CheckoutRequest.md
3838
doc/CheckoutResponse.md
3939
doc/CheckoutsResponse.md
4040
doc/CompaniesApi.md
41-
doc/CompanyFiscalInfoAddressResponse.md
42-
doc/CompanyFiscalInfoResponse.md
43-
doc/CompanyPayoutDestinationResponse.md
41+
doc/CompanyDocumentRequest.md
42+
doc/CompanyDocumentResponse.md
4443
doc/CompanyResponse.md
44+
doc/CompanyResponseDocumentsInner.md
45+
doc/CreateCompanyRequest.md
46+
doc/CreateCompanyRequestBankAccountInfo.md
47+
doc/CreateCompanyRequestComercialInfo.md
48+
doc/CreateCompanyRequestFiscalInfo.md
4549
doc/CreateCustomerFiscalEntitiesResponse.md
4650
doc/CreateCustomerPaymentMethodsRequest.md
4751
doc/CreateCustomerPaymentMethodsResponse.md
@@ -139,10 +143,13 @@ doc/PaymentMethodCard.md
139143
doc/PaymentMethodCardRequest.md
140144
doc/PaymentMethodCardResponse.md
141145
doc/PaymentMethodCash.md
146+
doc/PaymentMethodCashRecurrentResponse.md
142147
doc/PaymentMethodCashRequest.md
143148
doc/PaymentMethodCashResponse.md
144149
doc/PaymentMethodCashResponseAllOfAgreements.md
145150
doc/PaymentMethodGeneralRequest.md
151+
doc/PaymentMethodPbbPayment.md
152+
doc/PaymentMethodPbbRequest.md
146153
doc/PaymentMethodResponse.md
147154
doc/PaymentMethodSpeiRecurrent.md
148155
doc/PaymentMethodSpeiRequest.md
@@ -272,10 +279,14 @@ lib/src/model/checkout_order_template_customer_info.dart
272279
lib/src/model/checkout_request.dart
273280
lib/src/model/checkout_response.dart
274281
lib/src/model/checkouts_response.dart
275-
lib/src/model/company_fiscal_info_address_response.dart
276-
lib/src/model/company_fiscal_info_response.dart
277-
lib/src/model/company_payout_destination_response.dart
282+
lib/src/model/company_document_request.dart
283+
lib/src/model/company_document_response.dart
278284
lib/src/model/company_response.dart
285+
lib/src/model/company_response_documents_inner.dart
286+
lib/src/model/create_company_request.dart
287+
lib/src/model/create_company_request_bank_account_info.dart
288+
lib/src/model/create_company_request_comercial_info.dart
289+
lib/src/model/create_company_request_fiscal_info.dart
279290
lib/src/model/create_customer_fiscal_entities_response.dart
280291
lib/src/model/create_customer_payment_methods_request.dart
281292
lib/src/model/create_customer_payment_methods_response.dart
@@ -368,10 +379,13 @@ lib/src/model/payment_method_card.dart
368379
lib/src/model/payment_method_card_request.dart
369380
lib/src/model/payment_method_card_response.dart
370381
lib/src/model/payment_method_cash.dart
382+
lib/src/model/payment_method_cash_recurrent_response.dart
371383
lib/src/model/payment_method_cash_request.dart
372384
lib/src/model/payment_method_cash_response.dart
373385
lib/src/model/payment_method_cash_response_all_of_agreements.dart
374386
lib/src/model/payment_method_general_request.dart
387+
lib/src/model/payment_method_pbb_payment.dart
388+
lib/src/model/payment_method_pbb_request.dart
375389
lib/src/model/payment_method_response.dart
376390
lib/src/model/payment_method_spei_recurrent.dart
377391
lib/src/model/payment_method_spei_request.dart

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For more information, please visit [https://github.com/conekta/openapi/issues](h
1818
To use the package from [pub.dev](https://pub.dev), please include the following in pubspec.yaml
1919
```yaml
2020
dependencies:
21-
conekta: 7.0.2
21+
conekta: 7.0.5
2222
```
2323
2424
### Github
@@ -84,8 +84,13 @@ Class | Method | HTTP request | Description
8484
[*ChargesApi*](doc/ChargesApi.md) | [**ordersCreateCharge**](doc/ChargesApi.md#orderscreatecharge) | **POST** /orders/{id}/charges | Create charge
8585
[*ChargesApi*](doc/ChargesApi.md) | [**ordersCreateCharges**](doc/ChargesApi.md#orderscreatecharges) | **POST** /orders/{id}/add_charges | Create charges
8686
[*ChargesApi*](doc/ChargesApi.md) | [**updateCharge**](doc/ChargesApi.md#updatecharge) | **PUT** /charges/{id} | Update a charge
87+
[*CompaniesApi*](doc/CompaniesApi.md) | [**createCompany**](doc/CompaniesApi.md#createcompany) | **POST** /companies | Create Company
8788
[*CompaniesApi*](doc/CompaniesApi.md) | [**getCompanies**](doc/CompaniesApi.md#getcompanies) | **GET** /companies | Get List of Companies
8889
[*CompaniesApi*](doc/CompaniesApi.md) | [**getCompany**](doc/CompaniesApi.md#getcompany) | **GET** /companies/{id} | Get Company
90+
[*CompaniesApi*](doc/CompaniesApi.md) | [**getCompanyDocuments**](doc/CompaniesApi.md#getcompanydocuments) | **GET** /companies/{company_id}/documents | Get Company Documents
91+
[*CompaniesApi*](doc/CompaniesApi.md) | [**getCurrentCompany**](doc/CompaniesApi.md#getcurrentcompany) | **GET** /companies/current | Get Current Company
92+
[*CompaniesApi*](doc/CompaniesApi.md) | [**updateCompanyDocument**](doc/CompaniesApi.md#updatecompanydocument) | **PATCH** /companies/{company_id}/document | Update Company Document
93+
[*CompaniesApi*](doc/CompaniesApi.md) | [**uploadCompanyDocument**](doc/CompaniesApi.md#uploadcompanydocument) | **POST** /companies/{company_id}/document | Upload Company Document
8994
[*CustomersApi*](doc/CustomersApi.md) | [**createCustomer**](doc/CustomersApi.md#createcustomer) | **POST** /customers | Create customer
9095
[*CustomersApi*](doc/CustomersApi.md) | [**createCustomerFiscalEntities**](doc/CustomersApi.md#createcustomerfiscalentities) | **POST** /customers/{id}/fiscal_entities | Create Fiscal Entity
9196
[*CustomersApi*](doc/CustomersApi.md) | [**deleteCustomerById**](doc/CustomersApi.md#deletecustomerbyid) | **DELETE** /customers/{id} | Delete Customer
@@ -205,10 +210,14 @@ Class | Method | HTTP request | Description
205210
- [CheckoutRequest](doc/CheckoutRequest.md)
206211
- [CheckoutResponse](doc/CheckoutResponse.md)
207212
- [CheckoutsResponse](doc/CheckoutsResponse.md)
208-
- [CompanyFiscalInfoAddressResponse](doc/CompanyFiscalInfoAddressResponse.md)
209-
- [CompanyFiscalInfoResponse](doc/CompanyFiscalInfoResponse.md)
210-
- [CompanyPayoutDestinationResponse](doc/CompanyPayoutDestinationResponse.md)
213+
- [CompanyDocumentRequest](doc/CompanyDocumentRequest.md)
214+
- [CompanyDocumentResponse](doc/CompanyDocumentResponse.md)
211215
- [CompanyResponse](doc/CompanyResponse.md)
216+
- [CompanyResponseDocumentsInner](doc/CompanyResponseDocumentsInner.md)
217+
- [CreateCompanyRequest](doc/CreateCompanyRequest.md)
218+
- [CreateCompanyRequestBankAccountInfo](doc/CreateCompanyRequestBankAccountInfo.md)
219+
- [CreateCompanyRequestComercialInfo](doc/CreateCompanyRequestComercialInfo.md)
220+
- [CreateCompanyRequestFiscalInfo](doc/CreateCompanyRequestFiscalInfo.md)
212221
- [CreateCustomerFiscalEntitiesResponse](doc/CreateCustomerFiscalEntitiesResponse.md)
213222
- [CreateCustomerPaymentMethodsRequest](doc/CreateCustomerPaymentMethodsRequest.md)
214223
- [CreateCustomerPaymentMethodsResponse](doc/CreateCustomerPaymentMethodsResponse.md)
@@ -300,10 +309,13 @@ Class | Method | HTTP request | Description
300309
- [PaymentMethodCardRequest](doc/PaymentMethodCardRequest.md)
301310
- [PaymentMethodCardResponse](doc/PaymentMethodCardResponse.md)
302311
- [PaymentMethodCash](doc/PaymentMethodCash.md)
312+
- [PaymentMethodCashRecurrentResponse](doc/PaymentMethodCashRecurrentResponse.md)
303313
- [PaymentMethodCashRequest](doc/PaymentMethodCashRequest.md)
304314
- [PaymentMethodCashResponse](doc/PaymentMethodCashResponse.md)
305315
- [PaymentMethodCashResponseAllOfAgreements](doc/PaymentMethodCashResponseAllOfAgreements.md)
306316
- [PaymentMethodGeneralRequest](doc/PaymentMethodGeneralRequest.md)
317+
- [PaymentMethodPbbPayment](doc/PaymentMethodPbbPayment.md)
318+
- [PaymentMethodPbbRequest](doc/PaymentMethodPbbRequest.md)
307319
- [PaymentMethodResponse](doc/PaymentMethodResponse.md)
308320
- [PaymentMethodSpeiRecurrent](doc/PaymentMethodSpeiRecurrent.md)
309321
- [PaymentMethodSpeiRequest](doc/PaymentMethodSpeiRequest.md)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.0.2
1+
7.0.5

config-dart.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"useEnumExtension": true,
33
"pubAuthor": "conekta",
44
"pubLibrary": "conekta",
5-
"pubVersion": "7.0.2",
5+
"pubVersion": "7.0.5",
66
"pubName": "conekta",
77
"pubRepository": "https://www.github.com/conekta/conekta-dart",
88
"pubHomepage" : "https://www.github.com/conekta/conekta-dart",

doc/ChargeOrderResponsePaymentMethod.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Name | Type | Description | Notes
1313
**agreement** | **String** | Agreement ID | [optional]
1414
**authCode** | **String** | | [optional]
1515
**cashierId** | **String** | | [optional]
16-
**reference** | **String** | | [optional]
16+
**reference** | **String** | Reference for the payment |
1717
**barcodeUrl** | **String** | | [optional]
1818
**expiresAt** | **int** | Expiration date of the charge |
1919
**productType** | **String** | Product type of the charge |
@@ -48,8 +48,9 @@ Name | Type | Description | Notes
4848
**trackingCode** | **String** | | [optional]
4949
**cancelUrl** | **String** | URL to redirect the customer after a canceled payment | [optional]
5050
**failureUrl** | **String** | URL to redirect the customer after a failed payment | [optional]
51-
**redirectUrl** | **String** | URL to redirect the customer to complete the payment | [optional]
51+
**redirectUrl** | **String** | URL to redirect the customer to complete the payment |
5252
**successUrl** | **String** | URL to redirect the customer after a successful payment | [optional]
53+
**deepLink** | **String** | Deep link for the payment, use for mobile apps/flows |
5354

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

doc/ChargeRequestPaymentMethod.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ import 'package:conekta/api.dart';
99
Name | Type | Description | Notes
1010
------------ | ------------- | ------------- | -------------
1111
**type** | **String** | Type of payment method |
12+
**expiresAt** | **int** | Method expiration date as unix timestamp | [optional]
13+
**productType** | **String** | Product type of the payment method, use for the payment method to know the product type |
1214
**cancelUrl** | **String** | URL to redirect the customer after a canceled payment |
1315
**canNotExpire** | **bool** | Indicates if the payment method can not expire |
1416
**failureUrl** | **String** | URL to redirect the customer after a failed payment |
15-
**productType** | **String** | Product type of the payment method, use for the payment method to know the product type |
1617
**successUrl** | **String** | URL to redirect the customer after a successful payment |
1718
**cvc** | **String** | Optional, It is a value that allows identifying the security code of the card. Only for PCI merchants |
1819
**expMonth** | **String** | Card expiration month |
1920
**expYear** | **String** | Card expiration year |
2021
**name** | **String** | Cardholder name |
2122
**number** | **String** | Card number |
2223
**customerIpAddress** | **String** | Optional field used to capture the customer's IP address for fraud prevention and security monitoring purposes | [optional]
23-
**expiresAt** | **int** | Method expiration date as unix timestamp | [optional]
2424
**monthlyInstallments** | **int** | How many months without interest to apply, it can be 3, 6, 9, 12 or 18 | [optional]
2525
**tokenId** | **String** | | [optional]
2626
**paymentSourceId** | **String** | | [optional]

doc/ChargeResponsePaymentMethod.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Name | Type | Description | Notes
1313
**agreement** | **String** | Agreement ID | [optional]
1414
**authCode** | **String** | | [optional]
1515
**cashierId** | **String** | | [optional]
16-
**reference** | **String** | | [optional]
16+
**reference** | **String** | Reference for the payment |
1717
**barcodeUrl** | **String** | | [optional]
1818
**expiresAt** | **int** | Expiration date of the charge |
1919
**productType** | **String** | Product type of the charge |
@@ -48,8 +48,9 @@ Name | Type | Description | Notes
4848
**trackingCode** | **String** | | [optional]
4949
**cancelUrl** | **String** | URL to redirect the customer after a canceled payment | [optional]
5050
**failureUrl** | **String** | URL to redirect the customer after a failed payment | [optional]
51-
**redirectUrl** | **String** | URL to redirect the customer to complete the payment | [optional]
51+
**redirectUrl** | **String** | URL to redirect the customer to complete the payment |
5252
**successUrl** | **String** | URL to redirect the customer after a successful payment | [optional]
53+
**deepLink** | **String** | Deep link for the payment, use for mobile apps/flows |
5354

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

doc/Checkout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
1212
**expiresAt** | **int** | It is the time when the link will expire. It is expressed in seconds since the Unix epoch. The valid range is from 2 to 365 days (the valid range will be taken from the next day of the creation date at 00:01 hrs) |
1313
**monthlyInstallmentsEnabled** | **bool** | This flag allows you to specify if months without interest will be active. | [optional]
1414
**monthlyInstallmentsOptions** | **BuiltList&lt;int&gt;** | This field allows you to specify the number of months without interest. | [optional]
15-
**threeDsMode** | **String** | Indicates the 3DS2 mode for the order, either smart or strict. | [optional]
15+
**threeDsMode** | **String** | Indicates the 3DS2 mode for the order, either smart or strict. This property is only applicable when 3DS is enabled. When 3DS is disabled, this field should be null. | [optional]
1616
**name** | **String** | Reason for charge |
1717
**needsShippingContact** | **bool** | This flag allows you to fill in the shipping information at checkout. | [optional]
1818
**onDemandEnabled** | **bool** | This flag allows you to specify if the link will be on demand. | [optional]

0 commit comments

Comments
 (0)