@voltr/vault-sdk 1.0.18 → 1.0.19

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.
@@ -6880,10 +6880,10 @@
6880
6880
  "name": "Manager"
6881
6881
  },
6882
6882
  {
6883
- "name": "DisabledOperations"
6883
+ "name": "PendingAdmin"
6884
6884
  },
6885
6885
  {
6886
- "name": "PendingAdmin"
6886
+ "name": "DisabledOperations"
6887
6887
  }
6888
6888
  ]
6889
6889
  }
@@ -6886,10 +6886,10 @@ export type VoltrVault = {
6886
6886
  "name": "manager";
6887
6887
  },
6888
6888
  {
6889
- "name": "disabledOperations";
6889
+ "name": "pendingAdmin";
6890
6890
  },
6891
6891
  {
6892
- "name": "pendingAdmin";
6892
+ "name": "disabledOperations";
6893
6893
  }
6894
6894
  ];
6895
6895
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voltr/vault-sdk",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "SDK for interacting with Voltr Protocol",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",