Comparing version 0.7.0 to 0.7.1
{ | ||
"name": "moos-api", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "Moos API type definitions", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -18,2 +18,4 @@ /** | ||
post: operations["fetch-profile"]; | ||
/** Logout */ | ||
delete: operations["delete-profile"]; | ||
}; | ||
@@ -253,2 +255,17 @@ "/file": { | ||
}; | ||
"delete-profile": { | ||
/** Logout */ | ||
responses: { | ||
/** @description No Content */ | ||
204: never; | ||
/** @description Bad Request */ | ||
400: never; | ||
/** @description Unauthorized */ | ||
401: never; | ||
/** @description Forbidden */ | ||
403: never; | ||
/** @description Internal Server Error */ | ||
500: never; | ||
}; | ||
}; | ||
"put-profile-file": { | ||
@@ -255,0 +272,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
import { components as _components, external as _external, operations as _operations, paths as _paths } from "../reference/cdn-api-v1"; | ||
import type { components as _components, external as _external, operations as _operations, paths as _paths } from "../reference/cdn-api-v1"; | ||
@@ -19,2 +19,2 @@ declare namespace cdn_api_v1 { | ||
export { cdn_api_v1 }; | ||
export type { cdn_api_v1 }; |
@@ -1,4 +0,4 @@ | ||
import { moos_api_v1 } from "./moos-api"; | ||
import { cdn_api_v1 } from "./cdn-api"; | ||
import type { moos_api_v1 } from "./moos-api"; | ||
import type { cdn_api_v1 } from "./cdn-api"; | ||
export { moos_api_v1, cdn_api_v1 }; | ||
export type { moos_api_v1, cdn_api_v1 }; |
@@ -1,2 +0,2 @@ | ||
import { components as _components, external as _external, operations as _operations, paths as _paths } from "../reference/moos-api-v1"; | ||
import type { components as _components, external as _external, operations as _operations, paths as _paths } from "../reference/moos-api-v1"; | ||
@@ -27,2 +27,2 @@ declare namespace moos_api_v1 { | ||
export { moos_api_v1 }; | ||
export type { moos_api_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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
175027
2425
0