@surfskip/api-types
Advanced tools
Comparing version 0.40.0 to 0.41.0
@@ -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; |
{ | ||
"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", |
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
66198
1636