-
Notifications
You must be signed in to change notification settings - Fork 8
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
Endpoints public changes #221
Open
alandev-itg
wants to merge
93
commits into
vtex-apps:main
Choose a base branch
from
ITGlobers:endpoints-public-changes
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
Settings Sellers
Added Feactures for Return Request APP
* Auto stash before merge of "develop" and "origin/develop" * add orders table and create new return * filter by order id * add english message and fixed filter bugs * Auto stash before merge of "develop" and "origin/develop" * add orders table and create new return * feat: changes for create a new request return * removed: console log * added translations * fixed bug for order malformed and center loader * fix: translations for admin and store * updated translations * fiex translation new request button in end user --------- Co-authored-by: Elkin Urango <[email protected]>
…by seller name. Add GET_SELLER query to fetch seller names. feat(en.json): add searchBySellerName message to return-request-list table data refactor(ListTableFilter.tsx): replace Input component with UsersAutocomplete component for searching by seller name. Remove unused props and event handler. Update placeholder text. feat(getSeller.gql): add GraphQL query to get sellers with pagination support feat(manifest.json): add vtex.sellers-graphql dependency version 8.x
…nerating Excel file instead of CSV file feat(exportRequests.ts): add support for exporting return requests as Excel file instead of CSV file fix(ListTableFilter.tsx): remove unused axios import and downloadCSV function feat(ListTableFilter.tsx): update download button href to export return requests as Excel file instead of CSV file
…conditionally return responseRequests as the body instead of creating a file feat(exportRequests.ts): improve semantics by changing variable name from file to createXLSBuffer when creating the file buffer
…ing app settings feat(appSettings.ts): add validation for the request body using Joi schema to ensure data integrity and handle validation errors chore(package.json): update dependencies for "@vtex/api" to version 6.45.19, add "joi" and "xlsx" dependencies feat(appSettingSchema.ts): create Joi schema for validating app settings data structure
…n app refactor(appSettings.ts): remove unused import of saveAppSettingService to improve code cleanliness and remove unused code
feat(marketplace.ts): add optional parameter 'seller' to getSellers method to allow filtering by seller name fix(sellerValidation.ts): pass 'accountName' parameter to getSellers method to filter sellers by account name
…ta for save refund data.
feat(schema.json): add "amountToBeRefundedInProcess" field to the orderRefundDetails schema to track the amount currently being refunded for an order fix(index.ts): remove unused OrderRefundDetails type from clients/index.ts feat(marketplace.ts): add getSeller method to Marketplace client to fetch seller information by ID feat(calculateAvailableAmountsService.ts): create new service to calculate and update available refund amounts for an order feat(createReturnRequestService.ts): call calculateAvailableAmountsService before creating a return request to update available refund amounts feat(returnRequestService.ts): call calculateAvailableAmountsService before returning a return request to update available refund amounts feat(updateRequestStatusService.ts): call calculateAvailableAmountsService before updating request status to update available refund amounts feat(vtex.return-app.d.ts): add OrderRefundDetails interface to typings for return app
…ers/return-app into feat/remaining-refundable
…ers/return-app into feat/remaining-refundable
…ers/return-app into feat/remaining-refundable
Feat/schema
Feat/api invoice
Hi! I'm VTEX IO CI/CD Bot and I'll be helping you to publish your app! 🤖 Please select which version do you want to release:
And then you just need to merge your PR when you are ready! There is no need to create a release commit/tag.
|
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.
What problem is this solving?
The url of the public endpoints have been changed
Related to / Depends on
John Martinez has to accept the pull request and do a merge with the obi/develop branch.