gst-common 1.6.63 → 1.6.64

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
@@ -1490,6 +1490,8 @@ type TProgramPublicList = {
1490
1490
  programMethod?: PROGRAM_METHOD;
1491
1491
  provinceCode?: string;
1492
1492
  districtCode?: string;
1493
+ keywordIds?: string[];
1494
+ subjectIds?: string[];
1493
1495
  } & BasePaginationParams;
1494
1496
  type TProgramInternalList = {
1495
1497
  search?: string;
package/dist/index.d.ts CHANGED
@@ -1490,6 +1490,8 @@ type TProgramPublicList = {
1490
1490
  programMethod?: PROGRAM_METHOD;
1491
1491
  provinceCode?: string;
1492
1492
  districtCode?: string;
1493
+ keywordIds?: string[];
1494
+ subjectIds?: string[];
1493
1495
  } & BasePaginationParams;
1494
1496
  type TProgramInternalList = {
1495
1497
  search?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.6.63",
3
+ "version": "1.6.64",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",