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

@surfskip/api-types

Package Overview
Dependencies
Maintainers
2
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@surfskip/api-types - npm Package Compare versions

Comparing version 0.40.0 to 0.41.0

6

dist/database/User.d.ts

@@ -26,2 +26,3 @@ import mongoose from "mongoose";

resetEmailId?: string | undefined;
plan?: string | undefined;
}, mongoose.Document<unknown, {}, mongoose.FlatRecord<{

@@ -48,2 +49,3 @@ createdAt: NativeDate;

resetEmailId?: string | undefined;
plan?: string | undefined;
}>> & mongoose.FlatRecord<{

@@ -70,2 +72,3 @@ createdAt: NativeDate;

resetEmailId?: string | undefined;
plan?: string | undefined;
}> & {

@@ -99,2 +102,3 @@ _id: mongoose.Types.ObjectId;

resetEmailId?: string | undefined;
plan?: string | undefined;
}, {}, {}, {}, mongoose.Document<unknown, {}, {

@@ -121,2 +125,3 @@ createdAt: NativeDate;

resetEmailId?: string | undefined;
plan?: string | undefined;
}> & {

@@ -143,2 +148,3 @@ createdAt: NativeDate;

resetEmailId?: string | undefined;
plan?: string | undefined;
} & {

@@ -145,0 +151,0 @@ _id: mongoose.Types.ObjectId;

@@ -109,2 +109,3 @@ /// <reference types="mongoose/types/aggregate" />

resetEmailId?: string | undefined;
plan?: string | undefined;
}> & {

@@ -131,2 +132,3 @@ createdAt: NativeDate;

resetEmailId?: string | undefined;
plan?: string | undefined;
} & {

@@ -152,2 +154,3 @@ _id: import("mongoose").Types.ObjectId;

theme?: "LIGHT" | "DARK" | undefined;
plan?: "FREE" | undefined;
};

@@ -180,2 +183,3 @@ headers: undefined;

theme?: "LIGHT" | "DARK" | undefined;
plan?: "FREE" | undefined;
};

@@ -304,2 +308,3 @@ }>;

resetEmailId?: string | undefined;
plan?: string | undefined;
};

@@ -407,2 +412,3 @@ readonly message?: undefined;

resetEmailId?: string | undefined;
plan?: string | undefined;
createdAt: NativeDate;

@@ -409,0 +415,0 @@ updatedAt: NativeDate;

2

package.json
{
"name": "@surfskip/api-types",
"version": "0.40.0",
"version": "0.41.0",
"description": "Gives up-to-date typings for our SurfSkip API to use with @elysiajs/eden to provide a full client with type safety.",

@@ -5,0 +5,0 @@ "types": "./dist/index.d.ts",

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