waldur-js-client 8.0.4-dev.3 → 8.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.
@@ -35436,6 +35436,10 @@ export type FinancialReportsListData = {
35436
35436
  * Return a list of customers where current user has project create permission.
35437
35437
  */
35438
35438
  current_user_has_project_create_permission?: boolean;
35439
+ /**
35440
+ * Filter by customer UUID.
35441
+ */
35442
+ customer_uuid?: string;
35439
35443
  /**
35440
35444
  * Filter by month.
35441
35445
  */
@@ -35515,6 +35519,10 @@ export type FinancialReportsCountData = {
35515
35519
  * Return a list of customers where current user has project create permission.
35516
35520
  */
35517
35521
  current_user_has_project_create_permission?: boolean;
35522
+ /**
35523
+ * Filter by customer UUID.
35524
+ */
35525
+ customer_uuid?: string;
35518
35526
  /**
35519
35527
  * Filter by month.
35520
35528
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "8.0.4-dev.3",
3
+ "version": "8.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",