@atproto/api 0.20.38 → 0.20.39
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 +6 -0
- package/dist/client/lexicons.d.ts +4 -4
- package/dist/client/lexicons.d.ts.map +1 -1
- package/dist/client/lexicons.js +2 -2
- package/dist/client/lexicons.js.map +1 -1
- package/dist/client/types/app/bsky/embed/video.d.ts +1 -1
- package/dist/client/types/app/bsky/embed/video.d.ts.map +1 -1
- package/dist/client/types/app/bsky/embed/video.js.map +1 -1
- package/package.json +1 -1
package/dist/client/lexicons.js
CHANGED
|
@@ -3226,9 +3226,9 @@ export const schemaDict = {
|
|
|
3226
3226
|
properties: {
|
|
3227
3227
|
video: {
|
|
3228
3228
|
type: 'blob',
|
|
3229
|
-
description: 'The mp4 video file. May be up to
|
|
3229
|
+
description: 'The mp4 video file. May be up to 300mb, formerly limited to 100mb.',
|
|
3230
3230
|
accept: ['video/mp4'],
|
|
3231
|
-
maxSize:
|
|
3231
|
+
maxSize: 300000000,
|
|
3232
3232
|
},
|
|
3233
3233
|
captions: {
|
|
3234
3234
|
type: 'array',
|