@daocloud-proto/kpanda 0.26.0-dev-924a5efd → 0.26.0-dev-2650bf0a

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.
@@ -193,6 +193,7 @@ export type VerifySnapStoreConfigRequest = {
193
193
  secretAccessKey?: string
194
194
  bucket?: string
195
195
  endpoint?: string
196
+ region?: string
196
197
  }
197
198
 
198
199
  export type VerifySnapStoreConfigResponse = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.26.0-dev-924a5efd",
3
+ "version":"v0.26.0-dev-2650bf0a",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {