@unicsmcr/unics_social_api_client
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -46,3 +46,4 @@ export declare enum APIAccountStatus { | ||
COMPUTER_SYSTEMS_ENGINEERING = "Computer Systems Engineering", | ||
SOFTWARE_ENGINEERING = "Software Engineering" | ||
SOFTWARE_ENGINEERING = "Software Engineering", | ||
OTHER = "Other" | ||
} | ||
@@ -56,3 +57,4 @@ export declare enum Year { | ||
INDUSTRIAL = "Industrial Year", | ||
PHD = "PhD Student" | ||
PHD = "PhD Student", | ||
OTHER = "Other" | ||
} | ||
@@ -59,0 +61,0 @@ export declare enum Visibility { |
@@ -23,2 +23,3 @@ "use strict"; | ||
Course["SOFTWARE_ENGINEERING"] = "Software Engineering"; | ||
Course["OTHER"] = "Other"; | ||
})(Course = exports.Course || (exports.Course = {})); | ||
@@ -34,2 +35,3 @@ var Year; | ||
Year["PHD"] = "PhD Student"; | ||
Year["OTHER"] = "Other"; | ||
})(Year = exports.Year || (exports.Year = {})); | ||
@@ -36,0 +38,0 @@ var Visibility; |
{ | ||
"name": "@unicsmcr/unics_social_api_client", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "networking for CS students at the University of Manchester", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32409
750