@tinywork/glass 1.0.42 → 1.0.44
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 +2 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -97,6 +97,7 @@ declare global {
|
|
|
97
97
|
readonly?: boolean;
|
|
98
98
|
|
|
99
99
|
prefix?: string;
|
|
100
|
+
exp?: number;
|
|
100
101
|
};
|
|
101
102
|
|
|
102
103
|
type DocFullSchema = DocSchema & {
|
|
@@ -487,6 +488,7 @@ declare global {
|
|
|
487
488
|
isFinish: boolean;
|
|
488
489
|
}): IGlassExtensionInvokeResponse<void>;
|
|
489
490
|
|
|
491
|
+
queryRules(): IGlassExtensionInvokeResponse<RuleSchema[]>;
|
|
490
492
|
getRule(
|
|
491
493
|
params: { apiId: string } | { ruleId: string },
|
|
492
494
|
): IGlassExtensionInvokeResponse<RuleSchema>;
|