Skip to content

Commit 19958f4

Browse files
author
Leandro Santos
committed
Add new resources and attributes, fix parameters and remove deprecated resources
1 parent d434de3 commit 19958f4

File tree

113 files changed

+9145
-2221
lines changed

Some content is hidden

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

113 files changed

+9145
-2221
lines changed

CHANGELOG.md

Lines changed: 55 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,61 @@ Given a version number MAJOR.MINOR.PATCH, increment:
1313

1414
## [Unreleased]
1515
### Added
16-
- IssuingRule missing parameters
17-
### Fixed
18-
- query parameters in post requests
16+
- StaticBrcode resource
17+
- BrcodePreview resource
18+
- DynamicBrcode resource
19+
- IndividualDocument resource
20+
- IndividualDocument.Log resource
21+
- IndividualIdentity resource
22+
- IndividualIdentity.Log resource
23+
- CreditHolmes resource
24+
- CreditHolmes.Log resource
25+
- IssuingDesign resource
26+
- IssuingEmbossingKit resource
27+
- IssuingEmbossingRequest resource
28+
- IssuingEmbossingRequest.Log resource
29+
- IssuingRestock resource
30+
- IssuingRestock.Log resource
31+
- IssuingStock resource
32+
- IssuingStock.Log resource
33+
- CardMethod sub-resource
34+
- MerchantCountry sub-resource
35+
- MerchantCategory sub-resource
36+
- CreditPreview sub-resource
37+
- CreditNotePreview sub-resource
38+
- flow attribute to PixChargeback and PixInfraction resources
39+
- tags parameter to PixClaim, PixInfraction, PixChargeback resources
40+
- tags parameter to query and page methods in PixChargeback, PixClaim and PixInfraction resources
41+
- agent parameter to query and page methods in PixInfraction and PixChargeback resources
42+
- expand parameter to create, get, query and page methods in IssuingHolder resource
43+
- pin parameter to update method in IssuingCard resource
44+
- nominal_interest attributes to return only in CreditNote resource
45+
- code attribute to IssuingProduct resource
46+
- parse method in IssuingPurchase resource
47+
- response method in IssuingPurchas, PixRequest and PixReversal resources
48+
- zip_code, is_partial_allowed, card_tags and holder_tags attributes to IssuingPurchase resource
49+
- brcode, link and due attributes to IssuingInvoice resource
50+
- payerId and endToEndId parameter to BrcodePreview resource
51+
- cashierBankCode and description parameter to StaticBrcode resource
52+
### Changed
53+
- CreditNote.Signer to CreditSigner sub-resource
54+
- PixDirector resource to sub-resource
55+
- IssuingBin resource to IssuingProduct
56+
- fine and interest attributes to return only in CreditNote.Invoice sub-resource
57+
- expiration from returned-only attribute to optional parameter in the CreditNote resource
58+
- settlement parameter to funding_type and client parameter to holder_type in Issuing Product resource
59+
- bank_code parameter to claimer_bank_code in PixClaim resource
60+
- agent parameter to flow in PixClaim and PixInfraction resources
61+
- agent parameter to flow on query and page methods in PixClaim resource
62+
- CreditNote.Signer sub-resource to CreditSigner resource
63+
- change nominal_amount and amount parameter to conditionally required to CreditNote resource
64+
### Removed
65+
- IssuingAuthorization resource
66+
- category parameter from IssuingProduct resource
67+
- bank_code attribute from PixReversal resource
68+
- agent parameter from PixClaim.Log
69+
- bacen_id attribute from PixChargeback and PixInfraction resources
70+
- cardDesignId and envelopeDesignId attributes to IssuingEmbossingRequest resource
1971

2072
## [0.1.0] - 2022-06-03
2173
### Added

0 commit comments

Comments
 (0)