@worknice/js-sdk 0.30.0 → 0.31.1

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.
@@ -3806,7 +3806,7 @@ type MutationUpdatePerformanceReviewSavedQuestionArgs = {
3806
3806
  };
3807
3807
  type MutationUpdatePerformanceReviewTemplateArgs = {
3808
3808
  id: Scalars['ID']['input'];
3809
- instructions?: InputMaybe<Scalars['String']['input']>;
3809
+ instructions?: InputMaybe<Scalars['Markdown']['input']>;
3810
3810
  name?: InputMaybe<Scalars['String']['input']>;
3811
3811
  questionIds?: InputMaybe<Array<Scalars['ID']['input']>>;
3812
3812
  };
@@ -4394,7 +4394,7 @@ type PerformanceReviewNotification = Notification & {
4394
4394
  type PerformanceReviewQuestion = {
4395
4395
  createdAt: Scalars['DateTime']['output'];
4396
4396
  cycle: PerformanceReviewCycle;
4397
- description?: Maybe<Scalars['String']['output']>;
4397
+ description?: Maybe<Scalars['Markdown']['output']>;
4398
4398
  id: Scalars['ID']['output'];
4399
4399
  label: Scalars['String']['output'];
4400
4400
  options?: Maybe<Array<Scalars['String']['output']>>;
@@ -4444,7 +4444,7 @@ type PerformanceReviewSavedQuestion = {
4444
4444
  archiver?: Maybe<Person>;
4445
4445
  createdAt: Scalars['DateTime']['output'];
4446
4446
  creator?: Maybe<Person>;
4447
- description?: Maybe<Scalars['String']['output']>;
4447
+ description?: Maybe<Scalars['Markdown']['output']>;
4448
4448
  id: Scalars['ID']['output'];
4449
4449
  isPerformanceRating: Scalars['Boolean']['output'];
4450
4450
  isPotentialRating: Scalars['Boolean']['output'];
@@ -4466,7 +4466,7 @@ type PerformanceReviewTemplate = {
4466
4466
  createdAt: Scalars['DateTime']['output'];
4467
4467
  creator?: Maybe<Person>;
4468
4468
  id: Scalars['ID']['output'];
4469
- instructions?: Maybe<Scalars['String']['output']>;
4469
+ instructions?: Maybe<Scalars['Markdown']['output']>;
4470
4470
  name: Scalars['String']['output'];
4471
4471
  org: Org;
4472
4472
  templateQuestions: Array<PerformanceReviewTemplateQuestion>;