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 +3 -1
- package/dist/index.d.ts +3 -1
- package/package.json +1 -1
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;
|