@daocloud-proto/skoala 0.3.3-36 → 0.3.3-40

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.
@@ -25,12 +25,6 @@ export type ListServiceReq = {
25
25
  pageSize?: number
26
26
  }
27
27
 
28
- export type ListAllServiceReq = {
29
- workspaceId?: string
30
- page?: number
31
- size?: number
32
- }
33
-
34
28
  export type ListServiceRes = {
35
29
  items?: Service[]
36
30
  pagination?: SkoalaApiGeneralV1alpha1Skoala.Pagination
@@ -42,6 +36,8 @@ export type GetServiceReq = {
42
36
  namespaceId?: string
43
37
  groupName?: string
44
38
  serviceName?: string
39
+ start?: string
40
+ end?: string
45
41
  }
46
42
 
47
43
  export type GetServiceRes = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.3.3-36",
3
+ "version": "0.3.3-40",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {