@nsshunt/stsdatamanagement 1.17.119 → 1.17.120

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.
@@ -1055,7 +1055,7 @@ BEGIN
1055
1055
  END
1056
1056
  $$;
1057
1057
 
1058
- ALTER FUNCTION public.get_monitor_summary_by_serviceid()
1058
+ ALTER FUNCTION public.get_monitor_summary_by_serviceid(character varying)
1059
1059
  OWNER TO postgres;
1060
1060
 
1061
1061
 
@@ -1148,7 +1148,7 @@ BEGIN
1148
1148
  END
1149
1149
  $$;
1150
1150
 
1151
- ALTER FUNCTION public.get_monitor_summary_by_serviceinstanceid()
1151
+ ALTER FUNCTION public.get_monitor_summary_by_serviceinstanceid(character varying)
1152
1152
  OWNER TO postgres;
1153
1153
 
1154
1154
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nsshunt/stsdatamanagement",
3
- "version": "1.17.119",
3
+ "version": "1.17.120",
4
4
  "description": "STS Data Management Modules, Utilities and Services",
5
5
  "main": "./dist/dbaccess.js",
6
6
  "types": "./types/dbaccess.d.ts",