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.
- package/dist/types.gen.d.ts +1 -1
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -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
|
|
1950
|
+
readonly username: string;
|
|
1951
1951
|
readonly customer_uuid: string;
|
|
1952
1952
|
readonly customer_name: string;
|
|
1953
1953
|
state: ServiceAccountState;
|