|
5 | 5 | * @module |
6 | 6 | * Contains type declarations for Bluesky lexicons |
7 | 7 | * @generated |
8 | | - * Generated on: 2025-08-21T03:42:39.018Z |
| 8 | + * Generated on: 2025-08-29T03:37:42.316Z |
9 | 9 | * Version: main |
10 | | - * Source: https://github.com/bluesky-social/atproto/tree/3156ddf61519fede9ed148478f082184a1e3242e/lexicons |
| 10 | + * Source: https://github.com/bluesky-social/atproto/tree/66dbf8db6dd9defeee140accd2e7b25d13feb8b6/lexicons |
11 | 11 | */ |
12 | 12 |
|
13 | 13 | /** Base type with optional type field */ |
@@ -5138,6 +5138,15 @@ export declare namespace ComAtprotoTempRequestPhoneVerification { |
5138 | 5138 | type Output = undefined; |
5139 | 5139 | } |
5140 | 5140 |
|
| 5141 | +/** Revoke sessions, password, and app passwords associated with account. May be resolved by a password reset. */ |
| 5142 | +export declare namespace ComAtprotoTempRevokeAccountCredentials { |
| 5143 | + interface Params extends TypedBase {} |
| 5144 | + interface Input extends TypedBase { |
| 5145 | + account: string; |
| 5146 | + } |
| 5147 | + type Output = undefined; |
| 5148 | +} |
| 5149 | + |
5141 | 5150 | /** Administrative action to create a new, re-usable communication (email for now) template. */ |
5142 | 5151 | export declare namespace ToolsOzoneCommunicationCreateTemplate { |
5143 | 5152 | interface Params extends TypedBase {} |
@@ -7604,6 +7613,9 @@ export declare interface Procedures { |
7604 | 7613 | "com.atproto.temp.requestPhoneVerification": { |
7605 | 7614 | input: ComAtprotoTempRequestPhoneVerification.Input; |
7606 | 7615 | }; |
| 7616 | + "com.atproto.temp.revokeAccountCredentials": { |
| 7617 | + input: ComAtprotoTempRevokeAccountCredentials.Input; |
| 7618 | + }; |
7607 | 7619 | "tools.ozone.communication.createTemplate": { |
7608 | 7620 | input: ToolsOzoneCommunicationCreateTemplate.Input; |
7609 | 7621 | output: ToolsOzoneCommunicationCreateTemplate.Output; |
|
0 commit comments