@frontegg/rest-api
Advanced tools
Comparing version 3.1.19 to 3.1.20
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v3.1.19 | ||
/** @license Frontegg v3.1.20 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v3.1.19 | ||
/** @license Frontegg v3.1.20 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
{ | ||
"name": "@frontegg/rest-api", | ||
"version": "3.1.19", | ||
"version": "3.1.20", | ||
"main": "./node/index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -18,3 +18,3 @@ import { FronteggPaginationWrapper } from "../interfaces"; | ||
*/ | ||
export declare function deletePhoneNumber(phoneId: string): Promise<void>; | ||
export declare function deletePhoneNumber(phoneId: string): Promise<IUpdatePhoneNumberResponse>; | ||
/** | ||
@@ -21,0 +21,0 @@ * Verify phone number |
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
393513