@golemio/flow 1.2.6-dev.985218732 → 1.2.6-dev.985264965

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.
@@ -112,8 +112,8 @@ const outputODMeasurementsJsonSchema = {
112
112
  cube_id: { type: "number" },
113
113
  sequence_number: { type: "number" },
114
114
  analytic_id: { type: "number" },
115
- start_timestamp: { type: "string", required: ["toISOString"] },
116
- end_timestamp: { type: "string", required: ["toISOString"] },
115
+ start_timestamp: { type: "object", required: ["toISOString"] },
116
+ end_timestamp: { type: "object", required: ["toISOString"] },
117
117
  category: { type: "string" },
118
118
  origin: { type: "string" },
119
119
  destination: { type: "string" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/flow",
3
- "version": "1.2.6-dev.985218732",
3
+ "version": "1.2.6-dev.985264965",
4
4
  "description": "Golemio Flow Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",