@daocloud-proto/kangaroo 0.2.1-16 → 0.2.1-18

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.
@@ -5,6 +5,11 @@
5
5
  */
6
6
 
7
7
  import * as KangarooIoApiTypesPage from "../../types/page.pb"
8
+
9
+ export enum ListArtifactsRequestSortBy {
10
+ SORT_BY_UNSPECIFIED = "SORT_BY_UNSPECIFIED",
11
+ }
12
+
8
13
  export type ListRegistryRequest = {
9
14
  workspaceId?: string
10
15
  page?: number
@@ -98,6 +103,8 @@ export type ListArtifactsRequest = {
98
103
  registryName?: string
99
104
  projectName?: string
100
105
  repositoriesName?: string
106
+ sortBy?: ListArtifactsRequestSortBy
107
+ orderBy?: KangarooIoApiTypesPage.OrderBy
101
108
  page?: number
102
109
  pageSize?: number
103
110
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kangaroo",
3
- "version":"0.2.1-16",
3
+ "version":"0.2.1-18",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {