@djangocfg/api 2.1.41 → 2.1.43
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/auth.cjs +42 -44
- package/dist/auth.cjs.map +1 -1
- package/dist/auth.mjs +50 -45
- package/dist/auth.mjs.map +1 -1
- package/dist/clients.cjs +1842 -1842
- package/dist/clients.cjs.map +1 -1
- package/dist/clients.d.cts +1627 -1837
- package/dist/clients.d.ts +1627 -1837
- package/dist/clients.mjs +1840 -1840
- package/dist/clients.mjs.map +1 -1
- package/dist/hooks.cjs.map +1 -1
- package/dist/hooks.d.cts +0 -66
- package/dist/hooks.d.ts +0 -66
- package/dist/hooks.mjs.map +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +0 -210
- package/dist/index.d.ts +0 -210
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
- package/src/auth/context/AccountsContext.tsx +15 -15
- package/src/auth/context/AuthContext.tsx +6 -5
- package/src/auth/hooks/useAuthForm.ts +1 -1
- package/src/auth/hooks/useAuthGuard.ts +2 -1
- package/src/auth/hooks/useAutoAuth.ts +4 -2
- package/src/auth/hooks/useGithubAuth.ts +3 -2
- package/src/auth/hooks/useLocalStorage.ts +1 -0
- package/src/auth/hooks/useProfileCache.ts +1 -1
- package/src/auth/hooks/useSessionStorage.ts +1 -0
- package/src/clients.ts +1 -1
- package/src/generated/cfg_accounts/CLAUDE.md +92 -0
- package/src/generated/cfg_accounts/_utils/fetchers/accounts.ts +1 -8
- package/src/generated/cfg_accounts/_utils/fetchers/accounts__auth.ts +1 -8
- package/src/generated/cfg_accounts/_utils/fetchers/accounts__oauth.ts +1 -8
- package/src/generated/cfg_accounts/_utils/fetchers/accounts__user_profile.ts +1 -8
- package/src/generated/cfg_accounts/_utils/fetchers/index.ts +1 -8
- package/src/generated/cfg_accounts/_utils/hooks/accounts.ts +1 -8
- package/src/generated/cfg_accounts/_utils/hooks/accounts__auth.ts +1 -8
- package/src/generated/cfg_accounts/_utils/hooks/accounts__oauth.ts +1 -8
- package/src/generated/cfg_accounts/_utils/hooks/accounts__user_profile.ts +1 -8
- package/src/generated/cfg_accounts/_utils/hooks/index.ts +1 -8
- package/src/generated/cfg_accounts/_utils/schemas/index.ts +1 -8
- package/src/generated/cfg_accounts/accounts/index.ts +1 -8
- package/src/generated/cfg_accounts/accounts/models.ts +1 -8
- package/src/generated/cfg_accounts/accounts__auth/index.ts +1 -8
- package/src/generated/cfg_accounts/accounts__auth/models.ts +1 -8
- package/src/generated/cfg_accounts/accounts__oauth/index.ts +1 -8
- package/src/generated/cfg_accounts/accounts__oauth/models.ts +1 -8
- package/src/generated/cfg_accounts/accounts__user_profile/index.ts +1 -8
- package/src/generated/cfg_accounts/accounts__user_profile/models.ts +1 -8
- package/src/generated/cfg_accounts/api-instance.ts +1 -8
- package/src/generated/cfg_accounts/enums.ts +1 -8
- package/src/generated/cfg_accounts/errors.ts +1 -8
- package/src/generated/cfg_accounts/http.ts +1 -8
- package/src/generated/cfg_accounts/index.ts +1 -8
- package/src/generated/cfg_accounts/logger.ts +1 -8
- package/src/generated/cfg_accounts/retry.ts +1 -8
- package/src/generated/cfg_accounts/storage.ts +1 -8
- package/src/generated/cfg_accounts/validation-events.ts +1 -8
- package/src/generated/cfg_centrifugo/CLAUDE.md +92 -0
- package/src/generated/cfg_centrifugo/_utils/fetchers/centrifugo__centrifugo_admin_api.ts +1 -8
- package/src/generated/cfg_centrifugo/_utils/fetchers/centrifugo__centrifugo_auth.ts +1 -8
- package/src/generated/cfg_centrifugo/_utils/fetchers/centrifugo__centrifugo_monitoring.ts +1 -8
- package/src/generated/cfg_centrifugo/_utils/fetchers/centrifugo__centrifugo_testing.ts +1 -8
- package/src/generated/cfg_centrifugo/_utils/fetchers/index.ts +1 -8
- package/src/generated/cfg_centrifugo/_utils/hooks/centrifugo__centrifugo_admin_api.ts +1 -8
- package/src/generated/cfg_centrifugo/_utils/hooks/centrifugo__centrifugo_auth.ts +1 -8
- package/src/generated/cfg_centrifugo/_utils/hooks/centrifugo__centrifugo_monitoring.ts +1 -8
- package/src/generated/cfg_centrifugo/_utils/hooks/centrifugo__centrifugo_testing.ts +1 -8
- package/src/generated/cfg_centrifugo/_utils/hooks/index.ts +1 -8
- package/src/generated/cfg_centrifugo/_utils/schemas/index.ts +1 -8
- package/src/generated/cfg_centrifugo/api-instance.ts +1 -8
- package/src/generated/cfg_centrifugo/centrifugo__centrifugo_admin_api/index.ts +1 -8
- package/src/generated/cfg_centrifugo/centrifugo__centrifugo_admin_api/models.ts +1 -8
- package/src/generated/cfg_centrifugo/centrifugo__centrifugo_auth/index.ts +1 -8
- package/src/generated/cfg_centrifugo/centrifugo__centrifugo_auth/models.ts +1 -8
- package/src/generated/cfg_centrifugo/centrifugo__centrifugo_monitoring/index.ts +1 -8
- package/src/generated/cfg_centrifugo/centrifugo__centrifugo_monitoring/models.ts +1 -8
- package/src/generated/cfg_centrifugo/centrifugo__centrifugo_testing/index.ts +1 -8
- package/src/generated/cfg_centrifugo/centrifugo__centrifugo_testing/models.ts +1 -8
- package/src/generated/cfg_centrifugo/errors.ts +1 -8
- package/src/generated/cfg_centrifugo/http.ts +1 -8
- package/src/generated/cfg_centrifugo/index.ts +1 -8
- package/src/generated/cfg_centrifugo/logger.ts +1 -8
- package/src/generated/cfg_centrifugo/retry.ts +1 -8
- package/src/generated/cfg_centrifugo/storage.ts +1 -8
- package/src/generated/cfg_centrifugo/validation-events.ts +1 -8
- package/src/generated/cfg_webpush/CLAUDE.md +70 -0
- package/src/generated/cfg_webpush/_utils/fetchers/index.ts +1 -8
- package/src/generated/cfg_webpush/_utils/fetchers/webpush__web_push.ts +1 -8
- package/src/generated/cfg_webpush/_utils/hooks/index.ts +1 -8
- package/src/generated/cfg_webpush/_utils/hooks/webpush__web_push.ts +1 -8
- package/src/generated/cfg_webpush/_utils/schemas/index.ts +1 -8
- package/src/generated/cfg_webpush/api-instance.ts +1 -8
- package/src/generated/cfg_webpush/errors.ts +1 -8
- package/src/generated/cfg_webpush/http.ts +1 -8
- package/src/generated/cfg_webpush/index.ts +1 -8
- package/src/generated/cfg_webpush/logger.ts +1 -8
- package/src/generated/cfg_webpush/retry.ts +1 -8
- package/src/generated/cfg_webpush/storage.ts +1 -8
- package/src/generated/cfg_webpush/validation-events.ts +1 -8
- package/src/generated/cfg_webpush/webpush__web_push/index.ts +1 -8
- package/src/generated/cfg_webpush/webpush__web_push/models.ts +1 -8
|
@@ -1,11 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by DjangoCFG.
|
|
5
|
-
* Any manual changes will be lost when the code is regenerated.
|
|
6
|
-
*
|
|
7
|
-
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
8
|
-
*/
|
|
1
|
+
// Auto-generated by DjangoCFG - see CLAUDE.md
|
|
9
2
|
/**
|
|
10
3
|
* Django CFG API - API Client with JWT Management
|
|
11
4
|
*
|
|
@@ -1,11 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by DjangoCFG.
|
|
5
|
-
* Any manual changes will be lost when the code is regenerated.
|
|
6
|
-
*
|
|
7
|
-
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
8
|
-
*/
|
|
1
|
+
// Auto-generated by DjangoCFG - see CLAUDE.md
|
|
9
2
|
/**
|
|
10
3
|
* API Logger with Consola
|
|
11
4
|
* Beautiful console logging for API requests and responses
|
|
@@ -1,11 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by DjangoCFG.
|
|
5
|
-
* Any manual changes will be lost when the code is regenerated.
|
|
6
|
-
*
|
|
7
|
-
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
8
|
-
*/
|
|
1
|
+
// Auto-generated by DjangoCFG - see CLAUDE.md
|
|
9
2
|
/**
|
|
10
3
|
* Retry Configuration and Utilities
|
|
11
4
|
*
|
|
@@ -1,11 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by DjangoCFG.
|
|
5
|
-
* Any manual changes will be lost when the code is regenerated.
|
|
6
|
-
*
|
|
7
|
-
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
8
|
-
*/
|
|
1
|
+
// Auto-generated by DjangoCFG - see CLAUDE.md
|
|
9
2
|
/**
|
|
10
3
|
* Storage adapters for cross-platform token storage.
|
|
11
4
|
*
|
|
@@ -1,11 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by DjangoCFG.
|
|
5
|
-
* Any manual changes will be lost when the code is regenerated.
|
|
6
|
-
*
|
|
7
|
-
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
8
|
-
*/
|
|
1
|
+
// Auto-generated by DjangoCFG - see CLAUDE.md
|
|
9
2
|
/**
|
|
10
3
|
* Zod Validation Events - Browser CustomEvent integration
|
|
11
4
|
*
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by DjangoCFG.
|
|
5
|
-
* Any manual changes will be lost when the code is regenerated.
|
|
6
|
-
*
|
|
7
|
-
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
8
|
-
*/
|
|
1
|
+
// Auto-generated by DjangoCFG - see CLAUDE.md
|
|
9
2
|
export * from "./client";
|
|
10
3
|
export * as Models from "./models";
|
|
@@ -1,11 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by DjangoCFG.
|
|
5
|
-
* Any manual changes will be lost when the code is regenerated.
|
|
6
|
-
*
|
|
7
|
-
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
8
|
-
*/
|
|
1
|
+
// Auto-generated by DjangoCFG - see CLAUDE.md
|
|
9
2
|
/**
|
|
10
3
|
* Request serializer for sending push notifications.
|
|
11
4
|
*
|