Skip to content

Commit

Permalink
feat: extend JwtPayload interface (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
MykolaiKorniat authored Sep 26, 2024
1 parent 14ec6b2 commit 369727f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crowdin/crowdin-apps-functions",
"version": "0.8.1",
"version": "0.9.0",
"description": "Utility library to easily and quickly develop Crowdin App",
"main": "out/index.js",
"types": "out/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export interface JwtPayload {
aud: string;
sub: string;
domain?: string;
module?: string;
context: JwtPayloadContext;
iat: number;
exp: number;
Expand Down

0 comments on commit 369727f

Please sign in to comment.