@worknice/js-sdk 0.13.23 → 0.13.25
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.
package/dist/api/_generated.d.ts
CHANGED
|
@@ -3378,6 +3378,7 @@ type MutationUpdateAssignmentArgs = {
|
|
|
3378
3378
|
id: Scalars['ID']['input'];
|
|
3379
3379
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
3380
3380
|
ownerId?: InputMaybe<Scalars['ID']['input']>;
|
|
3381
|
+
paperworkTypeId?: InputMaybe<Scalars['ID']['input']>;
|
|
3381
3382
|
responsibleId?: InputMaybe<Scalars['ID']['input']>;
|
|
3382
3383
|
templateId?: InputMaybe<Scalars['ID']['input']>;
|
|
3383
3384
|
};
|
|
@@ -3389,6 +3390,7 @@ type MutationUpdateAssignmentsArgs = {
|
|
|
3389
3390
|
expirationWarningDays?: InputMaybe<Scalars['Int']['input']>;
|
|
3390
3391
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
3391
3392
|
ownerId?: InputMaybe<Scalars['ID']['input']>;
|
|
3393
|
+
paperworkTypeId?: InputMaybe<Scalars['ID']['input']>;
|
|
3392
3394
|
responsibleId?: InputMaybe<Scalars['ID']['input']>;
|
|
3393
3395
|
templateId?: InputMaybe<Scalars['ID']['input']>;
|
|
3394
3396
|
};
|