@dracoonghost/trndup-sdk 1.5.1 → 1.5.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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -3059,7 +3059,7 @@ declare class TrendsModule {
|
|
|
3059
3059
|
* console.log(trend.topExamples);
|
|
3060
3060
|
* ```
|
|
3061
3061
|
*/
|
|
3062
|
-
|
|
3062
|
+
get(trendId: string): Promise<Trends.TrendDetail>;
|
|
3063
3063
|
/**
|
|
3064
3064
|
* Get all categories with trend counts
|
|
3065
3065
|
*
|
package/dist/index.d.ts
CHANGED
|
@@ -3059,7 +3059,7 @@ declare class TrendsModule {
|
|
|
3059
3059
|
* console.log(trend.topExamples);
|
|
3060
3060
|
* ```
|
|
3061
3061
|
*/
|
|
3062
|
-
|
|
3062
|
+
get(trendId: string): Promise<Trends.TrendDetail>;
|
|
3063
3063
|
/**
|
|
3064
3064
|
* Get all categories with trend counts
|
|
3065
3065
|
*
|