@code.store/arcxp-sdk-ts 4.6.1 → 4.6.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.
@@ -126,7 +126,7 @@ export type SummaryRecord = {
126
126
  tags?: null;
127
127
  };
128
128
  export type DetailReport = SummaryRecord & {
129
- ansContent: AStory | AnImage | AuthorANS | TagANS;
129
+ ansContent: AStory | AGallery | AnImage | AuthorANS | TagANS;
130
130
  };
131
131
  export type Count = {
132
132
  historical: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code.store/arcxp-sdk-ts",
3
- "version": "4.6.1",
3
+ "version": "4.6.2",
4
4
  "description": "",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",