waldur-js-client 7.7.9-dev.1 → 7.7.9-dev.2

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.
@@ -1956,7 +1956,7 @@ export type CourseAccount = {
1956
1956
  email?: string;
1957
1957
  description?: string;
1958
1958
  readonly error_message: string;
1959
- error_traceback?: string;
1959
+ readonly error_traceback: string;
1960
1960
  };
1961
1961
  export type CourseAccountCreateNested = {
1962
1962
  email?: string;
@@ -1970,7 +1970,6 @@ export type CourseAccountRequest = {
1970
1970
  project: string;
1971
1971
  email?: string;
1972
1972
  description?: string;
1973
- error_traceback?: string;
1974
1973
  };
1975
1974
  export type CourseAccountsBulkCreate = {
1976
1975
  course_accounts: Array<CourseAccountCreateNested>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.7.9-dev.1",
3
+ "version": "7.7.9-dev.2",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",