Skip to content

Commit

Permalink
Adding iat to the ConsentTokenPayload (#93)
Browse files Browse the repository at this point in the history
* Adding iat to the ConsentTokenPayload

* Bumping version

* Fix the version

* Changed version to 10.5.3
  • Loading branch information
banzzai authored Sep 11, 2023
1 parent cf20a1e commit bf430b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Transcend Inc.",
"name": "@transcend-io/airgap.js-types",
"description": "TypeScript types for airgap.js interoperability with custom consent UIs",
"version": "10.5.2",
"version": "10.5.3",
"homepage": "https://github.com/transcend-io/airgap.js-types",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions src/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ export const ConsentTokenPayload = t.intersection([
}),
t.partial({
deprecatedEncryptedIdentifiers: t.array(t.string),
iat: t.string,
}),
]);

Expand Down

0 comments on commit bf430b5

Please sign in to comment.