@jpool/bond-sdk 0.11.0-next.20 → 0.11.0-next.21

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/dist/index.d.mts CHANGED
@@ -1332,6 +1332,11 @@ type Jbond = {
1332
1332
  "code": 6024;
1333
1333
  "name": "invalidEpoch";
1334
1334
  "msg": "Invalid epoch for this operation";
1335
+ },
1336
+ {
1337
+ "code": 6025;
1338
+ "name": "bondNotRemovable";
1339
+ "msg": "Bond is not removable";
1335
1340
  }
1336
1341
  ];
1337
1342
  "types": [
package/dist/index.d.ts CHANGED
@@ -1332,6 +1332,11 @@ type Jbond = {
1332
1332
  "code": 6024;
1333
1333
  "name": "invalidEpoch";
1334
1334
  "msg": "Invalid epoch for this operation";
1335
+ },
1336
+ {
1337
+ "code": 6025;
1338
+ "name": "bondNotRemovable";
1339
+ "msg": "Bond is not removable";
1335
1340
  }
1336
1341
  ];
1337
1342
  "types": [
package/dist/index.js CHANGED
@@ -6087,6 +6087,11 @@ var jbond_default = {
6087
6087
  code: 6024,
6088
6088
  name: "InvalidEpoch",
6089
6089
  msg: "Invalid epoch for this operation"
6090
+ },
6091
+ {
6092
+ code: 6025,
6093
+ name: "BondNotRemovable",
6094
+ msg: "Bond is not removable"
6090
6095
  }
6091
6096
  ],
6092
6097
  types: [