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.
@@ -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
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "8.0.9-dev.38",
3
+ "version": "8.0.9-dev.39",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",