Skip to content

Commit 369727f

Browse files
feat: extend JwtPayload interface (#59)
1 parent 14ec6b2 commit 369727f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crowdin/crowdin-apps-functions",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"description": "Utility library to easily and quickly develop Crowdin App",
55
"main": "out/index.js",
66
"types": "out/index.d.ts",

src/models.ts

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export interface JwtPayload {
1313
aud: string;
1414
sub: string;
1515
domain?: string;
16+
module?: string;
1617
context: JwtPayloadContext;
1718
iat: number;
1819
exp: number;

0 commit comments

Comments
 (0)