@eway-crm/connector 1.0.116 → 1.0.118

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.
@@ -24,7 +24,7 @@ export default class FieldNames {
24
24
  readonly StateEn: "StateEn";
25
25
  };
26
26
  static readonly Companies: {
27
- readonly CID: "CID";
27
+ readonly ID: "ID";
28
28
  readonly CompanyName: "CompanyName";
29
29
  readonly Department: "Department";
30
30
  readonly AccountNumber: "AccountNumber";
@@ -28,7 +28,7 @@ var FieldNames = /** @class */ (function () {
28
28
  StateEn: 'StateEn',
29
29
  };
30
30
  FieldNames.Companies = {
31
- CID: 'CID',
31
+ ID: 'ID',
32
32
  CompanyName: 'CompanyName',
33
33
  Department: 'Department',
34
34
  AccountNumber: 'AccountNumber',
@@ -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.118",
4
4
  "description": "eWay-CRM API JavaScript connector library.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -53,4 +53,4 @@
53
53
  "jwt-decode": "^3.1.2",
54
54
  "universal-base64url": "^1.1.0"
55
55
  }
56
- }
56
+ }