Skip to content

Commit b06b6a8

Browse files
committed
re-export user-insights types from node-apis package
1 parent 1c2638a commit b06b6a8

2 files changed

Lines changed: 40 additions & 0 deletions

File tree

packages/cloudflare-worker/src/index.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,26 @@ export {
6969
IdpProvider,
7070
ApiKeyImportException
7171
} from "@propelauth/node-apis"
72+
export {
73+
ReengagementReportInterval,
74+
ChampionReportInterval,
75+
ChurnReportInterval,
76+
GrowthReportInterval,
77+
AttritionReportInterval,
78+
TopInviterReportInterval,
79+
ChartMetric,
80+
ChartMetricCadence,
81+
} from "@propelauth/node-apis"
82+
export type {
83+
ReportPagination,
84+
UserReport,
85+
UserReportRecord,
86+
OrgReport,
87+
OrgReportRecord,
88+
UserOrgMembershipForReport,
89+
ChartData,
90+
ChartDataPoint,
91+
} from "@propelauth/node-apis"
7292
export {
7393
User,
7494
Org,

packages/node/src/index.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,26 @@ export {
3636
RevokePendingOrgInviteException,
3737
ApiKeyImportException,
3838
} from "@propelauth/node-apis"
39+
export {
40+
ReengagementReportInterval,
41+
ChampionReportInterval,
42+
ChurnReportInterval,
43+
GrowthReportInterval,
44+
AttritionReportInterval,
45+
TopInviterReportInterval,
46+
ChartMetric,
47+
ChartMetricCadence,
48+
} from "@propelauth/node-apis"
49+
export type {
50+
ReportPagination,
51+
UserReport,
52+
UserReportRecord,
53+
OrgReport,
54+
OrgReportRecord,
55+
UserOrgMembershipForReport,
56+
ChartData,
57+
ChartDataPoint,
58+
} from "@propelauth/node-apis"
3959
export type {
4060
AccessToken,
4161
AddUserToOrgRequest,

0 commit comments

Comments
 (0)