Socket
Socket
Sign inDemoInstall

moos-api

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moos-api - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "moos-api",
"version": "0.1.0",
"version": "0.1.1",
"description": "Moos API type definitions",

@@ -5,0 +5,0 @@ "repository": {

@@ -56,3 +56,3 @@ /**

/** application */
application: {
Application: {
id: string;

@@ -59,0 +59,0 @@ name: string;

import { components as _components, external as _external, operations as _operations, paths as _paths } from "../reference/moos-api-v1";
declare namespace v1 {
export type components = _components;
export type external = _external;

@@ -13,4 +12,8 @@ export type operations = _operations;

}
export type UserProfile = _components["schemas"]["UserProfile"];
export type ProviderProfile = _components["schemas"]["ProviderProfile"];
export type Application = _components["schemas"]["Application"];
}
export { v1 };

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc