@eway-crm/connector 1.0.86 → 1.0.87

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.
@@ -2,6 +2,7 @@ declare class GlobalSettingsNames {
2
2
  static acceptableBackwardWorkReportDays: string;
3
3
  static adminAppInactiveLogoutTime: string;
4
4
  static applyGeneralDataProtectionRules: string;
5
+ static automaticallyCreateJournalAfterCallDuration: string;
5
6
  static bonusesCompletedState: string;
6
7
  static cartInvoicedState: string;
7
8
  static cartOrderCanceledState: string;
@@ -6,6 +6,7 @@ var GlobalSettingsNames = /** @class */ (function () {
6
6
  GlobalSettingsNames.acceptableBackwardWorkReportDays = 'AcceptableBackwardWorkReportDays';
7
7
  GlobalSettingsNames.adminAppInactiveLogoutTime = 'AdminAppInactiveLogoutTime';
8
8
  GlobalSettingsNames.applyGeneralDataProtectionRules = 'ApplyGeneralDataProtectionRules';
9
+ GlobalSettingsNames.automaticallyCreateJournalAfterCallDuration = 'AutomaticallyCreateJournalAfterCallDuration';
9
10
  GlobalSettingsNames.bonusesCompletedState = 'BonusesCompletedState';
10
11
  GlobalSettingsNames.cartInvoicedState = 'CartInvoicedState';
11
12
  GlobalSettingsNames.cartOrderCanceledState = 'CartOrderCanceledState';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eway-crm/connector",
3
- "version": "1.0.86",
3
+ "version": "1.0.87",
4
4
  "description": "eWay-CRM API JavaScript connector library.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",