gst-common 1.6.66 → 1.6.67

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.cts CHANGED
@@ -2776,7 +2776,9 @@ type TCategoryInternalUpdateRes = TCategoryEntity;
2776
2776
  type TCategoryInternalDeleteRes = TCategoryEntity;
2777
2777
  type TCategoryInternalListRes = TCategoryEntity[];
2778
2778
  type TCategoryPublicListSubjectRes = TCategoryEntity[];
2779
- type TCategoryPublicListKeywordRes = TCategoryEntity[];
2779
+ type TCategoryPublicListKeywordRes = (TCategoryEntity & {
2780
+ parent: TCategoryEntity;
2781
+ })[];
2780
2782
  type TProposedCategoryInternalListKeywordsRes = (TCategoryEntity & {
2781
2783
  proposedCategories: (TProposedCategoryEntity & {
2782
2784
  fromProgram: TProgramEntity;
package/dist/index.d.ts CHANGED
@@ -2776,7 +2776,9 @@ type TCategoryInternalUpdateRes = TCategoryEntity;
2776
2776
  type TCategoryInternalDeleteRes = TCategoryEntity;
2777
2777
  type TCategoryInternalListRes = TCategoryEntity[];
2778
2778
  type TCategoryPublicListSubjectRes = TCategoryEntity[];
2779
- type TCategoryPublicListKeywordRes = TCategoryEntity[];
2779
+ type TCategoryPublicListKeywordRes = (TCategoryEntity & {
2780
+ parent: TCategoryEntity;
2781
+ })[];
2780
2782
  type TProposedCategoryInternalListKeywordsRes = (TCategoryEntity & {
2781
2783
  proposedCategories: (TProposedCategoryEntity & {
2782
2784
  fromProgram: TProgramEntity;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.6.66",
3
+ "version": "1.6.67",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",