guilded-api-typings
Advanced tools
Comparing version 0.0.0-dev-20220727134214 to 0.0.0-dev-20220728144940
# guilded-api-typings | ||
## 0.0.0-dev-20220727134214 | ||
## 0.0.0-dev-20220728144940 | ||
@@ -13,2 +13,6 @@ ### Minor Changes | ||
### Patch Changes | ||
- 9cac330: feat: add `mentions` to forum topics | ||
## 0.8.5 | ||
@@ -15,0 +19,0 @@ |
{ | ||
"name": "guilded-api-typings", | ||
"version": "0.0.0-dev-20220727134214", | ||
"version": "0.0.0-dev-20220728144940", | ||
"description": "Type definitions for the Guilded API.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -0,1 +1,2 @@ | ||
import { APIMentions } from './Channel'; | ||
/** | ||
@@ -8,2 +9,4 @@ * Represents a forum topic on Guilded. | ||
content: string; | ||
/** The mentions of the forum topic. */ | ||
mentions?: APIMentions; | ||
} | ||
@@ -10,0 +13,0 @@ /** |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
124442
1945