Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing parameters and attributes, Fix docstrings and Add new resources and sub-resources. #7

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 57 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,64 @@ Given a version number MAJOR.MINOR.PATCH, increment:

## [Unreleased]
### Added
- IssuingRule missing parameters
- StaticBrcode resource
- BrcodePreview resource
- DynamicBrcode resource
- IndividualDocument resource
- IndividualDocument.Log resource
- IndividualIdentity resource
- IndividualIdentity.Log resource
- CreditHolmes resource
- CreditHolmes.Log resource
- IssuingDesign resource
- IssuingEmbossingKit resource
- IssuingEmbossingRequest resource
- IssuingEmbossingRequest.Log resource
- IssuingRestock resource
- IssuingRestock.Log resource
- IssuingStock resource
- IssuingStock.Log resource
- CardMethod sub-resource
- MerchantCountry sub-resource
- MerchantCategory sub-resource
- CreditPreview sub-resource
- CreditNotePreview sub-resource
- flow attribute to PixChargeback and PixInfraction resources
- tags parameter to PixClaim, PixInfraction, PixChargeback resources
- tags parameter to query and page methods in PixChargeback, PixClaim and PixInfraction resources
- agent parameter to query and page methods in PixInfraction and PixChargeback resources
- expand parameter to create, get, query and page methods in IssuingHolder resource
- pin parameter to update method in IssuingCard resource
- nominal_interest attributes to return only in CreditNote resource
- code attribute to IssuingProduct resource
- parse method in IssuingPurchase resource
- response method in IssuingPurchas, PixRequest and PixReversal resources
- zip_code, is_partial_allowed, card_tags and holder_tags attributes to IssuingPurchase resource
- brcode, link and due attributes to IssuingInvoice resource
- payer_id and endToEndId parameter to BrcodePreview resource
- cashier_bank_code and description parameter to StaticBrcode resource
- merchant_category_type, description, metadata and holder_id attributes to IssuingPurchase resource
### Changed
- CreditNote.Signer to CreditSigner sub-resource
- PixDirector resource to sub-resource
- IssuingBin resource to IssuingProduct
- fine and interest attributes to return only in CreditNote.Invoice sub-resource
- expiration from returned-only attribute to optional parameter in the CreditNote resource
- settlement parameter to funding_type and client parameter to holder_type in Issuing Product resource
- bank_code parameter to claimer_bank_code in PixClaim resource
- agent parameter to flow in PixClaim and PixInfraction resources
- agent parameter to flow on query and page methods in PixClaim resource
- CreditNote.Signer sub-resource to CreditSigner resource
- change nominal_amount and amount parameter to conditionally required to CreditNote resource
### Removed
- IssuingAuthorization resource
- category parameter from IssuingProduct resource
- bank_code attribute from PixReversal resource
- agent parameter from PixClaim.Log
- bacen_id attribute from PixChargeback and PixInfraction resources
- card_design_id and envelopeDesignId attributes to IssuingEmbossingRequest resource
### Fixed
- query parameters in post requests
- sender_tax_id parameter to DynamicBrcode resource

## [0.1.0] - 2022-06-03
### Added
Expand Down
Loading