Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.0.2 to 0.0.3

2

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

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

@@ -25,5 +25,5 @@ /**

};
"/client/profile": {
"/application/profile": {
/** Fetch profile associated with the bearer token. */
post: operations["post-client-profile"];
post: operations["post-application-profile"];
};

@@ -43,3 +43,3 @@ }

providers?: components["schemas"]["ProviderProfile"][];
clients: string[];
applications: string[];
/** Format: int64 */

@@ -57,4 +57,4 @@ creationDate: number;

};
/** client */
Client: {
/** application */
application: {
id: string;

@@ -159,3 +159,3 @@ name: string;

/** Fetch profile associated with the bearer token. */
"post-client-profile": {
"post-application-profile": {
responses: {

@@ -162,0 +162,0 @@ /** OK */

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