-
Notifications
You must be signed in to change notification settings - Fork 5
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
001 - Voucher Transactions + list validation rules assignments #493
Merged
p-zielinski
merged 23 commits into
voucherifyio:release-candidate
from
weronika-kurczyna:wk/types-001
Oct 20, 2023
Merged
001 - Voucher Transactions + list validation rules assignments #493
p-zielinski
merged 23 commits into
voucherifyio:release-candidate
from
weronika-kurczyna:wk/types-001
Oct 20, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Results: https://docs.voucherify.io/v2018-08-01-wk-493/docs
/vouchers/{code}/transactions
) renamed to List Voucher Transactions/vouchers/{code}/transactions/export
) renamed to Export Voucher TransactionsNew models
vouchers_list_vouchers_transactions_response_body (old
1_res_vouchers_code_transactions
)voucher_transaction (old
1_obj_gift_card_transaction_object
)gift_card_transaction
gift_card_transaction_identity
gift_card_transaction_base
gift_card_transaction_created
gift_card_transaction_details
gift_card_transaction_redemption_details (old
1_obj_gift_card_transaction_object_redemption
)gift_card_transaction_refund_details (old
1_obj_gift_card_transaction_object_refund
)gift_card_transaction_addition_details (old
1_obj_gift_card_transaction_object_addition
)gift_card_transaction_removal_details (old
1_obj_gift_card_transaction_object_removal
)vouchers_export_transactions_request_body (old
1_req_create_gift_card_transactions_export
voucher_transactions_export (old
1_obj_export_transactions_object
)voucher_transactions_export_parameters (old
1_obj_export_gift_card_transactions
)voucher_transactions_filters (old
16_obj_export_gift_card_transactions
)voucher_transactions_export_filter_conditions (old
16_obj_filter_gift_card_transactions_voucher_id
)validation_rules_list_rules_assignments_response_body (old
13_res_validation-rules_validationRuleId_assignments
)validation_rule_assignment (old
13_obj_validation_rule_assignment_object
)Removed models
8_obj_export_loyalty_card_transactions
- used only in one place, replaced with:voucher_transactions_export_parameters
in8_req_create_loyalty_card_transactions_export
schemaEndpoint changes
Added missing method for endpoint: GET
/vouchers/{code}/transactions (client.vouchers.listTransactions(code, query))
vouchers_list_vouchers_transactions_response_body
Added missing method for endpoint: POST
/vouchers/{code}/transactions/export (client.vouchers.exportTransactions(code, body))
vouchers_export_transactions_request_body
Added missing method for endpoint: GET
/validation-rules-assignments (client.client.validationRules.listRulesAssignments(validationRuleId))
validation_rules_list_rules_assignments_response_body