-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove support for node 14 and node 16
closes #261
- Loading branch information
Showing
32 changed files
with
689 additions
and
902 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"reject": [ | ||
"@fortawesome/fontawesome-free" | ||
] | ||
"reject": ["@fortawesome/fontawesome-free"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
export declare const app: import("express-serve-static-core").Express; | ||
export declare const app: any; | ||
export default app; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
declare const _default: Cypress.ConfigOptions<any>; | ||
declare const _default: any; | ||
export default _default; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
import type { Request } from "express"; | ||
export declare const userIsAdmin: (request: Request) => boolean; | ||
export declare const userCanUpdate: (request: Request) => boolean; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
import type * as expressSession from "express-session"; | ||
export declare const deleteLicence: (licenceId: number | string, requestSession: expressSession.Session) => boolean; | ||
export default deleteLicence; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
import type * as expressSession from "express-session"; | ||
export declare const deleteLicenceCategory: (licenceCategoryKey: string, requestSession: expressSession.Session) => boolean; | ||
export default deleteLicenceCategory; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
import type * as expressSession from "express-session"; | ||
export declare const deleteLicenceCategoryAdditionalFee: (licenceAdditionalFeeKey: string, requestSession: expressSession.Session) => boolean; | ||
export default deleteLicenceCategoryAdditionalFee; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
import type * as expressSession from "express-session"; | ||
export declare const deleteLicenceCategoryApproval: (licenceApprovalKey: string, requestSession: expressSession.Session) => boolean; | ||
export default deleteLicenceCategoryApproval; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
import type * as expressSession from "express-session"; | ||
export declare const deleteLicenceCategoryFee: (licenceFeeId: number | string, requestSession: expressSession.Session) => boolean; | ||
export default deleteLicenceCategoryFee; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
import type * as expressSession from "express-session"; | ||
export declare const deleteLicenceCategoryField: (licenceFieldKey: string, requestSession: expressSession.Session) => boolean; | ||
export default deleteLicenceCategoryField; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
import type * as expressSession from "express-session"; | ||
export declare const deleteLicenceTransaction: (licenceId: number | string, transactionIndex: number | string, requestSession: expressSession.Session) => boolean; | ||
export default deleteLicenceTransaction; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
import type * as expressSession from "express-session"; | ||
export declare const moveLicenceCategoryAdditionalFee: (licenceAdditionalFeeKey_from: string, licenceAdditionalFeeKey_to: string, requestSession: expressSession.Session) => string; | ||
export default moveLicenceCategoryAdditionalFee; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
import type * as expressSession from "express-session"; | ||
export declare const moveLicenceCategoryApproval: (licenceApprovalKey_from: string, licenceApprovalKey_to: string, requestSession: expressSession.Session) => string; | ||
export default moveLicenceCategoryApproval; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
import type * as expressSession from "express-session"; | ||
export declare const moveLicenceCategoryField: (licenceFieldKey_from: string, licenceFieldKey_to: string, requestSession: expressSession.Session) => string; | ||
export default moveLicenceCategoryField; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.