@ienlab/react-library 0.17.0-beta.50 → 0.17.0-beta.51
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.
|
@@ -20,5 +20,24 @@ export declare namespace PhoneVerify {
|
|
|
20
20
|
namespace Result {
|
|
21
21
|
const Default = FAILURE_UNKNOWN;
|
|
22
22
|
}
|
|
23
|
+
namespace Send {
|
|
24
|
+
type Params = {
|
|
25
|
+
phoneNumber: string;
|
|
26
|
+
uid: string;
|
|
27
|
+
};
|
|
28
|
+
type Result = {
|
|
29
|
+
code: PhoneVerify.Result;
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
namespace Verify {
|
|
33
|
+
type Params = {
|
|
34
|
+
code: string;
|
|
35
|
+
phoneNumber: string;
|
|
36
|
+
uid: string;
|
|
37
|
+
};
|
|
38
|
+
type Result = {
|
|
39
|
+
code: PhoneVerify.Result;
|
|
40
|
+
};
|
|
41
|
+
}
|
|
23
42
|
}
|
|
24
43
|
//# sourceMappingURL=phone_verify.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"phone_verify.d.ts","sourceRoot":"","sources":["../../src/types/phone_verify.ts"],"names":[],"mappings":"AAAA,yBAAiB,WAAW,CAAC;IAC3B,KAAY,OAAO;QACjB,IAAI,IAAI;
|
|
1
|
+
{"version":3,"file":"phone_verify.d.ts","sourceRoot":"","sources":["../../src/types/phone_verify.ts"],"names":[],"mappings":"AAAA,yBAAiB,WAAW,CAAC;IAC3B,KAAY,OAAO;QACjB,IAAI,IAAI;QACR,UAAU,IAAI;QACd,OAAO,MAAM;QACb,kBAAkB,MAAM;QACxB,eAAe,KAAK;KACrB;IAED,UAAiB,OAAO,CAAC;QAChB,MAAM,OAAO,kBAA0B,CAAA;KAC/C;IAED,KAAY,MAAM;QAChB,IAAI,IAAI;QACR,UAAU,IAAI;QACd,aAAa,MAAM;QACnB,eAAe,MAAM;QACrB,QAAQ,MAAM;QACd,eAAe,KAAK;KACrB;IAED,UAAiB,MAAM,CAAC;QACf,MAAM,OAAO,kBAAyB,CAAA;KAC9C;IAED,UAAiB,IAAI,CAAC;QACpB,KAAY,MAAM,GAAG;YACnB,WAAW,EAAE,MAAM,CAAA;YACnB,GAAG,EAAE,MAAM,CAAA;SACZ,CAAA;QAED,KAAY,MAAM,GAAG;YACnB,IAAI,EAAE,WAAW,CAAC,MAAM,CAAA;SACzB,CAAA;KACF;IAED,UAAiB,MAAM,CAAC;QACtB,KAAY,MAAM,GAAG;YACnB,IAAI,EAAE,MAAM,CAAA;YACZ,WAAW,EAAE,MAAM,CAAA;YACnB,GAAG,EAAE,MAAM,CAAA;SACZ,CAAA;QAED,KAAY,MAAM,GAAG;YACnB,IAAI,EAAE,WAAW,CAAC,MAAM,CAAA;SACzB,CAAA;KACF;CACF"}
|