@daocloud-proto/zestu 0.1.0-dev-fefc297a → 0.1.0-dev-d6691e57

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/zestu",
3
- "version":"v0.1.0-dev-fefc297a",
3
+ "version":"v0.1.0-dev-d6691e57",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -76,7 +76,7 @@ export class Image {
76
76
  return fm.fetchReq<ZestuIoApiImageV1alpha1Image.ListPublicImagesRequest, ZestuIoApiImageV1alpha1Image.ListPublicImagesResponse>(`/apis/zestu.io/v1/region/${req["regionId"]}/public-images?${fm.renderURLSearchParams(req, ["regionId"])}`, {...initReq, method: "GET"})
77
77
  }
78
78
  }
79
- export class metering {
79
+ export class Metering {
80
80
  static PushEvent(req: ZestuIoApiMeteringV1alpha1Metering.PushEventRequest, initReq?: fm.InitReq): Promise<GoogleProtobufEmpty.Empty> {
81
81
  return fm.fetchReq<ZestuIoApiMeteringV1alpha1Metering.PushEventRequest, GoogleProtobufEmpty.Empty>(`/apis/zestu.io/v1/events/push`, {...initReq, method: "POST", body: JSON.stringify(req)})
82
82
  }