@daocloud-proto/hydra 0.1.3-dev-3 → 0.1.3-dev-4
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.
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
import * as fm from "../../../fetch.pb"
|
|
8
8
|
import * as GoogleProtobufEmpty from "../../../google/protobuf/empty.pb"
|
|
9
|
+
import * as GoogleProtobufTimestamp from "../../../google/protobuf/timestamp.pb"
|
|
9
10
|
import * as HydraManagement_apiApikeyV1alpha1Apikey from "../../apikey/v1alpha1/apikey.pb"
|
|
10
11
|
|
|
11
12
|
export enum APIKeyEventType {
|
|
@@ -37,6 +38,8 @@ export type UsageReportRequest = {
|
|
|
37
38
|
requestModelName?: string
|
|
38
39
|
upstreamModelName?: string
|
|
39
40
|
usage?: UsageReportRequestUsage
|
|
41
|
+
firstRequestTime?: GoogleProtobufTimestamp.Timestamp
|
|
42
|
+
lastRequestTime?: GoogleProtobufTimestamp.Timestamp
|
|
40
43
|
}
|
|
41
44
|
|
|
42
45
|
export type UsageReportResponse = {
|