Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "moos-api", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Moos API type definitions", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -1,3 +0,13 @@ | ||
import * as v1 from "../reference/moos-api-v1"; | ||
import * as generatedV1 from "../reference/moos-api-v1"; | ||
enum AuthScope { | ||
identify = "identify", | ||
all = "*" | ||
} | ||
const v1 = { | ||
...generatedV1, | ||
AuthScope: AuthScope | ||
}; | ||
export { v1 }; |
Sorry, the diff of this file is not supported yet
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
94313
209