cloud-ide-model-schema 1.1.149 → 1.1.151
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/lib/schema/accounts/acc_financial_config.js +5 -0
- package/lib/schema/app/app_build_config_mst.d.ts +8 -0
- package/lib/schema/app/app_build_config_mst.js +64 -0
- package/lib/schema/app/app_platform_link_mst.d.ts +8 -0
- package/lib/schema/app/app_platform_link_mst.js +96 -0
- package/lib/schema/app/app_publish_details_mst.d.ts +8 -0
- package/lib/schema/app/app_publish_details_mst.js +250 -0
- package/lib/schema/app/app_registration_mst.d.ts +8 -0
- package/lib/schema/app/app_registration_mst.js +84 -0
- package/lib/schema/app/app_registration_start_mst.d.ts +8 -0
- package/lib/schema/app/app_registration_start_mst.js +55 -0
- package/lib/schema/app/app_rollout_config_mst.d.ts +8 -0
- package/lib/schema/app/app_rollout_config_mst.js +71 -0
- package/lib/schema/app/app_store_provider_mst.d.ts +8 -0
- package/lib/schema/app/app_store_provider_mst.js +69 -0
- package/lib/schema/app/app_update_changelog_mst.d.ts +8 -0
- package/lib/schema/app/app_update_changelog_mst.js +71 -0
- package/lib/schema/app/app_update_deployment_mst.d.ts +8 -0
- package/lib/schema/app/app_update_deployment_mst.js +90 -0
- package/lib/schema/app/app_update_statistics_mst.d.ts +8 -0
- package/lib/schema/app/app_update_statistics_mst.js +87 -0
- package/lib/schema/app/app_user_update_status_mst.d.ts +8 -0
- package/lib/schema/app/app_user_update_status_mst.js +97 -0
- package/lib/schema/app/app_version_mst.d.ts +8 -0
- package/lib/schema/app/app_version_mst.js +129 -0
- package/lib/schema/app/index.d.ts +37 -0
- package/lib/schema/app/index.js +27 -0
- package/lib/schema/core/core_financial_config.js +5 -0
- package/lib/schema/index.d.ts +1 -0
- package/lib/schema/index.js +1 -0
- package/package.json +2 -2
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { CAppRegistrationMst } from './app_registration_mst';
|
|
2
|
+
import { CAppPlatformLinkMst } from './app_platform_link_mst';
|
|
3
|
+
import { CAppRegistrationStartMst } from './app_registration_start_mst';
|
|
4
|
+
import { CAppBuildConfigMst } from './app_build_config_mst';
|
|
5
|
+
import { CAppStoreProviderMst } from './app_store_provider_mst';
|
|
6
|
+
import { CAppPublishDetailsMst } from './app_publish_details_mst';
|
|
7
|
+
import { CAppVersionMst } from './app_version_mst';
|
|
8
|
+
import { CAppUpdateDeploymentMst } from './app_update_deployment_mst';
|
|
9
|
+
import { CAppUpdateChangelogMst } from './app_update_changelog_mst';
|
|
10
|
+
import { CAppUserUpdateStatusMst } from './app_user_update_status_mst';
|
|
11
|
+
import { CAppUpdateStatisticsMst } from './app_update_statistics_mst';
|
|
12
|
+
import { CAppRolloutConfigMst } from './app_rollout_config_mst';
|
|
13
|
+
export {
|
|
14
|
+
/** App Registration schemas */
|
|
15
|
+
CAppRegistrationMst,
|
|
16
|
+
/** App Platform Link schemas */
|
|
17
|
+
CAppPlatformLinkMst,
|
|
18
|
+
/** App Registration Start schemas */
|
|
19
|
+
CAppRegistrationStartMst,
|
|
20
|
+
/** App Build Config schemas */
|
|
21
|
+
CAppBuildConfigMst,
|
|
22
|
+
/** App Store Provider schemas */
|
|
23
|
+
CAppStoreProviderMst,
|
|
24
|
+
/** App Publish Details schemas */
|
|
25
|
+
CAppPublishDetailsMst,
|
|
26
|
+
/** App Version schemas */
|
|
27
|
+
CAppVersionMst,
|
|
28
|
+
/** App Update Deployment schemas */
|
|
29
|
+
CAppUpdateDeploymentMst,
|
|
30
|
+
/** App Update Changelog schemas */
|
|
31
|
+
CAppUpdateChangelogMst,
|
|
32
|
+
/** App User Update Status schemas */
|
|
33
|
+
CAppUserUpdateStatusMst,
|
|
34
|
+
/** App Update Statistics schemas */
|
|
35
|
+
CAppUpdateStatisticsMst,
|
|
36
|
+
/** App Rollout Config schemas */
|
|
37
|
+
CAppRolloutConfigMst };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CAppRolloutConfigMst = exports.CAppUpdateStatisticsMst = exports.CAppUserUpdateStatusMst = exports.CAppUpdateChangelogMst = exports.CAppUpdateDeploymentMst = exports.CAppVersionMst = exports.CAppPublishDetailsMst = exports.CAppStoreProviderMst = exports.CAppBuildConfigMst = exports.CAppRegistrationStartMst = exports.CAppPlatformLinkMst = exports.CAppRegistrationMst = void 0;
|
|
4
|
+
var app_registration_mst_1 = require("./app_registration_mst");
|
|
5
|
+
Object.defineProperty(exports, "CAppRegistrationMst", { enumerable: true, get: function () { return app_registration_mst_1.CAppRegistrationMst; } });
|
|
6
|
+
var app_platform_link_mst_1 = require("./app_platform_link_mst");
|
|
7
|
+
Object.defineProperty(exports, "CAppPlatformLinkMst", { enumerable: true, get: function () { return app_platform_link_mst_1.CAppPlatformLinkMst; } });
|
|
8
|
+
var app_registration_start_mst_1 = require("./app_registration_start_mst");
|
|
9
|
+
Object.defineProperty(exports, "CAppRegistrationStartMst", { enumerable: true, get: function () { return app_registration_start_mst_1.CAppRegistrationStartMst; } });
|
|
10
|
+
var app_build_config_mst_1 = require("./app_build_config_mst");
|
|
11
|
+
Object.defineProperty(exports, "CAppBuildConfigMst", { enumerable: true, get: function () { return app_build_config_mst_1.CAppBuildConfigMst; } });
|
|
12
|
+
var app_store_provider_mst_1 = require("./app_store_provider_mst");
|
|
13
|
+
Object.defineProperty(exports, "CAppStoreProviderMst", { enumerable: true, get: function () { return app_store_provider_mst_1.CAppStoreProviderMst; } });
|
|
14
|
+
var app_publish_details_mst_1 = require("./app_publish_details_mst");
|
|
15
|
+
Object.defineProperty(exports, "CAppPublishDetailsMst", { enumerable: true, get: function () { return app_publish_details_mst_1.CAppPublishDetailsMst; } });
|
|
16
|
+
var app_version_mst_1 = require("./app_version_mst");
|
|
17
|
+
Object.defineProperty(exports, "CAppVersionMst", { enumerable: true, get: function () { return app_version_mst_1.CAppVersionMst; } });
|
|
18
|
+
var app_update_deployment_mst_1 = require("./app_update_deployment_mst");
|
|
19
|
+
Object.defineProperty(exports, "CAppUpdateDeploymentMst", { enumerable: true, get: function () { return app_update_deployment_mst_1.CAppUpdateDeploymentMst; } });
|
|
20
|
+
var app_update_changelog_mst_1 = require("./app_update_changelog_mst");
|
|
21
|
+
Object.defineProperty(exports, "CAppUpdateChangelogMst", { enumerable: true, get: function () { return app_update_changelog_mst_1.CAppUpdateChangelogMst; } });
|
|
22
|
+
var app_user_update_status_mst_1 = require("./app_user_update_status_mst");
|
|
23
|
+
Object.defineProperty(exports, "CAppUserUpdateStatusMst", { enumerable: true, get: function () { return app_user_update_status_mst_1.CAppUserUpdateStatusMst; } });
|
|
24
|
+
var app_update_statistics_mst_1 = require("./app_update_statistics_mst");
|
|
25
|
+
Object.defineProperty(exports, "CAppUpdateStatisticsMst", { enumerable: true, get: function () { return app_update_statistics_mst_1.CAppUpdateStatisticsMst; } });
|
|
26
|
+
var app_rollout_config_mst_1 = require("./app_rollout_config_mst");
|
|
27
|
+
Object.defineProperty(exports, "CAppRolloutConfigMst", { enumerable: true, get: function () { return app_rollout_config_mst_1.CAppRolloutConfigMst; } });
|
|
@@ -73,6 +73,11 @@ var core_financial_config = new mongoose_1.Schema({
|
|
|
73
73
|
default: "fiscal_year",
|
|
74
74
|
comment: "How financial year is named"
|
|
75
75
|
},
|
|
76
|
+
fincfg_is_self_financial_year: {
|
|
77
|
+
type: Boolean,
|
|
78
|
+
default: true,
|
|
79
|
+
comment: "If true, entity has its own financial year. If false, follows parent entity's financial year."
|
|
80
|
+
},
|
|
76
81
|
// TAX CONFIGURATION
|
|
77
82
|
fincfg_default_tax_percentage: {
|
|
78
83
|
type: Number,
|
package/lib/schema/index.d.ts
CHANGED
package/lib/schema/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"dependencies": {
|
|
3
|
-
"cloud-ide-lms-model": "^1.1.
|
|
3
|
+
"cloud-ide-lms-model": "^1.1.21",
|
|
4
4
|
"dotenv": "^16.5.0",
|
|
5
5
|
"mongoose": "^8.15.0"
|
|
6
6
|
},
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"typescript": "^5.8.3"
|
|
10
10
|
},
|
|
11
11
|
"name": "cloud-ide-model-schema",
|
|
12
|
-
"version": "1.1.
|
|
12
|
+
"version": "1.1.151",
|
|
13
13
|
"description": "Pachage for schema management of Cloud IDEsys LMS",
|
|
14
14
|
"main": "lib/index.js",
|
|
15
15
|
"types": "lib/index.d.ts",
|