cloud-ide-model-schema 1.1.173 → 1.1.174

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.
@@ -4,7 +4,7 @@ exports.CCoreWorkflowApproverRules = void 0;
4
4
  var mongoose_1 = require("mongoose");
5
5
  /* SCHEMA START */
6
6
  var core_workflow_approver_rules = new mongoose_1.Schema({
7
- wfar_workflow_config_id_wfcfg: {
7
+ wfar_workflow_step_id_wfstp: {
8
8
  type: mongoose_1.default.Schema.Types.ObjectId,
9
9
  ref: "core_workflow_config",
10
10
  required: true,
@@ -76,7 +76,7 @@ var core_workflow_approver_rules = new mongoose_1.Schema({
76
76
  }
77
77
  }, { collection: 'core_workflow_approver_rules' });
78
78
  // Indexes for performance optimization
79
- core_workflow_approver_rules.index({ wfar_workflow_config_id_wfcfg: 1, wfar_isactive: 1 });
79
+ core_workflow_approver_rules.index({ wfar_workflow_step_id_wfstp: 1, wfar_isactive: 1 });
80
80
  core_workflow_approver_rules.index({ wfar_approval_group_id: 1 });
81
81
  core_workflow_approver_rules.index({ wfar_rule_type_id_sygms: 1, wfar_rule_value: 1 });
82
82
  var CCoreWorkflowApproverRules = mongoose_1.default.model("core_workflow_approver_rules", core_workflow_approver_rules);
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript": "^5.8.3"
10
10
  },
11
11
  "name": "cloud-ide-model-schema",
12
- "version": "1.1.173",
12
+ "version": "1.1.174",
13
13
  "description": "Pachage for schema management of Cloud IDEsys LMS",
14
14
  "main": "lib/index.js",
15
15
  "types": "lib/index.d.ts",