Skip to content

Commit 76f409e

Browse files
committed
Remove deprecated fields for LM: PricingTable and Quote (added after release tag)
1 parent f10bd51 commit 76f409e

File tree

3 files changed

+1
-23
lines changed

3 files changed

+1
-23
lines changed

dist/netlicensing-client.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1650,17 +1650,6 @@ Object.defineProperty(NetLicensing.ProductModule, 'LICENSING_MODEL_MULTI_FEATURE
16501650
* Use NetLicensing.Constants.LicensingModel.PayPerUse.NAME instead.
16511651
*/
16521652
Object.defineProperty(NetLicensing.ProductModule, 'LICENSING_MODEL_PAY_PER_USE', {value: 'PayPerUse'});
1653-
/**
1654-
* @deprecated No longer used by internal code and not recommended, will be removed in future versions.
1655-
* Use NetLicensing.Constants.LicensingModel.PricingTable.NAME instead.
1656-
*/
1657-
Object.defineProperty(NetLicensing.ProductModule, 'LICENSING_MODEL_PRICING_TABLE', {value: 'PricingTable'});
1658-
/**
1659-
* @deprecated No longer used by internal code and not recommended, will be removed in future versions.
1660-
* Use NetLicensing.Constants.LicensingModel.Quota.NAME instead.
1661-
*/
1662-
Object.defineProperty(NetLicensing.ProductModule, 'LICENSING_MODEL_QUOTA', {value: 'Quota'});
1663-
16641653

16651654
NetLicensing.ProductModule.prototype = Object.create(NetLicensing.BaseEntity.prototype);
16661655
NetLicensing.ProductModule.prototype.constructor = NetLicensing.ProductModule;

dist/netlicensing-client.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/entities/ProductModule.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -100,17 +100,6 @@ Object.defineProperty(NetLicensing.ProductModule, 'LICENSING_MODEL_MULTI_FEATURE
100100
* Use NetLicensing.Constants.LicensingModel.PayPerUse.NAME instead.
101101
*/
102102
Object.defineProperty(NetLicensing.ProductModule, 'LICENSING_MODEL_PAY_PER_USE', {value: 'PayPerUse'});
103-
/**
104-
* @deprecated No longer used by internal code and not recommended, will be removed in future versions.
105-
* Use NetLicensing.Constants.LicensingModel.PricingTable.NAME instead.
106-
*/
107-
Object.defineProperty(NetLicensing.ProductModule, 'LICENSING_MODEL_PRICING_TABLE', {value: 'PricingTable'});
108-
/**
109-
* @deprecated No longer used by internal code and not recommended, will be removed in future versions.
110-
* Use NetLicensing.Constants.LicensingModel.Quota.NAME instead.
111-
*/
112-
Object.defineProperty(NetLicensing.ProductModule, 'LICENSING_MODEL_QUOTA', {value: 'Quota'});
113-
114103

115104
NetLicensing.ProductModule.prototype = Object.create(NetLicensing.BaseEntity.prototype);
116105
NetLicensing.ProductModule.prototype.constructor = NetLicensing.ProductModule;

0 commit comments

Comments
 (0)