@worknice/js-sdk 0.13.5 → 0.13.6
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
|
@@ -2761,6 +2761,7 @@ type MutationCreateOrgArgs = {
|
|
|
2761
2761
|
name: Scalars['String']['input'];
|
|
2762
2762
|
};
|
|
2763
2763
|
type MutationCreatePaperworkTypeArgs = {
|
|
2764
|
+
defaultExpirationWarningDays?: InputMaybe<Scalars['Int']['input']>;
|
|
2764
2765
|
defaultResponsiblePersonId?: InputMaybe<Scalars['ID']['input']>;
|
|
2765
2766
|
name: Scalars['String']['input'];
|
|
2766
2767
|
};
|
|
@@ -3551,6 +3552,7 @@ type MutationUpdatePaperworkAssignmentArgs = {
|
|
|
3551
3552
|
templateId?: InputMaybe<Scalars['ID']['input']>;
|
|
3552
3553
|
};
|
|
3553
3554
|
type MutationUpdatePaperworkTypeArgs = {
|
|
3555
|
+
defaultExpirationWarningDays?: InputMaybe<Scalars['Int']['input']>;
|
|
3554
3556
|
defaultResponsiblePersonId?: InputMaybe<Scalars['ID']['input']>;
|
|
3555
3557
|
id: Scalars['ID']['input'];
|
|
3556
3558
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -4001,6 +4003,7 @@ type PaperworkType = {
|
|
|
4001
4003
|
bundledPaperworkTypes: Array<BundledPaperworkType>;
|
|
4002
4004
|
createdAt: Scalars['DateTime']['output'];
|
|
4003
4005
|
creator?: Maybe<Person>;
|
|
4006
|
+
defaultExpirationWarningDays?: Maybe<Scalars['Int']['output']>;
|
|
4004
4007
|
defaultResponsiblePerson?: Maybe<Person>;
|
|
4005
4008
|
id: Scalars['ID']['output'];
|
|
4006
4009
|
name: Scalars['String']['output'];
|