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