@daocloud-proto/hydra 0.1.0-dev-7 → 0.1.0-dev-9

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.
@@ -27,8 +27,8 @@ export type APIKeyEvent = {
27
27
  }
28
28
 
29
29
  export type UsageReportRequestUsage = {
30
- inputTokens?: number
31
- outputTokens?: number
30
+ inputTokens?: string
31
+ outputTokens?: string
32
32
  requests?: number
33
33
  }
34
34
 
@@ -18,6 +18,7 @@ export type APIKey = {
18
18
  allowModels?: string[]
19
19
  creationTimestamp?: GoogleProtobufTimestamp.Timestamp
20
20
  name?: string
21
+ denyModels?: string[]
21
22
  }
22
23
 
23
24
  export type ListAPIKeyRequest = {
@@ -9,8 +9,7 @@ import * as fm from "../../../fetch.pb"
9
9
 
10
10
  export enum SKUPaymentMethod {
11
11
  PAYMENT_METHOD_UNSPECIFIED = "PAYMENT_METHOD_UNSPECIFIED",
12
- POSTPAID = "POSTPAID",
13
- PREPAID = "PREPAID",
12
+ PAY_AS_YOU_GO = "PAY_AS_YOU_GO",
14
13
  }
15
14
 
16
15
  export enum SKUPriceCurrency {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/hydra",
3
- "version": "v0.1.0-dev-7",
3
+ "version": "v0.1.0-dev-9",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"