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

fix: change type of customer.id from string to number #96

Merged
merged 8 commits into from
May 8, 2021

Conversation

abrantesarthur
Copy link
Contributor

O que esse PR faz? (Obrigatório)

Corrige o tipo do campo id na interface customer

Link / Imagem para referencias (Obrigatório)

A resposta de criando-um-cliente contém id de tipo number e não string.

jonyw4 and others added 4 commits May 6, 2021 16:19
* Update package.json

* fix: add comment to external_id field (jonyw4#91)

* fix: add percentage field to SplitRuleArg and add comments (jonyw4#90)

* fix: Customer interface (jonyw4#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>
@jonyw4 jonyw4 changed the base branch from master to next May 8, 2021 02:09
@jonyw4
Copy link
Owner

jonyw4 commented May 8, 2021

Atualizei a branch para apontar para a branch next pra podermos juntar os PR que vc abriu e sair tudo em um unico release. Para isso preciso que vc atualiza o seu branch com um rebase

@abrantesarthur
Copy link
Contributor Author

@jonyw4 pronto

@jonyw4
Copy link
Owner

jonyw4 commented May 8, 2021

@abrantesarthur o PR tem conflito

@abrantesarthur
Copy link
Contributor Author

@jonyw4 resolvido :)

@jonyw4 jonyw4 merged commit 085e2ac into jonyw4:next May 8, 2021
jonyw4 added a commit that referenced this pull request May 8, 2021
* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

* fix: update TransactionCreateOptionsBase split_rules type (#97)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* fix: update TransactionCreateOptionsBase split_rules type

* fix: update TransactionCreateOptionsBase split_rules type

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

* fix: remove 'opts' argument from cards functions (#95)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* remove 'opts' argument from cards functions

* fix: remove 'opts' argument from cards functions

* fix: remove 'opts' argument from cards functions

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

* fix: change type of customer.id from string to number (#96)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* fix: change type of customer.id from string to number

* fix customer field of TransactionCreateOptionsBase

* fix: change type of customer.id from string to number

* fix customer field of TransactionCreateOptionsBase

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>
jonyw4 added a commit that referenced this pull request May 8, 2021
* chore: update main (#98)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

* fix: update TransactionCreateOptionsBase split_rules type (#97)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* fix: update TransactionCreateOptionsBase split_rules type

* fix: update TransactionCreateOptionsBase split_rules type

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

* fix: remove 'opts' argument from cards functions (#95)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* remove 'opts' argument from cards functions

* fix: remove 'opts' argument from cards functions

* fix: remove 'opts' argument from cards functions

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

* fix: change type of customer.id from string to number (#96)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* fix: change type of customer.id from string to number

* fix customer field of TransactionCreateOptionsBase

* fix: change type of customer.id from string to number

* fix customer field of TransactionCreateOptionsBase

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* ci: update ci to trigger in next version

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>
@github-actions
Copy link

github-actions bot commented May 8, 2021

🎉 This PR is included in version 2.9.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

jonyw4 added a commit that referenced this pull request May 8, 2021
* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

* fix: update TransactionCreateOptionsBase split_rules type (#97)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* fix: update TransactionCreateOptionsBase split_rules type

* fix: update TransactionCreateOptionsBase split_rules type

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

* fix: remove 'opts' argument from cards functions (#95)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* remove 'opts' argument from cards functions

* fix: remove 'opts' argument from cards functions

* fix: remove 'opts' argument from cards functions

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

* fix: change type of customer.id from string to number (#96)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* fix: change type of customer.id from string to number

* fix customer field of TransactionCreateOptionsBase

* fix: change type of customer.id from string to number

* fix customer field of TransactionCreateOptionsBase

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

* chore: update next (#99)

* chore: update main (#98)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

* fix: update TransactionCreateOptionsBase split_rules type (#97)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* fix: update TransactionCreateOptionsBase split_rules type

* fix: update TransactionCreateOptionsBase split_rules type

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

* fix: remove 'opts' argument from cards functions (#95)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* remove 'opts' argument from cards functions

* fix: remove 'opts' argument from cards functions

* fix: remove 'opts' argument from cards functions

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

* fix: change type of customer.id from string to number (#96)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* fix: change type of customer.id from string to number

* fix customer field of TransactionCreateOptionsBase

* fix: change type of customer.id from string to number

* fix customer field of TransactionCreateOptionsBase

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* ci: update ci to trigger in next version

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* chore: update package.json

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>
@github-actions
Copy link

github-actions bot commented May 8, 2021

🎉 This PR is included in version 2.9.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

jonyw4 added a commit that referenced this pull request May 12, 2021
* chore: update main (#98)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

* fix: update TransactionCreateOptionsBase split_rules type (#97)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* fix: update TransactionCreateOptionsBase split_rules type

* fix: update TransactionCreateOptionsBase split_rules type

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

* fix: remove 'opts' argument from cards functions (#95)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* remove 'opts' argument from cards functions

* fix: remove 'opts' argument from cards functions

* fix: remove 'opts' argument from cards functions

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

* fix: change type of customer.id from string to number (#96)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* fix: change type of customer.id from string to number

* fix customer field of TransactionCreateOptionsBase

* fix: change type of customer.id from string to number

* fix customer field of TransactionCreateOptionsBase

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* ci: update ci to trigger in next version

* chore: update master (#100)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

* fix: update TransactionCreateOptionsBase split_rules type (#97)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* fix: update TransactionCreateOptionsBase split_rules type

* fix: update TransactionCreateOptionsBase split_rules type

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

* fix: remove 'opts' argument from cards functions (#95)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* remove 'opts' argument from cards functions

* fix: remove 'opts' argument from cards functions

* fix: remove 'opts' argument from cards functions

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

* fix: change type of customer.id from string to number (#96)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* fix: change type of customer.id from string to number

* fix customer field of TransactionCreateOptionsBase

* fix: change type of customer.id from string to number

* fix customer field of TransactionCreateOptionsBase

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

* chore: update next (#99)

* chore: update main (#98)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

* fix: update TransactionCreateOptionsBase split_rules type (#97)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* fix: update TransactionCreateOptionsBase split_rules type

* fix: update TransactionCreateOptionsBase split_rules type

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

* fix: remove 'opts' argument from cards functions (#95)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* remove 'opts' argument from cards functions

* fix: remove 'opts' argument from cards functions

* fix: remove 'opts' argument from cards functions

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

* fix: change type of customer.id from string to number (#96)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* fix: change type of customer.id from string to number

* fix customer field of TransactionCreateOptionsBase

* fix: change type of customer.id from string to number

* fix customer field of TransactionCreateOptionsBase

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* ci: update ci to trigger in next version

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* chore: update package.json

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* fix: card brand

* fix: card brand

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>
jonyw4 added a commit that referenced this pull request May 12, 2021
* chore: update main (#98)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

* fix: update TransactionCreateOptionsBase split_rules type (#97)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* fix: update TransactionCreateOptionsBase split_rules type

* fix: update TransactionCreateOptionsBase split_rules type

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

* fix: remove 'opts' argument from cards functions (#95)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* remove 'opts' argument from cards functions

* fix: remove 'opts' argument from cards functions

* fix: remove 'opts' argument from cards functions

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

* fix: change type of customer.id from string to number (#96)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* fix: change type of customer.id from string to number

* fix customer field of TransactionCreateOptionsBase

* fix: change type of customer.id from string to number

* fix customer field of TransactionCreateOptionsBase

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* ci: update ci to trigger in next version

* chore: update master (#100)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

* fix: update TransactionCreateOptionsBase split_rules type (#97)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* fix: update TransactionCreateOptionsBase split_rules type

* fix: update TransactionCreateOptionsBase split_rules type

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

* fix: remove 'opts' argument from cards functions (#95)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* remove 'opts' argument from cards functions

* fix: remove 'opts' argument from cards functions

* fix: remove 'opts' argument from cards functions

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

* fix: change type of customer.id from string to number (#96)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* fix: change type of customer.id from string to number

* fix customer field of TransactionCreateOptionsBase

* fix: change type of customer.id from string to number

* fix customer field of TransactionCreateOptionsBase

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

* chore: update next (#99)

* chore: update main (#98)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

* fix: update TransactionCreateOptionsBase split_rules type (#97)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* fix: update TransactionCreateOptionsBase split_rules type

* fix: update TransactionCreateOptionsBase split_rules type

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

* fix: remove 'opts' argument from cards functions (#95)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* remove 'opts' argument from cards functions

* fix: remove 'opts' argument from cards functions

* fix: remove 'opts' argument from cards functions

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

* fix: change type of customer.id from string to number (#96)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* fix: change type of customer.id from string to number

* fix customer field of TransactionCreateOptionsBase

* fix: change type of customer.id from string to number

* fix customer field of TransactionCreateOptionsBase

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* ci: update ci to trigger in next version

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* chore: update package.json

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* fix: customer type

* fix: customer type

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>
jonyw4 added a commit that referenced this pull request Jul 6, 2021
* chore: update main (#98)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

* fix: update TransactionCreateOptionsBase split_rules type (#97)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* fix: update TransactionCreateOptionsBase split_rules type

* fix: update TransactionCreateOptionsBase split_rules type

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

* fix: remove 'opts' argument from cards functions (#95)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* remove 'opts' argument from cards functions

* fix: remove 'opts' argument from cards functions

* fix: remove 'opts' argument from cards functions

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

* fix: change type of customer.id from string to number (#96)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* fix: change type of customer.id from string to number

* fix customer field of TransactionCreateOptionsBase

* fix: change type of customer.id from string to number

* fix customer field of TransactionCreateOptionsBase

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* ci: update ci to trigger in next version

* chore: update master (#100)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

* fix: update TransactionCreateOptionsBase split_rules type (#97)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* fix: update TransactionCreateOptionsBase split_rules type

* fix: update TransactionCreateOptionsBase split_rules type

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

* fix: remove 'opts' argument from cards functions (#95)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* remove 'opts' argument from cards functions

* fix: remove 'opts' argument from cards functions

* fix: remove 'opts' argument from cards functions

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

* fix: change type of customer.id from string to number (#96)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* fix: change type of customer.id from string to number

* fix customer field of TransactionCreateOptionsBase

* fix: change type of customer.id from string to number

* fix customer field of TransactionCreateOptionsBase

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

* chore: update next (#99)

* chore: update main (#98)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

* fix: update TransactionCreateOptionsBase split_rules type (#97)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* fix: update TransactionCreateOptionsBase split_rules type

* fix: update TransactionCreateOptionsBase split_rules type

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

* fix: remove 'opts' argument from cards functions (#95)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* remove 'opts' argument from cards functions

* fix: remove 'opts' argument from cards functions

* fix: remove 'opts' argument from cards functions

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

* fix: change type of customer.id from string to number (#96)

* Update package.json (#93)

* Release Next Version (#94)

* Update package.json

* fix: add comment to external_id field (#91)

* fix: add percentage field to SplitRuleArg and add comments (#90)

* fix: Customer interface (#92)

* fix: add missing fields to Customer and fix birthday in CustomerCreateOptiosn

* fix: add comments to Document's new fields

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* fix: change type of customer.id from string to number

* fix customer field of TransactionCreateOptionsBase

* fix: change type of customer.id from string to number

* fix customer field of TransactionCreateOptionsBase

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* ci: update ci to trigger in next version

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* chore: update package.json

Co-authored-by: Arthur Abrantes <aabrantes@college.harvard.edu>

* fix: create BulkAnticipationsCreateOptions and BulkAnticipation interfaces

* fix: bulkAnticipations.create's return type

* fix: recipientId property

* fix: write interfaces for bulkAnticipations.confirm method

Co-authored-by: Jonathan Célio <jonathan.clio@hotmail.com>
Co-authored-by: arthur_abrantes <arthur@venni.app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants