@longzai-intelligence-telemetry/core 0.0.1 → 0.0.2
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/index.d.mts +3 -1
- package/dist/index.d.ts +3 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -154,7 +154,9 @@ type TelemetryConsent = {
|
|
|
154
154
|
behavioralEventsEnabled: boolean;
|
|
155
155
|
};
|
|
156
156
|
/**
|
|
157
|
-
*
|
|
157
|
+
* 默认同意状态(**库层技术缺省,非业务口径**:诊断通道视为基础能力默认开、
|
|
158
|
+
* 行为事件 opt-in;业务侧开关决定——如某产品的「默认全关」——由消费方在
|
|
159
|
+
* 产品配置显式传入同意状态覆盖,不落入通用库缺省)
|
|
158
160
|
*/
|
|
159
161
|
declare const DEFAULT_TELEMETRY_CONSENT: TelemetryConsent;
|
|
160
162
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -155,7 +155,9 @@ type TelemetryConsent = {
|
|
|
155
155
|
behavioralEventsEnabled: boolean;
|
|
156
156
|
};
|
|
157
157
|
/**
|
|
158
|
-
*
|
|
158
|
+
* 默认同意状态(**库层技术缺省,非业务口径**:诊断通道视为基础能力默认开、
|
|
159
|
+
* 行为事件 opt-in;业务侧开关决定——如某产品的「默认全关」——由消费方在
|
|
160
|
+
* 产品配置显式传入同意状态覆盖,不落入通用库缺省)
|
|
159
161
|
*/
|
|
160
162
|
declare const DEFAULT_TELEMETRY_CONSENT: TelemetryConsent;
|
|
161
163
|
/**
|