@q2devel/q2-core 1.0.4 → 1.0.6
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/api/cart/Cart.service.js +2 -2
- package/dist/api/pages/branch/branch.service.d.ts +9 -0
- package/dist/api/pages/branch/branch.service.d.ts.map +1 -0
- package/dist/api/pages/branch/branch.service.js +39 -0
- package/dist/api/pages/branch/branchService.types.d.ts +16 -0
- package/dist/api/pages/branch/branchService.types.d.ts.map +1 -0
- package/dist/api/pages/faq/faq.service.d.ts +9 -0
- package/dist/api/pages/faq/faq.service.d.ts.map +1 -0
- package/dist/api/pages/faq/faq.service.js +33 -0
- package/dist/api/pages/faq/faqService.types.d.ts +11 -0
- package/dist/api/pages/faq/faqService.types.d.ts.map +1 -0
- package/dist/api/pages/page/page.service.d.ts +10 -0
- package/dist/api/pages/page/page.service.d.ts.map +1 -0
- package/dist/api/pages/page/page.service.js +33 -0
- package/dist/api/pages/page/pageService.types.d.ts +8 -0
- package/dist/api/pages/page/pageService.types.d.ts.map +1 -0
- package/dist/api/pages/page/pageService.types.js +1 -0
- package/dist/api/products/getProducts.d.ts.map +1 -1
- package/dist/api/products/getProducts.js +2 -2
- package/dist/api/user/getUser/user.service.d.ts +8 -0
- package/dist/api/user/getUser/user.service.d.ts.map +1 -0
- package/dist/api/user/getUser/user.service.js +25 -0
- package/dist/api/user/getUser/userService.types.d.ts +42 -0
- package/dist/api/user/getUser/userService.types.d.ts.map +1 -0
- package/dist/api/user/getUser/userService.types.js +1 -0
- package/dist/api/user/register/Register.service.d.ts +8 -0
- package/dist/api/user/register/Register.service.d.ts.map +1 -0
- package/dist/api/user/register/Register.service.js +24 -0
- package/dist/api/user/register/RegisterService.types.d.ts +13 -0
- package/dist/api/user/register/RegisterService.types.d.ts.map +1 -0
- package/dist/api/user/register/RegisterService.types.js +1 -0
- package/dist/api/user/resetPassword/resetPassword.service.d.ts +8 -0
- package/dist/api/user/resetPassword/resetPassword.service.d.ts.map +1 -0
- package/dist/api/user/resetPassword/resetPassword.service.js +4 -0
- package/dist/{types/content/ResetPassword.d.ts → api/user/resetPassword/resetPasswordSevice.types.d.ts} +2 -2
- package/dist/api/user/resetPassword/resetPasswordSevice.types.d.ts.map +1 -0
- package/dist/api/user/resetPassword/resetPasswordSevice.types.js +1 -0
- package/dist/api/wishlist/Wishlist.service.js +1 -1
- package/dist/auth/auth/auth.config.d.ts +14 -0
- package/dist/auth/auth/auth.config.d.ts.map +1 -0
- package/dist/auth/auth/auth.config.js +1 -0
- package/dist/auth/auth/auth.d.ts +36 -0
- package/dist/auth/auth/auth.d.ts.map +1 -0
- package/dist/auth/auth/auth.js +111 -0
- package/dist/auth/auth/auth.types.d.ts +38 -0
- package/dist/auth/auth/auth.types.d.ts.map +1 -0
- package/dist/auth/auth/auth.types.js +1 -0
- package/dist/auth/context/AuthContext.d.ts +4 -0
- package/dist/auth/context/AuthContext.d.ts.map +1 -0
- package/dist/auth/context/AuthContext.js +158 -0
- package/dist/auth/hooks/useCurrentUser.d.ts +11 -0
- package/dist/auth/hooks/useCurrentUser.d.ts.map +1 -0
- package/dist/auth/hooks/useCurrentUser.js +15 -0
- package/dist/auth/hooks/useSignIn.d.ts +7 -0
- package/dist/auth/hooks/useSignIn.d.ts.map +1 -0
- package/dist/auth/hooks/useSignIn.js +33 -0
- package/dist/auth/hooks/useSignOut.d.ts +5 -0
- package/dist/auth/hooks/useSignOut.d.ts.map +1 -0
- package/dist/auth/hooks/useSignOut.js +27 -0
- package/dist/auth/services/user.service.d.ts +11 -0
- package/dist/auth/services/user.service.d.ts.map +1 -0
- package/dist/auth/services/user.service.js +24 -0
- package/dist/auth/services/userService.types.d.ts +42 -0
- package/dist/auth/services/userService.types.d.ts.map +1 -0
- package/dist/auth/services/userService.types.js +1 -0
- package/dist/hooks/user/useGetUser.d.ts +3 -0
- package/dist/hooks/user/useGetUser.d.ts.map +1 -0
- package/dist/hooks/user/useGetUser.js +11 -0
- package/dist/index.d.ts +17 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +23 -1
- package/dist/types/products/Product.d.ts +2 -0
- package/dist/types/products/Product.d.ts.map +1 -1
- package/dist/utils/mapProducts.d.ts +3 -2
- package/dist/utils/mapProducts.d.ts.map +1 -1
- package/dist/utils/mapProducts.js +22 -10
- package/package.json +5 -1
- package/dist/api/user/getUserCart.d.ts +0 -1
- package/dist/api/user/getUserCart.d.ts.map +0 -1
- package/dist/api/user/getUserCart.js +0 -1
- package/dist/types/ResetPassword.d.ts +0 -8
- package/dist/types/ResetPassword.d.ts.map +0 -1
- package/dist/types/content/ResetPassword.d.ts.map +0 -1
- /package/dist/{types/ResetPassword.js → api/pages/branch/branchService.types.js} +0 -0
- /package/dist/{types/content/ResetPassword.js → api/pages/faq/faqService.types.js} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@q2devel/q2-core",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -18,6 +18,8 @@
|
|
|
18
18
|
],
|
|
19
19
|
"license": "MIT",
|
|
20
20
|
"devDependencies": {
|
|
21
|
+
"@types/js-cookie": "^3.0.6",
|
|
22
|
+
"@types/jwt-decode": "^2.2.1",
|
|
21
23
|
"@types/react": "^19.1.7",
|
|
22
24
|
"@types/react-dom": "^19.1.6",
|
|
23
25
|
"typescript": "^5.8.3"
|
|
@@ -26,6 +28,8 @@
|
|
|
26
28
|
"@tanstack/react-query": "^5.80.6",
|
|
27
29
|
"axios": "^1.9.0",
|
|
28
30
|
"drupal-jsonapi-params": "^2.3.2",
|
|
31
|
+
"js-cookie": "^3.0.5",
|
|
32
|
+
"jwt-decode": "^4.0.0",
|
|
29
33
|
"react": "^19.1.0"
|
|
30
34
|
}
|
|
31
35
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=getUserCart.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getUserCart.d.ts","sourceRoot":"","sources":["../../../api/user/getUserCart.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ResetPassword.d.ts","sourceRoot":"","sources":["../../types/ResetPassword.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,qBAAqB,GAAG;IAClC,IAAI,EAAE;QACJ,EAAE,EAAE,MAAM,CAAC;QACX,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;IACF,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ResetPassword.d.ts","sourceRoot":"","sources":["../../../types/content/ResetPassword.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,qBAAqB,GAAG;IAClC,IAAI,EAAE;QACJ,EAAE,EAAE,MAAM,CAAC;QACX,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;IACF,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC"}
|
|
File without changes
|
|
File without changes
|