@taiger-common/model 1.0.32 → 1.0.33
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.
|
@@ -130,6 +130,12 @@ export declare const programModule: {
|
|
|
130
130
|
ml_requirements: {
|
|
131
131
|
type: StringConstructor;
|
|
132
132
|
};
|
|
133
|
+
sop_required: {
|
|
134
|
+
type: StringConstructor;
|
|
135
|
+
};
|
|
136
|
+
sop_requirements: {
|
|
137
|
+
type: StringConstructor;
|
|
138
|
+
};
|
|
133
139
|
rl_required: {
|
|
134
140
|
type: StringConstructor;
|
|
135
141
|
};
|
|
@@ -302,6 +308,8 @@ export declare const programSchema: Schema<any, import("mongoose").Model<any, an
|
|
|
302
308
|
gmat?: string | null | undefined;
|
|
303
309
|
ml_required?: string | null | undefined;
|
|
304
310
|
ml_requirements?: string | null | undefined;
|
|
311
|
+
sop_required?: string | null | undefined;
|
|
312
|
+
sop_requirements?: string | null | undefined;
|
|
305
313
|
rl_required?: string | null | undefined;
|
|
306
314
|
rl_requirements?: string | null | undefined;
|
|
307
315
|
is_rl_specific?: boolean | null | undefined;
|
|
@@ -380,6 +388,8 @@ export declare const programSchema: Schema<any, import("mongoose").Model<any, an
|
|
|
380
388
|
gmat?: string | null | undefined;
|
|
381
389
|
ml_required?: string | null | undefined;
|
|
382
390
|
ml_requirements?: string | null | undefined;
|
|
391
|
+
sop_required?: string | null | undefined;
|
|
392
|
+
sop_requirements?: string | null | undefined;
|
|
383
393
|
rl_required?: string | null | undefined;
|
|
384
394
|
rl_requirements?: string | null | undefined;
|
|
385
395
|
is_rl_specific?: boolean | null | undefined;
|
|
@@ -458,6 +468,8 @@ export declare const programSchema: Schema<any, import("mongoose").Model<any, an
|
|
|
458
468
|
gmat?: string | null | undefined;
|
|
459
469
|
ml_required?: string | null | undefined;
|
|
460
470
|
ml_requirements?: string | null | undefined;
|
|
471
|
+
sop_required?: string | null | undefined;
|
|
472
|
+
sop_requirements?: string | null | undefined;
|
|
461
473
|
rl_required?: string | null | undefined;
|
|
462
474
|
rl_requirements?: string | null | undefined;
|
|
463
475
|
is_rl_specific?: boolean | null | undefined;
|