Skip to content

Commit

Permalink
lex: remove deprecated sync fields
Browse files Browse the repository at this point in the history
  • Loading branch information
bnewbold committed May 21, 2024
1 parent a317116 commit a0363f8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
8 changes: 0 additions & 8 deletions lexicons/com/atproto/repo/listRecords.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@
"description": "The number of records to return."
},
"cursor": { "type": "string" },
"rkeyStart": {
"type": "string",
"description": "DEPRECATED: The lowest sort-ordered rkey to start from (exclusive)"
},
"rkeyEnd": {
"type": "string",
"description": "DEPRECATED: The highest sort-ordered rkey to stop at (exclusive)"
},
"reverse": {
"type": "boolean",
"description": "Flag to reverse the order of the returned records."
Expand Down
7 changes: 1 addition & 6 deletions lexicons/com/atproto/sync/getRecord.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@
"description": "The DID of the repo."
},
"collection": { "type": "string", "format": "nsid" },
"rkey": { "type": "string", "description": "Record Key" },
"commit": {
"type": "string",
"format": "cid",
"description": "DEPRECATED: referenced a repo commit by CID, and retrieved record as of that commit"
}
"rkey": { "type": "string", "description": "Record Key" }
}
},
"output": {
Expand Down
4 changes: 0 additions & 4 deletions lexicons/com/atproto/sync/subscribeRepos.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@
"type": "cid-link",
"description": "Repo commit object CID."
},
"prev": {
"type": "cid-link",
"description": "DEPRECATED -- unused. WARNING -- nullable and optional; stick with optional to ensure golang interoperability."
},
"rev": {
"type": "string",
"description": "The rev of the emitted commit. Note that this information is also in the commit object included in blocks, unless this is a tooBig event."
Expand Down

0 comments on commit a0363f8

Please sign in to comment.