Skip to content

Commit

Permalink
Add MANAGE_ORDERS_IMPORT permission to types
Browse files Browse the repository at this point in the history
  • Loading branch information
lkostrowski committed Nov 17, 2023
1 parent 5537c5a commit 0a68a90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/proud-llamas-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@saleor/app-sdk": minor
---

Added new permission - MANAGE_ORDERS_IMPORT - to Permission type
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export type Permission =
| "MANAGE_GIFT_CARD"
| "MANAGE_MENUS"
| "MANAGE_ORDERS"
| "MANAGE_ORDERS_IMPORT"
| "MANAGE_PAGES"
| "MANAGE_PAGE_TYPES_AND_ATTRIBUTES"
| "HANDLE_PAYMENTS"
Expand Down

0 comments on commit 0a68a90

Please sign in to comment.