Skip to content

Commit 1aa16a9

Browse files
committed
Added webhook management functions
1 parent 95d214b commit 1aa16a9

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,6 @@ class LLMWhispererClientV2 {
713713
}
714714
}
715715

716-
717716
/**
718717
* @function
719718
* @name updateWebhookDetails
@@ -756,7 +755,6 @@ class LLMWhispererClientV2 {
756755
}
757756
}
758757

759-
760758
/**
761759
* @function
762760
* @name getWebhookDetails
@@ -827,7 +825,6 @@ class LLMWhispererClientV2 {
827825
}
828826
}
829827

830-
831828
/**
832829
* Retrieves the highlight information of the LLMWhisperer API.
833830
*

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "llmwhisperer-client",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "LLMWhisper JS Client",
55
"main": "index.js",
66
"scripts": {
@@ -14,7 +14,6 @@
1414
"license": "MIT",
1515
"dependencies": {
1616
"axios": "~1.7.2",
17-
"llmwhisperer-client": "^2.0.1",
1817
"string-similarity": "^4.0.4",
1918
"winston": "~3.13.0"
2019
},

0 commit comments

Comments
 (0)