@eway-crm/connector 1.0.150 → 1.0.151

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.
@@ -49,6 +49,7 @@ export interface IApiLicense {
49
49
  AvailableBundles: (IApiCapacityAvailableBundle & {
50
50
  Name: ITranslatableString;
51
51
  })[];
52
+ CustomerName: string;
52
53
  BusinessType: LicenceBusinessType;
53
54
  Features: TFeatureWithEdition[] | null;
54
55
  CurrentUserRestrictions: IApiRestrictionsClass;
@@ -49,6 +49,7 @@ export interface IApiLicense {
49
49
  AvailableBundles: (IApiCapacityAvailableBundle & {
50
50
  Name: ITranslatableString;
51
51
  })[];
52
+ CustomerName: string;
52
53
  BusinessType: LicenceBusinessType;
53
54
  Features: TFeatureWithEdition[] | null;
54
55
  CurrentUserRestrictions: IApiRestrictionsClass;
package/lib/index.d.ts CHANGED
@@ -1873,6 +1873,7 @@ interface IApiLicense {
1873
1873
  AvailableBundles: (IApiCapacityAvailableBundle & {
1874
1874
  Name: ITranslatableString;
1875
1875
  })[];
1876
+ CustomerName: string;
1876
1877
  BusinessType: LicenceBusinessType;
1877
1878
  Features: TFeatureWithEdition[] | null;
1878
1879
  CurrentUserRestrictions: IApiRestrictionsClass;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eway-crm/connector",
3
- "version": "1.0.150",
3
+ "version": "1.0.151",
4
4
  "description": "eWay-CRM API JavaScript connector library.",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/esm/index.js",