From cc06f7ca8066d3dc1e6d310acb784b055df51f90 Mon Sep 17 00:00:00 2001 From: AydanPirani Date: Wed, 27 Sep 2023 18:28:51 +0000 Subject: [PATCH] deploy: HackIllinois/adonix@a28338098cb89bdf7e040c56ab46f450d456c573 --- classes/src_constants.default.html | 74 +++++++++---------- ...ces_auth_auth_lib._internal_.Provider.html | 6 +- ...ervices_auth_auth_lib._internal_.Role.html | 18 ++--- ...uth_auth_lib._internal_.RoleOperation.html | 6 +- ...event_event_lib._internal_.EVENT_TYPE.html | 14 ++-- ...leware_select_auth.SelectAuthProvider.html | 2 +- ...es_auth_auth_lib.authenticateFunction.html | 2 +- ...services_auth_auth_lib.decodeJwtToken.html | 2 +- ...ervices_auth_auth_lib.defineUserRoles.html | 2 +- ...rvices_auth_auth_lib.generateJwtToken.html | 2 +- ...rc_services_auth_auth_lib.getAuthInfo.html | 2 +- .../src_services_auth_auth_lib.getDevice.html | 2 +- ...ces_auth_auth_lib.getJwtPayloadFromDB.html | 2 +- ...uth_auth_lib.getJwtPayloadFromProfile.html | 2 +- .../src_services_auth_auth_lib.getRoles.html | 2 +- ...rvices_auth_auth_lib.hasElevatedPerms.html | 2 +- ...ervices_auth_auth_lib.initializeRoles.html | 2 +- ...rc_services_auth_auth_lib.updateRoles.html | 2 +- ...services_auth_auth_lib.verifyFunction.html | 2 +- ...event_event_lib.truncateToPublicEvent.html | 2 +- ...le_profile_lib.castLeaderboardEntries.html | 2 +- ...ices_profile_profile_lib.isValidLimit.html | 2 +- .../src_services_user_user_lib.getUser.html | 2 +- ...src_services_user_user_lib.updateUser.html | 2 +- functions/src_utils.regexPasses.html | 2 +- ...s_auth_auth_lib._internal_.JwtPayload.html | 12 +-- ..._auth_auth_lib._internal_.ProfileData.html | 6 +- ..._auth_auth_lib._internal_.RolesSchema.html | 10 +-- ...s_event_event_lib._internal_.Location.html | 10 +-- ...ent_event_lib._internal_.PrivateEvent.html | 26 +++---- ...vent_event_lib._internal_.PublicEvent.html | 22 +++--- ...ofile_lib._internal_.LeaderboardEntry.html | 8 +- ...s_user_user_lib._internal_.UserFormat.html | 12 +-- ...s_user_user_lib._internal_.UserSchema.html | 12 +-- modules/api.html | 2 +- modules/src_constants.html | 2 +- modules/src_database.html | 2 +- modules/src_middleware_select_auth.html | 2 +- modules/src_services_auth_auth_lib.html | 2 +- modules/src_services_event_event_lib.html | 2 +- modules/src_services_profile_profile_lib.html | 2 +- modules/src_services_user_user_lib.html | 2 +- modules/src_utils.html | 2 +- ...th_auth_lib._internal_.VerifyCallback.html | 2 +- types/src_utils.apiFunction.html | 2 +- variables/src_database.default.html | 2 +- 46 files changed, 150 insertions(+), 150 deletions(-) diff --git a/classes/src_constants.default.html b/classes/src_constants.default.html index 6929a397..905207d0 100644 --- a/classes/src_constants.default.html +++ b/classes/src_constants.default.html @@ -21,7 +21,7 @@

Hierarchy

+
  • Defined in src/constants.ts:3
  • @@ -83,177 +83,177 @@

    Properties

    ADMIN_DEVICE: string = "admin"
    +
  • Defined in src/constants.ts:15
  • -
    ADMIN_REDIRECT: string = "http://localhost:3000/auth/"
    +
  • Defined in src/constants.ts:16
  • ANDROID_DEVICE: string = "android"
    +
  • Defined in src/constants.ts:27
  • ANDROID_REDIRECT: string = "hackillinois://login/"
    +
  • Defined in src/constants.ts:28
  • AUTH_DB: string = "auth"
    +
  • Defined in src/constants.ts:56
  • BAD_REQUEST: number = 400
    +
  • Defined in src/constants.ts:6
  • DEFAULT_DEVICE: string = ...
    +
  • Defined in src/constants.ts:30
  • DEFAULT_JWT_OFFSET: string = "48h"
    +
  • Defined in src/constants.ts:47
  • DEFAULT_REDIRECT: string = ...
    +
  • Defined in src/constants.ts:31
  • DEV_DEVICE: string = "dev"
    +
  • Defined in src/constants.ts:18
  • DEV_REDIRECT: string = "https://adonix.hackillinois.org/auth/dev/"
    +
  • Defined in src/constants.ts:19
  • EVENT_DB: string = "event"
    +
  • Defined in src/constants.ts:57
  • EVENT_ID_BYTES: number = 16
    +
  • Defined in src/constants.ts:51
  • EVENT_ID_LENGTH: number = 32
    +
  • Defined in src/constants.ts:52
  • 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:42
  • GOOGLE_OAUTH_CALLBACK: string = "https://adonix.hackillinois.org/auth/google/callback/"
    +
  • Defined in src/constants.ts:43
  • INTERNAL_ERROR: number = 500
    +
  • Defined in src/constants.ts:12
  • IOS_DEVICE: string = "ios"
    +
  • Defined in src/constants.ts:24
  • IOS_REDIRECT: string = "hackillinois://login/"
    +
  • Defined in src/constants.ts:25
  • MILLISECONDS_PER_SECOND: number = 1000
    +
  • Defined in src/constants.ts:53
  • NEWSLETTER_DB: string = "newsletter"
    +
  • Defined in src/constants.ts:58
  • NOT_FOUND: number = 404
    +
  • Defined in src/constants.ts:10
  • OLD_API: number = 418
    +
  • Defined in src/constants.ts:11
  • PROFILE_DB: string = "profile"
    +
  • Defined in src/constants.ts:59
  • REDIRECT_MAPPINGS: Map<string, string> = ...
    +
  • Defined in src/constants.ts:33
  • STAFF_DB: string = "staff"
    +
  • Defined in src/constants.ts:60
  • SUCCESS: number = 200
    +
  • Defined in src/constants.ts:5
  • SYSTEM_ADMIN_LIST: string[] = ...
    +
  • Defined in src/constants.ts:45
  • UNAUTHORIZED_REQUEST: number = 401
    +
  • Defined in src/constants.ts:8
  • USER_DB: string = "user"
    +
  • Defined in src/constants.ts:61
  • WEB_DEVICE: string = "web"
    +
  • Defined in src/constants.ts:21
  • WEB_REDIRECT: string = "https://www.hackillinois.org/auth/"
    +
  • Defined in src/constants.ts:22
  • ZERO: number = 0
    +
  • Defined in src/constants.ts:50
  • +
  • Defined in src/services/auth/auth-models.ts:27
  • +
  • Defined in src/services/auth/auth-models.ts:20
  • +
  • Defined in src/services/auth/auth-models.ts:32
  • +
  • Defined in src/services/event/event-models.ts:35
  • +
  • Defined in src/middleware/select-auth.ts:22
  • +
  • Defined in src/services/auth/auth-lib.ts:17
  • +
  • Defined in src/services/auth/auth-lib.ts:154
  • +
  • Defined in src/services/auth/auth-lib.ts:195
  • +
  • Defined in src/services/auth/auth-lib.ts:127
  • +
  • Defined in src/services/auth/auth-lib.ts:299
  • +
  • Defined in src/services/auth/auth-lib.ts:284
  • +
  • Defined in src/services/auth/auth-lib.ts:19
  • +
  • Defined in src/services/event/event-lib.ts:11
  • +
  • Defined in src/services/profile/profile-lib.ts:10
  • +
  • Defined in src/services/profile/profile-lib.ts:25
  • +
  • Defined in src/utils.ts:12
  • +
  • Defined in src/services/auth/auth-schemas.ts:9
  • +
  • Defined in src/services/event/event-models.ts:15
  • +
  • Defined in src/services/user/user-schemas.ts:8
  • +
  • Defined in src/constants.ts:1
  • Index

    diff --git a/modules/src_database.html b/modules/src_database.html index 647752b0..fb27354f 100644 --- a/modules/src_database.html +++ b/modules/src_database.html @@ -16,7 +16,7 @@
  • src/database
  • Module src/database

    +
  • Defined in src/database.ts:1
  • Index

    diff --git a/modules/src_middleware_select_auth.html b/modules/src_middleware_select_auth.html index 34051d57..d4d3b0d8 100644 --- a/modules/src_middleware_select_auth.html +++ b/modules/src_middleware_select_auth.html @@ -16,7 +16,7 @@
  • src/middleware/select-auth
  • Module src/middleware/select-auth

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

    diff --git a/modules/src_services_auth_auth_lib.html b/modules/src_services_auth_auth_lib.html index 4271f890..ffbb558f 100644 --- a/modules/src_services_auth_auth_lib.html +++ b/modules/src_services_auth_auth_lib.html @@ -16,7 +16,7 @@
  • src/services/auth/auth-lib
  • Module src/services/auth/auth-lib

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

    diff --git a/modules/src_services_event_event_lib.html b/modules/src_services_event_event_lib.html index 707d432b..d21a490e 100644 --- a/modules/src_services_event_event_lib.html +++ b/modules/src_services_event_event_lib.html @@ -16,7 +16,7 @@
  • src/services/event/event-lib
  • Module src/services/event/event-lib

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

    diff --git a/modules/src_services_profile_profile_lib.html b/modules/src_services_profile_profile_lib.html index 3612356c..e7dba0ce 100644 --- a/modules/src_services_profile_profile_lib.html +++ b/modules/src_services_profile_profile_lib.html @@ -16,7 +16,7 @@
  • src/services/profile/profile-lib
  • Module src/services/profile/profile-lib

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

    diff --git a/modules/src_services_user_user_lib.html b/modules/src_services_user_user_lib.html index 5f3c0607..0f335218 100644 --- a/modules/src_services_user_user_lib.html +++ b/modules/src_services_user_user_lib.html @@ -16,7 +16,7 @@
  • src/services/user/user-lib
  • Module src/services/user/user-lib

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

    diff --git a/modules/src_utils.html b/modules/src_utils.html index 642d26c9..f4dabf3a 100644 --- a/modules/src_utils.html +++ b/modules/src_utils.html @@ -16,7 +16,7 @@
  • src/utils
  • Module src/utils

    +
  • Defined in src/utils.ts:1
  • Index

    diff --git a/types/src_services_auth_auth_lib._internal_.VerifyCallback.html b/types/src_services_auth_auth_lib._internal_.VerifyCallback.html index 52e6c555..c12713bf 100644 --- a/types/src_services_auth_auth_lib._internal_.VerifyCallback.html +++ b/types/src_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:18
  • +
  • Defined in src/utils.ts:4
  • +
  • Defined in src/database.ts:9