@worknice/js-sdk 0.11.17 → 0.11.19
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/api/_generated.d.ts
CHANGED
|
@@ -3492,6 +3492,7 @@ type MutationUpdateQuestionnaireTemplateArgs = {
|
|
|
3492
3492
|
type MutationUpdateReviewCycleArgs = {
|
|
3493
3493
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
3494
3494
|
reviewCycleId: Scalars['ID']['input'];
|
|
3495
|
+
savedOverviewQuestionId?: InputMaybe<Scalars['ID']['input']>;
|
|
3495
3496
|
};
|
|
3496
3497
|
type MutationUpdateSavedQuestionArgs = {
|
|
3497
3498
|
description?: InputMaybe<Scalars['Markdown']['input']>;
|
|
@@ -4804,6 +4805,7 @@ type ReviewCycle = {
|
|
|
4804
4805
|
name: Scalars['String']['output'];
|
|
4805
4806
|
org: Org;
|
|
4806
4807
|
reviews: Array<StandardReview>;
|
|
4808
|
+
savedOverviewQuestion?: Maybe<SavedQuestion>;
|
|
4807
4809
|
updatedAt: Scalars['DateTime']['output'];
|
|
4808
4810
|
};
|
|
4809
4811
|
type ReviewCycleReviewsArgs = {
|