@tinywork/glass 1.0.40 → 1.0.42
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/index.d.ts +3 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -304,6 +304,8 @@ declare global {
|
|
|
304
304
|
defaultRule?: RuleSchema;
|
|
305
305
|
isImportant?: boolean;
|
|
306
306
|
duration?: number;
|
|
307
|
+
startTime?: number;
|
|
308
|
+
endTime?: number;
|
|
307
309
|
};
|
|
308
310
|
|
|
309
311
|
interface IGlassExtension {
|
|
@@ -476,6 +478,7 @@ declare global {
|
|
|
476
478
|
apiId?: string;
|
|
477
479
|
pathname?: string;
|
|
478
480
|
origin?: string;
|
|
481
|
+
uid?: string;
|
|
479
482
|
}) => IGlassExtensionInvokeResponse<NetLog[]>;
|
|
480
483
|
|
|
481
484
|
sendAgentMessage(params: {
|