cloud-ide-model-schema 1.1.165 → 1.1.166
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.
|
@@ -204,6 +204,12 @@ var fee_assignment = new mongoose_1.Schema({
|
|
|
204
204
|
default: null,
|
|
205
205
|
comment: "Class/Program (from admission form)"
|
|
206
206
|
},
|
|
207
|
+
feeas_section_id_acapts: {
|
|
208
|
+
type: mongoose_1.default.Schema.Types.ObjectId,
|
|
209
|
+
ref: "aca_prg_trm_section",
|
|
210
|
+
default: null,
|
|
211
|
+
comment: "Section (optional)"
|
|
212
|
+
},
|
|
207
213
|
feeas_entity_id_syen: {
|
|
208
214
|
type: mongoose_1.default.Schema.Types.ObjectId,
|
|
209
215
|
ref: "core_system_entity",
|
package/package.json
CHANGED