@daocloud-proto/leopard 0.13.0-dev5 → 0.13.0-dev6

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/leopard",
3
- "version":"0.13.0-dev5",
3
+ "version":"0.13.0-dev6",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -47,6 +47,8 @@ export type ExportBillsReportRequest = {
47
47
  start?: string
48
48
  end?: string
49
49
  exportType?: ExportTypes
50
+ billingTimeStart?: string
51
+ billingTimeEnd?: string
50
52
  }
51
53
 
52
54
  export type ExportMonthlyBillsReportRequest = {
@@ -66,6 +68,8 @@ export type ListBillsRequest = {
66
68
  billingType?: string
67
69
  productName?: string
68
70
  username?: string
71
+ billingTimeStart?: string
72
+ billingTimeEnd?: string
69
73
  }
70
74
 
71
75
  export type ListBillsResponse = {