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
|
116
|
+
readonly application: "application";
|
117
|
+
readonly automation: "automation";
|
117
118
|
};
|
118
119
|
export type BaseWebhookTypeConst = typeof BaseWebhookTypeConst[keyof typeof BaseWebhookTypeConst];
|
@@ -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
|
116
|
+
readonly application: "application";
|
117
|
+
readonly automation: "automation";
|
117
118
|
};
|
118
119
|
export type BaseWebhookTypeConst = typeof BaseWebhookTypeConst[keyof typeof BaseWebhookTypeConst];
|