@worknice/js-sdk 0.34.0 → 0.35.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.
@@ -3680,9 +3680,9 @@ type MutationUpdateCustomTableArgs = {
3680
3680
  name?: InputMaybe<Scalars['String']['input']>;
3681
3681
  };
3682
3682
  type MutationUpdateDocumentArgs = {
3683
- fields?: InputMaybe<Array<DocumentFieldConfigInput>>;
3684
3683
  id: Scalars['ID']['input'];
3685
3684
  name?: InputMaybe<Scalars['String']['input']>;
3685
+ submitterFields?: InputMaybe<Array<DocumentFieldConfigInput>>;
3686
3686
  };
3687
3687
  type MutationUpdateDocumentTemplateArgs = {
3688
3688
  fields?: InputMaybe<Array<DocumentFieldConfigInput>>;