@things-factory/operato-hub 4.3.444 → 4.3.446

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.
@@ -796,10 +796,6 @@ paths:
796
796
  type: 'boolean'
797
797
  required: true
798
798
  example: true '(MANDATORY)'
799
- gtin:
800
- type: 'string'
801
- required: true
802
- example: "string'(MANDATORY)"
803
799
  refCode:
804
800
  type: 'string'
805
801
  example: 'string'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-hub",
3
- "version": "4.3.444",
3
+ "version": "4.3.446",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -109,7 +109,7 @@
109
109
  "@things-factory/system-ui": "^4.3.434",
110
110
  "@things-factory/transport-base": "^4.3.434",
111
111
  "@things-factory/warehouse-base": "^4.3.443",
112
- "@things-factory/worksheet-base": "^4.3.443",
112
+ "@things-factory/worksheet-base": "^4.3.446",
113
113
  "cron-parser": "^4.7.0",
114
114
  "koa2-swagger-ui": "^5.0.2",
115
115
  "swagger-jsdoc": "^5.0.0",
@@ -121,5 +121,5 @@
121
121
  "resolutions": {
122
122
  "core-js": "^3.16.0"
123
123
  },
124
- "gitHead": "90c31c1ab1a206634981394766bf4cf4a4c2b591"
124
+ "gitHead": "92d0c9667bb0da4e801da5c30159d566e62d962e"
125
125
  }