diff --git a/package.json b/package.json
index 96e0267894cf56e7939ec2a09f2ee2470bc6857b..9dda8e7d94a485d34fe1b9e0756ff684a44e5062 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@hiveio/hive-js",
-  "version": "0.8.15",
+  "version": "1.0.0-beta.0",
   "description": "Hive.js the JavaScript API for Hive blockchain",
   "main": "lib/index.js",
   "scripts": {
diff --git a/src/auth/serializer/src/ChainTypes.js b/src/auth/serializer/src/ChainTypes.js
index 506eadb1ad82c551156b46b1d7cf63d73d82c124..2ed4859ae838ee58791b5396aa5f912445afa1c3 100644
--- a/src/auth/serializer/src/ChainTypes.js
+++ b/src/auth/serializer/src/ChainTypes.js
@@ -55,31 +55,34 @@ ChainTypes.operations= {
     update_proposal_votes: 45,
     remove_proposal: 46,
     update_proposal: 47,
-    fill_convert_request: 48,
-    author_reward: 49,
-    curation_reward: 50,
-    comment_reward: 51,
-    liquidity_reward: 52,
-    interest: 53,
-    fill_vesting_withdraw: 54,
-    fill_order: 55,
-    shutdown_witness: 56,
-    fill_transfer_from_savings: 57,
-    hardfork: 58,
-    comment_payout_update: 59,
-    return_vesting_delegation: 60,
-    comment_benefactor_reward: 61,
-    producer_reward: 62,
-    clear_null_account_balance: 63,
-    proposal_pay: 64,
-    sps_fund: 65,
-    hardfork_hive: 66,
-    hardfork_hive_restore: 67,
-    delayed_voting: 68,
-    consolidate_treasury_balance: 69,
-    effective_comment_vote: 70,
-    ineffective_delete_comment: 71,
-    sps_convert: 72,
+    collateralized_convert: 48,
+    recurrent_transfer: 49,
+    // virtual ops
+    fill_convert_request: 50,
+    author_reward: 51,
+    curation_reward: 52,
+    comment_reward: 53,
+    liquidity_reward: 54,
+    interest: 55,
+    fill_vesting_withdraw: 56,
+    fill_order: 57,
+    shutdown_witness: 58,
+    fill_transfer_from_savings: 59,
+    hardfork: 60,
+    comment_payout_update: 61,
+    return_vesting_delegation: 62,
+    comment_benefactor_reward: 63,
+    producer_reward: 64,
+    clear_null_account_balance: 65,
+    proposal_pay: 66,
+    sps_fund: 67,
+    hardfork_hive: 68,
+    hardfork_hive_restore: 69,
+    delayed_voting: 70,
+    consolidate_treasury_balance: 71,
+    effective_comment_vote: 72,
+    ineffective_delete_comment: 73,
+    sps_convert: 74,
  };
 
 //types.hpp