mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 06:15:51 +00:00
feat: 完成stub
This commit is contained in:
10
src/utils/telemetry/src/bootstrap/state.ts
Normal file
10
src/utils/telemetry/src/bootstrap/state.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getEventLogger = any;
|
||||
export type getPromptId = any;
|
||||
export type getLoggerProvider = any;
|
||||
export type getMeterProvider = any;
|
||||
export type getTracerProvider = any;
|
||||
export type setEventLogger = any;
|
||||
export type setLoggerProvider = any;
|
||||
export type setMeterProvider = any;
|
||||
export type setTracerProvider = any;
|
||||
2
src/utils/telemetry/src/services/api/metricsOptOut.ts
Normal file
2
src/utils/telemetry/src/services/api/metricsOptOut.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type checkMetricsEnabled = any;
|
||||
5
src/utils/telemetry/src/utils/auth.ts
Normal file
5
src/utils/telemetry/src/utils/auth.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getOtelHeadersFromHelper = any;
|
||||
export type getSubscriptionType = any;
|
||||
export type is1PApiCustomer = any;
|
||||
export type isClaudeAISubscriber = any;
|
||||
3
src/utils/telemetry/src/utils/platform.ts
Normal file
3
src/utils/telemetry/src/utils/platform.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getPlatform = any;
|
||||
export type getWslVersion = any;
|
||||
Reference in New Issue
Block a user