@semiont/core 0.4.4 → 0.4.5
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.
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3745,6 +3745,8 @@ interface components {
|
|
|
3745
3745
|
termsAcceptedAt: string | null;
|
|
3746
3746
|
lastLogin: string | null;
|
|
3747
3747
|
created: string;
|
|
3748
|
+
/** @description The validated JWT token string for the current session */
|
|
3749
|
+
token: string;
|
|
3748
3750
|
};
|
|
3749
3751
|
SvgSelector: {
|
|
3750
3752
|
/** @enum {string} */
|