@solar-kit/planets 1.0.9 → 1.0.11
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/mercury/model.d.ts +5 -4
- package/mercury/model.js +4 -1
- package/mercury/model.js.map +1 -1
- package/package.json +1 -1
package/mercury/model.d.ts
CHANGED
|
@@ -18,7 +18,8 @@ export interface Captcha {
|
|
|
18
18
|
clientId: string;
|
|
19
19
|
clientSecret: string;
|
|
20
20
|
}
|
|
21
|
-
export declare const
|
|
22
|
-
BlockPuzzle
|
|
23
|
-
ClickWord
|
|
24
|
-
}
|
|
21
|
+
export declare const CaptchaType: {
|
|
22
|
+
readonly BlockPuzzle: "blockPuzzle";
|
|
23
|
+
readonly ClickWord: "clickWord";
|
|
24
|
+
};
|
|
25
|
+
export type CaptchaType = typeof CaptchaType[keyof typeof CaptchaType];
|
package/mercury/model.js
CHANGED
package/mercury/model.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"model.js","sourceRoot":"","sources":["../../../../packages/planets/src/mercury/model.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"model.js","sourceRoot":"","sources":["../../../../packages/planets/src/mercury/model.ts"],"names":[],"mappings":"AAsBA,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,WAAW,EAAE,aAAa;IAC1B,SAAS,EAAE,WAAW;CACd,CAAA"}
|