From ccfd8dcd1f4cc803049b632e21010e8764504e9f Mon Sep 17 00:00:00 2001 From: AydanPirani Date: Wed, 18 Oct 2023 21:25:38 +0000 Subject: [PATCH] deploy: HackIllinois/adonix@1347b61900b5be29e05124d137c216dbbe084053 --- classes/constants.default.html | 70 +++++++++---------- ...ces_auth_auth_lib._internal_.AuthInfo.html | 8 +-- ..._event_event_lib._internal_.BaseEvent.html | 26 ++++--- ...s_event_event_lib._internal_.Location.html | 10 +-- ...vent_event_lib._internal_.PublicEvent.html | 34 +++++---- ...rofile_lib._internal_.AttendeeProfile.html | 12 ++-- enums/database.Database.html | 16 ++--- ...ces_auth_auth_lib._internal_.Provider.html | 6 +- ...ervices_auth_auth_lib._internal_.Role.html | 18 ++--- ...uth_auth_lib._internal_.RoleOperation.html | 6 +- ...vent_lib._internal_.PUBLIC_EVENT_TYPE.html | 14 ++-- ...event_lib._internal_.STAFF_EVENT_TYPE.html | 8 +-- functions/database.connectToMongoose.html | 2 +- functions/database.generateConfig.html | 2 +- ...leware_select_auth.SelectAuthProvider.html | 2 +- ...es_auth_auth_lib.authenticateFunction.html | 2 +- ...services_auth_auth_lib.decodeJwtToken.html | 2 +- ...rvices_auth_auth_lib.generateJwtToken.html | 2 +- .../services_auth_auth_lib.getAuthInfo.html | 2 +- .../services_auth_auth_lib.getDevice.html | 2 +- ...ces_auth_auth_lib.getJwtPayloadFromDB.html | 2 +- ...uth_auth_lib.getJwtPayloadFromProfile.html | 2 +- .../services_auth_auth_lib.getRoles.html | 2 +- ...rvices_auth_auth_lib.getUsersWithRole.html | 2 +- .../services_auth_auth_lib.hasAdminPerms.html | 2 +- ...rvices_auth_auth_lib.hasElevatedPerms.html | 2 +- .../services_auth_auth_lib.hasStaffPerms.html | 2 +- ...ces_auth_auth_lib.initializeUserRoles.html | 2 +- .../services_auth_auth_lib.updateRoles.html | 2 +- ...ervices_auth_auth_lib.updateUserRoles.html | 2 +- ...services_auth_auth_lib.verifyFunction.html | 2 +- ...ent_event_lib.createFilteredEventView.html | 2 +- ...newsletter_newsletter_lib.regexPasses.html | 2 +- ...le_profile_lib.castLeaderboardEntries.html | 2 +- ...ices_profile_profile_lib.isValidLimit.html | 2 +- ...ices_profile_profile_lib.updatePoints.html | 2 +- ...s_auth_auth_lib._internal_.JwtPayload.html | 12 ++-- ..._auth_auth_lib._internal_.ProfileData.html | 12 ++-- ..._event_lib._internal_.BaseEventFormat.html | 20 +++--- ...vent_lib._internal_.FilteredEventView.html | 22 +++--- ...ent_lib._internal_.GenericEventFormat.html | 32 ++++----- ...vent_lib._internal_.PublicEventFormat.html | 30 ++++---- ...event_lib._internal_.StaffEventFormat.html | 22 +++--- ...ofile_lib._internal_.LeaderboardEntry.html | 6 +- modules/constants.html | 2 +- modules/database.html | 2 +- modules/middleware_select_auth.html | 2 +- modules/services_auth_auth_lib.html | 2 +- modules/services_event_event_lib.html | 2 +- .../services_newsletter_newsletter_lib.html | 2 +- modules/services_profile_profile_lib.html | 2 +- ...th_auth_lib._internal_.VerifyCallback.html | 2 +- 52 files changed, 222 insertions(+), 226 deletions(-) diff --git a/classes/constants.default.html b/classes/constants.default.html index 97442e4b..52fd2ff6 100644 --- a/classes/constants.default.html +++ b/classes/constants.default.html @@ -21,7 +21,7 @@

Hierarchy

+
  • Defined in src/constants.ts:1
  • @@ -82,172 +82,172 @@

    Properties

    ADMIN_DEVICE: string = "admin"
    +
  • Defined in src/constants.ts:15
  • ADMIN_REDIRECT: string = "https://admin.hackillinois.org/auth/"
    +
  • Defined in src/constants.ts:22
  • ANDROID_DEVICE: string = "android"
    +
  • Defined in src/constants.ts:19
  • ANDROID_REDIRECT: string = "hackillinois://login/"
    +
  • Defined in src/constants.ts:26
  • BAD_REQUEST: number = 400
    +
  • Defined in src/constants.ts:6
  • CREATED: number = 201
    +
  • Defined in src/constants.ts:4
  • DEFAULT_DEVICE: string = Constants.WEB_DEVICE
    +
  • Defined in src/constants.ts:20
  • DEFAULT_FOOD_WAVE: number = 0
    +
  • Defined in src/constants.ts:55
  • DEFAULT_JWT_OFFSET: string = "24h"
    +
  • Defined in src/constants.ts:47
  • DEFAULT_POINT_VALUE: number = 0
    +
  • Defined in src/constants.ts:54
  • DEFAULT_REDIRECT: string = ...
    +
  • Defined in src/constants.ts:27
  • DEV_DEVICE: string = "dev"
    +
  • Defined in src/constants.ts:16
  • DEV_REDIRECT: string = "https://adonix.hackillinois.org/auth/dev/"
    +
  • Defined in src/constants.ts:23
  • EVENT_BYTES_GEN: number = 16
    +
  • Defined in src/constants.ts:52
  • EVENT_ID_LENGTH: number = 32
    +
  • Defined in src/constants.ts:51
  • FAILURE: number = 400
    +
  • Defined in src/constants.ts:7
  • FORBIDDEN: number = 403
    +
  • Defined in src/constants.ts:9
  • GITHUB_OAUTH_CALLBACK: string = "https://adonix.hackillinois.org/auth/github/callback/"
    +
  • Defined in src/constants.ts:38
  • GOOGLE_OAUTH_CALLBACK: string = "https://adonix.hackillinois.org/auth/google/callback/"
    +
  • Defined in src/constants.ts:39
  • INTERNAL_ERROR: number = 500
    +
  • Defined in src/constants.ts:12
  • IOS_DEVICE: string = "ios"
    +
  • Defined in src/constants.ts:18
  • IOS_REDIRECT: string = "hackillinois://login/"
    +
  • Defined in src/constants.ts:25
  • METADATA_URL: string = "https://hackillinois.github.io/adonix-metadata/config.json"
    +
  • Defined in src/constants.ts:43
  • MILLISECONDS_PER_SECOND: number = 1000
    +
  • Defined in src/constants.ts:53
  • NOT_FOUND: number = 404
    +
  • Defined in src/constants.ts:10
  • NO_CONTENT: number = 204
    +
  • Defined in src/constants.ts:5
  • OLD_API: number = 418
    +
  • Defined in src/constants.ts:11
  • REDIRECT_MAPPINGS: Map<string, string> = ...
    +
  • Defined in src/constants.ts:29
  • SUCCESS: number = 200
    +
  • Defined in src/constants.ts:3
  • SYSTEM_ADMIN_LIST: string[] = ...
    +
  • Defined in src/constants.ts:45
  • UNAUTHORIZED_REQUEST: number = 401
    +
  • Defined in src/constants.ts:8
  • WEB_DEVICE: string = "web"
    +
  • Defined in src/constants.ts:17
  • WEB_REDIRECT: string = "https://www.hackillinois.org/auth/"
    +
  • Defined in src/constants.ts:24
  • ZERO: number = 0
    +
  • Defined in src/constants.ts:50
  • +
  • Defined in src/database/event-db.ts:39
  • +
  • Defined in src/database/event-db.ts:36
  • displayOnStaffCheckIn: boolean
    +
  • Defined in src/database/event-db.ts:91
  • endTime: number
    +
  • Defined in src/database/event-db.ts:42
  • eventId: string
    +
  • Defined in src/database/event-db.ts:30
  • eventType: string
    +
  • Defined in src/database/event-db.ts:45
  • isAsync: boolean
    +
  • Defined in src/database/event-db.ts:56
  • isPrivate: boolean
    +
  • Defined in src/database/event-db.ts:88
  • locations: Location[]
    +
  • Defined in src/database/event-db.ts:53
  • name: string
    +
  • Defined in src/database/event-db.ts:33
  • points: number
    +
  • Defined in src/database/event-db.ts:97
  • sponsor: string
    +
  • Defined in src/database/event-db.ts:94
  • startTime: number
    +
  • Defined in src/database/event-db.ts:39
  • +
  • Defined in src/database.ts:32
  • +
  • Defined in src/services/auth/auth-models.ts:36
  • +
  • Defined in src/services/auth/auth-models.ts:29
  • +
  • Defined in src/services/auth/auth-models.ts:41
  • +
  • Defined in src/services/event/event-models.ts:9
  • +
  • Defined in src/services/event/event-models.ts:17
  • +
  • Defined in src/database.ts:8
  • +
  • Defined in src/database.ts:21
  • +
  • Defined in src/middleware/select-auth.ts:24
  • +
  • Defined in src/services/auth/auth-lib.ts:14
  • +
  • Defined in src/services/auth/auth-lib.ts:138
  • +
  • Defined in src/services/auth/auth-lib.ts:110
  • +
  • Defined in src/services/auth/auth-lib.ts:309
  • +
  • Defined in src/services/auth/auth-lib.ts:296
  • +
  • Defined in src/services/auth/auth-lib.ts:273
  • +
  • Defined in src/services/auth/auth-lib.ts:283
  • +
  • Defined in src/services/auth/auth-lib.ts:177
  • +
  • Defined in src/services/auth/auth-lib.ts:16
  • +
  • Defined in src/services/event/event-lib.ts:11
  • +
  • Defined in src/services/newsletter/newsletter-lib.ts:7
  • +
  • Defined in src/services/profile/profile-lib.ts:12
  • +
  • Defined in src/services/profile/profile-lib.ts:25
  • +
  • Defined in src/services/event/event-formats.ts:11
  • +
  • Defined in src/services/event/event-formats.ts:11
  • +
  • Defined in src/services/event/event-formats.ts:11
  • +
  • Defined in src/database.ts:1
  • Index

    diff --git a/modules/middleware_select_auth.html b/modules/middleware_select_auth.html index 06b60ffc..307d121d 100644 --- a/modules/middleware_select_auth.html +++ b/modules/middleware_select_auth.html @@ -16,7 +16,7 @@
  • middleware/select-auth
  • Module middleware/select-auth

    +
  • Defined in src/middleware/select-auth.ts:1
  • Index

    diff --git a/modules/services_auth_auth_lib.html b/modules/services_auth_auth_lib.html index acf42ad6..3ff1b880 100644 --- a/modules/services_auth_auth_lib.html +++ b/modules/services_auth_auth_lib.html @@ -16,7 +16,7 @@
  • services/auth/auth-lib
  • Module services/auth/auth-lib

    +
  • Defined in src/services/auth/auth-lib.ts:1
  • Index

    diff --git a/modules/services_event_event_lib.html b/modules/services_event_event_lib.html index cd2becf6..2c3e9866 100644 --- a/modules/services_event_event_lib.html +++ b/modules/services_event_event_lib.html @@ -16,7 +16,7 @@
  • services/event/event-lib
  • Module services/event/event-lib

    +
  • Defined in src/services/event/event-lib.ts:1
  • Index

    diff --git a/modules/services_newsletter_newsletter_lib.html b/modules/services_newsletter_newsletter_lib.html index f410476d..68551d2d 100644 --- a/modules/services_newsletter_newsletter_lib.html +++ b/modules/services_newsletter_newsletter_lib.html @@ -16,7 +16,7 @@
  • services/newsletter/newsletter-lib
  • Module services/newsletter/newsletter-lib

    +
  • Defined in src/services/newsletter/newsletter-lib.ts:1
  • Index

    diff --git a/modules/services_profile_profile_lib.html b/modules/services_profile_profile_lib.html index 42f07736..82ee054a 100644 --- a/modules/services_profile_profile_lib.html +++ b/modules/services_profile_profile_lib.html @@ -16,7 +16,7 @@
  • services/profile/profile-lib
  • Module services/profile/profile-lib

    +
  • Defined in src/services/profile/profile-lib.ts:1
  • Index

    diff --git a/types/services_auth_auth_lib._internal_.VerifyCallback.html b/types/services_auth_auth_lib._internal_.VerifyCallback.html index de0721a3..d08a45f2 100644 --- a/types/services_auth_auth_lib._internal_.VerifyCallback.html +++ b/types/services_auth_auth_lib._internal_.VerifyCallback.html @@ -36,7 +36,7 @@
    Optional Optional info: object

    Returns void

    +
  • Defined in src/services/auth/auth-lib.ts:15