@c-rex/interfaces 0.3.0-build.36 → 0.3.0-build.38
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 +5 -0
- package/dist/index.d.ts +5 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1640,6 +1640,11 @@ interface TopicsResponseItem {
|
|
|
1640
1640
|
renditionUrl: string;
|
|
1641
1641
|
image: string | null;
|
|
1642
1642
|
description: string | null;
|
|
1643
|
+
authors: {
|
|
1644
|
+
name: string;
|
|
1645
|
+
photo: string | null;
|
|
1646
|
+
}[];
|
|
1647
|
+
vcardUrls: string[];
|
|
1643
1648
|
}
|
|
1644
1649
|
interface TopicsRequestItem extends DefaultCrexObject {
|
|
1645
1650
|
applicableForTypes?: {
|
package/dist/index.d.ts
CHANGED
|
@@ -1640,6 +1640,11 @@ interface TopicsResponseItem {
|
|
|
1640
1640
|
renditionUrl: string;
|
|
1641
1641
|
image: string | null;
|
|
1642
1642
|
description: string | null;
|
|
1643
|
+
authors: {
|
|
1644
|
+
name: string;
|
|
1645
|
+
photo: string | null;
|
|
1646
|
+
}[];
|
|
1647
|
+
vcardUrls: string[];
|
|
1643
1648
|
}
|
|
1644
1649
|
interface TopicsRequestItem extends DefaultCrexObject {
|
|
1645
1650
|
applicableForTypes?: {
|