feat: publish prefereces stored in filesystem
This commit is contained in:
@@ -170,6 +170,9 @@ const METHOD_NAME_MAP: Record<string, string> = {
|
||||
'meta.getProjectMetadata': 'getProjectMetadata',
|
||||
'meta.setProjectMetadata': 'setProjectMetadata',
|
||||
'meta.updateProjectMetadata': 'updateProjectMetadata',
|
||||
'meta.getPublishingPreferences': 'getPublishingPreferences',
|
||||
'meta.setPublishingPreferences': 'setPublishingPreferences',
|
||||
'meta.clearPublishingPreferences': 'clearPublishingPreferences',
|
||||
'tags.getAll': 'getAllTags',
|
||||
'tags.getWithCounts': 'getTagsWithCounts',
|
||||
'tags.get': 'getTag',
|
||||
|
||||
Reference in New Issue
Block a user