@frontegg/rest-api 3.0.67 → 3.0.69

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.
@@ -271,6 +271,7 @@ export interface IGetUserAccessTokensData {
271
271
  }
272
272
  export interface ICreateAccessTokensData {
273
273
  description: string;
274
+ expiresInMinutes: number | null;
274
275
  }
275
276
  export interface ICreateUserAccessTokenData extends ICreateAccessTokensData {
276
277
  }
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v3.0.67
1
+ /** @license Frontegg v3.0.69
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v3.0.67
1
+ /** @license Frontegg v3.0.69
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontegg/rest-api",
3
- "version": "3.0.67",
3
+ "version": "3.0.69",
4
4
  "main": "./node/index.js",
5
5
  "license": "MIT",
6
6
  "dependencies": {