waldur-js-client 7.7.8-dev.1 → 7.7.8-dev.2

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.
@@ -19284,6 +19284,10 @@ export type InvoicesItemsRetrieveData = {
19284
19284
  * Conceal compensation items
19285
19285
  */
19286
19286
  conceal_compensation_items?: boolean;
19287
+ /**
19288
+ * Order results by field
19289
+ */
19290
+ o?: 'project_name' | '-project_name' | 'resource_name' | '-resource_name' | 'provider_name' | '-provider_name' | 'name' | '-name';
19287
19291
  offering_uuid?: string;
19288
19292
  project_uuid?: string;
19289
19293
  provider_uuid?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.7.8-dev.1",
3
+ "version": "7.7.8-dev.2",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",