waldur-js-client 8.0.7-dev.43 → 8.0.7-dev.44

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.
@@ -17310,6 +17310,14 @@ export type PermissionRequest = {
17310
17310
  readonly role_name: string;
17311
17311
  readonly role_description: string;
17312
17312
  readonly project_name_template: string;
17313
+ /**
17314
+ * Custom project name provided by user during invitation acceptance.
17315
+ */
17316
+ project_name?: string;
17317
+ /**
17318
+ * Custom project description provided by user during invitation acceptance.
17319
+ */
17320
+ project_description?: string;
17313
17321
  };
17314
17322
  export type PersonIdentifierFieldsResponse = {
17315
17323
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "8.0.7-dev.43",
3
+ "version": "8.0.7-dev.44",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",