evogram-gramjs 1.0.3 → 1.1.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.
Files changed (50) hide show
  1. package/.evogram/{7878190870 → 8539886557}/database.db +0 -0
  2. package/evogramjs.sqlite +0 -0
  3. package/package-lock.json +3938 -4
  4. package/package.json +4 -2
  5. package/qr-code-qr-auth-1769097743188.png +0 -0
  6. package/src/commands/AddAccount.command.ts +284 -6
  7. package/src/commands/index.ts +2 -0
  8. package/src/sessions/SessionAuth.ts +184 -1
  9. package/lib/EvogramGramJS.d.ts +0 -51
  10. package/lib/EvogramGramJS.js +0 -99
  11. package/lib/commands/Accounts.command.d.ts +0 -6
  12. package/lib/commands/Accounts.command.js +0 -95
  13. package/lib/commands/AddAccount.command.d.ts +0 -6
  14. package/lib/commands/AddAccount.command.js +0 -170
  15. package/lib/commands/index.d.ts +0 -0
  16. package/lib/commands/index.js +0 -1
  17. package/lib/commands/managment/DeleteAccount.command.d.ts +0 -0
  18. package/lib/commands/managment/DeleteAccount.command.js +0 -12
  19. package/lib/config/database.config.d.ts +0 -26
  20. package/lib/config/database.config.js +0 -31
  21. package/lib/entities/Session.entity.d.ts +0 -28
  22. package/lib/entities/Session.entity.js +0 -71
  23. package/lib/entities/SessionEventLog.entity.d.ts +0 -22
  24. package/lib/entities/SessionEventLog.entity.js +0 -50
  25. package/lib/examples/auth.example.d.ts +0 -10
  26. package/lib/examples/auth.example.js +0 -126
  27. package/lib/examples/database.example.d.ts +0 -13
  28. package/lib/examples/database.example.js +0 -109
  29. package/lib/examples/usage.example.d.ts +0 -13
  30. package/lib/examples/usage.example.js +0 -127
  31. package/lib/index.d.ts +0 -7
  32. package/lib/index.js +0 -10
  33. package/lib/services/DatabaseService.d.ts +0 -30
  34. package/lib/services/DatabaseService.js +0 -93
  35. package/lib/services/ImageUploadService.d.ts +0 -15
  36. package/lib/services/ImageUploadService.js +0 -56
  37. package/lib/sessions/Session.d.ts +0 -13
  38. package/lib/sessions/Session.js +0 -25
  39. package/lib/sessions/SessionAuth.d.ts +0 -62
  40. package/lib/sessions/SessionAuth.js +0 -165
  41. package/lib/sessions/SessionLogger.d.ts +0 -84
  42. package/lib/sessions/SessionLogger.js +0 -196
  43. package/lib/sessions/SessionManager.d.ts +0 -84
  44. package/lib/sessions/SessionManager.js +0 -198
  45. package/lib/types/auth.types.d.ts +0 -90
  46. package/lib/types/auth.types.js +0 -19
  47. package/lib/types/session.types.d.ts +0 -87
  48. package/lib/types/session.types.js +0 -21
  49. package/lib/utils/Deferrer.d.ts +0 -6
  50. package/lib/utils/Deferrer.js +0 -14
Binary file