waldur-js-client 1.0.4-dev.3 → 1.0.4-dev.4

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.
@@ -22456,6 +22456,10 @@ export type ProjectsListData = {
22456
22456
  * Return a list of projects where current user is manager or a customer owner.
22457
22457
  */
22458
22458
  can_manage?: boolean;
22459
+ /**
22460
+ * Conceal ended projects
22461
+ */
22462
+ conceal_ended_projects?: boolean;
22459
22463
  created?: string;
22460
22464
  /**
22461
22465
  * Multiple values may be separated by commas.
@@ -22608,6 +22612,10 @@ export type ProjectsListUsersListData = {
22608
22612
  * Return a list of projects where current user is manager or a customer owner.
22609
22613
  */
22610
22614
  can_manage?: boolean;
22615
+ /**
22616
+ * Conceal ended projects
22617
+ */
22618
+ conceal_ended_projects?: boolean;
22611
22619
  created?: string;
22612
22620
  /**
22613
22621
  * Multiple values may be separated by commas.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "1.0.4-dev.3",
3
+ "version": "1.0.4-dev.4",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",