@worknice/js-sdk 0.3.0-rc.4 → 0.3.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.
@@ -2578,7 +2578,7 @@ type MutationCreateLeaveRequestArgs = {
2578
2578
  };
2579
2579
  type MutationCreateLocalPersonConnectionsArgs = {
2580
2580
  integrationIds: Array<Scalars['ID']['input']>;
2581
- personId: Scalars['ID']['input'];
2581
+ personIds: Array<Scalars['ID']['input']>;
2582
2582
  };
2583
2583
  type MutationCreateLocationArgs = {
2584
2584
  id?: InputMaybe<Scalars['ID']['input']>;