waldur-js-client 8.0.7-dev.15 → 8.0.7-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.
@@ -2894,7 +2894,7 @@ export type CallReviewerPool = {
2894
2894
  */
2895
2895
  expertise_match_score?: number | null;
2896
2896
  readonly invited_by_name: string;
2897
- readonly invitation_token: string;
2897
+ readonly invitation_link: string | null;
2898
2898
  readonly invitation_expires_at: string | null;
2899
2899
  readonly created: string;
2900
2900
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "8.0.7-dev.15",
3
+ "version": "8.0.7-dev.16",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",