Feature 11011: Multiple NS deletion in OSM

	- Added multi option in smart table
	- Added new terminate api for multi select deletion

Change-Id: Ia03d24e30c1c0a549ac1eda87264d58ab6d3bccd
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
diff --git a/src/models/CommonModel.ts b/src/models/CommonModel.ts
index a3038f1..581bbfb 100644
--- a/src/models/CommonModel.ts
+++ b/src/models/CommonModel.ts
@@ -128,6 +128,7 @@
     configs?: object;
     actions?: object;
     executedActions?: EXECUTEDACTIONS[];
+    identifierList: [];
 }
 /** Handle the Delete params */
 export interface DELETEPARAMS {