@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.
@@ -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,