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.
- package/dist/types.gen.d.ts +1 -1
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -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
|
|
2897
|
+
readonly invitation_link: string | null;
|
|
2898
2898
|
readonly invitation_expires_at: string | null;
|
|
2899
2899
|
readonly created: string;
|
|
2900
2900
|
/**
|