felixriddle.my-types
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -92,2 +92,20 @@ /** | ||
/** | ||
* Login input data | ||
*/ | ||
interface LoginInputType { | ||
email: string; | ||
password: string; | ||
} | ||
/** | ||
* Register input type | ||
*/ | ||
interface RegisterInputType { | ||
confirmPassword: string; | ||
email: string; | ||
name: string; | ||
password: string; | ||
} | ||
/** | ||
* Debug property image upload class | ||
@@ -215,2 +233,2 @@ * | ||
export { type BackdoorConfirmEmailInputType, type BackdoorConfirmEmailResultType, type CategoryType, type CompleteUserData, type CreateUserPropertyInputType, type CreateUserPropertyResultType, type DataResultType, type DebugMessage, type DebugPropertyImageUploadType, type DeleteUserPropertyResultType, type DeleteUserResultType, type FieldStatusType, type FieldType, type LoginGetJwtResultType, type MyPropertiesPageResultType, type PriceType, type PropertyCompleteType, type PropertyType, type Status, StatusWrapper }; | ||
export { type BackdoorConfirmEmailInputType, type BackdoorConfirmEmailResultType, type CategoryType, type CompleteUserData, type CreateUserPropertyInputType, type CreateUserPropertyResultType, type DataResultType, type DebugMessage, type DebugPropertyImageUploadType, type DeleteUserPropertyResultType, type DeleteUserResultType, type FieldStatusType, type FieldType, type LoginGetJwtResultType, type LoginInputType, type MyPropertiesPageResultType, type PriceType, type PropertyCompleteType, type PropertyType, type RegisterInputType, type Status, StatusWrapper }; |
{ | ||
"name": "felixriddle.my-types", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
21605
345