@joeygrable94/utm-src-pub-validators 0.0.39 → 0.0.40
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.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1752,7 +1752,7 @@ type UserWithAccountDocument = BaseDocument & Pick<UserDocument, "id" | "documen
|
|
|
1752
1752
|
};
|
|
1753
1753
|
type UserAuthorizationSuccessResponse = {
|
|
1754
1754
|
jwt: string;
|
|
1755
|
-
user:
|
|
1755
|
+
user: UserWithAccountDocument;
|
|
1756
1756
|
};
|
|
1757
1757
|
|
|
1758
1758
|
type BaseDocument = {
|
package/dist/index.d.ts
CHANGED
|
@@ -1752,7 +1752,7 @@ type UserWithAccountDocument = BaseDocument & Pick<UserDocument, "id" | "documen
|
|
|
1752
1752
|
};
|
|
1753
1753
|
type UserAuthorizationSuccessResponse = {
|
|
1754
1754
|
jwt: string;
|
|
1755
|
-
user:
|
|
1755
|
+
user: UserWithAccountDocument;
|
|
1756
1756
|
};
|
|
1757
1757
|
|
|
1758
1758
|
type BaseDocument = {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@joeygrable94/utm-src-pub-validators",
|
|
3
3
|
"description": "Schema Validator for UTM.Src.Pub types",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.40",
|
|
5
5
|
"author": "Joey Grable <joey@getcommunity.com> (https://joeygrable.com)",
|
|
6
6
|
"contributors": [],
|
|
7
7
|
"main": "dist/index.js",
|