gst-common 1.5.29 → 1.5.30
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 +5 -1
- package/dist/index.d.ts +5 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -11,7 +11,6 @@ type TProgramEntity = {
|
|
|
11
11
|
fromPrice: number;
|
|
12
12
|
toPrice: number;
|
|
13
13
|
account: TAccountEntity;
|
|
14
|
-
sessionPerWeek: number;
|
|
15
14
|
method: PROGRAM_METHOD;
|
|
16
15
|
durationPerSession: number;
|
|
17
16
|
} & BaseEntity;
|
|
@@ -1184,6 +1183,11 @@ type TPostAllListPostByAccount = {
|
|
|
1184
1183
|
type TProgramPublicList = {
|
|
1185
1184
|
search?: string;
|
|
1186
1185
|
accountId?: string;
|
|
1186
|
+
fromPrice?: number;
|
|
1187
|
+
toPrice?: number;
|
|
1188
|
+
programMethod?: PROGRAM_METHOD;
|
|
1189
|
+
provinceCode?: string;
|
|
1190
|
+
districtCode?: string;
|
|
1187
1191
|
} & BasePaginationParams;
|
|
1188
1192
|
type TProgramRatingPublicCountByScore = {
|
|
1189
1193
|
programId?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -11,7 +11,6 @@ type TProgramEntity = {
|
|
|
11
11
|
fromPrice: number;
|
|
12
12
|
toPrice: number;
|
|
13
13
|
account: TAccountEntity;
|
|
14
|
-
sessionPerWeek: number;
|
|
15
14
|
method: PROGRAM_METHOD;
|
|
16
15
|
durationPerSession: number;
|
|
17
16
|
} & BaseEntity;
|
|
@@ -1184,6 +1183,11 @@ type TPostAllListPostByAccount = {
|
|
|
1184
1183
|
type TProgramPublicList = {
|
|
1185
1184
|
search?: string;
|
|
1186
1185
|
accountId?: string;
|
|
1186
|
+
fromPrice?: number;
|
|
1187
|
+
toPrice?: number;
|
|
1188
|
+
programMethod?: PROGRAM_METHOD;
|
|
1189
|
+
provinceCode?: string;
|
|
1190
|
+
districtCode?: string;
|
|
1187
1191
|
} & BasePaginationParams;
|
|
1188
1192
|
type TProgramRatingPublicCountByScore = {
|
|
1189
1193
|
programId?: string;
|