@mestra-dev/contract 0.0.110 → 0.0.112
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.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -5524,7 +5524,7 @@ declare const routes: import("hono/hono-base").HonoBase<{
|
|
|
5524
5524
|
"Auth"
|
|
5525
5525
|
];
|
|
5526
5526
|
readonly summary: "Request a one-time password by SMS";
|
|
5527
|
-
readonly description: "Without a bearer token this starts SMS login/signup. With an access token it links a phone to the current account (for users who signed in with email). SMS is sent via
|
|
5527
|
+
readonly description: "Without a bearer token this starts SMS login/signup. With an access token it links a phone to the current account (for users who signed in with email). SMS is sent via REDSMS only when dialCode is +7. Dial code +98 does not send SMS; the OTP is always 987321 for testing.";
|
|
5528
5528
|
readonly security: readonly [
|
|
5529
5529
|
never
|
|
5530
5530
|
];
|