waldur-js-client 1.0.4-dev.6 → 1.0.4-dev.7
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 +60 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -14788,6 +14788,26 @@ export type MarketplaceOfferingPermissionsListData = {
|
|
|
14788
14788
|
* Number of results to return per page.
|
|
14789
14789
|
*/
|
|
14790
14790
|
page_size?: number;
|
|
14791
|
+
/**
|
|
14792
|
+
* Role name contains
|
|
14793
|
+
*/
|
|
14794
|
+
role_name?: string;
|
|
14795
|
+
/**
|
|
14796
|
+
* Role UUID
|
|
14797
|
+
*/
|
|
14798
|
+
role_uuid?: string;
|
|
14799
|
+
/**
|
|
14800
|
+
* Scope name
|
|
14801
|
+
*/
|
|
14802
|
+
scope_name?: string;
|
|
14803
|
+
/**
|
|
14804
|
+
* Scope type
|
|
14805
|
+
*/
|
|
14806
|
+
scope_type?: string;
|
|
14807
|
+
/**
|
|
14808
|
+
* Scope UUID
|
|
14809
|
+
*/
|
|
14810
|
+
scope_uuid?: string;
|
|
14791
14811
|
user?: string;
|
|
14792
14812
|
/**
|
|
14793
14813
|
* User slug contains
|
|
@@ -14827,6 +14847,26 @@ export type MarketplaceOfferingPermissionsLogListData = {
|
|
|
14827
14847
|
* Number of results to return per page.
|
|
14828
14848
|
*/
|
|
14829
14849
|
page_size?: number;
|
|
14850
|
+
/**
|
|
14851
|
+
* Role name contains
|
|
14852
|
+
*/
|
|
14853
|
+
role_name?: string;
|
|
14854
|
+
/**
|
|
14855
|
+
* Role UUID
|
|
14856
|
+
*/
|
|
14857
|
+
role_uuid?: string;
|
|
14858
|
+
/**
|
|
14859
|
+
* Scope name
|
|
14860
|
+
*/
|
|
14861
|
+
scope_name?: string;
|
|
14862
|
+
/**
|
|
14863
|
+
* Scope type
|
|
14864
|
+
*/
|
|
14865
|
+
scope_type?: string;
|
|
14866
|
+
/**
|
|
14867
|
+
* Scope UUID
|
|
14868
|
+
*/
|
|
14869
|
+
scope_uuid?: string;
|
|
14830
14870
|
user?: string;
|
|
14831
14871
|
/**
|
|
14832
14872
|
* User slug contains
|
|
@@ -26606,6 +26646,26 @@ export type UserPermissionsListData = {
|
|
|
26606
26646
|
* Number of results to return per page.
|
|
26607
26647
|
*/
|
|
26608
26648
|
page_size?: number;
|
|
26649
|
+
/**
|
|
26650
|
+
* Role name contains
|
|
26651
|
+
*/
|
|
26652
|
+
role_name?: string;
|
|
26653
|
+
/**
|
|
26654
|
+
* Role UUID
|
|
26655
|
+
*/
|
|
26656
|
+
role_uuid?: string;
|
|
26657
|
+
/**
|
|
26658
|
+
* Scope name
|
|
26659
|
+
*/
|
|
26660
|
+
scope_name?: string;
|
|
26661
|
+
/**
|
|
26662
|
+
* Scope type
|
|
26663
|
+
*/
|
|
26664
|
+
scope_type?: string;
|
|
26665
|
+
/**
|
|
26666
|
+
* Scope UUID
|
|
26667
|
+
*/
|
|
26668
|
+
scope_uuid?: string;
|
|
26609
26669
|
user?: string;
|
|
26610
26670
|
/**
|
|
26611
26671
|
* User slug contains
|