cloud-ide-lms-model 1.0.70 → 1.0.71

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.
@@ -0,0 +1,7 @@
1
+ declare class ICoreSyoth {
2
+ _id?: string;
3
+ syoth_entity_id_syen?: string;
4
+ syoth_system_theme_id_syth?: string;
5
+ syoth_overrides?: any;
6
+ }
7
+ export { ICoreSyoth, };
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ICoreSyoth = void 0;
4
+ /* INTERFASE START */
5
+ class ICoreSyoth {
6
+ }
7
+ exports.ICoreSyoth = ICoreSyoth;
@@ -0,0 +1,8 @@
1
+ declare class ICoreSyupth {
2
+ _id?: string;
3
+ syupth_user_id_user?: string;
4
+ syupth_entity_id_syen?: string;
5
+ syupth_system_theme_id_syth?: string;
6
+ syupth_overrides?: any;
7
+ }
8
+ export { ICoreSyupth, };
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ICoreSyupth = void 0;
4
+ /* INTERFASE START */
5
+ class ICoreSyupth {
6
+ }
7
+ exports.ICoreSyupth = ICoreSyupth;
@@ -0,0 +1,8 @@
1
+ declare class ICoreSyth {
2
+ _id?: string;
3
+ syth_theme_id?: string;
4
+ syth_theme_name?: string;
5
+ syth_is_public?: boolean;
6
+ syth_properties?: any;
7
+ }
8
+ export { ICoreSyth, };
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ICoreSyth = void 0;
4
+ /* INTERFASE START */
5
+ class ICoreSyth {
6
+ }
7
+ exports.ICoreSyth = ICoreSyth;
@@ -14,3 +14,6 @@ export * from './core_entity_mapping';
14
14
  export * from './core_file_manager';
15
15
  export * from './core_system_country';
16
16
  export * from './core_language';
17
+ export * from './core_system_theme_user_preferences';
18
+ export * from './core_system_themes';
19
+ export * from './core_system_organization_themes';
@@ -30,3 +30,6 @@ __exportStar(require("./core_entity_mapping"), exports);
30
30
  __exportStar(require("./core_file_manager"), exports);
31
31
  __exportStar(require("./core_system_country"), exports);
32
32
  __exportStar(require("./core_language"), exports);
33
+ __exportStar(require("./core_system_theme_user_preferences"), exports);
34
+ __exportStar(require("./core_system_themes"), exports);
35
+ __exportStar(require("./core_system_organization_themes"), exports);
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "typescript": "^5.4.2"
6
6
  },
7
7
  "name": "cloud-ide-lms-model",
8
- "version": "1.0.70",
8
+ "version": "1.0.71",
9
9
  "description": "Package for Model management of Cloud IDEsys LMS",
10
10
  "main": "lib/index.js",
11
11
  "types": "lib/index.d.ts",