gemcap-be-common 1.5.32 → 1.5.33

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.
@@ -27,6 +27,7 @@ export declare const EVENT_KEYS: {
27
27
  */
28
28
  readonly crm: {
29
29
  readonly PROSPECT_EMAILS_SEND_REQUESTED: "crm.prospect.emails.requested";
30
+ readonly PROSPECT_PAYMENT_MATCHED: "crm.prospect.payment-matched";
30
31
  };
31
32
  /**
32
33
  * ========= FINANCE DOMAIN EVENTS =========
@@ -30,6 +30,7 @@ exports.EVENT_KEYS = {
30
30
  */
31
31
  crm: {
32
32
  PROSPECT_EMAILS_SEND_REQUESTED: 'crm.prospect.emails.requested',
33
+ PROSPECT_PAYMENT_MATCHED: 'crm.prospect.payment-matched',
33
34
  },
34
35
  /**
35
36
  * ========= FINANCE DOMAIN EVENTS =========
@@ -30,6 +30,7 @@ export const EVENT_KEYS = {
30
30
  */
31
31
  crm: {
32
32
  PROSPECT_EMAILS_SEND_REQUESTED: 'crm.prospect.emails.requested',
33
+ PROSPECT_PAYMENT_MATCHED: 'crm.prospect.payment-matched',
33
34
  },
34
35
 
35
36
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gemcap-be-common",
3
- "version": "1.5.32",
3
+ "version": "1.5.33",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {