- f291070: Filters invalid metadata for backwards compatibility instead of erroring
- f720614: Fixes types for getExplorers
- 1e7cf0f: fixes exploers not fetching
- 2da17b7: fixes graphql endpoint incorrect
- 502eda3: Updates the wiki schema to match publish schema rather than fetch from graphql
- 589e5ea: Simplifies the file structure and variable and method function names from exports
- 6f776ed: Exports wiki schema
- cd21c32: Update wiki to use zod
- bd3b671: Added function export
- 3903b43: fixes
- 3903b43: fixes lock file
- 109a4d9: adds export for constants
- 275d12e: Adds export to wiki check functions
- 7ba3d57: Update BaseEvents with location field
- 82b2cb8: Add is Update event action types
- 1b7060e: Add action to base event type
- fa54b6f: Adds is base event id for the metadata structure
- 3add847: Add export for wiki validation
- a38f82b: Adds is deep equal refactor
- 7c28dbb: Adds is valid wiki checks
- 81ee461: Adds blockchainWikis and founderWikis type
- 88843ea: added a new explorer
- 55e5cd8: Update CommonMetaIds types for Explorers links
- 9236647: Updating explorer commonMetaIds types
- 75ea28e: Resolve issue with import error
- 2516a5c: Create lib for deep comparison
- 716a8b5: Update events with support for dates running consecutively
- 4fdee73: Patches common meta id to include tiktok
- 35a0985: Update LinkedWikiKey enum
- 621d2eb: Add events location metadata id
- badb57a: Adds basescan and ftmscan chain explorers
- 33c7f68: Add mirror social link enum
- 84f8b57: adds events to validator code
- 0810860: Adds Event type to wiki
-
81787e9: # Changes
- Adds RecordTypePicker which works for any type
// The NewWikiType will only have user, title, content, summary and user only has id, profile with username and avatar. type NewWikiType = RecordTypePicker< Wiki, { user: { id; profile: { username; avatar; }; }; }, "title" | "content" | "summary" >;
- 77bca5e: Adds WikiTypeBuilder to constuct custom wiki types
- 5aa29d7: Update CommonMetaIds