academe-kit 0.4.4 → 0.4.5
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.
- package/dist/index.cjs +5 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.esm.js +6 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/types/index.d.ts +1 -0
- package/dist/types/roles/streaming.d.ts +3 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -8844,6 +8844,11 @@ exports.DASHBOARD_ROLES = void 0;
|
|
|
8844
8844
|
DASHBOARD_ROLES["ACCESS_APPLICATION"] = "Acessar aplica\u00E7\u00E3o";
|
|
8845
8845
|
})(exports.DASHBOARD_ROLES || (exports.DASHBOARD_ROLES = {}));
|
|
8846
8846
|
|
|
8847
|
+
exports.STREAMING_ROLES = void 0;
|
|
8848
|
+
(function (STREAMING_ROLES) {
|
|
8849
|
+
STREAMING_ROLES["ACCESS_APPLICATION"] = "Acessar aplica\u00E7\u00E3o";
|
|
8850
|
+
})(exports.STREAMING_ROLES || (exports.STREAMING_ROLES = {}));
|
|
8851
|
+
|
|
8847
8852
|
exports.APPLICATIONS_ROLES = void 0;
|
|
8848
8853
|
(function (APPLICATIONS_ROLES) {
|
|
8849
8854
|
APPLICATIONS_ROLES["ACCESS_NINA"] = "Acesso nina";
|