Comparing version 0.0.5 to 0.1.0
{ | ||
"name": "moos-api", | ||
"version": "0.0.5", | ||
"version": "0.1.0", | ||
"description": "Moos API type definitions", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -1,13 +0,15 @@ | ||
import * as generatedV1 from "../reference/moos-api-v1"; | ||
import { components as _components, external as _external, operations as _operations, paths as _paths } from "../reference/moos-api-v1"; | ||
enum AuthScope { | ||
identify = "identify", | ||
all = "*" | ||
declare namespace v1 { | ||
export type components = _components; | ||
export type external = _external; | ||
export type operations = _operations; | ||
export type paths = _paths; | ||
export 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
94570
211