@daocloud-proto/kangaroo 0.5.0-342 → 0.5.0-346

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.
@@ -60,6 +60,7 @@ export type RegistrySecret = {
60
60
  name?: string
61
61
  health?: RegistrySecretHealth
62
62
  registryType?: KangarooIoApiRegistryV1alpha1Registry.RegistryType
63
+ scope?: string
63
64
  }
64
65
 
65
66
  export type ListRegistryResponse = {
@@ -325,6 +326,8 @@ export type APIListProjectRequest = {
325
326
  public?: boolean
326
327
  page?: number
327
328
  pageSize?: number
329
+ onlyBind?: boolean
330
+ all?: boolean
328
331
  }
329
332
 
330
333
  export type APIListProjectResponse = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kangaroo",
3
- "version":"0.5.0-342",
3
+ "version":"0.5.0-346",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {