@worknice/js-sdk 0.21.0 → 0.22.0

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.
@@ -4255,8 +4255,8 @@ type PerformanceReviewQuestion = {
4255
4255
  options?: Maybe<Array<Scalars['String']['output']>>;
4256
4256
  orderIndex: Scalars['Int']['output'];
4257
4257
  required: Scalars['Boolean']['output'];
4258
- savedQuestion?: Maybe<PerformanceReviewSavedQuestion>;
4259
4258
  template?: Maybe<PerformanceReviewTemplate>;
4259
+ templateQuestion?: Maybe<PerformanceReviewTemplateQuestion>;
4260
4260
  type: QuestionType;
4261
4261
  updatedAt: Scalars['DateTime']['output'];
4262
4262
  };