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

Changes on the url's of the public endpoints #222

Open
wants to merge 94 commits into
base: main
Choose a base branch
from

Commits on Feb 27, 2023

  1. changes for setup in obidev

    Kin3Xc committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    0cece63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d852daf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a82d4e View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    9866e7f View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    4095e09 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    885964c View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    0b272fc View commit details
    Browse the repository at this point in the history
  2. fix: seller setting response

    Kin3Xc committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    0e0c74f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a162e8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d000ff View commit details
    Browse the repository at this point in the history
  5. fix: return message error

    Kin3Xc committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    a9bfda6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c49c673 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    9b90bb6 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. feature add seller settings

    Natalia Manrique committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    f7cfeb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6f9afa View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from ITGlobers/settings-develop

    Settings Sellers
    Kin3Xc authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    cef21d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. fix: seller validation

    Kin3Xc committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    abd6bec View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Fix : validation service and create return by post

    Natalia Manrique committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    7ad1a0b View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Merge pull request #2 from ITGlobers/develop

    Added Feactures for Return Request APP
    Nmanrique authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    4f44bdf View commit details
    Browse the repository at this point in the history
  2. Release v3.5.7-beta.0

    Kin3Xc committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    5494002 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Feature/new return in admin (#3)

    * 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]>
    johnmartinez93 and Kin3Xc authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    b928fb4 View commit details
    Browse the repository at this point in the history
  2. Fix- save return seller

    Natalia Manrique committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    39906ae View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' of https://github.com/ITGlobers/return-app int…

    …o develop
    Natalia Manrique committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    77786bd View commit details
    Browse the repository at this point in the history
  4. removed console logs

    Kin3Xc committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    093db01 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36f2f2b View commit details
    Browse the repository at this point in the history
  6. fix: id translations

    Kin3Xc committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    e4d3f78 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Fix - API post orders to list and save new request

    Natalia Manrique committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    1b31440 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/ITGlobers/return-app int…

    …o develop
    Natalia Manrique committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    05fc438 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Feature API post create giftcard

    Natalia Manrique committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    3d8d9cf View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. feat(ListTableFilter.tsx): add UsersAutocomplete component to filter …

    …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
    johnmartinez93 committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    8511bd3 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Feature StatusOption

    Natalia Manrique committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    fccfbad View commit details
    Browse the repository at this point in the history
  2. Feature - setting status option

    Natalia Manrique committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    1105547 View commit details
    Browse the repository at this point in the history
  3. Develop merge (#6)

    * Feature StatusOption
    
    * Feature - setting status option
    
    * merge branch max-days/order-status
    
    ---------
    
    Co-authored-by: Natalia Manrique <[email protected]>
    Co-authored-by: Elkin Urango <[email protected]>
    3 people authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    4edcd9f View commit details
    Browse the repository at this point in the history
  4. Fix types to news features

    Natalia Manrique committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    2116b7b View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Merge relative paths changes (#7)

    * preparing types for return-app
    
    * changed paths for import types
    
    * fixed translations
    
    * fix path for types
    
    * fix: types for filters
    
    * Feature API post create giftcard
    
    * feat(ListTableFilter.tsx): add UsersAutocomplete component to filter 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
    
    * Feature StatusOption
    
    * Feature - setting status option
    
    * Develop merge (#6)
    
    * Feature StatusOption
    
    * Feature - setting status option
    
    * merge branch max-days/order-status
    
    ---------
    
    Co-authored-by: Natalia Manrique <[email protected]>
    Co-authored-by: Elkin Urango <[email protected]>
    
    * Fix types to news features
    
    * preparing types for return-app
    
    * changed paths for import types
    
    * fixed translations
    
    * fix path for types
    
    * fix: types for filters
    
    * fix types
    
    * preparing types for return-app
    
    * changed paths for import types
    
    * fix: types for filters
    
    * feat(ListTableFilter.tsx): add UsersAutocomplete component to filter 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
    
    * Feature - setting status option
    
    * fixed translations
    
    * preparing types for return-app
    
    * preparing types for return-app
    
    ---------
    
    Co-authored-by: Natalia Manrique <[email protected]>
    Co-authored-by: John Martinez <[email protected]>
    Co-authored-by: Nmanrique <[email protected]>
    4 people authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    13e76d7 View commit details
    Browse the repository at this point in the history
  2. added support for admin v4

    Kin3Xc committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    653e60c View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    c97f70c View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. fix filters (#8)

    Kin3Xc authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    482947f View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    4a76c8c View commit details
    Browse the repository at this point in the history
  2. 🔧 chore(en.json): add export button to return-request-list table filt…

    …ers (#4)
    
    * 🔧 chore(en.json): add export button to return-request-list table filters
    🔒 chore(vtexId.ts): add getAuthToken method to VtexId class
    ✨ feat(index.ts): add exportRequests middleware to export return requests
    The first change adds an export button to the return-request-list table filters. This allows users to export the return requests data in a CSV format. The second change adds a getAuthToken method to the VtexId class, which returns the adminUserAuthToken if it exists, otherwise it returns the authToken. This improves the flexibility of the class as it can now be used in more contexts. The third change adds an exportRequests middleware to the index.ts file, which exports the return requests data in a CSV format. This middleware is protected by the authSelf middleware, which ensures that only the user who created the requests can export them.
    
    🆕 feat(authSelf.ts): add authSelf middleware
    The authSelf middleware is added to the project. It retrieves the authentication token from the vtexId client and uses it to get the authenticated user. If the user is authenticated, it checks if the user is an admin using the sphinx client. If the user is an admin, the adminUserAuthToken is set on the context. The middleware then sets the userProfile on the state object. If userProfile or appKeyState is not on the state object, it throws an AuthenticationError.
    
    🆕 feat(exportRequests.ts): add middleware to export requests as CSV
    This commit adds a new middleware to export requests as CSV. The middleware receives query parameters to filter the requests and generates a CSV file with the results. The CSV file is then returned as a response with the appropriate headers. The middleware also handles errors and sets the appropriate status codes and response bodies.
    
    🚀 feat(middlewares): add exportRequests middleware
    The exportRequests middleware has been added to the list of middlewares. This middleware will be responsible for exporting requests.
    
    📦 chore(package.json): add papaparse dependency and update @types/papaparse
    🔧 chore(service.json): add exportRequests endpoint
    The papaparse dependency was added to the project to support CSV parsing. The @types/papaparse dependency was also updated to the latest version. The exportRequests endpoint was added to the service.json file to allow users to export their return requests.
    
    🚀 feat(ListTableFilter.tsx): add downloadCSV function to export returns to CSV
    This commit adds a new function called downloadCSV that exports the returns to a CSV file. The function is called when the user clicks on a new button added to the component. The function uses axios to make a GET request to the endpoint that exports the returns to CSV. The function then creates a new Blob object with the response data and creates a new link element with the URL of the Blob object. Finally, the function clicks on the link to download the CSV file.
    
    * 🔧 refactor(exportRequests.ts): refactor exportRequests middleware to handle pagination
    The exportRequests middleware has been refactored to handle pagination. The middleware now accepts a params object that contains the perPage and filter properties. The middleware also fetches all pages of requests if there are more than one page. The responseRequests array is concatenated with the requests from the next page. This improves the efficiency of the middleware as it reduces the number of requests made to the server.
    
    * 🌟 feat(messages): add export button to return request list table filters
    🐛 fix(messages): add missing comma in bg.json
    The export button has been added to the table filters in the return request list page. This allows users to export the list of returns in a convenient format. In the bg.json file, a missing comma has been added to the end of the second-to-last line to fix a syntax error.
    
    🌐 feat(i18n): add export button translations to return request list table filters
    Added translations for the export button in the return request list table filters for both Spanish and French languages. This will allow users who speak these languages to see the button in their native language.
    
    🌟 feat(i18n): add export button to return request list table filters in nl.json and it.json
    The export button has been added to the return request list table filters in both the nl.json and it.json files. This allows users to export the return requests in a convenient format.
    
    🌟 feat(i18n): add export returns button to return request list table filters
    This commit adds a new button to the return request list table filters, allowing users to export returns. The button is labeled "EXPORT" in both Portuguese and Romanian translations. Additionally, a comma was added to the end of the previous line in both files to improve consistency.
    
    🌟 feat(th.json): add export-returns to return-request-list table-filters
    The export-returns option has been added to the return-request-list table-filters. This allows users to export the returns data in a format of their choice.
    
    * added support for new columns at export csv
    
    * Merge relative paths changes (#7)
    
    * preparing types for return-app
    
    * changed paths for import types
    
    * fixed translations
    
    * fix path for types
    
    * fix: types for filters
    
    * Feature API post create giftcard
    
    * feat(ListTableFilter.tsx): add UsersAutocomplete component to filter 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
    
    * Feature StatusOption
    
    * Feature - setting status option
    
    * Develop merge (#6)
    
    * Feature StatusOption
    
    * Feature - setting status option
    
    * merge branch max-days/order-status
    
    ---------
    
    Co-authored-by: Natalia Manrique <[email protected]>
    Co-authored-by: Elkin Urango <[email protected]>
    
    * Fix types to news features
    
    * preparing types for return-app
    
    * changed paths for import types
    
    * fixed translations
    
    * fix path for types
    
    * fix: types for filters
    
    * fix types
    
    * preparing types for return-app
    
    * changed paths for import types
    
    * fix: types for filters
    
    * feat(ListTableFilter.tsx): add UsersAutocomplete component to filter 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
    
    * Feature - setting status option
    
    * fixed translations
    
    * preparing types for return-app
    
    * preparing types for return-app
    
    ---------
    
    Co-authored-by: Natalia Manrique <[email protected]>
    Co-authored-by: John Martinez <[email protected]>
    Co-authored-by: Nmanrique <[email protected]>
    
    * added support for admin v4
    
    * removed innnecessary dependecies
    
    * fix filters (#8)
    
    * fix filter status option field for orders
    
    * 🔧 chore(en.json): add export button to return-request-list table filters
    🔒 chore(vtexId.ts): add getAuthToken method to VtexId class
    ✨ feat(index.ts): add exportRequests middleware to export return requests
    The first change adds an export button to the return-request-list table filters. This allows users to export the return requests data in a CSV format. The second change adds a getAuthToken method to the VtexId class, which returns the adminUserAuthToken if it exists, otherwise it returns the authToken. This improves the flexibility of the class as it can now be used in more contexts. The third change adds an exportRequests middleware to the index.ts file, which exports the return requests data in a CSV format. This middleware is protected by the authSelf middleware, which ensures that only the user who created the requests can export them.
    
    🆕 feat(authSelf.ts): add authSelf middleware
    The authSelf middleware is added to the project. It retrieves the authentication token from the vtexId client and uses it to get the authenticated user. If the user is authenticated, it checks if the user is an admin using the sphinx client. If the user is an admin, the adminUserAuthToken is set on the context. The middleware then sets the userProfile on the state object. If userProfile or appKeyState is not on the state object, it throws an AuthenticationError.
    
    🆕 feat(exportRequests.ts): add middleware to export requests as CSV
    This commit adds a new middleware to export requests as CSV. The middleware receives query parameters to filter the requests and generates a CSV file with the results. The CSV file is then returned as a response with the appropriate headers. The middleware also handles errors and sets the appropriate status codes and response bodies.
    
    🚀 feat(middlewares): add exportRequests middleware
    The exportRequests middleware has been added to the list of middlewares. This middleware will be responsible for exporting requests.
    
    📦 chore(package.json): add papaparse dependency and update @types/papaparse
    🔧 chore(service.json): add exportRequests endpoint
    The papaparse dependency was added to the project to support CSV parsing. The @types/papaparse dependency was also updated to the latest version. The exportRequests endpoint was added to the service.json file to allow users to export their return requests.
    
    🚀 feat(ListTableFilter.tsx): add downloadCSV function to export returns to CSV
    This commit adds a new function called downloadCSV that exports the returns to a CSV file. The function is called when the user clicks on a new button added to the component. The function uses axios to make a GET request to the endpoint that exports the returns to CSV. The function then creates a new Blob object with the response data and creates a new link element with the URL of the Blob object. Finally, the function clicks on the link to download the CSV file.
    
    * 🌟 feat(messages): add export button to return request list table filters
    🐛 fix(messages): add missing comma in bg.json
    The export button has been added to the table filters in the return request list page. This allows users to export the list of returns in a convenient format. In the bg.json file, a missing comma has been added to the end of the second-to-last line to fix a syntax error.
    
    🌐 feat(i18n): add export button translations to return request list table filters
    Added translations for the export button in the return request list table filters for both Spanish and French languages. This will allow users who speak these languages to see the button in their native language.
    
    🌟 feat(i18n): add export button to return request list table filters in nl.json and it.json
    The export button has been added to the return request list table filters in both the nl.json and it.json files. This allows users to export the return requests in a convenient format.
    
    🌟 feat(i18n): add export returns button to return request list table filters
    This commit adds a new button to the return request list table filters, allowing users to export returns. The button is labeled "EXPORT" in both Portuguese and Romanian translations. Additionally, a comma was added to the end of the previous line in both files to improve consistency.
    
    🌟 feat(th.json): add export-returns to return-request-list table-filters
    The export-returns option has been added to the return-request-list table-filters. This allows users to export the returns data in a format of their choice.
    
    ---------
    
    Co-authored-by: Elkin Urango <[email protected]>
    Co-authored-by: Natalia Manrique <[email protected]>
    Co-authored-by: Nmanrique <[email protected]>
    4 people authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    64b6604 View commit details
    Browse the repository at this point in the history
  3. fix messages

    Kin3Xc committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    543dfc1 View commit details
    Browse the repository at this point in the history
  4. fix types

    Kin3Xc committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    4786ac9 View commit details
    Browse the repository at this point in the history
  5. changes for publish itglobers

    Kin3Xc committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    2a324ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    009ff00 View commit details
    Browse the repository at this point in the history
  7. fix queries

    Kin3Xc committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    7ae5b91 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. fix QA-007 (#9)

    Kin3Xc authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    ee57fde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18f63c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c0fee7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c1c381 View commit details
    Browse the repository at this point in the history
  5. changed version

    Kin3Xc committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    e952f49 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. fix filter by seller id

    Kin3Xc committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    c20edea View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. changed version

    Kin3Xc committed May 4, 2023
    Configuration menu
    Copy the full SHA
    4a8cfa5 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Feature/partial invoice (#10)

    * removed status option toggle
    
    * added support for partial invoiced
    
    * removed messages
    
    * read date from courierStatus
    
    * feat: added support for get email user
    
    * fix get list available orders for return
    
    * added client for get profile data
    
    * fix pagination order list
    
    * fix typo
    
    * fix load image at return request form
    
    * fx sumary form return request
    Kin3Xc authored May 16, 2023
    Configuration menu
    Copy the full SHA
    a49f5cc View commit details
    Browse the repository at this point in the history
  2. Fix enableHighlightFormMessage issue (#11)

    * removed status option toggle
    
    * added support for partial invoiced
    
    * removed messages
    
    * read date from courierStatus
    
    * feat: added support for get email user
    
    * fix get list available orders for return
    
    * added client for get profile data
    
    * fix pagination order list
    
    * fix typo
    
    * fix load image at return request form
    
    * fx sumary form return request
    
    * fix `enableHighlightFormMessage` error
    Kin3Xc authored May 16, 2023
    Configuration menu
    Copy the full SHA
    ba64c0d View commit details
    Browse the repository at this point in the history
  3. fix messages data

    Kin3Xc committed May 16, 2023
    Configuration menu
    Copy the full SHA
    d01448c View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. added support for issuanceDate

    Kin3Xc committed May 17, 2023
    Configuration menu
    Copy the full SHA
    b46e7e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c31d3d View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    356caec View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    62d1ef5 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    04c2152 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. fix get orders by user

    Kin3Xc committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    b4b819f View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    0366ce6 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    34a4b48 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    820809d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5277745 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    1eb4590 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. fix(exportRequests.ts): replace Papa library with XLSX library for ge…

    …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
    johnmartinez93 committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    0640a89 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. fix(exportRequests.ts): add support for _onlyData query parameter to …

    …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
    johnmartinez93 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    e4c7a35 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. fix(index.ts): add PUT method to the settings endpoint to allow updat…

    …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
    johnmartinez93 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    accab79 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. chore(manifest.json): update version to 3.15.2-hkignore for the retur…

    …n app
    
    refactor(appSettings.ts): remove unused import of saveAppSettingService to improve code cleanliness and remove unused code
    johnmartinez93 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    89e7b5e View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. feature goodwill

    johnmartinez93 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    b18977b View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. add keep a live

    johnmartinez93 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    ac1408e View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. chore(manifest.json): update version to 3.16.1-hkignore for return-app

    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
    johnmartinez93 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    33fbbfc View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Fix validation of 'There's already a request or goodwill for this ord…

    …er' error
    Alan Ortiz authored and johnmartinez93 committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    555ce6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d42d92d View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Add remaining refundable amount service

    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
    johnmartinez93 committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    4d90245 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    d86f3d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    1e90439 View commit details
    Browse the repository at this point in the history
  2. remove client payment

    johnmartinez93 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    61a6d3f View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    04e16cf View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Adeed refundableAmount field to the Request List Service

    Alan Ortiz authored and Alan Ortiz committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    58ba17a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cfc752 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Feat validate schema

    Nmanrique committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    4fc6ecf View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Merge pull request #12 from ITGlobers/feat/schema

    Feat/schema
    johnmartinez93 authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    260eb3e View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    cea893e View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    c69617c View commit details
    Browse the repository at this point in the history
  2. Fix: last changes to push

    Nmanrique committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    d53585a View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Add last changes tested

    Nmanrique committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    a3397d8 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Merge pull request #13 from ITGlobers/feat/api-invoice

    Feat/api invoice
    johnmartinez93 authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    b63b3a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b45768f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    810da36 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    2604207 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Added service.json file

    alanortiz-dev committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    ef04329 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14 from ITGlobers/endpoints-public-changes

    Endpoints public changes
    johnmartinez93 authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    e4976a5 View commit details
    Browse the repository at this point in the history