@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 +5 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +5 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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