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.
- package/dist/types.gen.d.ts +1 -2
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -1956,7 +1956,7 @@ export type CourseAccount = {
|
|
|
1956
1956
|
email?: string;
|
|
1957
1957
|
description?: string;
|
|
1958
1958
|
readonly error_message: string;
|
|
1959
|
-
error_traceback
|
|
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>;
|