@worknice/js-sdk 0.13.9 → 0.13.11

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.
@@ -2916,6 +2916,8 @@ type MutationCreateTagsArgs = {
2916
2916
  type MutationCreateTaskArgs = {
2917
2917
  id?: InputMaybe<Scalars['ID']['input']>;
2918
2918
  ownerId: Scalars['ID']['input'];
2919
+ subjectId?: InputMaybe<Scalars['ID']['input']>;
2920
+ submissionDueAt?: InputMaybe<Scalars['Date']['input']>;
2919
2921
  templateId: Scalars['ID']['input'];
2920
2922
  templateParameters?: InputMaybe<Array<TemplateParameterInput>>;
2921
2923
  };