@things-factory/operato-board 9.0.0-beta.55 → 9.0.0-beta.57

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-board",
3
- "version": "9.0.0-beta.55",
3
+ "version": "9.0.0-beta.57",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -133,5 +133,5 @@
133
133
  "resolutions": {
134
134
  "passport": "^0.7.0"
135
135
  },
136
- "gitHead": "a842ee060282d77b4784b579080f4918006e59dd"
136
+ "gitHead": "9120e5ede67620b83a0b4b1ba317876a16100df2"
137
137
  }
package/schema.graphql CHANGED
@@ -525,7 +525,7 @@ type Connection {
525
525
  endpoint: String
526
526
  id: ID!
527
527
  name: String!
528
- params: String
528
+ params: Object
529
529
  state: String
530
530
  type: String
531
531
  updatedAt: DateTimeISO
@@ -545,7 +545,7 @@ input ConnectionPatch {
545
545
  endpoint: String
546
546
  id: ID
547
547
  name: String
548
- params: String
548
+ params: Object
549
549
  type: String
550
550
  }
551
551
 
@@ -2472,7 +2472,7 @@ input NewConnection {
2472
2472
  edge: ObjectRef
2473
2473
  endpoint: String
2474
2474
  name: String!
2475
- params: String
2475
+ params: Object
2476
2476
  type: String
2477
2477
  }
2478
2478
 
@@ -4387,7 +4387,7 @@ type Step {
4387
4387
  id: ID!
4388
4388
  log: Boolean
4389
4389
  name: String!
4390
- params: String
4390
+ params: Object
4391
4391
 
4392
4392
  """
4393
4393
  A boolean attribute indicating the inclusion status of an element in the result
@@ -4413,7 +4413,7 @@ input StepPatch {
4413
4413
  id: ID
4414
4414
  log: Boolean
4415
4415
  name: String
4416
- params: String
4416
+ params: Object
4417
4417
  result: Boolean
4418
4418
  sequence: Int
4419
4419
  skip: Boolean