Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
estrattonbailey authored Sep 1, 2023
1 parent f84027f commit 16662b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto/api",
"version": "0.6.8",
"version": "0.6.10",
"main": "src/index.ts",
"scripts": {
"codegen": "yarn docgen && node ./scripts/generate-code.mjs && lex gen-api ./src/client ../../lexicons/com/atproto/*/* ../../lexicons/app/bsky/*/*",
Expand Down
3 changes: 3 additions & 0 deletions packages/api/src/client/lexicons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3536,6 +3536,9 @@ export const schemaDict = {
type: 'string',
format: 'did',
},
force: {
type: 'boolean',
},
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export interface QueryParams {}

export interface InputSchema {
did: string
force?: boolean
[k: string]: unknown
}

Expand Down

0 comments on commit 16662b2

Please sign in to comment.