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.
- package/dist/types.gen.d.ts +4 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -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;
|