waldur-js-client 1.0.4-dev.5 → 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.
@@ -6390,6 +6390,8 @@ export type Proposal = {
6390
6390
  state: ProposalStates;
6391
6391
  readonly approved_by: string | null;
6392
6392
  readonly created_by: string | null;
6393
+ readonly created_by_name: string;
6394
+ readonly created_by_uuid: string;
6393
6395
  /**
6394
6396
  * Duration in days after provisioning of resources.
6395
6397
  */
@@ -14786,6 +14788,26 @@ export type MarketplaceOfferingPermissionsListData = {
14786
14788
  * Number of results to return per page.
14787
14789
  */
14788
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;
14789
14811
  user?: string;
14790
14812
  /**
14791
14813
  * User slug contains
@@ -14825,6 +14847,26 @@ export type MarketplaceOfferingPermissionsLogListData = {
14825
14847
  * Number of results to return per page.
14826
14848
  */
14827
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;
14828
14870
  user?: string;
14829
14871
  /**
14830
14872
  * User slug contains
@@ -26604,6 +26646,26 @@ export type UserPermissionsListData = {
26604
26646
  * Number of results to return per page.
26605
26647
  */
26606
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;
26607
26669
  user?: string;
26608
26670
  /**
26609
26671
  * User slug contains
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "1.0.4-dev.5",
3
+ "version": "1.0.4-dev.7",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",