@natsuneko-laboratory/catalyst-sdk 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -242,7 +242,7 @@ declare class CatalystClient {
242
242
  favorite(id: string): Promise<void>;
243
243
  unfavorite(id: string): Promise<void>;
244
244
  reactions(id: string): Promise<CatalystReactions>;
245
- albumsInStatus(id: string): Promise<CatalystAlbum[]>;
245
+ albumsInStatus(id: string): Promise<CatalystSmartAlbums>;
246
246
  react(id: string, symbol: string): Promise<void>;
247
247
  unreact(id: string, symbol: string): Promise<void>;
248
248
  contestTimeline(slug: string, opts?: {
package/dist/index.d.ts CHANGED
@@ -242,7 +242,7 @@ declare class CatalystClient {
242
242
  favorite(id: string): Promise<void>;
243
243
  unfavorite(id: string): Promise<void>;
244
244
  reactions(id: string): Promise<CatalystReactions>;
245
- albumsInStatus(id: string): Promise<CatalystAlbum[]>;
245
+ albumsInStatus(id: string): Promise<CatalystSmartAlbums>;
246
246
  react(id: string, symbol: string): Promise<void>;
247
247
  unreact(id: string, symbol: string): Promise<void>;
248
248
  contestTimeline(slug: string, opts?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natsuneko-laboratory/catalyst-sdk",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "TypeScript/JavaScript SDK for the Natsuneko Laboratory platform",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",