@things-factory/operato-hub 4.3.496 → 4.3.499

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.
Files changed (2) hide show
  1. package/openapi/v1.yaml +3 -3
  2. package/package.json +3 -3
package/openapi/v1.yaml CHANGED
@@ -7,7 +7,7 @@ info:
7
7
  title: 'Operato'
8
8
  termsOfService: 'https://myoperato.com/terms/'
9
9
  contact:
10
- email: 'joekin@hatiolab.com'
10
+ email: 'engineering@hatio.asia'
11
11
  license:
12
12
  name: MIT
13
13
  url: http://mit-license.org/
@@ -115,6 +115,6 @@ securityDefinitions:
115
115
  in: 'header'
116
116
 
117
117
  externalDocs:
118
- description: 'Find out about our release notes'
119
- url: 'https://developer.myoperato.com/release_notes'
118
+ description: 'Integration Onboarding Playbook'
119
+ url: 'https://docs.google.com/presentation/d/1QNvfzWr9lAaR1XY_4VY8JVrRMM-w4Il8/edit?usp=sharing&ouid=110726429022190166767&rtpof=true&sd=true'
120
120
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-hub",
3
- "version": "4.3.496",
3
+ "version": "4.3.499",
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.452",
111
111
  "@things-factory/warehouse-base": "^4.3.495",
112
- "@things-factory/worksheet-base": "^4.3.495",
112
+ "@things-factory/worksheet-base": "^4.3.499",
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": "437e94f0b0645a5fb29977ec09296b1be3bc7057"
124
+ "gitHead": "637dfdde2cb2610d49a23a20a66766de11d824b4"
125
125
  }