waldur-js-client 8.0.9-dev.37 → 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
  /**
@@ -43911,6 +43911,10 @@ export type MarketplaceCategoriesListData = {
43911
43911
  * Has shared
43912
43912
  */
43913
43913
  has_shared?: boolean;
43914
+ /**
43915
+ * Which field to use when ordering the results.
43916
+ */
43917
+ o?: string;
43914
43918
  /**
43915
43919
  * Offering name contains
43916
43920
  */
@@ -43964,6 +43968,10 @@ export type MarketplaceCategoriesCountData = {
43964
43968
  * Has shared
43965
43969
  */
43966
43970
  has_shared?: boolean;
43971
+ /**
43972
+ * Which field to use when ordering the results.
43973
+ */
43974
+ o?: string;
43967
43975
  /**
43968
43976
  * Offering name contains
43969
43977
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "8.0.9-dev.37",
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",