Skip to content

Commit

Permalink
Fixes lexgen on main (#3351)
Browse files Browse the repository at this point in the history
fix lexgen
  • Loading branch information
matthieusieben authored Jan 10, 2025
1 parent 5ece8c6 commit d97272d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/api/src/client/lexicons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12359,7 +12359,7 @@ export const schemaDict = {
items: {
type: 'string',
description:
'If specified, only events where the policy matches the given policy are returned',
'If specified, only events where the action policies match any of the given policies are returned',
},
},
cursor: {
Expand Down
2 changes: 1 addition & 1 deletion packages/ozone/src/lexicon/lexicons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12359,7 +12359,7 @@ export const schemaDict = {
items: {
type: 'string',
description:
'If specified, only events where the policy matches the given policy are returned',
'If specified, only events where the action policies match any of the given policies are returned',
},
},
cursor: {
Expand Down
2 changes: 1 addition & 1 deletion packages/pds/src/lexicon/lexicons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12359,7 +12359,7 @@ export const schemaDict = {
items: {
type: 'string',
description:
'If specified, only events where the policy matches the given policy are returned',
'If specified, only events where the action policies match any of the given policies are returned',
},
},
cursor: {
Expand Down

0 comments on commit d97272d

Please sign in to comment.