discourse-js
Advanced tools
Comparing version 3.0.7 to 3.0.8
@@ -85,5 +85,6 @@ export declare enum PostActions { | ||
} | ||
export interface Reply extends Post { | ||
export interface Reply { | ||
action: 'create_post'; | ||
success: boolean; | ||
post: Post; | ||
} |
{ | ||
"name": "discourse-js", | ||
"version": "3.0.7", | ||
"version": "3.0.8", | ||
"description": "A client-side javascript wrapper for the discourse API.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js", |
@@ -88,5 +88,6 @@ export enum PostActions { | ||
export interface Reply extends Post { | ||
export interface Reply { | ||
action: 'create_post'; | ||
success: boolean; | ||
post: Post; | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
341123
4461