@c-rex/interfaces 0.3.0-build.36 → 0.3.0-build.39

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 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?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c-rex/interfaces",
3
- "version": "0.3.0-build.36",
3
+ "version": "0.3.0-build.39",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "module": "./dist/index.mjs",