diff --git a/package.json b/package.json index 5c50bb1..fff7528 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "git", "url": "https://github.com/PropelAuth/express" }, - "version": "2.1.34", + "version": "2.1.35", "license": "MIT", "keywords": [ "auth", @@ -12,7 +12,7 @@ "user" ], "dependencies": { - "@propelauth/node": "^2.1.34" + "@propelauth/node": "^2.1.35" }, "devDependencies": { "@rollup/plugin-commonjs": "^19.0.0", diff --git a/src/index.ts b/src/index.ts index a84d825..53cd623 100644 --- a/src/index.ts +++ b/src/index.ts @@ -109,6 +109,26 @@ export type { MfaTotpType, } from "@propelauth/node" +export { + ReengagementReportInterval, + ChampionReportInterval, + ChurnReportInterval, + GrowthReportInterval, + AttritionReportInterval, + TopInviterReportInterval, + ChartMetric, + ChartMetricCadence, +} from "@propelauth/node" +export type { + ReportPagination, + UserReport, + UserReportRecord, + OrgReport, + OrgReportRecord, + UserOrgMembershipForReport, + ChartData, + ChartDataPoint, +} from "@propelauth/node" export { AuthOptions, initAuth } from "./auth" export type { RequireOrgMemberArgs } from "./auth" export type { BaseAuthOptions, User, OrgMemberInfo }