@daocloud-proto/skoala 0.6.1-95 → 0.6.1-99

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.
@@ -28,10 +28,10 @@ export type VirtualhostConfig = {
28
28
  protocol?: SkoalaApiHostedV1alpha1Http.Protocol
29
29
  rateLimitPolicy?: RateLimitPolicy
30
30
  corsPolicy?: CorsPolicy
31
- tlsPolicy?: Tls
31
+ tlsPolicy?: VirtualhostTLSPolicy
32
32
  }
33
33
 
34
- export type Tls = {
34
+ export type VirtualhostTLSPolicy = {
35
35
  enableFallbackCertificate?: boolean
36
36
  minimumProtocolVersion?: string
37
37
  secretName?: string
@@ -59,6 +59,7 @@ export type VirtualhostInfo = {
59
59
  fqdn?: string
60
60
  protocol?: SkoalaApiHostedV1alpha1Http.Protocol
61
61
  secretName?: string
62
+ secretNamespaceName?: string
62
63
  namespaceName?: string
63
64
  apiCount?: number
64
65
  updatedAt?: string
@@ -82,6 +83,7 @@ export type GetVirtualhostRes = {
82
83
  protocol?: SkoalaApiHostedV1alpha1Http.Protocol
83
84
  rateLimitPolicy?: RateLimitPolicy
84
85
  corsPolicy?: CorsPolicy
86
+ tlsPolicy?: VirtualhostTLSPolicy
85
87
  }
86
88
 
87
89
  export type UpdateVirtualhostReq = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.6.1-95",
3
+ "version": "0.6.1-99",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {