Skip to content

Commit 02d8446

Browse files
committed
updated code
1 parent 645999f commit 02d8446

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
# Version 11.7.0
55

6-
**Release Date:** March 26, 2025
6+
**Release Date:** March 28, 2025
77

88
## Enhancements
99

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -5547,7 +5547,7 @@ List of APIs in this Section:
55475547

55485548

55495549

5550-
```
5550+
```js
55515551

55525552
var hookId = "<hookId>"; //Required
55535553

@@ -5585,7 +5585,7 @@ lrv2.webHookApi.updateWebhookSubscription(hookId, webHookSubscriptionUpdateModel
55855585

55865586

55875587

5588-
```
5588+
```js
55895589

55905590

55915591
var webHookSubscribeModel ={
@@ -5625,7 +5625,7 @@ lrv2.webHookApi.createWebhookSubscription(webHookSubscribeModel).then((response)
56255625

56265626

56275627

5628-
```
5628+
```js
56295629

56305630
var hookId = "<hookId>"; //Required
56315631

@@ -5647,7 +5647,7 @@ lrv2.webHookApi.getWebhookSubscriptionDetail(hookId).then((response) => {
56475647

56485648

56495649

5650-
```
5650+
```js
56515651

56525652

56535653
lrv2.webHookApi.listAllWebhooks().then((response) => {
@@ -5668,7 +5668,7 @@ lrv2.webHookApi.listAllWebhooks().then((response) => {
56685668

56695669

56705670

5671-
```
5671+
```js
56725672

56735673

56745674
lrv2.webHookApi.getWebhookEvents().then((response) => {
@@ -5689,7 +5689,7 @@ lrv2.webHookApi.getWebhookEvents().then((response) => {
56895689

56905690

56915691

5692-
```
5692+
```js
56935693

56945694
var hookId = "<hookId>"; //Required
56955695

demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"dependencies": {
1414
"body-parser": "^1.18.3",
1515
"express": "^4.16.3",
16-
"loginradius-sdk": "11.6.1"
16+
"loginradius-sdk": "11.7.0"
1717
}
1818
}

loginradius-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"lint": "prettier --check sdk/**/*.js && eslint sdk/**/*.js",
66
"lint:fix": "prettier --write sdk/**/*.js && eslint sdk/**/*.js --fix"
77
},
8-
"version": "11.6.1",
8+
"version": "11.7.0",
99
"description": "A LoginRadius SDK for node.js",
1010
"homepage": "https://www.loginradius.com",
1111
"main": "./sdk/util/lr.js",

0 commit comments

Comments
 (0)