@altodia/microservices-common
Advanced tools
Comparing version 3.2.4 to 3.2.5
@@ -38,2 +38,5 @@ import { Base } from "../base"; | ||
} | ||
export interface UsersForgotPasswordParams extends UsersCreatedParams { | ||
changePasswordToken?: string; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
@@ -38,2 +38,5 @@ import { Base } from "../base"; | ||
} | ||
export interface UsersForgotPasswordParams extends UsersCreatedParams { | ||
changePasswordToken?: string; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@altodia/microservices-common", | ||
"version": "3.2.4", | ||
"version": "3.2.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib/cjs/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
56875
850