@ocap/proto 1.18.37 → 1.18.38
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/lib/gen/spec.json +16 -0
- package/package.json +2 -2
package/lib/gen/spec.json
CHANGED
|
@@ -566,6 +566,10 @@
|
|
|
566
566
|
"tokenAddress": {
|
|
567
567
|
"type": "string",
|
|
568
568
|
"id": 2
|
|
569
|
+
},
|
|
570
|
+
"timeFilter": {
|
|
571
|
+
"type": "TimeFilter",
|
|
572
|
+
"id": 3
|
|
569
573
|
}
|
|
570
574
|
}
|
|
571
575
|
},
|
|
@@ -681,6 +685,10 @@
|
|
|
681
685
|
"issuerAddress": {
|
|
682
686
|
"type": "string",
|
|
683
687
|
"id": 2
|
|
688
|
+
},
|
|
689
|
+
"timeFilter": {
|
|
690
|
+
"type": "TimeFilter",
|
|
691
|
+
"id": 3
|
|
684
692
|
}
|
|
685
693
|
}
|
|
686
694
|
},
|
|
@@ -727,6 +735,10 @@
|
|
|
727
735
|
"rule": "repeated",
|
|
728
736
|
"type": "string",
|
|
729
737
|
"id": 3
|
|
738
|
+
},
|
|
739
|
+
"timeFilter": {
|
|
740
|
+
"type": "TimeFilter",
|
|
741
|
+
"id": 4
|
|
730
742
|
}
|
|
731
743
|
}
|
|
732
744
|
},
|
|
@@ -846,6 +858,10 @@
|
|
|
846
858
|
"foreignTokenAddress": {
|
|
847
859
|
"type": "string",
|
|
848
860
|
"id": 3
|
|
861
|
+
},
|
|
862
|
+
"timeFilter": {
|
|
863
|
+
"type": "TimeFilter",
|
|
864
|
+
"id": 4
|
|
849
865
|
}
|
|
850
866
|
}
|
|
851
867
|
},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ocap/proto",
|
|
3
3
|
"description": "Static modules generated from forge-sdk protobuf files",
|
|
4
|
-
"version": "1.18.
|
|
4
|
+
"version": "1.18.38",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "wangshijun",
|
|
7
7
|
"email": "shijun@arcblock.io",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"debug": "^4.3.4",
|
|
49
49
|
"lodash": "^4.17.21"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "0ea539a3a0e7a13e7a49daaa4d7e842dcee2192d"
|
|
52
52
|
}
|