@daocloud-proto/skoala 0.41.3-28 → 0.41.3-30

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.
@@ -631,6 +631,8 @@ export type GetGatewayMetricDashboardReq = {
631
631
  namespaceName?: string
632
632
  gatewayName?: string
633
633
  dashboardType?: SkoalaApiGeneralV1alpha1Grafana.DashboardType
634
+ from?: string
635
+ to?: string
634
636
  }
635
637
 
636
638
  export type GetGatewayMetricDashboardRes = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.41.3-28",
3
+ "version": "0.41.3-30",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {