@things-factory/sales-ui 4.0.30 → 4.0.34

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.
@@ -942,7 +942,7 @@ class PurchaseOrderDetail extends connect(store)(localize(i18next)(PageView)) {
942
942
 
943
943
  const response = await client.mutate({
944
944
  mutation: gql`
945
- mutation upsertPurchaseOrder($purchaseOrder: PurchaseOrderPatch!, $attachments: Upload) {
945
+ mutation upsertPurchaseOrder($purchaseOrder: PurchaseOrderPatch!, $attachments: [Upload!]) {
946
946
  upsertPurchaseOrder(purchaseOrder: $purchaseOrder, file: $attachments) {
947
947
  id
948
948
  name
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/sales-ui",
3
- "version": "4.0.30",
3
+ "version": "4.0.34",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -24,15 +24,15 @@
24
24
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
25
25
  },
26
26
  "dependencies": {
27
- "@things-factory/code-base": "^4.0.30",
28
- "@things-factory/form-ui": "^4.0.30",
29
- "@things-factory/grist-ui": "^4.0.30",
30
- "@things-factory/i18n-base": "^4.0.30",
31
- "@things-factory/import-ui": "^4.0.30",
32
- "@things-factory/sales-base": "^4.0.30",
33
- "@things-factory/setting-ui": "^4.0.30",
34
- "@things-factory/shell": "^4.0.30",
35
- "@things-factory/warehouse-ui": "^4.0.30"
27
+ "@things-factory/code-base": "^4.0.34",
28
+ "@things-factory/form-ui": "^4.0.34",
29
+ "@things-factory/grist-ui": "^4.0.34",
30
+ "@things-factory/i18n-base": "^4.0.34",
31
+ "@things-factory/import-ui": "^4.0.34",
32
+ "@things-factory/sales-base": "^4.0.34",
33
+ "@things-factory/setting-ui": "^4.0.34",
34
+ "@things-factory/shell": "^4.0.34",
35
+ "@things-factory/warehouse-ui": "^4.0.34"
36
36
  },
37
- "gitHead": "4ab590326e3fc60d113fb438e90eefee708f1f19"
37
+ "gitHead": "b79919fd02f8388f1d40300c52a25903ad98110c"
38
38
  }