waldur-js-client 8.0.9-dev.15 → 8.0.9-dev.16

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.
@@ -18144,6 +18144,7 @@ export type Permission = {
18144
18144
  readonly customer_uuid?: string;
18145
18145
  readonly customer_name?: string;
18146
18146
  readonly resource_uuid?: string | null;
18147
+ readonly project_uuid?: string | null;
18147
18148
  };
18148
18149
  export type PermissionMetadataResponse = {
18149
18150
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "8.0.9-dev.15",
3
+ "version": "8.0.9-dev.16",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",