@worknice/js-sdk 0.33.1 → 0.34.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.
@@ -2826,6 +2826,7 @@ type MutationCreateCustomFieldArgs = {
2826
2826
  type: CustomFieldType;
2827
2827
  };
2828
2828
  type MutationCreateCustomTableArgs = {
2829
+ config: CustomTableConfigInput;
2829
2830
  description?: InputMaybe<Scalars['String']['input']>;
2830
2831
  name: Scalars['String']['input'];
2831
2832
  };
@@ -3786,7 +3787,6 @@ type MutationUpdatePaperworkTypeArgs = {
3786
3787
  type MutationUpdatePerformanceReviewCycleArgs = {
3787
3788
  id: Scalars['ID']['input'];
3788
3789
  name?: InputMaybe<Scalars['String']['input']>;
3789
- savedOverviewQuestionId?: InputMaybe<Scalars['ID']['input']>;
3790
3790
  };
3791
3791
  type MutationUpdatePerformanceReviewCycleConfigArgs = {
3792
3792
  id: Scalars['ID']['input'];
@@ -4364,7 +4364,6 @@ type PerformanceReviewCycle = {
4364
4364
  questions: Array<PerformanceReviewQuestion>;
4365
4365
  revieweeCount: Scalars['Int']['output'];
4366
4366
  reviewees: Array<PerformanceReviewReviewee>;
4367
- savedOverviewQuestion?: Maybe<PerformanceReviewSavedQuestion>;
4368
4367
  status: PerformanceReviewCycleStatus;
4369
4368
  updatedAt: Scalars['DateTime']['output'];
4370
4369
  };