@@ -2420,6 +2420,32 @@ const comAtprotoIdentityResolveHandle = <String, dynamic>{
2420
2420
}
2421
2421
};
2422
2422
2423
+ /// `com.atproto.temp.addReservedHandle`
2424
+ const comAtprotoTempAddReservedHandle = < String , dynamic > {
2425
+ "lexicon" : 1 ,
2426
+ "id" : "com.atproto.temp.addReservedHandle" ,
2427
+ "defs" : {
2428
+ "main" : {
2429
+ "type" : "procedure" ,
2430
+ "description" : "Add a handle to the set of reserved handles." ,
2431
+ "input" : {
2432
+ "encoding" : "application/json" ,
2433
+ "schema" : {
2434
+ "type" : "object" ,
2435
+ "required" : ["handle" ],
2436
+ "properties" : {
2437
+ "handle" : {"type" : "string" }
2438
+ }
2439
+ }
2440
+ },
2441
+ "output" : {
2442
+ "encoding" : "application/json" ,
2443
+ "schema" : {"type" : "object" , "properties" : {}}
2444
+ }
2445
+ }
2446
+ }
2447
+ };
2448
+
2423
2449
/// `com.atproto.temp.checkSignupQueue`
2424
2450
const comAtprotoTempCheckSignupQueue = < String , dynamic > {
2425
2451
"lexicon" : 1 ,
@@ -11230,6 +11256,7 @@ const lexicons = <Map<String, dynamic>>[
11230
11256
comAtprotoIdentitySubmitPlcOperation,
11231
11257
comAtprotoIdentityUpdateHandle,
11232
11258
comAtprotoIdentityResolveHandle,
11259
+ comAtprotoTempAddReservedHandle,
11233
11260
comAtprotoTempCheckSignupQueue,
11234
11261
comAtprotoTempRequestPhoneVerification,
11235
11262
comAtprotoTempFetchLabels,
0 commit comments