@worknice/js-sdk 0.13.32 → 0.13.33

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.
@@ -5350,8 +5350,7 @@ type TemplateInput = {
5350
5350
  /** ID of the assignment to create from this template. */
5351
5351
  id: Scalars['ID']['input'];
5352
5352
  paperworkTypeId?: InputMaybe<Scalars['ID']['input']>;
5353
- templateId?: InputMaybe<Scalars['ID']['input']>;
5354
- upload?: InputMaybe<Scalars['Upload']['input']>;
5353
+ templateId: Scalars['ID']['input'];
5355
5354
  };
5356
5355
  type TextDocumentField = DocumentField & {
5357
5356
  defaultValue?: Maybe<Scalars['String']['output']>;