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.5.0 to 0.6.0

6

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

@@ -17,4 +17,4 @@ "repository": {

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.20.0",

@@ -21,0 +21,0 @@ "eslint-config-prettier": "^8.5.0",

@@ -249,3 +249,3 @@ /**

index: number;
episodes: string[];
episodes: components["schemas"]["Episode"][];
languages: components["schemas"]["Language"][];

@@ -264,2 +264,17 @@ subtitles: components["schemas"]["Language"][];

visibility: "private" | "public" | "unlisted";
seasons: components["schemas"]["Season"][];
owner: string;
/** Format: int64 */
creationDate: number;
};
/** collection-preview */
CollectionPreview: {
/** Format: uuid */
id: string;
name: string;
/**
* @default private
* @enum {string}
*/
visibility: "private" | "public" | "unlisted";
seasons: string[];

@@ -459,3 +474,3 @@ /** Format: uri */

content: {
"application/json": components["schemas"]["Collection"][];
"application/json": components["schemas"]["CollectionPreview"][];
};

@@ -657,3 +672,3 @@ };

content: {
"application/json": components["schemas"]["Collection"][];
"application/json": components["schemas"]["CollectionPreview"][];
};

@@ -660,0 +675,0 @@ };

@@ -19,2 +19,3 @@ import { components as _components, external as _external, operations as _operations, paths as _paths } from "../reference/moos-api-v1";

export type File = _components["schemas"]["File"];
export type CollectionPreview = _components["schemas"]["CollectionPreview"];
export type Collection = _components["schemas"]["Collection"];

@@ -21,0 +22,0 @@ export type Season = _components["schemas"]["Season"];

Sorry, the diff of this file is not supported yet

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