@epilot/app-client 0.6.0 → 0.6.1

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/dist/openapi.d.ts CHANGED
@@ -132,7 +132,7 @@ declare namespace Components {
132
132
  correlation_id?: string;
133
133
  event_type: "ERROR" | "WARNING" | "INFO";
134
134
  source: /* Type of app component */ ComponentType;
135
- actor?: Actor;
135
+ actor: Actor;
136
136
  /**
137
137
  * Details about the event
138
138
  */
package/dist/openapi.json CHANGED
@@ -2713,7 +2713,8 @@
2713
2713
  "event_type",
2714
2714
  "component_id",
2715
2715
  "version",
2716
- "source"
2716
+ "source",
2717
+ "actor"
2717
2718
  ],
2718
2719
  "properties": {
2719
2720
  "app_id": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/app-client",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "JavaScript client library for the epilot App API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",