@daocloud-proto/kpanda 0.49.0-dev-723a11b3 → 0.49.0-dev-cbcf7b2c

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.
@@ -85,6 +85,7 @@ export type S3Config = {
85
85
  secretAccessKey?: string
86
86
  bucket?: string
87
87
  endpoint?: string
88
+ insecureSkipVerify?: boolean
88
89
  storePrefix?: string
89
90
  consoleAddress?: string
90
91
  }
@@ -195,6 +196,7 @@ export type VerifySnapStoreConfigRequest = {
195
196
  bucket?: string
196
197
  endpoint?: string
197
198
  region?: string
199
+ insecureSkipVerify?: boolean
198
200
  }
199
201
 
200
202
  export type VerifySnapStoreConfigResponse = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.49.0-dev-723a11b3",
3
+ "version":"v0.49.0-dev-cbcf7b2c",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {