@wisemen/wise-crm 0.0.18 → 0.0.19
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/types/integration-events/index.d.ts +1 -0
- package/dist/types/integration-events/index.js +1 -0
- package/dist/types/integration-events/index.js.map +1 -1
- package/dist/types/integration-events/individual-status-updated-content.type.d.ts +5 -0
- package/dist/types/integration-events/individual-status-updated-content.type.js +2 -0
- package/dist/types/integration-events/individual-status-updated-content.type.js.map +1 -0
- package/dist/types/integration-events/integration-event.type.d.ts +1 -0
- package/dist/types/integration-events/integration-event.type.js +1 -0
- package/dist/types/integration-events/integration-event.type.js.map +1 -1
- package/package.json +1 -1
|
@@ -5,3 +5,4 @@ export * from './individual-created-content.type.js';
|
|
|
5
5
|
export * from './individual-updated-content.type.js';
|
|
6
6
|
export * from './individual-billing-information-upserted-content.type.js';
|
|
7
7
|
export * from './business-billing-information-upserted-content.type.js';
|
|
8
|
+
export * from './individual-status-updated-content.type.js';
|
|
@@ -5,4 +5,5 @@ export * from './individual-created-content.type.js';
|
|
|
5
5
|
export * from './individual-updated-content.type.js';
|
|
6
6
|
export * from './individual-billing-information-upserted-content.type.js';
|
|
7
7
|
export * from './business-billing-information-upserted-content.type.js';
|
|
8
|
+
export * from './individual-status-updated-content.type.js';
|
|
8
9
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/types/integration-events/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAA;AAC3C,cAAc,oCAAoC,CAAA;AAClD,cAAc,oCAAoC,CAAA;AAClD,cAAc,sCAAsC,CAAA;AACpD,cAAc,sCAAsC,CAAA;AACpD,cAAc,2DAA2D,CAAA;AACzE,cAAc,yDAAyD,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/types/integration-events/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAA;AAC3C,cAAc,oCAAoC,CAAA;AAClD,cAAc,oCAAoC,CAAA;AAClD,cAAc,sCAAsC,CAAA;AACpD,cAAc,sCAAsC,CAAA;AACpD,cAAc,2DAA2D,CAAA;AACzE,cAAc,yDAAyD,CAAA;AACvE,cAAc,6CAA6C,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"individual-status-updated-content.type.js","sourceRoot":"","sources":["../../../lib/types/integration-events/individual-status-updated-content.type.ts"],"names":[],"mappings":""}
|
|
@@ -2,6 +2,7 @@ export declare enum WiseCrmIntegrationEventType {
|
|
|
2
2
|
USER_NOTIFICATION_CREATED = "user.notification.created",
|
|
3
3
|
INDIVIDUAL_CREATED = "individual.created",
|
|
4
4
|
INDIVIDUAL_UPDATED = "individual.updated",
|
|
5
|
+
INDIVIDUAL_STATUS_UPDATED = "individual.status.updated",
|
|
5
6
|
INDIVIDUAL_BILLING_INFORMATION_UPSERTED = "individual.billing-information-upserted",
|
|
6
7
|
BUSINESS_CREATED = "business.created",
|
|
7
8
|
BUSINESS_UPDATED = "business.updated",
|
|
@@ -3,6 +3,7 @@ export var WiseCrmIntegrationEventType;
|
|
|
3
3
|
WiseCrmIntegrationEventType["USER_NOTIFICATION_CREATED"] = "user.notification.created";
|
|
4
4
|
WiseCrmIntegrationEventType["INDIVIDUAL_CREATED"] = "individual.created";
|
|
5
5
|
WiseCrmIntegrationEventType["INDIVIDUAL_UPDATED"] = "individual.updated";
|
|
6
|
+
WiseCrmIntegrationEventType["INDIVIDUAL_STATUS_UPDATED"] = "individual.status.updated";
|
|
6
7
|
WiseCrmIntegrationEventType["INDIVIDUAL_BILLING_INFORMATION_UPSERTED"] = "individual.billing-information-upserted";
|
|
7
8
|
WiseCrmIntegrationEventType["BUSINESS_CREATED"] = "business.created";
|
|
8
9
|
WiseCrmIntegrationEventType["BUSINESS_UPDATED"] = "business.updated";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"integration-event.type.js","sourceRoot":"","sources":["../../../lib/types/integration-events/integration-event.type.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"integration-event.type.js","sourceRoot":"","sources":["../../../lib/types/integration-events/integration-event.type.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,2BAWX;AAXD,WAAY,2BAA2B;IACrC,sFAAuD,CAAA;IAEvD,wEAAyC,CAAA;IACzC,wEAAyC,CAAA;IACzC,sFAAuD,CAAA;IACvD,kHAAmF,CAAA;IAEnF,oEAAqC,CAAA;IACrC,oEAAqC,CAAA;IACrC,8GAA+E,CAAA;AACjF,CAAC,EAXW,2BAA2B,KAA3B,2BAA2B,QAWtC"}
|