Skip to content

Commit

Permalink
chore: add export api target (#3524)
Browse files Browse the repository at this point in the history
* chore: add import export api target

* chore: add changeset file

---------

Co-authored-by: Carlos Cortizas <carlos.martines@commercetools.com>
  • Loading branch information
yassinejebli and CarlosCortizasCT committed May 14, 2024
1 parent 543f2aa commit 4f00d48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/sweet-dancers-shave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@commercetools-frontend/constants': patch
---

chore: add export api target
1 change: 1 addition & 0 deletions packages/constants/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ export const MC_API_PROXY_TARGETS = {
ORDER_SEARCH: 'order-search',
MC_METRICS: 'mc-metrics',
IMPORT: 'import',
EXPORT: 'export',
} as const;
export type TMcApiProxyTargets =
(typeof MC_API_PROXY_TARGETS)[keyof typeof MC_API_PROXY_TARGETS];
Expand Down

0 comments on commit 4f00d48

Please sign in to comment.