@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.
@@ -115,6 +115,12 @@ exports.programModule = {
115
115
  ml_requirements: {
116
116
  type: String
117
117
  },
118
+ sop_required: {
119
+ type: String
120
+ },
121
+ sop_requirements: {
122
+ type: String
123
+ },
118
124
  rl_required: {
119
125
  type: String
120
126
  },
@@ -112,6 +112,12 @@ export var programModule = {
112
112
  ml_requirements: {
113
113
  type: String
114
114
  },
115
+ sop_required: {
116
+ type: String
117
+ },
118
+ sop_requirements: {
119
+ type: String
120
+ },
115
121
  rl_required: {
116
122
  type: String
117
123
  },
@@ -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;