shred-api-client 2.6.0 → 2.6.1

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/index.d.ts CHANGED
@@ -886,7 +886,7 @@ interface IAPI$a {
886
886
  confirmCode: (email: string, code: number, keepCode?: boolean) => Promise<boolean>;
887
887
  changePassword: (email: string, pass: string, passConfirm: string, code: number) => Promise<boolean>;
888
888
  changeEmail: (ctx: Context, email: string, code: number) => Promise<boolean>;
889
- authenticate: (email: string, password: string, system: System) => Promise<string>;
889
+ authenticate: (email: string, password: string, system: System | System[]) => Promise<string>;
890
890
  update: (context: Context, update: Partial<Update$1>) => Promise<boolean>;
891
891
  setup: (context: Context) => Promise<boolean>;
892
892
  getBindedUsers: (ctx: Context) => Promise<User[]>;