Skip to content

Commit a165e8d

Browse files
chore: Update lexicons (#100)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e0581dd commit a165e8d

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

packages/lexicons/src/lib/lexicons.ts

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
* @module
66
* Contains type declarations for Bluesky lexicons
77
* @generated
8-
* Generated on: 2025-08-21T03:42:39.018Z
8+
* Generated on: 2025-08-29T03:37:42.316Z
99
* Version: main
10-
* Source: https://github.com/bluesky-social/atproto/tree/3156ddf61519fede9ed148478f082184a1e3242e/lexicons
10+
* Source: https://github.com/bluesky-social/atproto/tree/66dbf8db6dd9defeee140accd2e7b25d13feb8b6/lexicons
1111
*/
1212

1313
/** Base type with optional type field */
@@ -5138,6 +5138,15 @@ export declare namespace ComAtprotoTempRequestPhoneVerification {
51385138
type Output = undefined;
51395139
}
51405140

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+
51415150
/** Administrative action to create a new, re-usable communication (email for now) template. */
51425151
export declare namespace ToolsOzoneCommunicationCreateTemplate {
51435152
interface Params extends TypedBase {}
@@ -7604,6 +7613,9 @@ export declare interface Procedures {
76047613
"com.atproto.temp.requestPhoneVerification": {
76057614
input: ComAtprotoTempRequestPhoneVerification.Input;
76067615
};
7616+
"com.atproto.temp.revokeAccountCredentials": {
7617+
input: ComAtprotoTempRevokeAccountCredentials.Input;
7618+
};
76077619
"tools.ozone.communication.createTemplate": {
76087620
input: ToolsOzoneCommunicationCreateTemplate.Input;
76097621
output: ToolsOzoneCommunicationCreateTemplate.Output;

0 commit comments

Comments
 (0)