@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.
Files changed (2) hide show
  1. package/README.md +2 -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.expMonth = 12;
2542
- request.expYear = 2040;
2541
+ request.expiryMonth = '12';
2542
+ request.expiryYear = '2040';
2543
2543
 
2544
2544
  client.updateToken(request)
2545
2545
  .then(function(httpResponse) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockchyp/blockchyp-ts",
3
- "version": "2.24.7",
3
+ "version": "2.24.14",
4
4
  "description": "BlockChyp Typescript Client",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",