RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
digicust_types
Versions diffs
1.8.233 → 1.8.234
digicust_types 1.8.233 → 1.8.234
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/lib/models/digicust/meta/translatable.model.d.ts
+5
-0
package/package.json
+1
-1
package/lib/models/digicust/meta/translatable.model.d.ts
CHANGED
Viewed
@@ -1,6 +1,11 @@
1
1
import { Meta } from "./meta";
2
2
export interface Translatable extends Meta<string> {
3
3
translation?: Translation;
4
+
webResults?: {
5
+
title?: string;
6
+
imageUrl?: string;
7
+
link?: string;
8
+
}[];
4
9
userEdited?: boolean;
5
10
}
6
11
export interface Translation {
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "digicust_types",
3
-
"version": "1.8.
233
",
3
+
"version": "1.8.
234
",
4
4
"description": "",
5
5
"main": "lib/index.js",
6
6
"types": "lib/index.d.ts",