Skip to content

1.0.0 — 2020.01.08

Compare
Choose a tag to compare
@b24io-sdk b24io-sdk released this 08 Jan 16:14
· 66 commits to master since this release
d8e5bd1
  • add OperationsJournal
  • add operation type AccrualTransaction
  • add operation type PaymentTransaction
  • add operation type BlockCard
  • add operation type CreateCard
  • add operation type DeleteCard
  • add operation type UnblockCard
  • add operation type IncrementPercentage
  • add operation type DecrementPercentage
  • add operation type Purchase
  • add operation type DealMonetaryDiscount for Bitrix24 deal
  • add operation type DealPercentageDiscount for Bitrix24 deal
  • add field OperationUuid in Operation entity
  • add field CardUuid in Card entity
  • add method filterContactsByEmail in \Bitrix24\Contacts\Transport\Admin transport, return FiltrationResult with two items: CardDTO and ContactDTO
  • add method filterContactsByPhone in \Bitrix24\Contacts\Transport\Admin transport, return FiltrationResult with two items: CardDTO and ContactDTO
  • add method getByCardUuid in \Bitrix24\Contacts\Transport\Admin transport, return ContactResponse with two items: CardDTO and ContactDTO
  • add method getByCardUuid in \Bitrix24\Contacts\Transport\User transport, return ContactResponse with two items: CardDTO and ContactDTO
  • add method getCardByUuid in \Cards\Transport\Admin transport, return CardDTO or throw exception CardNotFound
  • add method getCardByUuid in \Cards\Transport\User transport, return CardDTO or throw exception CardNotFound
  • add method getOperationsByPeriod in \OperationsJournal\Transport\Admin transport, return OperationsJournalResponse
  • add method getOperationsByPeriod in \OperationsJournal\Transport\User transport, return OperationsJournalResponse
  • add MetricDTO and transport
  • change mobile phone data structure in Contact DTO in JSON API response
  • change mobile phone in ContactDTO can be nullable
  • change authKey and clientKey in TokenDTO string values to UuidInterface
  • remove countryRegionCode argument in methods add and addWithCardNumber in \Bitrix24\Contacts\Transport\Admin transport
  • remove setters in CardDTO object