@worknice/js-sdk 0.13.24 → 0.13.26
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
|
};
|
|
@@ -3691,6 +3693,7 @@ type MutationUpdateXeroAuIntegrationArgs = {
|
|
|
3691
3693
|
};
|
|
3692
3694
|
type MutationUpdateXeroLeaveIntegrationArgs = {
|
|
3693
3695
|
id: Scalars['ID']['input'];
|
|
3696
|
+
isLeaveRequestSyncDisabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3694
3697
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
3695
3698
|
};
|
|
3696
3699
|
type Note = {
|
|
@@ -5651,6 +5654,7 @@ type XeroLeaveIntegration = Integration & {
|
|
|
5651
5654
|
employees: Array<XeroLeaveEmployee>;
|
|
5652
5655
|
features: IntegrationFeatures;
|
|
5653
5656
|
id: Scalars['ID']['output'];
|
|
5657
|
+
isLeaveRequestSyncDisabled: Scalars['Boolean']['output'];
|
|
5654
5658
|
logs: Array<IntegrationLog>;
|
|
5655
5659
|
name: Scalars['String']['output'];
|
|
5656
5660
|
openUrl?: Maybe<Scalars['String']['output']>;
|