@veloceapps/api 5.0.3 → 5.0.4
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.
- package/bundles/veloce-api.umd.js +3 -1
- package/bundles/veloce-api.umd.js.map +1 -1
- package/esm2015/lib/types/dto/line-item-dto.types.js +4 -2
- package/fesm2015/veloce-api.js +3 -1
- package/fesm2015/veloce-api.js.map +1 -1
- package/lib/types/dto/line-item-dto.types.d.ts +2 -1
- package/package.json +1 -1
@@ -909,7 +909,7 @@
|
|
909
909
|
}());
|
910
910
|
|
911
911
|
var LineItemDTO = /** @class */ (function () {
|
912
|
-
function LineItemDTO(id, activated, attributes, attributeDomains, cfgStatus, chargeGroupItems, chargeItems, domainComputations, lineItems, messages, name, optionalCharges, pending, portDomains, properties, qty, totalPrices, type, integrationId, productId, port, parentId, assetId, openOrderLineItemId, productName, rootId, actionCode, serviceStartDate, effectiveDate, effectiveStartDate, startDate, endDate, priceListId, planId, sellingFrequencyUnit, sellingFrequencyDuration, minimalTerm, offeringId, offeringItemId, offeringInstanceId, rampInstanceId, enableRamp, configurable, requiresApprovals) {
|
912
|
+
function LineItemDTO(id, activated, attributes, attributeDomains, cfgStatus, chargeGroupItems, chargeItems, domainComputations, lineItems, messages, name, optionalCharges, pending, portDomains, properties, qty, totalPrices, type, integrationId, productId, port, parentId, assetId, openOrderLineItemId, productName, rootId, actionCode, serviceStartDate, effectiveDate, effectiveStartDate, startDate, endDate, priceListId, planId, sellingFrequencyUnit, sellingFrequencyDuration, minimalTerm, proratedFrequencyEnabled, offeringId, offeringItemId, offeringInstanceId, rampInstanceId, enableRamp, configurable, requiresApprovals) {
|
913
913
|
this.id = id;
|
914
914
|
this.activated = activated;
|
915
915
|
this.attributes = attributes;
|
@@ -947,6 +947,7 @@
|
|
947
947
|
this.sellingFrequencyUnit = sellingFrequencyUnit;
|
948
948
|
this.sellingFrequencyDuration = sellingFrequencyDuration;
|
949
949
|
this.minimalTerm = minimalTerm;
|
950
|
+
this.proratedFrequencyEnabled = proratedFrequencyEnabled;
|
950
951
|
this.offeringId = offeringId;
|
951
952
|
this.offeringItemId = offeringItemId;
|
952
953
|
this.offeringInstanceId = offeringInstanceId;
|
@@ -994,6 +995,7 @@
|
|
994
995
|
sellingFrequencyUnit: dto.sellingFrequencyUnit,
|
995
996
|
sellingFrequencyDuration: dto.sellingFrequencyDuration,
|
996
997
|
minimalTerm: dto.minimalTerm,
|
998
|
+
proratedFrequencyEnabled: dto.proratedFrequencyEnabled,
|
997
999
|
offeringId: dto.offeringId,
|
998
1000
|
offeringItemId: dto.offeringItemId,
|
999
1001
|
offeringInstanceId: dto.offeringInstanceId,
|