evogram-gramjs 1.0.2 → 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 (51) 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/src/sessions/SessionManager.ts +10 -5
  10. package/lib/EvogramGramJS.d.ts +0 -51
  11. package/lib/EvogramGramJS.js +0 -99
  12. package/lib/commands/Accounts.command.d.ts +0 -6
  13. package/lib/commands/Accounts.command.js +0 -95
  14. package/lib/commands/AddAccount.command.d.ts +0 -6
  15. package/lib/commands/AddAccount.command.js +0 -170
  16. package/lib/commands/index.d.ts +0 -0
  17. package/lib/commands/index.js +0 -1
  18. package/lib/commands/managment/DeleteAccount.command.d.ts +0 -0
  19. package/lib/commands/managment/DeleteAccount.command.js +0 -12
  20. package/lib/config/database.config.d.ts +0 -26
  21. package/lib/config/database.config.js +0 -31
  22. package/lib/entities/Session.entity.d.ts +0 -28
  23. package/lib/entities/Session.entity.js +0 -71
  24. package/lib/entities/SessionEventLog.entity.d.ts +0 -22
  25. package/lib/entities/SessionEventLog.entity.js +0 -50
  26. package/lib/examples/auth.example.d.ts +0 -10
  27. package/lib/examples/auth.example.js +0 -126
  28. package/lib/examples/database.example.d.ts +0 -13
  29. package/lib/examples/database.example.js +0 -109
  30. package/lib/examples/usage.example.d.ts +0 -13
  31. package/lib/examples/usage.example.js +0 -127
  32. package/lib/index.d.ts +0 -7
  33. package/lib/index.js +0 -10
  34. package/lib/services/DatabaseService.d.ts +0 -30
  35. package/lib/services/DatabaseService.js +0 -93
  36. package/lib/services/ImageUploadService.d.ts +0 -15
  37. package/lib/services/ImageUploadService.js +0 -56
  38. package/lib/sessions/Session.d.ts +0 -13
  39. package/lib/sessions/Session.js +0 -25
  40. package/lib/sessions/SessionAuth.d.ts +0 -62
  41. package/lib/sessions/SessionAuth.js +0 -165
  42. package/lib/sessions/SessionLogger.d.ts +0 -84
  43. package/lib/sessions/SessionLogger.js +0 -196
  44. package/lib/sessions/SessionManager.d.ts +0 -84
  45. package/lib/sessions/SessionManager.js +0 -199
  46. package/lib/types/auth.types.d.ts +0 -90
  47. package/lib/types/auth.types.js +0 -19
  48. package/lib/types/session.types.d.ts +0 -87
  49. package/lib/types/session.types.js +0 -21
  50. package/lib/utils/Deferrer.d.ts +0 -6
  51. package/lib/utils/Deferrer.js +0 -14
Binary file