@breign/client 1.0.8 → 1.0.9

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.
@@ -30,10 +30,12 @@ export interface AgentModuleUio {
30
30
  name: string;
31
31
  /**
32
32
  *
33
- * @type {object}
33
+ * @type {{ [key: string]: any; }}
34
34
  * @memberof AgentModuleUio
35
35
  */
36
- _configuration: object;
36
+ _configuration: {
37
+ [key: string]: any;
38
+ };
37
39
  /**
38
40
  *
39
41
  * @type {boolean}
package/dist/openapi.json CHANGED
@@ -5612,6 +5612,7 @@
5612
5612
  "type" : "string"
5613
5613
  },
5614
5614
  "configuration" : {
5615
+ "additionalProperties" : true,
5615
5616
  "type" : "object"
5616
5617
  },
5617
5618
  "restricted" : {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breign/client",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "main": "dist/index.js",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",