mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 22:35:51 +00:00
feat: 完成stub
This commit is contained in:
3
src/services/oauth/src/constants/oauth.ts
Normal file
3
src/services/oauth/src/constants/oauth.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getOauthConfig = any;
|
||||
export type OAUTH_BETA_HEADER = any;
|
||||
3
src/services/oauth/src/services/analytics/index.ts
Normal file
3
src/services/oauth/src/services/analytics/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type logEvent = any;
|
||||
export type AnalyticsMetadata_I_VERIFIED_THIS_IS_NOT_CODE_OR_FILEPATHS = any;
|
||||
2
src/services/oauth/src/services/oauth/types.ts
Normal file
2
src/services/oauth/src/services/oauth/types.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type OAuthProfileResponse = any;
|
||||
2
src/services/oauth/src/utils/auth.ts
Normal file
2
src/services/oauth/src/utils/auth.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getAnthropicApiKey = any;
|
||||
2
src/services/oauth/src/utils/config.ts
Normal file
2
src/services/oauth/src/utils/config.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getGlobalConfig = any;
|
||||
2
src/services/oauth/src/utils/log.ts
Normal file
2
src/services/oauth/src/utils/log.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type logError = any;
|
||||
12
src/services/oauth/types.ts
Normal file
12
src/services/oauth/types.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export type BillingType = any;
|
||||
export type ReferralEligibilityResponse = any;
|
||||
export type OAuthTokens = any;
|
||||
export type SubscriptionType = any;
|
||||
export type ReferralRedemptionsResponse = any;
|
||||
export type ReferrerRewardInfo = any;
|
||||
export type OAuthProfileResponse = any;
|
||||
export type OAuthTokenExchangeResponse = any;
|
||||
export type RateLimitTier = any;
|
||||
export type UserRolesResponse = any;
|
||||
export type ReferralCampaign = any;
|
||||
Reference in New Issue
Block a user