falconhub-apilibrary 1.2.4-dev.74 → 1.2.4-dev.75

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.d.mts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.mts CHANGED
@@ -258,7 +258,7 @@ interface ValidateSessionResponse {
258
258
 
259
259
  interface ConfirmEmailRequest {
260
260
  email: string;
261
- expiresAt: string;
261
+ expiresAt: number;
262
262
  }
263
263
 
264
264
  interface SendOtpRequest {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "falconhub-apilibrary",
3
- "version": "1.2.4-dev.74",
3
+ "version": "1.2.4-dev.75",
4
4
  "description": "FalconHUB SKD",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",