@things-factory/worksheet-base 4.3.323 → 4.3.324

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -512,7 +512,7 @@ exports.Mutation = `
512
512
  orderVasPatch: [OrderVasPatch]
513
513
  orderVasItemPatch: [OrderVasItemPatch]
514
514
  orderNo: String
515
- ): Boolean @privilege(category: "worksheet_execute", privilege: "mutation") @transaction
515
+ ): Boolean @transaction
516
516
 
517
517
  repalletizing (
518
518
  worksheetDetailName: String!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/worksheet-base",
3
- "version": "4.3.323",
3
+ "version": "4.3.324",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -45,5 +45,5 @@
45
45
  "puppeteer": "21.0.3",
46
46
  "uuid": "^9.0.0"
47
47
  },
48
- "gitHead": "12b40eb70ae76ad2bb5ac77e5e157b097faca233"
48
+ "gitHead": "6b3dafe2e4c4fff0de3081f4f44134c218364718"
49
49
  }
@@ -510,7 +510,7 @@ export const Mutation = /* GraphQL */ `
510
510
  orderVasPatch: [OrderVasPatch]
511
511
  orderVasItemPatch: [OrderVasItemPatch]
512
512
  orderNo: String
513
- ): Boolean @privilege(category: "worksheet_execute", privilege: "mutation") @transaction
513
+ ): Boolean @transaction
514
514
 
515
515
  repalletizing (
516
516
  worksheetDetailName: String!