Skip to content

Commit

Permalink
codegen lex changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bnewbold committed Mar 20, 2024
1 parent ef1eefc commit d93649a
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/api/src/client/lexicons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2438,9 +2438,11 @@ export const schemaDict = {
properties: {
privacyPolicy: {
type: 'string',
format: 'uri',
},
termsOfService: {
type: 'string',
format: 'uri',
},
},
},
Expand Down Expand Up @@ -3621,6 +3623,7 @@ export const schemaDict = {
},
avatar: {
type: 'string',
format: 'uri',
},
associated: {
type: 'ref',
Expand Down Expand Up @@ -3663,6 +3666,7 @@ export const schemaDict = {
},
avatar: {
type: 'string',
format: 'uri',
},
associated: {
type: 'ref',
Expand Down Expand Up @@ -3709,9 +3713,11 @@ export const schemaDict = {
},
avatar: {
type: 'string',
format: 'uri',
},
banner: {
type: 'string',
format: 'uri',
},
followersCount: {
type: 'integer',
Expand Down Expand Up @@ -4388,6 +4394,7 @@ export const schemaDict = {
},
thumb: {
type: 'string',
format: 'uri',
},
},
},
Expand Down Expand Up @@ -4468,11 +4475,13 @@ export const schemaDict = {
properties: {
thumb: {
type: 'string',
format: 'uri',
description:
'Fully-qualified URL where a thumbnail of the image can be fetched. For example, CDN location provided by the App View.',
},
fullsize: {
type: 'string',
format: 'uri',
description:
'Fully-qualified URL where a large version of the image can be fetched. May or may not be the exact original blob. For example, CDN location provided by the App View.',
},
Expand Down Expand Up @@ -4886,6 +4895,7 @@ export const schemaDict = {
},
avatar: {
type: 'string',
format: 'uri',
},
likeCount: {
type: 'integer',
Expand Down Expand Up @@ -6201,6 +6211,7 @@ export const schemaDict = {
},
avatar: {
type: 'string',
format: 'uri',
},
labels: {
type: 'array',
Expand Down Expand Up @@ -6258,6 +6269,7 @@ export const schemaDict = {
},
avatar: {
type: 'string',
format: 'uri',
},
labels: {
type: 'array',
Expand Down
12 changes: 12 additions & 0 deletions packages/bsky/src/lexicon/lexicons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2438,9 +2438,11 @@ export const schemaDict = {
properties: {
privacyPolicy: {
type: 'string',
format: 'uri',
},
termsOfService: {
type: 'string',
format: 'uri',
},
},
},
Expand Down Expand Up @@ -3621,6 +3623,7 @@ export const schemaDict = {
},
avatar: {
type: 'string',
format: 'uri',
},
associated: {
type: 'ref',
Expand Down Expand Up @@ -3663,6 +3666,7 @@ export const schemaDict = {
},
avatar: {
type: 'string',
format: 'uri',
},
associated: {
type: 'ref',
Expand Down Expand Up @@ -3709,9 +3713,11 @@ export const schemaDict = {
},
avatar: {
type: 'string',
format: 'uri',
},
banner: {
type: 'string',
format: 'uri',
},
followersCount: {
type: 'integer',
Expand Down Expand Up @@ -4388,6 +4394,7 @@ export const schemaDict = {
},
thumb: {
type: 'string',
format: 'uri',
},
},
},
Expand Down Expand Up @@ -4468,11 +4475,13 @@ export const schemaDict = {
properties: {
thumb: {
type: 'string',
format: 'uri',
description:
'Fully-qualified URL where a thumbnail of the image can be fetched. For example, CDN location provided by the App View.',
},
fullsize: {
type: 'string',
format: 'uri',
description:
'Fully-qualified URL where a large version of the image can be fetched. May or may not be the exact original blob. For example, CDN location provided by the App View.',
},
Expand Down Expand Up @@ -4886,6 +4895,7 @@ export const schemaDict = {
},
avatar: {
type: 'string',
format: 'uri',
},
likeCount: {
type: 'integer',
Expand Down Expand Up @@ -6201,6 +6211,7 @@ export const schemaDict = {
},
avatar: {
type: 'string',
format: 'uri',
},
labels: {
type: 'array',
Expand Down Expand Up @@ -6258,6 +6269,7 @@ export const schemaDict = {
},
avatar: {
type: 'string',
format: 'uri',
},
labels: {
type: 'array',
Expand Down
12 changes: 12 additions & 0 deletions packages/ozone/src/lexicon/lexicons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2438,9 +2438,11 @@ export const schemaDict = {
properties: {
privacyPolicy: {
type: 'string',
format: 'uri',
},
termsOfService: {
type: 'string',
format: 'uri',
},
},
},
Expand Down Expand Up @@ -3621,6 +3623,7 @@ export const schemaDict = {
},
avatar: {
type: 'string',
format: 'uri',
},
associated: {
type: 'ref',
Expand Down Expand Up @@ -3663,6 +3666,7 @@ export const schemaDict = {
},
avatar: {
type: 'string',
format: 'uri',
},
associated: {
type: 'ref',
Expand Down Expand Up @@ -3709,9 +3713,11 @@ export const schemaDict = {
},
avatar: {
type: 'string',
format: 'uri',
},
banner: {
type: 'string',
format: 'uri',
},
followersCount: {
type: 'integer',
Expand Down Expand Up @@ -4388,6 +4394,7 @@ export const schemaDict = {
},
thumb: {
type: 'string',
format: 'uri',
},
},
},
Expand Down Expand Up @@ -4468,11 +4475,13 @@ export const schemaDict = {
properties: {
thumb: {
type: 'string',
format: 'uri',
description:
'Fully-qualified URL where a thumbnail of the image can be fetched. For example, CDN location provided by the App View.',
},
fullsize: {
type: 'string',
format: 'uri',
description:
'Fully-qualified URL where a large version of the image can be fetched. May or may not be the exact original blob. For example, CDN location provided by the App View.',
},
Expand Down Expand Up @@ -4886,6 +4895,7 @@ export const schemaDict = {
},
avatar: {
type: 'string',
format: 'uri',
},
likeCount: {
type: 'integer',
Expand Down Expand Up @@ -6201,6 +6211,7 @@ export const schemaDict = {
},
avatar: {
type: 'string',
format: 'uri',
},
labels: {
type: 'array',
Expand Down Expand Up @@ -6258,6 +6269,7 @@ export const schemaDict = {
},
avatar: {
type: 'string',
format: 'uri',
},
labels: {
type: 'array',
Expand Down
12 changes: 12 additions & 0 deletions packages/pds/src/lexicon/lexicons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2438,9 +2438,11 @@ export const schemaDict = {
properties: {
privacyPolicy: {
type: 'string',
format: 'uri',
},
termsOfService: {
type: 'string',
format: 'uri',
},
},
},
Expand Down Expand Up @@ -3621,6 +3623,7 @@ export const schemaDict = {
},
avatar: {
type: 'string',
format: 'uri',
},
associated: {
type: 'ref',
Expand Down Expand Up @@ -3663,6 +3666,7 @@ export const schemaDict = {
},
avatar: {
type: 'string',
format: 'uri',
},
associated: {
type: 'ref',
Expand Down Expand Up @@ -3709,9 +3713,11 @@ export const schemaDict = {
},
avatar: {
type: 'string',
format: 'uri',
},
banner: {
type: 'string',
format: 'uri',
},
followersCount: {
type: 'integer',
Expand Down Expand Up @@ -4388,6 +4394,7 @@ export const schemaDict = {
},
thumb: {
type: 'string',
format: 'uri',
},
},
},
Expand Down Expand Up @@ -4468,11 +4475,13 @@ export const schemaDict = {
properties: {
thumb: {
type: 'string',
format: 'uri',
description:
'Fully-qualified URL where a thumbnail of the image can be fetched. For example, CDN location provided by the App View.',
},
fullsize: {
type: 'string',
format: 'uri',
description:
'Fully-qualified URL where a large version of the image can be fetched. May or may not be the exact original blob. For example, CDN location provided by the App View.',
},
Expand Down Expand Up @@ -4886,6 +4895,7 @@ export const schemaDict = {
},
avatar: {
type: 'string',
format: 'uri',
},
likeCount: {
type: 'integer',
Expand Down Expand Up @@ -6201,6 +6211,7 @@ export const schemaDict = {
},
avatar: {
type: 'string',
format: 'uri',
},
labels: {
type: 'array',
Expand Down Expand Up @@ -6258,6 +6269,7 @@ export const schemaDict = {
},
avatar: {
type: 'string',
format: 'uri',
},
labels: {
type: 'array',
Expand Down

0 comments on commit d93649a

Please sign in to comment.