ordercloud-javascript-sdk
Advanced tools
Comparing version 4.11.0 to 4.11.1
@@ -12,3 +12,3 @@ import { PasswordResetRequest } from '../models/PasswordResetRequest'; | ||
/** | ||
* Send a verification code. Sends a temporary verification code via email, which must subsequently be passed in a Reset Password call. | ||
* Send a verification code. Sends a temporary verification code via email, which must subsequently be passed in a Reset Password call. The verification code expires in 120 minutes. | ||
* Check out the {@link https://ordercloud.io/api-reference/authentication-and-authorization/forgotten-password/send-verification-code|api docs} for more info | ||
@@ -15,0 +15,0 @@ * |
@@ -5,3 +5,3 @@ { | ||
"author": "Four51 OrderCloud", | ||
"version": "4.11.0", | ||
"version": "4.11.1", | ||
"main": "dist/index.js", | ||
@@ -54,3 +54,2 @@ "umd:main": "dist/index.umd.js", | ||
"publish-please": "publish-please", | ||
"prepublishOnly": "publish-please guard", | ||
"buildCodegen": "tsc --p codegen/tsconfig.json" | ||
@@ -86,4 +85,4 @@ }, | ||
"peerDependencies": { | ||
"axios": ">=0.19.2" | ||
"axios": "^0.19.2" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
2781864