Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fluid-topics/public-api

Package Overview
Dependencies
Maintainers
2
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluid-topics/public-api - npm Package Compare versions

Comparing version 1.0.21 to 1.0.22

4

dist/mjs/index.d.ts
import "cross-fetch/polyfill";
import { FtCollectionDocument, FtMap, FtMapResource, FtSearchLocales, FtSearchRequest, FtSearchResults, FtSuggestRequest, FtSuggestResults, FtTocNode, FtTopic, FtTopicContentTarget, FtUnstructuredDocument } from "./types/ft-common/public";
import { FtCollectionDocument, FtMap, FtMapResource, FtSearchLocales, FtSearchRequest, FtSearchResults, FtSuggestRequest, FtSuggestResults, FtTocNode, FtTopic, FtTopicContentTarget, FtTopicContentTargetKeys, FtUnstructuredDocument } from "./types/ft-common/public";
import { FtAuthenticatedSession, FtMapAttachment, FtSession } from "./types/ft-server/public";

@@ -28,3 +28,3 @@ export * from "./types/ft-common/public";

getTopic(mapId: string, topicContentId: string): Promise<FtTopic>;
getTopicHTMLContent(mapId: string, topicContentId: string, target?: FtTopicContentTarget): Promise<string>;
getTopicHTMLContent(mapId: string, topicContentId: string, target?: FtTopicContentTarget | FtTopicContentTargetKeys): Promise<string>;
getMapAttachments(mapId: string): Promise<Array<FtMapAttachment>>;

@@ -31,0 +31,0 @@ getMapAttachmentContent(mapId: string, attachmentId: string): Promise<ArrayBuffer>;

@@ -91,2 +91,3 @@ export interface FtCredentials {

}
export declare type FtTopicContentTargetKeys = keyof typeof FtTopicContentTarget;
export declare const isFtTopicContentTarget: (o: any) => o is FtTopicContentTarget;

@@ -148,2 +149,3 @@ export interface FtSearchLocale {

}
export declare type FtEditorialTypeKeys = keyof typeof FtEditorialType;
export declare const isFtEditorialType: (o: any) => o is FtEditorialType;

@@ -154,2 +156,3 @@ export declare enum FtOpenMode {

}
export declare type FtOpenModeKeys = keyof typeof FtOpenMode;
export declare const isFtOpenMode: (o: any) => o is FtOpenMode;

@@ -168,2 +171,3 @@ export interface FtPageRequest {

}
export declare type FtCollectionDocumentTypeKeys = keyof typeof FtCollectionDocumentType;
export declare const isFtCollectionDocumentType: (o: any) => o is FtCollectionDocumentType;

@@ -266,2 +270,3 @@ export interface FtSearchResults {

}
export declare type FtSearchResultTypeKeys = keyof typeof FtSearchResultType;
export declare const isFtSearchResultType: (o: any) => o is FtSearchResultType;

@@ -268,0 +273,0 @@ export interface FtSearchFacet {

{
"name": "@fluid-topics/public-api",
"version": "1.0.21",
"version": "1.0.22",
"description": "Fluid Topics Public API",

@@ -5,0 +5,0 @@ "author": "Fluid Topics dev team <opensource@antidot.net>",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc