Skip to content

Commit 0a68a90

Browse files
committed
Add MANAGE_ORDERS_IMPORT permission to types
1 parent 5537c5a commit 0a68a90

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/proud-llamas-push.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@saleor/app-sdk": minor
3+
---
4+
5+
Added new permission - MANAGE_ORDERS_IMPORT - to Permission type

src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export type Permission =
3232
| "MANAGE_GIFT_CARD"
3333
| "MANAGE_MENUS"
3434
| "MANAGE_ORDERS"
35+
| "MANAGE_ORDERS_IMPORT"
3536
| "MANAGE_PAGES"
3637
| "MANAGE_PAGE_TYPES_AND_ATTRIBUTES"
3738
| "HANDLE_PAYMENTS"

0 commit comments

Comments
 (0)