waldur-js-client 8.0.9-dev.38 → 8.0.9-dev.39
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
|
@@ -18785,7 +18785,7 @@ export type Project = {
|
|
|
18785
18785
|
* List of allowed identity sources (identity providers).
|
|
18786
18786
|
*/
|
|
18787
18787
|
user_identity_sources?: unknown;
|
|
18788
|
-
affiliation?: AffiliatedOrganization;
|
|
18788
|
+
affiliation?: AffiliatedOrganization | null;
|
|
18789
18789
|
affiliation_uuid?: string | null;
|
|
18790
18790
|
readonly affiliation_name?: string;
|
|
18791
18791
|
/**
|