pipedrive 24.1.0 → 24.1.1

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.
@@ -113,6 +113,7 @@ export declare const BaseWebhookIsActiveConst: {
113
113
  export type BaseWebhookIsActiveConst = typeof BaseWebhookIsActiveConst[keyof typeof BaseWebhookIsActiveConst];
114
114
  export declare const BaseWebhookTypeConst: {
115
115
  readonly general: "general";
116
- readonly app: "app";
116
+ readonly application: "application";
117
+ readonly automation: "automation";
117
118
  };
118
119
  export type BaseWebhookTypeConst = typeof BaseWebhookTypeConst[keyof typeof BaseWebhookTypeConst];
@@ -17,5 +17,6 @@ export const BaseWebhookIsActiveConst = {
17
17
  };
18
18
  export const BaseWebhookTypeConst = {
19
19
  general: 'general',
20
- app: 'app'
20
+ application: 'application',
21
+ automation: 'automation'
21
22
  };
@@ -113,6 +113,7 @@ export declare const BaseWebhookIsActiveConst: {
113
113
  export type BaseWebhookIsActiveConst = typeof BaseWebhookIsActiveConst[keyof typeof BaseWebhookIsActiveConst];
114
114
  export declare const BaseWebhookTypeConst: {
115
115
  readonly general: "general";
116
- readonly app: "app";
116
+ readonly application: "application";
117
+ readonly automation: "automation";
117
118
  };
118
119
  export type BaseWebhookTypeConst = typeof BaseWebhookTypeConst[keyof typeof BaseWebhookTypeConst];
@@ -20,5 +20,6 @@ exports.BaseWebhookIsActiveConst = {
20
20
  };
21
21
  exports.BaseWebhookTypeConst = {
22
22
  general: 'general',
23
- app: 'app'
23
+ application: 'application',
24
+ automation: 'automation'
24
25
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pipedrive",
3
- "version": "24.1.0",
3
+ "version": "24.1.1",
4
4
  "description": "Pipedrive REST client for NodeJS",
5
5
  "license": "MIT",
6
6
  "homepage": "https://developers.pipedrive.com",