@verdocs/js-sdk 6.4.7 → 6.4.8
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -687,6 +687,7 @@ declare namespace BaseTypes {
|
|
|
687
687
|
secret_key?: string;
|
|
688
688
|
client_id?: string;
|
|
689
689
|
client_secret?: string;
|
|
690
|
+
token_endpoint?: string;
|
|
690
691
|
auth_method: BaseTypes.TWebhookAuthMethod;
|
|
691
692
|
active: boolean;
|
|
692
693
|
events: IWebhookEvents;
|
|
@@ -1502,6 +1503,7 @@ interface IWebhook {
|
|
|
1502
1503
|
secret_key?: string;
|
|
1503
1504
|
client_id?: string;
|
|
1504
1505
|
client_secret?: string;
|
|
1506
|
+
token_endpoint?: string;
|
|
1505
1507
|
auth_method: BaseTypes.TWebhookAuthMethod;
|
|
1506
1508
|
active: boolean;
|
|
1507
1509
|
events: IWebhookEvents;
|
package/dist/index.d.ts
CHANGED
|
@@ -687,6 +687,7 @@ declare namespace BaseTypes {
|
|
|
687
687
|
secret_key?: string;
|
|
688
688
|
client_id?: string;
|
|
689
689
|
client_secret?: string;
|
|
690
|
+
token_endpoint?: string;
|
|
690
691
|
auth_method: BaseTypes.TWebhookAuthMethod;
|
|
691
692
|
active: boolean;
|
|
692
693
|
events: IWebhookEvents;
|
|
@@ -1502,6 +1503,7 @@ interface IWebhook {
|
|
|
1502
1503
|
secret_key?: string;
|
|
1503
1504
|
client_id?: string;
|
|
1504
1505
|
client_secret?: string;
|
|
1506
|
+
token_endpoint?: string;
|
|
1505
1507
|
auth_method: BaseTypes.TWebhookAuthMethod;
|
|
1506
1508
|
active: boolean;
|
|
1507
1509
|
events: IWebhookEvents;
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verdocs/js-sdk",
|
|
3
|
-
"version": "6.4.
|
|
3
|
+
"version": "6.4.8",
|
|
4
4
|
"private": false,
|
|
5
5
|
"homepage": "https://github.com/Verdocs/js-sdk",
|
|
6
6
|
"description": "Isomorphic JS/TS SDK providing types and API wrappers for the Verdocs platform for Node and browser clients",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verdocs/js-sdk",
|
|
3
|
-
"version": "6.4.
|
|
3
|
+
"version": "6.4.8",
|
|
4
4
|
"private": false,
|
|
5
5
|
"homepage": "https://github.com/Verdocs/js-sdk",
|
|
6
6
|
"description": "Isomorphic JS/TS SDK providing types and API wrappers for the Verdocs platform for Node and browser clients",
|