@ -12,7 +12,7 @@ const listSchema = v.object({
|
||||
title: v.string(),
|
||||
replies_policy: v.fallback(v.optional(v.string()), undefined),
|
||||
exclusive: v.fallback(v.optional(v.boolean()), undefined),
|
||||
antennas: filteredArray(antennaSchema),
|
||||
antennas: filteredArray(v.lazy(() => antennaSchema)),
|
||||
notify: v.fallback(v.optional(v.boolean()), undefined),
|
||||
favourite: v.fallback(v.optional(v.boolean()), undefined),
|
||||
});
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pl-api",
|
||||
"version": "1.0.0-rc.7",
|
||||
"version": "1.0.0-rc.8",
|
||||
"type": "module",
|
||||
"homepage": "https://github.com/mkljczk/pl-fe/tree/develop/packages/pl-api",
|
||||
"repository": {
|
||||
|
||||
@ -101,7 +101,7 @@
|
||||
"multiselect-react-dropdown": "^2.0.25",
|
||||
"mutative": "^1.1.0",
|
||||
"path-browserify": "^1.0.1",
|
||||
"pl-api": "^1.0.0-rc.7",
|
||||
"pl-api": "^1.0.0-rc.8",
|
||||
"postcss": "^8.4.49",
|
||||
"process": "^0.11.10",
|
||||
"punycode": "^2.1.1",
|
||||
|
||||
@ -8136,10 +8136,10 @@ pkg-dir@^4.1.0:
|
||||
dependencies:
|
||||
find-up "^4.0.0"
|
||||
|
||||
pl-api@^1.0.0-rc.7:
|
||||
version "1.0.0-rc.7"
|
||||
resolved "https://registry.yarnpkg.com/pl-api/-/pl-api-1.0.0-rc.7.tgz#5882657ca46d3362cd3e85b2fbaa55099eb76425"
|
||||
integrity sha512-9SHQ4xqbG9zOy2h6/dvjottanDyAwE+CvjG4rpgc8W22TkgUwgo4RpKc2hFGZTHeCa3eWvckSL1ixxRdeRKhRw==
|
||||
pl-api@^1.0.0-rc.8:
|
||||
version "1.0.0-rc.8"
|
||||
resolved "https://registry.yarnpkg.com/pl-api/-/pl-api-1.0.0-rc.8.tgz#d7f4da5e35ec0e5085ac8cbc58f450916190a6ee"
|
||||
integrity sha512-FIQEjW3yUaRGypc0IwwnHVlEuA/fK6uH1/4GHIdT2u0cbyypYTqEg6BftjTNGui/FUscfKcsXJ55EFlNBy5r9Q==
|
||||
dependencies:
|
||||
blurhash "^2.0.5"
|
||||
http-link-header "^1.1.3"
|
||||
|
||||
Reference in New Issue
Block a user