diff --git a/packages/cherrypick-js/etc/cherrypick-js.api.md b/packages/cherrypick-js/etc/cherrypick-js.api.md index c643a77912..d2cf3af79f 100644 --- a/packages/cherrypick-js/etc/cherrypick-js.api.md +++ b/packages/cherrypick-js/etc/cherrypick-js.api.md @@ -194,6 +194,13 @@ export type Channels = { }; receives: null; }; + mediaTimeline: { + params: null; + events: { + note: (payload: Note) => void; + }; + receives: null; + }; hybridTimeline: { params: null; events: { @@ -1543,6 +1550,10 @@ export type Endpoints = { req: TODO; res: TODO; }; + 'flash/gen-token': { + req: TODO; + res: TODO; + }; 'messaging/history': { req: { limit?: number; @@ -2749,7 +2760,7 @@ type UserSorting = '+follower' | '-follower' | '+createdAt' | '-createdAt' | '+u // // src/api.types.ts:16:32 - (ae-forgotten-export) The symbol "TODO" needs to be exported by the entry point index.d.ts // src/api.types.ts:18:25 - (ae-forgotten-export) The symbol "NoParams" needs to be exported by the entry point index.d.ts -// src/api.types.ts:614:18 - (ae-forgotten-export) The symbol "ShowUserReq" needs to be exported by the entry point index.d.ts +// src/api.types.ts:616:18 - (ae-forgotten-export) The symbol "ShowUserReq" needs to be exported by the entry point index.d.ts // src/streaming.types.ts:33:4 - (ae-forgotten-export) The symbol "FIXME" needs to be exported by the entry point index.d.ts // (No @packageDocumentation comment for this package) diff --git a/packages/cherrypick-js/package.json b/packages/cherrypick-js/package.json index d889eacd02..de9cb457f2 100644 --- a/packages/cherrypick-js/package.json +++ b/packages/cherrypick-js/package.json @@ -1,6 +1,6 @@ { "name": "cherrypick-js", - "version": "0.0.15", + "version": "0.0.15-cherrypick.1", "description": "CherryPick SDK for JavaScript", "main": "./built/index.js", "types": "./built/index.d.ts",