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