@veloceapps/api 4.0.17 → 4.0.19
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, 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, offeringId, offeringItemId, offeringInstanceId, rampInstanceId, enableRamp, configurable, requiresApprovals) {
|
913
913
|
this.id = id;
|
914
914
|
this.activated = activated;
|
915
915
|
this.attributes = attributes;
|
@@ -946,6 +946,7 @@
|
|
946
946
|
this.planId = planId;
|
947
947
|
this.sellingFrequencyUnit = sellingFrequencyUnit;
|
948
948
|
this.sellingFrequencyDuration = sellingFrequencyDuration;
|
949
|
+
this.minimalTerm = minimalTerm;
|
949
950
|
this.offeringId = offeringId;
|
950
951
|
this.offeringItemId = offeringItemId;
|
951
952
|
this.offeringInstanceId = offeringInstanceId;
|
@@ -992,6 +993,7 @@
|
|
992
993
|
planId: dto.planId,
|
993
994
|
sellingFrequencyUnit: dto.sellingFrequencyUnit,
|
994
995
|
sellingFrequencyDuration: dto.sellingFrequencyDuration,
|
996
|
+
minimalTerm: dto.minimalTerm,
|
995
997
|
offeringId: dto.offeringId,
|
996
998
|
offeringItemId: dto.offeringItemId,
|
997
999
|
offeringInstanceId: dto.offeringInstanceId,
|