@djangocfg/api 2.1.215 → 2.1.217
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-server.cjs +101 -99
- package/dist/auth-server.cjs.map +1 -1
- package/dist/auth-server.mjs +101 -99
- package/dist/auth-server.mjs.map +1 -1
- package/dist/auth.cjs +164 -158
- package/dist/auth.cjs.map +1 -1
- package/dist/auth.mjs +164 -158
- package/dist/auth.mjs.map +1 -1
- package/dist/clients.cjs +176 -170
- package/dist/clients.cjs.map +1 -1
- package/dist/clients.d.cts +248 -242
- package/dist/clients.d.ts +248 -242
- package/dist/clients.mjs +176 -170
- package/dist/clients.mjs.map +1 -1
- package/dist/hooks.cjs +59 -57
- package/dist/hooks.cjs.map +1 -1
- package/dist/hooks.d.cts +56 -54
- package/dist/hooks.d.ts +56 -54
- package/dist/hooks.mjs +59 -57
- package/dist/hooks.mjs.map +1 -1
- package/dist/index.cjs +140 -120
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +110 -68
- package/dist/index.d.ts +110 -68
- package/dist/index.mjs +140 -120
- package/dist/index.mjs.map +1 -1
- package/package.json +8 -8
- package/src/.claude/.sidecar/activity.jsonl +4 -0
- package/src/.claude/.sidecar/history/2026-03-13.md +28 -0
- package/src/.claude/.sidecar/map_cache.json +50 -0
- package/src/.claude/.sidecar/review.md +28 -0
- package/src/.claude/.sidecar/scan.log +3 -0
- package/src/.claude/.sidecar/tasks/T-001.md +18 -0
- package/src/.claude/.sidecar/tasks/T-002.md +18 -0
- package/src/.claude/.sidecar/tasks/T-003.md +18 -0
- package/src/.claude/.sidecar/tasks/T-004.md +18 -0
- package/src/.claude/.sidecar/usage.json +5 -0
- package/src/.claude/project-map.md +34 -0
- package/src/_api/BaseClient.ts +22 -0
- package/src/{generated → _api/generated}/cfg_accounts/_utils/hooks/accounts__user_profile.ts +3 -3
- package/src/{generated → _api/generated}/cfg_accounts/_utils/schemas/CentrifugoToken.schema.ts +1 -1
- package/src/_api/generated/cfg_accounts/_utils/schemas/OAuthAuthorizeRequestRequest.schema.ts +20 -0
- package/src/{generated → _api/generated}/cfg_accounts/_utils/schemas/OAuthAuthorizeResponse.schema.ts +1 -1
- package/src/{generated → _api/generated}/cfg_accounts/_utils/schemas/OAuthCallbackRequestRequest.schema.ts +1 -1
- package/src/{generated → _api/generated}/cfg_accounts/_utils/schemas/OAuthConnection.schema.ts +1 -1
- package/src/{generated → _api/generated}/cfg_accounts/_utils/schemas/OTPRequestRequest.schema.ts +1 -1
- package/src/{generated → _api/generated}/cfg_accounts/_utils/schemas/OTPVerifyRequest.schema.ts +1 -1
- package/src/{generated → _api/generated}/cfg_accounts/_utils/schemas/User.schema.ts +1 -1
- package/src/{generated → _api/generated}/cfg_accounts/accounts__oauth/models.ts +49 -25
- package/src/{generated → _api/generated}/cfg_accounts/http.ts +26 -0
- package/src/{generated → _api/generated}/cfg_accounts/index.ts +5 -1
- package/src/{generated → _api/generated}/cfg_centrifugo/centrifugo__centrifugo_monitoring/client.ts +4 -4
- package/src/{generated/cfg_totp → _api/generated/cfg_centrifugo}/http.ts +26 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/index.ts +5 -1
- package/src/{generated → _api/generated}/cfg_totp/_utils/schemas/TotpVerifyUser.schema.ts +1 -1
- package/src/{generated/cfg_centrifugo → _api/generated/cfg_totp}/http.ts +26 -0
- package/src/{generated → _api/generated}/cfg_totp/index.ts +5 -1
- package/src/_api/index.ts +23 -0
- package/src/auth/context/AccountsContext.tsx +3 -3
- package/src/clients.ts +16 -16
- package/src/hooks/accounts.ts +1 -1
- package/src/index.ts +6 -6
- package/src/server.ts +5 -5
- package/src/generated/cfg_accounts/_utils/schemas/OAuthAuthorizeRequestRequest.schema.ts +0 -20
- package/src/{generated → _api/generated}/cfg_accounts/CLAUDE.md +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/_utils/fetchers/accounts.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/_utils/fetchers/accounts__auth.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/_utils/fetchers/accounts__oauth.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/_utils/fetchers/accounts__user_profile.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/_utils/fetchers/index.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/_utils/hooks/accounts.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/_utils/hooks/accounts__auth.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/_utils/hooks/accounts__oauth.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/_utils/hooks/index.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/_utils/schemas/AccountDeleteResponse.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/_utils/schemas/CfgAccountsProfileAvatarCreateRequest.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/_utils/schemas/OAuthDisconnectRequestRequest.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/_utils/schemas/OAuthError.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/_utils/schemas/OAuthProvidersResponse.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/_utils/schemas/OAuthTokenResponse.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/_utils/schemas/OTPErrorResponse.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/_utils/schemas/OTPRequestResponse.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/_utils/schemas/OTPVerifyResponse.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/_utils/schemas/PatchedUserProfileUpdateRequest.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/_utils/schemas/TokenRefresh.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/_utils/schemas/TokenRefreshRequest.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/_utils/schemas/UserProfileUpdateRequest.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/_utils/schemas/index.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/accounts/client.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/accounts/index.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/accounts/models.ts +20 -20
- package/src/{generated → _api/generated}/cfg_accounts/accounts__auth/client.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/accounts__auth/index.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/accounts__auth/models.ts +5 -5
- package/src/{generated → _api/generated}/cfg_accounts/accounts__oauth/client.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/accounts__oauth/index.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/accounts__user_profile/client.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/accounts__user_profile/index.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/accounts__user_profile/models.ts +12 -12
- package/src/{generated → _api/generated}/cfg_accounts/api-instance.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/client.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/enums.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/errors.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/logger.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/retry.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/schema.json +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/storage.ts +0 -0
- package/src/{generated → _api/generated}/cfg_accounts/validation-events.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/CLAUDE.md +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/fetchers/centrifugo__centrifugo_admin_api.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/fetchers/centrifugo__centrifugo_auth.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/fetchers/centrifugo__centrifugo_monitoring.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/fetchers/centrifugo__centrifugo_testing.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/fetchers/index.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/hooks/centrifugo__centrifugo_admin_api.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/hooks/centrifugo__centrifugo_auth.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/hooks/centrifugo__centrifugo_monitoring.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/hooks/centrifugo__centrifugo_testing.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/hooks/index.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/CentrifugoChannelInfo.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/CentrifugoChannelsRequestRequest.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/CentrifugoChannelsResponse.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/CentrifugoChannelsResult.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/CentrifugoClientInfo.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/CentrifugoError.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/CentrifugoHealthCheck.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/CentrifugoHistoryRequestRequest.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/CentrifugoHistoryResponse.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/CentrifugoHistoryResult.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/CentrifugoInfoResponse.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/CentrifugoInfoResult.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/CentrifugoMetrics.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/CentrifugoNodeInfo.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/CentrifugoOverviewStats.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/CentrifugoPresenceRequestRequest.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/CentrifugoPresenceResponse.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/CentrifugoPresenceResult.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/CentrifugoPresenceStatsRequestRequest.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/CentrifugoPresenceStatsResponse.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/CentrifugoPresenceStatsResult.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/CentrifugoProcess.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/CentrifugoPublication.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/CentrifugoStreamPosition.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/ChannelList.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/ChannelStats.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/ConnectionTokenResponse.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/ManualAckRequestRequest.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/ManualAckResponse.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/PaginatedPublishList.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/Publish.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/PublishTestRequestRequest.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/PublishTestResponse.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/TimelineItem.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/TimelineResponse.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/index.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/api-instance.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/centrifugo__centrifugo_admin_api/client.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/centrifugo__centrifugo_admin_api/index.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/centrifugo__centrifugo_admin_api/models.ts +74 -74
- package/src/{generated → _api/generated}/cfg_centrifugo/centrifugo__centrifugo_auth/client.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/centrifugo__centrifugo_auth/index.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/centrifugo__centrifugo_auth/models.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/centrifugo__centrifugo_monitoring/index.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/centrifugo__centrifugo_monitoring/models.ts +61 -61
- package/src/{generated → _api/generated}/cfg_centrifugo/centrifugo__centrifugo_testing/client.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/centrifugo__centrifugo_testing/index.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/centrifugo__centrifugo_testing/models.ts +25 -25
- package/src/{generated → _api/generated}/cfg_centrifugo/client.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/errors.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/logger.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/retry.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/schema.json +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/storage.ts +0 -0
- package/src/{generated → _api/generated}/cfg_centrifugo/validation-events.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/CLAUDE.md +0 -0
- package/src/{generated → _api/generated}/cfg_totp/_utils/fetchers/index.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/_utils/fetchers/totp.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/_utils/fetchers/totp__backup_codes.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/_utils/fetchers/totp__totp_management.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/_utils/fetchers/totp__totp_setup.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/_utils/fetchers/totp__totp_verification.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/_utils/hooks/index.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/_utils/hooks/totp.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/_utils/hooks/totp__backup_codes.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/_utils/hooks/totp__totp_management.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/_utils/hooks/totp__totp_setup.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/_utils/hooks/totp__totp_verification.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/_utils/schemas/BackupCodesRegenerateRequest.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/_utils/schemas/BackupCodesRegenerateResponse.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/_utils/schemas/BackupCodesStatus.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/_utils/schemas/ConfirmSetupRequest.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/_utils/schemas/ConfirmSetupResponse.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/_utils/schemas/DeviceList.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/_utils/schemas/DeviceListResponse.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/_utils/schemas/DisableRequest.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/_utils/schemas/PaginatedDeviceListResponseList.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/_utils/schemas/SetupRequest.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/_utils/schemas/SetupResponse.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/_utils/schemas/VerifyBackupRequest.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/_utils/schemas/VerifyRequest.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/_utils/schemas/VerifyResponse.schema.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/_utils/schemas/index.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/api-instance.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/client.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/enums.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/errors.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/logger.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/retry.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/schema.json +0 -0
- package/src/{generated → _api/generated}/cfg_totp/storage.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/totp/client.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/totp/index.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/totp/models.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/totp__backup_codes/client.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/totp__backup_codes/index.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/totp__backup_codes/models.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/totp__totp_management/client.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/totp__totp_management/index.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/totp__totp_management/models.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/totp__totp_setup/client.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/totp__totp_setup/index.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/totp__totp_setup/models.ts +23 -23
- package/src/{generated → _api/generated}/cfg_totp/totp__totp_verification/client.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/totp__totp_verification/index.ts +0 -0
- package/src/{generated → _api/generated}/cfg_totp/totp__totp_verification/models.ts +12 -12
- /package/src/{generated → _api/generated}/cfg_totp/validation-events.ts +0 -0
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/CentrifugoMetrics.schema.ts
RENAMED
|
File without changes
|
package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/CentrifugoNodeInfo.schema.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/CentrifugoProcess.schema.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/ChannelList.schema.ts
RENAMED
|
File without changes
|
package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/ChannelStats.schema.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/ManualAckResponse.schema.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/PublishTestResponse.schema.ts
RENAMED
|
File without changes
|
package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/TimelineItem.schema.ts
RENAMED
|
File without changes
|
package/src/{generated → _api/generated}/cfg_centrifugo/_utils/schemas/TimelineResponse.schema.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/{generated → _api/generated}/cfg_centrifugo/centrifugo__centrifugo_admin_api/client.ts
RENAMED
|
File without changes
|
package/src/{generated → _api/generated}/cfg_centrifugo/centrifugo__centrifugo_admin_api/index.ts
RENAMED
|
File without changes
|
package/src/{generated → _api/generated}/cfg_centrifugo/centrifugo__centrifugo_admin_api/models.ts
RENAMED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
// @ts-nocheck
|
|
2
2
|
// Auto-generated by DjangoCFG - see CLAUDE.md
|
|
3
3
|
/**
|
|
4
|
-
* Request to
|
|
4
|
+
* Request to get channel presence statistics.
|
|
5
5
|
*
|
|
6
6
|
* Request model (no read-only fields).
|
|
7
7
|
*/
|
|
8
|
-
export interface
|
|
9
|
-
/**
|
|
10
|
-
|
|
8
|
+
export interface CentrifugoPresenceStatsRequestRequest {
|
|
9
|
+
/** Channel name */
|
|
10
|
+
channel: string;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* Server info response.
|
|
15
15
|
*
|
|
16
16
|
* Response model (includes read-only fields).
|
|
17
17
|
*/
|
|
18
|
-
export interface
|
|
18
|
+
export interface CentrifugoInfoResponse {
|
|
19
19
|
error?: CentrifugoError | null;
|
|
20
|
-
result?:
|
|
20
|
+
result?: CentrifugoInfoResult | null;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
/**
|
|
@@ -36,63 +36,73 @@ export interface CentrifugoHistoryRequestRequest {
|
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
/**
|
|
39
|
-
*
|
|
39
|
+
* Request to list active channels.
|
|
40
|
+
*
|
|
41
|
+
* Request model (no read-only fields).
|
|
42
|
+
*/
|
|
43
|
+
export interface CentrifugoChannelsRequestRequest {
|
|
44
|
+
/** Pattern to filter channels (e.g., 'user:*') */
|
|
45
|
+
pattern?: string | null;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Channel presence response.
|
|
40
50
|
*
|
|
41
51
|
* Response model (includes read-only fields).
|
|
42
52
|
*/
|
|
43
|
-
export interface
|
|
53
|
+
export interface CentrifugoPresenceResponse {
|
|
44
54
|
error?: CentrifugoError | null;
|
|
45
|
-
result?:
|
|
55
|
+
result?: CentrifugoPresenceResult | null;
|
|
46
56
|
}
|
|
47
57
|
|
|
48
58
|
/**
|
|
49
|
-
*
|
|
59
|
+
* Channel presence stats response.
|
|
50
60
|
*
|
|
51
61
|
* Response model (includes read-only fields).
|
|
52
62
|
*/
|
|
53
|
-
export interface
|
|
63
|
+
export interface CentrifugoPresenceStatsResponse {
|
|
54
64
|
error?: CentrifugoError | null;
|
|
55
|
-
result?:
|
|
65
|
+
result?: CentrifugoPresenceStatsResult | null;
|
|
56
66
|
}
|
|
57
67
|
|
|
58
68
|
/**
|
|
59
|
-
*
|
|
69
|
+
* Channel history response.
|
|
60
70
|
*
|
|
61
|
-
*
|
|
71
|
+
* Response model (includes read-only fields).
|
|
62
72
|
*/
|
|
63
|
-
export interface
|
|
64
|
-
|
|
65
|
-
|
|
73
|
+
export interface CentrifugoHistoryResponse {
|
|
74
|
+
error?: CentrifugoError | null;
|
|
75
|
+
result?: CentrifugoHistoryResult | null;
|
|
66
76
|
}
|
|
67
77
|
|
|
68
78
|
/**
|
|
69
|
-
*
|
|
79
|
+
* List of active channels response.
|
|
70
80
|
*
|
|
71
81
|
* Response model (includes read-only fields).
|
|
72
82
|
*/
|
|
73
|
-
export interface
|
|
83
|
+
export interface CentrifugoChannelsResponse {
|
|
74
84
|
error?: CentrifugoError | null;
|
|
75
|
-
result?:
|
|
85
|
+
result?: CentrifugoChannelsResult | null;
|
|
76
86
|
}
|
|
77
87
|
|
|
78
88
|
/**
|
|
79
|
-
* Request to get channel presence
|
|
89
|
+
* Request to get channel presence.
|
|
80
90
|
*
|
|
81
91
|
* Request model (no read-only fields).
|
|
82
92
|
*/
|
|
83
|
-
export interface
|
|
93
|
+
export interface CentrifugoPresenceRequestRequest {
|
|
84
94
|
/** Channel name */
|
|
85
95
|
channel: string;
|
|
86
96
|
}
|
|
87
97
|
|
|
88
98
|
/**
|
|
89
|
-
*
|
|
99
|
+
* Info result wrapper.
|
|
90
100
|
*
|
|
91
101
|
* Response model (includes read-only fields).
|
|
92
102
|
*/
|
|
93
|
-
export interface
|
|
94
|
-
|
|
95
|
-
|
|
103
|
+
export interface CentrifugoInfoResult {
|
|
104
|
+
/** List of Centrifugo nodes */
|
|
105
|
+
nodes: Array<CentrifugoNodeInfo>;
|
|
96
106
|
}
|
|
97
107
|
|
|
98
108
|
/**
|
|
@@ -107,16 +117,6 @@ export interface CentrifugoError {
|
|
|
107
117
|
message?: string;
|
|
108
118
|
}
|
|
109
119
|
|
|
110
|
-
/**
|
|
111
|
-
* Channels result wrapper.
|
|
112
|
-
*
|
|
113
|
-
* Response model (includes read-only fields).
|
|
114
|
-
*/
|
|
115
|
-
export interface CentrifugoChannelsResult {
|
|
116
|
-
/** Map of channel names to channel info */
|
|
117
|
-
channels: Record<string, CentrifugoChannelInfo>;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
120
|
/**
|
|
121
121
|
* Stream position for pagination.
|
|
122
122
|
*
|
|
@@ -129,30 +129,6 @@ export interface CentrifugoStreamPosition {
|
|
|
129
129
|
epoch: string;
|
|
130
130
|
}
|
|
131
131
|
|
|
132
|
-
/**
|
|
133
|
-
* History result wrapper.
|
|
134
|
-
*
|
|
135
|
-
* Response model (includes read-only fields).
|
|
136
|
-
*/
|
|
137
|
-
export interface CentrifugoHistoryResult {
|
|
138
|
-
/** List of publications */
|
|
139
|
-
publications: Array<CentrifugoPublication>;
|
|
140
|
-
/** Current stream epoch */
|
|
141
|
-
epoch: string;
|
|
142
|
-
/** Latest stream offset */
|
|
143
|
-
offset: number;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
/**
|
|
147
|
-
* Info result wrapper.
|
|
148
|
-
*
|
|
149
|
-
* Response model (includes read-only fields).
|
|
150
|
-
*/
|
|
151
|
-
export interface CentrifugoInfoResult {
|
|
152
|
-
/** List of Centrifugo nodes */
|
|
153
|
-
nodes: Array<CentrifugoNodeInfo>;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
132
|
/**
|
|
157
133
|
* Presence result wrapper.
|
|
158
134
|
*
|
|
@@ -176,28 +152,27 @@ export interface CentrifugoPresenceStatsResult {
|
|
|
176
152
|
}
|
|
177
153
|
|
|
178
154
|
/**
|
|
179
|
-
*
|
|
155
|
+
* History result wrapper.
|
|
180
156
|
*
|
|
181
157
|
* Response model (includes read-only fields).
|
|
182
158
|
*/
|
|
183
|
-
export interface
|
|
184
|
-
/**
|
|
185
|
-
|
|
159
|
+
export interface CentrifugoHistoryResult {
|
|
160
|
+
/** List of publications */
|
|
161
|
+
publications: Array<CentrifugoPublication>;
|
|
162
|
+
/** Current stream epoch */
|
|
163
|
+
epoch: string;
|
|
164
|
+
/** Latest stream offset */
|
|
165
|
+
offset: number;
|
|
186
166
|
}
|
|
187
167
|
|
|
188
168
|
/**
|
|
189
|
-
*
|
|
169
|
+
* Channels result wrapper.
|
|
190
170
|
*
|
|
191
171
|
* Response model (includes read-only fields).
|
|
192
172
|
*/
|
|
193
|
-
export interface
|
|
194
|
-
/**
|
|
195
|
-
|
|
196
|
-
info?: CentrifugoClientInfo | null;
|
|
197
|
-
/** Message offset in channel stream */
|
|
198
|
-
offset: number;
|
|
199
|
-
/** Optional message tags */
|
|
200
|
-
tags?: Record<string, any> | null;
|
|
173
|
+
export interface CentrifugoChannelsResult {
|
|
174
|
+
/** Map of channel names to channel info */
|
|
175
|
+
channels: Record<string, CentrifugoChannelInfo>;
|
|
201
176
|
}
|
|
202
177
|
|
|
203
178
|
/**
|
|
@@ -242,6 +217,31 @@ export interface CentrifugoClientInfo {
|
|
|
242
217
|
chan_info?: Record<string, any> | null;
|
|
243
218
|
}
|
|
244
219
|
|
|
220
|
+
/**
|
|
221
|
+
* Single publication (message) in channel history.
|
|
222
|
+
*
|
|
223
|
+
* Response model (includes read-only fields).
|
|
224
|
+
*/
|
|
225
|
+
export interface CentrifugoPublication {
|
|
226
|
+
/** Message payload */
|
|
227
|
+
data: Record<string, any>;
|
|
228
|
+
info?: CentrifugoClientInfo | null;
|
|
229
|
+
/** Message offset in channel stream */
|
|
230
|
+
offset: number;
|
|
231
|
+
/** Optional message tags */
|
|
232
|
+
tags?: Record<string, any> | null;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
/**
|
|
236
|
+
* Information about a single channel.
|
|
237
|
+
*
|
|
238
|
+
* Response model (includes read-only fields).
|
|
239
|
+
*/
|
|
240
|
+
export interface CentrifugoChannelInfo {
|
|
241
|
+
/** Number of connected clients in channel */
|
|
242
|
+
num_clients: number;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
245
|
/**
|
|
246
246
|
* Server metrics.
|
|
247
247
|
*
|
package/src/{generated → _api/generated}/cfg_centrifugo/centrifugo__centrifugo_auth/client.ts
RENAMED
|
File without changes
|
package/src/{generated → _api/generated}/cfg_centrifugo/centrifugo__centrifugo_auth/index.ts
RENAMED
|
File without changes
|
package/src/{generated → _api/generated}/cfg_centrifugo/centrifugo__centrifugo_auth/models.ts
RENAMED
|
File without changes
|
package/src/{generated → _api/generated}/cfg_centrifugo/centrifugo__centrifugo_monitoring/index.ts
RENAMED
|
File without changes
|
package/src/{generated → _api/generated}/cfg_centrifugo/centrifugo__centrifugo_monitoring/models.ts
RENAMED
|
@@ -1,57 +1,5 @@
|
|
|
1
1
|
// @ts-nocheck
|
|
2
2
|
// Auto-generated by DjangoCFG - see CLAUDE.md
|
|
3
|
-
/**
|
|
4
|
-
* List of channel statistics.
|
|
5
|
-
*
|
|
6
|
-
* Response model (includes read-only fields).
|
|
7
|
-
*/
|
|
8
|
-
export interface ChannelList {
|
|
9
|
-
/** Channel statistics */
|
|
10
|
-
channels: Array<ChannelStats>;
|
|
11
|
-
/** Total number of channels */
|
|
12
|
-
total_channels: number;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* Health check response.
|
|
17
|
-
*
|
|
18
|
-
* Response model (includes read-only fields).
|
|
19
|
-
*/
|
|
20
|
-
export interface CentrifugoHealthCheck {
|
|
21
|
-
/** Health status: healthy or unhealthy */
|
|
22
|
-
status: string;
|
|
23
|
-
/** Configured wrapper URL */
|
|
24
|
-
wrapper_url: string;
|
|
25
|
-
/** Whether API key is configured */
|
|
26
|
-
has_api_key: boolean;
|
|
27
|
-
/** Current timestamp */
|
|
28
|
-
timestamp: string;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
/**
|
|
32
|
-
* Overview statistics for Centrifugo publishes.
|
|
33
|
-
*
|
|
34
|
-
* Response model (includes read-only fields).
|
|
35
|
-
*/
|
|
36
|
-
export interface CentrifugoOverviewStats {
|
|
37
|
-
/** Total publishes in period */
|
|
38
|
-
total: number;
|
|
39
|
-
/** Successful publishes */
|
|
40
|
-
successful: number;
|
|
41
|
-
/** Failed publishes */
|
|
42
|
-
failed: number;
|
|
43
|
-
/** Timeout publishes */
|
|
44
|
-
timeout: number;
|
|
45
|
-
/** Success rate percentage */
|
|
46
|
-
success_rate: number;
|
|
47
|
-
/** Average duration in milliseconds */
|
|
48
|
-
avg_duration_ms: number;
|
|
49
|
-
/** Average ACKs received */
|
|
50
|
-
avg_acks_received: number;
|
|
51
|
-
/** Statistics period in hours */
|
|
52
|
-
period_hours: number;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
3
|
/**
|
|
56
4
|
*
|
|
57
5
|
* Response model (includes read-only fields).
|
|
@@ -89,25 +37,55 @@ export interface TimelineResponse {
|
|
|
89
37
|
}
|
|
90
38
|
|
|
91
39
|
/**
|
|
92
|
-
*
|
|
40
|
+
* Health check response.
|
|
93
41
|
*
|
|
94
42
|
* Response model (includes read-only fields).
|
|
95
43
|
*/
|
|
96
|
-
export interface
|
|
97
|
-
/**
|
|
98
|
-
|
|
99
|
-
/**
|
|
44
|
+
export interface CentrifugoHealthCheck {
|
|
45
|
+
/** Health status: healthy or unhealthy */
|
|
46
|
+
status: string;
|
|
47
|
+
/** Configured wrapper URL */
|
|
48
|
+
wrapper_url: string;
|
|
49
|
+
/** Whether API key is configured */
|
|
50
|
+
has_api_key: boolean;
|
|
51
|
+
/** Current timestamp */
|
|
52
|
+
timestamp: string;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* List of channel statistics.
|
|
57
|
+
*
|
|
58
|
+
* Response model (includes read-only fields).
|
|
59
|
+
*/
|
|
60
|
+
export interface ChannelList {
|
|
61
|
+
/** Channel statistics */
|
|
62
|
+
channels: Array<ChannelStats>;
|
|
63
|
+
/** Total number of channels */
|
|
64
|
+
total_channels: number;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* Overview statistics for Centrifugo publishes.
|
|
69
|
+
*
|
|
70
|
+
* Response model (includes read-only fields).
|
|
71
|
+
*/
|
|
72
|
+
export interface CentrifugoOverviewStats {
|
|
73
|
+
/** Total publishes in period */
|
|
100
74
|
total: number;
|
|
101
75
|
/** Successful publishes */
|
|
102
76
|
successful: number;
|
|
103
77
|
/** Failed publishes */
|
|
104
78
|
failed: number;
|
|
105
|
-
/**
|
|
79
|
+
/** Timeout publishes */
|
|
80
|
+
timeout: number;
|
|
81
|
+
/** Success rate percentage */
|
|
82
|
+
success_rate: number;
|
|
83
|
+
/** Average duration in milliseconds */
|
|
106
84
|
avg_duration_ms: number;
|
|
107
85
|
/** Average ACKs received */
|
|
108
|
-
|
|
109
|
-
/**
|
|
110
|
-
|
|
86
|
+
avg_acks_received: number;
|
|
87
|
+
/** Statistics period in hours */
|
|
88
|
+
period_hours: number;
|
|
111
89
|
}
|
|
112
90
|
|
|
113
91
|
/**
|
|
@@ -142,3 +120,25 @@ export interface TimelineItem {
|
|
|
142
120
|
timeout: number;
|
|
143
121
|
}
|
|
144
122
|
|
|
123
|
+
/**
|
|
124
|
+
* Statistics per channel.
|
|
125
|
+
*
|
|
126
|
+
* Response model (includes read-only fields).
|
|
127
|
+
*/
|
|
128
|
+
export interface ChannelStats {
|
|
129
|
+
/** Channel name */
|
|
130
|
+
channel: string;
|
|
131
|
+
/** Total publishes to this channel */
|
|
132
|
+
total: number;
|
|
133
|
+
/** Successful publishes */
|
|
134
|
+
successful: number;
|
|
135
|
+
/** Failed publishes */
|
|
136
|
+
failed: number;
|
|
137
|
+
/** Average duration */
|
|
138
|
+
avg_duration_ms: number;
|
|
139
|
+
/** Average ACKs received */
|
|
140
|
+
avg_acks: number;
|
|
141
|
+
/** Last activity timestamp (ISO format) */
|
|
142
|
+
last_activity_at: string | null;
|
|
143
|
+
}
|
|
144
|
+
|
package/src/{generated → _api/generated}/cfg_centrifugo/centrifugo__centrifugo_testing/client.ts
RENAMED
|
File without changes
|
package/src/{generated → _api/generated}/cfg_centrifugo/centrifugo__centrifugo_testing/index.ts
RENAMED
|
File without changes
|
package/src/{generated → _api/generated}/cfg_centrifugo/centrifugo__centrifugo_testing/models.ts
RENAMED
|
@@ -1,21 +1,5 @@
|
|
|
1
1
|
// @ts-nocheck
|
|
2
2
|
// Auto-generated by DjangoCFG - see CLAUDE.md
|
|
3
|
-
/**
|
|
4
|
-
* Request model for test message publishing.
|
|
5
|
-
*
|
|
6
|
-
* Request model (no read-only fields).
|
|
7
|
-
*/
|
|
8
|
-
export interface PublishTestRequestRequest {
|
|
9
|
-
/** Target channel name */
|
|
10
|
-
channel: string;
|
|
11
|
-
/** Message data (any JSON object) */
|
|
12
|
-
data: Record<string, any>;
|
|
13
|
-
/** Wait for client acknowledgment */
|
|
14
|
-
wait_for_ack?: boolean;
|
|
15
|
-
/** ACK timeout in seconds */
|
|
16
|
-
ack_timeout?: number;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
3
|
/**
|
|
20
4
|
* Response model for test message publishing.
|
|
21
5
|
*
|
|
@@ -36,6 +20,20 @@ export interface PublishTestResponse {
|
|
|
36
20
|
error?: string | null;
|
|
37
21
|
}
|
|
38
22
|
|
|
23
|
+
/**
|
|
24
|
+
* Response model for manual ACK.
|
|
25
|
+
*
|
|
26
|
+
* Response model (includes read-only fields).
|
|
27
|
+
*/
|
|
28
|
+
export interface ManualAckResponse {
|
|
29
|
+
/** Whether ACK was sent successfully */
|
|
30
|
+
success: boolean;
|
|
31
|
+
/** Message ID that was acknowledged */
|
|
32
|
+
message_id: string;
|
|
33
|
+
/** Error message if failed */
|
|
34
|
+
error?: string | null;
|
|
35
|
+
}
|
|
36
|
+
|
|
39
37
|
/**
|
|
40
38
|
* Request model for manual ACK sending.
|
|
41
39
|
*
|
|
@@ -49,16 +47,18 @@ export interface ManualAckRequestRequest {
|
|
|
49
47
|
}
|
|
50
48
|
|
|
51
49
|
/**
|
|
52
|
-
*
|
|
50
|
+
* Request model for test message publishing.
|
|
53
51
|
*
|
|
54
|
-
*
|
|
52
|
+
* Request model (no read-only fields).
|
|
55
53
|
*/
|
|
56
|
-
export interface
|
|
57
|
-
/**
|
|
58
|
-
|
|
59
|
-
/** Message
|
|
60
|
-
|
|
61
|
-
/**
|
|
62
|
-
|
|
54
|
+
export interface PublishTestRequestRequest {
|
|
55
|
+
/** Target channel name */
|
|
56
|
+
channel: string;
|
|
57
|
+
/** Message data (any JSON object) */
|
|
58
|
+
data: Record<string, any>;
|
|
59
|
+
/** Wait for client acknowledgment */
|
|
60
|
+
wait_for_ack?: boolean;
|
|
61
|
+
/** ACK timeout in seconds */
|
|
62
|
+
ack_timeout?: number;
|
|
63
63
|
}
|
|
64
64
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/{generated → _api/generated}/cfg_totp/_utils/fetchers/totp__totp_verification.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/{generated → _api/generated}/cfg_totp/_utils/schemas/BackupCodesStatus.schema.ts
RENAMED
|
File without changes
|
package/src/{generated → _api/generated}/cfg_totp/_utils/schemas/ConfirmSetupRequest.schema.ts
RENAMED
|
File without changes
|
package/src/{generated → _api/generated}/cfg_totp/_utils/schemas/ConfirmSetupResponse.schema.ts
RENAMED
|
File without changes
|
|
File without changes
|
package/src/{generated → _api/generated}/cfg_totp/_utils/schemas/DeviceListResponse.schema.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/{generated → _api/generated}/cfg_totp/_utils/schemas/VerifyBackupRequest.schema.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|