@atproto/bsky 0.0.56 → 0.0.58
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/CHANGELOG.md +14 -0
- package/dist/api/app/bsky/actor/getProfile.js +7 -3
- package/dist/api/app/bsky/actor/getProfile.js.map +1 -1
- package/dist/api/app/bsky/graph/getFollowers.js +3 -3
- package/dist/api/app/bsky/graph/getFollowers.js.map +1 -1
- package/dist/api/app/bsky/graph/getFollows.js +3 -3
- package/dist/api/app/bsky/graph/getFollows.js.map +1 -1
- package/dist/data-plane/server/db/migrations/20240530T170337073Z-account-deactivation.d.ts +4 -0
- package/dist/data-plane/server/db/migrations/20240530T170337073Z-account-deactivation.d.ts.map +1 -0
- package/dist/data-plane/server/db/migrations/20240530T170337073Z-account-deactivation.js +15 -0
- package/dist/data-plane/server/db/migrations/20240530T170337073Z-account-deactivation.js.map +1 -0
- package/dist/data-plane/server/db/migrations/index.d.ts +1 -0
- package/dist/data-plane/server/db/migrations/index.d.ts.map +1 -1
- package/dist/data-plane/server/db/migrations/index.js +2 -1
- package/dist/data-plane/server/db/migrations/index.js.map +1 -1
- package/dist/data-plane/server/db/tables/actor.d.ts +1 -0
- package/dist/data-plane/server/db/tables/actor.d.ts.map +1 -1
- package/dist/data-plane/server/db/tables/actor.js.map +1 -1
- package/dist/data-plane/server/indexing/index.d.ts +2 -1
- package/dist/data-plane/server/indexing/index.d.ts.map +1 -1
- package/dist/data-plane/server/indexing/index.js +18 -1
- package/dist/data-plane/server/indexing/index.js.map +1 -1
- package/dist/data-plane/server/routes/profile.d.ts.map +1 -1
- package/dist/data-plane/server/routes/profile.js +9 -0
- package/dist/data-plane/server/routes/profile.js.map +1 -1
- package/dist/data-plane/server/subscription/index.d.ts +1 -1
- package/dist/data-plane/server/subscription/index.d.ts.map +1 -1
- package/dist/data-plane/server/subscription/index.js +14 -3
- package/dist/data-plane/server/subscription/index.js.map +1 -1
- package/dist/data-plane/server/subscription/util.d.ts +1 -1
- package/dist/data-plane/server/subscription/util.d.ts.map +1 -1
- package/dist/data-plane/server/subscription/util.js +3 -0
- package/dist/data-plane/server/subscription/util.js.map +1 -1
- package/dist/hydration/actor.d.ts +1 -0
- package/dist/hydration/actor.d.ts.map +1 -1
- package/dist/hydration/actor.js +4 -1
- package/dist/hydration/actor.js.map +1 -1
- package/dist/lexicon/index.d.ts +2 -0
- package/dist/lexicon/index.d.ts.map +1 -1
- package/dist/lexicon/index.js +4 -0
- package/dist/lexicon/index.js.map +1 -1
- package/dist/lexicon/lexicons.d.ts +137 -0
- package/dist/lexicon/lexicons.d.ts.map +1 -1
- package/dist/lexicon/lexicons.js +217 -4
- package/dist/lexicon/lexicons.js.map +1 -1
- package/dist/lexicon/types/chat/bsky/convo/defs.d.ts +1 -1
- package/dist/lexicon/types/com/atproto/admin/defs.d.ts +1 -0
- package/dist/lexicon/types/com/atproto/admin/defs.d.ts.map +1 -1
- package/dist/lexicon/types/com/atproto/admin/defs.js.map +1 -1
- package/dist/lexicon/types/com/atproto/admin/getSubjectStatus.d.ts +1 -0
- package/dist/lexicon/types/com/atproto/admin/getSubjectStatus.d.ts.map +1 -1
- package/dist/lexicon/types/com/atproto/server/createSession.d.ts +3 -0
- package/dist/lexicon/types/com/atproto/server/createSession.d.ts.map +1 -1
- package/dist/lexicon/types/com/atproto/server/getSession.d.ts +3 -0
- package/dist/lexicon/types/com/atproto/server/getSession.d.ts.map +1 -1
- package/dist/lexicon/types/com/atproto/server/refreshSession.d.ts +3 -0
- package/dist/lexicon/types/com/atproto/server/refreshSession.d.ts.map +1 -1
- package/dist/lexicon/types/com/atproto/sync/getBlob.d.ts +1 -0
- package/dist/lexicon/types/com/atproto/sync/getBlob.d.ts.map +1 -1
- package/dist/lexicon/types/com/atproto/sync/getBlocks.d.ts +1 -0
- package/dist/lexicon/types/com/atproto/sync/getBlocks.d.ts.map +1 -1
- package/dist/lexicon/types/com/atproto/sync/getLatestCommit.d.ts +1 -1
- package/dist/lexicon/types/com/atproto/sync/getLatestCommit.d.ts.map +1 -1
- package/dist/lexicon/types/com/atproto/sync/getRecord.d.ts +1 -0
- package/dist/lexicon/types/com/atproto/sync/getRecord.d.ts.map +1 -1
- package/dist/lexicon/types/com/atproto/sync/getRepo.d.ts +1 -0
- package/dist/lexicon/types/com/atproto/sync/getRepo.d.ts.map +1 -1
- package/dist/lexicon/types/com/atproto/sync/getRepoStatus.d.ts +42 -0
- package/dist/lexicon/types/com/atproto/sync/getRepoStatus.d.ts.map +1 -0
- package/dist/lexicon/types/com/atproto/sync/getRepoStatus.js +3 -0
- package/dist/lexicon/types/com/atproto/sync/getRepoStatus.js.map +1 -0
- package/dist/lexicon/types/com/atproto/sync/listBlobs.d.ts +1 -0
- package/dist/lexicon/types/com/atproto/sync/listBlobs.d.ts.map +1 -1
- package/dist/lexicon/types/com/atproto/sync/listRepos.d.ts +3 -0
- package/dist/lexicon/types/com/atproto/sync/listRepos.d.ts.map +1 -1
- package/dist/lexicon/types/com/atproto/sync/listRepos.js.map +1 -1
- package/dist/lexicon/types/com/atproto/sync/subscribeRepos.d.ts +19 -4
- package/dist/lexicon/types/com/atproto/sync/subscribeRepos.d.ts.map +1 -1
- package/dist/lexicon/types/com/atproto/sync/subscribeRepos.js +11 -1
- package/dist/lexicon/types/com/atproto/sync/subscribeRepos.js.map +1 -1
- package/dist/proto/bsky_connect.d.ts +10 -1
- package/dist/proto/bsky_connect.d.ts.map +1 -1
- package/dist/proto/bsky_connect.js +9 -0
- package/dist/proto/bsky_connect.js.map +1 -1
- package/dist/proto/bsky_pb.d.ts +42 -0
- package/dist/proto/bsky_pb.d.ts.map +1 -1
- package/dist/proto/bsky_pb.js +132 -1
- package/dist/proto/bsky_pb.js.map +1 -1
- package/dist/views/index.d.ts +2 -0
- package/dist/views/index.d.ts.map +1 -1
- package/dist/views/index.js +12 -0
- package/dist/views/index.js.map +1 -1
- package/package.json +4 -4
- package/proto/bsky.proto +11 -0
- package/src/api/app/bsky/actor/getProfile.ts +12 -8
- package/src/api/app/bsky/graph/getFollowers.ts +3 -4
- package/src/api/app/bsky/graph/getFollows.ts +3 -4
- package/src/data-plane/server/db/migrations/20240530T170337073Z-account-deactivation.ts +12 -0
- package/src/data-plane/server/db/migrations/index.ts +1 -0
- package/src/data-plane/server/db/tables/actor.ts +1 -0
- package/src/data-plane/server/indexing/index.ts +17 -1
- package/src/data-plane/server/routes/profile.ts +10 -0
- package/src/data-plane/server/subscription/index.ts +11 -3
- package/src/data-plane/server/subscription/util.ts +2 -0
- package/src/hydration/actor.ts +6 -1
- package/src/lexicon/index.ts +12 -0
- package/src/lexicon/lexicons.ts +228 -7
- package/src/lexicon/types/chat/bsky/convo/defs.ts +1 -1
- package/src/lexicon/types/com/atproto/admin/defs.ts +1 -0
- package/src/lexicon/types/com/atproto/admin/getSubjectStatus.ts +1 -0
- package/src/lexicon/types/com/atproto/server/createSession.ts +3 -0
- package/src/lexicon/types/com/atproto/server/getSession.ts +3 -0
- package/src/lexicon/types/com/atproto/server/refreshSession.ts +3 -0
- package/src/lexicon/types/com/atproto/sync/getBlob.ts +6 -0
- package/src/lexicon/types/com/atproto/sync/getBlocks.ts +6 -0
- package/src/lexicon/types/com/atproto/sync/getLatestCommit.ts +1 -1
- package/src/lexicon/types/com/atproto/sync/getRecord.ts +6 -0
- package/src/lexicon/types/com/atproto/sync/getRepo.ts +1 -0
- package/src/lexicon/types/com/atproto/sync/getRepoStatus.ts +52 -0
- package/src/lexicon/types/com/atproto/sync/listBlobs.ts +1 -0
- package/src/lexicon/types/com/atproto/sync/listRepos.ts +3 -0
- package/src/lexicon/types/com/atproto/sync/subscribeRepos.ts +30 -3
- package/src/proto/bsky_connect.ts +11 -0
- package/src/proto/bsky_pb.ts +137 -0
- package/src/views/index.ts +13 -0
- package/tests/data-plane/db.test.ts +1 -2
- package/tests/data-plane/indexing.test.ts +3 -3
- package/tests/data-plane/subscription/repo.test.ts +1 -1
- package/tests/views/account-deactivation.test.ts +76 -0
package/dist/lexicon/lexicons.js
CHANGED
|
@@ -68,6 +68,10 @@ exports.schemaDict = {
|
|
|
68
68
|
inviteNote: {
|
|
69
69
|
type: 'string',
|
|
70
70
|
},
|
|
71
|
+
deactivatedAt: {
|
|
72
|
+
type: 'string',
|
|
73
|
+
format: 'datetime',
|
|
74
|
+
},
|
|
71
75
|
},
|
|
72
76
|
},
|
|
73
77
|
repoRef: {
|
|
@@ -363,6 +367,10 @@ exports.schemaDict = {
|
|
|
363
367
|
type: 'ref',
|
|
364
368
|
ref: 'lex:com.atproto.admin.defs#statusAttr',
|
|
365
369
|
},
|
|
370
|
+
deactivated: {
|
|
371
|
+
type: 'ref',
|
|
372
|
+
ref: 'lex:com.atproto.admin.defs#statusAttr',
|
|
373
|
+
},
|
|
366
374
|
},
|
|
367
375
|
},
|
|
368
376
|
},
|
|
@@ -2178,6 +2186,14 @@ exports.schemaDict = {
|
|
|
2178
2186
|
emailAuthFactor: {
|
|
2179
2187
|
type: 'boolean',
|
|
2180
2188
|
},
|
|
2189
|
+
active: {
|
|
2190
|
+
type: 'boolean',
|
|
2191
|
+
},
|
|
2192
|
+
status: {
|
|
2193
|
+
type: 'string',
|
|
2194
|
+
description: 'If active=false, this optional field indicates a possible reason for why the account is not active. If active=false and no status is supplied, then the host makes no claim for why the repository is no longer being hosted.',
|
|
2195
|
+
knownValues: ['takendown', 'suspended', 'deactivated'],
|
|
2196
|
+
},
|
|
2181
2197
|
},
|
|
2182
2198
|
},
|
|
2183
2199
|
},
|
|
@@ -2502,6 +2518,14 @@ exports.schemaDict = {
|
|
|
2502
2518
|
didDoc: {
|
|
2503
2519
|
type: 'unknown',
|
|
2504
2520
|
},
|
|
2521
|
+
active: {
|
|
2522
|
+
type: 'boolean',
|
|
2523
|
+
},
|
|
2524
|
+
status: {
|
|
2525
|
+
type: 'string',
|
|
2526
|
+
description: 'If active=false, this optional field indicates a possible reason for why the account is not active. If active=false and no status is supplied, then the host makes no claim for why the repository is no longer being hosted.',
|
|
2527
|
+
knownValues: ['takendown', 'suspended', 'deactivated'],
|
|
2528
|
+
},
|
|
2505
2529
|
},
|
|
2506
2530
|
},
|
|
2507
2531
|
},
|
|
@@ -2585,6 +2609,14 @@ exports.schemaDict = {
|
|
|
2585
2609
|
didDoc: {
|
|
2586
2610
|
type: 'unknown',
|
|
2587
2611
|
},
|
|
2612
|
+
active: {
|
|
2613
|
+
type: 'boolean',
|
|
2614
|
+
},
|
|
2615
|
+
status: {
|
|
2616
|
+
type: 'string',
|
|
2617
|
+
description: "Hosting status of the account. If not specified, then assume 'active'.",
|
|
2618
|
+
knownValues: ['takendown', 'suspended', 'deactivated'],
|
|
2619
|
+
},
|
|
2588
2620
|
},
|
|
2589
2621
|
},
|
|
2590
2622
|
},
|
|
@@ -2817,6 +2849,23 @@ exports.schemaDict = {
|
|
|
2817
2849
|
output: {
|
|
2818
2850
|
encoding: '*/*',
|
|
2819
2851
|
},
|
|
2852
|
+
errors: [
|
|
2853
|
+
{
|
|
2854
|
+
name: 'BlobNotFound',
|
|
2855
|
+
},
|
|
2856
|
+
{
|
|
2857
|
+
name: 'RepoNotFound',
|
|
2858
|
+
},
|
|
2859
|
+
{
|
|
2860
|
+
name: 'RepoTakendown',
|
|
2861
|
+
},
|
|
2862
|
+
{
|
|
2863
|
+
name: 'RepoSuspended',
|
|
2864
|
+
},
|
|
2865
|
+
{
|
|
2866
|
+
name: 'RepoDeactivated',
|
|
2867
|
+
},
|
|
2868
|
+
],
|
|
2820
2869
|
},
|
|
2821
2870
|
},
|
|
2822
2871
|
},
|
|
@@ -2848,6 +2897,23 @@ exports.schemaDict = {
|
|
|
2848
2897
|
output: {
|
|
2849
2898
|
encoding: 'application/vnd.ipld.car',
|
|
2850
2899
|
},
|
|
2900
|
+
errors: [
|
|
2901
|
+
{
|
|
2902
|
+
name: 'BlockNotFound',
|
|
2903
|
+
},
|
|
2904
|
+
{
|
|
2905
|
+
name: 'RepoNotFound',
|
|
2906
|
+
},
|
|
2907
|
+
{
|
|
2908
|
+
name: 'RepoTakendown',
|
|
2909
|
+
},
|
|
2910
|
+
{
|
|
2911
|
+
name: 'RepoSuspended',
|
|
2912
|
+
},
|
|
2913
|
+
{
|
|
2914
|
+
name: 'RepoDeactivated',
|
|
2915
|
+
},
|
|
2916
|
+
],
|
|
2851
2917
|
},
|
|
2852
2918
|
},
|
|
2853
2919
|
},
|
|
@@ -2952,6 +3018,15 @@ exports.schemaDict = {
|
|
|
2952
3018
|
{
|
|
2953
3019
|
name: 'RepoNotFound',
|
|
2954
3020
|
},
|
|
3021
|
+
{
|
|
3022
|
+
name: 'RepoTakendown',
|
|
3023
|
+
},
|
|
3024
|
+
{
|
|
3025
|
+
name: 'RepoSuspended',
|
|
3026
|
+
},
|
|
3027
|
+
{
|
|
3028
|
+
name: 'RepoDeactivated',
|
|
3029
|
+
},
|
|
2955
3030
|
],
|
|
2956
3031
|
},
|
|
2957
3032
|
},
|
|
@@ -2990,6 +3065,23 @@ exports.schemaDict = {
|
|
|
2990
3065
|
output: {
|
|
2991
3066
|
encoding: 'application/vnd.ipld.car',
|
|
2992
3067
|
},
|
|
3068
|
+
errors: [
|
|
3069
|
+
{
|
|
3070
|
+
name: 'RecordNotFound',
|
|
3071
|
+
},
|
|
3072
|
+
{
|
|
3073
|
+
name: 'RepoNotFound',
|
|
3074
|
+
},
|
|
3075
|
+
{
|
|
3076
|
+
name: 'RepoTakendown',
|
|
3077
|
+
},
|
|
3078
|
+
{
|
|
3079
|
+
name: 'RepoSuspended',
|
|
3080
|
+
},
|
|
3081
|
+
{
|
|
3082
|
+
name: 'RepoDeactivated',
|
|
3083
|
+
},
|
|
3084
|
+
],
|
|
2993
3085
|
},
|
|
2994
3086
|
},
|
|
2995
3087
|
},
|
|
@@ -3018,6 +3110,71 @@ exports.schemaDict = {
|
|
|
3018
3110
|
output: {
|
|
3019
3111
|
encoding: 'application/vnd.ipld.car',
|
|
3020
3112
|
},
|
|
3113
|
+
errors: [
|
|
3114
|
+
{
|
|
3115
|
+
name: 'RepoNotFound',
|
|
3116
|
+
},
|
|
3117
|
+
{
|
|
3118
|
+
name: 'RepoTakendown',
|
|
3119
|
+
},
|
|
3120
|
+
{
|
|
3121
|
+
name: 'RepoSuspended',
|
|
3122
|
+
},
|
|
3123
|
+
{
|
|
3124
|
+
name: 'RepoDeactivated',
|
|
3125
|
+
},
|
|
3126
|
+
],
|
|
3127
|
+
},
|
|
3128
|
+
},
|
|
3129
|
+
},
|
|
3130
|
+
ComAtprotoSyncGetRepoStatus: {
|
|
3131
|
+
lexicon: 1,
|
|
3132
|
+
id: 'com.atproto.sync.getRepoStatus',
|
|
3133
|
+
defs: {
|
|
3134
|
+
main: {
|
|
3135
|
+
type: 'query',
|
|
3136
|
+
description: 'Get the hosting status for a repository, on this server. Expected to be implemented by PDS and Relay.',
|
|
3137
|
+
parameters: {
|
|
3138
|
+
type: 'params',
|
|
3139
|
+
required: ['did'],
|
|
3140
|
+
properties: {
|
|
3141
|
+
did: {
|
|
3142
|
+
type: 'string',
|
|
3143
|
+
format: 'did',
|
|
3144
|
+
description: 'The DID of the repo.',
|
|
3145
|
+
},
|
|
3146
|
+
},
|
|
3147
|
+
},
|
|
3148
|
+
output: {
|
|
3149
|
+
encoding: 'application/json',
|
|
3150
|
+
schema: {
|
|
3151
|
+
type: 'object',
|
|
3152
|
+
required: ['did', 'active'],
|
|
3153
|
+
properties: {
|
|
3154
|
+
did: {
|
|
3155
|
+
type: 'string',
|
|
3156
|
+
format: 'did',
|
|
3157
|
+
},
|
|
3158
|
+
active: {
|
|
3159
|
+
type: 'boolean',
|
|
3160
|
+
},
|
|
3161
|
+
status: {
|
|
3162
|
+
type: 'string',
|
|
3163
|
+
description: 'If active=false, this optional field indicates a possible reason for why the account is not active. If active=false and no status is supplied, then the host makes no claim for why the repository is no longer being hosted.',
|
|
3164
|
+
knownValues: ['takendown', 'suspended', 'deactivated'],
|
|
3165
|
+
},
|
|
3166
|
+
rev: {
|
|
3167
|
+
type: 'string',
|
|
3168
|
+
description: 'Optional field, the current rev of the repo, if active=true',
|
|
3169
|
+
},
|
|
3170
|
+
},
|
|
3171
|
+
},
|
|
3172
|
+
},
|
|
3173
|
+
errors: [
|
|
3174
|
+
{
|
|
3175
|
+
name: 'RepoNotFound',
|
|
3176
|
+
},
|
|
3177
|
+
],
|
|
3021
3178
|
},
|
|
3022
3179
|
},
|
|
3023
3180
|
},
|
|
@@ -3071,6 +3228,20 @@ exports.schemaDict = {
|
|
|
3071
3228
|
},
|
|
3072
3229
|
},
|
|
3073
3230
|
},
|
|
3231
|
+
errors: [
|
|
3232
|
+
{
|
|
3233
|
+
name: 'RepoNotFound',
|
|
3234
|
+
},
|
|
3235
|
+
{
|
|
3236
|
+
name: 'RepoTakendown',
|
|
3237
|
+
},
|
|
3238
|
+
{
|
|
3239
|
+
name: 'RepoSuspended',
|
|
3240
|
+
},
|
|
3241
|
+
{
|
|
3242
|
+
name: 'RepoDeactivated',
|
|
3243
|
+
},
|
|
3244
|
+
],
|
|
3074
3245
|
},
|
|
3075
3246
|
},
|
|
3076
3247
|
},
|
|
@@ -3131,6 +3302,14 @@ exports.schemaDict = {
|
|
|
3131
3302
|
rev: {
|
|
3132
3303
|
type: 'string',
|
|
3133
3304
|
},
|
|
3305
|
+
active: {
|
|
3306
|
+
type: 'boolean',
|
|
3307
|
+
},
|
|
3308
|
+
status: {
|
|
3309
|
+
type: 'string',
|
|
3310
|
+
description: 'If active=false, this optional field indicates a possible reason for why the account is not active. If active=false and no status is supplied, then the host makes no claim for why the repository is no longer being hosted.',
|
|
3311
|
+
knownValues: ['takendown', 'suspended', 'deactivated'],
|
|
3312
|
+
},
|
|
3134
3313
|
},
|
|
3135
3314
|
},
|
|
3136
3315
|
},
|
|
@@ -3203,6 +3382,7 @@ exports.schemaDict = {
|
|
|
3203
3382
|
refs: [
|
|
3204
3383
|
'lex:com.atproto.sync.subscribeRepos#commit',
|
|
3205
3384
|
'lex:com.atproto.sync.subscribeRepos#identity',
|
|
3385
|
+
'lex:com.atproto.sync.subscribeRepos#account',
|
|
3206
3386
|
'lex:com.atproto.sync.subscribeRepos#handle',
|
|
3207
3387
|
'lex:com.atproto.sync.subscribeRepos#migrate',
|
|
3208
3388
|
'lex:com.atproto.sync.subscribeRepos#tombstone',
|
|
@@ -3315,11 +3495,43 @@ exports.schemaDict = {
|
|
|
3315
3495
|
type: 'string',
|
|
3316
3496
|
format: 'datetime',
|
|
3317
3497
|
},
|
|
3498
|
+
handle: {
|
|
3499
|
+
type: 'string',
|
|
3500
|
+
format: 'handle',
|
|
3501
|
+
description: "The current handle for the account, or 'handle.invalid' if validation fails. This field is optional, might have been validated or passed-through from an upstream source. Semantics and behaviors for PDS vs Relay may evolve in the future; see atproto specs for more details.",
|
|
3502
|
+
},
|
|
3503
|
+
},
|
|
3504
|
+
},
|
|
3505
|
+
account: {
|
|
3506
|
+
type: 'object',
|
|
3507
|
+
description: "Represents a change to an account's status on a host (eg, PDS or Relay). The semantics of this event are that the status is at the host which emitted the event, not necessarily that at the currently active PDS. Eg, a Relay takedown would emit a takedown with active=false, even if the PDS is still active.",
|
|
3508
|
+
required: ['seq', 'did', 'time', 'active'],
|
|
3509
|
+
properties: {
|
|
3510
|
+
seq: {
|
|
3511
|
+
type: 'integer',
|
|
3512
|
+
},
|
|
3513
|
+
did: {
|
|
3514
|
+
type: 'string',
|
|
3515
|
+
format: 'did',
|
|
3516
|
+
},
|
|
3517
|
+
time: {
|
|
3518
|
+
type: 'string',
|
|
3519
|
+
format: 'datetime',
|
|
3520
|
+
},
|
|
3521
|
+
active: {
|
|
3522
|
+
type: 'boolean',
|
|
3523
|
+
description: 'Indicates that the account has a repository which can be fetched from the host that emitted this event.',
|
|
3524
|
+
},
|
|
3525
|
+
status: {
|
|
3526
|
+
type: 'string',
|
|
3527
|
+
description: 'If active=false, this optional field indicates a reason for why the account is not active.',
|
|
3528
|
+
knownValues: ['takendown', 'suspended', 'deleted', 'deactivated'],
|
|
3529
|
+
},
|
|
3318
3530
|
},
|
|
3319
3531
|
},
|
|
3320
3532
|
handle: {
|
|
3321
3533
|
type: 'object',
|
|
3322
|
-
description:
|
|
3534
|
+
description: 'DEPRECATED -- Use #identity event instead',
|
|
3323
3535
|
required: ['seq', 'did', 'handle', 'time'],
|
|
3324
3536
|
properties: {
|
|
3325
3537
|
seq: {
|
|
@@ -3341,7 +3553,7 @@ exports.schemaDict = {
|
|
|
3341
3553
|
},
|
|
3342
3554
|
migrate: {
|
|
3343
3555
|
type: 'object',
|
|
3344
|
-
description: '
|
|
3556
|
+
description: 'DEPRECATED -- Use #account event instead',
|
|
3345
3557
|
required: ['seq', 'did', 'migrateTo', 'time'],
|
|
3346
3558
|
nullable: ['migrateTo'],
|
|
3347
3559
|
properties: {
|
|
@@ -3363,7 +3575,7 @@ exports.schemaDict = {
|
|
|
3363
3575
|
},
|
|
3364
3576
|
tombstone: {
|
|
3365
3577
|
type: 'object',
|
|
3366
|
-
description: '
|
|
3578
|
+
description: 'DEPRECATED -- Use #account event instead',
|
|
3367
3579
|
required: ['seq', 'did', 'time'],
|
|
3368
3580
|
properties: {
|
|
3369
3581
|
seq: {
|
|
@@ -8118,7 +8330,7 @@ exports.schemaDict = {
|
|
|
8118
8330
|
},
|
|
8119
8331
|
embed: {
|
|
8120
8332
|
type: 'union',
|
|
8121
|
-
refs: ['lex:app.bsky.embed.record'],
|
|
8333
|
+
refs: ['lex:app.bsky.embed.record#view'],
|
|
8122
8334
|
},
|
|
8123
8335
|
sender: {
|
|
8124
8336
|
type: 'ref',
|
|
@@ -8929,6 +9141,7 @@ exports.ids = {
|
|
|
8929
9141
|
ComAtprotoSyncGetLatestCommit: 'com.atproto.sync.getLatestCommit',
|
|
8930
9142
|
ComAtprotoSyncGetRecord: 'com.atproto.sync.getRecord',
|
|
8931
9143
|
ComAtprotoSyncGetRepo: 'com.atproto.sync.getRepo',
|
|
9144
|
+
ComAtprotoSyncGetRepoStatus: 'com.atproto.sync.getRepoStatus',
|
|
8932
9145
|
ComAtprotoSyncListBlobs: 'com.atproto.sync.listBlobs',
|
|
8933
9146
|
ComAtprotoSyncListRepos: 'com.atproto.sync.listRepos',
|
|
8934
9147
|
ComAtprotoSyncNotifyOfUpdate: 'com.atproto.sync.notifyOfUpdate',
|