gst-common 1.6.98 → 1.6.99

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
@@ -1538,6 +1538,7 @@ type TPostAllListPostByAccount = {
1538
1538
  type?: POST_TYPE;
1539
1539
  } & BasePaginationParams;
1540
1540
  type TProgramPublicList = {
1541
+ showAllAccount?: boolean;
1541
1542
  search?: string;
1542
1543
  accountId?: string;
1543
1544
  fromPrice?: number;
package/dist/index.d.ts CHANGED
@@ -1538,6 +1538,7 @@ type TPostAllListPostByAccount = {
1538
1538
  type?: POST_TYPE;
1539
1539
  } & BasePaginationParams;
1540
1540
  type TProgramPublicList = {
1541
+ showAllAccount?: boolean;
1541
1542
  search?: string;
1542
1543
  accountId?: string;
1543
1544
  fromPrice?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.6.98",
3
+ "version": "1.6.99",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",