waldur-js-client 7.7.8 → 7.7.9-dev.0

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.
@@ -1947,7 +1947,7 @@ export type CourseAccount = {
1947
1947
  readonly project_uuid: string;
1948
1948
  readonly project_name: string;
1949
1949
  readonly user_uuid: string;
1950
- readonly user_username: string;
1950
+ readonly username: string;
1951
1951
  readonly customer_uuid: string;
1952
1952
  readonly customer_name: string;
1953
1953
  state: ServiceAccountState;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.7.8",
3
+ "version": "7.7.9-dev.0",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",