@ocap/types 1.18.78 → 1.18.79

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.
Files changed (2) hide show
  1. package/lib/tx_pb.d.ts +4 -0
  2. package/package.json +2 -2
package/lib/tx_pb.d.ts CHANGED
@@ -751,6 +751,9 @@ export class UpdateAssetTx extends jspb.Message {
751
751
  getMoniker(): string;
752
752
  setMoniker(value: string): void;
753
753
 
754
+ getConsumed(): boolean;
755
+ setConsumed(value: boolean): void;
756
+
754
757
  hasData(): boolean;
755
758
  clearData(): void;
756
759
  getData(): google_protobuf_any_pb.Any | undefined;
@@ -769,6 +772,7 @@ export class UpdateAssetTx extends jspb.Message {
769
772
  export type TUpdateAssetTx = {
770
773
  address: string,
771
774
  moniker: string,
775
+ consumed: boolean,
772
776
  data?: google_protobuf_any_pb.Any,
773
777
  }
774
778
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ocap/types",
3
- "version": "1.18.78",
3
+ "version": "1.18.79",
4
4
  "description": "Typescript definitions generated from protobuf",
5
5
  "keywords": [
6
6
  "ocap",
@@ -39,5 +39,5 @@
39
39
  "bugs": {
40
40
  "url": "https://github.com/ArcBlock/asset-chain/issues"
41
41
  },
42
- "gitHead": "55bd3460826600a3d7472c6529de1e101621d286"
42
+ "gitHead": "158c6265a6746d9a7ddae8b68cb00f6667f5f248"
43
43
  }