waldur-js-client 8.0.6-dev.4 → 8.0.6-dev.5

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.
@@ -222,6 +222,7 @@ export type AgentIdentity = {
222
222
  * UUID of an offering with a site-agent compatible type.
223
223
  */
224
224
  offering: string;
225
+ readonly created_by: string;
225
226
  name: string;
226
227
  version?: string | null;
227
228
  dependencies?: unknown;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "8.0.6-dev.4",
3
+ "version": "8.0.6-dev.5",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",