rec_api_dart 1.4.5
rec_api_dart: ^1.4.5 copied to clipboard
Dart/Fluter implementation of the REC Barcelona API. You can carry out any operation and put the recs into circulation.
1.4.5 #
- Fix null version problem in campaign
1.4.4 #
- Implementation of digital identity service
- B2B products email service
- App version checking system
- Select language to search for products
1.4.0 #
- Adds challenges and rewards entities and services
1.3.1 #
- fixes Account.fullPhone, it now only adds prefix if present
1.3.0 #
- adds
List<String> refundsIds;to Transaction entity - adds
Transaction? refundParentTransaction;to Transaction entity - adds
TransactionsService.getOne(String id, String type)
1.2.9 #
- RechargeData.toJson() returns "save_card" as a string, either "0" or "1"
1.2.8 #
- Moved bank_cards to user instead of account
- Added card_id and save_card data to recharge data
## 1.2.7
- Adds
BankCardentity - Account has list of BankCards
## 1.2.6
- Renamed
isComercVerdtoisCommerceVerdin MapAccountData
## 1.2.5
- Added
isComercVerdto MapAccountData
## 1.2.4
- Added default value for
Badgeentitygroup,group_esandgroup_ca
## 1.2.3
- Adds
group,group_esandgroup_catoBadgeentity
## 1.2.2 Adds missing exported entity ConfigurationSettings
## 1.2.1
- feat: adds configuration settings by @nombrekeff in https://github.com/QbitArtifacts/rec_api_dart/pull/3
Full Changelog: https://github.com/QbitArtifacts/rec_api_dart/compare/v1.2.0...v1.2.1
## 1.2.0 Adds support for Qualifications and Badges
- feat: added qualification and badges service and entities by @nombrekeff in https://github.com/QbitArtifacts/rec_api_dart/pull/2
- Added
Account reviewerandAccount accounttoQualificationentity
Full Changelog: https://github.com/QbitArtifacts/rec_api_dart/compare/v1.2.0-alpha.2...v1.2.0
1.2.0-alpha.2 #
- Added
Account reviewerandAccount accounttoQualificationentity
Full Changelog: https://github.com/QbitArtifacts/rec_api_dart/compare/v1.2.0-alpha.1...v1.2.0-alpha.2
1.2.0-alpha.1 #
- feat: added qualification and badges service and entities by @nombrekeff in https://github.com/QbitArtifacts/rec_api_dart/pull/2
Full Changelog: https://github.com/QbitArtifacts/rec_api_dart/commits/v1.2.0-alpha.1
1.1.4 #
- Added
RegisterService.registerRezeroB2Bto perform a register for RezeroB2B
1.1.3 #
- Add missed property
platformtoRegisterData
1.1.2 #
- Added rexero_b2b properties to
AccountandRegisterDataAccountrezeroB2BUsername- Rezero b2b username (for forum)rezeroB2BAccess- Rezero b2b access status (for accessing forum)
RegisterDatarezeroB2BUsername- Rezero b2b username (for forum)
- Added REZERO_B2B_ACCESS status consts
Account.REZERO_B2B_ACCESS_NOT_GRANTEDAccount.REZERO_B2B_ACCESS_PENDINGAccount.REZERO_B2B_ACCESS_GRANTED
1.1.1 #
- Adding missed export
RecoverPasswordData
1.1.0 #
RecoverPasswordService.recoverPasswordnow accepts aRecoverPasswordDatainstance instead of passing in each field.- Adds
RecoverPasswordDataDTO
1.0.1 #
- Allows login call
LoginService.login(LoginDAta data, {String? platform})to receiveplatform
1.0.0 #
- Initial version, adds all basic functionality