waldur-js-client 1.0.4-dev.70 → 1.0.4-dev.71
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 +9 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -14835,11 +14835,19 @@ export type MarketplaceComponentUserUsagesListData = {
|
|
|
14835
14835
|
body?: never;
|
|
14836
14836
|
path?: never;
|
|
14837
14837
|
query?: {
|
|
14838
|
+
billing_period_month?: number;
|
|
14839
|
+
billing_period_year?: number;
|
|
14838
14840
|
component_usage__billing_period?: string;
|
|
14839
14841
|
customer_uuid?: string;
|
|
14840
14842
|
date_after?: string;
|
|
14841
14843
|
date_before?: string;
|
|
14842
14844
|
field?: Array<'backend_id' | 'billing_period' | 'component_type' | 'component_usage' | 'created' | 'customer_name' | 'customer_uuid' | 'date' | 'description' | 'measured_unit' | 'modified' | 'offering_name' | 'offering_uuid' | 'project_name' | 'project_uuid' | 'resource_name' | 'resource_uuid' | 'usage' | 'user' | 'username' | 'uuid'>;
|
|
14845
|
+
/**
|
|
14846
|
+
* Ordering
|
|
14847
|
+
*
|
|
14848
|
+
*
|
|
14849
|
+
*/
|
|
14850
|
+
o?: Array<'-component_usage__billing_period' | '-usage' | '-username' | 'component_usage__billing_period' | 'usage' | 'username'>;
|
|
14843
14851
|
offering_uuid?: string;
|
|
14844
14852
|
/**
|
|
14845
14853
|
* A page number within the paginated result set.
|
|
@@ -14856,6 +14864,7 @@ export type MarketplaceComponentUserUsagesListData = {
|
|
|
14856
14864
|
resource?: string;
|
|
14857
14865
|
resource_uuid?: string;
|
|
14858
14866
|
type?: string;
|
|
14867
|
+
username?: string;
|
|
14859
14868
|
};
|
|
14860
14869
|
url: '/api/marketplace-component-user-usages/';
|
|
14861
14870
|
};
|