@eway-crm/connector 1.0.116 → 1.0.117

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.
@@ -58,4 +58,5 @@ export default class LicenseRestrictionKeys {
58
58
  static pohodaSynchronizationIntervalCustomization: string;
59
59
  static pohodaSynchronizationFieldMappingCustomization: string;
60
60
  static quickBooksIntegration: string;
61
+ static shareByTeams: string;
61
62
  }
@@ -62,6 +62,7 @@ var LicenseRestrictionKeys = /** @class */ (function () {
62
62
  LicenseRestrictionKeys.pohodaSynchronizationIntervalCustomization = 'PohodaSynchronizationIntervalCustomization';
63
63
  LicenseRestrictionKeys.pohodaSynchronizationFieldMappingCustomization = 'PohodaSynchronizationFieldMappingCustomization';
64
64
  LicenseRestrictionKeys.quickBooksIntegration = 'QuickBooksIntegration';
65
+ LicenseRestrictionKeys.shareByTeams = "ShareByTeams";
65
66
  return LicenseRestrictionKeys;
66
67
  }());
67
68
  exports.default = LicenseRestrictionKeys;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eway-crm/connector",
3
- "version": "1.0.116",
3
+ "version": "1.0.117",
4
4
  "description": "eWay-CRM API JavaScript connector library.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",