@zeniai/client-epic-state 5.0.51-betaRD2 → 5.0.51-betaRD3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.d.ts +1 -0
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -672,6 +672,7 @@ export { getClassById } from './entity/class/classSelector';
672
672
  export { ClassReport } from './entity/class/classSelectorTypes';
673
673
  export type { Forecast, ForecastType, toForecastType, } from './entity/forecast/forecastState';
674
674
  export { getForecast };
675
+ export type { ConnectorCredentialsBySlug } from './entity/tenant/tenantReducer';
675
676
  export type { UserPayload, UserBasePayload } from './entity/user/userPayload';
676
677
  export type { User } from './entity/user/userState';
677
678
  export { getUserName, getUserByUserId, getUsersByUserIds, getAllZeniUsersFromState, } from './entity/user/userSelector';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeniai/client-epic-state",
3
- "version": "5.0.51-betaRD2",
3
+ "version": "5.0.51-betaRD3",
4
4
  "description": "Shared module between Web & Mobile containing required abstractions for state management, async network communication. ",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/esm/index.js",