@blockchyp/blockchyp-ts 2.24.7 → 2.24.14
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/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2538,8 +2538,8 @@ const client = BlockChyp.newClient({
|
|
|
2538
2538
|
|
|
2539
2539
|
const request = new BlockChyp.UpdateTokenRequest();
|
|
2540
2540
|
request.token = '<TOKEN>';
|
|
2541
|
-
request.
|
|
2542
|
-
request.
|
|
2541
|
+
request.expiryMonth = '12';
|
|
2542
|
+
request.expiryYear = '2040';
|
|
2543
2543
|
|
|
2544
2544
|
client.updateToken(request)
|
|
2545
2545
|
.then(function(httpResponse) {
|